Skip to content

Commit

Permalink
remove deprecated dast apis
Browse files Browse the repository at this point in the history
  • Loading branch information
avzz-19 committed Mar 6, 2025
1 parent e062863 commit a67b57a
Show file tree
Hide file tree
Showing 50 changed files with 32 additions and 2,204 deletions.
14 changes: 0 additions & 14 deletions app/adapters/device-preference.ts

This file was deleted.

15 changes: 0 additions & 15 deletions app/adapters/dynamicscan-mode.ts

This file was deleted.

31 changes: 0 additions & 31 deletions app/adapters/dynamicscan-old.ts

This file was deleted.

64 changes: 0 additions & 64 deletions app/adapters/project-available-device.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default class FileDetailsDynamicScanDrawerAutomatedDastComponent extends
value: this.intl.t(
deviceType([
this.automatedDastDevicePreferences?.dsAutomatedDeviceType ??
ENUMS.DS_AUTOMATED_DEVICE_TYPE.NO_PREFERENCE,
ENUMS.DS_DEVICE_TYPE.NO_PREFERENCE,
])
),
hidden: this.isAnyDevicePrefSelected,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export interface FileDetailsDynamicScanDrawerDevicePrefTableTypeSignature {
}

export default class FileDetailsDynamicScanDrawerDevicePrefTableTypeComponent extends Component<FileDetailsDynamicScanDrawerDevicePrefTableTypeSignature> {
isPhoneDevice = ENUMS.DEVICE_TYPE.PHONE_REQUIRED;
isTabletDevice = ENUMS.DEVICE_TYPE.TABLET_REQUIRED;
isPhoneDevice = ENUMS.DS_DEVICE_TYPE.PHONE_REQUIRED;
isTabletDevice = ENUMS.DS_DEVICE_TYPE.TABLET_REQUIRED;
}

declare module '@glint/environment-ember-loose/registry' {
Expand Down
237 changes: 0 additions & 237 deletions app/components/file-details/dynamic-scan/drawer-old/index.hbs

This file was deleted.

Loading

0 comments on commit a67b57a

Please sign in to comment.