@azure/arm-mysql 4.0.0 → 5.0.0-alpha.20211221.3
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 +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{src/models/locationBasedPerformanceTierMappers.ts → dist-esm/src/index.js} +5 -10
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1641 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +131 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +79 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1245 -1342
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +180 -101
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/mySQLManagementClient.d.ts +67 -0
- package/dist-esm/src/mySQLManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mySQLManagementClient.js +178 -0
- package/dist-esm/src/mySQLManagementClient.js.map +1 -0
- package/dist-esm/src/operations/advisors.d.ts +46 -0
- package/dist-esm/src/operations/advisors.d.ts.map +1 -0
- package/dist-esm/src/operations/advisors.js +160 -0
- package/dist-esm/src/operations/advisors.js.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +57 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +219 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +73 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +293 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +73 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +293 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts +28 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js +96 -0
- package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +20 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js +50 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts +38 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +137 -0
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operations/logFiles.d.ts +30 -0
- package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operations/logFiles.js +99 -0
- package/dist-esm/src/operations/logFiles.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +99 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +429 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +46 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +169 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queryTexts.d.ts +49 -0
- package/dist-esm/src/operations/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operations/queryTexts.js +172 -0
- package/dist-esm/src/operations/queryTexts.js.map +1 -0
- package/dist-esm/src/operations/recommendedActions.d.ts +50 -0
- package/dist-esm/src/operations/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operations/recommendedActions.js +173 -0
- package/dist-esm/src/operations/recommendedActions.js.map +1 -0
- package/dist-esm/src/operations/recoverableServers.d.ts +20 -0
- package/dist-esm/src/operations/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operations/recoverableServers.js +53 -0
- package/dist-esm/src/operations/recoverableServers.js.map +1 -0
- package/dist-esm/src/operations/replicas.d.ts +30 -0
- package/dist-esm/src/operations/replicas.d.ts.map +1 -0
- package/dist-esm/src/operations/replicas.js +99 -0
- package/dist-esm/src/operations/replicas.js.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts +70 -0
- package/dist-esm/src/operations/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operations/serverAdministrators.js +287 -0
- package/dist-esm/src/operations/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts +30 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js +99 -0
- package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operations/serverKeys.d.ts +81 -0
- package/dist-esm/src/operations/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/serverKeys.js +331 -0
- package/dist-esm/src/operations/serverKeys.js.map +1 -0
- package/dist-esm/src/operations/serverParameters.d.ts +30 -0
- package/dist-esm/src/operations/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operations/serverParameters.js +110 -0
- package/dist-esm/src/operations/serverParameters.js.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts +65 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +255 -0
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +156 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +722 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts +49 -0
- package/dist-esm/src/operations/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/topQueryStatistics.js +174 -0
- package/dist-esm/src/operations/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts +81 -0
- package/dist-esm/src/operations/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkRules.js +320 -0
- package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operations/waitStatistics.d.ts +49 -0
- package/dist-esm/src/operations/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operations/waitStatistics.js +174 -0
- package/dist-esm/src/operations/waitStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/advisors.d.ts.map +1 -0
- package/{src/models/locationBasedRecommendedActionSessionsOperationStatusMappers.ts → dist-esm/src/operationsInterfaces/advisors.js} +2 -6
- package/dist-esm/src/operationsInterfaces/advisors.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/{src/models/checkNameAvailabilityMappers.ts → dist-esm/src/operationsInterfaces/checkNameAvailability.js} +2 -9
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -10
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.js +9 -0
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +26 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +33 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +1 -0
- package/{esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js → dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js} +2 -2
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js +9 -0
- package/dist-esm/src/operationsInterfaces/queryTexts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/recommendedActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js +9 -0
- package/dist-esm/src/operationsInterfaces/recoverableServers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/replicas.js +9 -0
- package/dist-esm/src/operationsInterfaces/replicas.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverAdministrators.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverBasedPerformanceTier.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverParameters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverSecurityAlertPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +133 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/servers.js} +2 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topQueryStatistics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js +9 -0
- package/dist-esm/src/operationsInterfaces/waitStatistics.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-mysql.api.md +1572 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1475 -2772
- package/src/models/mappers.ts +1244 -1336
- package/src/models/parameters.ts +245 -101
- package/src/mySQLManagementClient.ts +274 -153
- package/src/operations/advisors.ts +157 -133
- package/src/operations/checkNameAvailability.ts +35 -57
- package/src/operations/configurations.ts +230 -137
- package/src/operations/databases.ts +318 -177
- package/src/operations/firewallRules.ts +318 -177
- package/src/operations/index.ts +1 -2
- package/src/operations/locationBasedPerformanceTier.ts +76 -44
- package/src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts +38 -54
- package/src/operations/locationBasedRecommendedActionSessionsResult.ts +122 -88
- package/src/operations/logFiles.ts +96 -47
- package/src/operations/operations.ts +27 -41
- package/src/operations/privateEndpointConnections.ts +464 -244
- package/src/operations/privateLinkResources.ts +157 -124
- package/src/operations/queryTexts.ts +169 -133
- package/src/operations/recommendedActions.ts +168 -132
- package/src/operations/recoverableServers.ts +37 -51
- package/src/operations/replicas.ts +96 -47
- package/src/operations/serverAdministrators.ts +294 -166
- package/src/operations/serverBasedPerformanceTier.ts +85 -47
- package/src/operations/serverKeys.ts +335 -203
- package/src/operations/serverParameters.ts +117 -53
- package/src/operations/serverSecurityAlertPolicies.ts +276 -174
- package/src/operations/servers.ts +775 -384
- package/src/operations/topQueryStatistics.ts +173 -135
- package/src/operations/virtualNetworkRules.ts +351 -219
- package/src/operations/waitStatistics.ts +173 -135
- package/src/operationsInterfaces/advisors.ts +44 -0
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/configurations.ts +82 -0
- package/src/operationsInterfaces/databases.ts +109 -0
- package/src/operationsInterfaces/firewallRules.ts +109 -0
- package/src/operationsInterfaces/index.ts +33 -0
- package/src/operationsInterfaces/locationBasedPerformanceTier.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsOperationStatus.ts +27 -0
- package/src/operationsInterfaces/locationBasedRecommendedActionSessionsResult.ts +29 -0
- package/src/operationsInterfaces/logFiles.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +147 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/queryTexts.ts +46 -0
- package/src/operationsInterfaces/recommendedActions.ts +48 -0
- package/src/operationsInterfaces/recoverableServers.ts +27 -0
- package/src/operationsInterfaces/replicas.ts +26 -0
- package/src/operationsInterfaces/serverAdministrators.ts +101 -0
- package/src/operationsInterfaces/serverBasedPerformanceTier.ts +29 -0
- package/src/operationsInterfaces/serverKeys.ts +109 -0
- package/src/operationsInterfaces/serverParameters.ts +49 -0
- package/src/operationsInterfaces/serverSecurityAlertPolicies.ts +83 -0
- package/src/operationsInterfaces/servers.ts +233 -0
- package/src/operationsInterfaces/topQueryStatistics.ts +47 -0
- package/src/operationsInterfaces/virtualNetworkRules.ts +109 -0
- package/src/operationsInterfaces/waitStatistics.ts +47 -0
- package/tsconfig.json +3 -3
- package/types/arm-mysql.d.ts +2729 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-mysql.js +0 -7399
- package/dist/arm-mysql.js.map +0 -1
- package/dist/arm-mysql.min.js +0 -1
- package/dist/arm-mysql.min.js.map +0 -1
- package/esm/models/advisorsMappers.d.ts +0 -2
- package/esm/models/advisorsMappers.d.ts.map +0 -1
- package/esm/models/advisorsMappers.js +0 -9
- package/esm/models/advisorsMappers.js.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
- package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.js +0 -9
- package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js +0 -9
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2973
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/locationBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/locationBasedPerformanceTierMappers.js +0 -9
- package/esm/models/locationBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts +0 -2
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.d.ts.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsOperationStatusMappers.js.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts +0 -2
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.d.ts.map +0 -1
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js +0 -9
- package/esm/models/locationBasedRecommendedActionSessionsResultMappers.js.map +0 -1
- package/esm/models/logFilesMappers.d.ts +0 -2
- package/esm/models/logFilesMappers.d.ts.map +0 -1
- package/esm/models/logFilesMappers.js +0 -9
- package/esm/models/logFilesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -80
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queryTextsMappers.d.ts +0 -2
- package/esm/models/queryTextsMappers.d.ts.map +0 -1
- package/esm/models/queryTextsMappers.js +0 -9
- package/esm/models/queryTextsMappers.js.map +0 -1
- package/esm/models/recommendedActionsMappers.d.ts +0 -2
- package/esm/models/recommendedActionsMappers.d.ts.map +0 -1
- package/esm/models/recommendedActionsMappers.js +0 -9
- package/esm/models/recommendedActionsMappers.js.map +0 -1
- package/esm/models/recoverableServersMappers.d.ts +0 -2
- package/esm/models/recoverableServersMappers.d.ts.map +0 -1
- package/esm/models/recoverableServersMappers.js +0 -9
- package/esm/models/recoverableServersMappers.js.map +0 -1
- package/esm/models/replicasMappers.d.ts +0 -2
- package/esm/models/replicasMappers.d.ts.map +0 -1
- package/esm/models/replicasMappers.js +0 -9
- package/esm/models/replicasMappers.js.map +0 -1
- package/esm/models/serverAdministratorsMappers.d.ts +0 -2
- package/esm/models/serverAdministratorsMappers.d.ts.map +0 -1
- package/esm/models/serverAdministratorsMappers.js +0 -9
- package/esm/models/serverAdministratorsMappers.js.map +0 -1
- package/esm/models/serverBasedPerformanceTierMappers.d.ts +0 -2
- package/esm/models/serverBasedPerformanceTierMappers.d.ts.map +0 -1
- package/esm/models/serverBasedPerformanceTierMappers.js +0 -9
- package/esm/models/serverBasedPerformanceTierMappers.js.map +0 -1
- package/esm/models/serverKeysMappers.d.ts +0 -2
- package/esm/models/serverKeysMappers.d.ts.map +0 -1
- package/esm/models/serverKeysMappers.js +0 -9
- package/esm/models/serverKeysMappers.js.map +0 -1
- package/esm/models/serverParametersMappers.d.ts +0 -2
- package/esm/models/serverParametersMappers.d.ts.map +0 -1
- package/esm/models/serverParametersMappers.js +0 -9
- package/esm/models/serverParametersMappers.js.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts +0 -2
- package/esm/models/serverSecurityAlertPoliciesMappers.d.ts.map +0 -1
- package/esm/models/serverSecurityAlertPoliciesMappers.js +0 -9
- package/esm/models/serverSecurityAlertPoliciesMappers.js.map +0 -1
- package/esm/models/serversMappers.d.ts +0 -2
- package/esm/models/serversMappers.d.ts.map +0 -1
- package/esm/models/serversMappers.js +0 -9
- package/esm/models/serversMappers.js.map +0 -1
- package/esm/models/topQueryStatisticsMappers.d.ts +0 -2
- package/esm/models/topQueryStatisticsMappers.d.ts.map +0 -1
- package/esm/models/topQueryStatisticsMappers.js +0 -9
- package/esm/models/topQueryStatisticsMappers.js.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.d.ts +0 -2
- package/esm/models/virtualNetworkRulesMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworkRulesMappers.js +0 -9
- package/esm/models/virtualNetworkRulesMappers.js.map +0 -1
- package/esm/models/waitStatisticsMappers.d.ts +0 -2
- package/esm/models/waitStatisticsMappers.d.ts.map +0 -1
- package/esm/models/waitStatisticsMappers.js +0 -9
- package/esm/models/waitStatisticsMappers.js.map +0 -1
- package/esm/mySQLManagementClient.d.ts +0 -90
- package/esm/mySQLManagementClient.d.ts.map +0 -1
- package/esm/mySQLManagementClient.js +0 -151
- package/esm/mySQLManagementClient.js.map +0 -1
- package/esm/mySQLManagementClientContext.d.ts +0 -21
- package/esm/mySQLManagementClientContext.d.ts.map +0 -1
- package/esm/mySQLManagementClientContext.js +0 -59
- package/esm/mySQLManagementClientContext.js.map +0 -1
- package/esm/operations/advisors.d.ts +0 -76
- package/esm/operations/advisors.d.ts.map +0 -1
- package/esm/operations/advisors.js +0 -119
- package/esm/operations/advisors.js.map +0 -1
- package/esm/operations/checkNameAvailability.d.ts +0 -34
- package/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/esm/operations/checkNameAvailability.js +0 -59
- package/esm/operations/checkNameAvailability.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -79
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -152
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -97
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -208
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -97
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -208
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.d.ts +0 -31
- package/esm/operations/locationBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/locationBasedPerformanceTier.js +0 -55
- package/esm/operations/locationBasedPerformanceTier.js.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts +0 -34
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.d.ts.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js +0 -57
- package/esm/operations/locationBasedRecommendedActionSessionsOperationStatus.js.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts +0 -52
- package/esm/operations/locationBasedRecommendedActionSessionsResult.d.ts.map +0 -1
- package/esm/operations/locationBasedRecommendedActionSessionsResult.js +0 -92
- package/esm/operations/locationBasedRecommendedActionSessionsResult.js.map +0 -1
- package/esm/operations/logFiles.d.ts +0 -34
- package/esm/operations/logFiles.d.ts.map +0 -1
- package/esm/operations/logFiles.js +0 -57
- package/esm/operations/logFiles.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -137
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -296
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -76
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -119
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queryTexts.d.ts +0 -82
- package/esm/operations/queryTexts.d.ts.map +0 -1
- package/esm/operations/queryTexts.js +0 -123
- package/esm/operations/queryTexts.js.map +0 -1
- package/esm/operations/recommendedActions.d.ts +0 -82
- package/esm/operations/recommendedActions.d.ts.map +0 -1
- package/esm/operations/recommendedActions.js +0 -125
- package/esm/operations/recommendedActions.js.map +0 -1
- package/esm/operations/recoverableServers.d.ts +0 -34
- package/esm/operations/recoverableServers.d.ts.map +0 -1
- package/esm/operations/recoverableServers.js +0 -57
- package/esm/operations/recoverableServers.js.map +0 -1
- package/esm/operations/replicas.d.ts +0 -34
- package/esm/operations/replicas.d.ts.map +0 -1
- package/esm/operations/replicas.js +0 -57
- package/esm/operations/replicas.js.map +0 -1
- package/esm/operations/serverAdministrators.d.ts +0 -92
- package/esm/operations/serverAdministrators.d.ts.map +0 -1
- package/esm/operations/serverAdministrators.js +0 -199
- package/esm/operations/serverAdministrators.js.map +0 -1
- package/esm/operations/serverBasedPerformanceTier.d.ts +0 -34
- package/esm/operations/serverBasedPerformanceTier.d.ts.map +0 -1
- package/esm/operations/serverBasedPerformanceTier.js +0 -57
- package/esm/operations/serverBasedPerformanceTier.js.map +0 -1
- package/esm/operations/serverKeys.d.ts +0 -115
- package/esm/operations/serverKeys.d.ts.map +0 -1
- package/esm/operations/serverKeys.js +0 -236
- package/esm/operations/serverKeys.js.map +0 -1
- package/esm/operations/serverParameters.d.ts +0 -32
- package/esm/operations/serverParameters.d.ts.map +0 -1
- package/esm/operations/serverParameters.js +0 -84
- package/esm/operations/serverParameters.js.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.d.ts +0 -92
- package/esm/operations/serverSecurityAlertPolicies.d.ts.map +0 -1
- package/esm/operations/serverSecurityAlertPolicies.js +0 -177
- package/esm/operations/serverSecurityAlertPolicies.js.map +0 -1
- package/esm/operations/servers.d.ts +0 -190
- package/esm/operations/servers.d.ts.map +0 -1
- package/esm/operations/servers.js +0 -483
- package/esm/operations/servers.js.map +0 -1
- package/esm/operations/topQueryStatistics.d.ts +0 -79
- package/esm/operations/topQueryStatistics.d.ts.map +0 -1
- package/esm/operations/topQueryStatistics.js +0 -125
- package/esm/operations/topQueryStatistics.js.map +0 -1
- package/esm/operations/virtualNetworkRules.d.ts +0 -115
- package/esm/operations/virtualNetworkRules.d.ts.map +0 -1
- package/esm/operations/virtualNetworkRules.js +0 -237
- package/esm/operations/virtualNetworkRules.js.map +0 -1
- package/esm/operations/waitStatistics.d.ts +0 -79
- package/esm/operations/waitStatistics.d.ts.map +0 -1
- package/esm/operations/waitStatistics.js +0 -125
- package/esm/operations/waitStatistics.js.map +0 -1
- package/src/models/advisorsMappers.ts +0 -44
- package/src/models/configurationsMappers.ts +0 -46
- package/src/models/databasesMappers.ts +0 -46
- package/src/models/firewallRulesMappers.ts +0 -46
- package/src/models/locationBasedRecommendedActionSessionsResultMappers.ts +0 -44
- package/src/models/logFilesMappers.ts +0 -46
- package/src/models/privateEndpointConnectionsMappers.ts +0 -47
- package/src/models/privateLinkResourcesMappers.ts +0 -46
- package/src/models/queryTextsMappers.ts +0 -46
- package/src/models/recommendedActionsMappers.ts +0 -44
- package/src/models/recoverableServersMappers.ts +0 -45
- package/src/models/replicasMappers.ts +0 -46
- package/src/models/serverAdministratorsMappers.ts +0 -46
- package/src/models/serverBasedPerformanceTierMappers.ts +0 -17
- package/src/models/serverKeysMappers.ts +0 -46
- package/src/models/serverParametersMappers.ts +0 -46
- package/src/models/serverSecurityAlertPoliciesMappers.ts +0 -44
- package/src/models/serversMappers.ts +0 -54
- package/src/models/topQueryStatisticsMappers.ts +0 -47
- package/src/models/virtualNetworkRulesMappers.ts +0 -44
- package/src/models/waitStatisticsMappers.ts +0 -47
- package/src/mySQLManagementClientContext.ts +0 -65
package/dist/arm-mysql.min.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("@azure/ms-rest-js"),require("@azure/ms-rest-azure-js")):"function"==typeof define&&define.amd?define(["exports","@azure/ms-rest-js","@azure/ms-rest-azure-js"],r):r(((e=e||self).Azure=e.Azure||{},e.Azure.ArmMysql={}),e.msRest,e.msRestAzure)}(this,function(e,r,o){"use strict";var i=function(e,r){return(i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)r.hasOwnProperty(t)&&(e[t]=r[t])})(e,r)};function t(e,r){function t(){this.constructor=e}i(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}var a=function(){return(a=Object.assign||function(e){for(var r,t=1,i=arguments.length;t<i;t++)for(var a in r=arguments[t])Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a]);return e}).apply(this,arguments)},s=Object.freeze({__proto__:null}),n=o.CloudErrorMapper,p=o.BaseResourceMapper,u={serializedName:"PrivateEndpointProperty",type:{name:"Composite",className:"PrivateEndpointProperty",modelProperties:{id:{serializedName:"id",type:{name:"String"}}}}},m={serializedName:"ServerPrivateLinkServiceConnectionStateProperty",type:{name:"Composite",className:"ServerPrivateLinkServiceConnectionStateProperty",modelProperties:{status:{required:!0,serializedName:"status",type:{name:"String"}},description:{required:!0,serializedName:"description",type:{name:"String"}},actionsRequired:{readOnly:!0,serializedName:"actionsRequired",type:{name:"String"}}}}},l={serializedName:"ServerPrivateEndpointConnectionProperties",type:{name:"Composite",className:"ServerPrivateEndpointConnectionProperties",modelProperties:{privateEndpoint:{serializedName:"privateEndpoint",type:{name:"Composite",className:"PrivateEndpointProperty"}},privateLinkServiceConnectionState:{serializedName:"privateLinkServiceConnectionState",type:{name:"Composite",className:"ServerPrivateLinkServiceConnectionStateProperty"}},provisioningState:{readOnly:!0,serializedName:"provisioningState",type:{name:"String"}}}}},d={serializedName:"ServerPrivateEndpointConnection",type:{name:"Composite",className:"ServerPrivateEndpointConnection",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},properties:{readOnly:!0,serializedName:"properties",type:{name:"Composite",className:"ServerPrivateEndpointConnectionProperties"}}}}},c={serializedName:"StorageProfile",type:{name:"Composite",className:"StorageProfile",modelProperties:{backupRetentionDays:{serializedName:"backupRetentionDays",type:{name:"Number"}},geoRedundantBackup:{serializedName:"geoRedundantBackup",type:{name:"String"}},storageMB:{serializedName:"storageMB",type:{name:"Number"}},storageAutogrow:{serializedName:"storageAutogrow",type:{name:"String"}}}}},y={serializedName:"ServerPropertiesForCreate",type:{name:"Composite",polymorphicDiscriminator:{serializedName:"createMode",clientName:"createMode"},uberParent:"ServerPropertiesForCreate",className:"ServerPropertiesForCreate",modelProperties:{version:{serializedName:"version",type:{name:"String"}},sslEnforcement:{serializedName:"sslEnforcement",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},minimalTlsVersion:{serializedName:"minimalTlsVersion",type:{name:"String"}},infrastructureEncryption:{serializedName:"infrastructureEncryption",type:{name:"String"}},publicNetworkAccess:{serializedName:"publicNetworkAccess",type:{name:"String"}},storageProfile:{serializedName:"storageProfile",type:{name:"Composite",className:"StorageProfile"}},createMode:{required:!0,serializedName:"createMode",type:{name:"String"}}}}},v={serializedName:"Default",type:{name:"Composite",polymorphicDiscriminator:y.type.polymorphicDiscriminator,uberParent:"ServerPropertiesForCreate",className:"ServerPropertiesForDefaultCreate",modelProperties:a(a({},y.type.modelProperties),{administratorLogin:{required:!0,serializedName:"administratorLogin",type:{name:"String"}},administratorLoginPassword:{required:!0,serializedName:"administratorLoginPassword",type:{name:"String"}}})}},S={serializedName:"PointInTimeRestore",type:{name:"Composite",polymorphicDiscriminator:y.type.polymorphicDiscriminator,uberParent:"ServerPropertiesForCreate",className:"ServerPropertiesForRestore",modelProperties:a(a({},y.type.modelProperties),{sourceServerId:{required:!0,serializedName:"sourceServerId",type:{name:"String"}},restorePointInTime:{required:!0,serializedName:"restorePointInTime",type:{name:"DateTime"}}})}},P={serializedName:"GeoRestore",type:{name:"Composite",polymorphicDiscriminator:y.type.polymorphicDiscriminator,uberParent:"ServerPropertiesForCreate",className:"ServerPropertiesForGeoRestore",modelProperties:a(a({},y.type.modelProperties),{sourceServerId:{required:!0,serializedName:"sourceServerId",type:{name:"String"}}})}},N={serializedName:"Replica",type:{name:"Composite",polymorphicDiscriminator:y.type.polymorphicDiscriminator,uberParent:"ServerPropertiesForCreate",className:"ServerPropertiesForReplica",modelProperties:a(a({},y.type.modelProperties),{sourceServerId:{required:!0,serializedName:"sourceServerId",type:{name:"String"}}})}},R={serializedName:"Sku",type:{name:"Composite",className:"Sku",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},tier:{serializedName:"tier",type:{name:"String"}},capacity:{serializedName:"capacity",constraints:{InclusiveMinimum:0},type:{name:"Number"}},size:{serializedName:"size",type:{name:"String"}},family:{serializedName:"family",type:{name:"String"}}}}},h={serializedName:"ResourceIdentity",type:{name:"Composite",className:"ResourceIdentity",modelProperties:{principalId:{readOnly:!0,serializedName:"principalId",type:{name:"Uuid"}},type:{serializedName:"type",type:{name:"String"}},tenantId:{readOnly:!0,serializedName:"tenantId",type:{name:"Uuid"}}}}},f={serializedName:"Resource",type:{name:"Composite",className:"Resource",modelProperties:{id:{readOnly:!0,serializedName:"id",type:{name:"String"}},name:{readOnly:!0,serializedName:"name",type:{name:"String"}},type:{readOnly:!0,serializedName:"type",type:{name:"String"}}}}},b={serializedName:"TrackedResource",type:{name:"Composite",className:"TrackedResource",modelProperties:a(a({},f.type.modelProperties),{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}},location:{required:!0,serializedName:"location",type:{name:"String"}}})}},g={serializedName:"Server",type:{name:"Composite",className:"Server",modelProperties:a(a({},b.type.modelProperties),{identity:{serializedName:"identity",type:{name:"Composite",className:"ResourceIdentity"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},administratorLogin:{serializedName:"properties.administratorLogin",type:{name:"String"}},version:{serializedName:"properties.version",type:{name:"String"}},sslEnforcement:{serializedName:"properties.sslEnforcement",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},minimalTlsVersion:{serializedName:"properties.minimalTlsVersion",type:{name:"String"}},byokEnforcement:{readOnly:!0,serializedName:"properties.byokEnforcement",type:{name:"String"}},infrastructureEncryption:{serializedName:"properties.infrastructureEncryption",type:{name:"String"}},userVisibleState:{serializedName:"properties.userVisibleState",type:{name:"String"}},fullyQualifiedDomainName:{serializedName:"properties.fullyQualifiedDomainName",type:{name:"String"}},earliestRestoreDate:{serializedName:"properties.earliestRestoreDate",type:{name:"DateTime"}},storageProfile:{serializedName:"properties.storageProfile",type:{name:"Composite",className:"StorageProfile"}},replicationRole:{serializedName:"properties.replicationRole",type:{name:"String"}},masterServerId:{serializedName:"properties.masterServerId",type:{name:"String"}},replicaCapacity:{serializedName:"properties.replicaCapacity",constraints:{InclusiveMinimum:0},type:{name:"Number"}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",type:{name:"String"}},privateEndpointConnections:{readOnly:!0,serializedName:"properties.privateEndpointConnections",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServerPrivateEndpointConnection"}}}}})}},z={serializedName:"ServerForCreate",type:{name:"Composite",className:"ServerForCreate",modelProperties:{identity:{serializedName:"identity",type:{name:"Composite",className:"ResourceIdentity"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},properties:{required:!0,serializedName:"properties",type:{name:"Composite",className:"ServerPropertiesForCreate"}},location:{required:!0,serializedName:"location",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},M={serializedName:"ServerUpdateParameters",type:{name:"Composite",className:"ServerUpdateParameters",modelProperties:{identity:{serializedName:"identity",type:{name:"Composite",className:"ResourceIdentity"}},sku:{serializedName:"sku",type:{name:"Composite",className:"Sku"}},storageProfile:{serializedName:"properties.storageProfile",type:{name:"Composite",className:"StorageProfile"}},administratorLoginPassword:{serializedName:"properties.administratorLoginPassword",type:{name:"String"}},version:{serializedName:"properties.version",type:{name:"String"}},sslEnforcement:{serializedName:"properties.sslEnforcement",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},minimalTlsVersion:{serializedName:"properties.minimalTlsVersion",type:{name:"String"}},publicNetworkAccess:{serializedName:"properties.publicNetworkAccess",type:{name:"String"}},replicationRole:{serializedName:"properties.replicationRole",type:{name:"String"}},tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},L={serializedName:"ProxyResource",type:{name:"Composite",className:"ProxyResource",modelProperties:a({},f.type.modelProperties)}},C={serializedName:"FirewallRule",type:{name:"Composite",className:"FirewallRule",modelProperties:a(a({},L.type.modelProperties),{startIpAddress:{required:!0,serializedName:"properties.startIpAddress",constraints:{Pattern:/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/},type:{name:"String"}},endIpAddress:{required:!0,serializedName:"properties.endIpAddress",constraints:{Pattern:/^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$/},type:{name:"String"}}})}},E={serializedName:"VirtualNetworkRule",type:{name:"Composite",className:"VirtualNetworkRule",modelProperties:a(a({},L.type.modelProperties),{virtualNetworkSubnetId:{required:!0,serializedName:"properties.virtualNetworkSubnetId",type:{name:"String"}},ignoreMissingVnetServiceEndpoint:{serializedName:"properties.ignoreMissingVnetServiceEndpoint",type:{name:"Boolean"}},state:{readOnly:!0,serializedName:"properties.state",type:{name:"String"}}})}},q={serializedName:"Database",type:{name:"Composite",className:"Database",modelProperties:a(a({},L.type.modelProperties),{charset:{serializedName:"properties.charset",type:{name:"String"}},collation:{serializedName:"properties.collation",type:{name:"String"}}})}},k={serializedName:"Configuration",type:{name:"Composite",className:"Configuration",modelProperties:a(a({},L.type.modelProperties),{value:{serializedName:"properties.value",type:{name:"String"}},description:{readOnly:!0,serializedName:"properties.description",type:{name:"String"}},defaultValue:{readOnly:!0,serializedName:"properties.defaultValue",type:{name:"String"}},dataType:{readOnly:!0,serializedName:"properties.dataType",type:{name:"String"}},allowedValues:{readOnly:!0,serializedName:"properties.allowedValues",type:{name:"String"}},source:{serializedName:"properties.source",type:{name:"String"}}})}},O={serializedName:"OperationDisplay",type:{name:"Composite",className:"OperationDisplay",modelProperties:{provider:{readOnly:!0,serializedName:"provider",type:{name:"String"}},resource:{readOnly:!0,serializedName:"resource",type:{name:"String"}},operation:{readOnly:!0,serializedName:"operation",type:{name:"String"}},description:{readOnly:!0,serializedName:"description",type:{name:"String"}}}}},A={serializedName:"Operation",type:{name:"Composite",className:"Operation",modelProperties:{name:{readOnly:!0,serializedName:"name",type:{name:"String"}},display:{readOnly:!0,serializedName:"display",type:{name:"Composite",className:"OperationDisplay"}},origin:{readOnly:!0,serializedName:"origin",type:{name:"String"}},properties:{readOnly:!0,serializedName:"properties",type:{name:"Dictionary",value:{type:{name:"Object"}}}}}}},T={serializedName:"OperationListResult",type:{name:"Composite",className:"OperationListResult",modelProperties:{value:{serializedName:"value",type:{name:"Sequence",element:{type:{name:"Composite",className:"Operation"}}}}}}},G={serializedName:"LogFile",type:{name:"Composite",className:"LogFile",modelProperties:a(a({},L.type.modelProperties),{sizeInKB:{serializedName:"properties.sizeInKB",type:{name:"Number"}},createdTime:{readOnly:!0,serializedName:"properties.createdTime",type:{name:"DateTime"}},lastModifiedTime:{readOnly:!0,serializedName:"properties.lastModifiedTime",type:{name:"DateTime"}},logFileType:{serializedName:"properties.type",type:{name:"String"}},url:{serializedName:"properties.url",type:{name:"String"}}})}},I={serializedName:"PerformanceTierServiceLevelObjectives",type:{name:"Composite",className:"PerformanceTierServiceLevelObjectives",modelProperties:{id:{serializedName:"id",type:{name:"String"}},edition:{serializedName:"edition",type:{name:"String"}},vCore:{serializedName:"vCore",type:{name:"Number"}},hardwareGeneration:{serializedName:"hardwareGeneration",type:{name:"String"}},maxBackupRetentionDays:{serializedName:"maxBackupRetentionDays",type:{name:"Number"}},minBackupRetentionDays:{serializedName:"minBackupRetentionDays",type:{name:"Number"}},maxStorageMB:{serializedName:"maxStorageMB",type:{name:"Number"}},minStorageMB:{serializedName:"minStorageMB",type:{name:"Number"}}}}},D={serializedName:"PerformanceTierProperties",type:{name:"Composite",className:"PerformanceTierProperties",modelProperties:{id:{serializedName:"id",type:{name:"String"}},maxBackupRetentionDays:{serializedName:"maxBackupRetentionDays",type:{name:"Number"}},minBackupRetentionDays:{serializedName:"minBackupRetentionDays",type:{name:"Number"}},maxStorageMB:{serializedName:"maxStorageMB",type:{name:"Number"}},minLargeStorageMB:{serializedName:"minLargeStorageMB",type:{name:"Number"}},maxLargeStorageMB:{serializedName:"maxLargeStorageMB",type:{name:"Number"}},minStorageMB:{serializedName:"minStorageMB",type:{name:"Number"}},serviceLevelObjectives:{serializedName:"serviceLevelObjectives",type:{name:"Sequence",element:{type:{name:"Composite",className:"PerformanceTierServiceLevelObjectives"}}}}}}},w={serializedName:"NameAvailabilityRequest",type:{name:"Composite",className:"NameAvailabilityRequest",modelProperties:{name:{required:!0,serializedName:"name",type:{name:"String"}},type:{serializedName:"type",type:{name:"String"}}}}},B={serializedName:"NameAvailability",type:{name:"Composite",className:"NameAvailability",modelProperties:{message:{serializedName:"message",type:{name:"String"}},nameAvailable:{serializedName:"nameAvailable",type:{name:"Boolean"}},reason:{serializedName:"reason",type:{name:"String"}}}}},Q={serializedName:"ErrorAdditionalInfo",type:{name:"Composite",className:"ErrorAdditionalInfo",modelProperties:{type:{readOnly:!0,serializedName:"type",type:{name:"String"}},info:{readOnly:!0,serializedName:"info",type:{name:"Object"}}}}},x={serializedName:"ErrorResponse",type:{name:"Composite",className:"ErrorResponse",modelProperties:{code:{readOnly:!0,serializedName:"code",type:{name:"String"}},message:{readOnly:!0,serializedName:"message",type:{name:"String"}},target:{readOnly:!0,serializedName:"target",type:{name:"String"}},details:{readOnly:!0,serializedName:"details",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorResponse"}}}},additionalInfo:{readOnly:!0,serializedName:"additionalInfo",type:{name:"Sequence",element:{type:{name:"Composite",className:"ErrorAdditionalInfo"}}}}}}},F={serializedName:"ServerAdministratorResource",type:{name:"Composite",className:"ServerAdministratorResource",modelProperties:a(a({},L.type.modelProperties),{administratorType:{required:!0,isConstant:!0,serializedName:"properties.administratorType",defaultValue:"ActiveDirectory",type:{name:"String"}},login:{required:!0,serializedName:"properties.login",type:{name:"String"}},sid:{required:!0,serializedName:"properties.sid",type:{name:"Uuid"}},tenantId:{required:!0,serializedName:"properties.tenantId",type:{name:"Uuid"}}})}},_={serializedName:"RecoverableServerResource",type:{name:"Composite",className:"RecoverableServerResource",modelProperties:a(a({},L.type.modelProperties),{lastAvailableBackupDateTime:{readOnly:!0,serializedName:"properties.lastAvailableBackupDateTime",type:{name:"String"}},serviceLevelObjective:{readOnly:!0,serializedName:"properties.serviceLevelObjective",type:{name:"String"}},edition:{readOnly:!0,serializedName:"properties.edition",type:{name:"String"}},vCore:{readOnly:!0,serializedName:"properties.vCore",type:{name:"Number"}},hardwareGeneration:{readOnly:!0,serializedName:"properties.hardwareGeneration",type:{name:"String"}},version:{readOnly:!0,serializedName:"properties.version",type:{name:"String"}}})}},U={serializedName:"AzureEntityResource",type:{name:"Composite",className:"AzureEntityResource",modelProperties:a(a({},f.type.modelProperties),{etag:{readOnly:!0,serializedName:"etag",type:{name:"String"}}})}},V={serializedName:"ServerSecurityAlertPolicy",type:{name:"Composite",className:"ServerSecurityAlertPolicy",modelProperties:a(a({},L.type.modelProperties),{state:{required:!0,serializedName:"properties.state",type:{name:"Enum",allowedValues:["Enabled","Disabled"]}},disabledAlerts:{serializedName:"properties.disabledAlerts",type:{name:"Sequence",element:{type:{name:"String"}}}},emailAddresses:{serializedName:"properties.emailAddresses",type:{name:"Sequence",element:{type:{name:"String"}}}},emailAccountAdmins:{serializedName:"properties.emailAccountAdmins",type:{name:"Boolean"}},storageEndpoint:{serializedName:"properties.storageEndpoint",type:{name:"String"}},storageAccountAccessKey:{serializedName:"properties.storageAccountAccessKey",type:{name:"String"}},retentionDays:{serializedName:"properties.retentionDays",type:{name:"Number"}}})}},j={serializedName:"QueryText",type:{name:"Composite",className:"QueryText",modelProperties:a(a({},L.type.modelProperties),{queryId:{serializedName:"properties.queryId",type:{name:"String"}},queryText:{serializedName:"properties.queryText",type:{name:"String"}}})}},K={serializedName:"TopQueryStatisticsInput",type:{name:"Composite",className:"TopQueryStatisticsInput",modelProperties:{numberOfTopQueries:{required:!0,serializedName:"properties.numberOfTopQueries",type:{name:"Number"}},aggregationFunction:{required:!0,serializedName:"properties.aggregationFunction",type:{name:"String"}},observedMetric:{required:!0,serializedName:"properties.observedMetric",type:{name:"String"}},observationStartTime:{required:!0,serializedName:"properties.observationStartTime",type:{name:"DateTime"}},observationEndTime:{required:!0,serializedName:"properties.observationEndTime",type:{name:"DateTime"}},aggregationWindow:{required:!0,serializedName:"properties.aggregationWindow",type:{name:"String"}}}}},W={serializedName:"QueryStatistic",type:{name:"Composite",className:"QueryStatistic",modelProperties:a(a({},L.type.modelProperties),{queryId:{serializedName:"properties.queryId",type:{name:"String"}},startTime:{serializedName:"properties.startTime",type:{name:"DateTime"}},endTime:{serializedName:"properties.endTime",type:{name:"DateTime"}},aggregationFunction:{serializedName:"properties.aggregationFunction",type:{name:"String"}},databaseNames:{serializedName:"properties.databaseNames",type:{name:"Sequence",element:{type:{name:"String"}}}},queryExecutionCount:{serializedName:"properties.queryExecutionCount",type:{name:"Number"}},metricName:{serializedName:"properties.metricName",type:{name:"String"}},metricDisplayName:{serializedName:"properties.metricDisplayName",type:{name:"String"}},metricValue:{serializedName:"properties.metricValue",type:{name:"Number"}},metricValueUnit:{serializedName:"properties.metricValueUnit",type:{name:"String"}}})}},H={serializedName:"WaitStatisticsInput",type:{name:"Composite",className:"WaitStatisticsInput",modelProperties:{observationStartTime:{required:!0,serializedName:"properties.observationStartTime",type:{name:"DateTime"}},observationEndTime:{required:!0,serializedName:"properties.observationEndTime",type:{name:"DateTime"}},aggregationWindow:{required:!0,serializedName:"properties.aggregationWindow",type:{name:"String"}}}}},$={serializedName:"WaitStatistic",type:{name:"Composite",className:"WaitStatistic",modelProperties:a(a({},L.type.modelProperties),{startTime:{serializedName:"properties.startTime",type:{name:"DateTime"}},endTime:{serializedName:"properties.endTime",type:{name:"DateTime"}},eventName:{serializedName:"properties.eventName",type:{name:"String"}},eventTypeName:{serializedName:"properties.eventTypeName",type:{name:"String"}},queryId:{serializedName:"properties.queryId",type:{name:"Number"}},databaseName:{serializedName:"properties.databaseName",type:{name:"String"}},userId:{serializedName:"properties.userId",type:{name:"Number"}},count:{serializedName:"properties.count",type:{name:"Number"}},totalTimeInMs:{serializedName:"properties.totalTimeInMs",type:{name:"Number"}}})}},J={serializedName:"QueryPerformanceInsightResetDataResult",type:{name:"Composite",className:"QueryPerformanceInsightResetDataResult",modelProperties:{status:{serializedName:"status",type:{name:"String"}},message:{serializedName:"message",type:{name:"String"}}}}},X={serializedName:"Advisor",type:{name:"Composite",className:"Advisor",modelProperties:a(a({},L.type.modelProperties),{properties:{serializedName:"properties",type:{name:"Object"}}})}},Y={serializedName:"RecommendationAction",type:{name:"Composite",className:"RecommendationAction",modelProperties:a(a({},L.type.modelProperties),{advisorName:{serializedName:"properties.advisorName",type:{name:"String"}},sessionId:{serializedName:"properties.sessionId",type:{name:"String"}},actionId:{serializedName:"properties.actionId",type:{name:"Number"}},createdTime:{serializedName:"properties.createdTime",type:{name:"DateTime"}},expirationTime:{serializedName:"properties.expirationTime",type:{name:"DateTime"}},reason:{serializedName:"properties.reason",type:{name:"String"}},recommendationType:{serializedName:"properties.recommendationType",type:{name:"String"}},details:{serializedName:"properties.details",type:{name:"Dictionary",value:{type:{name:"String"}}}}})}},Z={serializedName:"RecommendedActionSessionsOperationStatus",type:{name:"Composite",className:"RecommendedActionSessionsOperationStatus",modelProperties:{name:{serializedName:"name",type:{name:"String"}},startTime:{serializedName:"startTime",type:{name:"DateTime"}},status:{serializedName:"status",type:{name:"String"}}}}},ee={serializedName:"PrivateLinkServiceConnectionStateProperty",type:{name:"Composite",className:"PrivateLinkServiceConnectionStateProperty",modelProperties:{status:{required:!0,serializedName:"status",type:{name:"String"}},description:{required:!0,serializedName:"description",type:{name:"String"}},actionsRequired:{readOnly:!0,serializedName:"actionsRequired",type:{name:"String"}}}}},re={serializedName:"PrivateEndpointConnection",type:{name:"Composite",className:"PrivateEndpointConnection",modelProperties:a(a({},L.type.modelProperties),{privateEndpoint:{serializedName:"properties.privateEndpoint",type:{name:"Composite",className:"PrivateEndpointProperty"}},privateLinkServiceConnectionState:{serializedName:"properties.privateLinkServiceConnectionState",type:{name:"Composite",className:"PrivateLinkServiceConnectionStateProperty"}},provisioningState:{readOnly:!0,serializedName:"properties.provisioningState",type:{name:"String"}}})}},te={serializedName:"TagsObject",type:{name:"Composite",className:"TagsObject",modelProperties:{tags:{serializedName:"tags",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},ie={serializedName:"PrivateLinkResourceProperties",type:{name:"Composite",className:"PrivateLinkResourceProperties",modelProperties:{groupId:{readOnly:!0,serializedName:"groupId",type:{name:"String"}},requiredMembers:{readOnly:!0,serializedName:"requiredMembers",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},ae={serializedName:"PrivateLinkResource",type:{name:"Composite",className:"PrivateLinkResource",modelProperties:a(a({},L.type.modelProperties),{properties:{readOnly:!0,serializedName:"properties",type:{name:"Composite",className:"PrivateLinkResourceProperties"}}})}},oe={serializedName:"ServerKey",type:{name:"Composite",className:"ServerKey",modelProperties:a(a({},L.type.modelProperties),{kind:{readOnly:!0,serializedName:"kind",type:{name:"String"}},serverKeyType:{required:!0,isConstant:!0,serializedName:"properties.serverKeyType",defaultValue:"AzureKeyVault",type:{name:"String"}},uri:{serializedName:"properties.uri",type:{name:"String"}},creationDate:{readOnly:!0,serializedName:"properties.creationDate",type:{name:"DateTime"}}})}},se={serializedName:"ServerUpgradeParameters",type:{name:"Composite",className:"ServerUpgradeParameters",modelProperties:{targetServerVersion:{serializedName:"properties.targetServerVersion",type:{name:"String"}}}}},ne={serializedName:"ServerListResult",type:{name:"Composite",className:"ServerListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Server"}}}}}}},pe={serializedName:"FirewallRuleListResult",type:{name:"Composite",className:"FirewallRuleListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"FirewallRule"}}}}}}},ue={serializedName:"VirtualNetworkRuleListResult",type:{name:"Composite",className:"VirtualNetworkRuleListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"VirtualNetworkRule"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},me={serializedName:"DatabaseListResult",type:{name:"Composite",className:"DatabaseListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Database"}}}}}}},le={serializedName:"ConfigurationListResult",type:{name:"Composite",className:"ConfigurationListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Configuration"}}}}}}},de={serializedName:"LogFileListResult",type:{name:"Composite",className:"LogFileListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"LogFile"}}}}}}},ce={serializedName:"ServerAdministratorResourceListResult",type:{name:"Composite",className:"ServerAdministratorResourceListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServerAdministratorResource"}}}}}}},ye={serializedName:"PerformanceTierListResult",type:{name:"Composite",className:"PerformanceTierListResult",modelProperties:{value:{serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PerformanceTierProperties"}}}}}}},ve={serializedName:"ServerSecurityAlertPolicyListResult",type:{name:"Composite",className:"ServerSecurityAlertPolicyListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServerSecurityAlertPolicy"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Se={serializedName:"QueryTextsResultList",type:{name:"Composite",className:"QueryTextsResultList",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"QueryText"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Pe={serializedName:"TopQueryStatisticsResultList",type:{name:"Composite",className:"TopQueryStatisticsResultList",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"QueryStatistic"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Ne={serializedName:"WaitStatisticsResultList",type:{name:"Composite",className:"WaitStatisticsResultList",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"WaitStatistic"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},Re={serializedName:"AdvisorsResultList",type:{name:"Composite",className:"AdvisorsResultList",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"Advisor"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},he={serializedName:"RecommendationActionsResultList",type:{name:"Composite",className:"RecommendationActionsResultList",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"RecommendationAction"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},fe={serializedName:"PrivateEndpointConnectionListResult",type:{name:"Composite",className:"PrivateEndpointConnectionListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateEndpointConnection"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},be={serializedName:"PrivateLinkResourceListResult",type:{name:"Composite",className:"PrivateLinkResourceListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"PrivateLinkResource"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},ge={serializedName:"ServerKeyListResult",type:{name:"Composite",className:"ServerKeyListResult",modelProperties:{value:{readOnly:!0,serializedName:"",type:{name:"Sequence",element:{type:{name:"Composite",className:"ServerKey"}}}},nextLink:{readOnly:!0,serializedName:"nextLink",type:{name:"String"}}}}},ze={ServerPropertiesForCreate:y,"ServerPropertiesForCreate.Default":v,"ServerPropertiesForCreate.PointInTimeRestore":S,"ServerPropertiesForCreate.GeoRestore":P,"ServerPropertiesForCreate.Replica":N},Me=Object.freeze({__proto__:null,CloudError:n,BaseResource:p,PrivateEndpointProperty:u,ServerPrivateLinkServiceConnectionStateProperty:m,ServerPrivateEndpointConnectionProperties:l,ServerPrivateEndpointConnection:d,StorageProfile:c,ServerPropertiesForCreate:y,ServerPropertiesForDefaultCreate:v,ServerPropertiesForRestore:S,ServerPropertiesForGeoRestore:P,ServerPropertiesForReplica:N,Sku:R,ResourceIdentity:h,Resource:f,TrackedResource:b,Server:g,ServerForCreate:z,ServerUpdateParameters:M,ProxyResource:L,FirewallRule:C,VirtualNetworkRule:E,Database:q,Configuration:k,OperationDisplay:O,Operation:A,OperationListResult:T,LogFile:G,PerformanceTierServiceLevelObjectives:I,PerformanceTierProperties:D,NameAvailabilityRequest:w,NameAvailability:B,ErrorAdditionalInfo:Q,ErrorResponse:x,ServerAdministratorResource:F,RecoverableServerResource:_,AzureEntityResource:U,ServerSecurityAlertPolicy:V,QueryText:j,TopQueryStatisticsInput:K,QueryStatistic:W,WaitStatisticsInput:H,WaitStatistic:$,QueryPerformanceInsightResetDataResult:J,Advisor:X,RecommendationAction:Y,RecommendedActionSessionsOperationStatus:Z,PrivateLinkServiceConnectionStateProperty:ee,PrivateEndpointConnection:re,TagsObject:te,PrivateLinkResourceProperties:ie,PrivateLinkResource:ae,ServerKey:oe,ServerUpgradeParameters:se,ServerListResult:ne,FirewallRuleListResult:pe,VirtualNetworkRuleListResult:ue,DatabaseListResult:me,ConfigurationListResult:le,LogFileListResult:de,ServerAdministratorResourceListResult:ce,PerformanceTierListResult:ye,ServerSecurityAlertPolicyListResult:ve,QueryTextsResultList:Se,TopQueryStatisticsResultList:Pe,WaitStatisticsResultList:Ne,AdvisorsResultList:Re,RecommendationActionsResultList:he,PrivateEndpointConnectionListResult:fe,PrivateLinkResourceListResult:be,ServerKeyListResult:ge,discriminators:ze}),Le={parameterPath:"acceptLanguage",mapper:{serializedName:"accept-language",defaultValue:"en-US",type:{name:"String"}}},Ce={parameterPath:"advisorName",mapper:{required:!0,serializedName:"advisorName",type:{name:"String"}}},Ee={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2017-12-01",constraints:{MinLength:1},type:{name:"String"}}},qe={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2020-01-01",constraints:{MinLength:1},type:{name:"String"}}},ke={parameterPath:"apiVersion",mapper:{required:!0,isConstant:!0,serializedName:"api-version",defaultValue:"2018-06-01",constraints:{MinLength:1},type:{name:"String"}}},Oe={parameterPath:"configurationName",mapper:{required:!0,serializedName:"configurationName",type:{name:"String"}}},Ae={parameterPath:"databaseName",mapper:{required:!0,serializedName:"databaseName",type:{name:"String"}}},Te={parameterPath:"firewallRuleName",mapper:{required:!0,serializedName:"firewallRuleName",type:{name:"String"}}},Ge={parameterPath:"keyName",mapper:{required:!0,serializedName:"keyName",type:{name:"String"}}},Ie={parameterPath:"locationName",mapper:{required:!0,serializedName:"locationName",type:{name:"String"}}},De={parameterPath:"nextPageLink",mapper:{required:!0,serializedName:"nextLink",type:{name:"String"}},skipEncoding:!0},we={parameterPath:"operationId",mapper:{required:!0,serializedName:"operationId",type:{name:"String"}}},Be={parameterPath:"privateEndpointConnectionName",mapper:{required:!0,serializedName:"privateEndpointConnectionName",type:{name:"String"}}},Qe={parameterPath:"queryIds",mapper:{required:!0,serializedName:"queryIds",type:{name:"Sequence",element:{type:{name:"String"}}}},collectionFormat:r.QueryCollectionFormat.Multi},xe={parameterPath:"resourceGroupName",mapper:{required:!0,serializedName:"resourceGroupName",constraints:{MaxLength:90,MinLength:1},type:{name:"String"}}},Fe={parameterPath:"securityAlertPolicyName",mapper:{required:!0,isConstant:!0,serializedName:"securityAlertPolicyName",defaultValue:"Default",type:{name:"String"}}},_e={parameterPath:"serverName",mapper:{required:!0,serializedName:"serverName",type:{name:"String"}}},Ue={parameterPath:["options","sessionId"],mapper:{serializedName:"sessionId",type:{name:"String"}}},Ve={parameterPath:"subscriptionId",mapper:{required:!0,serializedName:"subscriptionId",constraints:{MinLength:1},type:{name:"String"}}},je={parameterPath:"virtualNetworkRuleName",mapper:{required:!0,serializedName:"virtualNetworkRuleName",type:{name:"String"}}},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerForCreate:z,ServerKey:oe,ServerListResult:ne,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerPropertiesForCreate:y,ServerPropertiesForDefaultCreate:v,ServerPropertiesForGeoRestore:P,ServerPropertiesForReplica:N,ServerPropertiesForRestore:S,ServerSecurityAlertPolicy:V,ServerUpdateParameters:M,ServerUpgradeParameters:se,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Ke=(We.prototype.create=function(e,r,t,i){return this.beginCreate(e,r,t,i).then(function(e){return e.pollUntilFinished()})},We.prototype.update=function(e,r,t,i){return this.beginUpdate(e,r,t,i).then(function(e){return e.pollUntilFinished()})},We.prototype.deleteMethod=function(e,r,t){return this.beginDeleteMethod(e,r,t).then(function(e){return e.pollUntilFinished()})},We.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},He,i)},We.prototype.listByResourceGroup=function(e,r,t){return this.client.sendOperationRequest({resourceGroupName:e,options:r},$e,t)},We.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},Je,r)},We.prototype.restart=function(e,r,t){return this.beginRestart(e,r,t).then(function(e){return e.pollUntilFinished()})},We.prototype.start=function(e,r,t){return this.beginStart(e,r,t).then(function(e){return e.pollUntilFinished()})},We.prototype.stop=function(e,r,t){return this.beginStop(e,r,t).then(function(e){return e.pollUntilFinished()})},We.prototype.upgrade=function(e,r,t,i){return this.beginUpgrade(e,r,t,i).then(function(e){return e.pollUntilFinished()})},We.prototype.beginCreate=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,parameters:t,options:i},Xe,i)},We.prototype.beginUpdate=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,parameters:t,options:i},Ye,i)},We.prototype.beginDeleteMethod=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,options:t},Ze,t)},We.prototype.beginRestart=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,options:t},er,t)},We.prototype.beginStart=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,options:t},rr,t)},We.prototype.beginStop=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,options:t},tr,t)},We.prototype.beginUpgrade=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,parameters:t,options:i},ir,i)},We);function We(e){this.client=e}var S=new r.Serializer(S),He={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:g},default:{bodyMapper:n}},serializer:S},$e={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers",urlParameters:[Ve,xe],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ne},default:{bodyMapper:n}},serializer:S},Je={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/servers",urlParameters:[Ve],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ne},default:{bodyMapper:n}},serializer:S},Xe={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},z),{required:!0})},responses:{200:{bodyMapper:g},201:{bodyMapper:g},202:{},default:{bodyMapper:n}},serializer:S},Ye={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},M),{required:!0})},responses:{200:{bodyMapper:g},202:{},default:{bodyMapper:n}},serializer:S},Ze={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:S},er={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/restart",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{},202:{},default:{bodyMapper:n}},serializer:S},rr={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/start",urlParameters:[Ve,xe,_e],queryParameters:[qe],headerParameters:[Le],responses:{200:{},202:{},default:{bodyMapper:n}},serializer:S},tr={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/stop",urlParameters:[Ve,xe,_e],queryParameters:[qe],headerParameters:[Le],responses:{200:{},202:{},default:{bodyMapper:n}},serializer:S},ir={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/upgrade",urlParameters:[Ve,xe,_e],queryParameters:[qe],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},se),{required:!0})},responses:{200:{},202:{},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerListResult:ne,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),ar=(or.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},sr,i)},or);function or(e){this.client=e}var sr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/replicas",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ne},default:{bodyMapper:n}},serializer:new r.Serializer(S)},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,FirewallRuleListResult:pe,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),nr=(pr.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},pr.prototype.deleteMethod=function(e,r,t,i){return this.beginDeleteMethod(e,r,t,i).then(function(e){return e.pollUntilFinished()})},pr.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,firewallRuleName:t,options:i},ur,a)},pr.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},mr,i)},pr.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,firewallRuleName:t,parameters:i,options:a},lr,a)},pr.prototype.beginDeleteMethod=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,firewallRuleName:t,options:i},dr,i)},pr);function pr(e){this.client=e}var S=new r.Serializer(S),ur={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}",urlParameters:[Ve,xe,_e,Te],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:C},default:{bodyMapper:n}},serializer:S},mr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:pe},default:{bodyMapper:n}},serializer:S},lr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}",urlParameters:[Ve,xe,_e,Te],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},C),{required:!0})},responses:{200:{bodyMapper:C},201:{bodyMapper:C},202:{},default:{bodyMapper:n}},serializer:S},dr={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/firewallRules/{firewallRuleName}",urlParameters:[Ve,xe,_e,Te],queryParameters:[Ee],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,VirtualNetworkRuleListResult:ue,WaitStatistic:$}),cr=(yr.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,virtualNetworkRuleName:t,options:i},vr,a)},yr.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},yr.prototype.deleteMethod=function(e,r,t,i){return this.beginDeleteMethod(e,r,t,i).then(function(e){return e.pollUntilFinished()})},yr.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},Sr,i)},yr.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,virtualNetworkRuleName:t,parameters:i,options:a},Pr,a)},yr.prototype.beginDeleteMethod=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,virtualNetworkRuleName:t,options:i},Nr,i)},yr.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Rr,t)},yr);function yr(e){this.client=e}var S=new r.Serializer(S),vr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}",urlParameters:[xe,_e,Ve,je],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:E},default:{bodyMapper:n}},serializer:S},Sr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules",urlParameters:[xe,_e,Ve],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ue},default:{bodyMapper:n}},serializer:S},Pr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}",urlParameters:[xe,_e,Ve,je],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},E),{required:!0})},responses:{200:{bodyMapper:E},201:{bodyMapper:E},202:{},default:{bodyMapper:n}},serializer:S},Nr={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/virtualNetworkRules/{virtualNetworkRuleName}",urlParameters:[xe,_e,je,Ve],queryParameters:[Ee],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:S},Rr={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ue},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,DatabaseListResult:me,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),hr=(fr.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},fr.prototype.deleteMethod=function(e,r,t,i){return this.beginDeleteMethod(e,r,t,i).then(function(e){return e.pollUntilFinished()})},fr.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,databaseName:t,options:i},br,a)},fr.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},gr,i)},fr.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,databaseName:t,parameters:i,options:a},zr,a)},fr.prototype.beginDeleteMethod=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,databaseName:t,options:i},Mr,i)},fr);function fr(e){this.client=e}var S=new r.Serializer(S),br={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}",urlParameters:[Ve,xe,_e,Ae],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:q},default:{bodyMapper:n}},serializer:S},gr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:me},default:{bodyMapper:n}},serializer:S},zr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}",urlParameters:[Ve,xe,_e,Ae],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},q),{required:!0})},responses:{200:{bodyMapper:q},201:{bodyMapper:q},202:{},default:{bodyMapper:n}},serializer:S},Mr={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}",urlParameters:[Ve,xe,_e,Ae],queryParameters:[Ee],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,ConfigurationListResult:le,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Lr=(Cr.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},Cr.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,configurationName:t,options:i},Er,a)},Cr.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},qr,i)},Cr.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,configurationName:t,parameters:i,options:a},kr,a)},Cr);function Cr(e){this.client=e}var S=new r.Serializer(S),Er={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations/{configurationName}",urlParameters:[Ve,xe,_e,Oe],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:k},default:{bodyMapper:n}},serializer:S},qr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:le},default:{bodyMapper:n}},serializer:S},kr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/configurations/{configurationName}",urlParameters:[Ve,xe,_e,Oe],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},k),{required:!0})},responses:{200:{bodyMapper:k},202:{},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,ConfigurationListResult:le,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Or=(Ar.prototype.listUpdateConfigurations=function(e,r,t,i){return this.beginListUpdateConfigurations(e,r,t,i).then(function(e){return e.pollUntilFinished()})},Ar.prototype.beginListUpdateConfigurations=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,value:t,options:i},Tr,i)},Ar);function Ar(e){this.client=e}var S=new r.Serializer(S),Tr={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/updateConfigurations",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"value",mapper:a(a({},le),{required:!0})},responses:{200:{bodyMapper:le},202:{},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,LogFileListResult:de,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Gr=(Ir.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},Dr,i)},Ir);function Ir(e){this.client=e}var Dr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/logFiles",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:de},default:{bodyMapper:n}},serializer:new r.Serializer(S)},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerAdministratorResourceListResult:ce,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),wr=(Br.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},Qr,i)},Br.prototype.createOrUpdate=function(e,r,t,i){return this.beginCreateOrUpdate(e,r,t,i).then(function(e){return e.pollUntilFinished()})},Br.prototype.deleteMethod=function(e,r,t){return this.beginDeleteMethod(e,r,t).then(function(e){return e.pollUntilFinished()})},Br.prototype.list=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},xr,i)},Br.prototype.beginCreateOrUpdate=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,properties:t,options:i},Fr,i)},Br.prototype.beginDeleteMethod=function(e,r,t){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,options:t},_r,t)},Br);function Br(e){this.client=e}var S=new r.Serializer(S),Qr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/administrators/activeDirectory",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:F},default:{bodyMapper:n}},serializer:S},xr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/administrators",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ce},default:{bodyMapper:n}},serializer:S},Fr={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/administrators/activeDirectory",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"properties",mapper:a(a({},F),{required:!0})},responses:{200:{bodyMapper:F},202:{bodyMapper:F},default:{bodyMapper:n}},serializer:S},_r={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/administrators/activeDirectory",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:S},S=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Ur=(Vr.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},jr,i)},Vr);function Vr(e){this.client=e}var jr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/recoverableServers",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:_},default:{bodyMapper:n}},serializer:new r.Serializer(S)},S=Object.freeze({__proto__:null,discriminators:ze,CloudError:n,ErrorAdditionalInfo:Q,ErrorResponse:x,PerformanceTierListResult:ye,PerformanceTierProperties:D,PerformanceTierServiceLevelObjectives:I}),Kr=(Wr.prototype.list=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},Hr,i)},Wr);function Wr(e){this.client=e}var Hr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/performanceTiers",urlParameters:[Ve,xe,_e],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ye},default:{bodyMapper:n}},serializer:new r.Serializer(S)},I=Object.freeze({__proto__:null,discriminators:ze,CloudError:n,ErrorAdditionalInfo:Q,ErrorResponse:x,PerformanceTierListResult:ye,PerformanceTierProperties:D,PerformanceTierServiceLevelObjectives:I}),$r=(Jr.prototype.list=function(e,r,t){return this.client.sendOperationRequest({locationName:e,options:r},Xr,t)},Jr);function Jr(e){this.client=e}var Xr={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/performanceTiers",urlParameters:[Ve,Ie],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ye},default:{bodyMapper:n}},serializer:new r.Serializer(I)},I=Object.freeze({__proto__:null,discriminators:ze,CloudError:n,ErrorAdditionalInfo:Q,ErrorResponse:x,NameAvailability:B,NameAvailabilityRequest:w}),Yr=(Zr.prototype.execute=function(e,r,t){return this.client.sendOperationRequest({nameAvailabilityRequest:e,options:r},et,t)},Zr);function Zr(e){this.client=e}var I=new r.Serializer(I),et={httpMethod:"POST",path:"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/checkNameAvailability",urlParameters:[Ve],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"nameAvailabilityRequest",mapper:a(a({},w),{required:!0})},responses:{200:{bodyMapper:B},default:{bodyMapper:n}},serializer:I},O=Object.freeze({__proto__:null,discriminators:ze,CloudError:n,ErrorAdditionalInfo:Q,ErrorResponse:x,Operation:A,OperationDisplay:O,OperationListResult:T}),rt=(tt.prototype.list=function(e,r){return this.client.sendOperationRequest({options:e},it,r)},tt);function tt(e){this.client=e}var it={httpMethod:"GET",path:"providers/Microsoft.DBforMySQL/operations",queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:T},default:{bodyMapper:n}},serializer:new r.Serializer(O)},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,ServerSecurityAlertPolicyListResult:ve,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),at=(ot.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},st,i)},ot.prototype.createOrUpdate=function(e,r,t,i){return this.beginCreateOrUpdate(e,r,t,i).then(function(e){return e.pollUntilFinished()})},ot.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},nt,i)},ot.prototype.beginCreateOrUpdate=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,parameters:t,options:i},pt,i)},ot.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},ut,t)},ot);function ot(e){this.client=e}var O=new r.Serializer(O),st={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}",urlParameters:[xe,_e,Fe,Ve],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:V},default:{bodyMapper:n}},serializer:O},nt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/securityAlertPolicies",urlParameters:[xe,_e,Ve],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ve},default:{bodyMapper:n}},serializer:O},pt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/securityAlertPolicies/{securityAlertPolicyName}",urlParameters:[xe,_e,Fe,Ve],queryParameters:[Ee],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},V),{required:!0})},responses:{200:{bodyMapper:V},202:{},default:{bodyMapper:n}},serializer:O},ut={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[Ee],headerParameters:[Le],responses:{200:{bodyMapper:ve},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,QueryTextsResultList:Se,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),mt=(lt.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,queryId:t,options:i},dt,a)},lt.prototype.listByServer=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,queryIds:t,options:i},ct,a)},lt.prototype.listByServerNext=function(e,r,t,i){return this.client.sendOperationRequest({nextPageLink:e,queryIds:r,options:t},yt,i)},lt);function lt(e){this.client=e}var O=new r.Serializer(O),dt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/queryTexts/{queryId}",urlParameters:[Ve,xe,_e,{parameterPath:"queryId",mapper:{required:!0,serializedName:"queryId",type:{name:"String"}}}],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:j},default:{bodyMapper:n}},serializer:O},ct={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/queryTexts",urlParameters:[Ve,xe,_e],queryParameters:[ke,Qe],headerParameters:[Le],responses:{200:{bodyMapper:Se},default:{bodyMapper:n}},serializer:O},yt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke,Qe],headerParameters:[Le],responses:{200:{bodyMapper:Se},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TopQueryStatisticsInput:K,TopQueryStatisticsResultList:Pe,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),vt=(St.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,queryStatisticId:t,options:i},Pt,a)},St.prototype.listByServer=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,parameters:t,options:i},Nt,a)},St.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Rt,t)},St);function St(e){this.client=e}var O=new r.Serializer(O),Pt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics/{queryStatisticId}",urlParameters:[Ve,xe,_e,{parameterPath:"queryStatisticId",mapper:{required:!0,serializedName:"queryStatisticId",type:{name:"String"}}}],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:W},default:{bodyMapper:n}},serializer:O},Nt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/topQueryStatistics",urlParameters:[Ve,xe,_e],queryParameters:[ke],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},K),{required:!0})},responses:{200:{bodyMapper:Pe},default:{bodyMapper:n}},serializer:O},Rt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:Pe},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$,WaitStatisticsInput:H,WaitStatisticsResultList:Ne}),ht=(ft.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,waitStatisticsId:t,options:i},bt,a)},ft.prototype.listByServer=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,parameters:t,options:i},gt,a)},ft.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},zt,t)},ft);function ft(e){this.client=e}var O=new r.Serializer(O),bt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics/{waitStatisticsId}",urlParameters:[Ve,xe,_e,{parameterPath:"waitStatisticsId",mapper:{required:!0,serializedName:"waitStatisticsId",type:{name:"String"}}}],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:$},default:{bodyMapper:n}},serializer:O},gt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/waitStatistics",urlParameters:[Ve,xe,_e],queryParameters:[ke],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},H),{required:!0})},responses:{200:{bodyMapper:Ne},default:{bodyMapper:n}},serializer:O},zt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:Ne},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AdvisorsResultList:Re,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Mt=(Lt.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,advisorName:t,options:i},Ct,a)},Lt.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},Et,i)},Lt.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},qt,t)},Lt);function Lt(e){this.client=e}var O=new r.Serializer(O),Ct={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors/{advisorName}",urlParameters:[Ve,xe,_e,Ce],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:X},default:{bodyMapper:n}},serializer:O},Et={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors",urlParameters:[Ve,xe,_e],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:Re},default:{bodyMapper:n}},serializer:O},qt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:Re},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecommendationActionsResultList:he,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),kt=(Ot.prototype.get=function(e,r,t,i,a,o){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,advisorName:t,recommendedActionName:i,options:a},At,o)},Ot.prototype.listByServer=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,advisorName:t,options:i},Tt,a)},Ot.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Gt,t)},Ot);function Ot(e){this.client=e}var O=new r.Serializer(O),At={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}",urlParameters:[Ve,xe,_e,Ce,{parameterPath:"recommendedActionName",mapper:{required:!0,serializedName:"recommendedActionName",type:{name:"String"}}}],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:Y},default:{bodyMapper:n}},serializer:O},Tt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors/{advisorName}/recommendedActions",urlParameters:[Ve,xe,_e,Ce],queryParameters:[ke,Ue],headerParameters:[Le],responses:{200:{bodyMapper:he},default:{bodyMapper:n}},serializer:O},Gt={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke,Ue],headerParameters:[Le],responses:{200:{bodyMapper:he},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,CloudError:n,RecommendedActionSessionsOperationStatus:Z}),It=(Dt.prototype.get=function(e,r,t,i){return this.client.sendOperationRequest({locationName:e,operationId:r,options:t},wt,i)},Dt);function Dt(e){this.client=e}var wt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/recommendedActionSessionsAzureAsyncOperation/{operationId}",urlParameters:[Ve,Ie,we],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:Z},default:{bodyMapper:n}},serializer:new r.Serializer(O)},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecommendationActionsResultList:he,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Bt=(Qt.prototype.list=function(e,r,t,i){return this.client.sendOperationRequest({locationName:e,operationId:r,options:t},xt,i)},Qt.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},Ft,t)},Qt);function Qt(e){this.client=e}var O=new r.Serializer(O),xt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/providers/Microsoft.DBforMySQL/locations/{locationName}/recommendedActionSessionsOperationResults/{operationId}",urlParameters:[Ve,Ie,we],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:he},201:{bodyMapper:he},default:{bodyMapper:n}},serializer:O},Ft={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:he},201:{bodyMapper:he},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointConnectionListResult:fe,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TagsObject:te,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),_t=(Ut.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,privateEndpointConnectionName:t,options:i},Vt,a)},Ut.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},Ut.prototype.deleteMethod=function(e,r,t,i){return this.beginDeleteMethod(e,r,t,i).then(function(e){return e.pollUntilFinished()})},Ut.prototype.updateTags=function(e,r,t,i,a){return this.beginUpdateTags(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},Ut.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},jt,i)},Ut.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,privateEndpointConnectionName:t,parameters:i,options:a},Kt,a)},Ut.prototype.beginDeleteMethod=function(e,r,t,i){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,privateEndpointConnectionName:t,options:i},Wt,i)},Ut.prototype.beginUpdateTags=function(e,r,t,i,a){return this.client.sendLRORequest({resourceGroupName:e,serverName:r,privateEndpointConnectionName:t,parameters:i,options:a},Ht,a)},Ut.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},$t,t)},Ut);function Ut(e){this.client=e}var O=new r.Serializer(O),Vt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[xe,_e,Be,Ve],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:re},default:{bodyMapper:n}},serializer:O},jt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections",urlParameters:[xe,_e,Ve],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:fe},default:{bodyMapper:n}},serializer:O},Kt={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[xe,_e,Be,Ve],queryParameters:[ke],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},re),{required:!0})},responses:{200:{bodyMapper:re},202:{},default:{bodyMapper:n}},serializer:O},Wt={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[xe,_e,Be,Ve],queryParameters:[ke],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:O},Ht={httpMethod:"PATCH",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateEndpointConnections/{privateEndpointConnectionName}",urlParameters:[Ve,xe,_e,Be],queryParameters:[ke],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},te),{required:!0})},responses:{200:{bodyMapper:re},default:{bodyMapper:n}},serializer:O},$t={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:fe},default:{bodyMapper:n}},serializer:O},O=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceListResult:be,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),Jt=(Xt.prototype.listByServer=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},Yt,i)},Xt.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,groupName:t,options:i},Zt,a)},Xt.prototype.listByServerNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},ei,t)},Xt);function Xt(e){this.client=e}var O=new r.Serializer(O),Yt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateLinkResources",urlParameters:[xe,_e,Ve],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:be},default:{bodyMapper:n}},serializer:O},Zt={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateLinkResources/{groupName}",urlParameters:[xe,_e,{parameterPath:"groupName",mapper:{required:!0,serializedName:"groupName",type:{name:"String"}}},Ve],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:ae},default:{bodyMapper:n}},serializer:O},ei={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:be},default:{bodyMapper:n}},serializer:O},$=Object.freeze({__proto__:null,discriminators:ze,Advisor:X,AzureEntityResource:U,BaseResource:p,CloudError:n,Configuration:k,Database:q,ErrorAdditionalInfo:Q,ErrorResponse:x,FirewallRule:C,LogFile:G,PrivateEndpointConnection:re,PrivateEndpointProperty:u,PrivateLinkResource:ae,PrivateLinkResourceProperties:ie,PrivateLinkServiceConnectionStateProperty:ee,ProxyResource:L,QueryStatistic:W,QueryText:j,RecommendationAction:Y,RecoverableServerResource:_,Resource:f,ResourceIdentity:h,Server:g,ServerAdministratorResource:F,ServerKey:oe,ServerKeyListResult:ge,ServerPrivateEndpointConnection:d,ServerPrivateEndpointConnectionProperties:l,ServerPrivateLinkServiceConnectionStateProperty:m,ServerSecurityAlertPolicy:V,Sku:R,StorageProfile:c,TrackedResource:b,VirtualNetworkRule:E,WaitStatistic:$}),ri=(ti.prototype.list=function(e,r,t,i){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},ai,i)},ti.prototype.get=function(e,r,t,i,a){return this.client.sendOperationRequest({resourceGroupName:e,serverName:r,keyName:t,options:i},oi,a)},ti.prototype.createOrUpdate=function(e,r,t,i,a){return this.beginCreateOrUpdate(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},ti.prototype.deleteMethod=function(e,r,t,i){return this.beginDeleteMethod(e,r,t,i).then(function(e){return e.pollUntilFinished()})},ti.prototype.beginCreateOrUpdate=function(e,r,t,i,a){return this.client.sendLRORequest({serverName:e,keyName:r,parameters:t,resourceGroupName:i,options:a},si,a)},ti.prototype.beginDeleteMethod=function(e,r,t,i){return this.client.sendLRORequest({serverName:e,keyName:r,resourceGroupName:t,options:i},ni,i)},ti.prototype.listNext=function(e,r,t){return this.client.sendOperationRequest({nextPageLink:e,options:r},pi,t)},ti);function ti(e){this.client=e}var ii,$=new r.Serializer($),ai={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys",urlParameters:[Ve,xe,_e],queryParameters:[qe],headerParameters:[Le],responses:{200:{bodyMapper:ge},default:{bodyMapper:n}},serializer:$},oi={httpMethod:"GET",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys/{keyName}",urlParameters:[xe,_e,Ge,Ve],queryParameters:[qe],headerParameters:[Le],responses:{200:{bodyMapper:oe},default:{bodyMapper:n}},serializer:$},si={httpMethod:"PUT",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys/{keyName}",urlParameters:[_e,Ge,Ve,xe],queryParameters:[qe],headerParameters:[Le],requestBody:{parameterPath:"parameters",mapper:a(a({},oe),{required:!0})},responses:{200:{bodyMapper:oe},202:{bodyMapper:oe},default:{bodyMapper:n}},serializer:$},ni={httpMethod:"DELETE",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/keys/{keyName}",urlParameters:[_e,Ge,Ve,xe],queryParameters:[qe],headerParameters:[Le],responses:{200:{},202:{},204:{},default:{bodyMapper:n}},serializer:$},pi={httpMethod:"GET",baseUrl:"https://management.azure.com",path:"{nextLink}",urlParameters:[De],queryParameters:[qe],headerParameters:[Le],responses:{200:{bodyMapper:ge},default:{bodyMapper:n}},serializer:$},ge=(t(ui,ii=o.AzureServiceClient),ui);function ui(e,r,t){var i,a=this;if(null==e)throw new Error("'credentials' cannot be null.");if(null==r)throw new Error("'subscriptionId' cannot be null.");return(t=t||{}).userAgent||(i=o.getDefaultUserAgentValue(),t.userAgent="@azure/arm-mysql/4.0.0 "+i),(a=ii.call(this,e,t)||this).acceptLanguage="en-US",a.longRunningOperationRetryTimeout=30,a.baseUri=t.baseUri||a.baseUri||"https://management.azure.com",a.requestContentType="application/json; charset=utf-8",a.credentials=e,a.subscriptionId=r,null!==t.acceptLanguage&&void 0!==t.acceptLanguage&&(a.acceptLanguage=t.acceptLanguage),null!==t.longRunningOperationRetryTimeout&&void 0!==t.longRunningOperationRetryTimeout&&(a.longRunningOperationRetryTimeout=t.longRunningOperationRetryTimeout),a}var mi,$=(t(li,mi=ge),li.prototype.resetQueryPerformanceInsightData=function(e,r,t,i){return this.sendOperationRequest({resourceGroupName:e,serverName:r,options:t},di,i)},li.prototype.createRecommendedActionSession=function(e,r,t,i,a){return this.beginCreateRecommendedActionSession(e,r,t,i,a).then(function(e){return e.pollUntilFinished()})},li.prototype.beginCreateRecommendedActionSession=function(e,r,t,i,a){return this.sendLRORequest({resourceGroupName:e,serverName:r,advisorName:t,databaseName:i,options:a},ci,a)},li);function li(e,r,t){t=mi.call(this,e,r,t)||this;return t.servers=new Ke(t),t.replicas=new ar(t),t.firewallRules=new nr(t),t.virtualNetworkRules=new cr(t),t.databases=new hr(t),t.configurations=new Lr(t),t.serverParameters=new Or(t),t.logFiles=new Gr(t),t.serverAdministrators=new wr(t),t.recoverableServers=new Ur(t),t.serverBasedPerformanceTier=new Kr(t),t.locationBasedPerformanceTier=new $r(t),t.checkNameAvailability=new Yr(t),t.operations=new rt(t),t.serverSecurityAlertPolicies=new at(t),t.queryTexts=new mt(t),t.topQueryStatistics=new vt(t),t.waitStatistics=new ht(t),t.advisors=new Mt(t),t.recommendedActions=new kt(t),t.locationBasedRecommendedActionSessionsOperationStatus=new It(t),t.locationBasedRecommendedActionSessionsResult=new Bt(t),t.privateEndpointConnections=new _t(t),t.privateLinkResources=new Jt(t),t.serverKeys=new ri(t),t}var r=new r.Serializer(Me),di={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/resetQueryPerformanceInsightData",urlParameters:[Ve,xe,_e],queryParameters:[ke],headerParameters:[Le],responses:{200:{bodyMapper:J},default:{bodyMapper:n}},serializer:r},ci={httpMethod:"POST",path:"subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/advisors/{advisorName}/createRecommendedActionSession",urlParameters:[Ve,xe,_e,Ce],queryParameters:[ke,Ae],headerParameters:[Le],responses:{200:{},202:{},default:{bodyMapper:n}},serializer:r};e.Advisors=Mt,e.CheckNameAvailability=Yr,e.Configurations=Lr,e.Databases=hr,e.FirewallRules=nr,e.LocationBasedPerformanceTier=$r,e.LocationBasedRecommendedActionSessionsOperationStatus=It,e.LocationBasedRecommendedActionSessionsResult=Bt,e.LogFiles=Gr,e.MySQLManagementClient=$,e.MySQLManagementClientContext=ge,e.MySQLManagementMappers=Me,e.MySQLManagementModels=s,e.Operations=rt,e.PrivateEndpointConnections=_t,e.PrivateLinkResources=Jt,e.QueryTexts=mt,e.RecommendedActions=kt,e.RecoverableServers=Ur,e.Replicas=ar,e.ServerAdministrators=wr,e.ServerBasedPerformanceTier=Kr,e.ServerKeys=ri,e.ServerParameters=Or,e.ServerSecurityAlertPolicies=at,e.Servers=Ke,e.TopQueryStatistics=vt,e.VirtualNetworkRules=cr,e.WaitStatistics=ht,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../node_modules/tslib/tslib.es6.js","../src/models/mappers.ts","../src/models/parameters.ts","../src/operations/servers.ts","../src/operations/replicas.ts","../src/operations/firewallRules.ts","../src/operations/virtualNetworkRules.ts","../src/operations/databases.ts","../src/operations/configurations.ts","../src/operations/serverParameters.ts","../src/operations/logFiles.ts","../src/operations/serverAdministrators.ts","../src/operations/recoverableServers.ts","../src/operations/serverBasedPerformanceTier.ts","../src/operations/locationBasedPerformanceTier.ts","../src/operations/checkNameAvailability.ts","../src/operations/operations.ts","../src/operations/serverSecurityAlertPolicies.ts","../src/operations/queryTexts.ts","../src/operations/topQueryStatistics.ts","../src/operations/waitStatistics.ts","../src/operations/advisors.ts","../src/operations/recommendedActions.ts","../src/operations/locationBasedRecommendedActionSessionsOperationStatus.ts","../src/operations/locationBasedRecommendedActionSessionsResult.ts","../src/operations/privateEndpointConnections.ts","../src/operations/privateLinkResources.ts","../src/operations/serverKeys.ts","../src/mySQLManagementClientContext.ts","../src/mySQLManagementClient.ts"],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","this","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","CloudError","CloudErrorMapper","BaseResource","BaseResourceMapper","PrivateEndpointProperty","serializedName","type","name","className","modelProperties","id","ServerPrivateLinkServiceConnectionStateProperty","status","required","description","actionsRequired","readOnly","ServerPrivateEndpointConnectionProperties","privateEndpoint","privateLinkServiceConnectionState","provisioningState","ServerPrivateEndpointConnection","properties","StorageProfile","backupRetentionDays","geoRedundantBackup","storageMB","storageAutogrow","ServerPropertiesForCreate","polymorphicDiscriminator","clientName","uberParent","version","sslEnforcement","allowedValues","minimalTlsVersion","infrastructureEncryption","publicNetworkAccess","storageProfile","createMode","ServerPropertiesForDefaultCreate","administratorLogin","administratorLoginPassword","ServerPropertiesForRestore","sourceServerId","restorePointInTime","ServerPropertiesForGeoRestore","ServerPropertiesForReplica","Sku","tier","capacity","constraints","InclusiveMinimum","size","family","ResourceIdentity","principalId","tenantId","Resource","TrackedResource","tags","value","location","Server","identity","sku","byokEnforcement","userVisibleState","fullyQualifiedDomainName","earliestRestoreDate","replicationRole","masterServerId","replicaCapacity","privateEndpointConnections","element","ServerForCreate","ServerUpdateParameters","ProxyResource","FirewallRule","startIpAddress","Pattern","endIpAddress","VirtualNetworkRule","virtualNetworkSubnetId","ignoreMissingVnetServiceEndpoint","state","Database","charset","collation","Configuration","defaultValue","dataType","source","OperationDisplay","provider","resource","operation","Operation","display","origin","OperationListResult","LogFile","sizeInKB","createdTime","lastModifiedTime","logFileType","url","PerformanceTierServiceLevelObjectives","edition","vCore","hardwareGeneration","maxBackupRetentionDays","minBackupRetentionDays","maxStorageMB","minStorageMB","PerformanceTierProperties","minLargeStorageMB","maxLargeStorageMB","serviceLevelObjectives","NameAvailabilityRequest","NameAvailability","message","nameAvailable","reason","ErrorAdditionalInfo","info","ErrorResponse","code","target","details","additionalInfo","ServerAdministratorResource","administratorType","isConstant","login","sid","RecoverableServerResource","lastAvailableBackupDateTime","serviceLevelObjective","AzureEntityResource","etag","ServerSecurityAlertPolicy","disabledAlerts","emailAddresses","emailAccountAdmins","storageEndpoint","storageAccountAccessKey","retentionDays","QueryText","queryId","queryText","TopQueryStatisticsInput","numberOfTopQueries","aggregationFunction","observedMetric","observationStartTime","observationEndTime","aggregationWindow","QueryStatistic","startTime","endTime","databaseNames","queryExecutionCount","metricName","metricDisplayName","metricValue","metricValueUnit","WaitStatisticsInput","WaitStatistic","eventName","eventTypeName","databaseName","userId","count","totalTimeInMs","QueryPerformanceInsightResetDataResult","Advisor","RecommendationAction","advisorName","sessionId","actionId","expirationTime","recommendationType","RecommendedActionSessionsOperationStatus","PrivateLinkServiceConnectionStateProperty","PrivateEndpointConnection","TagsObject","PrivateLinkResourceProperties","groupId","requiredMembers","PrivateLinkResource","ServerKey","kind","serverKeyType","uri","creationDate","ServerUpgradeParameters","targetServerVersion","ServerListResult","FirewallRuleListResult","VirtualNetworkRuleListResult","nextLink","DatabaseListResult","ConfigurationListResult","LogFileListResult","ServerAdministratorResourceListResult","PerformanceTierListResult","ServerSecurityAlertPolicyListResult","QueryTextsResultList","TopQueryStatisticsResultList","WaitStatisticsResultList","AdvisorsResultList","RecommendationActionsResultList","PrivateEndpointConnectionListResult","PrivateLinkResourceListResult","ServerKeyListResult","discriminators","ServerPropertiesForCreate.Default","ServerPropertiesForCreate.PointInTimeRestore","ServerPropertiesForCreate.GeoRestore","ServerPropertiesForCreate.Replica","acceptLanguage","parameterPath","mapper","apiVersion0","MinLength","apiVersion1","apiVersion2","configurationName","firewallRuleName","keyName","locationName","nextPageLink","skipEncoding","operationId","privateEndpointConnectionName","queryIds","collectionFormat","msRest.QueryCollectionFormat","Multi","resourceGroupName","MaxLength","securityAlertPolicyName","serverName","subscriptionId","virtualNetworkRuleName","Servers","parameters","options","beginCreate","then","lroPoller","pollUntilFinished","update","beginUpdate","deleteMethod","beginDeleteMethod","get","callback","client","sendOperationRequest","getOperationSpec","listByResourceGroup","listByResourceGroupOperationSpec","list","listOperationSpec","restart","beginRestart","start","beginStart","stop","beginStop","upgrade","beginUpgrade","sendLRORequest","beginCreateOperationSpec","beginUpdateOperationSpec","beginDeleteMethodOperationSpec","beginRestartOperationSpec","beginStartOperationSpec","beginStopOperationSpec","beginUpgradeOperationSpec","serializer","msRest.Serializer","Mappers","httpMethod","path","urlParameters","Parameters.subscriptionId","Parameters.resourceGroupName","Parameters.serverName","queryParameters","Parameters.apiVersion0","headerParameters","Parameters.acceptLanguage","responses","200","bodyMapper","Mappers.Server","default","Mappers.CloudError","Mappers.ServerListResult","requestBody","Mappers.ServerForCreate","201","202","Mappers.ServerUpdateParameters","204","Parameters.apiVersion1","Mappers.ServerUpgradeParameters","Replicas","listByServer","listByServerOperationSpec","FirewallRules","createOrUpdate","beginCreateOrUpdate","beginCreateOrUpdateOperationSpec","Parameters.firewallRuleName","Mappers.FirewallRule","serializer$2","Mappers.FirewallRuleListResult","VirtualNetworkRules","listByServerNext","listByServerNextOperationSpec","Parameters.virtualNetworkRuleName","Mappers.VirtualNetworkRule","serializer$3","Mappers.VirtualNetworkRuleListResult","baseUrl","Parameters.nextPageLink","Databases","Parameters.databaseName","Mappers.Database","serializer$4","Mappers.DatabaseListResult","Configurations","Parameters.configurationName","Mappers.Configuration","serializer$5","Mappers.ConfigurationListResult","ServerParameters","listUpdateConfigurations","beginListUpdateConfigurations","beginListUpdateConfigurationsOperationSpec","serializer$6","LogFiles","Mappers.LogFileListResult","ServerAdministrators","Mappers.ServerAdministratorResource","serializer$8","Mappers.ServerAdministratorResourceListResult","RecoverableServers","Mappers.RecoverableServerResource","ServerBasedPerformanceTier","Mappers.PerformanceTierListResult","LocationBasedPerformanceTier","Parameters.locationName","CheckNameAvailability","execute","nameAvailabilityRequest","executeOperationSpec","Mappers.NameAvailabilityRequest","Mappers.NameAvailability","serializer$c","Operations","Mappers.OperationListResult","ServerSecurityAlertPolicies","Parameters.securityAlertPolicyName","Mappers.ServerSecurityAlertPolicy","serializer$e","Mappers.ServerSecurityAlertPolicyListResult","QueryTexts","Parameters.apiVersion2","Mappers.QueryText","serializer$f","Parameters.queryIds","Mappers.QueryTextsResultList","TopQueryStatistics","queryStatisticId","Mappers.QueryStatistic","serializer$g","Mappers.TopQueryStatisticsInput","Mappers.TopQueryStatisticsResultList","WaitStatistics","waitStatisticsId","Mappers.WaitStatistic","serializer$h","Mappers.WaitStatisticsInput","Mappers.WaitStatisticsResultList","Advisors","Parameters.advisorName","Mappers.Advisor","serializer$i","Mappers.AdvisorsResultList","RecommendedActions","recommendedActionName","Mappers.RecommendationAction","serializer$j","Parameters.sessionId","Mappers.RecommendationActionsResultList","LocationBasedRecommendedActionSessionsOperationStatus","Parameters.operationId","Mappers.RecommendedActionSessionsOperationStatus","LocationBasedRecommendedActionSessionsResult","listNext","listNextOperationSpec","serializer$l","PrivateEndpointConnections","updateTags","beginUpdateTags","beginUpdateTagsOperationSpec","Parameters.privateEndpointConnectionName","Mappers.PrivateEndpointConnection","serializer$m","Mappers.PrivateEndpointConnectionListResult","Mappers.TagsObject","PrivateLinkResources","groupName","Mappers.PrivateLinkResourceListResult","serializer$n","Mappers.PrivateLinkResource","ServerKeys","_super","Mappers.ServerKeyListResult","serializer$o","Parameters.keyName","Mappers.ServerKey","MySQLManagementClientContext","msRestAzure.AzureServiceClient","credentials","defaultUserAgent","_this","undefined","Error","userAgent","msRestAzure.getDefaultUserAgentValue","packageName","longRunningOperationRetryTimeout","baseUri","requestContentType","MySQLManagementClient","resetQueryPerformanceInsightData","resetQueryPerformanceInsightDataOperationSpec","createRecommendedActionSession","beginCreateRecommendedActionSession","beginCreateRecommendedActionSessionOperationSpec","servers","operations.Servers","replicas","operations.Replicas","firewallRules","operations.FirewallRules","virtualNetworkRules","operations.VirtualNetworkRules","databases","operations.Databases","configurations","operations.Configurations","serverParameters","operations.ServerParameters","logFiles","operations.LogFiles","serverAdministrators","operations.ServerAdministrators","recoverableServers","operations.RecoverableServers","serverBasedPerformanceTier","operations.ServerBasedPerformanceTier","locationBasedPerformanceTier","operations.LocationBasedPerformanceTier","checkNameAvailability","operations.CheckNameAvailability","operations","operations.Operations","serverSecurityAlertPolicies","operations.ServerSecurityAlertPolicies","queryTexts","operations.QueryTexts","topQueryStatistics","operations.TopQueryStatistics","waitStatistics","operations.WaitStatistics","advisors","operations.Advisors","recommendedActions","operations.RecommendedActions","locationBasedRecommendedActionSessionsOperationStatus","operations.LocationBasedRecommendedActionSessionsOperationStatus","locationBasedRecommendedActionSessionsResult","operations.LocationBasedRecommendedActionSessionsResult","operations.PrivateEndpointConnections","privateLinkResources","operations.PrivateLinkResources","serverKeys","operations.ServerKeys","Mappers.QueryPerformanceInsightResetDataResult","serializer$p"],"mappings":"0WAgBA,IAAIA,EAAgB,SAASC,EAAGC,GAI5B,OAHAF,EAAgBG,OAAOC,gBAClB,CAAEC,UAAW,cAAgBC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAGrB,SAASO,EAAUR,EAAGC,GAEzB,SAASQ,IAAOC,KAAKC,YAAcX,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEY,UAAkB,OAANX,EAAaC,OAAOW,OAAOZ,IAAMQ,EAAGG,UAAYX,EAAEW,UAAW,IAAIH,GAG5E,IAAIK,EAAW,WAQlB,OAPAA,EAAWZ,OAAOa,QAAU,SAAkBC,GAC1C,IAAK,IAAIC,EAAGC,EAAI,EAAGC,EAAIC,UAAUC,OAAQH,EAAIC,EAAGD,IAE5C,IAAK,IAAIZ,KADTW,EAAIG,UAAUF,GACOhB,OAAOU,UAAUL,eAAee,KAAKL,EAAGX,KAAIU,EAAEV,GAAKW,EAAEX,IAE9E,OAAOU,IAEKO,MAAMb,KAAMU,Y,kCC1BnBI,EAAaC,EAAAA,iBACbC,EAAeC,EAAAA,mBAEfC,EAAkD,CAC7DC,eAAgB,0BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,0BACXC,gBAAiB,CACfC,GAAI,CACFL,eAAgB,KAChBC,KAAM,CACJC,KAAM,cAOHI,EAA0E,CACrFN,eAAgB,kDAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,kDACXC,gBAAiB,CACfG,OAAQ,CACNC,UAAU,EACVR,eAAgB,SAChBC,KAAM,CACJC,KAAM,WAGVO,YAAa,CACXD,UAAU,EACVR,eAAgB,cAChBC,KAAM,CACJC,KAAM,WAGVQ,gBAAiB,CACfC,UAAU,EACVX,eAAgB,kBAChBC,KAAM,CACJC,KAAM,cAOHU,EAAoE,CAC/EZ,eAAgB,4CAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4CACXC,gBAAiB,CACfS,gBAAiB,CACfb,eAAgB,kBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BAGfW,kCAAmC,CACjCd,eAAgB,oCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,oDAGfY,kBAAmB,CACjBJ,UAAU,EACVX,eAAgB,oBAChBC,KAAM,CACJC,KAAM,cAOHc,EAA0D,CACrEhB,eAAgB,kCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,kCACXC,gBAAiB,CACfC,GAAI,CACFM,UAAU,EACVX,eAAgB,KAChBC,KAAM,CACJC,KAAM,WAGVe,WAAY,CACVN,UAAU,EACVX,eAAgB,aAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,iDAORe,EAAyC,CACpDlB,eAAgB,iBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,iBACXC,gBAAiB,CACfe,oBAAqB,CACnBnB,eAAgB,sBAChBC,KAAM,CACJC,KAAM,WAGVkB,mBAAoB,CAClBpB,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGVmB,UAAW,CACTrB,eAAgB,YAChBC,KAAM,CACJC,KAAM,WAGVoB,gBAAiB,CACftB,eAAgB,kBAChBC,KAAM,CACJC,KAAM,cAOHqB,EAAoD,CAC/DvB,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNsB,yBAA0B,CACxBxB,eAAgB,aAChByB,WAAY,cAEdC,WAAY,4BACZvB,UAAW,4BACXC,gBAAiB,CACfuB,QAAS,CACP3B,eAAgB,UAChBC,KAAM,CACJC,KAAM,WAGV0B,eAAgB,CACd5B,eAAgB,iBAChBC,KAAM,CACJC,KAAM,OACN2B,cAAe,CACb,UACA,cAINC,kBAAmB,CACjB9B,eAAgB,oBAChBC,KAAM,CACJC,KAAM,WAGV6B,yBAA0B,CACxB/B,eAAgB,2BAChBC,KAAM,CACJC,KAAM,WAGV8B,oBAAqB,CACnBhC,eAAgB,sBAChBC,KAAM,CACJC,KAAM,WAGV+B,eAAgB,CACdjC,eAAgB,iBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBAGf+B,WAAY,CACV1B,UAAU,EACVR,eAAgB,aAChBC,KAAM,CACJC,KAAM,cAOHiC,EAA2D,CACtEnC,eAAgB,UAChBC,KAAM,CACJC,KAAM,YACNsB,yBAA0BD,EAA0BtB,KAAKuB,yBACzDE,WAAY,4BACZvB,UAAW,mCACXC,gBAAenB,EAAAA,EAAA,GACVsC,EAA0BtB,KAAKG,iBAAe,CACjDgC,mBAAoB,CAClB5B,UAAU,EACVR,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGVmC,2BAA4B,CAC1B7B,UAAU,EACVR,eAAgB,6BAChBC,KAAM,CACJC,KAAM,eAOHoC,EAAqD,CAChEtC,eAAgB,qBAChBC,KAAM,CACJC,KAAM,YACNsB,yBAA0BD,EAA0BtB,KAAKuB,yBACzDE,WAAY,4BACZvB,UAAW,6BACXC,gBAAenB,EAAAA,EAAA,GACVsC,EAA0BtB,KAAKG,iBAAe,CACjDmC,eAAgB,CACd/B,UAAU,EACVR,eAAgB,iBAChBC,KAAM,CACJC,KAAM,WAGVsC,mBAAoB,CAClBhC,UAAU,EACVR,eAAgB,qBAChBC,KAAM,CACJC,KAAM,iBAOHuC,EAAwD,CACnEzC,eAAgB,aAChBC,KAAM,CACJC,KAAM,YACNsB,yBAA0BD,EAA0BtB,KAAKuB,yBACzDE,WAAY,4BACZvB,UAAW,gCACXC,gBAAenB,EAAAA,EAAA,GACVsC,EAA0BtB,KAAKG,iBAAe,CACjDmC,eAAgB,CACd/B,UAAU,EACVR,eAAgB,iBAChBC,KAAM,CACJC,KAAM,eAOHwC,EAAqD,CAChE1C,eAAgB,UAChBC,KAAM,CACJC,KAAM,YACNsB,yBAA0BD,EAA0BtB,KAAKuB,yBACzDE,WAAY,4BACZvB,UAAW,6BACXC,gBAAenB,EAAAA,EAAA,GACVsC,EAA0BtB,KAAKG,iBAAe,CACjDmC,eAAgB,CACd/B,UAAU,EACVR,eAAgB,iBAChBC,KAAM,CACJC,KAAM,eAOHyC,EAA8B,CACzC3C,eAAgB,MAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,MACXC,gBAAiB,CACfF,KAAM,CACJM,UAAU,EACVR,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGV0C,KAAM,CACJ5C,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGV2C,SAAU,CACR7C,eAAgB,WAChB8C,YAAa,CACXC,iBAAkB,GAEpB9C,KAAM,CACJC,KAAM,WAGV8C,KAAM,CACJhD,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGV+C,OAAQ,CACNjD,eAAgB,SAChBC,KAAM,CACJC,KAAM,cAOHgD,EAA2C,CACtDlD,eAAgB,mBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBACXC,gBAAiB,CACf+C,YAAa,CACXxC,UAAU,EACVX,eAAgB,cAChBC,KAAM,CACJC,KAAM,SAGVD,KAAM,CACJD,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGVkD,SAAU,CACRzC,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,YAOHmD,EAAmC,CAC9CrD,eAAgB,WAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAiB,CACfC,GAAI,CACFM,UAAU,EACVX,eAAgB,KAChBC,KAAM,CACJC,KAAM,WAGVA,KAAM,CACJS,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGVD,KAAM,CACJU,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,cAOHoD,EAA0C,CACrDtD,eAAgB,kBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,kBACXC,gBAAenB,EAAAA,EAAA,GACVoE,EAASpD,KAAKG,iBAAe,CAChCmD,KAAM,CACJvD,eAAgB,OAChBC,KAAM,CACJC,KAAM,aACNsD,MAAO,CACLvD,KAAM,CACJC,KAAM,aAKduD,SAAU,CACRjD,UAAU,EACVR,eAAgB,WAChBC,KAAM,CACJC,KAAM,eAOHwD,EAAiC,CAC5C1D,eAAgB,SAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,SACXC,gBAAenB,EAAAA,EAAA,GACVqE,EAAgBrD,KAAKG,iBAAe,CACvCuD,SAAU,CACR3D,eAAgB,WAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBAGfyD,IAAK,CACH5D,eAAgB,MAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,QAGfiC,mBAAoB,CAClBpC,eAAgB,gCAChBC,KAAM,CACJC,KAAM,WAGVyB,QAAS,CACP3B,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGV0B,eAAgB,CACd5B,eAAgB,4BAChBC,KAAM,CACJC,KAAM,OACN2B,cAAe,CACb,UACA,cAINC,kBAAmB,CACjB9B,eAAgB,+BAChBC,KAAM,CACJC,KAAM,WAGV2D,gBAAiB,CACflD,UAAU,EACVX,eAAgB,6BAChBC,KAAM,CACJC,KAAM,WAGV6B,yBAA0B,CACxB/B,eAAgB,sCAChBC,KAAM,CACJC,KAAM,WAGV4D,iBAAkB,CAChB9D,eAAgB,8BAChBC,KAAM,CACJC,KAAM,WAGV6D,yBAA0B,CACxB/D,eAAgB,sCAChBC,KAAM,CACJC,KAAM,WAGV8D,oBAAqB,CACnBhE,eAAgB,iCAChBC,KAAM,CACJC,KAAM,aAGV+B,eAAgB,CACdjC,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBAGf8D,gBAAiB,CACfjE,eAAgB,6BAChBC,KAAM,CACJC,KAAM,WAGVgE,eAAgB,CACdlE,eAAgB,4BAChBC,KAAM,CACJC,KAAM,WAGViE,gBAAiB,CACfnE,eAAgB,6BAChB8C,YAAa,CACXC,iBAAkB,GAEpB9C,KAAM,CACJC,KAAM,WAGV8B,oBAAqB,CACnBhC,eAAgB,iCAChBC,KAAM,CACJC,KAAM,WAGVkE,2BAA4B,CAC1BzD,UAAU,EACVX,eAAgB,wCAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,0CASZmE,EAA0C,CACrDtE,eAAgB,kBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,kBACXC,gBAAiB,CACfuD,SAAU,CACR3D,eAAgB,WAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBAGfyD,IAAK,CACH5D,eAAgB,MAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,QAGfc,WAAY,CACVT,UAAU,EACVR,eAAgB,aAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,8BAGfsD,SAAU,CACRjD,UAAU,EACVR,eAAgB,WAChBC,KAAM,CACJC,KAAM,WAGVqD,KAAM,CACJvD,eAAgB,OAChBC,KAAM,CACJC,KAAM,aACNsD,MAAO,CACLvD,KAAM,CACJC,KAAM,gBASPqE,EAAiD,CAC5DvE,eAAgB,yBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACfuD,SAAU,CACR3D,eAAgB,WAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBAGfyD,IAAK,CACH5D,eAAgB,MAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,QAGf8B,eAAgB,CACdjC,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBAGfkC,2BAA4B,CAC1BrC,eAAgB,wCAChBC,KAAM,CACJC,KAAM,WAGVyB,QAAS,CACP3B,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGV0B,eAAgB,CACd5B,eAAgB,4BAChBC,KAAM,CACJC,KAAM,OACN2B,cAAe,CACb,UACA,cAINC,kBAAmB,CACjB9B,eAAgB,+BAChBC,KAAM,CACJC,KAAM,WAGV8B,oBAAqB,CACnBhC,eAAgB,iCAChBC,KAAM,CACJC,KAAM,WAGV+D,gBAAiB,CACfjE,eAAgB,6BAChBC,KAAM,CACJC,KAAM,WAGVqD,KAAM,CACJvD,eAAgB,OAChBC,KAAM,CACJC,KAAM,aACNsD,MAAO,CACLvD,KAAM,CACJC,KAAM,gBASPsE,EAAwC,CACnDxE,eAAgB,gBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,gBACXC,gBAAenB,EAAA,GACVoE,EAASpD,KAAKG,mBAKVqE,EAAuC,CAClDzE,eAAgB,eAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,eACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCsE,eAAgB,CACdlE,UAAU,EACVR,eAAgB,4BAChB8C,YAAa,CACX6B,QAAS,6GAEX1E,KAAM,CACJC,KAAM,WAGV0E,aAAc,CACZpE,UAAU,EACVR,eAAgB,0BAChB8C,YAAa,CACX6B,QAAS,6GAEX1E,KAAM,CACJC,KAAM,eAOH2E,EAA6C,CACxD7E,eAAgB,qBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC0E,uBAAwB,CACtBtE,UAAU,EACVR,eAAgB,oCAChBC,KAAM,CACJC,KAAM,WAGV6E,iCAAkC,CAChC/E,eAAgB,8CAChBC,KAAM,CACJC,KAAM,YAGV8E,MAAO,CACLrE,UAAU,EACVX,eAAgB,mBAChBC,KAAM,CACJC,KAAM,eAOH+E,EAAmC,CAC9CjF,eAAgB,WAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,WACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC8E,QAAS,CACPlF,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGViF,UAAW,CACTnF,eAAgB,uBAChBC,KAAM,CACJC,KAAM,eAOHkF,EAAwC,CACnDpF,eAAgB,gBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,gBACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCoD,MAAO,CACLxD,eAAgB,mBAChBC,KAAM,CACJC,KAAM,WAGVO,YAAa,CACXE,UAAU,EACVX,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGVmF,aAAc,CACZ1E,UAAU,EACVX,eAAgB,0BAChBC,KAAM,CACJC,KAAM,WAGVoF,SAAU,CACR3E,UAAU,EACVX,eAAgB,sBAChBC,KAAM,CACJC,KAAM,WAGV2B,cAAe,CACblB,UAAU,EACVX,eAAgB,2BAChBC,KAAM,CACJC,KAAM,WAGVqF,OAAQ,CACNvF,eAAgB,oBAChBC,KAAM,CACJC,KAAM,eAOHsF,EAA2C,CACtDxF,eAAgB,mBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBACXC,gBAAiB,CACfqF,SAAU,CACR9E,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,WAGVwF,SAAU,CACR/E,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,WAGVyF,UAAW,CACThF,UAAU,EACVX,eAAgB,YAChBC,KAAM,CACJC,KAAM,WAGVO,YAAa,CACXE,UAAU,EACVX,eAAgB,cAChBC,KAAM,CACJC,KAAM,cAOH0F,EAAoC,CAC/C5F,eAAgB,YAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,YACXC,gBAAiB,CACfF,KAAM,CACJS,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGV2F,QAAS,CACPlF,UAAU,EACVX,eAAgB,UAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBAGf2F,OAAQ,CACNnF,UAAU,EACVX,eAAgB,SAChBC,KAAM,CACJC,KAAM,WAGVe,WAAY,CACVN,UAAU,EACVX,eAAgB,aAChBC,KAAM,CACJC,KAAM,aACNsD,MAAO,CACLvD,KAAM,CACJC,KAAM,gBASP6F,EAA8C,CACzD/F,eAAgB,sBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,QAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,mBASZ6F,EAAkC,CAC7ChG,eAAgB,UAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,UACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC6F,SAAU,CACRjG,eAAgB,sBAChBC,KAAM,CACJC,KAAM,WAGVgG,YAAa,CACXvF,UAAU,EACVX,eAAgB,yBAChBC,KAAM,CACJC,KAAM,aAGViG,iBAAkB,CAChBxF,UAAU,EACVX,eAAgB,8BAChBC,KAAM,CACJC,KAAM,aAGVkG,YAAa,CACXpG,eAAgB,kBAChBC,KAAM,CACJC,KAAM,WAGVmG,IAAK,CACHrG,eAAgB,iBAChBC,KAAM,CACJC,KAAM,eAOHoG,EAAgE,CAC3EtG,eAAgB,wCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,wCACXC,gBAAiB,CACfC,GAAI,CACFL,eAAgB,KAChBC,KAAM,CACJC,KAAM,WAGVqG,QAAS,CACPvG,eAAgB,UAChBC,KAAM,CACJC,KAAM,WAGVsG,MAAO,CACLxG,eAAgB,QAChBC,KAAM,CACJC,KAAM,WAGVuG,mBAAoB,CAClBzG,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGVwG,uBAAwB,CACtB1G,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGVyG,uBAAwB,CACtB3G,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGV0G,aAAc,CACZ5G,eAAgB,eAChBC,KAAM,CACJC,KAAM,WAGV2G,aAAc,CACZ7G,eAAgB,eAChBC,KAAM,CACJC,KAAM,cAOH4G,EAAoD,CAC/D9G,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BACXC,gBAAiB,CACfC,GAAI,CACFL,eAAgB,KAChBC,KAAM,CACJC,KAAM,WAGVwG,uBAAwB,CACtB1G,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGVyG,uBAAwB,CACtB3G,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGV0G,aAAc,CACZ5G,eAAgB,eAChBC,KAAM,CACJC,KAAM,WAGV6G,kBAAmB,CACjB/G,eAAgB,oBAChBC,KAAM,CACJC,KAAM,WAGV8G,kBAAmB,CACjBhH,eAAgB,oBAChBC,KAAM,CACJC,KAAM,WAGV2G,aAAc,CACZ7G,eAAgB,eAChBC,KAAM,CACJC,KAAM,WAGV+G,uBAAwB,CACtBjH,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,+CASZ+G,EAAkD,CAC7DlH,eAAgB,0BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,0BACXC,gBAAiB,CACfF,KAAM,CACJM,UAAU,EACVR,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGVD,KAAM,CACJD,eAAgB,OAChBC,KAAM,CACJC,KAAM,cAOHiH,EAA2C,CACtDnH,eAAgB,mBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBACXC,gBAAiB,CACfgH,QAAS,CACPpH,eAAgB,UAChBC,KAAM,CACJC,KAAM,WAGVmH,cAAe,CACbrH,eAAgB,gBAChBC,KAAM,CACJC,KAAM,YAGVoH,OAAQ,CACNtH,eAAgB,SAChBC,KAAM,CACJC,KAAM,cAOHqH,EAA8C,CACzDvH,eAAgB,sBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAiB,CACfH,KAAM,CACJU,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGVsH,KAAM,CACJ7G,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,cAOHuH,EAAwC,CACnDzH,eAAgB,gBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,gBACXC,gBAAiB,CACfsH,KAAM,CACJ/G,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGVkH,QAAS,CACPzG,UAAU,EACVX,eAAgB,UAChBC,KAAM,CACJC,KAAM,WAGVyH,OAAQ,CACNhH,UAAU,EACVX,eAAgB,SAChBC,KAAM,CACJC,KAAM,WAGV0H,QAAS,CACPjH,UAAU,EACVX,eAAgB,UAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,oBAKnB0H,eAAgB,CACdlH,UAAU,EACVX,eAAgB,iBAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,6BASZ2H,EAAsD,CACjE9H,eAAgB,8BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,8BACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC2H,kBAAmB,CACjBvH,UAAU,EACVwH,YAAY,EACZhI,eAAgB,+BAChBqF,aAAc,kBACdpF,KAAM,CACJC,KAAM,WAGV+H,MAAO,CACLzH,UAAU,EACVR,eAAgB,mBAChBC,KAAM,CACJC,KAAM,WAGVgI,IAAK,CACH1H,UAAU,EACVR,eAAgB,iBAChBC,KAAM,CACJC,KAAM,SAGVkD,SAAU,CACR5C,UAAU,EACVR,eAAgB,sBAChBC,KAAM,CACJC,KAAM,aAOHiI,EAAoD,CAC/DnI,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCgI,4BAA6B,CAC3BzH,UAAU,EACVX,eAAgB,yCAChBC,KAAM,CACJC,KAAM,WAGVmI,sBAAuB,CACrB1H,UAAU,EACVX,eAAgB,mCAChBC,KAAM,CACJC,KAAM,WAGVqG,QAAS,CACP5F,UAAU,EACVX,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGVsG,MAAO,CACL7F,UAAU,EACVX,eAAgB,mBAChBC,KAAM,CACJC,KAAM,WAGVuG,mBAAoB,CAClB9F,UAAU,EACVX,eAAgB,gCAChBC,KAAM,CACJC,KAAM,WAGVyB,QAAS,CACPhB,UAAU,EACVX,eAAgB,qBAChBC,KAAM,CACJC,KAAM,eAOHoI,EAA8C,CACzDtI,eAAgB,sBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAenB,EAAAA,EAAA,GACVoE,EAASpD,KAAKG,iBAAe,CAChCmI,KAAM,CACJ5H,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,eAOHsI,EAAoD,CAC/DxI,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC4E,MAAO,CACLxE,UAAU,EACVR,eAAgB,mBAChBC,KAAM,CACJC,KAAM,OACN2B,cAAe,CACb,UACA,cAIN4G,eAAgB,CACdzI,eAAgB,4BAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,aAKdwI,eAAgB,CACd1I,eAAgB,4BAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,aAKdyI,mBAAoB,CAClB3I,eAAgB,gCAChBC,KAAM,CACJC,KAAM,YAGV0I,gBAAiB,CACf5I,eAAgB,6BAChBC,KAAM,CACJC,KAAM,WAGV2I,wBAAyB,CACvB7I,eAAgB,qCAChBC,KAAM,CACJC,KAAM,WAGV4I,cAAe,CACb9I,eAAgB,2BAChBC,KAAM,CACJC,KAAM,eAOH6I,EAAoC,CAC/C/I,eAAgB,YAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,YACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC4I,QAAS,CACPhJ,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGV+I,UAAW,CACTjJ,eAAgB,uBAChBC,KAAM,CACJC,KAAM,eAOHgJ,EAAkD,CAC7DlJ,eAAgB,0BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,0BACXC,gBAAiB,CACf+I,mBAAoB,CAClB3I,UAAU,EACVR,eAAgB,gCAChBC,KAAM,CACJC,KAAM,WAGVkJ,oBAAqB,CACnB5I,UAAU,EACVR,eAAgB,iCAChBC,KAAM,CACJC,KAAM,WAGVmJ,eAAgB,CACd7I,UAAU,EACVR,eAAgB,4BAChBC,KAAM,CACJC,KAAM,WAGVoJ,qBAAsB,CACpB9I,UAAU,EACVR,eAAgB,kCAChBC,KAAM,CACJC,KAAM,aAGVqJ,mBAAoB,CAClB/I,UAAU,EACVR,eAAgB,gCAChBC,KAAM,CACJC,KAAM,aAGVsJ,kBAAmB,CACjBhJ,UAAU,EACVR,eAAgB,+BAChBC,KAAM,CACJC,KAAM,cAOHuJ,EAAyC,CACpDzJ,eAAgB,iBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,iBACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrC4I,QAAS,CACPhJ,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGVwJ,UAAW,CACT1J,eAAgB,uBAChBC,KAAM,CACJC,KAAM,aAGVyJ,QAAS,CACP3J,eAAgB,qBAChBC,KAAM,CACJC,KAAM,aAGVkJ,oBAAqB,CACnBpJ,eAAgB,iCAChBC,KAAM,CACJC,KAAM,WAGV0J,cAAe,CACb5J,eAAgB,2BAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,aAKd2J,oBAAqB,CACnB7J,eAAgB,iCAChBC,KAAM,CACJC,KAAM,WAGV4J,WAAY,CACV9J,eAAgB,wBAChBC,KAAM,CACJC,KAAM,WAGV6J,kBAAmB,CACjB/J,eAAgB,+BAChBC,KAAM,CACJC,KAAM,WAGV8J,YAAa,CACXhK,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGV+J,gBAAiB,CACfjK,eAAgB,6BAChBC,KAAM,CACJC,KAAM,eAOHgK,EAA8C,CACzDlK,eAAgB,sBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAiB,CACfkJ,qBAAsB,CACpB9I,UAAU,EACVR,eAAgB,kCAChBC,KAAM,CACJC,KAAM,aAGVqJ,mBAAoB,CAClB/I,UAAU,EACVR,eAAgB,gCAChBC,KAAM,CACJC,KAAM,aAGVsJ,kBAAmB,CACjBhJ,UAAU,EACVR,eAAgB,+BAChBC,KAAM,CACJC,KAAM,cAOHiK,EAAwC,CACnDnK,eAAgB,gBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,gBACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCsJ,UAAW,CACT1J,eAAgB,uBAChBC,KAAM,CACJC,KAAM,aAGVyJ,QAAS,CACP3J,eAAgB,qBAChBC,KAAM,CACJC,KAAM,aAGVkK,UAAW,CACTpK,eAAgB,uBAChBC,KAAM,CACJC,KAAM,WAGVmK,cAAe,CACbrK,eAAgB,2BAChBC,KAAM,CACJC,KAAM,WAGV8I,QAAS,CACPhJ,eAAgB,qBAChBC,KAAM,CACJC,KAAM,WAGVoK,aAAc,CACZtK,eAAgB,0BAChBC,KAAM,CACJC,KAAM,WAGVqK,OAAQ,CACNvK,eAAgB,oBAChBC,KAAM,CACJC,KAAM,WAGVsK,MAAO,CACLxK,eAAgB,mBAChBC,KAAM,CACJC,KAAM,WAGVuK,cAAe,CACbzK,eAAgB,2BAChBC,KAAM,CACJC,KAAM,eAOHwK,EAAiE,CAC5E1K,eAAgB,yCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,yCACXC,gBAAiB,CACfG,OAAQ,CACNP,eAAgB,SAChBC,KAAM,CACJC,KAAM,WAGVkH,QAAS,CACPpH,eAAgB,UAChBC,KAAM,CACJC,KAAM,cAOHyK,EAAkC,CAC7C3K,eAAgB,UAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,UACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCa,WAAY,CACVjB,eAAgB,aAChBC,KAAM,CACJC,KAAM,eAOH0K,EAA+C,CAC1D5K,eAAgB,uBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,uBACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCyK,YAAa,CACX7K,eAAgB,yBAChBC,KAAM,CACJC,KAAM,WAGV4K,UAAW,CACT9K,eAAgB,uBAChBC,KAAM,CACJC,KAAM,WAGV6K,SAAU,CACR/K,eAAgB,sBAChBC,KAAM,CACJC,KAAM,WAGVgG,YAAa,CACXlG,eAAgB,yBAChBC,KAAM,CACJC,KAAM,aAGV8K,eAAgB,CACdhL,eAAgB,4BAChBC,KAAM,CACJC,KAAM,aAGVoH,OAAQ,CACNtH,eAAgB,oBAChBC,KAAM,CACJC,KAAM,WAGV+K,mBAAoB,CAClBjL,eAAgB,gCAChBC,KAAM,CACJC,KAAM,WAGV0H,QAAS,CACP5H,eAAgB,qBAChBC,KAAM,CACJC,KAAM,aACNsD,MAAO,CACLvD,KAAM,CACJC,KAAM,iBASPgL,EAAmE,CAC9ElL,eAAgB,2CAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,2CACXC,gBAAiB,CACfF,KAAM,CACJF,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGVwJ,UAAW,CACT1J,eAAgB,YAChBC,KAAM,CACJC,KAAM,aAGVK,OAAQ,CACNP,eAAgB,SAChBC,KAAM,CACJC,KAAM,cAOHiL,GAAoE,CAC/EnL,eAAgB,4CAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4CACXC,gBAAiB,CACfG,OAAQ,CACNC,UAAU,EACVR,eAAgB,SAChBC,KAAM,CACJC,KAAM,WAGVO,YAAa,CACXD,UAAU,EACVR,eAAgB,cAChBC,KAAM,CACJC,KAAM,WAGVQ,gBAAiB,CACfC,UAAU,EACVX,eAAgB,kBAChBC,KAAM,CACJC,KAAM,cAOHkL,GAAoD,CAC/DpL,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCS,gBAAiB,CACfb,eAAgB,6BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BAGfW,kCAAmC,CACjCd,eAAgB,+CAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,8CAGfY,kBAAmB,CACjBJ,UAAU,EACVX,eAAgB,+BAChBC,KAAM,CACJC,KAAM,eAOHmL,GAAqC,CAChDrL,eAAgB,aAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,aACXC,gBAAiB,CACfmD,KAAM,CACJvD,eAAgB,OAChBC,KAAM,CACJC,KAAM,aACNsD,MAAO,CACLvD,KAAM,CACJC,KAAM,gBASPoL,GAAwD,CACnEtL,eAAgB,gCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,gCACXC,gBAAiB,CACfmL,QAAS,CACP5K,UAAU,EACVX,eAAgB,UAChBC,KAAM,CACJC,KAAM,WAGVsL,gBAAiB,CACf7K,UAAU,EACVX,eAAgB,kBAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,gBASPuL,GAA8C,CACzDzL,eAAgB,sBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCa,WAAY,CACVN,UAAU,EACVX,eAAgB,aAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sCAORuL,GAAoC,CAC/C1L,eAAgB,YAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,YACXC,gBAAenB,EAAAA,EAAA,GACVuF,EAAcvE,KAAKG,iBAAe,CACrCuL,KAAM,CACJhL,UAAU,EACVX,eAAgB,OAChBC,KAAM,CACJC,KAAM,WAGV0L,cAAe,CACbpL,UAAU,EACVwH,YAAY,EACZhI,eAAgB,2BAChBqF,aAAc,gBACdpF,KAAM,CACJC,KAAM,WAGV2L,IAAK,CACH7L,eAAgB,iBAChBC,KAAM,CACJC,KAAM,WAGV4L,aAAc,CACZnL,UAAU,EACVX,eAAgB,0BAChBC,KAAM,CACJC,KAAM,iBAOH6L,GAAkD,CAC7D/L,eAAgB,0BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,0BACXC,gBAAiB,CACf4L,oBAAqB,CACnBhM,eAAgB,iCAChBC,KAAM,CACJC,KAAM,cAOH+L,GAA2C,CACtDjM,eAAgB,mBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,mBACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,gBASZ+L,GAAiD,CAC5DlM,eAAgB,yBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,yBACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,sBASZgM,GAAuD,CAClEnM,eAAgB,+BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,+BACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,yBAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOHmM,GAA6C,CACxDrM,eAAgB,qBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,kBASZmM,GAAkD,CAC7DtM,eAAgB,0BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,0BACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,uBASZoM,GAA4C,CACvDvM,eAAgB,oBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,oBACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,iBASZqM,GAAgE,CAC3ExM,eAAgB,wCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,wCACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,qCASZsM,GAAoD,CAC/DzM,eAAgB,4BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,4BACXC,gBAAiB,CACfoD,MAAO,CACLxD,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,mCASZuM,GAA8D,CACzE1M,eAAgB,sCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sCACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,gCAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOHyM,GAA+C,CAC1D3M,eAAgB,uBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,uBACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,gBAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOH0M,GAAuD,CAClE5M,eAAgB,+BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,+BACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,qBAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOH2M,GAAmD,CAC9D7M,eAAgB,2BAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,2BACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,oBAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOH4M,GAA6C,CACxD9M,eAAgB,qBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,qBACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,cAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOH6M,GAA0D,CACrE/M,eAAgB,kCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,kCACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,2BAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOH8M,GAA8D,CACzEhN,eAAgB,sCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sCACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,gCAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOH+M,GAAwD,CACnEjN,eAAgB,gCAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,gCACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,0BAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOHgN,GAA8C,CACzDlN,eAAgB,sBAChBC,KAAM,CACJC,KAAM,YACNC,UAAW,sBACXC,gBAAiB,CACfoD,MAAO,CACL7C,UAAU,EACVX,eAAgB,GAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,YACNC,UAAW,gBAKnBiM,SAAU,CACRzL,UAAU,EACVX,eAAgB,WAChBC,KAAM,CACJC,KAAM,cAOHiN,GAAiB,CAC5B5L,0BAA8BA,EAC9B6L,oCAAsCjL,EACtCkL,+CAAiD/K,EACjDgL,uCAAyC7K,EACzC8K,oCAAsC7K,G,uwDC/4E3B8K,GAA4C,CACvDC,cAAe,iBACfC,OAAQ,CACN1N,eAAgB,kBAChBqF,aAAc,QACdpF,KAAM,CACJC,KAAM,YAIC2K,GAA4C,CACvD4C,cAAe,cACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,cAChBC,KAAM,CACJC,KAAM,YAICyN,GAA8C,CACzDF,cAAe,aACfC,OAAQ,CACNlN,UAAU,EACVwH,YAAY,EACZhI,eAAgB,cAChBqF,aAAc,aACdvC,YAAa,CACX8K,UAAW,GAEb3N,KAAM,CACJC,KAAM,YAIC2N,GAA8C,CACzDJ,cAAe,aACfC,OAAQ,CACNlN,UAAU,EACVwH,YAAY,EACZhI,eAAgB,cAChBqF,aAAc,aACdvC,YAAa,CACX8K,UAAW,GAEb3N,KAAM,CACJC,KAAM,YAIC4N,GAA8C,CACzDL,cAAe,aACfC,OAAQ,CACNlN,UAAU,EACVwH,YAAY,EACZhI,eAAgB,cAChBqF,aAAc,aACdvC,YAAa,CACX8K,UAAW,GAEb3N,KAAM,CACJC,KAAM,YAIC6N,GAAkD,CAC7DN,cAAe,oBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,oBAChBC,KAAM,CACJC,KAAM,YAICoK,GAA6C,CACxDmD,cAAe,eACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,eAChBC,KAAM,CACJC,KAAM,YAIC8N,GAAiD,CAC5DP,cAAe,mBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,mBAChBC,KAAM,CACJC,KAAM,YAcC+N,GAAwC,CACnDR,cAAe,UACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,UAChBC,KAAM,CACJC,KAAM,YAICgO,GAA6C,CACxDT,cAAe,eACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,eAChBC,KAAM,CACJC,KAAM,YAICiO,GAA6C,CACxDV,cAAe,eACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,WAChBC,KAAM,CACJC,KAAM,WAGVkO,cAAc,GAEHC,GAA4C,CACvDZ,cAAe,cACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,cAChBC,KAAM,CACJC,KAAM,YAICoO,GAA8D,CACzEb,cAAe,gCACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,gCAChBC,KAAM,CACJC,KAAM,YAcCqO,GAA2C,CACtDd,cAAe,WACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,WAChBC,KAAM,CACJC,KAAM,WACNmE,QAAS,CACPpE,KAAM,CACJC,KAAM,aAKdsO,iBAAkBC,EAAAA,sBAA6BC,OAsBpCC,GAAkD,CAC7DlB,cAAe,oBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,oBAChB8C,YAAa,CACX8L,UAAW,GACXhB,UAAW,GAEb3N,KAAM,CACJC,KAAM,YAIC2O,GAAwD,CACnEpB,cAAe,0BACfC,OAAQ,CACNlN,UAAU,EACVwH,YAAY,EACZhI,eAAgB,0BAChBqF,aAAc,UACdpF,KAAM,CACJC,KAAM,YAIC4O,GAA2C,CACtDrB,cAAe,aACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,aAChBC,KAAM,CACJC,KAAM,YAIC4K,GAA4C,CACvD2C,cAAe,CACb,UACA,aAEFC,OAAQ,CACN1N,eAAgB,YAChBC,KAAM,CACJC,KAAM,YAIC6O,GAA+C,CAC1DtB,cAAe,iBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,iBAChB8C,YAAa,CACX8K,UAAW,GAEb3N,KAAM,CACJC,KAAM,YAIC8O,GAAuD,CAClEvB,cAAe,yBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,yBAChBC,KAAM,CACJC,KAAM,Y,q/BCvQZ+O,IAoBEA,GAAAlQ,UAAAC,OAAA,SAAO2P,EAA2BG,EAAoBI,EAAoCC,GACxF,OAAOtQ,KAAKuQ,YAAYT,EAAkBG,EAAWI,EAAWC,GAC7DE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAYjCN,GAAAlQ,UAAAyQ,OAAA,SAAOb,EAA2BG,EAAoBI,EAA2CC,GAC/F,OAAOtQ,KAAK4Q,YAAYd,EAAkBG,EAAWI,EAAWC,GAC7DE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAUjCN,GAAAlQ,UAAA2Q,aAAA,SAAaf,EAA2BG,EAAoBK,GAC1D,OAAOtQ,KAAK8Q,kBAAkBhB,EAAkBG,EAAWK,GACxDE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAwBjCN,GAAAlQ,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBK,EAA6EU,GAC9H,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETa,GACAH,IAqBJZ,GAAAlQ,UAAAkR,oBAAA,SAAoBtB,EAA2BQ,EAAuFU,GACpI,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBQ,QAAOA,GAETe,GACAL,IAkBJZ,GAAAlQ,UAAAoR,KAAA,SAAKhB,EAAuFU,GAC1F,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEZ,QAAOA,GAETiB,GACAP,IAUJZ,GAAAlQ,UAAAsR,QAAA,SAAQ1B,EAA2BG,EAAoBK,GACrD,OAAOtQ,KAAKyR,aAAa3B,EAAkBG,EAAWK,GACnDE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAUjCN,GAAAlQ,UAAAwR,MAAA,SAAM5B,EAA2BG,EAAoBK,GACnD,OAAOtQ,KAAK2R,WAAW7B,EAAkBG,EAAWK,GACjDE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAUjCN,GAAAlQ,UAAA0R,KAAA,SAAK9B,EAA2BG,EAAoBK,GAClD,OAAOtQ,KAAK6R,UAAU/B,EAAkBG,EAAWK,GAChDE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjCN,GAAAlQ,UAAA4R,QAAA,SAAQhC,EAA2BG,EAAoBI,EAA4CC,GACjG,OAAOtQ,KAAK+R,aAAajC,EAAkBG,EAAWI,EAAWC,GAC9DE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAYjCN,GAAAlQ,UAAAqQ,YAAA,SAAYT,EAA2BG,EAAoBI,EAAoCC,GAC7F,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVI,WAAUA,EACVC,QAAOA,GAET2B,GACA3B,IAYJF,GAAAlQ,UAAA0Q,YAAA,SAAYd,EAA2BG,EAAoBI,EAA2CC,GACpG,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVI,WAAUA,EACVC,QAAOA,GAET4B,GACA5B,IAUJF,GAAAlQ,UAAA4Q,kBAAA,SAAkBhB,EAA2BG,EAAoBK,GAC/D,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAET6B,GACA7B,IAUJF,GAAAlQ,UAAAuR,aAAA,SAAa3B,EAA2BG,EAAoBK,GAC1D,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAET8B,GACA9B,IAUJF,GAAAlQ,UAAAyR,WAAA,SAAW7B,EAA2BG,EAAoBK,GACxD,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAET+B,GACA/B,IAUJF,GAAAlQ,UAAA2R,UAAA,SAAU/B,EAA2BG,EAAoBK,GACvD,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgC,GACAhC,IAWJF,GAAAlQ,UAAA6R,aAAA,SAAajC,EAA2BG,EAAoBI,EAA4CC,GACtG,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVI,WAAUA,EACVC,QAAOA,GAETiC,GACAjC,IAENF,IAtTE,SAAAA,GAAYa,GACVjR,KAAKiR,OAASA,EAwTlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,wHACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYC,GAEdC,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNnB,GAAyD,CAC7DsB,WAAY,MACZC,KAAM,2GACNC,cAAe,CACbC,GACAC,IAEFE,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYI,IAEdF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNjB,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,wEACNC,cAAe,CACbC,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYI,IAEdF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNP,GAAiD,CACrDU,WAAY,MACZC,KAAM,wHACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDyT,GAAuB,CAC1BlS,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYC,GAEdM,IAAK,CACHP,WAAYC,GAEdO,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNN,GAAiD,CACrDS,WAAY,QACZC,KAAM,wHACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACD4T,GAA8B,CACjCrS,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYC,GAEdO,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNL,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,wHACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNJ,GAAkD,CACtDO,WAAY,OACZC,KAAM,gIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNH,GAAgD,CACpDM,WAAY,OACZC,KAAM,8HACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGNF,GAA+C,CACnDK,WAAY,OACZC,KAAM,6HACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,GAGND,GAAkD,CACtDI,WAAY,OACZC,KAAM,gIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACD+T,IAA+B,CAClCxS,UAAU,KAGd0R,UAAW,CACTC,IAAK,GACLS,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUA,G,sxBC5kBZ4B,IAgCEA,GAAAlU,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAAuFU,GACjJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAENoD,IAnCE,SAAAA,GAAYnD,GACVjR,KAAKiR,OAASA,EAqClB,IACMqD,GAAkD,CACtD3B,WAAY,MACZC,KAAM,iIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYI,IAEdF,QAAS,CACPF,WAAYG,IAGhBlB,WAvBiB,IAAIC,EAAAA,WAAkBC,I,4xBC5CzC6B,IAoBEA,GAAArU,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoBd,EAA0BkB,EAAiCC,GACvH,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAWd,EAAiBkB,EAAWC,GACtFE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjC6D,GAAArU,UAAA2Q,aAAA,SAAaf,EAA2BG,EAAoBd,EAA0BmB,GACpF,OAAOtQ,KAAK8Q,kBAAkBhB,EAAkBG,EAAWd,EAAiBmB,GACzEE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBA2BjC6D,GAAArU,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBd,EAA0BmB,EAAmFU,GAC9J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVd,iBAAgBA,EAChBmB,QAAOA,GAETa,GACAH,IAwBJuD,GAAArU,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAA6FU,GACvJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAYJuD,GAAArU,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoBd,EAA0BkB,EAAiCC,GAC5H,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVd,iBAAgBA,EAChBkB,WAAUA,EACVC,QAAOA,GAEToE,GACApE,IAWJiE,GAAArU,UAAA4Q,kBAAA,SAAkBhB,EAA2BG,EAAoBd,EAA0BmB,GACzF,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVd,iBAAgBA,EAChBmB,QAAOA,GAET6B,GACA7B,IAENiE,IA5IE,SAAAA,GAAYtD,GACVjR,KAAKiR,OAASA,EA8IlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,yJACNC,cAAe,CACbC,GACAC,GACAC,GACA2B,IAEF1B,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYqB,GAEdnB,QAAS,CACPF,WAAYG,IAGhBlB,WAAUqC,GAGNP,GAAkD,CACtD3B,WAAY,MACZC,KAAM,sIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYuB,IAEdrB,QAAS,CACPF,WAAYG,IAGhBlB,WAAUqC,GAGNH,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,yJACNC,cAAe,CACbC,GACAC,GACAC,GACA2B,IAEF1B,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDwU,GAAoB,CACvBjT,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYqB,GAEdd,IAAK,CACHP,WAAYqB,GAEdb,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUqC,GAGN1C,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,yJACNC,cAAe,CACbC,GACAC,GACAC,GACA2B,IAEF1B,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAUqC,G,4vBCtQZE,IAmCEA,GAAA7U,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBE,EAAgCG,EAAyFU,GAC1K,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVE,uBAAsBA,EACtBG,QAAOA,GAETa,GACAH,IAYJ+D,GAAA7U,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoBE,EAAgCE,EAAuCC,GACnI,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAWE,EAAuBE,EAAWC,GAC5FE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjCqE,GAAA7U,UAAA2Q,aAAA,SAAaf,EAA2BG,EAAoBE,EAAgCG,GAC1F,OAAOtQ,KAAK8Q,kBAAkBhB,EAAkBG,EAAWE,EAAuBG,GAC/EE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAwBjCqE,GAAA7U,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAAmGU,GAC7J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAYJ+D,GAAA7U,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoBE,EAAgCE,EAAuCC,GACxI,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVE,uBAAsBA,EACtBE,WAAUA,EACVC,QAAOA,GAEToE,GACApE,IAWJyE,GAAA7U,UAAA4Q,kBAAA,SAAkBhB,EAA2BG,EAAoBE,EAAgCG,GAC/F,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVE,uBAAsBA,EACtBG,QAAOA,GAET6B,GACA7B,IAqBJyE,GAAA7U,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAAmGU,GACxI,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAEN+D,IAxKE,SAAAA,GAAY9D,GACVjR,KAAKiR,OAASA,EA0KlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,qKACNC,cAAe,CACbE,GACAC,GACAF,GACAoC,IAEFjC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY4B,GAEd1B,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4C,GAGNd,GAAkD,CACtD3B,WAAY,MACZC,KAAM,4IACNC,cAAe,CACbE,GACAC,GACAF,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY8B,IAEd5B,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4C,GAGNV,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,qKACNC,cAAe,CACbE,GACAC,GACAF,GACAoC,IAEFjC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACD+U,GAA0B,CAC7BxT,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAY4B,GAEdrB,IAAK,CACHP,WAAY4B,GAEdpB,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4C,GAGNjD,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,qKACNC,cAAe,CACbE,GACAC,GACAkC,GACApC,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4C,GAGNH,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY8B,IAEd5B,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4C,G,wxBC1TZI,IAoBEA,GAAAtV,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoBxE,EAAsB4E,EAA6BC,GAC/G,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAWxE,EAAa4E,EAAWC,GAClFE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjC8E,GAAAtV,UAAA2Q,aAAA,SAAaf,EAA2BG,EAAoBxE,EAAsB6E,GAChF,OAAOtQ,KAAK8Q,kBAAkBhB,EAAkBG,EAAWxE,EAAa6E,GACrEE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBA2BjC8E,GAAAtV,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBxE,EAAsB6E,EAA+EU,GACtJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVxE,aAAYA,EACZ6E,QAAOA,GAETa,GACAH,IAwBJwE,GAAAtV,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAAyFU,GACnJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAYJwE,GAAAtV,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoBxE,EAAsB4E,EAA6BC,GACpH,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVxE,aAAYA,EACZ4E,WAAUA,EACVC,QAAOA,GAEToE,GACApE,IAWJkF,GAAAtV,UAAA4Q,kBAAA,SAAkBhB,EAA2BG,EAAoBxE,EAAsB6E,GACrF,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVxE,aAAYA,EACZ6E,QAAOA,GAET6B,GACA7B,IAENkF,IA5IE,SAAAA,GAAYvE,GACVjR,KAAKiR,OAASA,EA8IlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,iJACNC,cAAe,CACbC,GACAC,GACAC,GACAyC,IAEFxC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYmC,GAEdjC,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmD,GAGNrB,GAAkD,CACtD3B,WAAY,MACZC,KAAM,kIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYqC,IAEdnC,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmD,GAGNjB,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,iJACNC,cAAe,CACbC,GACAC,GACAC,GACAyC,IAEFxC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDsV,GAAgB,CACnB/T,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYmC,GAEd5B,IAAK,CACHP,WAAYmC,GAEd3B,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmD,GAGNxD,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,iJACNC,cAAe,CACbC,GACAC,GACAC,GACAyC,IAEFxC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmD,G,6xBCtQZE,IAoBEA,GAAA3V,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoBf,EAA2BmB,EAAkCC,GACzH,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAWf,EAAkBmB,EAAWC,GACvFE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBA2BjCmF,GAAA3V,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBf,EAA2BoB,EAAoFU,GAChK,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVf,kBAAiBA,EACjBoB,QAAOA,GAETa,GACAH,IAwBJ6E,GAAA3V,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAA8FU,GACxJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAYJ6E,GAAA3V,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoBf,EAA2BmB,EAAkCC,GAC9H,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVf,kBAAiBA,EACjBmB,WAAUA,EACVC,QAAOA,GAEToE,GACApE,IAENuF,IA3GE,SAAAA,GAAY5E,GACVjR,KAAKiR,OAASA,EA6GlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,2JACNC,cAAe,CACbC,GACAC,GACAC,GACA8C,IAEF7C,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYwC,GAEdtC,QAAS,CACPF,WAAYG,IAGhBlB,WAAUwD,GAGN1B,GAAkD,CACtD3B,WAAY,MACZC,KAAM,uIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY0C,IAEdxC,QAAS,CACPF,WAAYG,IAGhBlB,WAAUwD,GAGNtB,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,2JACNC,cAAe,CACbC,GACAC,GACAC,GACA8C,IAEF7C,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACD2V,GAAqB,CACxBpU,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYwC,GAEdhC,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUwD,G,6xBCxMZE,IAmBEA,GAAAhW,UAAAiW,yBAAA,SAAyBrG,EAA2BG,EAAoBtL,EAAuC2L,GAC7G,OAAOtQ,KAAKoW,8BAA8BtG,EAAkBG,EAAWtL,EAAM2L,GAC1EE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjCwF,GAAAhW,UAAAkW,8BAAA,SAA8BtG,EAA2BG,EAAoBtL,EAAuC2L,GAClH,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVtL,MAAKA,EACL2L,QAAOA,GAET+F,GACA/F,IAEN4F,IApCE,SAAAA,GAAYjF,GACVjR,KAAKiR,OAASA,EAsClB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnC2D,GAAmE,CACvE1D,WAAY,OACZC,KAAM,6IACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,QACfC,OAAMzO,EAAAA,EAAA,GACD6V,IAA+B,CAClCtU,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAY0C,IAEdlC,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8D,G,uxBC9EZC,IAgCEA,GAAArW,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAAwFU,GAClJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAENuF,IAnCE,SAAAA,GAAYtF,GACVjR,KAAKiR,OAASA,EAqClB,IACMqD,GAAkD,CACtD3B,WAAY,MACZC,KAAM,iIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYiD,IAEd/C,QAAS,CACPF,WAAYG,IAGhBlB,WAvBiB,IAAIC,EAAAA,WAAkBC,I,2yBC5CzC+D,IAgCEA,GAAAvW,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBK,EAAkGU,GACnJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETa,GACAH,IAYJyF,GAAAvW,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoB7N,EAAgDkO,GAC5G,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAW7N,EAAWkO,GACrEE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAUjC+F,GAAAvW,UAAA2Q,aAAA,SAAaf,EAA2BG,EAAoBK,GAC1D,OAAOtQ,KAAK8Q,kBAAkBhB,EAAkBG,EAAWK,GACxDE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAwBjC+F,GAAAvW,UAAAoR,KAAA,SAAKxB,EAA2BG,EAAoBK,EAA4GU,GAC9J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETiB,GACAP,IAYJyF,GAAAvW,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoB7N,EAAgDkO,GACjH,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACV7N,WAAUA,EACVkO,QAAOA,GAEToE,GACApE,IAUJmG,GAAAvW,UAAA4Q,kBAAA,SAAkBhB,EAA2BG,EAAoBK,GAC/D,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAET6B,GACA7B,IAENmG,IApIE,SAAAA,GAAYxF,GACVjR,KAAKiR,OAASA,EAsIlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,uJACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYmD,GAEdjD,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmE,GAGNpF,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,uIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYqD,IAEdnD,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmE,GAGNjC,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,uJACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDsW,GAAmC,CACtC/U,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYmD,GAEd3C,IAAK,CACHR,WAAYmD,GAEdjD,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmE,GAGNxE,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,uJACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmE,G,kwBC3PZE,IAgCEA,GAAA3W,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBK,EAAgGU,GACjJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETa,GACAH,IAEN6F,IAnCE,SAAAA,GAAY5F,GACVjR,KAAKiR,OAASA,EAqClB,IACME,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,2IACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYuD,GAEdrD,QAAS,CACPF,WAAYG,IAGhBlB,WAvBiB,IAAIC,EAAAA,WAAkBC,I,wMC7CzCqE,IAgCEA,GAAA7W,UAAAoR,KAAA,SAAKxB,EAA2BG,EAAoBK,EAAgGU,GAClJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETiB,GACAP,IAEN+F,IAnCE,SAAAA,GAAY9F,GACVjR,KAAKiR,OAASA,EAqClB,IACMM,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,yIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyD,IAEdvD,QAAS,CACPF,WAAYG,IAGhBlB,WAvBiB,IAAIC,EAAAA,WAAkBC,I,wMC7CzCuE,IA6BEA,GAAA/W,UAAAoR,KAAA,SAAKjC,EAAsBiB,EAAgGU,GACzH,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE7B,aAAYA,EACZiB,QAAOA,GAETiB,GACAP,IAENiG,IA/BE,SAAAA,GAAYhG,GACVjR,KAAKiR,OAASA,EAiClB,IACMM,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,0GACNC,cAAe,CACbC,GACAoE,IAEFjE,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyD,IAEdvD,QAAS,CACPF,WAAYG,IAGhBlB,WAtBiB,IAAIC,EAAAA,WAAkBC,I,oJCzCzCyE,IAgCEA,GAAAjX,UAAAkX,QAAA,SAAQC,EAAyD/G,EAAuFU,GACtJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEmG,wBAAuBA,EACvB/G,QAAOA,GAETgH,GACAtG,IAENmG,IAlCE,SAAAA,GAAYlG,GACVjR,KAAKiR,OAASA,EAoClB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnC4E,GAA6C,CACjD3E,WAAY,OACZC,KAAM,sFACNC,cAAe,CACbC,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,0BACfC,OAAMzO,EAAAA,EAAA,GACDmX,GAA+B,CAClC5V,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYiE,GAEd/D,QAAS,CACPF,WAAYG,IAGhBlB,WAAUiF,G,4JCxEZC,IA0BEA,GAAAxX,UAAAoR,KAAA,SAAKhB,EAA0FU,GAC7F,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEZ,QAAOA,GAETiB,GACAP,IAEN0G,IA3BE,SAAAA,GAAYzG,GACVjR,KAAKiR,OAASA,EA6BlB,IACMM,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,4CACNK,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYoE,GAEdlE,QAAS,CACPF,WAAYG,IAGhBlB,WAlBiB,IAAIC,EAAAA,WAAkBC,I,mwBCpCzCkF,IAgCEA,GAAA1X,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBK,EAAgGU,GACjJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETa,GACAH,IAWJ4G,GAAA1X,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoBI,EAA8CC,GAC1G,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAWI,EAAWC,GACrEE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAwBjCkH,GAAA1X,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAA0GU,GACpK,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAWJ4G,GAAA1X,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoBI,EAA8CC,GAC/G,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVI,WAAUA,EACVC,QAAOA,GAEToE,GACApE,IAqBJsH,GAAA1X,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAA0GU,GAC/I,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAEN4G,IAhIE,SAAAA,GAAY3G,GACVjR,KAAKiR,OAASA,EAkIlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,wKACNC,cAAe,CACbE,GACAC,GACA6E,GACA/E,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYuE,GAEdrE,QAAS,CACPF,WAAYG,IAGhBlB,WAAUuF,GAGNzD,GAAkD,CACtD3B,WAAY,MACZC,KAAM,8IACNC,cAAe,CACbE,GACAC,GACAF,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyE,IAEdvE,QAAS,CACPF,WAAYG,IAGhBlB,WAAUuF,GAGNrD,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,wKACNC,cAAe,CACbE,GACAC,GACA6E,GACA/E,IAEFG,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACD0X,GAAiC,CACpCnW,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYuE,GAEd/D,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUuF,GAGN9C,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfC,IAEFC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyE,IAEdvE,QAAS,CACPF,WAAYG,IAGhBlB,WAAUuF,G,0xBCtPZE,IAmCEA,GAAA/X,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoB9F,EAAiBmG,EAAgFU,GAClJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACV9F,QAAOA,EACPmG,QAAOA,GAETa,GACAH,IA2BJiH,GAAA/X,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBP,EAAoBY,EAA2FU,GACzK,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVP,SAAQA,EACRY,QAAOA,GAETgE,GACAtD,IAwBJiH,GAAA/X,UAAA8U,iBAAA,SAAiB1F,EAAsBI,EAAoBY,EAA2FU,GACpJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZI,SAAQA,EACRY,QAAOA,GAET2E,GACAjE,IAENiH,IA3GE,SAAAA,GAAYhH,GACVjR,KAAKiR,OAASA,EA6GlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,6IACNC,cAAe,CACbC,GACAC,GACAC,GhB2BiD,CACnDpE,cAAe,UACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,UAChBC,KAAM,CACJC,KAAM,agB9BV4R,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY4E,GAEd1E,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4F,GAGN9D,GAAkD,CACtD3B,WAAY,MACZC,KAAM,mIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiF,GACAG,IAEFlF,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY+E,IAEd7E,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4F,GAGNnD,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,GACAG,IAEFlF,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY+E,IAEd7E,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4F,G,4zBChMZG,IAmCEA,GAAArY,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBuI,EAA0BlI,EAAqFU,GAChK,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVuI,iBAAgBA,EAChBlI,QAAOA,GAETa,GACAH,IA2BJuH,GAAArY,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBI,EAA4CC,EAAmGU,GACzM,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVI,WAAUA,EACVC,QAAOA,GAETgE,GACAtD,IAqBJuH,GAAArY,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAAmGU,GACxI,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAENuH,IAvGE,SAAAA,GAAYtH,GACVjR,KAAKiR,OAASA,EAyGlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,8JACNC,cAAe,CACbC,GACAC,GACAC,GjByD0D,CAC5DpE,cAAe,mBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,mBAChBC,KAAM,CACJC,KAAM,aiB5DV4R,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYkF,GAEdhF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUkG,GAGNpE,GAAkD,CACtD3B,WAAY,MACZC,KAAM,2IACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDuY,GAA+B,CAClChX,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYqF,IAEdnF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUkG,GAGNzD,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYqF,IAEdnF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUkG,G,ozBCjMZG,IAmCEA,GAAA3Y,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoB6I,EAA0BxI,EAAoFU,GAC/J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACV6I,iBAAgBA,EAChBxI,QAAOA,GAETa,GACAH,IA2BJ6H,GAAA3Y,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBI,EAAwCC,EAA+FU,GACjM,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVI,WAAUA,EACVC,QAAOA,GAETgE,GACAtD,IAqBJ6H,GAAA3Y,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAA+FU,GACpI,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAEN6H,IAvGE,SAAAA,GAAY5H,GACVjR,KAAKiR,OAASA,EAyGlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,0JACNC,cAAe,CACbC,GACAC,GACAC,GlBoJ0D,CAC5DpE,cAAe,mBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,mBAChBC,KAAM,CACJC,KAAM,akBvJV4R,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYwF,GAEdtF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUwG,GAGN1E,GAAkD,CACtD3B,WAAY,MACZC,KAAM,uIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACD6Y,GAA2B,CAC9BtX,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAY2F,IAEdzF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUwG,GAGN/D,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY2F,IAEdzF,QAAS,CACPF,WAAYG,IAGhBlB,WAAUwG,G,kvBCjMZG,IAmCEA,GAAAjZ,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBjE,EAAqBsE,EAA8EU,GACpJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVjE,YAAWA,EACXsE,QAAOA,GAETa,GACAH,IAwBJmI,GAAAjZ,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAAyFU,GACnJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAqBJmI,GAAAjZ,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAAyFU,GAC9H,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAENmI,IAnGE,SAAAA,GAAYlI,GACVjR,KAAKiR,OAASA,EAqGlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,+IACNC,cAAe,CACbC,GACAC,GACAC,GACAoG,IAEFnG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY8F,GAEd5F,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8G,GAGNhF,GAAkD,CACtD3B,WAAY,MACZC,KAAM,iIACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYgG,IAEd9F,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8G,GAGNrE,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYgG,IAEd9F,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8G,G,+vBCtLZE,IAsCEA,GAAAtZ,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBjE,EAAqByN,EAA+BnJ,EAA2FU,GAChM,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVjE,YAAWA,EACXyN,sBAAqBA,EACrBnJ,QAAOA,GAETa,GACAH,IA2BJwI,GAAAtZ,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBjE,EAAqBsE,EAAgIU,GAC/M,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVjE,YAAWA,EACXsE,QAAOA,GAETgE,GACAtD,IAqBJwI,GAAAtZ,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAAoIU,GACzK,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAENwI,IA3GE,SAAAA,GAAYvI,GACVjR,KAAKiR,OAASA,EA6GlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,0LACNC,cAAe,CACbC,GACAC,GACAC,GACAoG,GpB8D+D,CACjExK,cAAe,wBACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,wBAChBC,KAAM,CACJC,KAAM,aoBjEV4R,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYmG,GAEdjG,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmH,GAGNrF,GAAkD,CACtD3B,WAAY,MACZC,KAAM,kKACNC,cAAe,CACbC,GACAC,GACAC,GACAoG,IAEFnG,gBAAiB,CACfiF,GACA0B,IAEFzG,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYsG,IAEdpG,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmH,GAGN1E,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,GACA0B,IAEFzG,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYsG,IAEdpG,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmH,G,4GClMZG,IAgCEA,GAAA5Z,UAAA6Q,IAAA,SAAI1B,EAAsBG,EAAqBc,EAA+GU,GAC5J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE7B,aAAYA,EACZG,YAAWA,EACXc,QAAOA,GAETa,GACAH,IAEN8I,IAnCE,SAAAA,GAAY7I,GACVjR,KAAKiR,OAASA,EAqClB,IACME,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,oJACNC,cAAe,CACbC,GACAoE,GACA6C,IAEF9G,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyG,GAEdvG,QAAS,CACPF,WAAYG,IAGhBlB,WAvBiB,IAAIC,EAAAA,WAAkBC,I,+vBC7CzCuH,IAgCEA,GAAA/Z,UAAAoR,KAAA,SAAKjC,EAAsBG,EAAqBc,EAAsGU,GACpJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE7B,aAAYA,EACZG,YAAWA,EACXc,QAAOA,GAETiB,GACAP,IAqBJiJ,GAAA/Z,UAAAga,SAAA,SAAS5K,EAAsBgB,EAAsGU,GACnI,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET6J,GACAnJ,IAENiJ,IA/DE,SAAAA,GAAYhJ,GACVjR,KAAKiR,OAASA,EAiElB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCnB,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,iJACNC,cAAe,CACbC,GACAoE,GACA6C,IAEF9G,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYsG,IAEd/F,IAAK,CACHP,WAAYsG,IAEdpG,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4H,GAGND,GAA8C,CAClDxH,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYsG,IAEd/F,IAAK,CACHP,WAAYsG,IAEdpG,QAAS,CACPF,WAAYG,IAGhBlB,WAAU4H,G,uzBC7HZC,IAmCEA,GAAAna,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBR,EAAuCa,EAAgGU,GACxL,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVR,8BAA6BA,EAC7Ba,QAAOA,GAETa,GACAH,IAYJqJ,GAAAna,UAAAsU,eAAA,SAAe1E,EAA2BG,EAAoBR,EAAuCY,EAA8CC,GACjJ,OAAOtQ,KAAKyU,oBAAoB3E,EAAkBG,EAAWR,EAA8BY,EAAWC,GACnGE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjC2J,GAAAna,UAAA2Q,aAAA,SAAaf,EAA2BG,EAAoBR,EAAuCa,GACjG,OAAOtQ,KAAK8Q,kBAAkBhB,EAAkBG,EAAWR,EAA8Ba,GACtFE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAajC2J,GAAAna,UAAAoa,WAAA,SAAWxK,EAA2BG,EAAoBR,EAAuCY,EAA+BC,GAC9H,OAAOtQ,KAAKua,gBAAgBzK,EAAkBG,EAAWR,EAA8BY,EAAWC,GAC/FE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAwBjC2J,GAAAna,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAA0GU,GACpK,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IAYJqJ,GAAAna,UAAAuU,oBAAA,SAAoB3E,EAA2BG,EAAoBR,EAAuCY,EAA8CC,GACtJ,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVR,8BAA6BA,EAC7BY,WAAUA,EACVC,QAAOA,GAEToE,GACApE,IAWJ+J,GAAAna,UAAA4Q,kBAAA,SAAkBhB,EAA2BG,EAAoBR,EAAuCa,GACtG,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVR,8BAA6BA,EAC7Ba,QAAOA,GAET6B,GACA7B,IAaJ+J,GAAAna,UAAAqa,gBAAA,SAAgBzK,EAA2BG,EAAoBR,EAAuCY,EAA+BC,GACnI,OAAOtQ,KAAKiR,OAAOe,eACjB,CACElC,kBAAiBA,EACjBG,WAAUA,EACVR,8BAA6BA,EAC7BY,WAAUA,EACVC,QAAOA,GAETkK,GACAlK,IAqBJ+J,GAAAna,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAA0GU,GAC/I,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAENqJ,IA9ME,SAAAA,GAAYpJ,GACVjR,KAAKiR,OAASA,EAgNlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnCvB,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,mLACNC,cAAe,CACbE,GACAC,GACAyH,GACA3H,IAEFG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYmH,IAEdjH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmI,GAGNrG,GAAkD,CACtD3B,WAAY,MACZC,KAAM,mJACNC,cAAe,CACbE,GACAC,GACAF,IAEFG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYqH,IAEdnH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmI,GAGNjG,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,mLACNC,cAAe,CACbE,GACAC,GACAyH,GACA3H,IAEFG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDsa,IAAiC,CACpC/Y,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYmH,IAEd3G,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmI,GAGNxI,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,mLACNC,cAAe,CACbE,GACAC,GACAyH,GACA3H,IAEFG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmI,GAGNH,GAAqD,CACzD7H,WAAY,QACZC,KAAM,mLACNC,cAAe,CACbC,GACAC,GACAC,GACAyH,IAEFxH,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDya,IAAkB,CACrBlZ,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYmH,IAEdjH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmI,GAGN1F,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYqH,IAEdnH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUmI,G,myBC/XZG,IAgCEA,GAAA5a,UAAAmU,aAAA,SAAavE,EAA2BG,EAAoBK,EAAoGU,GAC9J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETgE,GACAtD,IA2BJ8J,GAAA5a,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoB8K,EAAmBzK,EAA0FU,GAC9J,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACV8K,UAASA,EACTzK,QAAOA,GAETa,GACAH,IAqBJ8J,GAAA5a,UAAA8U,iBAAA,SAAiB1F,EAAsBgB,EAAoGU,GACzI,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET2E,GACAjE,IAEN8J,IAnGE,SAAAA,GAAY7J,GACVjR,KAAKiR,OAASA,EAqGlB,IAAMuB,EAAa,IAAIC,EAAAA,WAAkBC,GACnC4B,GAAkD,CACtD3B,WAAY,MACZC,KAAM,6IACNC,cAAe,CACbE,GACAC,GACAF,IAEFG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyH,IAEdvH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUyI,GAGN9J,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,yJACNC,cAAe,CACbE,GACAC,GxBlDmD,CACrDpE,cAAe,YACfC,OAAQ,CACNlN,UAAU,EACVR,eAAgB,YAChBC,KAAM,CACJC,KAAM,YwB8CRyR,IAEFG,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY2H,IAEdzH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUyI,GAGNhG,GAAsD,CAC1DtC,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYyH,IAEdvH,QAAS,CACPF,WAAYG,IAGhBlB,WAAUyI,G,yxBCrLZE,IAgCEA,GAAAjb,UAAAoR,KAAA,SAAKxB,EAA2BG,EAAoBK,EAA0FU,GAC5I,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETiB,GACAP,IA2BJmK,GAAAjb,UAAA6Q,IAAA,SAAIjB,EAA2BG,EAAoBb,EAAiBkB,EAAgFU,GAClJ,OAAOhR,KAAKiR,OAAOC,qBACjB,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVb,QAAOA,EACPkB,QAAOA,GAETa,GACAH,IAYJmK,GAAAjb,UAAAsU,eAAA,SAAevE,EAAoBb,EAAiBiB,EAA8BP,EAA2BQ,GAC3G,OAAOtQ,KAAKyU,oBAAoBxE,EAAWb,EAAQiB,EAAWP,EAAkBQ,GAC7EE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAWjCyK,GAAAjb,UAAA2Q,aAAA,SAAaZ,EAAoBb,EAAiBU,EAA2BQ,GAC3E,OAAOtQ,KAAK8Q,kBAAkBb,EAAWb,EAAQU,EAAkBQ,GAChEE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAYjCyK,GAAAjb,UAAAuU,oBAAA,SAAoBxE,EAAoBb,EAAiBiB,EAA8BP,EAA2BQ,GAChH,OAAOtQ,KAAKiR,OAAOe,eACjB,CACE/B,WAAUA,EACVb,QAAOA,EACPiB,WAAUA,EACVP,kBAAiBA,EACjBQ,QAAOA,GAEToE,GACApE,IAWJ6K,GAAAjb,UAAA4Q,kBAAA,SAAkBb,EAAoBb,EAAiBU,EAA2BQ,GAChF,OAAOtQ,KAAKiR,OAAOe,eACjB,CACE/B,WAAUA,EACVb,QAAOA,EACPU,kBAAiBA,EACjBQ,QAAOA,GAET6B,GACA7B,IAqBJ6K,GAAAjb,UAAAga,SAAA,SAAS5K,EAAsBgB,EAA0FU,GACvH,OAAOhR,KAAKiR,OAAOC,qBACjB,CACE5B,aAAYA,EACZgB,QAAOA,GAET6J,GACAnJ,IAENmK,IAxKE,SAAAA,GAAYlK,GACVjR,KAAKiR,OAASA,EA0KlB,IClLAmK,GDkLM5I,EAAa,IAAIC,EAAAA,WAAkBC,GACnCnB,GAA0C,CAC9CoB,WAAY,MACZC,KAAM,6HACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY8H,IAEd5H,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8I,GAGNnK,GAAyC,CAC7CwB,WAAY,MACZC,KAAM,uIACNC,cAAe,CACbE,GACAC,GACAuI,GACAzI,IAEFG,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYiI,IAEd/H,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8I,GAGN5G,GAAyD,CAC7D/B,WAAY,MACZC,KAAM,uIACNC,cAAe,CACbG,GACAuI,GACAzI,GACAC,IAEFE,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFQ,YAAa,CACXhF,cAAe,aACfC,OAAMzO,EAAAA,EAAA,GACDob,IAAiB,CACpB7Z,UAAU,KAGd0R,UAAW,CACTC,IAAK,CACHC,WAAYiI,IAEdzH,IAAK,CACHR,WAAYiI,IAEd/H,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8I,GAGNnJ,GAAuD,CAC3DQ,WAAY,SACZC,KAAM,uIACNC,cAAe,CACbG,GACAuI,GACAzI,GACAC,IAEFE,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLE,IAAK,GACLR,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8I,GAGNnB,GAA8C,CAClDxH,WAAY,MACZ2C,QAAS,+BACT1C,KAAM,aACNC,cAAe,CACb0C,IAEFtC,gBAAiB,CACfiB,IAEFf,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAY8H,IAEd5H,QAAS,CACPF,WAAYG,IAGhBlB,WAAU8I,GCzTZG,IAAkD3b,EAAA2b,GAAlDL,GAAkDM,EAAAA,oBA+ClDD,IAhCE,SAAAA,GAAYE,EAAgEzL,EAAwBI,GAApG,IAYUsL,EAZVC,EAAA7b,KACE,GAAmB8b,MAAfH,EACF,MAAM,IAAII,MAAM,iCAElB,GAAsBD,MAAlB5L,EACF,MAAM,IAAI6L,MAAM,oC,OAIhBzL,EADGA,GACO,IAEC0L,YACLJ,EAAmBK,EAAAA,2BACzB3L,EAAQ0L,UAAeE,0BAAiCN,IAG1DC,EAAAT,GAAAxa,KAAAZ,KAAM2b,EAAarL,IAAQtQ,MAEtB2O,eAAiB,QACtBkN,EAAKM,iCAAmC,GACxCN,EAAKO,QAAU9L,EAAQ8L,SAAWP,EAAKO,SAAW,+BAClDP,EAAKQ,mBAAqB,kCAC1BR,EAAKF,YAAcA,EACnBE,EAAK3L,eAAiBA,EAES,OAA3BI,EAAQ3B,qBAAsDmN,IAA3BxL,EAAQ3B,iBAC7CkN,EAAKlN,eAAiB2B,EAAQ3B,gBAEiB,OAA7C2B,EAAQ6L,uCAA0FL,IAA7CxL,EAAQ6L,mCAC/DN,EAAKM,iCAAmC7L,EAAQ6L,kC,YC1ClBrc,EAAAwc,G,GAAAb,IAyFlCa,GAAApc,UAAAqc,iCAAA,SAAiCzM,EAA2BG,EAAoBK,EAA6GU,GAC3L,OAAOhR,KAAKkR,qBACV,CACEpB,kBAAiBA,EACjBG,WAAUA,EACVK,QAAOA,GAETkM,GACAxL,IAYJsL,GAAApc,UAAAuc,+BAAA,SAA+B3M,EAA2BG,EAAoBjE,EAAqBP,EAAsB6E,GACvH,OAAOtQ,KAAK0c,oCAAoC5M,EAAkBG,EAAWjE,EAAYP,EAAa6E,GACnGE,KAAK,SAAAC,GAAa,OAAAA,EAAUC,uBAYjC4L,GAAApc,UAAAwc,oCAAA,SAAoC5M,EAA2BG,EAAoBjE,EAAqBP,EAAsB6E,GAC5H,OAAOtQ,KAAKgS,eACV,CACElC,kBAAiBA,EACjBG,WAAUA,EACVjE,YAAWA,EACXP,aAAYA,EACZ6E,QAAOA,GAETqM,GACArM,IAENgM,IAhGE,SAAAA,GAAYX,EAAgEzL,EAAwBI,GAApGuL,EACET,GAAAxa,KAAAZ,KAAM2b,EAAazL,EAAgBI,IAAQtQ,K,OAC3C6b,EAAKe,QAAU,IAAIC,GAAmBhB,GACtCA,EAAKiB,SAAW,IAAIC,GAAoBlB,GACxCA,EAAKmB,cAAgB,IAAIC,GAAyBpB,GAClDA,EAAKqB,oBAAsB,IAAIC,GAA+BtB,GAC9DA,EAAKuB,UAAY,IAAIC,GAAqBxB,GAC1CA,EAAKyB,eAAiB,IAAIC,GAA0B1B,GACpDA,EAAK2B,iBAAmB,IAAIC,GAA4B5B,GACxDA,EAAK6B,SAAW,IAAIC,GAAoB9B,GACxCA,EAAK+B,qBAAuB,IAAIC,GAAgChC,GAChEA,EAAKiC,mBAAqB,IAAIC,GAA8BlC,GAC5DA,EAAKmC,2BAA6B,IAAIC,GAAsCpC,GAC5EA,EAAKqC,6BAA+B,IAAIC,GAAwCtC,GAChFA,EAAKuC,sBAAwB,IAAIC,GAAiCxC,GAClEA,EAAKyC,WAAa,IAAIC,GAAsB1C,GAC5CA,EAAK2C,4BAA8B,IAAIC,GAAuC5C,GAC9EA,EAAK6C,WAAa,IAAIC,GAAsB9C,GAC5CA,EAAK+C,mBAAqB,IAAIC,GAA8BhD,GAC5DA,EAAKiD,eAAiB,IAAIC,GAA0BlD,GACpDA,EAAKmD,SAAW,IAAIC,GAAoBpD,GACxCA,EAAKqD,mBAAqB,IAAIC,GAA8BtD,GAC5DA,EAAKuD,sDAAwD,IAAIC,GAAiExD,GAClIA,EAAKyD,6CAA+C,IAAIC,GAAwD1D,GAChHA,EAAKtW,2BAA6B,IAAIia,GAAsC3D,GAC5EA,EAAK4D,qBAAuB,IAAIC,GAAgC7D,GAChEA,EAAK8D,WAAa,IAAIC,GAAsB/D,G,EAyEhD,IAAMrJ,EAAa,IAAIC,EAAAA,WAAkBC,IACnC8J,GAAsE,CAC1E7J,WAAY,OACZC,KAAM,yJACNC,cAAe,CACbC,GACAC,GACAC,IAEFC,gBAAiB,CACfiF,IAEF/E,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,CACHC,WAAYsM,GAEdpM,QAAS,CACPF,WAAYG,IAGhBlB,WAAUsN,GAGNnD,GAAyE,CAC7EhK,WAAY,OACZC,KAAM,8KACNC,cAAe,CACbC,GACAC,GACAC,GACAoG,IAEFnG,gBAAiB,CACfiF,GACAzC,IAEFtC,iBAAkB,CAChBC,IAEFC,UAAW,CACTC,IAAK,GACLS,IAAK,GACLN,QAAS,CACPF,WAAYG,IAGhBlB,WAAUsN,G"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { discriminators, Advisor, AdvisorsResultList, AzureEntityResource, BaseResource, CloudError, Configuration, Database, FirewallRule, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=advisorsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"advisorsMappers.d.ts","sourceRoot":"","sources":["../../src/models/advisorsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,OAAO,EACP,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { discriminators, Advisor, AdvisorsResultList, AzureEntityResource, BaseResource, CloudError, Configuration, Database, FirewallRule, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=advisorsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"advisorsMappers.js","sourceRoot":"","sources":["../../src/models/advisorsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,cAAc,EACd,OAAO,EACP,kBAAkB,EAClB,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkNameAvailabilityMappers.d.ts","sourceRoot":"","sources":["../../src/models/checkNameAvailabilityMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,UAAU,EACV,mBAAmB,EACnB,aAAa,EACb,gBAAgB,EAChB,uBAAuB,EACxB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { discriminators, CloudError, ErrorAdditionalInfo, ErrorResponse, NameAvailability, NameAvailabilityRequest } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=checkNameAvailabilityMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkNameAvailabilityMappers.js","sourceRoot":"","sources":["../../src/models/checkNameAvailabilityMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,cAAc,EACd,UAAU,EACV,mBAAmB,EACnB,aAAa,EACb,gBAAgB,EAChB,uBAAuB,EACxB,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { discriminators, Advisor, AzureEntityResource, BaseResource, CloudError, Configuration, ConfigurationListResult, Database, ErrorAdditionalInfo, ErrorResponse, FirewallRule, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=configurationsMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/configurationsMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,uBAAuB,EACvB,QAAQ,EACR,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { discriminators, Advisor, AzureEntityResource, BaseResource, CloudError, Configuration, ConfigurationListResult, Database, ErrorAdditionalInfo, ErrorResponse, FirewallRule, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=configurationsMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configurationsMappers.js","sourceRoot":"","sources":["../../src/models/configurationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,cAAc,EACd,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,uBAAuB,EACvB,QAAQ,EACR,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { discriminators, Advisor, AzureEntityResource, BaseResource, CloudError, Configuration, Database, DatabaseListResult, ErrorAdditionalInfo, ErrorResponse, FirewallRule, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=databasesMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"databasesMappers.d.ts","sourceRoot":"","sources":["../../src/models/databasesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,kBAAkB,EAClB,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { discriminators, Advisor, AzureEntityResource, BaseResource, CloudError, Configuration, Database, DatabaseListResult, ErrorAdditionalInfo, ErrorResponse, FirewallRule, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=databasesMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"databasesMappers.js","sourceRoot":"","sources":["../../src/models/databasesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,cAAc,EACd,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,kBAAkB,EAClB,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { discriminators, Advisor, AzureEntityResource, BaseResource, CloudError, Configuration, Database, ErrorAdditionalInfo, ErrorResponse, FirewallRule, FirewallRuleListResult, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
2
|
-
//# sourceMappingURL=firewallRulesMappers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"firewallRulesMappers.d.ts","sourceRoot":"","sources":["../../src/models/firewallRulesMappers.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,cAAc,EACd,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,sBAAsB,EACtB,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export { discriminators, Advisor, AzureEntityResource, BaseResource, CloudError, Configuration, Database, ErrorAdditionalInfo, ErrorResponse, FirewallRule, FirewallRuleListResult, LogFile, PrivateEndpointConnection, PrivateEndpointProperty, PrivateLinkResource, PrivateLinkResourceProperties, PrivateLinkServiceConnectionStateProperty, ProxyResource, QueryStatistic, QueryText, RecommendationAction, RecoverableServerResource, Resource, ResourceIdentity, Server, ServerAdministratorResource, ServerKey, ServerPrivateEndpointConnection, ServerPrivateEndpointConnectionProperties, ServerPrivateLinkServiceConnectionStateProperty, ServerSecurityAlertPolicy, Sku, StorageProfile, TrackedResource, VirtualNetworkRule, WaitStatistic } from "../models/mappers";
|
|
9
|
-
//# sourceMappingURL=firewallRulesMappers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"firewallRulesMappers.js","sourceRoot":"","sources":["../../src/models/firewallRulesMappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,cAAc,EACd,OAAO,EACP,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,aAAa,EACb,QAAQ,EACR,mBAAmB,EACnB,aAAa,EACb,YAAY,EACZ,sBAAsB,EACtB,OAAO,EACP,yBAAyB,EACzB,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,yCAAyC,EACzC,aAAa,EACb,cAAc,EACd,SAAS,EACT,oBAAoB,EACpB,yBAAyB,EACzB,QAAQ,EACR,gBAAgB,EAChB,MAAM,EACN,2BAA2B,EAC3B,SAAS,EACT,+BAA+B,EAC/B,yCAAyC,EACzC,+CAA+C,EAC/C,yBAAyB,EACzB,GAAG,EACH,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|