@azure/arm-appinsights 3.1.1 → 5.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +7666 -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/applicationInsightsManagementClient.d.ts +35 -0
- package/dist-esm/src/applicationInsightsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/applicationInsightsManagementClient.js +68 -0
- package/dist-esm/src/applicationInsightsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2107 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +88 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1580 -1028
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +63 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +515 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/aPIKeys.d.ts +55 -0
- package/dist-esm/src/operations/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/aPIKeys.js +185 -0
- package/dist-esm/src/operations/aPIKeys.js.map +1 -0
- package/dist-esm/src/operations/analyticsItems.d.ts +51 -0
- package/dist-esm/src/operations/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operations/analyticsItems.js +157 -0
- package/dist-esm/src/operations/analyticsItems.js.map +1 -0
- package/dist-esm/src/operations/annotations.d.ts +63 -0
- package/dist-esm/src/operations/annotations.d.ts.map +1 -0
- package/dist-esm/src/operations/annotations.js +207 -0
- package/dist-esm/src/operations/annotations.js.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts +20 -0
- package/dist-esm/src/operations/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js +50 -0
- package/dist-esm/src/operations/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts +29 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js +81 -0
- package/dist-esm/src/operations/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts +20 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js +50 -0
- package/dist-esm/src/operations/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts +53 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js +174 -0
- package/dist-esm/src/operations/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts +20 -0
- package/dist-esm/src/operations/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/componentQuotaStatus.js +50 -0
- package/dist-esm/src/operations/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operations/components.d.ts +108 -0
- package/dist-esm/src/operations/components.d.ts.map +1 -0
- package/dist-esm/src/operations/components.js +430 -0
- package/dist-esm/src/operations/components.js.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts +58 -0
- package/dist-esm/src/operations/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/exportConfigurations.js +195 -0
- package/dist-esm/src/operations/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operations/favorites.d.ts +55 -0
- package/dist-esm/src/operations/favorites.d.ts.map +1 -0
- package/dist-esm/src/operations/favorites.js +196 -0
- package/dist-esm/src/operations/favorites.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +5 -7
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/liveToken.d.ts +19 -0
- package/dist-esm/src/operations/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operations/liveToken.js +47 -0
- package/dist-esm/src/operations/liveToken.js.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts +89 -0
- package/dist-esm/src/operations/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/myWorkbooks.js +387 -0
- package/dist-esm/src/operations/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts +40 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js +130 -0
- package/dist-esm/src/operations/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operations/webTestLocations.d.ts +30 -0
- package/dist-esm/src/operations/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/webTestLocations.js +96 -0
- package/dist-esm/src/operations/webTestLocations.js.map +1 -0
- package/dist-esm/src/operations/webTests.d.ts +108 -0
- package/dist-esm/src/operations/webTests.d.ts.map +1 -0
- package/dist-esm/src/operations/webTests.js +435 -0
- package/dist-esm/src/operations/webTests.js.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts +75 -0
- package/dist-esm/src/operations/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/workItemConfigurations.js +257 -0
- package/dist-esm/src/operations/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts +57 -0
- package/dist-esm/src/operations/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operations/workbookTemplates.js +223 -0
- package/dist-esm/src/operations/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operations/workbooks.d.ts +120 -0
- package/dist-esm/src/operations/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operations/workbooks.js +530 -0
- package/dist-esm/src/operations/workbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/aPIKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js +9 -0
- package/dist-esm/src/operationsInterfaces/analyticsItems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts +43 -0
- package/dist-esm/src/operationsInterfaces/annotations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/annotations.js +9 -0
- package/dist-esm/src/operationsInterfaces/annotations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentAvailableFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentCurrentBillingFeatures.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentFeatureCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentLinkedStorageAccountsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js +9 -0
- package/dist-esm/src/operationsInterfaces/componentQuotaStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/components.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/components.js +9 -0
- package/dist-esm/src/operationsInterfaces/components.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/exportConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/favorites.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/favorites.js +9 -0
- package/dist-esm/src/operationsInterfaces/favorites.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +27 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/liveToken.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js +9 -0
- package/dist-esm/src/operationsInterfaces/liveToken.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/myWorkbooks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/proactiveDetectionConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTestLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/webTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/webTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/webTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workItemConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbookTemplates.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/workbooks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workbooks.js +9 -0
- package/dist-esm/src/operationsInterfaces/workbooks.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 +72 -23
- package/review/arm-appinsights.api.md +1776 -0
- package/rollup.config.js +181 -30
- package/src/applicationInsightsManagementClient.ts +144 -71
- package/src/index.ts +12 -0
- package/src/models/index.ts +1634 -2500
- package/src/models/mappers.ts +1679 -1084
- package/src/models/parameters.ts +370 -186
- package/src/operations/aPIKeys.ts +155 -191
- package/src/operations/analyticsItems.ts +122 -240
- package/src/operations/annotations.ts +187 -214
- package/src/operations/componentAvailableFeatures.ts +40 -57
- package/src/operations/componentCurrentBillingFeatures.ts +66 -110
- package/src/operations/componentFeatureCapabilities.ts +40 -57
- package/src/operations/componentLinkedStorageAccountsOperations.ts +128 -182
- package/src/operations/componentQuotaStatus.ts +39 -57
- package/src/operations/components.ts +340 -425
- package/src/operations/exportConfigurations.ts +139 -264
- package/src/operations/favorites.ts +134 -242
- package/src/operations/index.ts +5 -7
- package/src/operations/liveToken.ts +30 -50
- package/src/operations/myWorkbooks.ts +360 -252
- package/src/operations/proactiveDetectionConfigurations.ts +97 -160
- package/src/operations/webTestLocations.ts +86 -53
- package/src/operations/webTests.ts +391 -411
- package/src/operations/workItemConfigurations.ts +202 -283
- package/src/operations/workbookTemplates.ts +286 -0
- package/src/operations/workbooks.ts +558 -196
- package/src/operationsInterfaces/aPIKeys.ts +76 -0
- package/src/operationsInterfaces/analyticsItems.ts +82 -0
- package/src/operationsInterfaces/annotations.ts +81 -0
- package/src/operationsInterfaces/componentAvailableFeatures.ts +27 -0
- package/src/operationsInterfaces/componentCurrentBillingFeatures.ts +44 -0
- package/src/operationsInterfaces/componentFeatureCapabilities.ts +27 -0
- package/src/operationsInterfaces/componentLinkedStorageAccountsOperations.ts +86 -0
- package/src/operationsInterfaces/componentQuotaStatus.ts +27 -0
- package/src/operationsInterfaces/components.ts +131 -0
- package/src/operationsInterfaces/exportConfigurations.ts +95 -0
- package/src/operationsInterfaces/favorites.ts +92 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/liveToken.ts +22 -0
- package/src/operationsInterfaces/myWorkbooks.ts +95 -0
- package/src/operationsInterfaces/proactiveDetectionConfigurations.ts +63 -0
- package/src/operationsInterfaces/webTestLocations.ts +29 -0
- package/src/operationsInterfaces/webTests.ts +104 -0
- package/src/operationsInterfaces/workItemConfigurations.ts +109 -0
- package/src/operationsInterfaces/workbookTemplates.ts +80 -0
- package/src/operationsInterfaces/workbooks.ts +120 -0
- package/tsconfig.json +14 -6
- package/types/arm-appinsights.d.ts +3117 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-appinsights.js +0 -6626
- package/dist/arm-appinsights.js.map +0 -1
- package/dist/arm-appinsights.min.js +0 -1
- package/dist/arm-appinsights.min.js.map +0 -1
- package/esm/applicationInsightsManagementClient.d.ts +0 -42
- package/esm/applicationInsightsManagementClient.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClient.js +0 -56
- package/esm/applicationInsightsManagementClient.js.map +0 -1
- package/esm/applicationInsightsManagementClientContext.d.ts +0 -21
- package/esm/applicationInsightsManagementClientContext.d.ts.map +0 -1
- package/esm/applicationInsightsManagementClientContext.js +0 -60
- package/esm/applicationInsightsManagementClientContext.js.map +0 -1
- package/esm/models/aPIKeysMappers.d.ts +0 -2
- package/esm/models/aPIKeysMappers.d.ts.map +0 -1
- package/esm/models/aPIKeysMappers.js +0 -9
- package/esm/models/aPIKeysMappers.js.map +0 -1
- package/esm/models/analyticsItemsMappers.d.ts +0 -2
- package/esm/models/analyticsItemsMappers.d.ts.map +0 -1
- package/esm/models/analyticsItemsMappers.js +0 -9
- package/esm/models/analyticsItemsMappers.js.map +0 -1
- package/esm/models/annotationsMappers.d.ts +0 -2
- package/esm/models/annotationsMappers.d.ts.map +0 -1
- package/esm/models/annotationsMappers.js +0 -9
- package/esm/models/annotationsMappers.js.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.d.ts +0 -2
- package/esm/models/componentAvailableFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentAvailableFeaturesMappers.js +0 -9
- package/esm/models/componentAvailableFeaturesMappers.js.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts +0 -2
- package/esm/models/componentCurrentBillingFeaturesMappers.d.ts.map +0 -1
- package/esm/models/componentCurrentBillingFeaturesMappers.js +0 -9
- package/esm/models/componentCurrentBillingFeaturesMappers.js.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts +0 -2
- package/esm/models/componentFeatureCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/componentFeatureCapabilitiesMappers.js +0 -9
- package/esm/models/componentFeatureCapabilitiesMappers.js.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts +0 -2
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.d.ts.map +0 -1
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js +0 -9
- package/esm/models/componentLinkedStorageAccountsOperationsMappers.js.map +0 -1
- package/esm/models/componentQuotaStatusMappers.d.ts +0 -2
- package/esm/models/componentQuotaStatusMappers.d.ts.map +0 -1
- package/esm/models/componentQuotaStatusMappers.js +0 -9
- package/esm/models/componentQuotaStatusMappers.js.map +0 -1
- package/esm/models/componentsMappers.d.ts +0 -2
- package/esm/models/componentsMappers.d.ts.map +0 -1
- package/esm/models/componentsMappers.js +0 -9
- package/esm/models/componentsMappers.js.map +0 -1
- package/esm/models/exportConfigurationsMappers.d.ts +0 -2
- package/esm/models/exportConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/exportConfigurationsMappers.js +0 -9
- package/esm/models/exportConfigurationsMappers.js.map +0 -1
- package/esm/models/favoritesMappers.d.ts +0 -2
- package/esm/models/favoritesMappers.d.ts.map +0 -1
- package/esm/models/favoritesMappers.js +0 -9
- package/esm/models/favoritesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3038
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/liveTokenMappers.d.ts +0 -2
- package/esm/models/liveTokenMappers.d.ts.map +0 -1
- package/esm/models/liveTokenMappers.js +0 -9
- package/esm/models/liveTokenMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -69
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/myWorkbooksMappers.d.ts +0 -2
- package/esm/models/myWorkbooksMappers.d.ts.map +0 -1
- package/esm/models/myWorkbooksMappers.js +0 -9
- package/esm/models/myWorkbooksMappers.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 -36
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -416
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts +0 -2
- package/esm/models/proactiveDetectionConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/proactiveDetectionConfigurationsMappers.js +0 -9
- package/esm/models/proactiveDetectionConfigurationsMappers.js.map +0 -1
- package/esm/models/webTestLocationsMappers.d.ts +0 -2
- package/esm/models/webTestLocationsMappers.d.ts.map +0 -1
- package/esm/models/webTestLocationsMappers.js +0 -9
- package/esm/models/webTestLocationsMappers.js.map +0 -1
- package/esm/models/webTestsMappers.d.ts +0 -2
- package/esm/models/webTestsMappers.d.ts.map +0 -1
- package/esm/models/webTestsMappers.js +0 -9
- package/esm/models/webTestsMappers.js.map +0 -1
- package/esm/models/workItemConfigurationsMappers.d.ts +0 -2
- package/esm/models/workItemConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/workItemConfigurationsMappers.js +0 -9
- package/esm/models/workItemConfigurationsMappers.js.map +0 -1
- package/esm/models/workbooksMappers.d.ts +0 -2
- package/esm/models/workbooksMappers.d.ts.map +0 -1
- package/esm/models/workbooksMappers.js +0 -9
- package/esm/models/workbooksMappers.js.map +0 -1
- package/esm/operations/aPIKeys.d.ts +0 -109
- package/esm/operations/aPIKeys.d.ts.map +0 -1
- package/esm/operations/aPIKeys.js +0 -161
- package/esm/operations/aPIKeys.js.map +0 -1
- package/esm/operations/analyticsItems.d.ts +0 -139
- package/esm/operations/analyticsItems.d.ts.map +0 -1
- package/esm/operations/analyticsItems.js +0 -182
- package/esm/operations/analyticsItems.js.map +0 -1
- package/esm/operations/annotations.d.ts +0 -124
- package/esm/operations/annotations.d.ts.map +0 -1
- package/esm/operations/annotations.js +0 -185
- package/esm/operations/annotations.js.map +0 -1
- package/esm/operations/componentAvailableFeatures.d.ts +0 -34
- package/esm/operations/componentAvailableFeatures.d.ts.map +0 -1
- package/esm/operations/componentAvailableFeatures.js +0 -58
- package/esm/operations/componentAvailableFeatures.js.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.d.ts +0 -61
- package/esm/operations/componentCurrentBillingFeatures.d.ts.map +0 -1
- package/esm/operations/componentCurrentBillingFeatures.js +0 -95
- package/esm/operations/componentCurrentBillingFeatures.js.map +0 -1
- package/esm/operations/componentFeatureCapabilities.d.ts +0 -34
- package/esm/operations/componentFeatureCapabilities.d.ts.map +0 -1
- package/esm/operations/componentFeatureCapabilities.js +0 -58
- package/esm/operations/componentFeatureCapabilities.js.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts +0 -109
- package/esm/operations/componentLinkedStorageAccountsOperations.d.ts.map +0 -1
- package/esm/operations/componentLinkedStorageAccountsOperations.js +0 -165
- package/esm/operations/componentLinkedStorageAccountsOperations.js.map +0 -1
- package/esm/operations/componentQuotaStatus.d.ts +0 -34
- package/esm/operations/componentQuotaStatus.d.ts.map +0 -1
- package/esm/operations/componentQuotaStatus.js +0 -58
- package/esm/operations/componentQuotaStatus.js.map +0 -1
- package/esm/operations/components.d.ts +0 -236
- package/esm/operations/components.d.ts.map +0 -1
- package/esm/operations/components.js +0 -344
- package/esm/operations/components.js.map +0 -1
- package/esm/operations/exportConfigurations.d.ts +0 -148
- package/esm/operations/exportConfigurations.d.ts.map +0 -1
- package/esm/operations/exportConfigurations.js +0 -221
- package/esm/operations/exportConfigurations.js.map +0 -1
- package/esm/operations/favorites.d.ts +0 -139
- package/esm/operations/favorites.d.ts.map +0 -1
- package/esm/operations/favorites.js +0 -214
- package/esm/operations/favorites.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/liveToken.d.ts +0 -31
- package/esm/operations/liveToken.d.ts.map +0 -1
- package/esm/operations/liveToken.js +0 -55
- package/esm/operations/liveToken.js.map +0 -1
- package/esm/operations/myWorkbooks.d.ts +0 -148
- package/esm/operations/myWorkbooks.d.ts.map +0 -1
- package/esm/operations/myWorkbooks.js +0 -228
- package/esm/operations/myWorkbooks.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -81
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -127
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.d.ts +0 -94
- package/esm/operations/proactiveDetectionConfigurations.d.ts.map +0 -1
- package/esm/operations/proactiveDetectionConfigurations.js +0 -141
- package/esm/operations/proactiveDetectionConfigurations.js.map +0 -1
- package/esm/operations/webTestLocations.d.ts +0 -34
- package/esm/operations/webTestLocations.d.ts.map +0 -1
- package/esm/operations/webTestLocations.js +0 -58
- package/esm/operations/webTestLocations.js.map +0 -1
- package/esm/operations/webTests.d.ts +0 -214
- package/esm/operations/webTests.d.ts.map +0 -1
- package/esm/operations/webTests.js +0 -326
- package/esm/operations/webTests.js.map +0 -1
- package/esm/operations/workItemConfigurations.d.ts +0 -169
- package/esm/operations/workItemConfigurations.d.ts.map +0 -1
- package/esm/operations/workItemConfigurations.js +0 -228
- package/esm/operations/workItemConfigurations.js.map +0 -1
- package/esm/operations/workbooks.d.ts +0 -127
- package/esm/operations/workbooks.d.ts.map +0 -1
- package/esm/operations/workbooks.js +0 -197
- package/esm/operations/workbooks.js.map +0 -1
- package/src/applicationInsightsManagementClientContext.ts +0 -66
- package/src/models/aPIKeysMappers.ts +0 -14
- package/src/models/analyticsItemsMappers.ts +0 -13
- package/src/models/annotationsMappers.ts +0 -15
- package/src/models/componentAvailableFeaturesMappers.ts +0 -14
- package/src/models/componentCurrentBillingFeaturesMappers.ts +0 -13
- package/src/models/componentFeatureCapabilitiesMappers.ts +0 -12
- package/src/models/componentLinkedStorageAccountsOperationsMappers.ts +0 -31
- package/src/models/componentQuotaStatusMappers.ts +0 -12
- package/src/models/componentsMappers.ts +0 -36
- package/src/models/exportConfigurationsMappers.ts +0 -13
- package/src/models/favoritesMappers.ts +0 -12
- package/src/models/liveTokenMappers.ts +0 -12
- package/src/models/myWorkbooksMappers.ts +0 -32
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/proactiveDetectionConfigurationsMappers.ts +0 -30
- package/src/models/webTestLocationsMappers.ts +0 -13
- package/src/models/webTestsMappers.ts +0 -32
- package/src/models/workItemConfigurationsMappers.ts +0 -16
- package/src/models/workbooksMappers.ts +0 -32
- package/src/operations/operations.ts +0 -218
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/aPIKeysMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a APIKeys. */
|
|
15
|
-
var APIKeys = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a APIKeys.
|
|
18
|
-
* @param {ApplicationInsightsManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function APIKeys(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
APIKeys.prototype.list = function (resourceGroupName, resourceName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
resourceName: resourceName,
|
|
27
|
-
options: options
|
|
28
|
-
}, listOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
APIKeys.prototype.create = function (resourceGroupName, resourceName, aPIKeyProperties, options, callback) {
|
|
31
|
-
return this.client.sendOperationRequest({
|
|
32
|
-
resourceGroupName: resourceGroupName,
|
|
33
|
-
resourceName: resourceName,
|
|
34
|
-
aPIKeyProperties: aPIKeyProperties,
|
|
35
|
-
options: options
|
|
36
|
-
}, createOperationSpec, callback);
|
|
37
|
-
};
|
|
38
|
-
APIKeys.prototype.deleteMethod = function (resourceGroupName, resourceName, keyId, options, callback) {
|
|
39
|
-
return this.client.sendOperationRequest({
|
|
40
|
-
resourceGroupName: resourceGroupName,
|
|
41
|
-
resourceName: resourceName,
|
|
42
|
-
keyId: keyId,
|
|
43
|
-
options: options
|
|
44
|
-
}, deleteMethodOperationSpec, callback);
|
|
45
|
-
};
|
|
46
|
-
APIKeys.prototype.get = function (resourceGroupName, resourceName, keyId, options, callback) {
|
|
47
|
-
return this.client.sendOperationRequest({
|
|
48
|
-
resourceGroupName: resourceGroupName,
|
|
49
|
-
resourceName: resourceName,
|
|
50
|
-
keyId: keyId,
|
|
51
|
-
options: options
|
|
52
|
-
}, getOperationSpec, callback);
|
|
53
|
-
};
|
|
54
|
-
return APIKeys;
|
|
55
|
-
}());
|
|
56
|
-
export { APIKeys };
|
|
57
|
-
// Operation Specifications
|
|
58
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
59
|
-
var listOperationSpec = {
|
|
60
|
-
httpMethod: "GET",
|
|
61
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
|
|
62
|
-
urlParameters: [
|
|
63
|
-
Parameters.resourceGroupName,
|
|
64
|
-
Parameters.subscriptionId,
|
|
65
|
-
Parameters.resourceName
|
|
66
|
-
],
|
|
67
|
-
queryParameters: [
|
|
68
|
-
Parameters.apiVersion0
|
|
69
|
-
],
|
|
70
|
-
headerParameters: [
|
|
71
|
-
Parameters.acceptLanguage
|
|
72
|
-
],
|
|
73
|
-
responses: {
|
|
74
|
-
200: {
|
|
75
|
-
bodyMapper: Mappers.ApplicationInsightsComponentAPIKeyListResult
|
|
76
|
-
},
|
|
77
|
-
default: {
|
|
78
|
-
bodyMapper: Mappers.CloudError
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
serializer: serializer
|
|
82
|
-
};
|
|
83
|
-
var createOperationSpec = {
|
|
84
|
-
httpMethod: "POST",
|
|
85
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys",
|
|
86
|
-
urlParameters: [
|
|
87
|
-
Parameters.resourceGroupName,
|
|
88
|
-
Parameters.subscriptionId,
|
|
89
|
-
Parameters.resourceName
|
|
90
|
-
],
|
|
91
|
-
queryParameters: [
|
|
92
|
-
Parameters.apiVersion0
|
|
93
|
-
],
|
|
94
|
-
headerParameters: [
|
|
95
|
-
Parameters.acceptLanguage
|
|
96
|
-
],
|
|
97
|
-
requestBody: {
|
|
98
|
-
parameterPath: "aPIKeyProperties",
|
|
99
|
-
mapper: __assign(__assign({}, Mappers.APIKeyRequest), { required: true })
|
|
100
|
-
},
|
|
101
|
-
responses: {
|
|
102
|
-
200: {
|
|
103
|
-
bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
|
|
104
|
-
},
|
|
105
|
-
default: {
|
|
106
|
-
bodyMapper: Mappers.CloudError
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
serializer: serializer
|
|
110
|
-
};
|
|
111
|
-
var deleteMethodOperationSpec = {
|
|
112
|
-
httpMethod: "DELETE",
|
|
113
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
|
|
114
|
-
urlParameters: [
|
|
115
|
-
Parameters.resourceGroupName,
|
|
116
|
-
Parameters.subscriptionId,
|
|
117
|
-
Parameters.resourceName,
|
|
118
|
-
Parameters.keyId
|
|
119
|
-
],
|
|
120
|
-
queryParameters: [
|
|
121
|
-
Parameters.apiVersion0
|
|
122
|
-
],
|
|
123
|
-
headerParameters: [
|
|
124
|
-
Parameters.acceptLanguage
|
|
125
|
-
],
|
|
126
|
-
responses: {
|
|
127
|
-
200: {
|
|
128
|
-
bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
|
|
129
|
-
},
|
|
130
|
-
default: {
|
|
131
|
-
bodyMapper: Mappers.CloudError
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
serializer: serializer
|
|
135
|
-
};
|
|
136
|
-
var getOperationSpec = {
|
|
137
|
-
httpMethod: "GET",
|
|
138
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}",
|
|
139
|
-
urlParameters: [
|
|
140
|
-
Parameters.resourceGroupName,
|
|
141
|
-
Parameters.subscriptionId,
|
|
142
|
-
Parameters.resourceName,
|
|
143
|
-
Parameters.keyId
|
|
144
|
-
],
|
|
145
|
-
queryParameters: [
|
|
146
|
-
Parameters.apiVersion0
|
|
147
|
-
],
|
|
148
|
-
headerParameters: [
|
|
149
|
-
Parameters.acceptLanguage
|
|
150
|
-
],
|
|
151
|
-
responses: {
|
|
152
|
-
200: {
|
|
153
|
-
bodyMapper: Mappers.ApplicationInsightsComponentAPIKey
|
|
154
|
-
},
|
|
155
|
-
default: {
|
|
156
|
-
bodyMapper: Mappers.CloudError
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
serializer: serializer
|
|
160
|
-
};
|
|
161
|
-
//# sourceMappingURL=aPIKeys.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aPIKeys.js","sourceRoot":"","sources":["../../src/operations/aPIKeys.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { ApplicationInsightsManagementClientContext } from "../applicationInsightsManagementClientContext";
|
|
4
|
-
/** Class representing a AnalyticsItems. */
|
|
5
|
-
export declare class AnalyticsItems {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a AnalyticsItems.
|
|
9
|
-
* @param {ApplicationInsightsManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: ApplicationInsightsManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets a list of Analytics Items defined within an Application Insights component.
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
16
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
17
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
18
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.AnalyticsItemsListResponse>
|
|
21
|
-
*/
|
|
22
|
-
list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsListOptionalParams): Promise<Models.AnalyticsItemsListResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
26
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
27
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
28
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
35
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
36
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
37
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
38
|
-
* @param options The optional parameters
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
list(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsListOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem[]>): void;
|
|
42
|
-
/**
|
|
43
|
-
* Gets a specific Analytics Items defined within an Application Insights component.
|
|
44
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
46
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
47
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
48
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
49
|
-
* @param [options] The optional parameters
|
|
50
|
-
* @returns Promise<Models.AnalyticsItemsGetResponse>
|
|
51
|
-
*/
|
|
52
|
-
get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsGetOptionalParams): Promise<Models.AnalyticsItemsGetResponse>;
|
|
53
|
-
/**
|
|
54
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
56
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
57
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
58
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
59
|
-
* @param callback The callback
|
|
60
|
-
*/
|
|
61
|
-
get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;
|
|
62
|
-
/**
|
|
63
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
65
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
66
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
67
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
68
|
-
* @param options The optional parameters
|
|
69
|
-
* @param callback The callback
|
|
70
|
-
*/
|
|
71
|
-
get(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsGetOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;
|
|
72
|
-
/**
|
|
73
|
-
* Adds or Updates a specific Analytics Item within an Application Insights component.
|
|
74
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
76
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
77
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
78
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
79
|
-
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
80
|
-
* Application Insights component.
|
|
81
|
-
* @param [options] The optional parameters
|
|
82
|
-
* @returns Promise<Models.AnalyticsItemsPutResponse>
|
|
83
|
-
*/
|
|
84
|
-
put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, options?: Models.AnalyticsItemsPutOptionalParams): Promise<Models.AnalyticsItemsPutResponse>;
|
|
85
|
-
/**
|
|
86
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
87
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
88
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
89
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
90
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
91
|
-
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
92
|
-
* Application Insights component.
|
|
93
|
-
* @param callback The callback
|
|
94
|
-
*/
|
|
95
|
-
put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;
|
|
96
|
-
/**
|
|
97
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
99
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
100
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
101
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
102
|
-
* @param itemProperties Properties that need to be specified to create a new item and add it to an
|
|
103
|
-
* Application Insights component.
|
|
104
|
-
* @param options The optional parameters
|
|
105
|
-
* @param callback The callback
|
|
106
|
-
*/
|
|
107
|
-
put(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, itemProperties: Models.ApplicationInsightsComponentAnalyticsItem, options: Models.AnalyticsItemsPutOptionalParams, callback: msRest.ServiceCallback<Models.ApplicationInsightsComponentAnalyticsItem>): void;
|
|
108
|
-
/**
|
|
109
|
-
* Deletes a specific Analytics Items defined within an Application Insights component.
|
|
110
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
111
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
112
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
113
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
114
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
115
|
-
* @param [options] The optional parameters
|
|
116
|
-
* @returns Promise<msRest.RestResponse>
|
|
117
|
-
*/
|
|
118
|
-
deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options?: Models.AnalyticsItemsDeleteMethodOptionalParams): Promise<msRest.RestResponse>;
|
|
119
|
-
/**
|
|
120
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
121
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
122
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
123
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
124
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
125
|
-
* @param callback The callback
|
|
126
|
-
*/
|
|
127
|
-
deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, callback: msRest.ServiceCallback<void>): void;
|
|
128
|
-
/**
|
|
129
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
130
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
131
|
-
* @param scopePath Enum indicating if this item definition is owned by a specific user or is
|
|
132
|
-
* shared between all users with access to the Application Insights component. Possible values
|
|
133
|
-
* include: 'analyticsItems', 'myanalyticsItems'
|
|
134
|
-
* @param options The optional parameters
|
|
135
|
-
* @param callback The callback
|
|
136
|
-
*/
|
|
137
|
-
deleteMethod(resourceGroupName: string, resourceName: string, scopePath: Models.ItemScopePath, options: Models.AnalyticsItemsDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;
|
|
138
|
-
}
|
|
139
|
-
//# sourceMappingURL=analyticsItems.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analyticsItems.d.ts","sourceRoot":"","sources":["../../src/operations/analyticsItems.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import { __assign } from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/analyticsItemsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a AnalyticsItems. */
|
|
15
|
-
var AnalyticsItems = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a AnalyticsItems.
|
|
18
|
-
* @param {ApplicationInsightsManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function AnalyticsItems(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
AnalyticsItems.prototype.list = function (resourceGroupName, resourceName, scopePath, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
resourceName: resourceName,
|
|
27
|
-
scopePath: scopePath,
|
|
28
|
-
options: options
|
|
29
|
-
}, listOperationSpec, callback);
|
|
30
|
-
};
|
|
31
|
-
AnalyticsItems.prototype.get = function (resourceGroupName, resourceName, scopePath, options, callback) {
|
|
32
|
-
return this.client.sendOperationRequest({
|
|
33
|
-
resourceGroupName: resourceGroupName,
|
|
34
|
-
resourceName: resourceName,
|
|
35
|
-
scopePath: scopePath,
|
|
36
|
-
options: options
|
|
37
|
-
}, getOperationSpec, callback);
|
|
38
|
-
};
|
|
39
|
-
AnalyticsItems.prototype.put = function (resourceGroupName, resourceName, scopePath, itemProperties, options, callback) {
|
|
40
|
-
return this.client.sendOperationRequest({
|
|
41
|
-
resourceGroupName: resourceGroupName,
|
|
42
|
-
resourceName: resourceName,
|
|
43
|
-
scopePath: scopePath,
|
|
44
|
-
itemProperties: itemProperties,
|
|
45
|
-
options: options
|
|
46
|
-
}, putOperationSpec, callback);
|
|
47
|
-
};
|
|
48
|
-
AnalyticsItems.prototype.deleteMethod = function (resourceGroupName, resourceName, scopePath, options, callback) {
|
|
49
|
-
return this.client.sendOperationRequest({
|
|
50
|
-
resourceGroupName: resourceGroupName,
|
|
51
|
-
resourceName: resourceName,
|
|
52
|
-
scopePath: scopePath,
|
|
53
|
-
options: options
|
|
54
|
-
}, deleteMethodOperationSpec, callback);
|
|
55
|
-
};
|
|
56
|
-
return AnalyticsItems;
|
|
57
|
-
}());
|
|
58
|
-
export { AnalyticsItems };
|
|
59
|
-
// Operation Specifications
|
|
60
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
61
|
-
var listOperationSpec = {
|
|
62
|
-
httpMethod: "GET",
|
|
63
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}",
|
|
64
|
-
urlParameters: [
|
|
65
|
-
Parameters.subscriptionId,
|
|
66
|
-
Parameters.resourceGroupName,
|
|
67
|
-
Parameters.resourceName,
|
|
68
|
-
Parameters.scopePath
|
|
69
|
-
],
|
|
70
|
-
queryParameters: [
|
|
71
|
-
Parameters.apiVersion0,
|
|
72
|
-
Parameters.scope,
|
|
73
|
-
Parameters.type,
|
|
74
|
-
Parameters.includeContent
|
|
75
|
-
],
|
|
76
|
-
headerParameters: [
|
|
77
|
-
Parameters.acceptLanguage
|
|
78
|
-
],
|
|
79
|
-
responses: {
|
|
80
|
-
200: {
|
|
81
|
-
bodyMapper: {
|
|
82
|
-
serializedName: "parsedResponse",
|
|
83
|
-
type: {
|
|
84
|
-
name: "Sequence",
|
|
85
|
-
element: {
|
|
86
|
-
type: {
|
|
87
|
-
name: "Composite",
|
|
88
|
-
className: "ApplicationInsightsComponentAnalyticsItem"
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
default: {
|
|
95
|
-
bodyMapper: Mappers.CloudError
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
serializer: serializer
|
|
99
|
-
};
|
|
100
|
-
var getOperationSpec = {
|
|
101
|
-
httpMethod: "GET",
|
|
102
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
103
|
-
urlParameters: [
|
|
104
|
-
Parameters.subscriptionId,
|
|
105
|
-
Parameters.resourceGroupName,
|
|
106
|
-
Parameters.resourceName,
|
|
107
|
-
Parameters.scopePath
|
|
108
|
-
],
|
|
109
|
-
queryParameters: [
|
|
110
|
-
Parameters.apiVersion0,
|
|
111
|
-
Parameters.id,
|
|
112
|
-
Parameters.name
|
|
113
|
-
],
|
|
114
|
-
headerParameters: [
|
|
115
|
-
Parameters.acceptLanguage
|
|
116
|
-
],
|
|
117
|
-
responses: {
|
|
118
|
-
200: {
|
|
119
|
-
bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
|
|
120
|
-
},
|
|
121
|
-
default: {
|
|
122
|
-
bodyMapper: Mappers.CloudError
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
serializer: serializer
|
|
126
|
-
};
|
|
127
|
-
var putOperationSpec = {
|
|
128
|
-
httpMethod: "PUT",
|
|
129
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
130
|
-
urlParameters: [
|
|
131
|
-
Parameters.subscriptionId,
|
|
132
|
-
Parameters.resourceGroupName,
|
|
133
|
-
Parameters.resourceName,
|
|
134
|
-
Parameters.scopePath
|
|
135
|
-
],
|
|
136
|
-
queryParameters: [
|
|
137
|
-
Parameters.apiVersion0,
|
|
138
|
-
Parameters.overrideItem
|
|
139
|
-
],
|
|
140
|
-
headerParameters: [
|
|
141
|
-
Parameters.acceptLanguage
|
|
142
|
-
],
|
|
143
|
-
requestBody: {
|
|
144
|
-
parameterPath: "itemProperties",
|
|
145
|
-
mapper: __assign(__assign({}, Mappers.ApplicationInsightsComponentAnalyticsItem), { required: true })
|
|
146
|
-
},
|
|
147
|
-
responses: {
|
|
148
|
-
200: {
|
|
149
|
-
bodyMapper: Mappers.ApplicationInsightsComponentAnalyticsItem
|
|
150
|
-
},
|
|
151
|
-
default: {
|
|
152
|
-
bodyMapper: Mappers.CloudError
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
serializer: serializer
|
|
156
|
-
};
|
|
157
|
-
var deleteMethodOperationSpec = {
|
|
158
|
-
httpMethod: "DELETE",
|
|
159
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item",
|
|
160
|
-
urlParameters: [
|
|
161
|
-
Parameters.subscriptionId,
|
|
162
|
-
Parameters.resourceGroupName,
|
|
163
|
-
Parameters.resourceName,
|
|
164
|
-
Parameters.scopePath
|
|
165
|
-
],
|
|
166
|
-
queryParameters: [
|
|
167
|
-
Parameters.apiVersion0,
|
|
168
|
-
Parameters.id,
|
|
169
|
-
Parameters.name
|
|
170
|
-
],
|
|
171
|
-
headerParameters: [
|
|
172
|
-
Parameters.acceptLanguage
|
|
173
|
-
],
|
|
174
|
-
responses: {
|
|
175
|
-
200: {},
|
|
176
|
-
default: {
|
|
177
|
-
bodyMapper: Mappers.CloudError
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
serializer: serializer
|
|
181
|
-
};
|
|
182
|
-
//# sourceMappingURL=analyticsItems.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analyticsItems.js","sourceRoot":"","sources":["../../src/operations/analyticsItems.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { ApplicationInsightsManagementClientContext } from "../applicationInsightsManagementClientContext";
|
|
4
|
-
/** Class representing a Annotations. */
|
|
5
|
-
export declare class Annotations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Annotations.
|
|
9
|
-
* @param {ApplicationInsightsManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: ApplicationInsightsManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the list of annotations for a component for given time range
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
16
|
-
* @param start The start time to query from for annotations, cannot be older than 90 days from
|
|
17
|
-
* current date.
|
|
18
|
-
* @param end The end time to query for annotations.
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.AnnotationsListResponse>
|
|
21
|
-
*/
|
|
22
|
-
list(resourceGroupName: string, resourceName: string, start: string, end: string, options?: msRest.RequestOptionsBase): Promise<Models.AnnotationsListResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
26
|
-
* @param start The start time to query from for annotations, cannot be older than 90 days from
|
|
27
|
-
* current date.
|
|
28
|
-
* @param end The end time to query for annotations.
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
list(resourceGroupName: string, resourceName: string, start: string, end: string, callback: msRest.ServiceCallback<Models.AnnotationsListResult>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
35
|
-
* @param start The start time to query from for annotations, cannot be older than 90 days from
|
|
36
|
-
* current date.
|
|
37
|
-
* @param end The end time to query for annotations.
|
|
38
|
-
* @param options The optional parameters
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
list(resourceGroupName: string, resourceName: string, start: string, end: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AnnotationsListResult>): void;
|
|
42
|
-
/**
|
|
43
|
-
* Create an Annotation of an Application Insights component.
|
|
44
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
46
|
-
* @param annotationProperties Properties that need to be specified to create an annotation of a
|
|
47
|
-
* Application Insights component.
|
|
48
|
-
* @param [options] The optional parameters
|
|
49
|
-
* @returns Promise<Models.AnnotationsCreateResponse>
|
|
50
|
-
*/
|
|
51
|
-
create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, options?: msRest.RequestOptionsBase): Promise<Models.AnnotationsCreateResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
55
|
-
* @param annotationProperties Properties that need to be specified to create an annotation of a
|
|
56
|
-
* Application Insights component.
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, callback: msRest.ServiceCallback<Models.Annotation[]>): void;
|
|
60
|
-
/**
|
|
61
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
62
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
63
|
-
* @param annotationProperties Properties that need to be specified to create an annotation of a
|
|
64
|
-
* Application Insights component.
|
|
65
|
-
* @param options The optional parameters
|
|
66
|
-
* @param callback The callback
|
|
67
|
-
*/
|
|
68
|
-
create(resourceGroupName: string, resourceName: string, annotationProperties: Models.Annotation, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Annotation[]>): void;
|
|
69
|
-
/**
|
|
70
|
-
* Delete an Annotation of an Application Insights component.
|
|
71
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
73
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
74
|
-
* component.
|
|
75
|
-
* @param [options] The optional parameters
|
|
76
|
-
* @returns Promise<msRest.RestResponse>
|
|
77
|
-
*/
|
|
78
|
-
deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
79
|
-
/**
|
|
80
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
81
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
82
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
83
|
-
* component.
|
|
84
|
-
* @param callback The callback
|
|
85
|
-
*/
|
|
86
|
-
deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, callback: msRest.ServiceCallback<void>): void;
|
|
87
|
-
/**
|
|
88
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
90
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
91
|
-
* component.
|
|
92
|
-
* @param options The optional parameters
|
|
93
|
-
* @param callback The callback
|
|
94
|
-
*/
|
|
95
|
-
deleteMethod(resourceGroupName: string, resourceName: string, annotationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
96
|
-
/**
|
|
97
|
-
* Get the annotation for given id.
|
|
98
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
99
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
100
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
101
|
-
* component.
|
|
102
|
-
* @param [options] The optional parameters
|
|
103
|
-
* @returns Promise<Models.AnnotationsGetResponse>
|
|
104
|
-
*/
|
|
105
|
-
get(resourceGroupName: string, resourceName: string, annotationId: string, options?: msRest.RequestOptionsBase): Promise<Models.AnnotationsGetResponse>;
|
|
106
|
-
/**
|
|
107
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
108
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
109
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
110
|
-
* component.
|
|
111
|
-
* @param callback The callback
|
|
112
|
-
*/
|
|
113
|
-
get(resourceGroupName: string, resourceName: string, annotationId: string, callback: msRest.ServiceCallback<Models.Annotation[]>): void;
|
|
114
|
-
/**
|
|
115
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
116
|
-
* @param resourceName The name of the Application Insights component resource.
|
|
117
|
-
* @param annotationId The unique annotation ID. This is unique within a Application Insights
|
|
118
|
-
* component.
|
|
119
|
-
* @param options The optional parameters
|
|
120
|
-
* @param callback The callback
|
|
121
|
-
*/
|
|
122
|
-
get(resourceGroupName: string, resourceName: string, annotationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Annotation[]>): void;
|
|
123
|
-
}
|
|
124
|
-
//# sourceMappingURL=annotations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../src/operations/annotations.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,0CAA0C,EAAE,MAAM,+CAA+C,CAAC;AAE3G,wCAAwC;AACxC,qBAAa,WAAW;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6C;IAEpE;;;OAGG;gBACS,MAAM,EAAE,0CAA0C;IAI9D;;;;;;;;;OASG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAC;IAC/J;;;;;;;OAOG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI;IACvJ;;;;;;;;OAQG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI;IAc3L;;;;;;;;OAQG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,yBAAyB,CAAC;IAChL;;;;;;OAMG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,CAAC,UAAU,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI;IAC7J;;;;;;;OAOG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI;IAajM;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IACtJ;;;;;;OAMG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IACjI;;;;;;;OAOG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAarK;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,sBAAsB,CAAC;IACvJ;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI;IACvI;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI;CAY5K"}
|