@azure/arm-timeseriesinsights 2.1.0-alpha.20250212.1 → 2.1.0-alpha.20250213.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accessPolicies.d.ts +3 -3
- package/dist/browser/operations/accessPolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accessPolicies.js +2 -2
- package/dist/browser/operations/accessPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/environments.d.ts +3 -3
- package/dist/browser/operations/environments.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/environments.js +72 -81
- package/dist/browser/operations/environments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventSources.d.ts +3 -3
- package/dist/browser/operations/eventSources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/eventSources.js +2 -2
- package/dist/browser/operations/eventSources.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +2 -2
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/referenceDataSets.d.ts +3 -3
- package/dist/browser/operations/referenceDataSets.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/referenceDataSets.js +2 -2
- package/dist/browser/operations/referenceDataSets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/environments.d.ts +1 -1
- package/dist/browser/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/environments.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/eventSources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/referenceDataSets.d.ts +1 -1
- package/dist/browser/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/timeSeriesInsightsClient.d.ts +2 -2
- package/dist/browser/timeSeriesInsightsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/timeSeriesInsightsClient.js +15 -18
- package/dist/browser/timeSeriesInsightsClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-timeseriesinsights.d.ts → dist/commonjs/models/index.d.ts} +1320 -1830
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +183 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +100 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2170 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +28 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +242 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessPolicies.d.ts +65 -0
- package/dist/commonjs/operations/accessPolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/accessPolicies.js +217 -0
- package/dist/commonjs/operations/accessPolicies.js.map +1 -0
- package/dist/commonjs/operations/environments.d.ts +78 -0
- package/dist/commonjs/operations/environments.d.ts.map +1 -0
- package/dist/commonjs/operations/environments.js +314 -0
- package/dist/commonjs/operations/environments.js.map +1 -0
- package/dist/commonjs/operations/eventSources.d.ts +66 -0
- package/dist/commonjs/operations/eventSources.d.ts.map +1 -0
- package/dist/commonjs/operations/eventSources.js +218 -0
- package/dist/commonjs/operations/eventSources.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +52 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +182 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +32 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +111 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/referenceDataSets.d.ts +66 -0
- package/dist/commonjs/operations/referenceDataSets.d.ts.map +1 -0
- package/dist/commonjs/operations/referenceDataSets.js +218 -0
- package/dist/commonjs/operations/referenceDataSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/environments.d.ts +70 -0
- package/dist/commonjs/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/environments.js +10 -0
- package/dist/commonjs/operationsInterfaces/environments.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventSources.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/timeSeriesInsightsClient.d.ts +26 -0
- package/dist/commonjs/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist/commonjs/timeSeriesInsightsClient.js +108 -0
- package/dist/commonjs/timeSeriesInsightsClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1320 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +180 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +100 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2166 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +28 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +239 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessPolicies.d.ts +65 -0
- package/dist/esm/operations/accessPolicies.d.ts.map +1 -0
- package/dist/esm/operations/accessPolicies.js +212 -0
- package/dist/esm/operations/accessPolicies.js.map +1 -0
- package/dist/esm/operations/environments.d.ts +78 -0
- package/dist/esm/operations/environments.d.ts.map +1 -0
- package/dist/esm/operations/environments.js +309 -0
- package/dist/esm/operations/environments.js.map +1 -0
- package/dist/esm/operations/eventSources.d.ts +66 -0
- package/dist/esm/operations/eventSources.d.ts.map +1 -0
- package/dist/esm/operations/eventSources.js +213 -0
- package/dist/esm/operations/eventSources.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +52 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +177 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +32 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +107 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/referenceDataSets.d.ts +66 -0
- package/dist/esm/operations/referenceDataSets.d.ts.map +1 -0
- package/dist/esm/operations/referenceDataSets.js +213 -0
- package/dist/esm/operations/referenceDataSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist/esm/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicies.js +9 -0
- package/dist/esm/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/environments.d.ts +70 -0
- package/dist/esm/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/environments.js +9 -0
- package/dist/esm/operationsInterfaces/environments.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist/esm/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventSources.js +9 -0
- package/dist/esm/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +14 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.js +9 -0
- package/dist/esm/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/timeSeriesInsightsClient.d.ts +26 -0
- package/dist/esm/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist/esm/timeSeriesInsightsClient.js +103 -0
- package/dist/esm/timeSeriesInsightsClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1320 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +180 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +100 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2166 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +28 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +239 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessPolicies.d.ts +65 -0
- package/dist/react-native/operations/accessPolicies.d.ts.map +1 -0
- package/dist/react-native/operations/accessPolicies.js +212 -0
- package/dist/react-native/operations/accessPolicies.js.map +1 -0
- package/dist/react-native/operations/environments.d.ts +78 -0
- package/dist/react-native/operations/environments.d.ts.map +1 -0
- package/dist/react-native/operations/environments.js +309 -0
- package/dist/react-native/operations/environments.js.map +1 -0
- package/dist/react-native/operations/eventSources.d.ts +66 -0
- package/dist/react-native/operations/eventSources.d.ts.map +1 -0
- package/dist/react-native/operations/eventSources.js +213 -0
- package/dist/react-native/operations/eventSources.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +52 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +177 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +32 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +107 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/referenceDataSets.d.ts +66 -0
- package/dist/react-native/operations/referenceDataSets.d.ts.map +1 -0
- package/dist/react-native/operations/referenceDataSets.js +213 -0
- package/dist/react-native/operations/referenceDataSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/environments.d.ts +70 -0
- package/dist/react-native/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/environments.js +9 -0
- package/dist/react-native/operationsInterfaces/environments.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventSources.js +9 -0
- package/dist/react-native/operationsInterfaces/eventSources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.js +9 -0
- package/dist/react-native/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/timeSeriesInsightsClient.d.ts +26 -0
- package/dist/react-native/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist/react-native/timeSeriesInsightsClient.js +103 -0
- package/dist/react-native/timeSeriesInsightsClient.js.map +1 -0
- package/package.json +67 -36
- package/dist/index.js +0 -4207
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesGetSample.js +0 -37
- package/dist-esm/samples-dev/accessPoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/environmentsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsGetSample.js +0 -36
- package/dist-esm/samples-dev/environmentsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js +0 -35
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js +0 -34
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/environmentsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/environmentsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/environmentsUpdateSample.js +0 -33
- package/dist-esm/samples-dev/environmentsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js +0 -78
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/eventSourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesGetSample.js +0 -37
- package/dist-esm/samples-dev/eventSourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventSourcesUpdateSample.js +0 -34
- package/dist-esm/samples-dev/eventSourcesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +0 -52
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsGetSample.js +0 -37
- package/dist-esm/samples-dev/referenceDataSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js +0 -36
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js +0 -33
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accessPolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/accessPolicies.js.map +0 -1
- package/dist-esm/src/operations/environments.d.ts.map +0 -1
- package/dist-esm/src/operations/environments.js.map +0 -1
- package/dist-esm/src/operations/eventSources.d.ts.map +0 -1
- package/dist-esm/src/operations/eventSources.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/referenceDataSets.d.ts.map +0 -1
- package/dist-esm/src/operations/referenceDataSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accessPolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/environments.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/environments.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventSources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventSources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/referenceDataSets.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +0 -1
- package/dist-esm/src/timeSeriesInsightsClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1527
- package/src/models/mappers.ts +0 -2456
- package/src/models/parameters.ts +0 -280
- package/src/operations/accessPolicies.ts +0 -282
- package/src/operations/environments.ts +0 -451
- package/src/operations/eventSources.ts +0 -283
- package/src/operations/index.ts +0 -15
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -234
- package/src/operations/privateLinkResources.ts +0 -143
- package/src/operations/referenceDataSets.ts +0 -283
- package/src/operationsInterfaces/accessPolicies.ts +0 -103
- package/src/operationsInterfaces/environments.ts +0 -135
- package/src/operationsInterfaces/eventSources.ts +0 -104
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -81
- package/src/operationsInterfaces/privateLinkResources.ts +0 -30
- package/src/operationsInterfaces/referenceDataSets.ts +0 -104
- package/src/pagingHelper.ts +0 -39
- package/src/timeSeriesInsightsClient.ts +0 -168
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accessPolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/environments.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventSources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/referenceDataSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -1,104 +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
|
-
|
9
|
-
import {
|
10
|
-
EventSourceCreateOrUpdateParametersUnion,
|
11
|
-
EventSourcesCreateOrUpdateOptionalParams,
|
12
|
-
EventSourcesCreateOrUpdateResponse,
|
13
|
-
EventSourcesGetOptionalParams,
|
14
|
-
EventSourcesGetResponse,
|
15
|
-
EventSourceUpdateParametersUnion,
|
16
|
-
EventSourcesUpdateOptionalParams,
|
17
|
-
EventSourcesUpdateResponse,
|
18
|
-
EventSourcesDeleteOptionalParams,
|
19
|
-
EventSourcesListByEnvironmentOptionalParams,
|
20
|
-
EventSourcesListByEnvironmentResponse
|
21
|
-
} from "../models";
|
22
|
-
|
23
|
-
/** Interface representing a EventSources. */
|
24
|
-
export interface EventSources {
|
25
|
-
/**
|
26
|
-
* Create or update an event source under the specified environment.
|
27
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
28
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
29
|
-
* specified resource group.
|
30
|
-
* @param eventSourceName Name of the event source.
|
31
|
-
* @param parameters Parameters for creating an event source resource.
|
32
|
-
* @param options The options parameters.
|
33
|
-
*/
|
34
|
-
createOrUpdate(
|
35
|
-
resourceGroupName: string,
|
36
|
-
environmentName: string,
|
37
|
-
eventSourceName: string,
|
38
|
-
parameters: EventSourceCreateOrUpdateParametersUnion,
|
39
|
-
options?: EventSourcesCreateOrUpdateOptionalParams
|
40
|
-
): Promise<EventSourcesCreateOrUpdateResponse>;
|
41
|
-
/**
|
42
|
-
* Gets the event source with the specified name in the specified environment.
|
43
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
44
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
45
|
-
* specified resource group.
|
46
|
-
* @param eventSourceName The name of the Time Series Insights event source associated with the
|
47
|
-
* specified environment.
|
48
|
-
* @param options The options parameters.
|
49
|
-
*/
|
50
|
-
get(
|
51
|
-
resourceGroupName: string,
|
52
|
-
environmentName: string,
|
53
|
-
eventSourceName: string,
|
54
|
-
options?: EventSourcesGetOptionalParams
|
55
|
-
): Promise<EventSourcesGetResponse>;
|
56
|
-
/**
|
57
|
-
* Updates the event source with the specified name in the specified subscription, resource group, and
|
58
|
-
* environment.
|
59
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
60
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
61
|
-
* specified resource group.
|
62
|
-
* @param eventSourceName The name of the Time Series Insights event source associated with the
|
63
|
-
* specified environment.
|
64
|
-
* @param eventSourceUpdateParameters Request object that contains the updated information for the
|
65
|
-
* event source.
|
66
|
-
* @param options The options parameters.
|
67
|
-
*/
|
68
|
-
update(
|
69
|
-
resourceGroupName: string,
|
70
|
-
environmentName: string,
|
71
|
-
eventSourceName: string,
|
72
|
-
eventSourceUpdateParameters: EventSourceUpdateParametersUnion,
|
73
|
-
options?: EventSourcesUpdateOptionalParams
|
74
|
-
): Promise<EventSourcesUpdateResponse>;
|
75
|
-
/**
|
76
|
-
* Deletes the event source with the specified name in the specified subscription, resource group, and
|
77
|
-
* environment
|
78
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
79
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
80
|
-
* specified resource group.
|
81
|
-
* @param eventSourceName The name of the Time Series Insights event source associated with the
|
82
|
-
* specified environment.
|
83
|
-
* @param options The options parameters.
|
84
|
-
*/
|
85
|
-
delete(
|
86
|
-
resourceGroupName: string,
|
87
|
-
environmentName: string,
|
88
|
-
eventSourceName: string,
|
89
|
-
options?: EventSourcesDeleteOptionalParams
|
90
|
-
): Promise<void>;
|
91
|
-
/**
|
92
|
-
* Lists all the available event sources associated with the subscription and within the specified
|
93
|
-
* resource group and environment.
|
94
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
95
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
96
|
-
* specified resource group.
|
97
|
-
* @param options The options parameters.
|
98
|
-
*/
|
99
|
-
listByEnvironment(
|
100
|
-
resourceGroupName: string,
|
101
|
-
environmentName: string,
|
102
|
-
options?: EventSourcesListByEnvironmentOptionalParams
|
103
|
-
): Promise<EventSourcesListByEnvironmentResponse>;
|
104
|
-
}
|
@@ -1,15 +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
|
-
|
9
|
-
export * from "./operations";
|
10
|
-
export * from "./environments";
|
11
|
-
export * from "./eventSources";
|
12
|
-
export * from "./referenceDataSets";
|
13
|
-
export * from "./accessPolicies";
|
14
|
-
export * from "./privateEndpointConnections";
|
15
|
-
export * from "./privateLinkResources";
|
@@ -1,22 +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
|
-
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
11
|
-
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
13
|
-
/** Interface representing a Operations. */
|
14
|
-
export interface Operations {
|
15
|
-
/**
|
16
|
-
* Lists all of the available Time Series Insights related operations.
|
17
|
-
* @param options The options parameters.
|
18
|
-
*/
|
19
|
-
list(
|
20
|
-
options?: OperationsListOptionalParams
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
22
|
-
}
|
@@ -1,81 +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
|
-
|
9
|
-
import {
|
10
|
-
PrivateEndpointConnection,
|
11
|
-
PrivateEndpointConnectionsCreateOrUpdateOptionalParams,
|
12
|
-
PrivateEndpointConnectionsCreateOrUpdateResponse,
|
13
|
-
PrivateEndpointConnectionsGetOptionalParams,
|
14
|
-
PrivateEndpointConnectionsGetResponse,
|
15
|
-
PrivateEndpointConnectionsDeleteOptionalParams,
|
16
|
-
PrivateEndpointConnectionsListByEnvironmentOptionalParams,
|
17
|
-
PrivateEndpointConnectionsListByEnvironmentResponse
|
18
|
-
} from "../models";
|
19
|
-
|
20
|
-
/** Interface representing a PrivateEndpointConnections. */
|
21
|
-
export interface PrivateEndpointConnections {
|
22
|
-
/**
|
23
|
-
* Updates a Private Endpoint connection of the environment in the given resource group.
|
24
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
25
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
26
|
-
* specified resource group.
|
27
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
28
|
-
* Azure resource
|
29
|
-
* @param privateEndpointConnection The definition of the private endpoint connection to update.
|
30
|
-
* @param options The options parameters.
|
31
|
-
*/
|
32
|
-
createOrUpdate(
|
33
|
-
resourceGroupName: string,
|
34
|
-
environmentName: string,
|
35
|
-
privateEndpointConnectionName: string,
|
36
|
-
privateEndpointConnection: PrivateEndpointConnection,
|
37
|
-
options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
38
|
-
): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
39
|
-
/**
|
40
|
-
* Gets the details of the private endpoint connection of the environment in the given resource group.
|
41
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
42
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
43
|
-
* specified resource group.
|
44
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
45
|
-
* Azure resource
|
46
|
-
* @param options The options parameters.
|
47
|
-
*/
|
48
|
-
get(
|
49
|
-
resourceGroupName: string,
|
50
|
-
environmentName: string,
|
51
|
-
privateEndpointConnectionName: string,
|
52
|
-
options?: PrivateEndpointConnectionsGetOptionalParams
|
53
|
-
): Promise<PrivateEndpointConnectionsGetResponse>;
|
54
|
-
/**
|
55
|
-
* Disconnects the private endpoint connection and deletes it from the environment.
|
56
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
57
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
58
|
-
* specified resource group.
|
59
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
60
|
-
* Azure resource
|
61
|
-
* @param options The options parameters.
|
62
|
-
*/
|
63
|
-
delete(
|
64
|
-
resourceGroupName: string,
|
65
|
-
environmentName: string,
|
66
|
-
privateEndpointConnectionName: string,
|
67
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
68
|
-
): Promise<void>;
|
69
|
-
/**
|
70
|
-
* Gets a list of all private endpoint connections in the given environment.
|
71
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
72
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
73
|
-
* specified resource group.
|
74
|
-
* @param options The options parameters.
|
75
|
-
*/
|
76
|
-
listByEnvironment(
|
77
|
-
resourceGroupName: string,
|
78
|
-
environmentName: string,
|
79
|
-
options?: PrivateEndpointConnectionsListByEnvironmentOptionalParams
|
80
|
-
): Promise<PrivateEndpointConnectionsListByEnvironmentResponse>;
|
81
|
-
}
|
@@ -1,30 +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
|
-
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
10
|
-
import {
|
11
|
-
PrivateLinkResource,
|
12
|
-
PrivateLinkResourcesListSupportedOptionalParams
|
13
|
-
} from "../models";
|
14
|
-
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
16
|
-
/** Interface representing a PrivateLinkResources. */
|
17
|
-
export interface PrivateLinkResources {
|
18
|
-
/**
|
19
|
-
* Gets a list of all supported private link resource types for the given environment.
|
20
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
21
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
22
|
-
* specified resource group.
|
23
|
-
* @param options The options parameters.
|
24
|
-
*/
|
25
|
-
listSupported(
|
26
|
-
resourceGroupName: string,
|
27
|
-
environmentName: string,
|
28
|
-
options?: PrivateLinkResourcesListSupportedOptionalParams
|
29
|
-
): PagedAsyncIterableIterator<PrivateLinkResource>;
|
30
|
-
}
|
@@ -1,104 +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
|
-
|
9
|
-
import {
|
10
|
-
ReferenceDataSetCreateOrUpdateParameters,
|
11
|
-
ReferenceDataSetsCreateOrUpdateOptionalParams,
|
12
|
-
ReferenceDataSetsCreateOrUpdateResponse,
|
13
|
-
ReferenceDataSetsGetOptionalParams,
|
14
|
-
ReferenceDataSetsGetResponse,
|
15
|
-
ReferenceDataSetUpdateParameters,
|
16
|
-
ReferenceDataSetsUpdateOptionalParams,
|
17
|
-
ReferenceDataSetsUpdateResponse,
|
18
|
-
ReferenceDataSetsDeleteOptionalParams,
|
19
|
-
ReferenceDataSetsListByEnvironmentOptionalParams,
|
20
|
-
ReferenceDataSetsListByEnvironmentResponse
|
21
|
-
} from "../models";
|
22
|
-
|
23
|
-
/** Interface representing a ReferenceDataSets. */
|
24
|
-
export interface ReferenceDataSets {
|
25
|
-
/**
|
26
|
-
* Create or update a reference data set in the specified environment.
|
27
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
28
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
29
|
-
* specified resource group.
|
30
|
-
* @param referenceDataSetName Name of the reference data set.
|
31
|
-
* @param parameters Parameters for creating a reference data set.
|
32
|
-
* @param options The options parameters.
|
33
|
-
*/
|
34
|
-
createOrUpdate(
|
35
|
-
resourceGroupName: string,
|
36
|
-
environmentName: string,
|
37
|
-
referenceDataSetName: string,
|
38
|
-
parameters: ReferenceDataSetCreateOrUpdateParameters,
|
39
|
-
options?: ReferenceDataSetsCreateOrUpdateOptionalParams
|
40
|
-
): Promise<ReferenceDataSetsCreateOrUpdateResponse>;
|
41
|
-
/**
|
42
|
-
* Gets the reference data set with the specified name in the specified environment.
|
43
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
44
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
45
|
-
* specified resource group.
|
46
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated with
|
47
|
-
* the specified environment.
|
48
|
-
* @param options The options parameters.
|
49
|
-
*/
|
50
|
-
get(
|
51
|
-
resourceGroupName: string,
|
52
|
-
environmentName: string,
|
53
|
-
referenceDataSetName: string,
|
54
|
-
options?: ReferenceDataSetsGetOptionalParams
|
55
|
-
): Promise<ReferenceDataSetsGetResponse>;
|
56
|
-
/**
|
57
|
-
* Updates the reference data set with the specified name in the specified subscription, resource
|
58
|
-
* group, and environment.
|
59
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
60
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
61
|
-
* specified resource group.
|
62
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated with
|
63
|
-
* the specified environment.
|
64
|
-
* @param referenceDataSetUpdateParameters Request object that contains the updated information for the
|
65
|
-
* reference data set.
|
66
|
-
* @param options The options parameters.
|
67
|
-
*/
|
68
|
-
update(
|
69
|
-
resourceGroupName: string,
|
70
|
-
environmentName: string,
|
71
|
-
referenceDataSetName: string,
|
72
|
-
referenceDataSetUpdateParameters: ReferenceDataSetUpdateParameters,
|
73
|
-
options?: ReferenceDataSetsUpdateOptionalParams
|
74
|
-
): Promise<ReferenceDataSetsUpdateResponse>;
|
75
|
-
/**
|
76
|
-
* Deletes the reference data set with the specified name in the specified subscription, resource
|
77
|
-
* group, and environment
|
78
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
79
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
80
|
-
* specified resource group.
|
81
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated with
|
82
|
-
* the specified environment.
|
83
|
-
* @param options The options parameters.
|
84
|
-
*/
|
85
|
-
delete(
|
86
|
-
resourceGroupName: string,
|
87
|
-
environmentName: string,
|
88
|
-
referenceDataSetName: string,
|
89
|
-
options?: ReferenceDataSetsDeleteOptionalParams
|
90
|
-
): Promise<void>;
|
91
|
-
/**
|
92
|
-
* Lists all the available reference data sets associated with the subscription and within the
|
93
|
-
* specified resource group and environment.
|
94
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
95
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
96
|
-
* specified resource group.
|
97
|
-
* @param options The options parameters.
|
98
|
-
*/
|
99
|
-
listByEnvironment(
|
100
|
-
resourceGroupName: string,
|
101
|
-
environmentName: string,
|
102
|
-
options?: ReferenceDataSetsListByEnvironmentOptionalParams
|
103
|
-
): Promise<ReferenceDataSetsListByEnvironmentResponse>;
|
104
|
-
}
|
package/src/pagingHelper.ts
DELETED
@@ -1,39 +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
|
-
|
9
|
-
export interface PageInfo {
|
10
|
-
continuationToken?: string;
|
11
|
-
}
|
12
|
-
|
13
|
-
const pageMap = new WeakMap<object, PageInfo>();
|
14
|
-
|
15
|
-
/**
|
16
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
17
|
-
* returns a continuation token that can be used to begin paging from
|
18
|
-
* that point later.
|
19
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
20
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
21
|
-
*/
|
22
|
-
export function getContinuationToken(page: unknown): string | undefined {
|
23
|
-
if (typeof page !== "object" || page === null) {
|
24
|
-
return undefined;
|
25
|
-
}
|
26
|
-
return pageMap.get(page)?.continuationToken;
|
27
|
-
}
|
28
|
-
|
29
|
-
export function setContinuationToken(
|
30
|
-
page: unknown,
|
31
|
-
continuationToken: string | undefined
|
32
|
-
): void {
|
33
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
34
|
-
return;
|
35
|
-
}
|
36
|
-
const pageInfo = pageMap.get(page) ?? {};
|
37
|
-
pageInfo.continuationToken = continuationToken;
|
38
|
-
pageMap.set(page, pageInfo);
|
39
|
-
}
|
@@ -1,168 +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
|
-
|
9
|
-
import * as coreClient from "@azure/core-client";
|
10
|
-
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
11
|
-
import {
|
12
|
-
PipelineRequest,
|
13
|
-
PipelineResponse,
|
14
|
-
SendRequest
|
15
|
-
} from "@azure/core-rest-pipeline";
|
16
|
-
import * as coreAuth from "@azure/core-auth";
|
17
|
-
import {
|
18
|
-
OperationsImpl,
|
19
|
-
EnvironmentsImpl,
|
20
|
-
EventSourcesImpl,
|
21
|
-
ReferenceDataSetsImpl,
|
22
|
-
AccessPoliciesImpl,
|
23
|
-
PrivateEndpointConnectionsImpl,
|
24
|
-
PrivateLinkResourcesImpl
|
25
|
-
} from "./operations";
|
26
|
-
import {
|
27
|
-
Operations,
|
28
|
-
Environments,
|
29
|
-
EventSources,
|
30
|
-
ReferenceDataSets,
|
31
|
-
AccessPolicies,
|
32
|
-
PrivateEndpointConnections,
|
33
|
-
PrivateLinkResources
|
34
|
-
} from "./operationsInterfaces";
|
35
|
-
import { TimeSeriesInsightsClientOptionalParams } from "./models";
|
36
|
-
|
37
|
-
export class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
38
|
-
$host: string;
|
39
|
-
apiVersion: string;
|
40
|
-
subscriptionId: string;
|
41
|
-
|
42
|
-
/**
|
43
|
-
* Initializes a new instance of the TimeSeriesInsightsClient class.
|
44
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
45
|
-
* @param subscriptionId Azure Subscription ID.
|
46
|
-
* @param options The parameter options
|
47
|
-
*/
|
48
|
-
constructor(
|
49
|
-
credentials: coreAuth.TokenCredential,
|
50
|
-
subscriptionId: string,
|
51
|
-
options?: TimeSeriesInsightsClientOptionalParams
|
52
|
-
) {
|
53
|
-
if (credentials === undefined) {
|
54
|
-
throw new Error("'credentials' cannot be null");
|
55
|
-
}
|
56
|
-
if (subscriptionId === undefined) {
|
57
|
-
throw new Error("'subscriptionId' cannot be null");
|
58
|
-
}
|
59
|
-
|
60
|
-
// Initializing default values for options
|
61
|
-
if (!options) {
|
62
|
-
options = {};
|
63
|
-
}
|
64
|
-
const defaults: TimeSeriesInsightsClientOptionalParams = {
|
65
|
-
requestContentType: "application/json; charset=utf-8",
|
66
|
-
credential: credentials
|
67
|
-
};
|
68
|
-
|
69
|
-
const packageDetails = `azsdk-js-arm-timeseriesinsights/2.1.0-beta.3`;
|
70
|
-
const userAgentPrefix =
|
71
|
-
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
72
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
73
|
-
: `${packageDetails}`;
|
74
|
-
|
75
|
-
const optionsWithDefaults = {
|
76
|
-
...defaults,
|
77
|
-
...options,
|
78
|
-
userAgentOptions: {
|
79
|
-
userAgentPrefix
|
80
|
-
},
|
81
|
-
endpoint:
|
82
|
-
options.endpoint ?? options.baseUri ?? "https://management.azure.com"
|
83
|
-
};
|
84
|
-
super(optionsWithDefaults);
|
85
|
-
|
86
|
-
let bearerTokenAuthenticationPolicyFound: boolean = false;
|
87
|
-
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
88
|
-
const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();
|
89
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(
|
90
|
-
(pipelinePolicy) =>
|
91
|
-
pipelinePolicy.name ===
|
92
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName
|
93
|
-
);
|
94
|
-
}
|
95
|
-
if (
|
96
|
-
!options ||
|
97
|
-
!options.pipeline ||
|
98
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
99
|
-
!bearerTokenAuthenticationPolicyFound
|
100
|
-
) {
|
101
|
-
this.pipeline.removePolicy({
|
102
|
-
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
103
|
-
});
|
104
|
-
this.pipeline.addPolicy(
|
105
|
-
coreRestPipeline.bearerTokenAuthenticationPolicy({
|
106
|
-
credential: credentials,
|
107
|
-
scopes:
|
108
|
-
optionsWithDefaults.credentialScopes ??
|
109
|
-
`${optionsWithDefaults.endpoint}/.default`,
|
110
|
-
challengeCallbacks: {
|
111
|
-
authorizeRequestOnChallenge:
|
112
|
-
coreClient.authorizeRequestOnClaimChallenge
|
113
|
-
}
|
114
|
-
})
|
115
|
-
);
|
116
|
-
}
|
117
|
-
// Parameter assignments
|
118
|
-
this.subscriptionId = subscriptionId;
|
119
|
-
|
120
|
-
// Assigning values to Constant parameters
|
121
|
-
this.$host = options.$host || "https://management.azure.com";
|
122
|
-
this.apiVersion = options.apiVersion || "2021-03-31-preview";
|
123
|
-
this.operations = new OperationsImpl(this);
|
124
|
-
this.environments = new EnvironmentsImpl(this);
|
125
|
-
this.eventSources = new EventSourcesImpl(this);
|
126
|
-
this.referenceDataSets = new ReferenceDataSetsImpl(this);
|
127
|
-
this.accessPolicies = new AccessPoliciesImpl(this);
|
128
|
-
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
129
|
-
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
130
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
131
|
-
}
|
132
|
-
|
133
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
134
|
-
private addCustomApiVersionPolicy(apiVersion?: string) {
|
135
|
-
if (!apiVersion) {
|
136
|
-
return;
|
137
|
-
}
|
138
|
-
const apiVersionPolicy = {
|
139
|
-
name: "CustomApiVersionPolicy",
|
140
|
-
async sendRequest(
|
141
|
-
request: PipelineRequest,
|
142
|
-
next: SendRequest
|
143
|
-
): Promise<PipelineResponse> {
|
144
|
-
const param = request.url.split("?");
|
145
|
-
if (param.length > 1) {
|
146
|
-
const newParams = param[1].split("&").map((item) => {
|
147
|
-
if (item.indexOf("api-version") > -1) {
|
148
|
-
return "api-version=" + apiVersion;
|
149
|
-
} else {
|
150
|
-
return item;
|
151
|
-
}
|
152
|
-
});
|
153
|
-
request.url = param[0] + "?" + newParams.join("&");
|
154
|
-
}
|
155
|
-
return next(request);
|
156
|
-
}
|
157
|
-
};
|
158
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
159
|
-
}
|
160
|
-
|
161
|
-
operations: Operations;
|
162
|
-
environments: Environments;
|
163
|
-
eventSources: EventSources;
|
164
|
-
referenceDataSets: ReferenceDataSets;
|
165
|
-
accessPolicies: AccessPolicies;
|
166
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
167
|
-
privateLinkResources: PrivateLinkResources;
|
168
|
-
}
|
package/tsconfig.json
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"module": "es6",
|
4
|
-
"moduleResolution": "node",
|
5
|
-
"strict": true,
|
6
|
-
"target": "es6",
|
7
|
-
"sourceMap": true,
|
8
|
-
"declarationMap": true,
|
9
|
-
"esModuleInterop": true,
|
10
|
-
"allowSyntheticDefaultImports": true,
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
12
|
-
"lib": [
|
13
|
-
"es6",
|
14
|
-
"dom"
|
15
|
-
],
|
16
|
-
"declaration": true,
|
17
|
-
"outDir": "./dist-esm",
|
18
|
-
"importHelpers": true,
|
19
|
-
"paths": {
|
20
|
-
"@azure/arm-timeseriesinsights": [
|
21
|
-
"./src/index"
|
22
|
-
]
|
23
|
-
}
|
24
|
-
},
|
25
|
-
"include": [
|
26
|
-
"./src/**/*.ts",
|
27
|
-
"./test/**/*.ts",
|
28
|
-
"samples-dev/**/*.ts"
|
29
|
-
],
|
30
|
-
"exclude": [
|
31
|
-
"node_modules"
|
32
|
-
]
|
33
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|