@azure/arm-resources-subscriptions 2.1.2-alpha.20260311.1 → 3.0.0-beta.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 -17
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.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 +31 -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/operations.d.ts +9 -0
- package/dist/browser/api/operations.js +35 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +8 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/subscriptionContext.d.ts +18 -0
- package/dist/browser/api/subscriptionContext.js +25 -0
- package/dist/browser/api/subscriptionContext.js.map +1 -0
- package/dist/browser/api/subscriptions/index.d.ts +3 -0
- package/dist/browser/api/subscriptions/index.js +4 -0
- package/dist/browser/api/subscriptions/index.js.map +1 -0
- package/dist/browser/api/subscriptions/operations.d.ts +22 -0
- package/dist/browser/api/subscriptions/operations.js +111 -0
- package/dist/browser/api/subscriptions/operations.js.map +1 -0
- package/dist/browser/api/subscriptions/options.d.ts +16 -0
- package/dist/browser/api/subscriptions/options.js +4 -0
- package/dist/browser/api/subscriptions/options.js.map +1 -0
- package/dist/browser/api/tenants/index.d.ts +3 -0
- package/dist/browser/api/tenants/index.js +4 -0
- package/dist/browser/api/tenants/index.js.map +1 -0
- package/dist/browser/api/tenants/operations.d.ts +10 -0
- package/dist/browser/api/tenants/operations.js +31 -0
- package/dist/browser/api/tenants/operations.js.map +1 -0
- package/dist/browser/api/tenants/options.d.ts +5 -0
- package/dist/browser/api/tenants/options.js +4 -0
- package/dist/browser/api/tenants/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/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/subscriptions/index.d.ts +17 -0
- package/dist/browser/classic/subscriptions/index.js +17 -0
- package/dist/browser/classic/subscriptions/index.js.map +1 -0
- package/dist/browser/classic/tenants/index.d.ts +11 -0
- package/dist/browser/classic/tenants/index.js +14 -0
- package/dist/browser/classic/tenants/index.js.map +1 -0
- package/dist/browser/index.d.ts +13 -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 +2 -642
- package/dist/browser/models/index.js +3 -49
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +378 -0
- package/dist/browser/models/models.js +306 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/subscriptionClient.d.ts +22 -24
- package/dist/browser/subscriptionClient.js +31 -127
- package/dist/browser/subscriptionClient.js.map +1 -1
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/{operationsInterfaces → api}/index.js +15 -9
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/{operations → api/operations}/index.js +10 -7
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/{operationsInterfaces/operations.js → api/operations/options.js} +3 -2
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +9 -0
- package/dist/commonjs/api/operations.js +64 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +8 -0
- package/dist/commonjs/{operationsInterfaces/subscriptions.js → api/options.js} +3 -2
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
- package/dist/commonjs/api/subscriptionContext.js +47 -0
- package/dist/commonjs/api/subscriptionContext.js.map +7 -0
- package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptions/index.js +34 -0
- package/dist/commonjs/api/subscriptions/index.js.map +7 -0
- package/dist/commonjs/api/subscriptions/operations.d.ts +22 -0
- package/dist/commonjs/api/subscriptions/operations.js +181 -0
- package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptions/options.d.ts +16 -0
- package/dist/commonjs/api/subscriptions/options.js +16 -0
- package/dist/commonjs/api/subscriptions/options.js.map +7 -0
- package/dist/commonjs/api/tenants/index.d.ts +3 -0
- package/dist/commonjs/api/tenants/index.js +28 -0
- package/dist/commonjs/api/tenants/index.js.map +7 -0
- package/dist/commonjs/api/tenants/operations.d.ts +10 -0
- package/dist/commonjs/api/tenants/operations.js +68 -0
- package/dist/commonjs/api/tenants/operations.js.map +7 -0
- package/dist/commonjs/api/tenants/options.d.ts +5 -0
- package/dist/commonjs/api/tenants/options.js +16 -0
- package/dist/commonjs/api/tenants/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +4 -0
- package/dist/commonjs/{operationsInterfaces/tenants.js → classic/index.js} +3 -2
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/{pagingHelper.js → classic/operations/index.js} +15 -20
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptions/index.d.ts +17 -0
- package/dist/commonjs/classic/subscriptions/index.js +41 -0
- package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
- package/dist/commonjs/classic/tenants/index.d.ts +11 -0
- package/dist/commonjs/classic/tenants/index.js +38 -0
- package/dist/commonjs/classic/tenants/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +13 -3
- package/dist/commonjs/index.js +22 -8
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -642
- package/dist/commonjs/models/index.js +10 -32
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +378 -0
- package/dist/commonjs/models/models.js +374 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/subscriptionClient.d.ts +22 -24
- package/dist/commonjs/subscriptionClient.js +28 -130
- package/dist/commonjs/subscriptionClient.js.map +4 -4
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -0
- package/dist/esm/api/index.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 +31 -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/operations.d.ts +9 -0
- package/dist/esm/api/operations.js +35 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +8 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/subscriptionContext.d.ts +18 -0
- package/dist/esm/api/subscriptionContext.js +25 -0
- package/dist/esm/api/subscriptionContext.js.map +1 -0
- package/dist/esm/api/subscriptions/index.d.ts +3 -0
- package/dist/esm/api/subscriptions/index.js +4 -0
- package/dist/esm/api/subscriptions/index.js.map +1 -0
- package/dist/esm/api/subscriptions/operations.d.ts +22 -0
- package/dist/esm/api/subscriptions/operations.js +111 -0
- package/dist/esm/api/subscriptions/operations.js.map +1 -0
- package/dist/esm/api/subscriptions/options.d.ts +16 -0
- package/dist/esm/api/subscriptions/options.js +4 -0
- package/dist/esm/api/subscriptions/options.js.map +1 -0
- package/dist/esm/api/tenants/index.d.ts +3 -0
- package/dist/esm/api/tenants/index.js +4 -0
- package/dist/esm/api/tenants/index.js.map +1 -0
- package/dist/esm/api/tenants/operations.d.ts +10 -0
- package/dist/esm/api/tenants/operations.js +31 -0
- package/dist/esm/api/tenants/operations.js.map +1 -0
- package/dist/esm/api/tenants/options.d.ts +5 -0
- package/dist/esm/api/tenants/options.js +4 -0
- package/dist/esm/api/tenants/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/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/subscriptions/index.d.ts +17 -0
- package/dist/esm/classic/subscriptions/index.js +17 -0
- package/dist/esm/classic/subscriptions/index.js.map +1 -0
- package/dist/esm/classic/tenants/index.d.ts +11 -0
- package/dist/esm/classic/tenants/index.js +14 -0
- package/dist/esm/classic/tenants/index.js.map +1 -0
- package/dist/esm/index.d.ts +13 -3
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -7
- 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 +2 -642
- package/dist/esm/models/index.js +4 -33
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +378 -0
- package/dist/esm/models/models.js +306 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/subscriptionClient.d.ts +22 -24
- package/dist/esm/subscriptionClient.js +34 -125
- package/dist/esm/subscriptionClient.js.map +1 -7
- package/package.json +156 -77
- package/CHANGELOG.md +0 -75
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -30
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1009
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -11
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -91
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -4
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.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/subscriptions.d.ts +0 -61
- package/dist/browser/operations/subscriptions.d.ts.map +0 -1
- package/dist/browser/operations/subscriptions.js +0 -225
- package/dist/browser/operations/subscriptions.js.map +0 -1
- package/dist/browser/operations/tenants.d.ts +0 -32
- package/dist/browser/operations/tenants.d.ts.map +0 -1
- package/dist/browser/operations/tenants.js +0 -116
- package/dist/browser/operations/tenants.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.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/subscriptions.d.ts +0 -31
- package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/browser/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tenants.js +0 -9
- package/dist/browser/operationsInterfaces/tenants.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/subscriptionClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -30
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1081
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -11
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -125
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -4
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js.map +0 -7
- 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 -148
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operations/subscriptions.d.ts +0 -61
- package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptions.js +0 -269
- package/dist/commonjs/operations/subscriptions.js.map +0 -7
- package/dist/commonjs/operations/tenants.d.ts +0 -32
- package/dist/commonjs/operations/tenants.d.ts.map +0 -1
- package/dist/commonjs/operations/tenants.js +0 -148
- package/dist/commonjs/operations/tenants.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- 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.map +0 -7
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tenants.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -30
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1031
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -11
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -97
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -4
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -3
- package/dist/esm/operations/index.js.map +0 -7
- 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 -115
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operations/subscriptions.d.ts +0 -61
- package/dist/esm/operations/subscriptions.d.ts.map +0 -1
- package/dist/esm/operations/subscriptions.js +0 -236
- package/dist/esm/operations/subscriptions.js.map +0 -7
- package/dist/esm/operations/tenants.d.ts +0 -32
- package/dist/esm/operations/tenants.d.ts.map +0 -1
- package/dist/esm/operations/tenants.js +0 -115
- package/dist/esm/operations/tenants.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -4
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -3
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- 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 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -31
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptions.js +0 -0
- package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -7
- package/dist/esm/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/esm/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tenants.js +0 -0
- package/dist/esm/operationsInterfaces/tenants.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- package/dist/esm/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -643
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -50
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -30
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1009
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -11
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -91
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -4
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.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/subscriptions.d.ts +0 -61
- package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptions.js +0 -225
- package/dist/react-native/operations/subscriptions.js.map +0 -1
- package/dist/react-native/operations/tenants.d.ts +0 -32
- package/dist/react-native/operations/tenants.d.ts.map +0 -1
- package/dist/react-native/operations/tenants.js +0 -116
- package/dist/react-native/operations/tenants.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.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/subscriptions.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tenants.js +0 -9
- package/dist/react-native/operationsInterfaces/tenants.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- 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/subscriptionClient.d.ts +0 -26
- package/dist/react-native/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/subscriptionClient.js +0 -133
- package/dist/react-native/subscriptionClient.js.map +0 -1
- package/review/arm-resources-subscriptions-node.api.md +0 -401
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { SubscriptionClient } from \"./subscriptionClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -1,643 +0,0 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3
|
-
export interface OperationListResult {
|
|
4
|
-
/**
|
|
5
|
-
* List of operations supported by the resource provider
|
|
6
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
-
*/
|
|
8
|
-
readonly value?: Operation[];
|
|
9
|
-
/**
|
|
10
|
-
* URL to get the next set of operation list results (if there are any).
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly nextLink?: string;
|
|
14
|
-
}
|
|
15
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
|
-
export interface Operation {
|
|
17
|
-
/**
|
|
18
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
-
*/
|
|
21
|
-
readonly name?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
-
*/
|
|
26
|
-
readonly isDataAction?: boolean;
|
|
27
|
-
/** Localized display information for this particular operation. */
|
|
28
|
-
display?: OperationDisplay;
|
|
29
|
-
/**
|
|
30
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly origin?: Origin;
|
|
34
|
-
/**
|
|
35
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly actionType?: ActionType;
|
|
39
|
-
}
|
|
40
|
-
/** Localized display information for this particular operation. */
|
|
41
|
-
export interface OperationDisplay {
|
|
42
|
-
/**
|
|
43
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
-
*/
|
|
46
|
-
readonly provider?: string;
|
|
47
|
-
/**
|
|
48
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
-
*/
|
|
51
|
-
readonly resource?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
56
|
-
readonly operation?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly description?: string;
|
|
62
|
-
}
|
|
63
|
-
/** An error response for a resource management request. */
|
|
64
|
-
export interface CloudError {
|
|
65
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
66
|
-
error?: ErrorResponse;
|
|
67
|
-
}
|
|
68
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
69
|
-
export interface ErrorResponse {
|
|
70
|
-
/**
|
|
71
|
-
* The error code.
|
|
72
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly code?: string;
|
|
75
|
-
/**
|
|
76
|
-
* The error message.
|
|
77
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
-
*/
|
|
79
|
-
readonly message?: string;
|
|
80
|
-
/**
|
|
81
|
-
* The error target.
|
|
82
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
-
*/
|
|
84
|
-
readonly target?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The error details.
|
|
87
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
-
*/
|
|
89
|
-
readonly details?: ErrorResponse[];
|
|
90
|
-
/**
|
|
91
|
-
* The error additional info.
|
|
92
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
|
-
}
|
|
96
|
-
/** The resource management error additional info. */
|
|
97
|
-
export interface ErrorAdditionalInfo {
|
|
98
|
-
/**
|
|
99
|
-
* The additional info type.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly type?: string;
|
|
103
|
-
/**
|
|
104
|
-
* The additional info.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly info?: Record<string, unknown>;
|
|
108
|
-
}
|
|
109
|
-
/** Location list operation response. */
|
|
110
|
-
export interface LocationListResult {
|
|
111
|
-
/** An array of locations. */
|
|
112
|
-
value?: Location[];
|
|
113
|
-
}
|
|
114
|
-
/** Location information. */
|
|
115
|
-
export interface Location {
|
|
116
|
-
/**
|
|
117
|
-
* The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.
|
|
118
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
-
*/
|
|
120
|
-
readonly id?: string;
|
|
121
|
-
/**
|
|
122
|
-
* The subscription ID.
|
|
123
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
-
*/
|
|
125
|
-
readonly subscriptionId?: string;
|
|
126
|
-
/**
|
|
127
|
-
* The location name.
|
|
128
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
129
|
-
*/
|
|
130
|
-
readonly name?: string;
|
|
131
|
-
/**
|
|
132
|
-
* The location type.
|
|
133
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
134
|
-
*/
|
|
135
|
-
readonly type?: LocationType;
|
|
136
|
-
/**
|
|
137
|
-
* The display name of the location.
|
|
138
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
139
|
-
*/
|
|
140
|
-
readonly displayName?: string;
|
|
141
|
-
/**
|
|
142
|
-
* The display name of the location and its region.
|
|
143
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
144
|
-
*/
|
|
145
|
-
readonly regionalDisplayName?: string;
|
|
146
|
-
/** Metadata of the location, such as lat/long, paired region, and others. */
|
|
147
|
-
metadata?: LocationMetadata;
|
|
148
|
-
/** The availability zone mappings for this region. */
|
|
149
|
-
availabilityZoneMappings?: AvailabilityZoneMappings[];
|
|
150
|
-
}
|
|
151
|
-
/** Location metadata information */
|
|
152
|
-
export interface LocationMetadata {
|
|
153
|
-
/**
|
|
154
|
-
* The type of the region.
|
|
155
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
156
|
-
*/
|
|
157
|
-
readonly regionType?: RegionType;
|
|
158
|
-
/**
|
|
159
|
-
* The category of the region.
|
|
160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
161
|
-
*/
|
|
162
|
-
readonly regionCategory?: RegionCategory;
|
|
163
|
-
/**
|
|
164
|
-
* The geography of the location.
|
|
165
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
166
|
-
*/
|
|
167
|
-
readonly geography?: string;
|
|
168
|
-
/**
|
|
169
|
-
* The geography group of the location.
|
|
170
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
171
|
-
*/
|
|
172
|
-
readonly geographyGroup?: string;
|
|
173
|
-
/**
|
|
174
|
-
* The longitude of the location.
|
|
175
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
176
|
-
*/
|
|
177
|
-
readonly longitude?: string;
|
|
178
|
-
/**
|
|
179
|
-
* The latitude of the location.
|
|
180
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
|
-
*/
|
|
182
|
-
readonly latitude?: string;
|
|
183
|
-
/**
|
|
184
|
-
* The physical location of the Azure location.
|
|
185
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
186
|
-
*/
|
|
187
|
-
readonly physicalLocation?: string;
|
|
188
|
-
/** The regions paired to this region. */
|
|
189
|
-
pairedRegion?: PairedRegion[];
|
|
190
|
-
/**
|
|
191
|
-
* The home location of an edge zone.
|
|
192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
-
*/
|
|
194
|
-
readonly homeLocation?: string;
|
|
195
|
-
}
|
|
196
|
-
/** Information regarding paired region. */
|
|
197
|
-
export interface PairedRegion {
|
|
198
|
-
/**
|
|
199
|
-
* The name of the paired region.
|
|
200
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
201
|
-
*/
|
|
202
|
-
readonly name?: string;
|
|
203
|
-
/**
|
|
204
|
-
* The fully qualified ID of the location. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus.
|
|
205
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
206
|
-
*/
|
|
207
|
-
readonly id?: string;
|
|
208
|
-
/**
|
|
209
|
-
* The subscription ID.
|
|
210
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
211
|
-
*/
|
|
212
|
-
readonly subscriptionId?: string;
|
|
213
|
-
}
|
|
214
|
-
/** Availability zone mappings for the region */
|
|
215
|
-
export interface AvailabilityZoneMappings {
|
|
216
|
-
/**
|
|
217
|
-
* The logical zone id for the availability zone
|
|
218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
-
*/
|
|
220
|
-
readonly logicalZone?: string;
|
|
221
|
-
/**
|
|
222
|
-
* The fully qualified physical zone id of availability zone to which logical zone id is mapped to
|
|
223
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
224
|
-
*/
|
|
225
|
-
readonly physicalZone?: string;
|
|
226
|
-
}
|
|
227
|
-
/** Subscription information. */
|
|
228
|
-
export interface Subscription {
|
|
229
|
-
/**
|
|
230
|
-
* The fully qualified ID for the subscription. For example, /subscriptions/8d65815f-a5b6-402f-9298-045155da7d74
|
|
231
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
-
*/
|
|
233
|
-
readonly id?: string;
|
|
234
|
-
/**
|
|
235
|
-
* The subscription ID.
|
|
236
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
237
|
-
*/
|
|
238
|
-
readonly subscriptionId?: string;
|
|
239
|
-
/**
|
|
240
|
-
* The subscription display name.
|
|
241
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
-
*/
|
|
243
|
-
readonly displayName?: string;
|
|
244
|
-
/**
|
|
245
|
-
* The subscription tenant ID.
|
|
246
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
247
|
-
*/
|
|
248
|
-
readonly tenantId?: string;
|
|
249
|
-
/**
|
|
250
|
-
* The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
|
|
251
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
|
-
*/
|
|
253
|
-
readonly state?: SubscriptionState;
|
|
254
|
-
/** The subscription policies. */
|
|
255
|
-
subscriptionPolicies?: SubscriptionPolicies;
|
|
256
|
-
/** The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. */
|
|
257
|
-
authorizationSource?: string;
|
|
258
|
-
/** An array containing the tenants managing the subscription. */
|
|
259
|
-
managedByTenants?: ManagedByTenant[];
|
|
260
|
-
/** The tags attached to the subscription. */
|
|
261
|
-
tags?: {
|
|
262
|
-
[propertyName: string]: string;
|
|
263
|
-
};
|
|
264
|
-
}
|
|
265
|
-
/** Subscription policies. */
|
|
266
|
-
export interface SubscriptionPolicies {
|
|
267
|
-
/**
|
|
268
|
-
* The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.
|
|
269
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
-
*/
|
|
271
|
-
readonly locationPlacementId?: string;
|
|
272
|
-
/**
|
|
273
|
-
* The subscription quota ID.
|
|
274
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
-
*/
|
|
276
|
-
readonly quotaId?: string;
|
|
277
|
-
/**
|
|
278
|
-
* The subscription spending limit.
|
|
279
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
-
*/
|
|
281
|
-
readonly spendingLimit?: SpendingLimit;
|
|
282
|
-
}
|
|
283
|
-
/** Information about a tenant managing the subscription. */
|
|
284
|
-
export interface ManagedByTenant {
|
|
285
|
-
/**
|
|
286
|
-
* The tenant ID of the managing tenant. This is a GUID.
|
|
287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
288
|
-
*/
|
|
289
|
-
readonly tenantId?: string;
|
|
290
|
-
}
|
|
291
|
-
/** Subscription list operation response. */
|
|
292
|
-
export interface SubscriptionListResult {
|
|
293
|
-
/** An array of subscriptions. */
|
|
294
|
-
value?: Subscription[];
|
|
295
|
-
/** The URL to get the next set of results. */
|
|
296
|
-
nextLink: string;
|
|
297
|
-
}
|
|
298
|
-
/** Tenant Ids information. */
|
|
299
|
-
export interface TenantListResult {
|
|
300
|
-
/** An array of tenants. */
|
|
301
|
-
value?: TenantIdDescription[];
|
|
302
|
-
/** The URL to use for getting the next set of results. */
|
|
303
|
-
nextLink: string;
|
|
304
|
-
}
|
|
305
|
-
/** Tenant Id information. */
|
|
306
|
-
export interface TenantIdDescription {
|
|
307
|
-
/**
|
|
308
|
-
* The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74
|
|
309
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
310
|
-
*/
|
|
311
|
-
readonly id?: string;
|
|
312
|
-
/**
|
|
313
|
-
* The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74
|
|
314
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
-
*/
|
|
316
|
-
readonly tenantId?: string;
|
|
317
|
-
/**
|
|
318
|
-
* Category of the tenant.
|
|
319
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
320
|
-
*/
|
|
321
|
-
readonly tenantCategory?: TenantCategory;
|
|
322
|
-
/**
|
|
323
|
-
* Country/region name of the address for the tenant.
|
|
324
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
325
|
-
*/
|
|
326
|
-
readonly country?: string;
|
|
327
|
-
/**
|
|
328
|
-
* Country/region abbreviation for the tenant.
|
|
329
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
330
|
-
*/
|
|
331
|
-
readonly countryCode?: string;
|
|
332
|
-
/**
|
|
333
|
-
* The display name of the tenant.
|
|
334
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
335
|
-
*/
|
|
336
|
-
readonly displayName?: string;
|
|
337
|
-
/**
|
|
338
|
-
* The list of domains for the tenant.
|
|
339
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
340
|
-
*/
|
|
341
|
-
readonly domains?: string[];
|
|
342
|
-
/**
|
|
343
|
-
* The default domain for the tenant.
|
|
344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
|
-
*/
|
|
346
|
-
readonly defaultDomain?: string;
|
|
347
|
-
/**
|
|
348
|
-
* The tenant type. Only available for 'Home' tenant category.
|
|
349
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
350
|
-
*/
|
|
351
|
-
readonly tenantType?: string;
|
|
352
|
-
/**
|
|
353
|
-
* The tenant's branding logo URL. Only available for 'Home' tenant category.
|
|
354
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
355
|
-
*/
|
|
356
|
-
readonly tenantBrandingLogoUrl?: string;
|
|
357
|
-
}
|
|
358
|
-
/** Check zone peers request parameters. */
|
|
359
|
-
export interface CheckZonePeersRequest {
|
|
360
|
-
/** The Microsoft location. */
|
|
361
|
-
location?: string;
|
|
362
|
-
/** The peer Microsoft Azure subscription ID. */
|
|
363
|
-
subscriptionIds?: string[];
|
|
364
|
-
}
|
|
365
|
-
/** Result of the Check zone peers operation. */
|
|
366
|
-
export interface CheckZonePeersResult {
|
|
367
|
-
/**
|
|
368
|
-
* The subscription ID.
|
|
369
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
370
|
-
*/
|
|
371
|
-
readonly subscriptionId?: string;
|
|
372
|
-
/** the location of the subscription. */
|
|
373
|
-
location?: string;
|
|
374
|
-
/** The Availability Zones shared by the subscriptions. */
|
|
375
|
-
availabilityZonePeers?: AvailabilityZonePeers[];
|
|
376
|
-
}
|
|
377
|
-
/** List of availability zones shared by the subscriptions. */
|
|
378
|
-
export interface AvailabilityZonePeers {
|
|
379
|
-
/**
|
|
380
|
-
* The availabilityZone.
|
|
381
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
382
|
-
*/
|
|
383
|
-
readonly availabilityZone?: string;
|
|
384
|
-
/** Details of shared availability zone. */
|
|
385
|
-
peers?: Peers[];
|
|
386
|
-
}
|
|
387
|
-
/** Information about shared availability zone. */
|
|
388
|
-
export interface Peers {
|
|
389
|
-
/**
|
|
390
|
-
* The subscription ID.
|
|
391
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
-
*/
|
|
393
|
-
readonly subscriptionId?: string;
|
|
394
|
-
/**
|
|
395
|
-
* The availabilityZone.
|
|
396
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
397
|
-
*/
|
|
398
|
-
readonly availabilityZone?: string;
|
|
399
|
-
}
|
|
400
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
401
|
-
export interface ErrorResponseAutoGenerated {
|
|
402
|
-
/** The error object. */
|
|
403
|
-
error?: ErrorDetail;
|
|
404
|
-
}
|
|
405
|
-
/** The error detail. */
|
|
406
|
-
export interface ErrorDetail {
|
|
407
|
-
/**
|
|
408
|
-
* The error code.
|
|
409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
410
|
-
*/
|
|
411
|
-
readonly code?: string;
|
|
412
|
-
/**
|
|
413
|
-
* The error message.
|
|
414
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
415
|
-
*/
|
|
416
|
-
readonly message?: string;
|
|
417
|
-
/**
|
|
418
|
-
* The error target.
|
|
419
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
420
|
-
*/
|
|
421
|
-
readonly target?: string;
|
|
422
|
-
/**
|
|
423
|
-
* The error details.
|
|
424
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
425
|
-
*/
|
|
426
|
-
readonly details?: ErrorDetail[];
|
|
427
|
-
/**
|
|
428
|
-
* The error additional info.
|
|
429
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
430
|
-
*/
|
|
431
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
432
|
-
}
|
|
433
|
-
/** Name and Type of the Resource */
|
|
434
|
-
export interface ResourceName {
|
|
435
|
-
/** Name of the resource */
|
|
436
|
-
name: string;
|
|
437
|
-
/** The type of the resource */
|
|
438
|
-
type: string;
|
|
439
|
-
}
|
|
440
|
-
/** Resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word */
|
|
441
|
-
export interface CheckResourceNameResult {
|
|
442
|
-
/** Name of Resource */
|
|
443
|
-
name?: string;
|
|
444
|
-
/** Type of Resource */
|
|
445
|
-
type?: string;
|
|
446
|
-
/** Is the resource name Allowed or Reserved */
|
|
447
|
-
status?: ResourceNameStatus;
|
|
448
|
-
}
|
|
449
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
450
|
-
export interface OperationAutoGenerated {
|
|
451
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
|
452
|
-
name?: string;
|
|
453
|
-
/**
|
|
454
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
-
*/
|
|
457
|
-
readonly isDataAction?: boolean;
|
|
458
|
-
/** Localized display information for this particular operation. */
|
|
459
|
-
display?: OperationDisplayAutoGenerated;
|
|
460
|
-
/**
|
|
461
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
462
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
463
|
-
*/
|
|
464
|
-
readonly origin?: Origin;
|
|
465
|
-
/**
|
|
466
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
467
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
468
|
-
*/
|
|
469
|
-
readonly actionType?: ActionType;
|
|
470
|
-
}
|
|
471
|
-
/** Localized display information for this particular operation. */
|
|
472
|
-
export interface OperationDisplayAutoGenerated {
|
|
473
|
-
/** Service provider: Microsoft.Resources */
|
|
474
|
-
provider?: string;
|
|
475
|
-
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
476
|
-
resource?: string;
|
|
477
|
-
/** Operation type: Read, write, delete, etc. */
|
|
478
|
-
operation?: string;
|
|
479
|
-
/** Description of the operation. */
|
|
480
|
-
description?: string;
|
|
481
|
-
}
|
|
482
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
483
|
-
export interface OperationListResultAutoGenerated {
|
|
484
|
-
/** List of operations supported by the resource provider */
|
|
485
|
-
value?: OperationAutoGenerated[];
|
|
486
|
-
/** URL to get the next set of operation list results (if there are any). */
|
|
487
|
-
nextLink?: string;
|
|
488
|
-
}
|
|
489
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
490
|
-
export declare enum KnownOrigin {
|
|
491
|
-
/** User */
|
|
492
|
-
User = "user",
|
|
493
|
-
/** System */
|
|
494
|
-
System = "system",
|
|
495
|
-
/** UserSystem */
|
|
496
|
-
UserSystem = "user,system"
|
|
497
|
-
}
|
|
498
|
-
/**
|
|
499
|
-
* Defines values for Origin. \
|
|
500
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
501
|
-
* this enum contains the known values that the service supports.
|
|
502
|
-
* ### Known values supported by the service
|
|
503
|
-
* **user** \
|
|
504
|
-
* **system** \
|
|
505
|
-
* **user,system**
|
|
506
|
-
*/
|
|
507
|
-
export type Origin = string;
|
|
508
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
509
|
-
export declare enum KnownActionType {
|
|
510
|
-
/** Internal */
|
|
511
|
-
Internal = "Internal"
|
|
512
|
-
}
|
|
513
|
-
/**
|
|
514
|
-
* Defines values for ActionType. \
|
|
515
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
516
|
-
* this enum contains the known values that the service supports.
|
|
517
|
-
* ### Known values supported by the service
|
|
518
|
-
* **Internal**
|
|
519
|
-
*/
|
|
520
|
-
export type ActionType = string;
|
|
521
|
-
/** Known values of {@link RegionType} that the service accepts. */
|
|
522
|
-
export declare enum KnownRegionType {
|
|
523
|
-
/** Physical */
|
|
524
|
-
Physical = "Physical",
|
|
525
|
-
/** Logical */
|
|
526
|
-
Logical = "Logical"
|
|
527
|
-
}
|
|
528
|
-
/**
|
|
529
|
-
* Defines values for RegionType. \
|
|
530
|
-
* {@link KnownRegionType} can be used interchangeably with RegionType,
|
|
531
|
-
* this enum contains the known values that the service supports.
|
|
532
|
-
* ### Known values supported by the service
|
|
533
|
-
* **Physical** \
|
|
534
|
-
* **Logical**
|
|
535
|
-
*/
|
|
536
|
-
export type RegionType = string;
|
|
537
|
-
/** Known values of {@link RegionCategory} that the service accepts. */
|
|
538
|
-
export declare enum KnownRegionCategory {
|
|
539
|
-
/** Recommended */
|
|
540
|
-
Recommended = "Recommended",
|
|
541
|
-
/** Extended */
|
|
542
|
-
Extended = "Extended",
|
|
543
|
-
/** Other */
|
|
544
|
-
Other = "Other"
|
|
545
|
-
}
|
|
546
|
-
/**
|
|
547
|
-
* Defines values for RegionCategory. \
|
|
548
|
-
* {@link KnownRegionCategory} can be used interchangeably with RegionCategory,
|
|
549
|
-
* this enum contains the known values that the service supports.
|
|
550
|
-
* ### Known values supported by the service
|
|
551
|
-
* **Recommended** \
|
|
552
|
-
* **Extended** \
|
|
553
|
-
* **Other**
|
|
554
|
-
*/
|
|
555
|
-
export type RegionCategory = string;
|
|
556
|
-
/** Known values of {@link ResourceNameStatus} that the service accepts. */
|
|
557
|
-
export declare enum KnownResourceNameStatus {
|
|
558
|
-
/** Allowed */
|
|
559
|
-
Allowed = "Allowed",
|
|
560
|
-
/** Reserved */
|
|
561
|
-
Reserved = "Reserved"
|
|
562
|
-
}
|
|
563
|
-
/**
|
|
564
|
-
* Defines values for ResourceNameStatus. \
|
|
565
|
-
* {@link KnownResourceNameStatus} can be used interchangeably with ResourceNameStatus,
|
|
566
|
-
* this enum contains the known values that the service supports.
|
|
567
|
-
* ### Known values supported by the service
|
|
568
|
-
* **Allowed** \
|
|
569
|
-
* **Reserved**
|
|
570
|
-
*/
|
|
571
|
-
export type ResourceNameStatus = string;
|
|
572
|
-
/** Defines values for LocationType. */
|
|
573
|
-
export type LocationType = "Region" | "EdgeZone";
|
|
574
|
-
/** Defines values for SubscriptionState. */
|
|
575
|
-
export type SubscriptionState = "Enabled" | "Warned" | "PastDue" | "Disabled" | "Deleted";
|
|
576
|
-
/** Defines values for SpendingLimit. */
|
|
577
|
-
export type SpendingLimit = "On" | "Off" | "CurrentPeriodOff";
|
|
578
|
-
/** Defines values for TenantCategory. */
|
|
579
|
-
export type TenantCategory = "Home" | "ProjectedBy" | "ManagedBy";
|
|
580
|
-
/** Optional parameters. */
|
|
581
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
582
|
-
}
|
|
583
|
-
/** Contains response data for the list operation. */
|
|
584
|
-
export type OperationsListResponse = OperationListResult;
|
|
585
|
-
/** Optional parameters. */
|
|
586
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
587
|
-
}
|
|
588
|
-
/** Contains response data for the listNext operation. */
|
|
589
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
590
|
-
/** Optional parameters. */
|
|
591
|
-
export interface SubscriptionsListLocationsOptionalParams extends coreClient.OperationOptions {
|
|
592
|
-
/** Whether to include extended locations. */
|
|
593
|
-
includeExtendedLocations?: boolean;
|
|
594
|
-
}
|
|
595
|
-
/** Contains response data for the listLocations operation. */
|
|
596
|
-
export type SubscriptionsListLocationsResponse = LocationListResult;
|
|
597
|
-
/** Optional parameters. */
|
|
598
|
-
export interface SubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
599
|
-
}
|
|
600
|
-
/** Contains response data for the get operation. */
|
|
601
|
-
export type SubscriptionsGetResponse = Subscription;
|
|
602
|
-
/** Optional parameters. */
|
|
603
|
-
export interface SubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
604
|
-
}
|
|
605
|
-
/** Contains response data for the list operation. */
|
|
606
|
-
export type SubscriptionsListResponse = SubscriptionListResult;
|
|
607
|
-
/** Optional parameters. */
|
|
608
|
-
export interface SubscriptionsCheckZonePeersOptionalParams extends coreClient.OperationOptions {
|
|
609
|
-
}
|
|
610
|
-
/** Contains response data for the checkZonePeers operation. */
|
|
611
|
-
export type SubscriptionsCheckZonePeersResponse = CheckZonePeersResult;
|
|
612
|
-
/** Optional parameters. */
|
|
613
|
-
export interface SubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
614
|
-
}
|
|
615
|
-
/** Contains response data for the listNext operation. */
|
|
616
|
-
export type SubscriptionsListNextResponse = SubscriptionListResult;
|
|
617
|
-
/** Optional parameters. */
|
|
618
|
-
export interface TenantsListOptionalParams extends coreClient.OperationOptions {
|
|
619
|
-
}
|
|
620
|
-
/** Contains response data for the list operation. */
|
|
621
|
-
export type TenantsListResponse = TenantListResult;
|
|
622
|
-
/** Optional parameters. */
|
|
623
|
-
export interface TenantsListNextOptionalParams extends coreClient.OperationOptions {
|
|
624
|
-
}
|
|
625
|
-
/** Contains response data for the listNext operation. */
|
|
626
|
-
export type TenantsListNextResponse = TenantListResult;
|
|
627
|
-
/** Optional parameters. */
|
|
628
|
-
export interface CheckResourceNameOptionalParams extends coreClient.OperationOptions {
|
|
629
|
-
/** Resource object with values for resource name and resource type */
|
|
630
|
-
resourceNameDefinition?: ResourceName;
|
|
631
|
-
}
|
|
632
|
-
/** Contains response data for the checkResourceName operation. */
|
|
633
|
-
export type CheckResourceNameResponse = CheckResourceNameResult;
|
|
634
|
-
/** Optional parameters. */
|
|
635
|
-
export interface SubscriptionClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
636
|
-
/** server parameter */
|
|
637
|
-
$host?: string;
|
|
638
|
-
/** Api Version */
|
|
639
|
-
apiVersion?: string;
|
|
640
|
-
/** Overrides client endpoint. */
|
|
641
|
-
endpoint?: string;
|
|
642
|
-
}
|
|
643
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,qIAAqI;AACrI,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,0FAA0F;AAC1F,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;IAChC,mEAAmE;IACnE,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,mEAAmE;AACnE,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,2DAA2D;AAC3D,MAAM,WAAW,UAAU;IACzB,oKAAoK;IACpK,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAED,oKAAoK;AACpK,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,aAAa,EAAE,CAAC;IACnC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjD;AAED,qDAAqD;AACrD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACzC;AAED,wCAAwC;AACxC,MAAM,WAAW,kBAAkB;IACjC,6BAA6B;IAC7B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;CACpB;AAED,4BAA4B;AAC5B,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,YAAY,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IACtC,6EAA6E;IAC7E,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,sDAAsD;IACtD,wBAAwB,CAAC,EAAE,wBAAwB,EAAE,CAAC;CACvD;AAED,oCAAoC;AACpC,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC,yCAAyC;IACzC,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,2CAA2C;AAC3C,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,gDAAgD;AAChD,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,gCAAgC;AAChC,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,iBAAiB,CAAC;IACnC,iCAAiC;IACjC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,kLAAkL;IAClL,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,gBAAgB,CAAC,EAAE,eAAe,EAAE,CAAC;IACrC,6CAA6C;IAC7C,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,6BAA6B;AAC7B,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IACtC;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,aAAa,CAAC;CACxC;AAED,4DAA4D;AAC5D,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,4CAA4C;AAC5C,MAAM,WAAW,sBAAsB;IACrC,iCAAiC;IACjC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC;IACvB,8CAA8C;IAC9C,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,8BAA8B;AAC9B,MAAM,WAAW,gBAAgB;IAC/B,2BAA2B;IAC3B,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B,0DAA0D;IAC1D,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,6BAA6B;AAC7B,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,cAAc,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CACzC;AAED,2CAA2C;AAC3C,MAAM,WAAW,qBAAqB;IACpC,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B;AAED,gDAAgD;AAChD,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,wCAAwC;IACxC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0DAA0D;IAC1D,qBAAqB,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACjD;AAED,8DAA8D;AAC9D,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC,2CAA2C;IAC3C,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;CACjB;AAED,kDAAkD;AAClD,MAAM,WAAW,KAAK;IACpB;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED,qKAAqK;AACrK,MAAM,WAAW,0BAA0B;IACzC,wBAAwB;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjD;AAED,oCAAoC;AACpC,MAAM,WAAW,YAAY;IAC3B,2BAA2B;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,2HAA2H;AAC3H,MAAM,WAAW,uBAAuB;IACtC,uBAAuB;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uBAAuB;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,+CAA+C;IAC/C,MAAM,CAAC,EAAE,kBAAkB,CAAC;CAC7B;AAED,0FAA0F;AAC1F,MAAM,WAAW,sBAAsB;IACrC,wDAAwD;IACxD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,OAAO,CAAC;IAChC,mEAAmE;IACnE,OAAO,CAAC,EAAE,6BAA6B,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,mEAAmE;AACnE,MAAM,WAAW,6BAA6B;IAC5C,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qIAAqI;AACrI,MAAM,WAAW,gCAAgC;IAC/C,4DAA4D;IAC5D,KAAK,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACjC,4EAA4E;IAC5E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,+DAA+D;AAC/D,oBAAY,WAAW;IACrB,WAAW;IACX,IAAI,SAAS;IACb,aAAa;IACb,MAAM,WAAW;IACjB,iBAAiB;IACjB,UAAU,gBAAgB;CAC3B;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC;AAE5B,mEAAmE;AACnE,oBAAY,eAAe;IACzB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,mEAAmE;AACnE,oBAAY,eAAe;IACzB,eAAe;IACf,QAAQ,aAAa;IACrB,cAAc;IACd,OAAO,YAAY;CACpB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,uEAAuE;AACvE,oBAAY,mBAAmB;IAC7B,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,eAAe;IACf,QAAQ,aAAa;IACrB,YAAY;IACZ,KAAK,UAAU;CAChB;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,2EAA2E;AAC3E,oBAAY,uBAAuB;IACjC,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC;AACxC,uCAAuC;AACvC,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,UAAU,CAAC;AACjD,4CAA4C;AAC5C,MAAM,MAAM,iBAAiB,GACzB,SAAS,GACT,QAAQ,GACR,SAAS,GACT,UAAU,GACV,SAAS,CAAC;AACd,wCAAwC;AACxC,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,KAAK,GAAG,kBAAkB,CAAC;AAC9D,yCAAyC;AACzC,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,aAAa,GAAG,WAAW,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC;AAEzD,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,mBAAmB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,6CAA6C;IAC7C,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,8DAA8D;AAC9D,MAAM,MAAM,kCAAkC,GAAG,kBAAkB,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,yBAAyB,GAAG,sBAAsB,CAAC;AAE/D,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,mCAAmC,GAAG,oBAAoB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,6BAA6B,GAAG,sBAAsB,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,yBACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC;AAEnD,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,uBAAuB,GAAG,gBAAgB,CAAC;AAEvD,2BAA2B;AAC3B,MAAM,WAAW,+BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sEAAsE;IACtE,sBAAsB,CAAC,EAAE,YAAY,CAAC;CACvC;AAED,kEAAkE;AAClE,MAAM,MAAM,yBAAyB,GAAG,uBAAuB,CAAC;AAEhE,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|