Skip to content

Commit 8129d01

Browse files
committed
remove deprecated dast apis
1 parent 7c24b72 commit 8129d01

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+27
-2199
lines changed

app/adapters/device-preference.ts

-14
This file was deleted.

app/adapters/dynamicscan-mode.ts

-15
This file was deleted.

app/adapters/dynamicscan-old.ts

-31
This file was deleted.

app/adapters/project-available-device.ts

-64
This file was deleted.

app/components/file-details/dynamic-scan/action/drawer/automated-dast/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default class FileDetailsDynamicScanDrawerAutomatedDastComponent extends
138138
value: this.intl.t(
139139
deviceType([
140140
this.automatedDastDevicePreferences?.dsAutomatedDeviceType ??
141-
ENUMS.DS_AUTOMATED_DEVICE_TYPE.NO_PREFERENCE,
141+
ENUMS.DS_DEVICE_TYPE.NO_PREFERENCE,
142142
])
143143
),
144144
hidden: this.isAnyDevicePrefSelected,

app/components/file-details/dynamic-scan/action/drawer/device-pref-table/type/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export interface FileDetailsDynamicScanDrawerDevicePrefTableTypeSignature {
1010
}
1111

1212
export default class FileDetailsDynamicScanDrawerDevicePrefTableTypeComponent extends Component<FileDetailsDynamicScanDrawerDevicePrefTableTypeSignature> {
13-
isPhoneDevice = ENUMS.DEVICE_TYPE.PHONE_REQUIRED;
14-
isTabletDevice = ENUMS.DEVICE_TYPE.TABLET_REQUIRED;
13+
isPhoneDevice = ENUMS.DS_DEVICE_TYPE.PHONE_REQUIRED;
14+
isTabletDevice = ENUMS.DS_DEVICE_TYPE.TABLET_REQUIRED;
1515
}
1616

1717
declare module '@glint/environment-ember-loose/registry' {

app/components/file-details/dynamic-scan/drawer-old/index.hbs

-237
This file was deleted.

0 commit comments

Comments
 (0)