@azure/arm-storagemover 2.1.1 → 3.0.0-alpha.20250916.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +12 -15
- package/dist/browser/api/agents/index.d.ts +3 -0
- package/dist/browser/api/agents/index.js +4 -0
- package/dist/browser/api/agents/index.js.map +1 -0
- package/dist/browser/api/agents/operations.d.ts +32 -0
- package/dist/browser/api/agents/operations.js +173 -0
- package/dist/browser/api/agents/operations.js.map +1 -0
- package/dist/browser/api/agents/options.d.ts +19 -0
- package/dist/browser/api/agents/options.js +4 -0
- package/dist/browser/api/agents/options.js.map +1 -0
- package/dist/browser/api/endpoints/index.d.ts +3 -0
- package/dist/browser/api/endpoints/index.js +4 -0
- package/dist/browser/api/endpoints/index.js.map +1 -0
- package/dist/browser/api/endpoints/operations.d.ts +32 -0
- package/dist/browser/api/endpoints/operations.js +173 -0
- package/dist/browser/api/endpoints/operations.js.map +1 -0
- package/dist/browser/api/endpoints/options.d.ts +19 -0
- package/dist/browser/api/endpoints/options.js +4 -0
- package/dist/browser/api/endpoints/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/jobDefinitions/index.d.ts +3 -0
- package/dist/browser/api/jobDefinitions/index.js +4 -0
- package/dist/browser/api/jobDefinitions/index.js.map +1 -0
- package/dist/browser/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/browser/api/jobDefinitions/operations.js +244 -0
- package/dist/browser/api/jobDefinitions/operations.js.map +1 -0
- package/dist/browser/api/jobDefinitions/options.d.ts +25 -0
- package/dist/browser/api/jobDefinitions/options.js +4 -0
- package/dist/browser/api/jobDefinitions/options.js.map +1 -0
- package/dist/browser/api/jobRuns/index.d.ts +3 -0
- package/dist/browser/api/jobRuns/index.js +4 -0
- package/dist/browser/api/jobRuns/index.js.map +1 -0
- package/dist/browser/api/jobRuns/operations.d.ts +14 -0
- package/dist/browser/api/jobRuns/operations.js +73 -0
- package/dist/browser/api/jobRuns/operations.js.map +1 -0
- package/dist/browser/api/jobRuns/options.d.ts +8 -0
- package/dist/browser/api/jobRuns/options.js +4 -0
- package/dist/browser/api/jobRuns/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +34 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/projects/index.d.ts +3 -0
- package/dist/browser/api/projects/index.js +4 -0
- package/dist/browser/api/projects/index.js.map +1 -0
- package/dist/browser/api/projects/operations.d.ts +32 -0
- package/dist/browser/api/projects/operations.js +173 -0
- package/dist/browser/api/projects/operations.js.map +1 -0
- package/dist/browser/api/projects/options.d.ts +19 -0
- package/dist/browser/api/projects/options.js +4 -0
- package/dist/browser/api/projects/options.js.map +1 -0
- package/dist/browser/api/storageMoverContext.d.ts +22 -0
- package/dist/browser/api/storageMoverContext.js +43 -0
- package/dist/browser/api/storageMoverContext.js.map +1 -0
- package/dist/browser/api/storageMovers/index.d.ts +3 -0
- package/dist/browser/api/storageMovers/index.js +4 -0
- package/dist/browser/api/storageMovers/index.js.map +1 -0
- package/dist/browser/api/storageMovers/operations.d.ts +36 -0
- package/dist/browser/api/storageMovers/operations.js +200 -0
- package/dist/browser/api/storageMovers/operations.js.map +1 -0
- package/dist/browser/api/storageMovers/options.d.ts +22 -0
- package/dist/browser/api/storageMovers/options.js +4 -0
- package/dist/browser/api/storageMovers/options.js.map +1 -0
- package/dist/browser/classic/agents/index.d.ts +25 -0
- package/dist/browser/classic/agents/index.js +18 -0
- package/dist/browser/classic/agents/index.js.map +1 -0
- package/dist/browser/classic/endpoints/index.d.ts +25 -0
- package/dist/browser/classic/endpoints/index.js +18 -0
- package/dist/browser/classic/endpoints/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/browser/classic/jobDefinitions/index.js +20 -0
- package/dist/browser/classic/jobDefinitions/index.js.map +1 -0
- package/dist/browser/classic/jobRuns/index.d.ts +13 -0
- package/dist/browser/classic/jobRuns/index.js +15 -0
- package/dist/browser/classic/jobRuns/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/projects/index.d.ts +25 -0
- package/dist/browser/classic/projects/index.js +18 -0
- package/dist/browser/classic/projects/index.js.map +1 -0
- package/dist/browser/classic/storageMovers/index.d.ts +27 -0
- package/dist/browser/classic/storageMovers/index.js +19 -0
- package/dist/browser/classic/storageMovers/index.js.map +1 -0
- package/dist/browser/index.d.ts +15 -3
- package/dist/browser/index.js +6 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -1144
- package/dist/browser/models/index.js +3 -139
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +978 -0
- package/dist/browser/models/models.js +1077 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +111 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.js +118 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.js +79 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +170 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/storageMoverClient.d.ts +31 -24
- package/dist/browser/storageMoverClient.js +44 -113
- package/dist/browser/storageMoverClient.js.map +1 -1
- package/dist/commonjs/api/agents/index.d.ts +3 -0
- package/dist/commonjs/api/agents/index.js +12 -0
- package/dist/commonjs/api/agents/index.js.map +1 -0
- package/dist/commonjs/api/agents/operations.d.ts +32 -0
- package/dist/commonjs/api/agents/operations.js +190 -0
- package/dist/commonjs/api/agents/operations.js.map +1 -0
- package/dist/commonjs/api/agents/options.d.ts +19 -0
- package/dist/commonjs/api/agents/options.js +5 -0
- package/dist/commonjs/api/agents/options.js.map +1 -0
- package/dist/commonjs/api/endpoints/index.d.ts +3 -0
- package/dist/commonjs/api/endpoints/index.js +12 -0
- package/dist/commonjs/api/endpoints/index.js.map +1 -0
- package/dist/commonjs/api/endpoints/operations.d.ts +32 -0
- package/dist/commonjs/api/endpoints/operations.js +190 -0
- package/dist/commonjs/api/endpoints/operations.js.map +1 -0
- package/dist/commonjs/api/endpoints/options.d.ts +19 -0
- package/dist/commonjs/api/endpoints/options.js +5 -0
- package/dist/commonjs/api/endpoints/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/index.d.ts +3 -0
- package/dist/commonjs/api/jobDefinitions/index.js +14 -0
- package/dist/commonjs/api/jobDefinitions/index.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/commonjs/api/jobDefinitions/operations.js +267 -0
- package/dist/commonjs/api/jobDefinitions/operations.js.map +1 -0
- package/dist/commonjs/api/jobDefinitions/options.d.ts +25 -0
- package/dist/commonjs/api/jobDefinitions/options.js +5 -0
- package/dist/commonjs/api/jobDefinitions/options.js.map +1 -0
- package/dist/commonjs/api/jobRuns/index.d.ts +3 -0
- package/dist/commonjs/api/jobRuns/index.js +9 -0
- package/dist/commonjs/api/jobRuns/index.js.map +1 -0
- package/dist/commonjs/api/jobRuns/operations.d.ts +14 -0
- package/dist/commonjs/api/jobRuns/operations.js +81 -0
- package/dist/commonjs/api/jobRuns/operations.js.map +1 -0
- package/dist/commonjs/api/jobRuns/options.d.ts +8 -0
- package/dist/commonjs/api/jobRuns/options.js +5 -0
- package/dist/commonjs/api/jobRuns/options.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +39 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/projects/index.d.ts +3 -0
- package/dist/commonjs/api/projects/index.js +12 -0
- package/dist/commonjs/api/projects/index.js.map +1 -0
- package/dist/commonjs/api/projects/operations.d.ts +32 -0
- package/dist/commonjs/api/projects/operations.js +190 -0
- package/dist/commonjs/api/projects/operations.js.map +1 -0
- package/dist/commonjs/api/projects/options.d.ts +19 -0
- package/dist/commonjs/api/projects/options.js +5 -0
- package/dist/commonjs/api/projects/options.js.map +1 -0
- package/dist/commonjs/api/storageMoverContext.d.ts +22 -0
- package/dist/commonjs/api/storageMoverContext.js +46 -0
- package/dist/commonjs/api/storageMoverContext.js.map +1 -0
- package/dist/commonjs/api/storageMovers/index.d.ts +3 -0
- package/dist/commonjs/api/storageMovers/index.js +13 -0
- package/dist/commonjs/api/storageMovers/index.js.map +1 -0
- package/dist/commonjs/api/storageMovers/operations.d.ts +36 -0
- package/dist/commonjs/api/storageMovers/operations.js +220 -0
- package/dist/commonjs/api/storageMovers/operations.js.map +1 -0
- package/dist/commonjs/api/storageMovers/options.d.ts +22 -0
- package/dist/commonjs/api/storageMovers/options.js +5 -0
- package/dist/commonjs/api/storageMovers/options.js.map +1 -0
- package/dist/commonjs/classic/agents/index.d.ts +25 -0
- package/dist/commonjs/classic/agents/index.js +21 -0
- package/dist/commonjs/classic/agents/index.js.map +1 -0
- package/dist/commonjs/classic/endpoints/index.d.ts +25 -0
- package/dist/commonjs/classic/endpoints/index.js +21 -0
- package/dist/commonjs/classic/endpoints/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/commonjs/classic/jobDefinitions/index.js +23 -0
- package/dist/commonjs/classic/jobDefinitions/index.js.map +1 -0
- package/dist/commonjs/classic/jobRuns/index.d.ts +13 -0
- package/dist/commonjs/classic/jobRuns/index.js +18 -0
- package/dist/commonjs/classic/jobRuns/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +17 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/projects/index.d.ts +25 -0
- package/dist/commonjs/classic/projects/index.js +21 -0
- package/dist/commonjs/classic/projects/index.js.map +1 -0
- package/dist/commonjs/classic/storageMovers/index.d.ts +27 -0
- package/dist/commonjs/classic/storageMovers/index.js +22 -0
- package/dist/commonjs/classic/storageMovers/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +15 -3
- package/dist/commonjs/index.js +23 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -1144
- package/dist/commonjs/models/index.js +19 -140
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +978 -0
- package/dist/commonjs/models/models.js +1201 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +114 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +33 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +121 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +173 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/storageMoverClient.d.ts +31 -24
- package/dist/commonjs/storageMoverClient.js +44 -114
- package/dist/commonjs/storageMoverClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/agents/index.d.ts +3 -0
- package/dist/esm/api/agents/index.js +4 -0
- package/dist/esm/api/agents/index.js.map +1 -0
- package/dist/esm/api/agents/operations.d.ts +32 -0
- package/dist/esm/api/agents/operations.js +173 -0
- package/dist/esm/api/agents/operations.js.map +1 -0
- package/dist/esm/api/agents/options.d.ts +19 -0
- package/dist/esm/api/agents/options.js +4 -0
- package/dist/esm/api/agents/options.js.map +1 -0
- package/dist/esm/api/endpoints/index.d.ts +3 -0
- package/dist/esm/api/endpoints/index.js +4 -0
- package/dist/esm/api/endpoints/index.js.map +1 -0
- package/dist/esm/api/endpoints/operations.d.ts +32 -0
- package/dist/esm/api/endpoints/operations.js +173 -0
- package/dist/esm/api/endpoints/operations.js.map +1 -0
- package/dist/esm/api/endpoints/options.d.ts +19 -0
- package/dist/esm/api/endpoints/options.js +4 -0
- package/dist/esm/api/endpoints/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/jobDefinitions/index.d.ts +3 -0
- package/dist/esm/api/jobDefinitions/index.js +4 -0
- package/dist/esm/api/jobDefinitions/index.js.map +1 -0
- package/dist/esm/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/esm/api/jobDefinitions/operations.js +244 -0
- package/dist/esm/api/jobDefinitions/operations.js.map +1 -0
- package/dist/esm/api/jobDefinitions/options.d.ts +25 -0
- package/dist/esm/api/jobDefinitions/options.js +4 -0
- package/dist/esm/api/jobDefinitions/options.js.map +1 -0
- package/dist/esm/api/jobRuns/index.d.ts +3 -0
- package/dist/esm/api/jobRuns/index.js +4 -0
- package/dist/esm/api/jobRuns/index.js.map +1 -0
- package/dist/esm/api/jobRuns/operations.d.ts +14 -0
- package/dist/esm/api/jobRuns/operations.js +73 -0
- package/dist/esm/api/jobRuns/operations.js.map +1 -0
- package/dist/esm/api/jobRuns/options.d.ts +8 -0
- package/dist/esm/api/jobRuns/options.js +4 -0
- package/dist/esm/api/jobRuns/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +34 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/projects/index.d.ts +3 -0
- package/dist/esm/api/projects/index.js +4 -0
- package/dist/esm/api/projects/index.js.map +1 -0
- package/dist/esm/api/projects/operations.d.ts +32 -0
- package/dist/esm/api/projects/operations.js +173 -0
- package/dist/esm/api/projects/operations.js.map +1 -0
- package/dist/esm/api/projects/options.d.ts +19 -0
- package/dist/esm/api/projects/options.js +4 -0
- package/dist/esm/api/projects/options.js.map +1 -0
- package/dist/esm/api/storageMoverContext.d.ts +22 -0
- package/dist/esm/api/storageMoverContext.js +43 -0
- package/dist/esm/api/storageMoverContext.js.map +1 -0
- package/dist/esm/api/storageMovers/index.d.ts +3 -0
- package/dist/esm/api/storageMovers/index.js +4 -0
- package/dist/esm/api/storageMovers/index.js.map +1 -0
- package/dist/esm/api/storageMovers/operations.d.ts +36 -0
- package/dist/esm/api/storageMovers/operations.js +200 -0
- package/dist/esm/api/storageMovers/operations.js.map +1 -0
- package/dist/esm/api/storageMovers/options.d.ts +22 -0
- package/dist/esm/api/storageMovers/options.js +4 -0
- package/dist/esm/api/storageMovers/options.js.map +1 -0
- package/dist/esm/classic/agents/index.d.ts +25 -0
- package/dist/esm/classic/agents/index.js +18 -0
- package/dist/esm/classic/agents/index.js.map +1 -0
- package/dist/esm/classic/endpoints/index.d.ts +25 -0
- package/dist/esm/classic/endpoints/index.js +18 -0
- package/dist/esm/classic/endpoints/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/esm/classic/jobDefinitions/index.js +20 -0
- package/dist/esm/classic/jobDefinitions/index.js.map +1 -0
- package/dist/esm/classic/jobRuns/index.d.ts +13 -0
- package/dist/esm/classic/jobRuns/index.js +15 -0
- package/dist/esm/classic/jobRuns/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/projects/index.d.ts +25 -0
- package/dist/esm/classic/projects/index.js +18 -0
- package/dist/esm/classic/projects/index.js.map +1 -0
- package/dist/esm/classic/storageMovers/index.d.ts +27 -0
- package/dist/esm/classic/storageMovers/index.js +19 -0
- package/dist/esm/classic/storageMovers/index.js.map +1 -0
- package/dist/esm/index.d.ts +15 -3
- package/dist/esm/index.js +6 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -1144
- package/dist/esm/models/index.js +3 -139
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +978 -0
- package/dist/esm/models/models.js +1077 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +111 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.js +118 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.js +79 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +170 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/storageMoverClient.d.ts +31 -24
- package/dist/esm/storageMoverClient.js +44 -113
- package/dist/esm/storageMoverClient.js.map +1 -1
- package/dist/react-native/api/agents/index.d.ts +3 -0
- package/dist/react-native/api/agents/index.js +4 -0
- package/dist/react-native/api/agents/index.js.map +1 -0
- package/dist/react-native/api/agents/operations.d.ts +32 -0
- package/dist/react-native/api/agents/operations.js +173 -0
- package/dist/react-native/api/agents/operations.js.map +1 -0
- package/dist/react-native/api/agents/options.d.ts +19 -0
- package/dist/react-native/api/agents/options.js +4 -0
- package/dist/react-native/api/agents/options.js.map +1 -0
- package/dist/react-native/api/endpoints/index.d.ts +3 -0
- package/dist/react-native/api/endpoints/index.js +4 -0
- package/dist/react-native/api/endpoints/index.js.map +1 -0
- package/dist/react-native/api/endpoints/operations.d.ts +32 -0
- package/dist/react-native/api/endpoints/operations.js +173 -0
- package/dist/react-native/api/endpoints/operations.js.map +1 -0
- package/dist/react-native/api/endpoints/options.d.ts +19 -0
- package/dist/react-native/api/endpoints/options.js +4 -0
- package/dist/react-native/api/endpoints/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/index.d.ts +3 -0
- package/dist/react-native/api/jobDefinitions/index.js +4 -0
- package/dist/react-native/api/jobDefinitions/index.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/operations.d.ts +40 -0
- package/dist/react-native/api/jobDefinitions/operations.js +244 -0
- package/dist/react-native/api/jobDefinitions/operations.js.map +1 -0
- package/dist/react-native/api/jobDefinitions/options.d.ts +25 -0
- package/dist/react-native/api/jobDefinitions/options.js +4 -0
- package/dist/react-native/api/jobDefinitions/options.js.map +1 -0
- package/dist/react-native/api/jobRuns/index.d.ts +3 -0
- package/dist/react-native/api/jobRuns/index.js +4 -0
- package/dist/react-native/api/jobRuns/index.js.map +1 -0
- package/dist/react-native/api/jobRuns/operations.d.ts +14 -0
- package/dist/react-native/api/jobRuns/operations.js +73 -0
- package/dist/react-native/api/jobRuns/operations.js.map +1 -0
- package/dist/react-native/api/jobRuns/options.d.ts +8 -0
- package/dist/react-native/api/jobRuns/options.js +4 -0
- package/dist/react-native/api/jobRuns/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +34 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/projects/index.d.ts +3 -0
- package/dist/react-native/api/projects/index.js +4 -0
- package/dist/react-native/api/projects/index.js.map +1 -0
- package/dist/react-native/api/projects/operations.d.ts +32 -0
- package/dist/react-native/api/projects/operations.js +173 -0
- package/dist/react-native/api/projects/operations.js.map +1 -0
- package/dist/react-native/api/projects/options.d.ts +19 -0
- package/dist/react-native/api/projects/options.js +4 -0
- package/dist/react-native/api/projects/options.js.map +1 -0
- package/dist/react-native/api/storageMoverContext.d.ts +22 -0
- package/dist/react-native/api/storageMoverContext.js +43 -0
- package/dist/react-native/api/storageMoverContext.js.map +1 -0
- package/dist/react-native/api/storageMovers/index.d.ts +3 -0
- package/dist/react-native/api/storageMovers/index.js +4 -0
- package/dist/react-native/api/storageMovers/index.js.map +1 -0
- package/dist/react-native/api/storageMovers/operations.d.ts +36 -0
- package/dist/react-native/api/storageMovers/operations.js +200 -0
- package/dist/react-native/api/storageMovers/operations.js.map +1 -0
- package/dist/react-native/api/storageMovers/options.d.ts +22 -0
- package/dist/react-native/api/storageMovers/options.js +4 -0
- package/dist/react-native/api/storageMovers/options.js.map +1 -0
- package/dist/react-native/classic/agents/index.d.ts +25 -0
- package/dist/react-native/classic/agents/index.js +18 -0
- package/dist/react-native/classic/agents/index.js.map +1 -0
- package/dist/react-native/classic/endpoints/index.d.ts +25 -0
- package/dist/react-native/classic/endpoints/index.js +18 -0
- package/dist/react-native/classic/endpoints/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/jobDefinitions/index.d.ts +29 -0
- package/dist/react-native/classic/jobDefinitions/index.js +20 -0
- package/dist/react-native/classic/jobDefinitions/index.js.map +1 -0
- package/dist/react-native/classic/jobRuns/index.d.ts +13 -0
- package/dist/react-native/classic/jobRuns/index.js +15 -0
- package/dist/react-native/classic/jobRuns/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/projects/index.d.ts +25 -0
- package/dist/react-native/classic/projects/index.js +18 -0
- package/dist/react-native/classic/projects/index.js.map +1 -0
- package/dist/react-native/classic/storageMovers/index.d.ts +27 -0
- package/dist/react-native/classic/storageMovers/index.js +19 -0
- package/dist/react-native/classic/storageMovers/index.js.map +1 -0
- package/dist/react-native/index.d.ts +15 -3
- package/dist/react-native/index.js +6 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -1144
- package/dist/react-native/models/index.js +3 -139
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +978 -0
- package/dist/react-native/models/models.js +1077 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +111 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +13 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +29 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +118 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +170 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/storageMoverClient.d.ts +31 -24
- package/dist/react-native/storageMoverClient.js +44 -113
- package/dist/react-native/storageMoverClient.js.map +1 -1
- package/package.json +254 -81
- package/CHANGELOG.md +0 -103
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -64
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1539
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -25
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -191
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/agents.d.ts +0 -81
- package/dist/browser/operations/agents.d.ts.map +0 -1
- package/dist/browser/operations/agents.js +0 -319
- package/dist/browser/operations/agents.js.map +0 -1
- package/dist/browser/operations/endpoints.d.ts +0 -82
- package/dist/browser/operations/endpoints.d.ts.map +0 -1
- package/dist/browser/operations/endpoints.js +0 -320
- package/dist/browser/operations/endpoints.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -15
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/jobDefinitions.d.ts +0 -110
- package/dist/browser/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/browser/operations/jobDefinitions.js +0 -442
- package/dist/browser/operations/jobDefinitions.js.map +0 -1
- package/dist/browser/operations/jobRuns.d.ts +0 -54
- package/dist/browser/operations/jobRuns.d.ts.map +0 -1
- package/dist/browser/operations/jobRuns.js +0 -199
- package/dist/browser/operations/jobRuns.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/projects.d.ts +0 -82
- package/dist/browser/operations/projects.d.ts.map +0 -1
- package/dist/browser/operations/projects.js +0 -320
- package/dist/browser/operations/projects.js.map +0 -1
- package/dist/browser/operations/storageMovers.d.ts +0 -93
- package/dist/browser/operations/storageMovers.d.ts.map +0 -1
- package/dist/browser/operations/storageMovers.js +0 -401
- package/dist/browser/operations/storageMovers.js.map +0 -1
- package/dist/browser/operationsInterfaces/agents.d.ts +0 -56
- package/dist/browser/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/agents.js +0 -9
- package/dist/browser/operationsInterfaces/agents.js.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/endpoints.js +0 -9
- package/dist/browser/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -15
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/browser/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/browser/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/browser/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/browser/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/jobRuns.js +0 -9
- package/dist/browser/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/projects.d.ts +0 -57
- package/dist/browser/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/projects.js +0 -9
- package/dist/browser/operationsInterfaces/projects.js.map +0 -1
- package/dist/browser/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/browser/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/storageMovers.js +0 -9
- package/dist/browser/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/storageMoverClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -21
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -64
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1542
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -25
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -194
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/agents.d.ts +0 -81
- package/dist/commonjs/operations/agents.d.ts.map +0 -1
- package/dist/commonjs/operations/agents.js +0 -324
- package/dist/commonjs/operations/agents.js.map +0 -1
- package/dist/commonjs/operations/endpoints.d.ts +0 -82
- package/dist/commonjs/operations/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operations/endpoints.js +0 -325
- package/dist/commonjs/operations/endpoints.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -18
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/jobDefinitions.d.ts +0 -110
- package/dist/commonjs/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operations/jobDefinitions.js +0 -447
- package/dist/commonjs/operations/jobDefinitions.js.map +0 -1
- package/dist/commonjs/operations/jobRuns.d.ts +0 -54
- package/dist/commonjs/operations/jobRuns.d.ts.map +0 -1
- package/dist/commonjs/operations/jobRuns.js +0 -204
- package/dist/commonjs/operations/jobRuns.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -121
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/projects.d.ts +0 -82
- package/dist/commonjs/operations/projects.d.ts.map +0 -1
- package/dist/commonjs/operations/projects.js +0 -325
- package/dist/commonjs/operations/projects.js.map +0 -1
- package/dist/commonjs/operations/storageMovers.d.ts +0 -93
- package/dist/commonjs/operations/storageMovers.d.ts.map +0 -1
- package/dist/commonjs/operations/storageMovers.js +0 -406
- package/dist/commonjs/operations/storageMovers.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/agents.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/agents.js +0 -10
- package/dist/commonjs/operationsInterfaces/agents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/endpoints.js +0 -10
- package/dist/commonjs/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -18
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/commonjs/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobDefinitions.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/commonjs/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/jobRuns.js +0 -10
- package/dist/commonjs/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/projects.js +0 -10
- package/dist/commonjs/operationsInterfaces/projects.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/storageMovers.js +0 -10
- package/dist/commonjs/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -34
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/storageMoverClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -18
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -64
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1539
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -25
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -191
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/agents.d.ts +0 -81
- package/dist/esm/operations/agents.d.ts.map +0 -1
- package/dist/esm/operations/agents.js +0 -319
- package/dist/esm/operations/agents.js.map +0 -1
- package/dist/esm/operations/endpoints.d.ts +0 -82
- package/dist/esm/operations/endpoints.d.ts.map +0 -1
- package/dist/esm/operations/endpoints.js +0 -320
- package/dist/esm/operations/endpoints.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -15
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/jobDefinitions.d.ts +0 -110
- package/dist/esm/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/esm/operations/jobDefinitions.js +0 -442
- package/dist/esm/operations/jobDefinitions.js.map +0 -1
- package/dist/esm/operations/jobRuns.d.ts +0 -54
- package/dist/esm/operations/jobRuns.d.ts.map +0 -1
- package/dist/esm/operations/jobRuns.js +0 -199
- package/dist/esm/operations/jobRuns.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -116
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/projects.d.ts +0 -82
- package/dist/esm/operations/projects.d.ts.map +0 -1
- package/dist/esm/operations/projects.js +0 -320
- package/dist/esm/operations/projects.js.map +0 -1
- package/dist/esm/operations/storageMovers.d.ts +0 -93
- package/dist/esm/operations/storageMovers.d.ts.map +0 -1
- package/dist/esm/operations/storageMovers.js +0 -401
- package/dist/esm/operations/storageMovers.js.map +0 -1
- package/dist/esm/operationsInterfaces/agents.d.ts +0 -56
- package/dist/esm/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/agents.js +0 -9
- package/dist/esm/operationsInterfaces/agents.js.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/esm/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/endpoints.js +0 -9
- package/dist/esm/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -15
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/esm/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/esm/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/esm/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/esm/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/jobRuns.js +0 -9
- package/dist/esm/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/projects.d.ts +0 -57
- package/dist/esm/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/projects.js +0 -9
- package/dist/esm/operationsInterfaces/projects.js.map +0 -1
- package/dist/esm/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/esm/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/storageMovers.js +0 -9
- package/dist/esm/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -30
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/storageMoverClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -64
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1539
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -25
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -191
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/agents.d.ts +0 -81
- package/dist/react-native/operations/agents.d.ts.map +0 -1
- package/dist/react-native/operations/agents.js +0 -319
- package/dist/react-native/operations/agents.js.map +0 -1
- package/dist/react-native/operations/endpoints.d.ts +0 -82
- package/dist/react-native/operations/endpoints.d.ts.map +0 -1
- package/dist/react-native/operations/endpoints.js +0 -320
- package/dist/react-native/operations/endpoints.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -15
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/jobDefinitions.d.ts +0 -110
- package/dist/react-native/operations/jobDefinitions.d.ts.map +0 -1
- package/dist/react-native/operations/jobDefinitions.js +0 -442
- package/dist/react-native/operations/jobDefinitions.js.map +0 -1
- package/dist/react-native/operations/jobRuns.d.ts +0 -54
- package/dist/react-native/operations/jobRuns.d.ts.map +0 -1
- package/dist/react-native/operations/jobRuns.js +0 -199
- package/dist/react-native/operations/jobRuns.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/projects.d.ts +0 -82
- package/dist/react-native/operations/projects.d.ts.map +0 -1
- package/dist/react-native/operations/projects.js +0 -320
- package/dist/react-native/operations/projects.js.map +0 -1
- package/dist/react-native/operations/storageMovers.d.ts +0 -93
- package/dist/react-native/operations/storageMovers.d.ts.map +0 -1
- package/dist/react-native/operations/storageMovers.js +0 -401
- package/dist/react-native/operations/storageMovers.js.map +0 -1
- package/dist/react-native/operationsInterfaces/agents.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/agents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/agents.js +0 -9
- package/dist/react-native/operationsInterfaces/agents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/endpoints.js +0 -9
- package/dist/react-native/operationsInterfaces/endpoints.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -15
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts +0 -83
- package/dist/react-native/operationsInterfaces/jobDefinitions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobDefinitions.js +0 -9
- package/dist/react-native/operationsInterfaces/jobDefinitions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/jobRuns.d.ts +0 -25
- package/dist/react-native/operationsInterfaces/jobRuns.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/jobRuns.js +0 -9
- package/dist/react-native/operationsInterfaces/jobRuns.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/projects.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/projects.js +0 -9
- package/dist/react-native/operationsInterfaces/projects.js.map +0 -1
- package/dist/react-native/operationsInterfaces/storageMovers.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/storageMovers.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/storageMovers.js +0 -9
- package/dist/react-native/operationsInterfaces/storageMovers.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/storageMoverClient.d.ts.map +0 -1
- package/review/arm-storagemover-node.api.md +0 -870
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAUlC,4EAKC;AAED,gEAIC;AAgBD,sDAQC;AAcD,oEAOC;AA4CD,8DAIC;AAgBD,0DAUC;AAED,oEAIC;AAED,oFAIC;AAUD,0EAKC;AAQD,wDAQC;AAED,4DAcC;AAUD,4EAEC;AAED,gFAKC;AA8BD,8DAEC;AAED,kEAWC;AAcD,gDAEC;AAED,oDASC;AAkBD,wDAWC;AAkCD,wFAOC;AAQD,wFAEC;AAUD,sEAKC;AAED,kEAIC;AAED,sEAIC;AAOD,0CAEC;AAED,8CAUC;AAiCD,8DASC;AAED,kEAuBC;AAgCD,sEAMC;AAED,0EAMC;AAED,gGAMC;AAED,oGAMC;AAQD,sFASC;AAED,0FASC;AAUD,0FAKC;AAQD,gEAQC;AAED,oEAQC;AAoBD,oDAKC;AAED,wDAKC;AAUD,wCAEC;AAED,4CAKC;AAqBD,0DAEC;AAED,8DASC;AAOD,0EAMC;AAUD,0EAOC;AAUD,wDAKC;AAED,oDAIC;AAED,wDAIC;AAUD,gDAOC;AAED,oDAaC;AAaD,4EAKC;AAED,gFAMC;AAYD,sFA+BC;AAED,0FA+BC;AAoCD,sHASC;AAED,0HAUC;AAcD,oFAQC;AAED,wFASC;AA8BD,oHASC;AAED,wHAUC;AAcD,oFAUC;AAED,wFAWC;AAYD,sFAMC;AAED,0FAMC;AAYD,oHASC;AAED,wHAUC;AAYD,oHASC;AAED,wHAUC;AAcD,4EAOC;AAED,gFASC;AA0BD,oFAQC;AAED,wFAQC;AAUD,wEAEC;AAED,4EAKC;AASD,sDAEC;AAED,0DAIC;AAKD,gEAQC;AAED,oEAQC;AAwBD,wFASC;AAWD,wFAKC;AAYD,kGAiCC;AASD,kIAOC;AAQD,gGAOC;AASD,gIAOC;AASD,gIAOC;AASD,gIAOC;AAUD,gGAUC;AAUD,8DAKC;AAED,0DAIC;AAED,8DAIC;AAQD,8CAMC;AAED,kDAYC;AAUD,kEAEC;AAED,sEAKC;AAQD,8EAMC;AAQD,8EAEC;AAUD,4DAKC;AAED,wDAIC;AAED,4DAIC;AAQD,0DAEC;AAED,8DAUC;AAwCD,8EAcC;AAED,kFAqBC;AAqED,8GAIC;AAED,kHAMC;AAED,4EAIC;AAQD,kEAKC;AAQD,gEAMC;AAYD,oFAMC;AAQD,gEAMC;AAcD,oFAOC;AAQD,0FAMC;AAYD,0FAMC;AAUD,wEAKC;AAED,oEAIC;AAED,wEAIC;AAQD,oEAIC;AAQD,gDAYC;AA8DD,oEAqCC;AA8BD,0DAMC;AAUD,0DAKC;AAED,0DAIC;AAtkED,SAAgB,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,KAAK,EAAE,0BAA0B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAChD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,0BAA0B,CAAC,MAAwB;IACjE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACrC,CAAC,CAAC,CAAC;AACL,CAAC;AAgBD,SAAgB,qBAAqB,CAAC,IAAS;IAC7C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3F,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;KAC/B,CAAC;AACJ,CAAC;AAcD,SAAgB,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,2IAA2I;AAC3I,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,sDAAsD;IACtD,4BAAa,CAAA;IACb,wDAAwD;IACxD,gCAAiB,CAAA;IACjB,gEAAgE;IAChE,yCAA0B,CAAA;AAC5B,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAaD,gHAAgH;AAChH,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,0CAA0C;IAC1C,wCAAqB,CAAA;AACvB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAiBD,SAAgB,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KAC/E,CAAC;AACJ,CAAC;AAgBD,SAAgB,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,OAAO,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC3F,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAED,SAAgB,4BAA4B,CAAC,MAA0B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,oCAAoC,CAAC,MAAkC;IACrF,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,+BAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,SAAgB,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAQD,SAAgB,sBAAsB,CAAC,IAAkB;IACvD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC3D,CAAC;AACJ,CAAC;AAUD,SAAgB,gCAAgC,CAAC,IAA4B;IAC3E,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAC9C,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,4CAA4C;AAC5C,IAAY,sBAKX;AALD,WAAY,sBAAsB;IAChC,iDAAuB,CAAA;IACvB,+CAAqB,CAAA;IACrB,2CAAiB,CAAA;IACjB,+CAAqB,CAAA;AACvB,CAAC,EALW,sBAAsB,sCAAtB,sBAAsB,QAKjC;AAsBD,SAAgB,yBAAyB,CAAC,IAAqB;IAC7D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;AAC5D,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAcD,SAAgB,kBAAkB,CAAC,IAAc;IAC/C,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAkBD,SAAgB,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/E,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,cAAc,EAAE,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACrC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;YACxB,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,oDAAoD;AACpD,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,wCAAwC;IACxC,mCAAa,CAAA;IACb,gDAAgD;IAChD,iDAA2B,CAAA;IAC3B,oDAAoD;IACpD,yDAAmC,CAAA;IACnC,uCAAuC;IACvC,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B;AAsBD,SAAgB,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9D,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAQD,SAAgB,sCAAsC,CAAC,IAAkC;IACvF,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAC9C,CAAC;AAUD,SAAgB,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,KAAK,EAAE,6BAA6B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,2BAA2B,CAAC,MAA2B;IACrE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,6BAA6B,CAAC,MAA2B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC;IACxC,CAAC,CAAC,CAAC;AACL,CAAC;AAOD,SAAgB,eAAe,CAAC,IAAW;IACzC,OAAO,EAAE,UAAU,EAAE,yBAAyB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC;AACvE,CAAC;AAED,SAAgB,iBAAiB,CAAC,IAAS;IACzC,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,UAAU,EAAE,2BAA2B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC5D,CAAC;AACJ,CAAC;AAiCD,SAAgB,yBAAyB,CAAC,IAAqB;IAC7D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,cAAc,EAAE,IAAI,CAAC,gBAAgB,CAAC;QACtC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QAChE,YAAY,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC;YACjC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;YACtB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjE,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,wBAAwB;AACxB,IAAY,gBAOX;AAPD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;IACjB,2CAAuB,CAAA;IACvB,2DAAuC,CAAA;IACvC,mDAA+B,CAAA;AACjC,CAAC,EAPW,gBAAgB,gCAAhB,gBAAgB,QAO3B;AAsBD,SAAgB,6BAA6B,CAAC,IAAyB;IACrE,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,0CAA0C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC1E,CAAC;AACJ,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACvD,OAAO;QACL,iBAAiB,EAAE,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3C,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;YAC3B,CAAC,CAAC,4CAA4C,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;KAC5E,CAAC;AACJ,CAAC;AAED,SAAgB,0CAA0C,CACxD,MAA0C;IAE1C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,qCAAqC,CAAC,IAAI,CAAC,CAAC;IACrD,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,4CAA4C,CAC1D,MAA0C;IAE1C,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uCAAuC,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,SAAgB,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,SAAS,EAAE,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC5C,OAAO,EAAE,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;QACF,SAAS,EAAE,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,OAAO,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1C,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAUD,SAAgB,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;KACzB,CAAC;AACJ,CAAC;AAQD,SAAgB,0BAA0B,CAAC,IAAsB;IAC/D,OAAO;QACL,SAAS,EAAE,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC5C,OAAO,EAAE,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACxC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,SAAS,EAAE,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,OAAO,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC1C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAM,EAAE,EAAE;YAChC,OAAO,CAAC,CAAC;QACX,CAAC,CAAC;KACH,CAAC;AACJ,CAAC;AAoBD,SAAgB,oBAAoB,CAAC,IAAgB;IACnD,OAAO;QACL,SAAS,EAAE,cAAc,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC5C,OAAO,EAAE,cAAc,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACzC,CAAC;AACJ,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,SAAS,EAAE,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,OAAO,EAAE,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC3C,CAAC;AACJ,CAAC;AAUD,SAAgB,cAAc,CAAC,IAAU;IACvC,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;AACxD,CAAC;AAED,SAAgB,gBAAgB,CAAC,IAAS;IACxC,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,8GAA8G;AAC9G,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,6CAAQ,CAAA;IACR,kDAAW,CAAA;AACb,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB;AAeD,SAAgB,uBAAuB,CAAC,IAAmB;IACzD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/C,CAAC;AACJ,CAAC;AAOD,SAAgB,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,+BAA+B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACxD,CAAC;AACJ,CAAC;AAUD,SAAgB,+BAA+B,CAAC,IAA2B;IACzE,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,mBAAmB,EAAE,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC/C,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;YAC7B,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAUD,SAAgB,sBAAsB,CAAC,IAAS;IAC9C,OAAO;QACL,KAAK,EAAE,sBAAsB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,oBAAoB,CAAC,MAAoB;IACvD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,eAAe,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,sBAAsB,CAAC,MAAoB;IACzD,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;AACL,CAAC;AAUD,SAAgB,kBAAkB,CAAC,IAAc;IAC/C,OAAO;QACL,UAAU,EAAE,qCAAqC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACrE,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC5C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,UAAU,EAAE,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACvE,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,kCAAkC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KACzD,CAAC;AACJ,CAAC;AAaD,SAAgB,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAYD,SAAgB,qCAAqC,CAAC,IAAiC;IACrF,QAAQ,IAAI,CAAC,YAAY,EAAE,CAAC;QAC1B,KAAK,2BAA2B;YAC9B,OAAO,qDAAqD,CAC1D,IAAmD,CACpD,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,0BAA0B;YAC7B,OAAO,oDAAoD,CACzD,IAAkD,CACnD,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,oCAAoC,CAAC,IAAkC,CAAC,CAAC;QAElF,KAAK,0BAA0B;YAC7B,OAAO,oDAAoD,CACzD,IAAkD,CACnD,CAAC;QAEJ,KAAK,0BAA0B;YAC7B,OAAO,oDAAoD,CACzD,IAAkD,CACnD,CAAC;QAEJ;YACE,OAAO,gCAAgC,CAAC,IAAI,CAAC,CAAC;IAClD,CAAC;AACH,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC/D,QAAQ,IAAI,CAAC,YAAY,EAAE,CAAC;QAC1B,KAAK,2BAA2B;YAC9B,OAAO,uDAAuD,CAC5D,IAAmD,CACpD,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,0BAA0B;YAC7B,OAAO,sDAAsD,CAC3D,IAAkD,CACnD,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,sCAAsC,CAAC,IAAkC,CAAC,CAAC;QAEpF,KAAK,0BAA0B;YAC7B,OAAO,sDAAsD,CAC3D,IAAkD,CACnD,CAAC;QAEJ,KAAK,0BAA0B;YAC7B,OAAO,sDAAsD,CAC3D,IAAkD,CACnD,CAAC;QAEJ;YACE,OAAO,kCAAkC,CAAC,IAAI,CAAC,CAAC;IACpD,CAAC;AACH,CAAC;AAED,kCAAkC;AAClC,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,4EAAuD,CAAA;IACvD,0CAAqB,CAAA;IACrB,0EAAqD,CAAA;IACrD,0CAAqB,CAAA;IACrB,0EAAqD,CAAA;IACrD,0EAAqD,CAAA;AACvD,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B;AA0BD,SAAgB,qDAAqD,CACnE,IAAiD;IAEjD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,SAAgB,uDAAuD,CACrE,IAAS;IAET,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAcD,SAAgB,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAED,gCAAgC;AAChC,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,sCAAmB,CAAA;IACnB,kCAAe,CAAA;IACf,kCAAe,CAAA;AACjB,CAAC,EAJW,eAAe,+BAAf,eAAe,QAI1B;AAuBD,SAAgB,oDAAoD,CAClE,IAAgD;IAEhD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,SAAgB,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAcD,SAAgB,oCAAoC,CAAC,IAAgC;IACnF,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC9D,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KACjE,CAAC;AACJ,CAAC;AAYD,SAAgB,qCAAqC,CAAC,IAAiC;IACrF,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC/D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAYD,SAAgB,oDAAoD,CAClE,IAAgD;IAEhD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,SAAgB,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAYD,SAAgB,oDAAoD,CAClE,IAAgD;IAEhD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAED,SAAgB,sDAAsD,CACpE,IAAS;IAET,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC5C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAcD,SAAgB,gCAAgC,CAAC,IAA4B;IAC3E,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IAC1D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,sBAAsB,EAAE,CAAC,IAAI,CAAC,wBAAwB,CAAC;YACrD,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;YAChC,CAAC,CAAC,sCAAsC,CAAC,IAAI,CAAC,wBAAwB,CAAC,CAAC;KAC3E,CAAC;AACJ,CAAC;AAED,uGAAuG;AACvG,IAAY,+BASX;AATD,WAAY,+BAA+B;IACzC,2BAA2B;IAC3B,gDAAa,CAAA;IACb,wCAAwC;IACxC,oEAAiC,CAAA;IACjC,sCAAsC;IACtC,gEAA6B,CAAA;IAC7B,iDAAiD;IACjD,6FAA0D,CAAA;AAC5D,CAAC,EATW,+BAA+B,+CAA/B,+BAA+B,QAS1C;AAcD,SAAgB,oCAAoC,CAClD,IAA0C;IAE1C,MAAM,MAAM,GAAwB,EAAE,CAAC;IACvC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;QAC5B,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,8BAA8B,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;IACnF,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CACpD,IAAyB;IAEzB,MAAM,MAAM,GAAwB,EAAE,CAAC;IACvC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;QAC5B,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;IACrF,CAAC,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC;AAUD,SAAgB,8BAA8B,CAAC,IAA0B;IACvE,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACxD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AASD,SAAgB,qBAAqB,CAAC,IAAiB;IACrD,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;AAChC,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC;AACJ,CAAC;AAKD,SAAgB,0BAA0B,CAAC,IAAsB;IAC/D,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,kBAAkB;YACrB,OAAO,qCAAqC,CAAC,IAAmC,CAAC,CAAC;QAEpF;YACE,OAAO,qBAAqB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC;AACH,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IACpD,QAAQ,IAAI,CAAC,IAAI,EAAE,CAAC;QAClB,KAAK,kBAAkB;YACrB,OAAO,uCAAuC,CAAC,IAAmC,CAAC,CAAC;QAEtF;YACE,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;AACH,CAAC;AAED,4BAA4B;AAC5B,IAAY,mBAEX;AAFD,WAAY,mBAAmB;IAC7B,4DAAqC,CAAA;AACvC,CAAC,EAFW,mBAAmB,mCAAnB,mBAAmB,QAE9B;AAmBD,SAAgB,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2CAA2C,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACnE,QAAQ,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;YACzB,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;YAClB,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KACvD,CAAC;AACJ,CAAC;AAWD,SAAgB,sCAAsC,CAAC,IAAkC;IACvF,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAYD,SAAgB,2CAA2C,CACzD,IAAuC;IAEvC,QAAQ,IAAI,CAAC,YAAY,EAAE,CAAC;QAC1B,KAAK,2BAA2B;YAC9B,OAAO,2DAA2D,CAChE,IAAyD,CAC1D,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,0CAA0C,CAAC,IAAwC,CAAC,CAAC;QAE9F,KAAK,0BAA0B;YAC7B,OAAO,0DAA0D,CAC/D,IAAwD,CACzD,CAAC;QAEJ,KAAK,0BAA0B;YAC7B,OAAO,0DAA0D,CAC/D,IAAwD,CACzD,CAAC;QAEJ,KAAK,0BAA0B;YAC7B,OAAO,0DAA0D,CAC/D,IAAwD,CACzD,CAAC;QAEJ,KAAK,UAAU;YACb,OAAO,0CAA0C,CAAC,IAAwC,CAAC,CAAC;QAE9F;YACE,OAAO,sCAAsC,CAAC,IAAI,CAAC,CAAC;IACxD,CAAC;AACH,CAAC;AASD,SAAgB,2DAA2D,CACzE,IAAuD;IAEvD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAQD,SAAgB,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AASD,SAAgB,0DAA0D,CACxE,IAAsD;IAEtD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AASD,SAAgB,0DAA0D,CACxE,IAAsD;IAEtD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AASD,SAAgB,0DAA0D,CACxE,IAAsD;IAEtD,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;KACjC,CAAC;AACJ,CAAC;AAUD,SAAgB,0CAA0C,CACxD,IAAsC;IAEtC,OAAO;QACL,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,WAAW,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;YAC/B,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;YACrB,CAAC,CAAC,qCAAqC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;KAC/D,CAAC;AACJ,CAAC;AAUD,SAAgB,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,KAAK,EAAE,yBAAyB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,uBAAuB,CAAC,MAAuB;IAC7D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,yBAAyB,CAAC,MAAuB;IAC/D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,oBAAoB,CAAC,IAAI,CAAC,CAAC;IACpC,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,SAAgB,iBAAiB,CAAC,IAAa;IAC7C,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACpD,CAAC;AACJ,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS;IAC3C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACtD,CAAC;AACJ,CAAC;AAUD,SAAgB,2BAA2B,CAAC,IAAuB;IACjE,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAC9C,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACrD,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAQD,SAAgB,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC1D,CAAC;AACJ,CAAC;AAQD,SAAgB,iCAAiC,CAAC,IAA6B;IAC7E,OAAO,EAAE,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;AAC9C,CAAC;AAUD,SAAgB,wBAAwB,CAAC,IAAS;IAChD,OAAO;QACL,KAAK,EAAE,wBAAwB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,sBAAsB,CAAC,MAAsB;IAC3D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,wBAAwB,CAAC,MAAsB;IAC7D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,SAAgB,uBAAuB,CAAC,IAAmB;IACzD,OAAO,EAAE,UAAU,EAAE,iCAAiC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC;AAC/E,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IACjD,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,UAAU,EAAE,mCAAmC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACpE,CAAC;AACJ,CAAC;AAwCD,SAAgB,iCAAiC,CAAC,IAA6B;IAC7E,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,iDAAiD,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAC/E,CAAC;AACJ,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IAC3D,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,sBAAsB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACtD,kBAAkB,EAAE,IAAI,CAAC,oBAAoB,CAAC;QAC9C,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,eAAe,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACvC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;YACzB,CAAC,CAAC,mDAAmD,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAChF,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,2BAA2B;AAC3B,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+CAA+B,CAAA;IAC/B,6CAA6B,CAAA;AAC/B,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAYD,gCAAgC;AAChC,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;AACnB,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB;AAYD,4EAA4E;AAC5E,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,wDAAmC,CAAA;IACnC,4CAAuB,CAAA;IACvB,0CAAqB,CAAA;IACrB,sCAAiB,CAAA;IACjB,4CAAuB,CAAA;IACvB,gFAA2D,CAAA;AAC7D,CAAC,EAVW,iBAAiB,iCAAjB,iBAAiB,QAU5B;AAwBD,SAAgB,iDAAiD,CAC/D,IAA6C;IAE7C,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAgB,mDAAmD,CACjE,IAAS;IAET,OAAO;QACL,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,gCAAgC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACxF,CAAC;AACJ,CAAC;AAED,SAAgB,gCAAgC,CAAC,MAA8B;IAC7E,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,2BAA2B,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,SAAgB,2BAA2B,CAAC,IAAS;IACnD,OAAO;QACL,cAAc,EAAE,0BAA0B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QAClE,cAAc,EAAE,0BAA0B,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;KACnE,CAAC;AACJ,CAAC;AAQD,SAAgB,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAYD,SAAgB,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;KACrC,CAAC;AACJ,CAAC;AAQD,SAAgB,0BAA0B,CAAC,IAAS;IAClD,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC7D,CAAC;AACJ,CAAC;AAcD,SAAgB,oCAAoC,CAAC,IAAS;IAC5D,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,wBAAwB,EAAE,IAAI,CAAC,0BAA0B,CAAC;QAC1D,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;QACpE,6BAA6B,EAAE,IAAI,CAAC,+BAA+B,CAAC;KACrE,CAAC;AACJ,CAAC;AAQD,SAAgB,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,uCAAuC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAChE,CAAC;AACJ,CAAC;AAYD,SAAgB,uCAAuC,CAAC,IAAmC;IACzF,OAAO;QACL,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;KAC7B,CAAC;AACJ,CAAC;AAUD,SAAgB,8BAA8B,CAAC,IAAS;IACtD,OAAO;QACL,KAAK,EAAE,8BAA8B,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,4BAA4B,CAAC,MAA4B;IACvE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,uBAAuB,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,8BAA8B,CAAC,MAA4B;IACzE,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,yBAAyB,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC,CAAC,CAAC;AACL,CAAC;AAQD,SAAgB,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;KAC3C,CAAC;AACJ,CAAC;AAQD,SAAgB,kBAAkB,CAAC,IAAS;IAC1C,OAAO;QACL,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9C,UAAU,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;YAC7B,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;YACpB,CAAC,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACrD,CAAC;AACJ,CAAC;AA8DD,SAAgB,4BAA4B,CAAC,IAAS;IACpD,OAAO;QACL,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC;QAC5B,eAAe,EAAE,IAAI,CAAC,iBAAiB,CAAC;QACxC,kBAAkB,EAAE,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC7C,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;YAC5B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC;QACxC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,gBAAgB,EAAE,CAAC,IAAI,CAAC,kBAAkB,CAAC;YACzC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;YAC1B,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;QACtC,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,YAAY,EAAE,IAAI,CAAC,cAAc,CAAC;QAClC,aAAa,EAAE,IAAI,CAAC,eAAe,CAAC;QACpC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,uBAAuB,CAAC;QACpD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;QAChC,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,UAAU,EAAE,IAAI,CAAC,YAAY,CAAC;QAC9B,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,gBAAgB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC1C,uBAAuB,EAAE,IAAI,CAAC,yBAAyB,CAAC;QACxD,KAAK,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9E,iBAAiB,EAAE,IAAI,CAAC,mBAAmB,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,gDAAgD;AAChD,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,kDAAyB,CAAA;IACzB,8CAAqB,CAAA;IACrB,gDAAuB,CAAA;AACzB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAuBD,SAAgB,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;KACvB,CAAC;AACJ,CAAC;AAUD,SAAgB,uBAAuB,CAAC,IAAS;IAC/C,OAAO;QACL,KAAK,EAAE,uBAAuB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7C,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;KAC3B,CAAC;AACJ,CAAC;AAED,SAAgB,uBAAuB,CAAC,MAAqB;IAC3D,OAAO,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACzB,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,kCAAkC;AAClC,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,kCAAkC;IAClC,yCAAwB,CAAA;IACxB,kCAAkC;IAClC,yCAAwB,CAAA;AAC1B,CAAC,EALW,aAAa,6BAAb,aAAa,QAKxB","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for and operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints. */\nexport interface StorageMover extends TrackedResource {\n /** The resource specific properties for the Storage Mover resource. */\n properties?: StorageMoverProperties;\n}\n\nexport function storageMoverSerializer(item: StorageMover): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageMoverPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function storageMoverDeserializer(item: any): StorageMover {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageMoverPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The resource specific properties for the Storage Mover resource. */\nexport interface StorageMoverProperties {\n /** A description for the Storage Mover. */\n description?: string;\n /** The provisioning state of this resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function storageMoverPropertiesSerializer(item: StorageMoverProperties): any {\n return { description: item[\"description\"] };\n}\n\nexport function storageMoverPropertiesDeserializer(item: any): StorageMoverProperties {\n return {\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The provisioning state of a resource. */\nexport enum KnownProvisioningState {\n Succeeded = \"Succeeded\",\n Canceled = \"Canceled\",\n Failed = \"Failed\",\n Deleting = \"Deleting\",\n}\n\n/**\n * The provisioning state of a resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed** \\\n * **Deleting**\n */\nexport type ProvisioningState = string;\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: item[\"tags\"],\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnowncreatedByType} can be used interchangeably with createdByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The Storage Mover resource. */\nexport interface StorageMoverUpdateParameters {\n /** The resource specific properties for the Storage Mover resource. */\n properties?: StorageMoverUpdateProperties;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function storageMoverUpdateParametersSerializer(item: StorageMoverUpdateParameters): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : storageMoverUpdatePropertiesSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The resource specific properties for the Storage Mover resource. */\nexport interface StorageMoverUpdateProperties {\n /** A description for the Storage Mover. */\n description?: string;\n}\n\nexport function storageMoverUpdatePropertiesSerializer(item: StorageMoverUpdateProperties): any {\n return { description: item[\"description\"] };\n}\n\n/** List of Storage Movers. */\nexport interface _StorageMoverList {\n /** The StorageMover items on this page */\n readonly value: StorageMover[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _storageMoverListDeserializer(item: any): _StorageMoverList {\n return {\n value: storageMoverArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function storageMoverArraySerializer(result: Array<StorageMover>): any[] {\n return result.map((item) => {\n return storageMoverSerializer(item);\n });\n}\n\nexport function storageMoverArrayDeserializer(result: Array<StorageMover>): any[] {\n return result.map((item) => {\n return storageMoverDeserializer(item);\n });\n}\n\n/** The Agent resource. */\nexport interface Agent extends ProxyResource {\n properties: AgentProperties;\n}\n\nexport function agentSerializer(item: Agent): any {\n return { properties: agentPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function agentDeserializer(item: any): Agent {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: agentPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface AgentProperties */\nexport interface AgentProperties {\n /** A description for the Agent. */\n description?: string;\n /** The Agent version. */\n readonly agentVersion?: string;\n /** The fully qualified resource ID of the Hybrid Compute resource for the Agent. */\n arcResourceId: string;\n /** The VM UUID of the Hybrid Compute resource for the Agent. */\n arcVmUuid: string;\n /** The Agent status. */\n readonly agentStatus?: AgentStatus;\n /** The last updated time of the Agent status. */\n readonly lastStatusUpdate?: Date;\n /** Local IP address reported by the Agent. */\n readonly localIPAddress?: string;\n /** Available memory reported by the Agent, in MB. */\n readonly memoryInMB?: number;\n /** Available compute cores reported by the Agent. */\n readonly numberOfCores?: number;\n /** Uptime of the Agent in seconds. */\n readonly uptimeInSeconds?: number;\n /** The agent's local time zone represented in Windows format. */\n readonly timeZone?: string;\n /** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */\n uploadLimitSchedule?: UploadLimitSchedule;\n readonly errorDetails?: AgentPropertiesErrorDetails;\n /** The provisioning state of this resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function agentPropertiesSerializer(item: AgentProperties): any {\n return {\n description: item[\"description\"],\n arcResourceId: item[\"arcResourceId\"],\n arcVmUuid: item[\"arcVmUuid\"],\n uploadLimitSchedule: !item[\"uploadLimitSchedule\"]\n ? item[\"uploadLimitSchedule\"]\n : uploadLimitScheduleSerializer(item[\"uploadLimitSchedule\"]),\n };\n}\n\nexport function agentPropertiesDeserializer(item: any): AgentProperties {\n return {\n description: item[\"description\"],\n agentVersion: item[\"agentVersion\"],\n arcResourceId: item[\"arcResourceId\"],\n arcVmUuid: item[\"arcVmUuid\"],\n agentStatus: item[\"agentStatus\"],\n lastStatusUpdate: !item[\"lastStatusUpdate\"]\n ? item[\"lastStatusUpdate\"]\n : new Date(item[\"lastStatusUpdate\"]),\n localIPAddress: item[\"localIPAddress\"],\n memoryInMB: item[\"memoryInMB\"],\n numberOfCores: item[\"numberOfCores\"],\n uptimeInSeconds: item[\"uptimeInSeconds\"],\n timeZone: item[\"timeZone\"],\n uploadLimitSchedule: !item[\"uploadLimitSchedule\"]\n ? item[\"uploadLimitSchedule\"]\n : uploadLimitScheduleDeserializer(item[\"uploadLimitSchedule\"]),\n errorDetails: !item[\"errorDetails\"]\n ? item[\"errorDetails\"]\n : agentPropertiesErrorDetailsDeserializer(item[\"errorDetails\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The Agent status. */\nexport enum KnownAgentStatus {\n Registering = \"Registering\",\n Offline = \"Offline\",\n Online = \"Online\",\n Executing = \"Executing\",\n RequiresAttention = \"RequiresAttention\",\n Unregistering = \"Unregistering\",\n}\n\n/**\n * The Agent status. \\\n * {@link KnownAgentStatus} can be used interchangeably with AgentStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Registering** \\\n * **Offline** \\\n * **Online** \\\n * **Executing** \\\n * **RequiresAttention** \\\n * **Unregistering**\n */\nexport type AgentStatus = string;\n\n/** The WAN-link upload limit schedule. Overlapping recurrences are not allowed. */\nexport interface UploadLimitSchedule {\n /** The set of weekly repeating recurrences of the WAN-link upload limit schedule. */\n weeklyRecurrences?: UploadLimitWeeklyRecurrence[];\n}\n\nexport function uploadLimitScheduleSerializer(item: UploadLimitSchedule): any {\n return {\n weeklyRecurrences: !item[\"weeklyRecurrences\"]\n ? item[\"weeklyRecurrences\"]\n : uploadLimitWeeklyRecurrenceArraySerializer(item[\"weeklyRecurrences\"]),\n };\n}\n\nexport function uploadLimitScheduleDeserializer(item: any): UploadLimitSchedule {\n return {\n weeklyRecurrences: !item[\"weeklyRecurrences\"]\n ? item[\"weeklyRecurrences\"]\n : uploadLimitWeeklyRecurrenceArrayDeserializer(item[\"weeklyRecurrences\"]),\n };\n}\n\nexport function uploadLimitWeeklyRecurrenceArraySerializer(\n result: Array<UploadLimitWeeklyRecurrence>,\n): any[] {\n return result.map((item) => {\n return uploadLimitWeeklyRecurrenceSerializer(item);\n });\n}\n\nexport function uploadLimitWeeklyRecurrenceArrayDeserializer(\n result: Array<UploadLimitWeeklyRecurrence>,\n): any[] {\n return result.map((item) => {\n return uploadLimitWeeklyRecurrenceDeserializer(item);\n });\n}\n\n/** The weekly recurrence of the WAN-link upload limit schedule. The start time must be earlier in the day than the end time. The recurrence must not span across multiple days. */\nexport interface UploadLimitWeeklyRecurrence extends WeeklyRecurrence {\n /** The WAN-link upload bandwidth (maximum data transfer rate) in megabits per second. Value of 0 indicates no throughput is allowed and any running migration job is effectively paused for the duration of this recurrence. Only data plane operations are governed by this limit. Control plane operations ensure seamless functionality. The agent may exceed this limit with control messages, if necessary. */\n limitInMbps: number;\n}\n\nexport function uploadLimitWeeklyRecurrenceSerializer(item: UploadLimitWeeklyRecurrence): any {\n return {\n days: item[\"days\"].map((p: any) => {\n return p;\n }),\n startTime: timeSerializer(item[\"startTime\"]),\n endTime: timeSerializer(item[\"endTime\"]),\n limitInMbps: item[\"limitInMbps\"],\n };\n}\n\nexport function uploadLimitWeeklyRecurrenceDeserializer(item: any): UploadLimitWeeklyRecurrence {\n return {\n days: item[\"days\"].map((p: any) => {\n return p;\n }),\n startTime: timeDeserializer(item[\"startTime\"]),\n endTime: timeDeserializer(item[\"endTime\"]),\n limitInMbps: item[\"limitInMbps\"],\n };\n}\n\n/** model interface AgentPropertiesErrorDetails */\nexport interface AgentPropertiesErrorDetails {\n /** Error code reported by Agent */\n code?: string;\n /** Expanded description of reported error code */\n message?: string;\n}\n\nexport function agentPropertiesErrorDetailsDeserializer(item: any): AgentPropertiesErrorDetails {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** The weekly recurrence of the schedule. */\nexport interface WeeklyRecurrence extends Recurrence {\n /** The set of days of week for the schedule recurrence. A day must not be specified more than once in a recurrence. */\n days: DayOfWeek[];\n}\n\nexport function weeklyRecurrenceSerializer(item: WeeklyRecurrence): any {\n return {\n startTime: timeSerializer(item[\"startTime\"]),\n endTime: timeSerializer(item[\"endTime\"]),\n days: item[\"days\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function weeklyRecurrenceDeserializer(item: any): WeeklyRecurrence {\n return {\n startTime: timeDeserializer(item[\"startTime\"]),\n endTime: timeDeserializer(item[\"endTime\"]),\n days: item[\"days\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The day of week. */\nexport type DayOfWeek =\n | \"Monday\"\n | \"Tuesday\"\n | \"Wednesday\"\n | \"Thursday\"\n | \"Friday\"\n | \"Saturday\"\n | \"Sunday\";\n\n/** The schedule recurrence. */\nexport interface Recurrence {\n /** The start time of the schedule recurrence. Full hour and 30-minute intervals are supported. */\n startTime: Time;\n /** The end time of the schedule recurrence. Full hour and 30-minute intervals are supported. */\n endTime: Time;\n}\n\nexport function recurrenceSerializer(item: Recurrence): any {\n return {\n startTime: timeSerializer(item[\"startTime\"]),\n endTime: timeSerializer(item[\"endTime\"]),\n };\n}\n\nexport function recurrenceDeserializer(item: any): Recurrence {\n return {\n startTime: timeDeserializer(item[\"startTime\"]),\n endTime: timeDeserializer(item[\"endTime\"]),\n };\n}\n\n/** The time of day. */\nexport interface Time {\n /** The hour element of the time. Allowed values range from 0 (start of the selected day) to 24 (end of the selected day). Hour value 24 cannot be combined with any other minute value but 0. */\n hour: number;\n /** The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. */\n minute?: Minute;\n}\n\nexport function timeSerializer(item: Time): any {\n return { hour: item[\"hour\"], minute: item[\"minute\"] };\n}\n\nexport function timeDeserializer(item: any): Time {\n return {\n hour: item[\"hour\"],\n minute: item[\"minute\"],\n };\n}\n\n/** The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. */\nexport enum KnownMinute {\n Zero = 0,\n Thirty = 30,\n}\n\n/**\n * The minute element of the time. Allowed values are 0 and 30. If not specified, its value defaults to 0. \\\n * {@link KnownMinute} can be used interchangeably with Minute,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **0** \\\n * **30**\n */\nexport type Minute = number;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** The Agent resource. */\nexport interface AgentUpdateParameters {\n properties?: AgentUpdateProperties;\n}\n\nexport function agentUpdateParametersSerializer(item: AgentUpdateParameters): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : agentUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** model interface AgentUpdateProperties */\nexport interface AgentUpdateProperties {\n /** A description for the Agent. */\n description?: string;\n /** The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time. */\n uploadLimitSchedule?: UploadLimitSchedule;\n}\n\nexport function agentUpdatePropertiesSerializer(item: AgentUpdateProperties): any {\n return {\n description: item[\"description\"],\n uploadLimitSchedule: !item[\"uploadLimitSchedule\"]\n ? item[\"uploadLimitSchedule\"]\n : uploadLimitScheduleSerializer(item[\"uploadLimitSchedule\"]),\n };\n}\n\n/** List of Agents. */\nexport interface _AgentList {\n /** The Agent items on this page */\n readonly value: Agent[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _agentListDeserializer(item: any): _AgentList {\n return {\n value: agentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function agentArraySerializer(result: Array<Agent>): any[] {\n return result.map((item) => {\n return agentSerializer(item);\n });\n}\n\nexport function agentArrayDeserializer(result: Array<Agent>): any[] {\n return result.map((item) => {\n return agentDeserializer(item);\n });\n}\n\n/** The Endpoint resource, which contains information about file sources and targets. */\nexport interface Endpoint extends ProxyResource {\n /** The resource specific properties for the Storage Mover resource. */\n properties: EndpointBasePropertiesUnion;\n /** The managed service identity of the resource. This property is only available on the latest version. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function endpointSerializer(item: Endpoint): any {\n return {\n properties: endpointBasePropertiesUnionSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function endpointDeserializer(item: any): Endpoint {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: endpointBasePropertiesUnionDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** The resource specific properties for the Storage Mover resource. */\nexport interface EndpointBaseProperties {\n /** The Endpoint resource type. */\n /** The discriminator possible values: AzureStorageBlobContainer, NfsMount, AzureStorageSmbFileShare, SmbMount, AzureStorageNfsFileShare, AzureMultiCloudConnector */\n endpointType: EndpointType;\n /** A description for the Endpoint. */\n description?: string;\n /** The provisioning state of this resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function endpointBasePropertiesSerializer(item: EndpointBaseProperties): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\nexport function endpointBasePropertiesDeserializer(item: any): EndpointBaseProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Alias for EndpointBasePropertiesUnion */\nexport type EndpointBasePropertiesUnion =\n | AzureStorageBlobContainerEndpointProperties\n | NfsMountEndpointProperties\n | AzureStorageSmbFileShareEndpointProperties\n | SmbMountEndpointProperties\n | AzureStorageNfsFileShareEndpointProperties\n | AzureMultiCloudConnectorEndpointProperties\n | EndpointBaseProperties;\n\nexport function endpointBasePropertiesUnionSerializer(item: EndpointBasePropertiesUnion): any {\n switch (item.endpointType) {\n case \"AzureStorageBlobContainer\":\n return azureStorageBlobContainerEndpointPropertiesSerializer(\n item as AzureStorageBlobContainerEndpointProperties,\n );\n\n case \"NfsMount\":\n return nfsMountEndpointPropertiesSerializer(item as NfsMountEndpointProperties);\n\n case \"AzureStorageSmbFileShare\":\n return azureStorageSmbFileShareEndpointPropertiesSerializer(\n item as AzureStorageSmbFileShareEndpointProperties,\n );\n\n case \"SmbMount\":\n return smbMountEndpointPropertiesSerializer(item as SmbMountEndpointProperties);\n\n case \"AzureStorageNfsFileShare\":\n return azureStorageNfsFileShareEndpointPropertiesSerializer(\n item as AzureStorageNfsFileShareEndpointProperties,\n );\n\n case \"AzureMultiCloudConnector\":\n return azureMultiCloudConnectorEndpointPropertiesSerializer(\n item as AzureMultiCloudConnectorEndpointProperties,\n );\n\n default:\n return endpointBasePropertiesSerializer(item);\n }\n}\n\nexport function endpointBasePropertiesUnionDeserializer(item: any): EndpointBasePropertiesUnion {\n switch (item.endpointType) {\n case \"AzureStorageBlobContainer\":\n return azureStorageBlobContainerEndpointPropertiesDeserializer(\n item as AzureStorageBlobContainerEndpointProperties,\n );\n\n case \"NfsMount\":\n return nfsMountEndpointPropertiesDeserializer(item as NfsMountEndpointProperties);\n\n case \"AzureStorageSmbFileShare\":\n return azureStorageSmbFileShareEndpointPropertiesDeserializer(\n item as AzureStorageSmbFileShareEndpointProperties,\n );\n\n case \"SmbMount\":\n return smbMountEndpointPropertiesDeserializer(item as SmbMountEndpointProperties);\n\n case \"AzureStorageNfsFileShare\":\n return azureStorageNfsFileShareEndpointPropertiesDeserializer(\n item as AzureStorageNfsFileShareEndpointProperties,\n );\n\n case \"AzureMultiCloudConnector\":\n return azureMultiCloudConnectorEndpointPropertiesDeserializer(\n item as AzureMultiCloudConnectorEndpointProperties,\n );\n\n default:\n return endpointBasePropertiesDeserializer(item);\n }\n}\n\n/** The Endpoint resource type. */\nexport enum KnownEndpointType {\n AzureStorageBlobContainer = \"AzureStorageBlobContainer\",\n NfsMount = \"NfsMount\",\n AzureStorageSmbFileShare = \"AzureStorageSmbFileShare\",\n SmbMount = \"SmbMount\",\n AzureMultiCloudConnector = \"AzureMultiCloudConnector\",\n AzureStorageNfsFileShare = \"AzureStorageNfsFileShare\",\n}\n\n/**\n * The Endpoint resource type. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureStorageBlobContainer** \\\n * **NfsMount** \\\n * **AzureStorageSmbFileShare** \\\n * **SmbMount** \\\n * **AzureMultiCloudConnector** \\\n * **AzureStorageNfsFileShare**\n */\nexport type EndpointType = string;\n\n/** The properties of Azure Storage blob container endpoint. */\nexport interface AzureStorageBlobContainerEndpointProperties extends EndpointBaseProperties {\n /** The Azure Resource ID of the storage account that is the target destination. */\n storageAccountResourceId: string;\n /** The name of the Storage blob container that is the target destination. */\n blobContainerName: string;\n /** The Endpoint resource type. */\n endpointType: \"AzureStorageBlobContainer\";\n}\n\nexport function azureStorageBlobContainerEndpointPropertiesSerializer(\n item: AzureStorageBlobContainerEndpointProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n blobContainerName: item[\"blobContainerName\"],\n };\n}\n\nexport function azureStorageBlobContainerEndpointPropertiesDeserializer(\n item: any,\n): AzureStorageBlobContainerEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n blobContainerName: item[\"blobContainerName\"],\n };\n}\n\n/** The properties of NFS share endpoint. */\nexport interface NfsMountEndpointProperties extends EndpointBaseProperties {\n /** The host name or IP address of the server exporting the file system. */\n host: string;\n /** The NFS protocol version. */\n nfsVersion?: NfsVersion;\n /** The directory being exported from the server. */\n export: string;\n /** The Endpoint resource type. */\n endpointType: \"NfsMount\";\n}\n\nexport function nfsMountEndpointPropertiesSerializer(item: NfsMountEndpointProperties): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n host: item[\"host\"],\n nfsVersion: item[\"nfsVersion\"],\n export: item[\"export\"],\n };\n}\n\nexport function nfsMountEndpointPropertiesDeserializer(item: any): NfsMountEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n host: item[\"host\"],\n nfsVersion: item[\"nfsVersion\"],\n export: item[\"export\"],\n };\n}\n\n/** The NFS protocol version. */\nexport enum KnownNfsVersion {\n NFSauto = \"NFSauto\",\n NFSv3 = \"NFSv3\",\n NFSv4 = \"NFSv4\",\n}\n\n/**\n * The NFS protocol version. \\\n * {@link KnownNfsVersion} can be used interchangeably with NfsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NFSauto** \\\n * **NFSv3** \\\n * **NFSv4**\n */\nexport type NfsVersion = string;\n\n/** The properties of Azure Storage SMB file share endpoint. */\nexport interface AzureStorageSmbFileShareEndpointProperties extends EndpointBaseProperties {\n /** The Azure Resource ID of the storage account. */\n storageAccountResourceId: string;\n /** The name of the Azure Storage file share. */\n fileShareName: string;\n /** The Endpoint resource type. */\n endpointType: \"AzureStorageSmbFileShare\";\n}\n\nexport function azureStorageSmbFileShareEndpointPropertiesSerializer(\n item: AzureStorageSmbFileShareEndpointProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n fileShareName: item[\"fileShareName\"],\n };\n}\n\nexport function azureStorageSmbFileShareEndpointPropertiesDeserializer(\n item: any,\n): AzureStorageSmbFileShareEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n fileShareName: item[\"fileShareName\"],\n };\n}\n\n/** The properties of SMB share endpoint. */\nexport interface SmbMountEndpointProperties extends EndpointBaseProperties {\n /** The host name or IP address of the server exporting the file system. */\n host: string;\n /** The name of the SMB share being exported from the server. */\n shareName: string;\n /** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */\n credentials?: AzureKeyVaultSmbCredentials;\n /** The Endpoint resource type. */\n endpointType: \"SmbMount\";\n}\n\nexport function smbMountEndpointPropertiesSerializer(item: SmbMountEndpointProperties): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n host: item[\"host\"],\n shareName: item[\"shareName\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : azureKeyVaultSmbCredentialsSerializer(item[\"credentials\"]),\n };\n}\n\nexport function smbMountEndpointPropertiesDeserializer(item: any): SmbMountEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n host: item[\"host\"],\n shareName: item[\"shareName\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : azureKeyVaultSmbCredentialsDeserializer(item[\"credentials\"]),\n };\n}\n\n/** The Azure Key Vault secret URIs which store the credentials. */\nexport interface AzureKeyVaultSmbCredentials extends Credentials {\n /** The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value. */\n usernameUri?: string;\n /** The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value. */\n passwordUri?: string;\n /** The Credentials type. */\n type: \"AzureKeyVaultSmb\";\n}\n\nexport function azureKeyVaultSmbCredentialsSerializer(item: AzureKeyVaultSmbCredentials): any {\n return {\n type: item[\"type\"],\n usernameUri: item[\"usernameUri\"],\n passwordUri: item[\"passwordUri\"],\n };\n}\n\nexport function azureKeyVaultSmbCredentialsDeserializer(item: any): AzureKeyVaultSmbCredentials {\n return {\n type: item[\"type\"],\n usernameUri: item[\"usernameUri\"],\n passwordUri: item[\"passwordUri\"],\n };\n}\n\n/** The properties of Azure Storage NFS file share endpoint. */\nexport interface AzureStorageNfsFileShareEndpointProperties extends EndpointBaseProperties {\n /** The Azure Resource ID of the storage account. */\n storageAccountResourceId: string;\n /** The name of the Azure Storage NFS file share. */\n fileShareName: string;\n /** The Endpoint resource type. */\n endpointType: \"AzureStorageNfsFileShare\";\n}\n\nexport function azureStorageNfsFileShareEndpointPropertiesSerializer(\n item: AzureStorageNfsFileShareEndpointProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n fileShareName: item[\"fileShareName\"],\n };\n}\n\nexport function azureStorageNfsFileShareEndpointPropertiesDeserializer(\n item: any,\n): AzureStorageNfsFileShareEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n fileShareName: item[\"fileShareName\"],\n };\n}\n\n/** The properties of Azure MultiCloudConnector endpoint. */\nexport interface AzureMultiCloudConnectorEndpointProperties extends EndpointBaseProperties {\n /** The Azure Resource ID of the MultiCloud Connector resource. */\n multiCloudConnectorId: string;\n /** The AWS S3 bucket ARM resource Id. */\n awsS3BucketId: string;\n /** The Endpoint resource type. */\n endpointType: \"AzureMultiCloudConnector\";\n}\n\nexport function azureMultiCloudConnectorEndpointPropertiesSerializer(\n item: AzureMultiCloudConnectorEndpointProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n multiCloudConnectorId: item[\"multiCloudConnectorId\"],\n awsS3BucketId: item[\"awsS3BucketId\"],\n };\n}\n\nexport function azureMultiCloudConnectorEndpointPropertiesDeserializer(\n item: any,\n): AzureMultiCloudConnectorEndpointProperties {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n multiCloudConnectorId: item[\"multiCloudConnectorId\"],\n awsS3BucketId: item[\"awsS3BucketId\"],\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The Credentials. */\nexport interface Credentials {\n /** The Credentials type. */\n /** The discriminator possible values: AzureKeyVaultSmb */\n type: CredentialType;\n}\n\nexport function credentialsSerializer(item: Credentials): any {\n return { type: item[\"type\"] };\n}\n\nexport function credentialsDeserializer(item: any): Credentials {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for CredentialsUnion */\nexport type CredentialsUnion = AzureKeyVaultSmbCredentials | Credentials;\n\nexport function credentialsUnionSerializer(item: CredentialsUnion): any {\n switch (item.type) {\n case \"AzureKeyVaultSmb\":\n return azureKeyVaultSmbCredentialsSerializer(item as AzureKeyVaultSmbCredentials);\n\n default:\n return credentialsSerializer(item);\n }\n}\n\nexport function credentialsUnionDeserializer(item: any): CredentialsUnion {\n switch (item.type) {\n case \"AzureKeyVaultSmb\":\n return azureKeyVaultSmbCredentialsDeserializer(item as AzureKeyVaultSmbCredentials);\n\n default:\n return credentialsDeserializer(item);\n }\n}\n\n/** The Credentials type. */\nexport enum KnownCredentialType {\n AzureKeyVaultSmb = \"AzureKeyVaultSmb\",\n}\n\n/**\n * The Credentials type. \\\n * {@link KnownCredentialType} can be used interchangeably with CredentialType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureKeyVaultSmb**\n */\nexport type CredentialType = string;\n\n/** The Endpoint resource. */\nexport interface EndpointBaseUpdateParameters {\n /** The Endpoint resource, which contains information about file sources and targets. */\n properties?: EndpointBaseUpdatePropertiesUnion;\n /** The managed system identity assigned to this resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function endpointBaseUpdateParametersSerializer(item: EndpointBaseUpdateParameters): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : endpointBaseUpdatePropertiesUnionSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** The Endpoint resource, which contains information about file sources and targets. */\nexport interface EndpointBaseUpdateProperties {\n /** The Endpoint resource type. */\n /** The discriminator possible values: AzureStorageBlobContainer, NfsMount, AzureStorageSmbFileShare, AzureStorageNfsFileShare, AzureMultiCloudConnector, SmbMount */\n endpointType: EndpointType;\n /** A description for the Endpoint. */\n description?: string;\n}\n\nexport function endpointBaseUpdatePropertiesSerializer(item: EndpointBaseUpdateProperties): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\n/** Alias for EndpointBaseUpdatePropertiesUnion */\nexport type EndpointBaseUpdatePropertiesUnion =\n | AzureStorageBlobContainerEndpointUpdateProperties\n | NfsMountEndpointUpdateProperties\n | AzureStorageSmbFileShareEndpointUpdateProperties\n | AzureStorageNfsFileShareEndpointUpdateProperties\n | AzureMultiCloudConnectorEndpointUpdateProperties\n | SmbMountEndpointUpdateProperties\n | EndpointBaseUpdateProperties;\n\nexport function endpointBaseUpdatePropertiesUnionSerializer(\n item: EndpointBaseUpdatePropertiesUnion,\n): any {\n switch (item.endpointType) {\n case \"AzureStorageBlobContainer\":\n return azureStorageBlobContainerEndpointUpdatePropertiesSerializer(\n item as AzureStorageBlobContainerEndpointUpdateProperties,\n );\n\n case \"NfsMount\":\n return nfsMountEndpointUpdatePropertiesSerializer(item as NfsMountEndpointUpdateProperties);\n\n case \"AzureStorageSmbFileShare\":\n return azureStorageSmbFileShareEndpointUpdatePropertiesSerializer(\n item as AzureStorageSmbFileShareEndpointUpdateProperties,\n );\n\n case \"AzureStorageNfsFileShare\":\n return azureStorageNfsFileShareEndpointUpdatePropertiesSerializer(\n item as AzureStorageNfsFileShareEndpointUpdateProperties,\n );\n\n case \"AzureMultiCloudConnector\":\n return azureMultiCloudConnectorEndpointUpdatePropertiesSerializer(\n item as AzureMultiCloudConnectorEndpointUpdateProperties,\n );\n\n case \"SmbMount\":\n return smbMountEndpointUpdatePropertiesSerializer(item as SmbMountEndpointUpdateProperties);\n\n default:\n return endpointBaseUpdatePropertiesSerializer(item);\n }\n}\n\n/** model interface AzureStorageBlobContainerEndpointUpdateProperties */\nexport interface AzureStorageBlobContainerEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** The Endpoint resource type. */\n endpointType: \"AzureStorageBlobContainer\";\n}\n\nexport function azureStorageBlobContainerEndpointUpdatePropertiesSerializer(\n item: AzureStorageBlobContainerEndpointUpdateProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\n/** model interface NfsMountEndpointUpdateProperties */\nexport interface NfsMountEndpointUpdateProperties extends EndpointBaseUpdateProperties {\n /** The Endpoint resource type. */\n endpointType: \"NfsMount\";\n}\n\nexport function nfsMountEndpointUpdatePropertiesSerializer(\n item: NfsMountEndpointUpdateProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\n/** The properties of Azure Storage SMB file share endpoint to update. */\nexport interface AzureStorageSmbFileShareEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** The Endpoint resource type. */\n endpointType: \"AzureStorageSmbFileShare\";\n}\n\nexport function azureStorageSmbFileShareEndpointUpdatePropertiesSerializer(\n item: AzureStorageSmbFileShareEndpointUpdateProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\n/** The properties of Azure Storage NFS file share endpoint to update. */\nexport interface AzureStorageNfsFileShareEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** The Endpoint resource type. */\n endpointType: \"AzureStorageNfsFileShare\";\n}\n\nexport function azureStorageNfsFileShareEndpointUpdatePropertiesSerializer(\n item: AzureStorageNfsFileShareEndpointUpdateProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\n/** The properties of Azure Storage NFS file share endpoint to update. */\nexport interface AzureMultiCloudConnectorEndpointUpdateProperties\n extends EndpointBaseUpdateProperties {\n /** The Endpoint resource type. */\n endpointType: \"AzureMultiCloudConnector\";\n}\n\nexport function azureMultiCloudConnectorEndpointUpdatePropertiesSerializer(\n item: AzureMultiCloudConnectorEndpointUpdateProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n };\n}\n\n/** The properties of SMB share endpoint to update. */\nexport interface SmbMountEndpointUpdateProperties extends EndpointBaseUpdateProperties {\n /** The Azure Key Vault secret URIs which store the required credentials to access the SMB share. */\n credentials?: AzureKeyVaultSmbCredentials;\n /** The Endpoint resource type. */\n endpointType: \"SmbMount\";\n}\n\nexport function smbMountEndpointUpdatePropertiesSerializer(\n item: SmbMountEndpointUpdateProperties,\n): any {\n return {\n endpointType: item[\"endpointType\"],\n description: item[\"description\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : azureKeyVaultSmbCredentialsSerializer(item[\"credentials\"]),\n };\n}\n\n/** List of Endpoints. */\nexport interface _EndpointList {\n /** The Endpoint items on this page */\n readonly value: Endpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _endpointListDeserializer(item: any): _EndpointList {\n return {\n value: endpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function endpointArraySerializer(result: Array<Endpoint>): any[] {\n return result.map((item) => {\n return endpointSerializer(item);\n });\n}\n\nexport function endpointArrayDeserializer(result: Array<Endpoint>): any[] {\n return result.map((item) => {\n return endpointDeserializer(item);\n });\n}\n\n/** The Project resource. */\nexport interface Project extends ProxyResource {\n /** Project properties. */\n properties?: ProjectProperties;\n}\n\nexport function projectSerializer(item: Project): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function projectDeserializer(item: any): Project {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Project properties. */\nexport interface ProjectProperties {\n /** A description for the Project. */\n description?: string;\n /** The provisioning state of this resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function projectPropertiesSerializer(item: ProjectProperties): any {\n return { description: item[\"description\"] };\n}\n\nexport function projectPropertiesDeserializer(item: any): ProjectProperties {\n return {\n description: item[\"description\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The Project resource. */\nexport interface ProjectUpdateParameters {\n /** Project properties. */\n properties?: ProjectUpdateProperties;\n}\n\nexport function projectUpdateParametersSerializer(item: ProjectUpdateParameters): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : projectUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Project properties. */\nexport interface ProjectUpdateProperties {\n /** A description for the Project. */\n description?: string;\n}\n\nexport function projectUpdatePropertiesSerializer(item: ProjectUpdateProperties): any {\n return { description: item[\"description\"] };\n}\n\n/** List of Project resources. */\nexport interface _ProjectList {\n /** The Project items on this page */\n readonly value: Project[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _projectListDeserializer(item: any): _ProjectList {\n return {\n value: projectArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function projectArraySerializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectSerializer(item);\n });\n}\n\nexport function projectArrayDeserializer(result: Array<Project>): any[] {\n return result.map((item) => {\n return projectDeserializer(item);\n });\n}\n\n/** The Job Definition resource. */\nexport interface JobDefinition extends ProxyResource {\n /** Job definition properties. */\n properties: JobDefinitionProperties;\n}\n\nexport function jobDefinitionSerializer(item: JobDefinition): any {\n return { properties: jobDefinitionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function jobDefinitionDeserializer(item: any): JobDefinition {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: jobDefinitionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Job definition properties. */\nexport interface JobDefinitionProperties {\n /** A description for the Job Definition. OnPremToCloud is for migrating data from on-premises to cloud. CloudToCloud is for migrating data between cloud to cloud. */\n description?: string;\n /** The type of the Job. */\n jobType?: JobType;\n /** Strategy to use for copy. */\n copyMode: CopyMode;\n /** The name of the source Endpoint. */\n sourceName: string;\n /** Fully qualified resource ID of the source Endpoint. */\n readonly sourceResourceId?: string;\n /** The subpath to use when reading from the source Endpoint. */\n sourceSubpath?: string;\n /** The name of the target Endpoint. */\n targetName: string;\n /** Fully qualified resource ID of the target Endpoint. */\n readonly targetResourceId?: string;\n /** The subpath to use when writing to the target Endpoint. */\n targetSubpath?: string;\n /** The name of the Job Run in a non-terminal state, if exists. */\n readonly latestJobRunName?: string;\n /** The fully qualified resource ID of the Job Run in a non-terminal state, if exists. */\n readonly latestJobRunResourceId?: string;\n /** The current status of the Job Run in a non-terminal state, if exists. */\n readonly latestJobRunStatus?: JobRunStatus;\n /** Name of the Agent to assign for new Job Runs of this Job Definition. */\n agentName?: string;\n /** Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition. */\n readonly agentResourceId?: string;\n /** The list of cloud endpoints to migrate. */\n sourceTargetMap?: {\n value?: SourceTargetMap[];\n };\n /** The provisioning state of this resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function jobDefinitionPropertiesSerializer(item: JobDefinitionProperties): any {\n return {\n description: item[\"description\"],\n jobType: item[\"jobType\"],\n copyMode: item[\"copyMode\"],\n sourceName: item[\"sourceName\"],\n sourceSubpath: item[\"sourceSubpath\"],\n targetName: item[\"targetName\"],\n targetSubpath: item[\"targetSubpath\"],\n agentName: item[\"agentName\"],\n sourceTargetMap: !item[\"sourceTargetMap\"]\n ? item[\"sourceTargetMap\"]\n : _jobDefinitionPropertiesSourceTargetMapSerializer(item[\"sourceTargetMap\"]),\n };\n}\n\nexport function jobDefinitionPropertiesDeserializer(item: any): JobDefinitionProperties {\n return {\n description: item[\"description\"],\n jobType: item[\"jobType\"],\n copyMode: item[\"copyMode\"],\n sourceName: item[\"sourceName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n sourceSubpath: item[\"sourceSubpath\"],\n targetName: item[\"targetName\"],\n targetResourceId: item[\"targetResourceId\"],\n targetSubpath: item[\"targetSubpath\"],\n latestJobRunName: item[\"latestJobRunName\"],\n latestJobRunResourceId: item[\"latestJobRunResourceId\"],\n latestJobRunStatus: item[\"latestJobRunStatus\"],\n agentName: item[\"agentName\"],\n agentResourceId: item[\"agentResourceId\"],\n sourceTargetMap: !item[\"sourceTargetMap\"]\n ? item[\"sourceTargetMap\"]\n : _jobDefinitionPropertiesSourceTargetMapDeserializer(item[\"sourceTargetMap\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The type of the Job. */\nexport enum KnownJobType {\n OnPremToCloud = \"OnPremToCloud\",\n CloudToCloud = \"CloudToCloud\",\n}\n\n/**\n * The type of the Job. \\\n * {@link KnownJobType} can be used interchangeably with JobType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnPremToCloud** \\\n * **CloudToCloud**\n */\nexport type JobType = string;\n\n/** Strategy to use for copy. */\nexport enum KnownCopyMode {\n Additive = \"Additive\",\n Mirror = \"Mirror\",\n}\n\n/**\n * Strategy to use for copy. \\\n * {@link KnownCopyMode} can be used interchangeably with CopyMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Additive** \\\n * **Mirror**\n */\nexport type CopyMode = string;\n\n/** The current status of the Job Run in a non-terminal state, if exists. */\nexport enum KnownJobRunStatus {\n Queued = \"Queued\",\n Started = \"Started\",\n Running = \"Running\",\n CancelRequested = \"CancelRequested\",\n Canceling = \"Canceling\",\n Canceled = \"Canceled\",\n Failed = \"Failed\",\n Succeeded = \"Succeeded\",\n PausedByBandwidthManagement = \"PausedByBandwidthManagement\",\n}\n\n/**\n * The current status of the Job Run in a non-terminal state, if exists. \\\n * {@link KnownJobRunStatus} can be used interchangeably with JobRunStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Queued** \\\n * **Started** \\\n * **Running** \\\n * **CancelRequested** \\\n * **Canceling** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **PausedByBandwidthManagement**\n */\nexport type JobRunStatus = string;\n\n/** model interface _JobDefinitionPropertiesSourceTargetMap */\nexport interface _JobDefinitionPropertiesSourceTargetMap {\n readonly value?: SourceTargetMap[];\n}\n\nexport function _jobDefinitionPropertiesSourceTargetMapSerializer(\n item: _JobDefinitionPropertiesSourceTargetMap,\n): any {\n return item;\n}\n\nexport function _jobDefinitionPropertiesSourceTargetMapDeserializer(\n item: any,\n): _JobDefinitionPropertiesSourceTargetMap {\n return {\n value: !item[\"value\"] ? item[\"value\"] : sourceTargetMapArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function sourceTargetMapArrayDeserializer(result: Array<SourceTargetMap>): any[] {\n return result.map((item) => {\n return sourceTargetMapDeserializer(item);\n });\n}\n\n/** The properties of cloud endpoints to migrate. */\nexport interface SourceTargetMap {\n sourceEndpoint: SourceEndpoint;\n targetEndpoint: TargetEndpoint;\n}\n\nexport function sourceTargetMapDeserializer(item: any): SourceTargetMap {\n return {\n sourceEndpoint: sourceEndpointDeserializer(item[\"sourceEndpoint\"]),\n targetEndpoint: targetEndpointDeserializer(item[\"targetEndpoint\"]),\n };\n}\n\n/** The source endpoint resource for source and target mapping. */\nexport interface SourceEndpoint {\n /** The properties of the cloud source endpoint to migrate. */\n properties?: SourceEndpointProperties;\n}\n\nexport function sourceEndpointDeserializer(item: any): SourceEndpoint {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : sourceEndpointPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of the cloud source endpoint to migrate. */\nexport interface SourceEndpointProperties {\n /** The name of the cloud source endpoint to migrate. */\n name?: string;\n /** The fully qualified ARM resource ID of the cloud source endpoint to migrate. */\n sourceEndpointResourceId?: string;\n /** The fully qualified ARM resource ID of the AWS S3 bucket to migrate. */\n awsS3BucketId?: string;\n}\n\nexport function sourceEndpointPropertiesDeserializer(item: any): SourceEndpointProperties {\n return {\n name: item[\"name\"],\n sourceEndpointResourceId: item[\"sourceEndpointResourceId\"],\n awsS3BucketId: item[\"awsS3BucketId\"],\n };\n}\n\n/** The target endpoint resource for source and target mapping. */\nexport interface TargetEndpoint {\n /** The properties of the cloud target endpoint to migrate. */\n properties?: TargetEndpointProperties;\n}\n\nexport function targetEndpointDeserializer(item: any): TargetEndpoint {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : targetEndpointPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of the cloud target endpoint to migrate. */\nexport interface TargetEndpointProperties {\n /** The name of the cloud target endpoint to migrate. */\n name?: string;\n /** The fully qualified ARM resource ID of the cloud target endpoint to migrate. */\n targetEndpointResourceId?: string;\n /** The fully qualified ARM resource ID of the Azure Storage account. */\n azureStorageAccountResourceId?: string;\n /** The name of the Azure Storage blob container. */\n azureStorageBlobContainerName?: string;\n}\n\nexport function targetEndpointPropertiesDeserializer(item: any): TargetEndpointProperties {\n return {\n name: item[\"name\"],\n targetEndpointResourceId: item[\"targetEndpointResourceId\"],\n azureStorageAccountResourceId: item[\"azureStorageAccountResourceId\"],\n azureStorageBlobContainerName: item[\"azureStorageBlobContainerName\"],\n };\n}\n\n/** The Job Definition resource. */\nexport interface JobDefinitionUpdateParameters {\n /** Job definition properties. */\n properties?: JobDefinitionUpdateProperties;\n}\n\nexport function jobDefinitionUpdateParametersSerializer(item: JobDefinitionUpdateParameters): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : jobDefinitionUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Job definition properties. */\nexport interface JobDefinitionUpdateProperties {\n /** A description for the Job Definition. */\n description?: string;\n /** Strategy to use for copy. */\n copyMode?: CopyMode;\n /** Name of the Agent to assign for new Job Runs of this Job Definition. */\n agentName?: string;\n}\n\nexport function jobDefinitionUpdatePropertiesSerializer(item: JobDefinitionUpdateProperties): any {\n return {\n description: item[\"description\"],\n copyMode: item[\"copyMode\"],\n agentName: item[\"agentName\"],\n };\n}\n\n/** List of Job Definitions. */\nexport interface _JobDefinitionList {\n /** The JobDefinition items on this page */\n readonly value: JobDefinition[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _jobDefinitionListDeserializer(item: any): _JobDefinitionList {\n return {\n value: jobDefinitionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function jobDefinitionArraySerializer(result: Array<JobDefinition>): any[] {\n return result.map((item) => {\n return jobDefinitionSerializer(item);\n });\n}\n\nexport function jobDefinitionArrayDeserializer(result: Array<JobDefinition>): any[] {\n return result.map((item) => {\n return jobDefinitionDeserializer(item);\n });\n}\n\n/** Response that identifies a Job Run. */\nexport interface JobRunResourceId {\n /** Fully qualified resource id of the Job Run. */\n readonly jobRunResourceId?: string;\n}\n\nexport function jobRunResourceIdDeserializer(item: any): JobRunResourceId {\n return {\n jobRunResourceId: item[\"jobRunResourceId\"],\n };\n}\n\n/** The Job Run resource. */\nexport interface JobRun extends ProxyResource {\n /** Job run properties. */\n properties?: JobRunProperties;\n}\n\nexport function jobRunDeserializer(item: any): JobRun {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : jobRunPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Job run properties. */\nexport interface JobRunProperties {\n /** The state of the job execution. */\n readonly status?: JobRunStatus;\n /** The status of Agent's scanning of source. */\n readonly scanStatus?: JobRunScanStatus;\n /** Name of the Agent assigned to this run. */\n readonly agentName?: string;\n /** Fully qualified resource id of the Agent assigned to this run. */\n readonly agentResourceId?: string;\n /** Start time of the run. Null if no Agent reported that the job has started. */\n readonly executionStartTime?: Date;\n /** End time of the run. Null if Agent has not reported that the job has ended. */\n readonly executionEndTime?: Date;\n /** The last updated time of the Job Run. */\n readonly lastStatusUpdate?: Date;\n /** Number of items scanned so far in source. */\n readonly itemsScanned?: number;\n /** Number of items that will not be transferred, as they are excluded by user configuration. */\n readonly itemsExcluded?: number;\n /** Number of items that will not be transferred, as they are unsupported on target. */\n readonly itemsUnsupported?: number;\n /** Number of items that will not be transferred, as they are already found on target (e.g. mirror mode). */\n readonly itemsNoTransferNeeded?: number;\n /** Number of items that were attempted to transfer and failed. */\n readonly itemsFailed?: number;\n /** Number of items successfully transferred to target. */\n readonly itemsTransferred?: number;\n /** Bytes of data scanned so far in source. */\n readonly bytesScanned?: number;\n /** Bytes of data that will not be transferred, as they are excluded by user configuration. */\n readonly bytesExcluded?: number;\n /** Bytes of data that will not be transferred, as they are unsupported on target. */\n readonly bytesUnsupported?: number;\n /** Bytes of data that will not be transferred, as they are already found on target (e.g. mirror mode). */\n readonly bytesNoTransferNeeded?: number;\n /** Bytes of data that were attempted to transfer and failed. */\n readonly bytesFailed?: number;\n /** Bytes of data successfully transferred to target. */\n readonly bytesTransferred?: number;\n /** Name of source Endpoint resource. This resource may no longer exist. */\n readonly sourceName?: string;\n /** Fully qualified resource id of source Endpoint. This id may no longer exist. */\n readonly sourceResourceId?: string;\n /** Copy of source Endpoint resource's properties at time of Job Run creation. */\n readonly sourceProperties?: any;\n /** Name of target Endpoint resource. This resource may no longer exist. */\n readonly targetName?: string;\n /** Fully qualified resource id of of Endpoint. This id may no longer exist. */\n readonly targetResourceId?: string;\n /** Copy of Endpoint resource's properties at time of Job Run creation. */\n readonly targetProperties?: any;\n /** Copy of parent Job Definition's properties at time of Job Run creation. */\n readonly jobDefinitionProperties?: any;\n /** Error details. */\n readonly error?: JobRunError;\n /** The provisioning state of this resource. */\n readonly provisioningState?: ProvisioningState;\n}\n\nexport function jobRunPropertiesDeserializer(item: any): JobRunProperties {\n return {\n status: item[\"status\"],\n scanStatus: item[\"scanStatus\"],\n agentName: item[\"agentName\"],\n agentResourceId: item[\"agentResourceId\"],\n executionStartTime: !item[\"executionStartTime\"]\n ? item[\"executionStartTime\"]\n : new Date(item[\"executionStartTime\"]),\n executionEndTime: !item[\"executionEndTime\"]\n ? item[\"executionEndTime\"]\n : new Date(item[\"executionEndTime\"]),\n lastStatusUpdate: !item[\"lastStatusUpdate\"]\n ? item[\"lastStatusUpdate\"]\n : new Date(item[\"lastStatusUpdate\"]),\n itemsScanned: item[\"itemsScanned\"],\n itemsExcluded: item[\"itemsExcluded\"],\n itemsUnsupported: item[\"itemsUnsupported\"],\n itemsNoTransferNeeded: item[\"itemsNoTransferNeeded\"],\n itemsFailed: item[\"itemsFailed\"],\n itemsTransferred: item[\"itemsTransferred\"],\n bytesScanned: item[\"bytesScanned\"],\n bytesExcluded: item[\"bytesExcluded\"],\n bytesUnsupported: item[\"bytesUnsupported\"],\n bytesNoTransferNeeded: item[\"bytesNoTransferNeeded\"],\n bytesFailed: item[\"bytesFailed\"],\n bytesTransferred: item[\"bytesTransferred\"],\n sourceName: item[\"sourceName\"],\n sourceResourceId: item[\"sourceResourceId\"],\n sourceProperties: item[\"sourceProperties\"],\n targetName: item[\"targetName\"],\n targetResourceId: item[\"targetResourceId\"],\n targetProperties: item[\"targetProperties\"],\n jobDefinitionProperties: item[\"jobDefinitionProperties\"],\n error: !item[\"error\"] ? item[\"error\"] : jobRunErrorDeserializer(item[\"error\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The status of Agent's scanning of source. */\nexport enum KnownJobRunScanStatus {\n NotStarted = \"NotStarted\",\n Scanning = \"Scanning\",\n Completed = \"Completed\",\n}\n\n/**\n * The status of Agent's scanning of source. \\\n * {@link KnownJobRunScanStatus} can be used interchangeably with JobRunScanStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted** \\\n * **Scanning** \\\n * **Completed**\n */\nexport type JobRunScanStatus = string;\n\n/** Error type */\nexport interface JobRunError {\n /** Error code of the given entry. */\n code?: string;\n /** Error message of the given entry. */\n message?: string;\n /** Target of the given error entry. */\n target?: string;\n}\n\nexport function jobRunErrorDeserializer(item: any): JobRunError {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n };\n}\n\n/** List of Job Runs. */\nexport interface _JobRunList {\n /** The JobRun items on this page */\n readonly value: JobRun[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _jobRunListDeserializer(item: any): _JobRunList {\n return {\n value: jobRunArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function jobRunArrayDeserializer(result: Array<JobRun>): any[] {\n return result.map((item) => {\n return jobRunDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-07-01 API version. */\n V20240701 = \"2024-07-01\",\n /** The 2025-07-01 API version. */\n V20250701 = \"2025-07-01\",\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { StorageMoverClient } from "./storageMoverClient.js";
|
|
2
|
+
import { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
3
|
+
import { AbortSignalLike } from "@azure/abort-controller";
|
|
4
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
6
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
7
|
+
updateIntervalInMs?: number;
|
|
8
|
+
/**
|
|
9
|
+
* The signal which can be used to abort requests.
|
|
10
|
+
*/
|
|
11
|
+
abortSignal?: AbortSignalLike;
|
|
12
|
+
/** Deserialization function for raw response body */
|
|
13
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
17
|
+
* useful when you want to create pollers on a different host or a poller
|
|
18
|
+
* needs to be constructed after the original one is not in scope.
|
|
19
|
+
*/
|
|
20
|
+
export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: StorageMoverClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
21
|
+
//# sourceMappingURL=restorePollerHelpers.d.ts.map
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.restorePoller = restorePoller;
|
|
6
|
+
const operations_js_1 = require("./api/jobDefinitions/operations.js");
|
|
7
|
+
const operations_js_2 = require("./api/projects/operations.js");
|
|
8
|
+
const operations_js_3 = require("./api/endpoints/operations.js");
|
|
9
|
+
const operations_js_4 = require("./api/agents/operations.js");
|
|
10
|
+
const operations_js_5 = require("./api/storageMovers/operations.js");
|
|
11
|
+
const pollingHelpers_js_1 = require("./static-helpers/pollingHelpers.js");
|
|
12
|
+
const core_lro_1 = require("@azure/core-lro");
|
|
13
|
+
/**
|
|
14
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
15
|
+
* useful when you want to create pollers on a different host or a poller
|
|
16
|
+
* needs to be constructed after the original one is not in scope.
|
|
17
|
+
*/
|
|
18
|
+
function restorePoller(client, serializedState, sourceOperation, options) {
|
|
19
|
+
const pollerConfig = (0, core_lro_1.deserializeState)(serializedState).config;
|
|
20
|
+
const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
|
|
21
|
+
if (!initialRequestUrl || !requestMethod) {
|
|
22
|
+
throw new Error(`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`);
|
|
23
|
+
}
|
|
24
|
+
const resourceLocationConfig = metadata?.["resourceLocationConfig"];
|
|
25
|
+
const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
|
|
26
|
+
const deserializeHelper = options?.processResponseBody ?? deserializer;
|
|
27
|
+
if (!deserializeHelper) {
|
|
28
|
+
throw new Error(`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`);
|
|
29
|
+
}
|
|
30
|
+
return (0, pollingHelpers_js_1.getLongRunningPoller)(client["_client"] ?? client, deserializeHelper, expectedStatuses, {
|
|
31
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
32
|
+
abortSignal: options?.abortSignal,
|
|
33
|
+
resourceLocationConfig,
|
|
34
|
+
restoreFrom: serializedState,
|
|
35
|
+
initialRequestUrl,
|
|
36
|
+
});
|
|
37
|
+
}
|
|
38
|
+
const deserializeMap = {
|
|
39
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}/jobDefinitions/{jobDefinitionName}": {
|
|
40
|
+
deserializer: operations_js_1._$deleteDeserialize,
|
|
41
|
+
expectedStatuses: ["200", "202", "204"],
|
|
42
|
+
},
|
|
43
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}": {
|
|
44
|
+
deserializer: operations_js_2._$deleteDeserialize,
|
|
45
|
+
expectedStatuses: ["200", "202", "204"],
|
|
46
|
+
},
|
|
47
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}": {
|
|
48
|
+
deserializer: operations_js_3._$deleteDeserialize,
|
|
49
|
+
expectedStatuses: ["200", "202", "204"],
|
|
50
|
+
},
|
|
51
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/agents/{agentName}": {
|
|
52
|
+
deserializer: operations_js_4._$deleteDeserialize,
|
|
53
|
+
expectedStatuses: ["200", "202", "204"],
|
|
54
|
+
},
|
|
55
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}": {
|
|
56
|
+
deserializer: operations_js_5._$deleteDeserialize,
|
|
57
|
+
expectedStatuses: ["200", "202", "204"],
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
function getDeserializationHelper(urlStr, method) {
|
|
61
|
+
const path = new URL(urlStr).pathname;
|
|
62
|
+
const pathParts = path.split("/");
|
|
63
|
+
// Traverse list to match the longest candidate
|
|
64
|
+
// matchedLen: the length of candidate path
|
|
65
|
+
// matchedValue: the matched status code array
|
|
66
|
+
let matchedLen = -1, matchedValue;
|
|
67
|
+
// Iterate the responseMap to find a match
|
|
68
|
+
for (const [key, value] of Object.entries(deserializeMap)) {
|
|
69
|
+
// Extracting the path from the map key which is in format
|
|
70
|
+
// GET /path/foo
|
|
71
|
+
if (!key.startsWith(method)) {
|
|
72
|
+
continue;
|
|
73
|
+
}
|
|
74
|
+
const candidatePath = getPathFromMapKey(key);
|
|
75
|
+
// Get each part of the url path
|
|
76
|
+
const candidateParts = candidatePath.split("/");
|
|
77
|
+
// track if we have found a match to return the values found.
|
|
78
|
+
let found = true;
|
|
79
|
+
for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
|
|
80
|
+
if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
|
|
81
|
+
const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
|
|
82
|
+
// If the current part of the candidate is a "template" part
|
|
83
|
+
// Try to use the suffix of pattern to match the path
|
|
84
|
+
// {guid} ==> $
|
|
85
|
+
// {guid}:export ==> :export$
|
|
86
|
+
const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(pathParts[j] || "");
|
|
87
|
+
if (!isMatched) {
|
|
88
|
+
found = false;
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
continue;
|
|
92
|
+
}
|
|
93
|
+
// If the candidate part is not a template and
|
|
94
|
+
// the parts don't match mark the candidate as not found
|
|
95
|
+
// to move on with the next candidate path.
|
|
96
|
+
if (candidateParts[i] !== pathParts[j]) {
|
|
97
|
+
found = false;
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
// We finished evaluating the current candidate parts
|
|
102
|
+
// Update the matched value if and only if we found the longer pattern
|
|
103
|
+
if (found && candidatePath.length > matchedLen) {
|
|
104
|
+
matchedLen = candidatePath.length;
|
|
105
|
+
matchedValue = value;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
return matchedValue;
|
|
109
|
+
}
|
|
110
|
+
function getPathFromMapKey(mapKey) {
|
|
111
|
+
const pathStart = mapKey.indexOf("/");
|
|
112
|
+
return mapKey.slice(pathStart);
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=restorePollerHelpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restorePollerHelpers.js","sourceRoot":"","sources":["../../src/restorePollerHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { StorageMoverClient } from \"./storageMoverClient.js\";\nimport { _$deleteDeserialize } from \"./api/jobDefinitions/operations.js\";\nimport { _$deleteDeserialize as _$deleteDeserializeProjects } from \"./api/projects/operations.js\";\nimport { _$deleteDeserialize as _$deleteDeserializeEndpoints } from \"./api/endpoints/operations.js\";\nimport { _$deleteDeserialize as _$deleteDeserializeAgents } from \"./api/agents/operations.js\";\nimport { _$deleteDeserialize as _$deleteDeserializeStorageMovers } from \"./api/storageMovers/operations.js\";\nimport { getLongRunningPoller } from \"./static-helpers/pollingHelpers.js\";\nimport { OperationOptions, PathUncheckedResponse } from \"@azure-rest/core-client\";\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport {\n PollerLike,\n OperationState,\n deserializeState,\n ResourceLocationConfig,\n} from \"@azure/core-lro\";\n\nexport interface RestorePollerOptions<\n TResult,\n TResponse extends PathUncheckedResponse = PathUncheckedResponse,\n> extends OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /**\n * The signal which can be used to abort requests.\n */\n abortSignal?: AbortSignalLike;\n /** Deserialization function for raw response body */\n processResponseBody?: (result: TResponse) => Promise<TResult>;\n}\n\n/**\n * Creates a poller from the serialized state of another poller. This can be\n * useful when you want to create pollers on a different host or a poller\n * needs to be constructed after the original one is not in scope.\n */\nexport function restorePoller<TResponse extends PathUncheckedResponse, TResult>(\n client: StorageMoverClient,\n serializedState: string,\n sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>,\n options?: RestorePollerOptions<TResult>,\n): PollerLike<OperationState<TResult>, TResult> {\n const pollerConfig = deserializeState(serializedState).config;\n const { initialRequestUrl, requestMethod, metadata } = pollerConfig;\n if (!initialRequestUrl || !requestMethod) {\n throw new Error(\n `Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`,\n );\n }\n const resourceLocationConfig = metadata?.[\"resourceLocationConfig\"] as\n | ResourceLocationConfig\n | undefined;\n const { deserializer, expectedStatuses = [] } =\n getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};\n const deserializeHelper = options?.processResponseBody ?? deserializer;\n if (!deserializeHelper) {\n throw new Error(\n `Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`,\n );\n }\n return getLongRunningPoller(\n (client as any)[\"_client\"] ?? client,\n deserializeHelper as (result: TResponse) => Promise<TResult>,\n expectedStatuses,\n {\n updateIntervalInMs: options?.updateIntervalInMs,\n abortSignal: options?.abortSignal,\n resourceLocationConfig,\n restoreFrom: serializedState,\n initialRequestUrl,\n },\n );\n}\n\ninterface DeserializationHelper {\n deserializer: Function;\n expectedStatuses: string[];\n}\n\nconst deserializeMap: Record<string, DeserializationHelper> = {\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}/jobDefinitions/{jobDefinitionName}\":\n {\n deserializer: _$deleteDeserialize,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}\":\n {\n deserializer: _$deleteDeserializeProjects,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints/{endpointName}\":\n {\n deserializer: _$deleteDeserializeEndpoints,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/agents/{agentName}\":\n {\n deserializer: _$deleteDeserializeAgents,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n \"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}\":\n {\n deserializer: _$deleteDeserializeStorageMovers,\n expectedStatuses: [\"200\", \"202\", \"204\"],\n },\n};\n\nfunction getDeserializationHelper(\n urlStr: string,\n method: string,\n): DeserializationHelper | undefined {\n const path = new URL(urlStr).pathname;\n const pathParts = path.split(\"/\");\n\n // Traverse list to match the longest candidate\n // matchedLen: the length of candidate path\n // matchedValue: the matched status code array\n let matchedLen = -1,\n matchedValue: DeserializationHelper | undefined;\n\n // Iterate the responseMap to find a match\n for (const [key, value] of Object.entries(deserializeMap)) {\n // Extracting the path from the map key which is in format\n // GET /path/foo\n if (!key.startsWith(method)) {\n continue;\n }\n const candidatePath = getPathFromMapKey(key);\n // Get each part of the url path\n const candidateParts = candidatePath.split(\"/\");\n\n // track if we have found a match to return the values found.\n let found = true;\n for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {\n if (candidateParts[i]?.startsWith(\"{\") && candidateParts[i]?.indexOf(\"}\") !== -1) {\n const start = candidateParts[i]!.indexOf(\"}\") + 1,\n end = candidateParts[i]?.length;\n // If the current part of the candidate is a \"template\" part\n // Try to use the suffix of pattern to match the path\n // {guid} ==> $\n // {guid}:export ==> :export$\n const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(\n pathParts[j] || \"\",\n );\n\n if (!isMatched) {\n found = false;\n break;\n }\n continue;\n }\n\n // If the candidate part is not a template and\n // the parts don't match mark the candidate as not found\n // to move on with the next candidate path.\n if (candidateParts[i] !== pathParts[j]) {\n found = false;\n break;\n }\n }\n\n // We finished evaluating the current candidate parts\n // Update the matched value if and only if we found the longer pattern\n if (found && candidatePath.length > matchedLen) {\n matchedLen = candidatePath.length;\n matchedValue = value;\n }\n }\n\n return matchedValue;\n}\n\nfunction getPathFromMapKey(mapKey: string): string {\n const pathStart = mapKey.indexOf(\"/\");\n return mapKey.slice(pathStart);\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/** An enum to describe Azure Cloud. */
|
|
2
|
+
export declare enum AzureClouds {
|
|
3
|
+
/** Azure public cloud, which is the default cloud for Azure SDKs. */
|
|
4
|
+
AZURE_PUBLIC_CLOUD = "AZURE_PUBLIC_CLOUD",
|
|
5
|
+
/** Azure China cloud */
|
|
6
|
+
AZURE_CHINA_CLOUD = "AZURE_CHINA_CLOUD",
|
|
7
|
+
/** Azure US government cloud */
|
|
8
|
+
AZURE_US_GOVERNMENT = "AZURE_US_GOVERNMENT"
|
|
9
|
+
}
|
|
10
|
+
/** The supported values for cloud setting as a string literal type */
|
|
11
|
+
export type AzureSupportedClouds = `${AzureClouds}`;
|
|
12
|
+
export declare function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined;
|
|
13
|
+
//# sourceMappingURL=cloudSettingHelpers.d.ts.map
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AzureClouds = void 0;
|
|
6
|
+
exports.getArmEndpoint = getArmEndpoint;
|
|
7
|
+
/** An enum to describe Azure Cloud. */
|
|
8
|
+
var AzureClouds;
|
|
9
|
+
(function (AzureClouds) {
|
|
10
|
+
/** Azure public cloud, which is the default cloud for Azure SDKs. */
|
|
11
|
+
AzureClouds["AZURE_PUBLIC_CLOUD"] = "AZURE_PUBLIC_CLOUD";
|
|
12
|
+
/** Azure China cloud */
|
|
13
|
+
AzureClouds["AZURE_CHINA_CLOUD"] = "AZURE_CHINA_CLOUD";
|
|
14
|
+
/** Azure US government cloud */
|
|
15
|
+
AzureClouds["AZURE_US_GOVERNMENT"] = "AZURE_US_GOVERNMENT";
|
|
16
|
+
})(AzureClouds || (exports.AzureClouds = AzureClouds = {}));
|
|
17
|
+
function getArmEndpoint(cloudSetting) {
|
|
18
|
+
if (cloudSetting === undefined) {
|
|
19
|
+
return undefined;
|
|
20
|
+
}
|
|
21
|
+
const cloudEndpoints = {
|
|
22
|
+
AZURE_CHINA_CLOUD: "https://management.chinacloudapi.cn/",
|
|
23
|
+
AZURE_US_GOVERNMENT: "https://management.usgovcloudapi.net/",
|
|
24
|
+
AZURE_PUBLIC_CLOUD: "https://management.azure.com/",
|
|
25
|
+
};
|
|
26
|
+
if (cloudSetting in cloudEndpoints) {
|
|
27
|
+
return cloudEndpoints[cloudSetting];
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
throw new Error(`Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=cloudSettingHelpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudSettingHelpers.js","sourceRoot":"","sources":["../../../src/static-helpers/cloudSettingHelpers.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAelC,wCAgBC;AA7BD,uCAAuC;AACvC,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,qEAAqE;IACrE,wDAAyC,CAAA;IACzC,wBAAwB;IACxB,sDAAuC,CAAA;IACvC,gCAAgC;IAChC,0DAA2C,CAAA;AAC7C,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAKD,SAAgB,cAAc,CAAC,YAAmC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,MAAM,cAAc,GAA6C;QAC/D,iBAAiB,EAAE,sCAAsC;QACzD,mBAAmB,EAAE,uCAAuC;QAC5D,kBAAkB,EAAE,+BAA+B;KACpD,CAAC;IACF,IAAI,YAAY,IAAI,cAAc,EAAE,CAAC;QACnC,OAAO,cAAc,CAAC,YAAY,CAAC,CAAC;IACtC,CAAC;SAAM,CAAC;QACN,MAAM,IAAI,KAAK,CACb,0BAA0B,YAAY,6DAA6D,CACpG,CAAC;IACJ,CAAC;AACH,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** An enum to describe Azure Cloud. */\nexport enum AzureClouds {\n /** Azure public cloud, which is the default cloud for Azure SDKs. */\n AZURE_PUBLIC_CLOUD = \"AZURE_PUBLIC_CLOUD\",\n /** Azure China cloud */\n AZURE_CHINA_CLOUD = \"AZURE_CHINA_CLOUD\",\n /** Azure US government cloud */\n AZURE_US_GOVERNMENT = \"AZURE_US_GOVERNMENT\",\n}\n\n/** The supported values for cloud setting as a string literal type */\nexport type AzureSupportedClouds = `${AzureClouds}`;\n\nexport function getArmEndpoint(cloudSetting?: AzureSupportedClouds): string | undefined {\n if (cloudSetting === undefined) {\n return undefined;\n }\n const cloudEndpoints: Record<keyof typeof AzureClouds, string> = {\n AZURE_CHINA_CLOUD: \"https://management.chinacloudapi.cn/\",\n AZURE_US_GOVERNMENT: \"https://management.usgovcloudapi.net/\",\n AZURE_PUBLIC_CLOUD: \"https://management.azure.com/\",\n };\n if (cloudSetting in cloudEndpoints) {\n return cloudEndpoints[cloudSetting];\n } else {\n throw new Error(\n `Unknown cloud setting: ${cloudSetting}. Please refer to the enum AzureClouds for possible values.`,\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Client, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
2
|
+
/**
|
|
3
|
+
* Options for the byPage method
|
|
4
|
+
*/
|
|
5
|
+
export interface PageSettings {
|
|
6
|
+
/**
|
|
7
|
+
* A reference to a specific page to start iterating from.
|
|
8
|
+
*/
|
|
9
|
+
continuationToken?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* An interface that describes a page of results.
|
|
13
|
+
*/
|
|
14
|
+
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
|
|
15
|
+
/**
|
|
16
|
+
* The token that keeps track of where to continue the iterator
|
|
17
|
+
*/
|
|
18
|
+
continuationToken?: string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* An interface that allows async iterable iteration both to completion and by page.
|
|
22
|
+
*/
|
|
23
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
24
|
+
/**
|
|
25
|
+
* The next method, part of the iteration protocol
|
|
26
|
+
*/
|
|
27
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
28
|
+
/**
|
|
29
|
+
* The connection to the async iterator, part of the iteration protocol
|
|
30
|
+
*/
|
|
31
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
32
|
+
/**
|
|
33
|
+
* Return an AsyncIterableIterator that works a page at a time
|
|
34
|
+
*/
|
|
35
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* An interface that describes how to communicate with the service.
|
|
39
|
+
*/
|
|
40
|
+
export interface PagedResult<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
|
|
41
|
+
/**
|
|
42
|
+
* Link to the first page of results.
|
|
43
|
+
*/
|
|
44
|
+
firstPageLink?: string;
|
|
45
|
+
/**
|
|
46
|
+
* A method that returns a page of results.
|
|
47
|
+
*/
|
|
48
|
+
getPage: (pageLink?: string) => Promise<{
|
|
49
|
+
page: TPage;
|
|
50
|
+
nextPageLink?: string;
|
|
51
|
+
} | undefined>;
|
|
52
|
+
/**
|
|
53
|
+
* a function to implement the `byPage` method on the paged async iterator.
|
|
54
|
+
*/
|
|
55
|
+
byPage?: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
|
|
56
|
+
/**
|
|
57
|
+
* A function to extract elements from a page.
|
|
58
|
+
*/
|
|
59
|
+
toElements?: (page: TPage) => TElement[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Options for the paging helper
|
|
63
|
+
*/
|
|
64
|
+
export interface BuildPagedAsyncIteratorOptions {
|
|
65
|
+
itemName?: string;
|
|
66
|
+
nextLinkName?: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Helper to paginate results in a generic way and return a PagedAsyncIterableIterator
|
|
70
|
+
*/
|
|
71
|
+
export declare function buildPagedAsyncIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings, TResponse extends PathUncheckedResponse = PathUncheckedResponse>(client: Client, getInitialResponse: () => PromiseLike<TResponse>, processResponseBody: (result: TResponse) => PromiseLike<unknown>, expectedStatuses: string[], options?: BuildPagedAsyncIteratorOptions): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
72
|
+
//# sourceMappingURL=pagingHelpers.d.ts.map
|