@azure/arm-servicebus 6.2.0-beta.1 → 6.2.0-beta.2
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/CHANGELOG.md +16 -6
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +33 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +1528 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +2251 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +296 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/browser/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/browser/operations/disasterRecoveryConfigs.js +520 -0
- package/dist/browser/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/browser/operations/index.d.ts +11 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +18 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/migrationConfigs.d.ts +91 -0
- package/dist/browser/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/browser/operations/migrationConfigs.js +349 -0
- package/dist/browser/operations/migrationConfigs.js.map +1 -0
- package/dist/browser/operations/namespaces.d.ts +215 -0
- package/dist/browser/operations/namespaces.d.ts.map +1 -0
- package/dist/browser/operations/namespaces.js +936 -0
- package/dist/browser/operations/namespaces.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +302 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +54 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/queues.d.ts +137 -0
- package/dist/browser/operations/queues.d.ts.map +1 -0
- package/dist/browser/operations/queues.js +550 -0
- package/dist/browser/operations/queues.js.map +1 -0
- package/dist/browser/operations/rules.d.ts +75 -0
- package/dist/browser/operations/rules.d.ts.map +1 -0
- package/dist/browser/operations/rules.js +288 -0
- package/dist/browser/operations/rules.js.map +1 -0
- package/dist/browser/operations/subscriptions.d.ts +69 -0
- package/dist/browser/operations/subscriptions.d.ts.map +1 -0
- package/dist/browser/operations/subscriptions.js +261 -0
- package/dist/browser/operations/subscriptions.js.map +1 -0
- package/dist/browser/operations/topics.d.ts +137 -0
- package/dist/browser/operations/topics.d.ts.map +1 -0
- package/dist/browser/operations/topics.js +550 -0
- package/dist/browser/operations/topics.js.map +1 -0
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +11 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +18 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/browser/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/browser/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/queues.d.ts +93 -0
- package/dist/browser/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/queues.js.map +1 -0
- package/dist/browser/operationsInterfaces/rules.d.ts +46 -0
- package/dist/browser/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/rules.js.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/topics.d.ts +93 -0
- package/dist/browser/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/topics.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/serviceBusManagementClient.d.ts +30 -0
- package/dist/browser/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/browser/serviceBusManagementClient.js +125 -0
- package/dist/browser/serviceBusManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1528 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +99 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +58 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2255 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +35 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +299 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.js +525 -0
- package/dist/commonjs/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +11 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +21 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/migrationConfigs.d.ts +91 -0
- package/dist/commonjs/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/commonjs/operations/migrationConfigs.js +354 -0
- package/dist/commonjs/operations/migrationConfigs.js.map +1 -0
- package/dist/commonjs/operations/namespaces.d.ts +215 -0
- package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operations/namespaces.js +941 -0
- package/dist/commonjs/operations/namespaces.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +307 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +59 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/queues.d.ts +137 -0
- package/dist/commonjs/operations/queues.d.ts.map +1 -0
- package/dist/commonjs/operations/queues.js +555 -0
- package/dist/commonjs/operations/queues.js.map +1 -0
- package/dist/commonjs/operations/rules.d.ts +75 -0
- package/dist/commonjs/operations/rules.d.ts.map +1 -0
- package/dist/commonjs/operations/rules.js +293 -0
- package/dist/commonjs/operations/rules.js.map +1 -0
- package/dist/commonjs/operations/subscriptions.d.ts +69 -0
- package/dist/commonjs/operations/subscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/subscriptions.js +266 -0
- package/dist/commonjs/operations/subscriptions.js.map +1 -0
- package/dist/commonjs/operations/topics.d.ts +137 -0
- package/dist/commonjs/operations/topics.d.ts.map +1 -0
- package/dist/commonjs/operations/topics.js +555 -0
- package/dist/commonjs/operations/topics.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +21 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/queues.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/queues.js +10 -0
- package/dist/commonjs/operationsInterfaces/queues.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/rules.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/rules.js +10 -0
- package/dist/commonjs/operationsInterfaces/rules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/topics.d.ts +93 -0
- package/dist/commonjs/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/topics.js +10 -0
- package/dist/commonjs/operationsInterfaces/topics.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceBusManagementClient.d.ts +30 -0
- package/dist/commonjs/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceBusManagementClient.js +130 -0
- package/dist/commonjs/serviceBusManagementClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1528 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +96 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +58 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2251 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +35 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +296 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/esm/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/esm/operations/disasterRecoveryConfigs.js +520 -0
- package/dist/esm/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/esm/operations/index.d.ts +11 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +18 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/migrationConfigs.d.ts +91 -0
- package/dist/esm/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/esm/operations/migrationConfigs.js +349 -0
- package/dist/esm/operations/migrationConfigs.js.map +1 -0
- package/dist/esm/operations/namespaces.d.ts +215 -0
- package/dist/esm/operations/namespaces.d.ts.map +1 -0
- package/dist/esm/operations/namespaces.js +936 -0
- package/dist/esm/operations/namespaces.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +302 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +54 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/queues.d.ts +137 -0
- package/dist/esm/operations/queues.d.ts.map +1 -0
- package/dist/esm/operations/queues.js +550 -0
- package/dist/esm/operations/queues.js.map +1 -0
- package/dist/esm/operations/rules.d.ts +75 -0
- package/dist/esm/operations/rules.d.ts.map +1 -0
- package/dist/esm/operations/rules.js +288 -0
- package/dist/esm/operations/rules.js.map +1 -0
- package/dist/esm/operations/subscriptions.d.ts +69 -0
- package/dist/esm/operations/subscriptions.d.ts.map +1 -0
- package/dist/esm/operations/subscriptions.js +261 -0
- package/dist/esm/operations/subscriptions.js.map +1 -0
- package/dist/esm/operations/topics.d.ts +137 -0
- package/dist/esm/operations/topics.d.ts.map +1 -0
- package/dist/esm/operations/topics.js +550 -0
- package/dist/esm/operations/topics.js.map +1 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +11 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +18 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.js +9 -0
- package/dist/esm/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/namespaces.js +9 -0
- package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/queues.d.ts +93 -0
- package/dist/esm/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/queues.js +9 -0
- package/dist/esm/operationsInterfaces/queues.js.map +1 -0
- package/dist/esm/operationsInterfaces/rules.d.ts +46 -0
- package/dist/esm/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/rules.js +9 -0
- package/dist/esm/operationsInterfaces/rules.js.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/topics.d.ts +93 -0
- package/dist/esm/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/topics.js +9 -0
- package/dist/esm/operationsInterfaces/topics.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceBusManagementClient.d.ts +30 -0
- package/dist/esm/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceBusManagementClient.js +125 -0
- package/dist/esm/serviceBusManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1528 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +96 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +58 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2251 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +35 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +296 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.d.ts +133 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.js +520 -0
- package/dist/react-native/operations/disasterRecoveryConfigs.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +11 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +18 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/migrationConfigs.d.ts +91 -0
- package/dist/react-native/operations/migrationConfigs.d.ts.map +1 -0
- package/dist/react-native/operations/migrationConfigs.js +349 -0
- package/dist/react-native/operations/migrationConfigs.js.map +1 -0
- package/dist/react-native/operations/namespaces.d.ts +215 -0
- package/dist/react-native/operations/namespaces.d.ts.map +1 -0
- package/dist/react-native/operations/namespaces.js +936 -0
- package/dist/react-native/operations/namespaces.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +73 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +302 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +54 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/queues.d.ts +137 -0
- package/dist/react-native/operations/queues.d.ts.map +1 -0
- package/dist/react-native/operations/queues.js +550 -0
- package/dist/react-native/operations/queues.js.map +1 -0
- package/dist/react-native/operations/rules.d.ts +75 -0
- package/dist/react-native/operations/rules.d.ts.map +1 -0
- package/dist/react-native/operations/rules.js +288 -0
- package/dist/react-native/operations/rules.js.map +1 -0
- package/dist/react-native/operations/subscriptions.d.ts +69 -0
- package/dist/react-native/operations/subscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/subscriptions.js +261 -0
- package/dist/react-native/operations/subscriptions.js.map +1 -0
- package/dist/react-native/operations/topics.d.ts +137 -0
- package/dist/react-native/operations/topics.d.ts.map +1 -0
- package/dist/react-native/operations/topics.js +550 -0
- package/dist/react-native/operations/topics.js.map +1 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts +89 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/disasterRecoveryConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +18 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts +66 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.js +9 -0
- package/dist/react-native/operationsInterfaces/migrationConfigs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts +145 -0
- package/dist/react-native/operationsInterfaces/namespaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/namespaces.js +9 -0
- package/dist/react-native/operationsInterfaces/namespaces.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/queues.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/queues.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/queues.js +9 -0
- package/dist/react-native/operationsInterfaces/queues.js.map +1 -0
- package/dist/react-native/operationsInterfaces/rules.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/rules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/rules.js +9 -0
- package/dist/react-native/operationsInterfaces/rules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts +42 -0
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/subscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/topics.d.ts +93 -0
- package/dist/react-native/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/topics.js +9 -0
- package/dist/react-native/operationsInterfaces/topics.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceBusManagementClient.d.ts +30 -0
- package/dist/react-native/serviceBusManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceBusManagementClient.js +125 -0
- package/dist/react-native/serviceBusManagementClient.js.map +1 -0
- package/package.json +84 -73
- package/review/arm-servicebus-node.api.md +1304 -0
- package/dist/index.js +0 -6842
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsBreakPairingSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/disasterRecoveryConfigsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/disasterRecoveryConfigsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsFailOverSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js +0 -53
- package/dist-esm/samples-dev/disasterRecoveryConfigsListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js +0 -40
- package/dist-esm/samples-dev/disasterRecoveryConfigsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.js +0 -53
- package/dist-esm/samples-dev/disasterRecoveryConfigsListSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsCompleteMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.js +0 -43
- package/dist-esm/samples-dev/migrationConfigsCreateAndStartMigrationSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsGetSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsListSample.js +0 -52
- package/dist-esm/samples-dev/migrationConfigsListSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsRevertSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationConfigsRevertSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationConfigsRevertSample.js +0 -39
- package/dist-esm/samples-dev/migrationConfigsRevertSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js +0 -38
- package/dist-esm/samples-dev/namespacesCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.js +0 -68
- package/dist-esm/samples-dev/namespacesCreateOrUpdateNetworkRuleSetSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +0 -40
- package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/namespacesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +0 -40
- package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.js +0 -38
- package/dist-esm/samples-dev/namespacesGetNetworkRuleSetSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesGetSample.js +0 -39
- package/dist-esm/samples-dev/namespacesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +0 -53
- package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js +0 -52
- package/dist-esm/samples-dev/namespacesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListKeysSample.js +0 -40
- package/dist-esm/samples-dev/namespacesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.js +0 -52
- package/dist-esm/samples-dev/namespacesListNetworkRuleSetsSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesListSample.js +0 -51
- package/dist-esm/samples-dev/namespacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +0 -41
- package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/namespacesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/namespacesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -38
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.js +0 -42
- package/dist-esm/samples-dev/queuesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/queuesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/queuesDeleteAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/queuesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/queuesGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesGetSample.js +0 -40
- package/dist-esm/samples-dev/queuesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.js +0 -54
- package/dist-esm/samples-dev/queuesListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesListByNamespaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesListByNamespaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesListByNamespaceSample.js +0 -53
- package/dist-esm/samples-dev/queuesListByNamespaceSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesListKeysSample.js +0 -41
- package/dist-esm/samples-dev/queuesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.js +0 -42
- package/dist-esm/samples-dev/queuesRegenerateKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.js +0 -92
- package/dist-esm/samples-dev/rulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesDeleteSample.js +0 -42
- package/dist-esm/samples-dev/rulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesGetSample.js +0 -42
- package/dist-esm/samples-dev/rulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.js +0 -55
- package/dist-esm/samples-dev/rulesListBySubscriptionsSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/subscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/subscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsGetSample.js +0 -40
- package/dist-esm/samples-dev/subscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.d.ts +0 -2
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.js +0 -53
- package/dist-esm/samples-dev/subscriptionsListByTopicSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.js +0 -42
- package/dist-esm/samples-dev/topicsCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/topicsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/topicsDeleteAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/topicsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.js +0 -41
- package/dist-esm/samples-dev/topicsGetAuthorizationRuleSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsGetSample.js +0 -40
- package/dist-esm/samples-dev/topicsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.js +0 -54
- package/dist-esm/samples-dev/topicsListAuthorizationRulesSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsListByNamespaceSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsListByNamespaceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsListByNamespaceSample.js +0 -53
- package/dist-esm/samples-dev/topicsListByNamespaceSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsListKeysSample.js +0 -41
- package/dist-esm/samples-dev/topicsListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.js +0 -42
- package/dist-esm/samples-dev/topicsRegenerateKeysSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1528
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2100
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -296
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts +0 -133
- package/dist-esm/src/operations/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/disasterRecoveryConfigs.js +0 -550
- package/dist-esm/src/operations/disasterRecoveryConfigs.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/migrationConfigs.d.ts +0 -91
- package/dist-esm/src/operations/migrationConfigs.d.ts.map +0 -1
- package/dist-esm/src/operations/migrationConfigs.js +0 -363
- package/dist-esm/src/operations/migrationConfigs.js.map +0 -1
- package/dist-esm/src/operations/namespaces.d.ts +0 -215
- package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operations/namespaces.js +0 -994
- package/dist-esm/src/operations/namespaces.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -131
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -316
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/queues.d.ts +0 -137
- package/dist-esm/src/operations/queues.d.ts.map +0 -1
- package/dist-esm/src/operations/queues.js +0 -580
- package/dist-esm/src/operations/queues.js.map +0 -1
- package/dist-esm/src/operations/rules.d.ts +0 -75
- package/dist-esm/src/operations/rules.d.ts.map +0 -1
- package/dist-esm/src/operations/rules.js +0 -303
- package/dist-esm/src/operations/rules.js.map +0 -1
- package/dist-esm/src/operations/subscriptions.d.ts +0 -69
- package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptions.js +0 -276
- package/dist-esm/src/operations/subscriptions.js.map +0 -1
- package/dist-esm/src/operations/topics.d.ts +0 -137
- package/dist-esm/src/operations/topics.d.ts.map +0 -1
- package/dist-esm/src/operations/topics.js +0 -580
- package/dist-esm/src/operations/topics.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts +0 -89
- package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/disasterRecoveryConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrationConfigs.d.ts +0 -66
- package/dist-esm/src/operationsInterfaces/migrationConfigs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrationConfigs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts +0 -145
- package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/queues.d.ts +0 -93
- package/dist-esm/src/operationsInterfaces/queues.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/queues.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/rules.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/rules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/rules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -42
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/topics.d.ts +0 -93
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/topics.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceBusManagementClient.d.ts +0 -30
- package/dist-esm/src/serviceBusManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceBusManagementClient.js +0 -110
- package/dist-esm/src/serviceBusManagementClient.js.map +0 -1
- package/dist-esm/test/servicebus_example.spec.d.ts +0 -4
- package/dist-esm/test/servicebus_example.spec.d.ts.map +0 -1
- package/dist-esm/test/servicebus_example.spec.js +0 -186
- package/dist-esm/test/servicebus_example.spec.js.map +0 -1
- package/review/arm-servicebus.api.md +0 -1305
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1777
- package/src/models/mappers.ts +0 -2308
- package/src/models/parameters.ts +0 -349
- package/src/operations/disasterRecoveryConfigs.ts +0 -749
- package/src/operations/index.ts +0 -18
- package/src/operations/migrationConfigs.ts +0 -500
- package/src/operations/namespaces.ts +0 -1329
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -424
- package/src/operations/privateLinkResources.ts +0 -72
- package/src/operations/queues.ts +0 -793
- package/src/operations/rules.ts +0 -419
- package/src/operations/subscriptions.ts +0 -379
- package/src/operations/topics.ts +0 -793
- package/src/operationsInterfaces/disasterRecoveryConfigs.ts +0 -169
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/migrationConfigs.ts +0 -127
- package/src/operationsInterfaces/namespaces.ts +0 -271
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -90
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/queues.ts +0 -179
- package/src/operationsInterfaces/rules.ts +0 -91
- package/src/operationsInterfaces/subscriptions.ts +0 -83
- package/src/operationsInterfaces/topics.ts +0 -179
- package/src/pagingHelper.ts +0 -39
- package/src/serviceBusManagementClient.ts +0 -181
- package/tsconfig.json +0 -33
- package/types/arm-servicebus.d.ts +0 -2424
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/disasterRecoveryConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrationConfigs.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/namespaces.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/queues.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/rules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/subscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/topics.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,oDAAoD;AACpD,MAAM,WAAW,qBAAqB;IACpC,8CAA8C;IAC9C,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB,kGAAkG;IAClG,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,4BAA4B;AAC5B,MAAM,WAAW,KAAK;IACpB,wBAAwB;IACxB,IAAI,EAAE,OAAO,CAAC;IACd,+CAA+C;IAC/C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,0XAA0X;IAC1X,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,+EAA+E;AAC/E,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,wCAAwC;IACxC,IAAI,CAAC,EAAE,0BAA0B,CAAC;IAClC,8CAA8C;IAC9C,sBAAsB,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,oBAAoB,CAAA;KAAE,CAAC;CAC3E;AAED,mCAAmC;AACnC,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,6EAA6E;AAC7E,MAAM,WAAW,UAAU;IACzB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gDAAgD;IAChD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC,4DAA4D;IAC5D,cAAc,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,yCAAyC;AACzC,MAAM,WAAW,UAAU;IACzB,6BAA6B;IAC7B,kBAAkB,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC1C,gEAAgE;IAChE,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,2DAA2D;IAC3D,+BAA+B,CAAC,EAAE,OAAO,CAAC;CAC3C;AAED,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,oCAAoC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sBAAsB;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,8BAA8B,CAAC;CAC3C;AAED,MAAM,WAAW,8BAA8B;IAC7C,sDAAsD;IACtD,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,mCAAmC;AACnC,MAAM,WAAW,eAAe;IAC9B,+CAA+C;IAC/C,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,mCAAmC;AACnC,MAAM,WAAW,eAAe;IAC9B,gCAAgC;IAChC,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,2CAA2C;IAC3C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,+FAA+F;AAC/F,MAAM,WAAW,aAAa;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wDAAwD;AACxD,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B,wBAAwB;IACxB,KAAK,CAAC,EAAE,kBAAkB,CAAC;CAC5B;AAED,wBAAwB;AACxB,MAAM,WAAW,kBAAkB;IACjC;;;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,wEAAwE;AACxE,MAAM,WAAW,mCAAmC;IAClD,6DAA6D;IAC7D,KAAK,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACpC,yEAAyE;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,2DAA2D;AAC3D,MAAM,WAAW,8BAA8B;IAC7C,6CAA6C;IAC7C,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,gDAAgD;AAChD,MAAM,WAAW,mBAAmB;IAClC,kDAAkD;IAClD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,2BAA2B;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uBAAuB;IACvB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,0BAA0B;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B;AAED,2IAA2I;AAC3I,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,uCAAuC;AACvC,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,uDAAuD;IACvD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,+BAA+B;IAC/B,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kCAAkC;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACtC;AAED,gCAAgC;AAChC,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,+EAA+E;AAC/E,MAAM,WAAW,6BAA6B;IAC5C,sDAAsD;IACtD,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,gIAAgI;AAChI,MAAM,WAAW,kBAAkB;IACjC,gIAAgI;IAChI,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,gEAAgE;AAChE,MAAM,WAAW,yBAAyB;IACxC,gCAAgC;IAChC,KAAK,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,kEAAkE;AAClE,MAAM,WAAW,4BAA4B;IAC3C,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2EAA2E;IAC3E,gCAAgC,CAAC,EAAE,OAAO,CAAC;CAC5C;AAED,qCAAqC;AACrC,MAAM,WAAW,MAAM;IACrB,4CAA4C;IAC5C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,wDAAwD;AACxD,MAAM,WAAW,gBAAgB;IAC/B,cAAc;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2BAA2B;IAC3B,MAAM,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED,yDAAyD;AACzD,MAAM,WAAW,wBAAwB;IACvC,mDAAmD;IACnD,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;IACzB,sGAAsG;IACtG,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,oDAAoD;AACpD,MAAM,WAAW,6BAA6B;IAC5C,wDAAwD;IACxD,KAAK,CAAC,EAAE,mBAAmB,EAAE,CAAC;IAC9B,2GAA2G;IAC3G,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,6CAA6C;AAC7C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,QAAQ,CAAC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAC1C;;;OAGG;IACH,QAAQ,CAAC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAC5C;;;OAGG;IACH,QAAQ,CAAC,4BAA4B,CAAC,EAAE,MAAM,CAAC;IAC/C;;;OAGG;IACH,QAAQ,CAAC,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACjD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,iHAAiH;AACjH,MAAM,WAAW,6BAA6B;IAC5C,oCAAoC;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,gHAAgH;IAChH,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,iDAAiD;AACjD,MAAM,WAAW,iBAAiB;IAChC,2CAA2C;IAC3C,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,6BAA6B;AAC7B,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IACzC;;;OAGG;IACH,QAAQ,CAAC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IACxC;;;OAGG;IACH,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IACvC;;;OAGG;IACH,QAAQ,CAAC,8BAA8B,CAAC,EAAE,MAAM,CAAC;CAClD;AAED,iDAAiD;AACjD,MAAM,WAAW,iBAAiB;IAChC,2CAA2C;IAC3C,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B,0CAA0C;IAC1C,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,4FAA4F;IAC5F,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,yIAAyI;AACzI,MAAM,WAAW,MAAM;IACrB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8HAA8H;IAC9H,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,0HAA0H;AAC1H,MAAM,WAAW,SAAS;IACxB,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8HAA8H;IAC9H,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,oDAAoD;AACpD,MAAM,WAAW,iBAAiB;IAChC,2CAA2C;IAC3C,UAAU,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAChD,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iCAAiC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,wCAAwC;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kCAAkC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0BAA0B;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,mCAAmC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2EAA2E;IAC3E,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wDAAwD;AACxD,MAAM,WAAW,wBAAwB;IACvC,kDAAkD;IAClD,KAAK,CAAC,EAAE,cAAc,EAAE,CAAC;IACzB,qGAAqG;IACrG,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,0DAA0D;AAC1D,MAAM,WAAW,wBAAwB;IACvC,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wGAAwG;IACxG,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uGAAuG;IACvG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,mEAAmE;AACnE,MAAM,WAAW,qBAAqB;IACpC,gNAAgN;IAChN,IAAI,EAAE,MAAM,CAAC;CACd;AAED,mEAAmE;AACnE,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,wGAAwG;IACxG,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oDAAoD;IACpD,MAAM,CAAC,EAAE,iBAAiB,CAAC;CAC5B;AAED,mDAAmD;AACnD,MAAM,WAAW,yBAA0B,SAAQ,aAAa;IAC9D;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC,yDAAyD;IACzD,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,iDAAiD;IACjD,iCAAiC,CAAC,EAAE,eAAe,CAAC;IACpD,6DAA6D;IAC7D,iBAAiB,CAAC,EAAE,yBAAyB,CAAC;CAC/C;AAED,kFAAkF;AAClF,MAAM,WAAW,mBAAoB,SAAQ,aAAa;IACxD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,mBAAmB,CAAC;IACjD;;;OAGG;IACH,QAAQ,CAAC,iCAAiC,CAAC,EAAE,MAAM,CAAC;IACpD,+FAA+F;IAC/F,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iFAAiF;IACjF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,oBAAoB,CAAC;CACtC;AAED,4DAA4D;AAC5D,MAAM,WAAW,yBAA0B,SAAQ,aAAa;IAC9D;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,iCAAiC,CAAC,EAAE,MAAM,CAAC;IACpD,+FAA+F;IAC/F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wDAAwD;IACxD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,8CAA8C;AAC9C,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC,6EAA6E;IAC7E,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,0CAA0C;IAC1C,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gCAAgC;IAChC,mBAAmB,CAAC,EAAE,4BAA4B,EAAE,CAAC;IACrD,sBAAsB;IACtB,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC7B,2FAA2F;IAC3F,mBAAmB,CAAC,EAAE,uBAAuB,CAAC;CAC/C;AAED,qDAAqD;AACrD,MAAM,WAAW,mBAAoB,SAAQ,aAAa;IACxD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC,2CAA2C;IAC3C,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;CACzB;AAED,qCAAqC;AACrC,MAAM,WAAW,OAAQ,SAAQ,aAAa;IAC5C;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAC5C;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B,6MAA6M;IAC7M,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wHAAwH;IACxH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,sJAAsJ;IACtJ,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,qEAAqE;IACrE,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,iFAAiF;IACjF,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mPAAmP;IACnP,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,gGAAgG;IAChG,gCAAgC,CAAC,EAAE,OAAO,CAAC;IAC3C,iIAAiI;IACjI,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAC7C,gIAAgI;IAChI,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,2EAA2E;IAC3E,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,+EAA+E;IAC/E,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yHAAyH;IACzH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qGAAqG;IACrG,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,mKAAmK;IACnK,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,6BAA6B,CAAC,EAAE,MAAM,CAAC;CACxC;AAED,qCAAqC;AACrC,MAAM,WAAW,OAAQ,SAAQ,aAAa;IAC5C;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAC5C,mPAAmP;IACnP,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,wHAAwH;IACxH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,sJAAsJ;IACtJ,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,mEAAmE;IACnE,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,gIAAgI;IAChI,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAC7C,+EAA+E;IAC/E,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,2EAA2E;IAC3E,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,gEAAgE;IAChE,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,yHAAyH;IACzH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,2GAA2G;IAC3G,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iKAAiK;IACjK,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,oCAAoC;AACpC,MAAM,WAAW,IAAK,SAAQ,aAAa;IACzC;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC,yIAAyI;IACzI,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,+DAA+D;IAC/D,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,sCAAsC;IACtC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC;AAED,4CAA4C;AAC5C,MAAM,WAAW,cAAe,SAAQ,aAAa;IACnD;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,IAAI,CAAC;IAC3B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAC5C,2FAA2F;IAC3F,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,2EAA2E;IAC3E,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mPAAmP;IACnP,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,2GAA2G;IAC3G,yCAAyC,CAAC,EAAE,OAAO,CAAC;IACpD,kGAAkG;IAClG,gCAAgC,CAAC,EAAE,OAAO,CAAC;IAC3C,iIAAiI;IACjI,mCAAmC,CAAC,EAAE,MAAM,CAAC;IAC7C,oCAAoC;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,2EAA2E;IAC3E,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,+EAA+E;IAC/E,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,yHAAyH;IACzH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC,sFAAsF;IACtF,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,0DAA0D;IAC1D,sBAAsB,CAAC,EAAE,wBAAwB,CAAC;CACnD;AAED,+BAA+B;AAC/B,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,+BAA+B;AAC/B,MAAM,WAAW,sBAAuB,SAAQ,QAAQ;IACtD,wBAAwB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oBAAoB;IACpB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,sIAAsI;AACtI,MAAM,WAAW,aAAc,SAAQ,MAAM;CAAG;AAEhD,2CAA2C;AAC3C,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,wBAAwB;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;IACjC,qEAAqE;IACrE,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,8GAA8G;IAC9G,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gDAAgD;IAChD,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,4CAA4C;IAC5C,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACzD,+EAA+E;IAC/E,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mCAAmC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,2FAA2F;IAC3F,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,iLAAiL;IACjL,0BAA0B,CAAC,EAAE,MAAM,CAAC;CACrC;AAED,2CAA2C;AAC3C,MAAM,WAAW,2BAA4B,SAAQ,sBAAsB;IACzE,wBAAwB;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,gDAAgD;IAChD,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,4CAA4C;IAC5C,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACzD,+EAA+E;IAC/E,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mCAAmC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;IACb,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,mEAAmE;AACnE,oBAAY,eAAe;IACzB,WAAW;IACX,IAAI,QAAQ;IACZ,WAAW;IACX,IAAI,QAAQ;IACZ,WAAW;IACX,IAAI,QAAQ;CACb;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,oFAAoF;AACpF,oBAAY,gCAAgC;IAC1C,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,mBAAmB;IACnB,YAAY,iBAAiB;CAC9B;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AAEjD,kFAAkF;AAClF,oBAAY,8BAA8B;IACxC,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,gBAAgB;IAChB,SAAS,cAAc;IACvB,eAAe;IACf,QAAQ,aAAa;IACrB,aAAa;IACb,MAAM,WAAW;CAClB;AAED;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,CAAC;AAE/C,4EAA4E;AAC5E,oBAAY,wBAAwB;IAClC,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;IACrB,yBAAyB;IACzB,kBAAkB,uBAAuB;CAC1C;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEzC,mFAAmF;AACnF,oBAAY,+BAA+B;IACzC,cAAc;IACd,OAAO,aAAa;CACrB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC;AAEhD,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,YAAY;IACZ,KAAK,UAAU;IACf,WAAW;IACX,IAAI,SAAS;CACd;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,4EAA4E;AAC5E,oBAAY,wBAAwB;IAClC,YAAY;IACZ,KAAK,UAAU;CAChB;AAED;;;;;;GAMG;AACH,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AAEzC,gFAAgF;AAChF,oBAAY,4BAA4B;IACtC,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC;AAC7C,kCAAkC;AAClC,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AACvD,kCAAkC;AAClC,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;AACvD,qDAAqD;AACrD,MAAM,MAAM,0BAA0B,GAClC,gBAAgB,GAChB,cAAc,GACd,8BAA8B,GAC9B,MAAM,CAAC;AACX,8CAA8C;AAC9C,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG,WAAW,GAAG,QAAQ,CAAC;AACtE,+CAA+C;AAC/C,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,uBAAuB,GACvB,WAAW,CAAC;AAChB,uCAAuC;AACvC,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;AACxD,kCAAkC;AAClC,MAAM,MAAM,OAAO,GAAG,YAAY,GAAG,cAAc,CAAC;AACpD,uCAAuC;AACvC,MAAM,MAAM,YAAY,GACpB,QAAQ,GACR,UAAU,GACV,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,UAAU,GACV,UAAU,GACV,UAAU,GACV,SAAS,CAAC;AACd,qCAAqC;AACrC,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,mBAAmB,CAAC;AAC3D,4CAA4C;AAC5C,MAAM,MAAM,iBAAiB,GACzB,MAAM,GACN,aAAa,GACb,wBAAwB,GACxB,WAAW,GACX,gBAAgB,GAChB,uCAAuC,CAAC;AAE5C,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,qCAAqC,GAAG,qBAAqB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,+DAA+D;AAC/D,MAAM,MAAM,gCAAgC,GAAG,WAAW,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qBAAqB,GAAG,WAAW,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uDAAuD;AACvD,MAAM,MAAM,wBAAwB,GAAG,WAAW,CAAC;AAEnD,2BAA2B;AAC3B,MAAM,WAAW,oDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,6EAA6E;AAC7E,MAAM,MAAM,8CAA8C,GAAG,cAAc,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,kEAAkE;AAClE,MAAM,MAAM,mCAAmC,GAAG,cAAc,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,qCAAqC,GAAG,wBAAwB,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,wCAAwC,GAAG,6BAA6B,CAAC;AAErF,2BAA2B;AAC3B,MAAM,WAAW,uDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gFAAgF;AAChF,MAAM,MAAM,iDAAiD,GAAG,mBAAmB,CAAC;AAEpF,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qEAAqE;AACrE,MAAM,MAAM,sCAAsC,GAAG,mBAAmB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC;AAEpD,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,gCAAgC,GAAG,UAAU,CAAC;AAE1D,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,sEAAsE;AACtE,MAAM,MAAM,uCAAuC,GAAG,2BAA2B,CAAC;AAElF,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,qBAAqB,CAAC;AAE/D,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,yCAAyC,GAAG,qBAAqB,CAAC;AAE9E,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,yCAAyC,GAAG,wBAAwB,CAAC;AAEjF,2BAA2B;AAC3B,MAAM,WAAW,kDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2EAA2E;AAC3E,MAAM,MAAM,4CAA4C,GAAG,6BAA6B,CAAC;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,4CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sCAAsC,GAAG,mCAAmC,CAAC;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,sDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,gDAAgD,GAAG,yBAAyB,CAAC;AAEzF,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qCAAqC,GAAG,yBAAyB,CAAC;AAE9E,2BAA2B;AAC3B,MAAM,WAAW,gDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0CAA0C,GAAG,mCAAmC,CAAC;AAE7F,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,+BAA+B,GAAG,8BAA8B,CAAC;AAE7E,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,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,mCAAmC,GAAG,6BAA6B,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,mDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,6CAA6C,GAAG,mBAAmB,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,kCAAkC,GAAG,mBAAmB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,iDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,8EAA8E;IAC9E,UAAU,CAAC,EAAE,kBAAkB,CAAC;CACjC;AAED,2BAA2B;AAC3B,MAAM,WAAW,2DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,qDAAqD,GAAG,6BAA6B,CAAC;AAElG,2BAA2B;AAC3B,MAAM,WAAW,yDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qEAAqE;AACrE,MAAM,MAAM,mDAAmD,GAAG,mBAAmB,CAAC;AAEtF,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,uCAAuC,GAAG,UAAU,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,0DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,sEAAsE;AACtE,MAAM,MAAM,oDAAoD,GAAG,2BAA2B,CAAC;AAE/F,2BAA2B;AAC3B,MAAM,WAAW,6CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,uCAAuC,GAAG,6BAA6B,CAAC;AAEpF,2BAA2B;AAC3B,MAAM,WAAW,+DACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2EAA2E;AAC3E,MAAM,MAAM,yDAAyD,GAAG,6BAA6B,CAAC;AAEtG,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,4BAA4B,GAAG,yBAAyB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,qDACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,wEAAwE;AACxE,MAAM,MAAM,+CAA+C,GAAG,yBAAyB,CAAC;AAExF,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,2BAA2B,GAAG,yBAAyB,CAAC;AAEpE,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,gCAAgC,GAAG,yBAAyB,CAAC;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,oCAAoC,GAAG,6BAA6B,CAAC;AAEjF,2BAA2B;AAC3B,MAAM,WAAW,mDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gFAAgF;AAChF,MAAM,MAAM,6CAA6C,GAAG,mBAAmB,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qEAAqE;AACrE,MAAM,MAAM,kCAAkC,GAAG,mBAAmB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC;AAEtD,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4PAA4P;IAC5P,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oFAAoF;IACpF,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,gEAAgE;AAChE,MAAM,MAAM,6BAA6B,GAAG,iBAAiB,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,4BAA4B,GAAG,OAAO,CAAC;AAEnD,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,uBAAwB,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAE/E,oDAAoD;AACpD,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;AAExC,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2EAA2E;AAC3E,MAAM,MAAM,wCAAwC,GAAG,6BAA6B,CAAC;AAErF,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,iCAAiC,GAAG,iBAAiB,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,oCAAoC,GAAG,6BAA6B,CAAC;AAEjF,2BAA2B;AAC3B,MAAM,WAAW,mDACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gFAAgF;AAChF,MAAM,MAAM,6CAA6C,GAAG,mBAAmB,CAAC;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qEAAqE;AACrE,MAAM,MAAM,kCAAkC,GAAG,mBAAmB,CAAC;AAErE,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC;AAEhD,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC;AAEtD,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4PAA4P;IAC5P,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oFAAoF;IACpF,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,gEAAgE;AAChE,MAAM,MAAM,6BAA6B,GAAG,iBAAiB,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,4BAA4B,GAAG,OAAO,CAAC;AAEnD,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,uBAAwB,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAE/E,oDAAoD;AACpD,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;AAExC,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2EAA2E;AAC3E,MAAM,MAAM,wCAAwC,GAAG,6BAA6B,CAAC;AAErF,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oEAAoE;AACpE,MAAM,MAAM,iCAAiC,GAAG,iBAAiB,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4PAA4P;IAC5P,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oFAAoF;IACpF,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,MAAM,gCAAgC,GAAG,cAAc,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,2BAA2B,GAAG,IAAI,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,yBACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,sBAAuB,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAE9E,oDAAoD;AACpD,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC;AAEpC,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,oCAAoC,GAAG,cAAc,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,4PAA4P;IAC5P,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,oFAAoF;IACpF,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,4DAA4D;AAC5D,MAAM,MAAM,gCAAgC,GAAG,wBAAwB,CAAC;AAExE,2BAA2B;AAC3B,MAAM,WAAW,yCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,+DAA+D;AAC/D,MAAM,MAAM,mCAAmC,GAAG,cAAc,CAAC;AAEjE,2BAA2B;AAC3B,MAAM,WAAW,iCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,wBAAwB,GAAG,cAAc,CAAC;AAEtD,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,gEAAgE;AAChE,MAAM,MAAM,oCAAoC,GAAG,wBAAwB,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,wCACf,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA28BH,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,WAAW;IACX,+BAAY,CAAA;IACZ,WAAW;IACX,+BAAY,CAAA;IACZ,WAAW;IACX,+BAAY,CAAA;AACd,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCASX;AATD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,eAAe;IACf,yDAAqB,CAAA;IACrB,eAAe;IACf,yDAAqB,CAAA;IACrB,mBAAmB;IACnB,iEAA6B,CAAA;AAC/B,CAAC,EATW,gCAAgC,KAAhC,gCAAgC,QAS3C;AAcD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAaX;AAbD,WAAY,8BAA8B;IACxC,eAAe;IACf,uDAAqB,CAAA;IACrB,eAAe;IACf,uDAAqB,CAAA;IACrB,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,eAAe;IACf,uDAAqB,CAAA;IACrB,aAAa;IACb,mDAAiB,CAAA;AACnB,CAAC,EAbW,8BAA8B,KAA9B,8BAA8B,QAazC;AAgBD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;IACrB,yBAAyB;IACzB,qEAAyC,CAAA;AAC3C,CAAC,EAPW,wBAAwB,KAAxB,wBAAwB,QAOnC;AAaD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAGX;AAHD,WAAY,+BAA+B;IACzC,cAAc;IACd,uDAAoB,CAAA;AACtB,CAAC,EAHW,+BAA+B,KAA/B,+BAA+B,QAG1C;AAWD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,YAAY;IACZ,qCAAe,CAAA;IACf,WAAW;IACX,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAYD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IAClC,YAAY;IACZ,2CAAe,CAAA;AACjB,CAAC,EAHW,wBAAwB,KAAxB,wBAAwB,QAGnC;AAWD,gFAAgF;AAChF,MAAM,CAAN,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,cAAc;IACd,mDAAmB,CAAA;IACnB,eAAe;IACf,qDAAqB,CAAA;AACvB,CAAC,EALW,4BAA4B,KAA5B,4BAA4B,QAKvC","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\nimport * as coreClient from \"@azure/core-client\";\n\n/** The response of the List Namespace operation. */\nexport interface SBNamespaceListResult {\n /** Result of the List Namespace operation. */\n value?: SBNamespace[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of Namespaces. */\n nextLink?: string;\n}\n\n/** SKU of the namespace. */\nexport interface SBSku {\n /** Name of this SKU. */\n name: SkuName;\n /** The billing tier of this particular SKU. */\n tier?: SkuTier;\n /** Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64 */\n capacity?: number;\n}\n\n/** Properties to configure User Assigned Identities for Bring your Own Keys */\nexport interface Identity {\n /**\n * ObjectId from the KeyVault\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * TenantId from the KeyVault\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /** Type of managed service identity. */\n type?: ManagedServiceIdentityType;\n /** Properties for User Assigned Identities */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** Recognized Dictionary value. */\nexport interface UserAssignedIdentity {\n /**\n * Principal Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * Client Id of user assigned identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\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 type of identity that last modified the resource. */\n lastModifiedAt?: Date;\n}\n\n/** Properties to configure Encryption */\nexport interface Encryption {\n /** Properties of KeyVault */\n keyVaultProperties?: KeyVaultProperties[];\n /** Enumerates the possible value of keySource for Encryption */\n keySource?: \"Microsoft.KeyVault\";\n /** Enable Infrastructure Encryption (Double Encryption) */\n requireInfrastructureEncryption?: boolean;\n}\n\n/** Properties to configure keyVault Properties */\nexport interface KeyVaultProperties {\n /** Name of the Key from KeyVault */\n keyName?: string;\n /** Uri of KeyVault */\n keyVaultUri?: string;\n /** Version of KeyVault */\n keyVersion?: string;\n identity?: UserAssignedIdentityProperties;\n}\n\nexport interface UserAssignedIdentityProperties {\n /** ARM ID of user Identity selected for encryption */\n userAssignedIdentity?: string;\n}\n\n/** PrivateEndpoint information. */\nexport interface PrivateEndpoint {\n /** The ARM identifier for Private Endpoint. */\n id?: string;\n}\n\n/** ConnectionState information. */\nexport interface ConnectionState {\n /** Status of the connection. */\n status?: PrivateLinkConnectionStatus;\n /** Description of the connection state. */\n description?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface ProxyResource {\n /**\n * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.EventHub/Namespaces\" or \"Microsoft.EventHub/Namespaces/EventHubs\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The geo-location where the resource lives\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n}\n\n/** The Resource definition for other than namespace. */\nexport interface Resource {\n /**\n * Resource Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Resource name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Resource type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The resource management error response. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorResponseError;\n}\n\n/** The error object. */\nexport interface ErrorResponseError {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorResponse[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** Result of the list of all private endpoint connections operation. */\nexport interface PrivateEndpointConnectionListResult {\n /** A collection of private endpoint connection resources. */\n value?: PrivateEndpointConnection[];\n /** A link for the next page of private endpoint connection resources. */\n nextLink?: string;\n}\n\n/** Result of the List private link resources operation. */\nexport interface PrivateLinkResourcesListResult {\n /** A collection of private link resources */\n value?: PrivateLinkResource[];\n /** A link for the next page of private link resources. */\n nextLink?: string;\n}\n\n/** Information of the private link resource. */\nexport interface PrivateLinkResource {\n /** Fully qualified identifier of the resource. */\n id?: string;\n /** Name of the resource */\n name?: string;\n /** Type of the resource */\n type?: string;\n groupId?: string;\n /** Required Members */\n requiredMembers?: string[];\n /** Required Zone Names */\n requiredZoneNames?: string[];\n}\n\n/** Result of the request to list ServiceBus operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of ServiceBus operations supported by the Microsoft.ServiceBus resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results if there are any.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A Service Bus REST API operation */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /** Display of the operation */\n display?: OperationDisplay;\n /** Origin of the operation */\n origin?: string;\n /** Properties of the operation */\n properties?: Record<string, unknown>;\n}\n\n/** Operation display payload */\nexport interface OperationDisplay {\n /**\n * Resource provider of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource of the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Localized friendly name for the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Localized friendly description for the operation\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The result of the List Alias(Disaster Recovery configuration) operation. */\nexport interface ArmDisasterRecoveryListResult {\n /** List of Alias(Disaster Recovery configurations) */\n value?: ArmDisasterRecovery[];\n /**\n * Link to the next set of results. Not empty if Value contains incomplete list of Alias(Disaster Recovery configuration)\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */\nexport interface FailoverProperties {\n /** Safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary. */\n isSafeFailover?: boolean;\n}\n\n/** The result of the List migrationConfigurations operation. */\nexport interface MigrationConfigListResult {\n /** List of Migration Configs */\n value?: MigrationConfigProperties[];\n /**\n * Link to the next set of results. Not empty if Value contains incomplete list of migrationConfigurations\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Description of VirtualNetworkRules - NetworkRules resource. */\nexport interface NWRuleSetVirtualNetworkRules {\n /** Subnet properties */\n subnet?: Subnet;\n /** Value that indicates whether to ignore missing VNet Service Endpoint */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\n/** Properties supplied for Subnet */\nexport interface Subnet {\n /** Resource ID of Virtual Network Subnet */\n id: string;\n}\n\n/** Description of NetWorkRuleSet - IpRules resource. */\nexport interface NWRuleSetIpRules {\n /** IP Mask */\n ipMask?: string;\n /** The IP Filter Action */\n action?: NetworkRuleIPAction;\n}\n\n/** The response of the List NetworkRuleSet operation. */\nexport interface NetworkRuleSetListResult {\n /** Result of the List NetworkRuleSet operation. */\n value?: NetworkRuleSet[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet. */\n nextLink?: string;\n}\n\n/** The response to the List Namespace operation. */\nexport interface SBAuthorizationRuleListResult {\n /** Result of the List Authorization Rules operation. */\n value?: SBAuthorizationRule[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of Authorization Rules. */\n nextLink?: string;\n}\n\n/** Namespace/ServiceBus Connection String */\nexport interface AccessKeys {\n /**\n * Primary connection string of the created namespace authorization rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryConnectionString?: string;\n /**\n * Secondary connection string of the created namespace authorization rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryConnectionString?: string;\n /**\n * Primary connection string of the alias if GEO DR is enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aliasPrimaryConnectionString?: string;\n /**\n * Secondary connection string of the alias if GEO DR is enabled\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly aliasSecondaryConnectionString?: string;\n /**\n * A base64-encoded 256-bit primary key for signing and validating the SAS token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly primaryKey?: string;\n /**\n * A base64-encoded 256-bit primary key for signing and validating the SAS token.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly secondaryKey?: string;\n /**\n * A string that describes the authorization rule.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly keyName?: string;\n}\n\n/** Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset. */\nexport interface RegenerateAccessKeyParameters {\n /** The access key to regenerate. */\n keyType: KeyType;\n /** Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType */\n key?: string;\n}\n\n/** The response to the List Queues operation. */\nexport interface SBQueueListResult {\n /** Result of the List Queues operation. */\n value?: SBQueue[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of queues. */\n nextLink?: string;\n}\n\n/** Message Count Details. */\nexport interface MessageCountDetails {\n /**\n * Number of active messages in the queue, topic, or subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activeMessageCount?: number;\n /**\n * Number of messages that are dead lettered.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deadLetterMessageCount?: number;\n /**\n * Number of scheduled messages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledMessageCount?: number;\n /**\n * Number of messages transferred to another queue, topic, or subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly transferMessageCount?: number;\n /**\n * Number of messages transferred into dead letters.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly transferDeadLetterMessageCount?: number;\n}\n\n/** The response to the List Topics operation. */\nexport interface SBTopicListResult {\n /** Result of the List Topics operation. */\n value?: SBTopic[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of topics. */\n nextLink?: string;\n}\n\n/** The response of the List rule operation. */\nexport interface RuleListResult {\n /** Result of the List Rules operation. */\n value?: Rule[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of rules */\n nextLink?: string;\n}\n\n/** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */\nexport interface Action {\n /** SQL expression. e.g. MyProperty='ABC' */\n sqlExpression?: string;\n /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */\n compatibilityLevel?: number;\n /** Value that indicates whether the rule action requires preprocessing. */\n requiresPreprocessing?: boolean;\n}\n\n/** Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline. */\nexport interface SqlFilter {\n /** The SQL expression. e.g. MyProperty='ABC' */\n sqlExpression?: string;\n /** This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20. */\n compatibilityLevel?: number;\n /** Value that indicates whether the rule action requires preprocessing. */\n requiresPreprocessing?: boolean;\n}\n\n/** Represents the correlation filter expression. */\nexport interface CorrelationFilter {\n /** dictionary object for custom filters */\n properties?: { [propertyName: string]: string };\n /** Identifier of the correlation. */\n correlationId?: string;\n /** Identifier of the message. */\n messageId?: string;\n /** Address to send to. */\n to?: string;\n /** Address of the queue to reply to. */\n replyTo?: string;\n /** Application specific label. */\n label?: string;\n /** Session identifier. */\n sessionId?: string;\n /** Session identifier to reply to. */\n replyToSessionId?: string;\n /** Content type of the message. */\n contentType?: string;\n /** Value that indicates whether the rule action requires preprocessing. */\n requiresPreprocessing?: boolean;\n}\n\n/** The response to the List Subscriptions operation. */\nexport interface SBSubscriptionListResult {\n /** Result of the List Subscriptions operation. */\n value?: SBSubscription[];\n /** Link to the next set of results. Not empty if Value contains incomplete list of subscriptions. */\n nextLink?: string;\n}\n\n/** Properties specific to client affine subscriptions. */\nexport interface SBClientAffineProperties {\n /** Indicates the Client ID of the application that created the client-affine subscription. */\n clientId?: string;\n /** For client-affine subscriptions, this value indicates whether the subscription is durable or not. */\n isDurable?: boolean;\n /** For client-affine subscriptions, this value indicates whether the subscription is shared or not. */\n isShared?: boolean;\n}\n\n/** Description of a Check Name availability request properties. */\nexport interface CheckNameAvailability {\n /** The Name to check the namespace name availability and The namespace name can contain only letters, numbers, and hyphens. The namespace must start with a letter, and it must end with a letter or number. */\n name: string;\n}\n\n/** Description of a Check Name availability request properties. */\nexport interface CheckNameAvailabilityResult {\n /**\n * The detailed info regarding the reason associated with the namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /** Value indicating namespace is availability, true if the namespace is available; otherwise, false. */\n nameAvailable?: boolean;\n /** The reason for unavailability of a namespace. */\n reason?: UnavailableReason;\n}\n\n/** Properties of the PrivateEndpointConnection. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The Private Endpoint resource for this Connection. */\n privateEndpoint?: PrivateEndpoint;\n /** Details about the state of the connection. */\n privateLinkServiceConnectionState?: ConnectionState;\n /** Provisioning state of the Private Endpoint Connection. */\n provisioningState?: EndPointProvisioningState;\n}\n\n/** Single item in List or Get Alias(Disaster Recovery configuration) operation */\nexport interface ArmDisasterRecovery extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of the Alias(Disaster Recovery configuration) - possible values 'Accepted' or 'Succeeded' or 'Failed'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningStateDR;\n /**\n * Number of entities pending to be replicated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingReplicationOperationsCount?: number;\n /** ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */\n partnerNamespace?: string;\n /** Primary/Secondary eventhub namespace name, which is part of GEO DR pairing */\n alternateName?: string;\n /**\n * role of namespace in GEO DR - possible values 'Primary' or 'PrimaryNotReplicating' or 'Secondary'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly role?: RoleDisasterRecovery;\n}\n\n/** Single item in List or Get Migration Config operation */\nexport interface MigrationConfigProperties extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Provisioning state of Migration Configuration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Number of entities pending to be replicated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly pendingReplicationOperationsCount?: number;\n /** Existing premium Namespace ARM Id name which has no entities, will be used for migration */\n targetNamespace?: string;\n /** Name to access Standard Namespace after migration */\n postMigrationName?: string;\n /**\n * State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationState?: string;\n}\n\n/** Description of NetworkRuleSet resource. */\nexport interface NetworkRuleSet extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Value that indicates whether Trusted Service Access is Enabled or not. */\n trustedServiceAccessEnabled?: boolean;\n /** Default Action for Network Rule Set */\n defaultAction?: DefaultAction;\n /** List VirtualNetwork Rules */\n virtualNetworkRules?: NWRuleSetVirtualNetworkRules[];\n /** List of IpRules */\n ipRules?: NWRuleSetIpRules[];\n /** This determines if traffic is allowed over public network. By default it is enabled. */\n publicNetworkAccess?: PublicNetworkAccessFlag;\n}\n\n/** Description of a namespace authorization rule. */\nexport interface SBAuthorizationRule extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The rights associated with the rule. */\n rights?: AccessRights[];\n}\n\n/** Description of queue Resource. */\nexport interface SBQueue extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Message Count Details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly countDetails?: MessageCountDetails;\n /**\n * The exact time the message was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * The exact time the message was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /**\n * Last time a message was sent, or the last time there was a receive request to this queue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessedAt?: Date;\n /**\n * The size of the queue, in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeInBytes?: number;\n /**\n * The number of messages in the queue.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly messageCount?: number;\n /** ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the message is locked for other receivers. The maximum value for LockDuration is 5 minutes; the default value is 1 minute. */\n lockDuration?: string;\n /** The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. Default is 1024. */\n maxSizeInMegabytes?: number;\n /** Maximum size (in KB) of the message payload that can be accepted by the queue. This property is only used in Premium today and default is 1024. */\n maxMessageSizeInKilobytes?: number;\n /** A value indicating if this queue requires duplicate detection. */\n requiresDuplicateDetection?: boolean;\n /** A value that indicates whether the queue supports the concept of sessions. */\n requiresSession?: boolean;\n /** ISO 8601 default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */\n defaultMessageTimeToLive?: string;\n /** A value that indicates whether this queue has dead letter support when a message expires. */\n deadLetteringOnMessageExpiration?: boolean;\n /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** The maximum delivery count. A message is automatically deadlettered after this number of deliveries. default value is 10. */\n maxDeliveryCount?: number;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** ISO 8061 timeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** A value that indicates whether the queue is to be partitioned across multiple message brokers. */\n enablePartitioning?: boolean;\n /** A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. */\n enableExpress?: boolean;\n /** Queue/Topic name to forward the messages */\n forwardTo?: string;\n /** Queue/Topic name to forward the Dead Letter message */\n forwardDeadLetteredMessagesTo?: string;\n}\n\n/** Description of topic resource. */\nexport interface SBTopic extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Size of the topic, in bytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeInBytes?: number;\n /**\n * Exact time the message was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * The exact time the message was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /**\n * Last time the message was sent, or a request was received, for this topic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessedAt?: Date;\n /**\n * Number of subscriptions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionCount?: number;\n /**\n * Message count details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly countDetails?: MessageCountDetails;\n /** ISO 8601 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */\n defaultMessageTimeToLive?: string;\n /** Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. */\n maxSizeInMegabytes?: number;\n /** Maximum size (in KB) of the message payload that can be accepted by the topic. This property is only used in Premium today and default is 1024. */\n maxMessageSizeInKilobytes?: number;\n /** Value indicating if this topic requires duplicate detection. */\n requiresDuplicateDetection?: boolean;\n /** ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether the topic supports ordering. */\n supportOrdering?: boolean;\n /** ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. */\n enablePartitioning?: boolean;\n /** Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. */\n enableExpress?: boolean;\n}\n\n/** Description of Rule Resource. */\nexport interface Rule extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. */\n action?: Action;\n /** Filter type that is evaluated against a BrokeredMessage. */\n filterType?: FilterType;\n /** Properties of sqlFilter */\n sqlFilter?: SqlFilter;\n /** Properties of correlationFilter */\n correlationFilter?: CorrelationFilter;\n}\n\n/** Description of subscription resource. */\nexport interface SBSubscription extends ProxyResource {\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /**\n * Number of messages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly messageCount?: number;\n /**\n * Exact time the message was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * Last time there was a receive request to this subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly accessedAt?: Date;\n /**\n * The exact time the message was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /**\n * Message count details\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly countDetails?: MessageCountDetails;\n /** ISO 8061 lock duration timespan for the subscription. The default value is 1 minute. */\n lockDuration?: string;\n /** Value indicating if a subscription supports the concept of sessions. */\n requiresSession?: boolean;\n /** ISO 8061 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. */\n defaultMessageTimeToLive?: string;\n /** Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. */\n deadLetteringOnFilterEvaluationExceptions?: boolean;\n /** Value that indicates whether a subscription has dead letter support when a message expires. */\n deadLetteringOnMessageExpiration?: boolean;\n /** ISO 8601 timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. */\n duplicateDetectionHistoryTimeWindow?: string;\n /** Number of maximum deliveries. */\n maxDeliveryCount?: number;\n /** Enumerates the possible values for the status of a messaging entity. */\n status?: EntityStatus;\n /** Value that indicates whether server-side batched operations are enabled. */\n enableBatchedOperations?: boolean;\n /** ISO 8061 timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. */\n autoDeleteOnIdle?: string;\n /** Queue/Topic name to forward the messages */\n forwardTo?: string;\n /** Queue/Topic name to forward the Dead Letter message */\n forwardDeadLetteredMessagesTo?: string;\n /** Value that indicates whether the subscription has an affinity to the client id. */\n isClientAffine?: boolean;\n /** Properties specific to client affine subscriptions. */\n clientAffineProperties?: SBClientAffineProperties;\n}\n\n/** The Resource definition. */\nexport interface TrackedResource extends Resource {\n /** The Geo-location where the resource lives */\n location: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** The Resource definition. */\nexport interface ResourceNamespacePatch extends Resource {\n /** Resource location */\n location?: string;\n /** Resource tags */\n tags?: { [propertyName: string]: string };\n}\n\n/** Represents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage */\nexport interface SqlRuleAction extends Action {}\n\n/** Description of a namespace resource. */\nexport interface SBNamespace extends TrackedResource {\n /** Properties of SKU */\n sku?: SBSku;\n /** Properties of BYOK Identity description */\n identity?: Identity;\n /**\n * The system meta data relating to this resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n /** The minimum TLS version for the cluster to support, e.g. '1.2' */\n minimumTlsVersion?: TlsVersion;\n /**\n * Provisioning state of the namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Status of the namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The time the namespace was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * The time the namespace was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /**\n * Endpoint you can use to perform Service Bus operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceBusEndpoint?: string;\n /**\n * Identifier for Azure Insights metrics\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricId?: string;\n /** Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. */\n zoneRedundant?: boolean;\n /** Properties of BYOK Encryption description */\n encryption?: Encryption;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** This property disables SAS authentication for the Service Bus namespace. */\n disableLocalAuth?: boolean;\n /** Alternate name for namespace */\n alternateName?: string;\n /** This determines if traffic is allowed over public network. By default it is enabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4 */\n premiumMessagingPartitions?: number;\n}\n\n/** Description of a namespace resource. */\nexport interface SBNamespaceUpdateParameters extends ResourceNamespacePatch {\n /** Properties of SKU */\n sku?: SBSku;\n /** Properties of BYOK Identity description */\n identity?: Identity;\n /**\n * Provisioning state of the namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: string;\n /**\n * Status of the namespace.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: string;\n /**\n * The time the namespace was created\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdAt?: Date;\n /**\n * The time the namespace was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updatedAt?: Date;\n /**\n * Endpoint you can use to perform Service Bus operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceBusEndpoint?: string;\n /**\n * Identifier for Azure Insights metrics\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly metricId?: string;\n /** Properties of BYOK Encryption description */\n encryption?: Encryption;\n /** List of private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** This property disables SAS authentication for the Service Bus namespace. */\n disableLocalAuth?: boolean;\n /** Alternate name for namespace */\n alternateName?: string;\n}\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\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** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link TlsVersion} that the service accepts. */\nexport enum KnownTlsVersion {\n /** One0 */\n One0 = \"1.0\",\n /** One1 */\n One1 = \"1.1\",\n /** One2 */\n One2 = \"1.2\"\n}\n\n/**\n * Defines values for TlsVersion. \\\n * {@link KnownTlsVersion} can be used interchangeably with TlsVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **1.0** \\\n * **1.1** \\\n * **1.2**\n */\nexport type TlsVersion = string;\n\n/** Known values of {@link PrivateLinkConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for PrivateLinkConnectionStatus. \\\n * {@link KnownPrivateLinkConnectionStatus} can be used interchangeably with PrivateLinkConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkConnectionStatus = string;\n\n/** Known values of {@link EndPointProvisioningState} that the service accepts. */\nexport enum KnownEndPointProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\"\n}\n\n/**\n * Defines values for EndPointProvisioningState. \\\n * {@link KnownEndPointProvisioningState} can be used interchangeably with EndPointProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Canceled** \\\n * **Failed**\n */\nexport type EndPointProvisioningState = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** SecuredByPerimeter */\n SecuredByPerimeter = \"SecuredByPerimeter\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled** \\\n * **SecuredByPerimeter**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link MigrationConfigurationName} that the service accepts. */\nexport enum KnownMigrationConfigurationName {\n /** Default */\n Default = \"$default\"\n}\n\n/**\n * Defines values for MigrationConfigurationName. \\\n * {@link KnownMigrationConfigurationName} can be used interchangeably with MigrationConfigurationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **$default**\n */\nexport type MigrationConfigurationName = string;\n\n/** Known values of {@link DefaultAction} that the service accepts. */\nexport enum KnownDefaultAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\"\n}\n\n/**\n * Defines values for DefaultAction. \\\n * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type DefaultAction = string;\n\n/** Known values of {@link NetworkRuleIPAction} that the service accepts. */\nexport enum KnownNetworkRuleIPAction {\n /** Allow */\n Allow = \"Allow\"\n}\n\n/**\n * Defines values for NetworkRuleIPAction. \\\n * {@link KnownNetworkRuleIPAction} can be used interchangeably with NetworkRuleIPAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow**\n */\nexport type NetworkRuleIPAction = string;\n\n/** Known values of {@link PublicNetworkAccessFlag} that the service accepts. */\nexport enum KnownPublicNetworkAccessFlag {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccessFlag. \\\n * {@link KnownPublicNetworkAccessFlag} can be used interchangeably with PublicNetworkAccessFlag,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccessFlag = string;\n/** Defines values for SkuName. */\nexport type SkuName = \"Basic\" | \"Standard\" | \"Premium\";\n/** Defines values for SkuTier. */\nexport type SkuTier = \"Basic\" | \"Standard\" | \"Premium\";\n/** Defines values for ManagedServiceIdentityType. */\nexport type ManagedServiceIdentityType =\n | \"SystemAssigned\"\n | \"UserAssigned\"\n | \"SystemAssigned, UserAssigned\"\n | \"None\";\n/** Defines values for ProvisioningStateDR. */\nexport type ProvisioningStateDR = \"Accepted\" | \"Succeeded\" | \"Failed\";\n/** Defines values for RoleDisasterRecovery. */\nexport type RoleDisasterRecovery =\n | \"Primary\"\n | \"PrimaryNotReplicating\"\n | \"Secondary\";\n/** Defines values for AccessRights. */\nexport type AccessRights = \"Manage\" | \"Send\" | \"Listen\";\n/** Defines values for KeyType. */\nexport type KeyType = \"PrimaryKey\" | \"SecondaryKey\";\n/** Defines values for EntityStatus. */\nexport type EntityStatus =\n | \"Active\"\n | \"Disabled\"\n | \"Restoring\"\n | \"SendDisabled\"\n | \"ReceiveDisabled\"\n | \"Creating\"\n | \"Deleting\"\n | \"Renaming\"\n | \"Unknown\";\n/** Defines values for FilterType. */\nexport type FilterType = \"SqlFilter\" | \"CorrelationFilter\";\n/** Defines values for UnavailableReason. */\nexport type UnavailableReason =\n | \"None\"\n | \"InvalidName\"\n | \"SubscriptionIsDisabled\"\n | \"NameInUse\"\n | \"NameInLockdown\"\n | \"TooManyNamespaceInCurrentSubscription\";\n\n/** Optional parameters. */\nexport interface NamespacesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type NamespacesListResponse = SBNamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type NamespacesListByResourceGroupResponse = SBNamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type NamespacesCreateOrUpdateResponse = SBNamespace;\n\n/** Optional parameters. */\nexport interface NamespacesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface NamespacesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type NamespacesGetResponse = SBNamespace;\n\n/** Optional parameters. */\nexport interface NamespacesUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type NamespacesUpdateResponse = SBNamespace;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateNetworkRuleSetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateNetworkRuleSet operation. */\nexport type NamespacesCreateOrUpdateNetworkRuleSetResponse = NetworkRuleSet;\n\n/** Optional parameters. */\nexport interface NamespacesGetNetworkRuleSetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getNetworkRuleSet operation. */\nexport type NamespacesGetNetworkRuleSetResponse = NetworkRuleSet;\n\n/** Optional parameters. */\nexport interface NamespacesListNetworkRuleSetsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNetworkRuleSets operation. */\nexport type NamespacesListNetworkRuleSetsResponse = NetworkRuleSetListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListAuthorizationRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRules operation. */\nexport type NamespacesListAuthorizationRulesResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface NamespacesCreateOrUpdateAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAuthorizationRule operation. */\nexport type NamespacesCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface NamespacesDeleteAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface NamespacesGetAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthorizationRule operation. */\nexport type NamespacesGetAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface NamespacesListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type NamespacesListKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface NamespacesRegenerateKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKeys operation. */\nexport type NamespacesRegenerateKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface NamespacesCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type NamespacesCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface NamespacesListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type NamespacesListNextResponse = SBNamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type NamespacesListByResourceGroupNextResponse = SBNamespaceListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListNetworkRuleSetsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNetworkRuleSetsNext operation. */\nexport type NamespacesListNetworkRuleSetsNextResponse = NetworkRuleSetListResult;\n\n/** Optional parameters. */\nexport interface NamespacesListAuthorizationRulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRulesNext operation. */\nexport type NamespacesListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResourcesListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DisasterRecoveryConfigsListResponse = ArmDisasterRecoveryListResult;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DisasterRecoveryConfigsCreateOrUpdateResponse = ArmDisasterRecovery;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DisasterRecoveryConfigsGetResponse = ArmDisasterRecovery;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsBreakPairingOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsFailOverOptionalParams\n extends coreClient.OperationOptions {\n /** Parameters required to create an Alias(Disaster Recovery configuration) */\n parameters?: FailoverProperties;\n}\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsListAuthorizationRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRules operation. */\nexport type DisasterRecoveryConfigsListAuthorizationRulesResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsGetAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthorizationRule operation. */\nexport type DisasterRecoveryConfigsGetAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type DisasterRecoveryConfigsListKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type DisasterRecoveryConfigsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DisasterRecoveryConfigsListNextResponse = ArmDisasterRecoveryListResult;\n\n/** Optional parameters. */\nexport interface DisasterRecoveryConfigsListAuthorizationRulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRulesNext operation. */\nexport type DisasterRecoveryConfigsListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface MigrationConfigsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type MigrationConfigsListResponse = MigrationConfigListResult;\n\n/** Optional parameters. */\nexport interface MigrationConfigsCreateAndStartMigrationOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createAndStartMigration operation. */\nexport type MigrationConfigsCreateAndStartMigrationResponse = MigrationConfigProperties;\n\n/** Optional parameters. */\nexport interface MigrationConfigsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MigrationConfigsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MigrationConfigsGetResponse = MigrationConfigProperties;\n\n/** Optional parameters. */\nexport interface MigrationConfigsCompleteMigrationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MigrationConfigsRevertOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MigrationConfigsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type MigrationConfigsListNextResponse = MigrationConfigListResult;\n\n/** Optional parameters. */\nexport interface QueuesListAuthorizationRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRules operation. */\nexport type QueuesListAuthorizationRulesResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface QueuesCreateOrUpdateAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAuthorizationRule operation. */\nexport type QueuesCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface QueuesDeleteAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface QueuesGetAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthorizationRule operation. */\nexport type QueuesGetAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface QueuesListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type QueuesListKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface QueuesRegenerateKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKeys operation. */\nexport type QueuesRegenerateKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface QueuesListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */\n skip?: number;\n /** May be used to limit the number of results to the most recent N usageDetails. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type QueuesListByNamespaceResponse = SBQueueListResult;\n\n/** Optional parameters. */\nexport interface QueuesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type QueuesCreateOrUpdateResponse = SBQueue;\n\n/** Optional parameters. */\nexport interface QueuesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface QueuesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type QueuesGetResponse = SBQueue;\n\n/** Optional parameters. */\nexport interface QueuesListAuthorizationRulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRulesNext operation. */\nexport type QueuesListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface QueuesListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type QueuesListByNamespaceNextResponse = SBQueueListResult;\n\n/** Optional parameters. */\nexport interface TopicsListAuthorizationRulesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRules operation. */\nexport type TopicsListAuthorizationRulesResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface TopicsCreateOrUpdateAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdateAuthorizationRule operation. */\nexport type TopicsCreateOrUpdateAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface TopicsGetAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getAuthorizationRule operation. */\nexport type TopicsGetAuthorizationRuleResponse = SBAuthorizationRule;\n\n/** Optional parameters. */\nexport interface TopicsDeleteAuthorizationRuleOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TopicsListKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listKeys operation. */\nexport type TopicsListKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsRegenerateKeysOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the regenerateKeys operation. */\nexport type TopicsRegenerateKeysResponse = AccessKeys;\n\n/** Optional parameters. */\nexport interface TopicsListByNamespaceOptionalParams\n extends coreClient.OperationOptions {\n /** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */\n skip?: number;\n /** May be used to limit the number of results to the most recent N usageDetails. */\n top?: number;\n}\n\n/** Contains response data for the listByNamespace operation. */\nexport type TopicsListByNamespaceResponse = SBTopicListResult;\n\n/** Optional parameters. */\nexport interface TopicsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TopicsCreateOrUpdateResponse = SBTopic;\n\n/** Optional parameters. */\nexport interface TopicsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface TopicsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TopicsGetResponse = SBTopic;\n\n/** Optional parameters. */\nexport interface TopicsListAuthorizationRulesNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listAuthorizationRulesNext operation. */\nexport type TopicsListAuthorizationRulesNextResponse = SBAuthorizationRuleListResult;\n\n/** Optional parameters. */\nexport interface TopicsListByNamespaceNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByNamespaceNext operation. */\nexport type TopicsListByNamespaceNextResponse = SBTopicListResult;\n\n/** Optional parameters. */\nexport interface RulesListBySubscriptionsOptionalParams\n extends coreClient.OperationOptions {\n /** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */\n skip?: number;\n /** May be used to limit the number of results to the most recent N usageDetails. */\n top?: number;\n}\n\n/** Contains response data for the listBySubscriptions operation. */\nexport type RulesListBySubscriptionsResponse = RuleListResult;\n\n/** Optional parameters. */\nexport interface RulesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type RulesCreateOrUpdateResponse = Rule;\n\n/** Optional parameters. */\nexport interface RulesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type RulesGetResponse = Rule;\n\n/** Optional parameters. */\nexport interface RulesListBySubscriptionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionsNext operation. */\nexport type RulesListBySubscriptionsNextResponse = RuleListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsListByTopicOptionalParams\n extends coreClient.OperationOptions {\n /** Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. */\n skip?: number;\n /** May be used to limit the number of results to the most recent N usageDetails. */\n top?: number;\n}\n\n/** Contains response data for the listByTopic operation. */\nexport type SubscriptionsListByTopicResponse = SBSubscriptionListResult;\n\n/** Optional parameters. */\nexport interface SubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type SubscriptionsCreateOrUpdateResponse = SBSubscription;\n\n/** Optional parameters. */\nexport interface SubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface SubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SubscriptionsGetResponse = SBSubscription;\n\n/** Optional parameters. */\nexport interface SubscriptionsListByTopicNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTopicNext operation. */\nexport type SubscriptionsListByTopicNextResponse = SBSubscriptionListResult;\n\n/** Optional parameters. */\nexport interface ServiceBusManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|