@azure/arm-digitaltwins 3.3.1-alpha.20250115.1 → 3.3.1-alpha.20250117.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/{dist-esm/src → dist/browser}/azureDigitalTwinsManagementClient.d.ts +2 -2
- package/dist/browser/azureDigitalTwinsManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/azureDigitalTwinsManagementClient.js +15 -18
- package/dist/browser/azureDigitalTwinsManagementClient.js.map +1 -0
- 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.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/digitalTwins.d.ts +3 -3
- package/dist/browser/operations/digitalTwins.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/digitalTwins.js +118 -130
- package/dist/browser/operations/digitalTwins.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/digitalTwinsEndpoint.d.ts +3 -3
- package/dist/browser/operations/digitalTwinsEndpoint.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/digitalTwinsEndpoint.js +83 -91
- package/dist/browser/operations/digitalTwinsEndpoint.js.map +1 -0
- package/dist/browser/operations/index.d.ts +7 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +14 -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 +86 -95
- 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/timeSeriesDatabaseConnections.d.ts +3 -3
- package/dist/browser/operations/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/timeSeriesDatabaseConnections.js +88 -96
- package/dist/browser/operations/timeSeriesDatabaseConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/digitalTwins.d.ts +1 -1
- package/dist/browser/operationsInterfaces/digitalTwins.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/digitalTwins.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/digitalTwinsEndpoint.d.ts +1 -1
- package/dist/browser/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/digitalTwinsEndpoint.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +7 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +14 -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/timeSeriesDatabaseConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/timeSeriesDatabaseConnections.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/azureDigitalTwinsManagementClient.d.ts +25 -0
- package/dist/commonjs/azureDigitalTwinsManagementClient.d.ts.map +1 -0
- package/dist/commonjs/azureDigitalTwinsManagementClient.js +107 -0
- package/dist/commonjs/azureDigitalTwinsManagementClient.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 +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-digitaltwins.d.ts → dist/commonjs/models/index.d.ts} +1014 -1438
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +205 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +46 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1192 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +202 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/digitalTwins.d.ts +119 -0
- package/dist/commonjs/operations/digitalTwins.d.ts.map +1 -0
- package/dist/commonjs/operations/digitalTwins.js +584 -0
- package/dist/commonjs/operations/digitalTwins.js.map +1 -0
- package/dist/commonjs/operations/digitalTwinsEndpoint.d.ts +81 -0
- package/dist/commonjs/operations/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/commonjs/operations/digitalTwinsEndpoint.js +366 -0
- package/dist/commonjs/operations/digitalTwinsEndpoint.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +7 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +17 -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 +63 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +272 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +28 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +90 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/timeSeriesDatabaseConnections.d.ts +81 -0
- package/dist/commonjs/operations/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/timeSeriesDatabaseConnections.js +379 -0
- package/dist/commonjs/operations/timeSeriesDatabaseConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/digitalTwins.d.ts +83 -0
- package/dist/commonjs/operationsInterfaces/digitalTwins.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/digitalTwins.js +10 -0
- package/dist/commonjs/operationsInterfaces/digitalTwins.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/digitalTwinsEndpoint.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/digitalTwinsEndpoint.js +10 -0
- package/dist/commonjs/operationsInterfaces/digitalTwinsEndpoint.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +17 -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 +55 -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 +20 -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/timeSeriesDatabaseConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/timeSeriesDatabaseConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/timeSeriesDatabaseConnections.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/esm/azureDigitalTwinsManagementClient.d.ts +25 -0
- package/dist/esm/azureDigitalTwinsManagementClient.d.ts.map +1 -0
- package/dist/esm/azureDigitalTwinsManagementClient.js +102 -0
- package/dist/esm/azureDigitalTwinsManagementClient.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 +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1014 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +202 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +46 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1189 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +199 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/digitalTwins.d.ts +119 -0
- package/dist/esm/operations/digitalTwins.d.ts.map +1 -0
- package/dist/esm/operations/digitalTwins.js +580 -0
- package/dist/esm/operations/digitalTwins.js.map +1 -0
- package/dist/esm/operations/digitalTwinsEndpoint.d.ts +81 -0
- package/dist/esm/operations/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/esm/operations/digitalTwinsEndpoint.js +362 -0
- package/dist/esm/operations/digitalTwinsEndpoint.js.map +1 -0
- package/dist/esm/operations/index.d.ts +7 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +14 -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 +63 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +267 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +28 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +85 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/timeSeriesDatabaseConnections.d.ts +81 -0
- package/dist/esm/operations/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/esm/operations/timeSeriesDatabaseConnections.js +375 -0
- package/dist/esm/operations/timeSeriesDatabaseConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/digitalTwins.d.ts +83 -0
- package/dist/esm/operationsInterfaces/digitalTwins.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/digitalTwins.js +9 -0
- package/dist/esm/operationsInterfaces/digitalTwins.js.map +1 -0
- package/dist/esm/operationsInterfaces/digitalTwinsEndpoint.d.ts +56 -0
- package/dist/esm/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/digitalTwinsEndpoint.js +9 -0
- package/dist/esm/operationsInterfaces/digitalTwinsEndpoint.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +7 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +14 -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 +55 -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 +20 -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/timeSeriesDatabaseConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/timeSeriesDatabaseConnections.js +9 -0
- package/dist/esm/operationsInterfaces/timeSeriesDatabaseConnections.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/react-native/azureDigitalTwinsManagementClient.d.ts +25 -0
- package/dist/react-native/azureDigitalTwinsManagementClient.d.ts.map +1 -0
- package/dist/react-native/azureDigitalTwinsManagementClient.js +102 -0
- package/dist/react-native/azureDigitalTwinsManagementClient.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 +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1014 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +202 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +46 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1189 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +199 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/digitalTwins.d.ts +119 -0
- package/dist/react-native/operations/digitalTwins.d.ts.map +1 -0
- package/dist/react-native/operations/digitalTwins.js +580 -0
- package/dist/react-native/operations/digitalTwins.js.map +1 -0
- package/dist/react-native/operations/digitalTwinsEndpoint.d.ts +81 -0
- package/dist/react-native/operations/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/react-native/operations/digitalTwinsEndpoint.js +362 -0
- package/dist/react-native/operations/digitalTwinsEndpoint.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +7 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +14 -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 +63 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +267 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +28 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +85 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/timeSeriesDatabaseConnections.d.ts +81 -0
- package/dist/react-native/operations/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/react-native/operations/timeSeriesDatabaseConnections.js +375 -0
- package/dist/react-native/operations/timeSeriesDatabaseConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/digitalTwins.d.ts +83 -0
- package/dist/react-native/operationsInterfaces/digitalTwins.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/digitalTwins.js +9 -0
- package/dist/react-native/operationsInterfaces/digitalTwins.js.map +1 -0
- package/dist/react-native/operationsInterfaces/digitalTwinsEndpoint.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/digitalTwinsEndpoint.js +9 -0
- package/dist/react-native/operationsInterfaces/digitalTwinsEndpoint.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +14 -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 +55 -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 +20 -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/timeSeriesDatabaseConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/timeSeriesDatabaseConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/timeSeriesDatabaseConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/timeSeriesDatabaseConnections.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/package.json +58 -28
- package/dist/index.js +0 -3619
- 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/digitalTwinsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsCheckNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/digitalTwinsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsCreateOrUpdateSample.js +0 -91
- package/dist-esm/samples-dev/digitalTwinsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsDeleteSample.js +0 -58
- package/dist-esm/samples-dev/digitalTwinsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsEndpointCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointCreateOrUpdateSample.js +0 -108
- package/dist-esm/samples-dev/digitalTwinsEndpointCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsEndpointDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointDeleteSample.js +0 -60
- package/dist-esm/samples-dev/digitalTwinsEndpointDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsEndpointGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointGetSample.js +0 -60
- package/dist-esm/samples-dev/digitalTwinsEndpointGetSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointListSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsEndpointListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsEndpointListSample.js +0 -90
- package/dist-esm/samples-dev/digitalTwinsEndpointListSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsGetSample.js +0 -77
- package/dist-esm/samples-dev/digitalTwinsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/digitalTwinsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsListSample.js +0 -53
- package/dist-esm/samples-dev/digitalTwinsListSample.js.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/digitalTwinsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/digitalTwinsUpdateSample.js +0 -86
- package/dist-esm/samples-dev/digitalTwinsUpdateSample.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 -53
- 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 -48
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsCreateOrUpdateSample.js +0 -91
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsListSample.js +0 -55
- package/dist-esm/samples-dev/timeSeriesDatabaseConnectionsListSample.js.map +0 -1
- package/dist-esm/src/azureDigitalTwinsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/azureDigitalTwinsManagementClient.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.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/digitalTwins.d.ts.map +0 -1
- package/dist-esm/src/operations/digitalTwins.js.map +0 -1
- package/dist-esm/src/operations/digitalTwinsEndpoint.d.ts.map +0 -1
- package/dist-esm/src/operations/digitalTwinsEndpoint.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- 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/timeSeriesDatabaseConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/timeSeriesDatabaseConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/digitalTwins.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/digitalTwins.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/digitalTwinsEndpoint.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- 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/timeSeriesDatabaseConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/timeSeriesDatabaseConnections.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/digitaltwins_examples.spec.d.ts +0 -4
- package/dist-esm/test/digitaltwins_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/digitaltwins_examples.spec.js +0 -112
- package/dist-esm/test/digitaltwins_examples.spec.js.map +0 -1
- package/src/azureDigitalTwinsManagementClient.ts +0 -166
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1151
- package/src/models/mappers.ts +0 -1277
- package/src/models/parameters.ts +0 -231
- package/src/operations/digitalTwins.ts +0 -784
- package/src/operations/digitalTwinsEndpoint.ts +0 -515
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -388
- package/src/operations/privateLinkResources.ts +0 -116
- package/src/operations/timeSeriesDatabaseConnections.ts +0 -529
- package/src/operationsInterfaces/digitalTwins.ts +0 -164
- package/src/operationsInterfaces/digitalTwinsEndpoint.ts +0 -115
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -108
- package/src/operationsInterfaces/privateLinkResources.ts +0 -42
- package/src/operationsInterfaces/timeSeriesDatabaseConnections.ts +0 -115
- package/src/pagingHelper.ts +0 -39
- 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}/lroImpl.js +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/digitalTwins.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/digitalTwinsEndpoint.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/timeSeriesDatabaseConnections.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,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { DigitalTwins, DigitalTwinsEndpoint, Operations, PrivateLinkResources, PrivateEndpointConnections, TimeSeriesDatabaseConnections } from "./operationsInterfaces";
|
|
4
|
-
import { AzureDigitalTwinsManagementClientOptionalParams } from "./models";
|
|
3
|
+
import { DigitalTwins, DigitalTwinsEndpoint, Operations, PrivateLinkResources, PrivateEndpointConnections, TimeSeriesDatabaseConnections } from "./operationsInterfaces/index.js";
|
|
4
|
+
import { AzureDigitalTwinsManagementClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class AzureDigitalTwinsManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureDigitalTwinsManagementClient.d.ts","sourceRoot":"","sources":["../../src/azureDigitalTwinsManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAS7C,OAAO,EACL,YAAY,EACZ,oBAAoB,EACpB,UAAU,EACV,oBAAoB,EACpB,0BAA0B,EAC1B,6BAA6B,EAC9B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,+CAA+C,EAAE,MAAM,mBAAmB,CAAC;AAEpF,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+CAA+C;IAmF3D,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,YAAY,EAAE,YAAY,CAAC;IAC3B,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,UAAU,EAAE,UAAU,CAAC;IACvB,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,6BAA6B,EAAE,6BAA6B,CAAC;CAC9D"}
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { __awaiter } from "tslib";
|
|
9
8
|
import * as coreClient from "@azure/core-client";
|
|
10
9
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
11
|
-
import { DigitalTwinsImpl, DigitalTwinsEndpointImpl, OperationsImpl, PrivateLinkResourcesImpl, PrivateEndpointConnectionsImpl, TimeSeriesDatabaseConnectionsImpl } from "./operations";
|
|
10
|
+
import { DigitalTwinsImpl, DigitalTwinsEndpointImpl, OperationsImpl, PrivateLinkResourcesImpl, PrivateEndpointConnectionsImpl, TimeSeriesDatabaseConnectionsImpl } from "./operations/index.js";
|
|
12
11
|
export class AzureDigitalTwinsManagementClient extends coreClient.ServiceClient {
|
|
13
12
|
/**
|
|
14
13
|
* Initializes a new instance of the AzureDigitalTwinsManagementClient class.
|
|
@@ -81,22 +80,20 @@ export class AzureDigitalTwinsManagementClient extends coreClient.ServiceClient
|
|
|
81
80
|
}
|
|
82
81
|
const apiVersionPolicy = {
|
|
83
82
|
name: "CustomApiVersionPolicy",
|
|
84
|
-
sendRequest(request, next) {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
return next(request);
|
|
99
|
-
});
|
|
83
|
+
async sendRequest(request, next) {
|
|
84
|
+
const param = request.url.split("?");
|
|
85
|
+
if (param.length > 1) {
|
|
86
|
+
const newParams = param[1].split("&").map((item) => {
|
|
87
|
+
if (item.indexOf("api-version") > -1) {
|
|
88
|
+
return "api-version=" + apiVersion;
|
|
89
|
+
}
|
|
90
|
+
else {
|
|
91
|
+
return item;
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
request.url = param[0] + "?" + newParams.join("&");
|
|
95
|
+
}
|
|
96
|
+
return next(request);
|
|
100
97
|
}
|
|
101
98
|
};
|
|
102
99
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureDigitalTwinsManagementClient.js","sourceRoot":"","sources":["../../src/azureDigitalTwinsManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAO9D,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,cAAc,EACd,wBAAwB,EACxB,8BAA8B,EAC9B,iCAAiC,EAClC,MAAM,uBAAuB,CAAC;AAW/B,MAAM,OAAO,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAK7E;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAyD;;QAEzD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAC9B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;QACrD,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAoD;YAChE,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,iCAAiC,CAAC;QACzD,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1E,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YAClG,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;QACJ,CAAC;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC,CAAC;YACD,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;QACJ,CAAC;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,oBAAoB,GAAG,IAAI,wBAAwB,CAAC,IAAI,CAAC,CAAC;QAC/D,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,6BAA6B,GAAG,IAAI,iCAAiC,CACxE,IAAI,CACL,CAAC;QACF,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAQF","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreRestPipeline from \"@azure/core-rest-pipeline\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport * as coreAuth from \"@azure/core-auth\";\nimport {\n DigitalTwinsImpl,\n DigitalTwinsEndpointImpl,\n OperationsImpl,\n PrivateLinkResourcesImpl,\n PrivateEndpointConnectionsImpl,\n TimeSeriesDatabaseConnectionsImpl\n} from \"./operations/index.js\";\nimport {\n DigitalTwins,\n DigitalTwinsEndpoint,\n Operations,\n PrivateLinkResources,\n PrivateEndpointConnections,\n TimeSeriesDatabaseConnections\n} from \"./operationsInterfaces/index.js\";\nimport { AzureDigitalTwinsManagementClientOptionalParams } from \"./models/index.js\";\n\nexport class AzureDigitalTwinsManagementClient extends coreClient.ServiceClient {\n $host: string;\n apiVersion: string;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the AzureDigitalTwinsManagementClient class.\n * @param credentials Subscription credentials which uniquely identify client subscription.\n * @param subscriptionId The subscription identifier.\n * @param options The parameter options\n */\n constructor(\n credentials: coreAuth.TokenCredential,\n subscriptionId: string,\n options?: AzureDigitalTwinsManagementClientOptionalParams\n ) {\n if (credentials === undefined) {\n throw new Error(\"'credentials' cannot be null\");\n }\n if (subscriptionId === undefined) {\n throw new Error(\"'subscriptionId' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: AzureDigitalTwinsManagementClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n credential: credentials\n };\n\n const packageDetails = `azsdk-js-arm-digitaltwins/3.3.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint:\n options.endpoint ?? options.baseUri ?? \"https://management.azure.com\"\n };\n super(optionsWithDefaults);\n\n let bearerTokenAuthenticationPolicyFound: boolean = false;\n if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {\n const pipelinePolicies: coreRestPipeline.PipelinePolicy[] = options.pipeline.getOrderedPolicies();\n bearerTokenAuthenticationPolicyFound = pipelinePolicies.some(\n (pipelinePolicy) =>\n pipelinePolicy.name ===\n coreRestPipeline.bearerTokenAuthenticationPolicyName\n );\n }\n if (\n !options ||\n !options.pipeline ||\n options.pipeline.getOrderedPolicies().length == 0 ||\n !bearerTokenAuthenticationPolicyFound\n ) {\n this.pipeline.removePolicy({\n name: coreRestPipeline.bearerTokenAuthenticationPolicyName\n });\n this.pipeline.addPolicy(\n coreRestPipeline.bearerTokenAuthenticationPolicy({\n credential: credentials,\n scopes:\n optionsWithDefaults.credentialScopes ??\n `${optionsWithDefaults.endpoint}/.default`,\n challengeCallbacks: {\n authorizeRequestOnChallenge:\n coreClient.authorizeRequestOnClaimChallenge\n }\n })\n );\n }\n // Parameter assignments\n this.subscriptionId = subscriptionId;\n\n // Assigning values to Constant parameters\n this.$host = options.$host || \"https://management.azure.com\";\n this.apiVersion = options.apiVersion || \"2023-01-31\";\n this.digitalTwins = new DigitalTwinsImpl(this);\n this.digitalTwinsEndpoint = new DigitalTwinsEndpointImpl(this);\n this.operations = new OperationsImpl(this);\n this.privateLinkResources = new PrivateLinkResourcesImpl(this);\n this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);\n this.timeSeriesDatabaseConnections = new TimeSeriesDatabaseConnectionsImpl(\n this\n );\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n digitalTwins: DigitalTwins;\n digitalTwinsEndpoint: DigitalTwinsEndpoint;\n operations: Operations;\n privateLinkResources: PrivateLinkResources;\n privateEndpointConnections: PrivateEndpointConnections;\n timeSeriesDatabaseConnections: TimeSeriesDatabaseConnections;\n}\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
2
|
+
export * from "./models/index.js";
|
|
3
|
+
export { AzureDigitalTwinsManagementClient } from "./azureDigitalTwinsManagementClient.js";
|
|
4
|
+
export * from "./operationsInterfaces/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAC3F,cAAc,iCAAiC,CAAC"}
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
/// <reference lib="esnext.asynciterable" />
|
|
9
|
-
export { getContinuationToken } from "./pagingHelper";
|
|
10
|
-
export * from "./models";
|
|
11
|
-
export { AzureDigitalTwinsManagementClient } from "./azureDigitalTwinsManagementClient";
|
|
12
|
-
export * from "./operationsInterfaces";
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { AzureDigitalTwinsManagementClient } from "./azureDigitalTwinsManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,iCAAiC,EAAE,MAAM,wCAAwC,CAAC;AAC3F,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { AzureDigitalTwinsManagementClient } from \"./azureDigitalTwinsManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAQH,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike }\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal\n });\n }\n };\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAygBH,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAuBX;AAvBD,WAAY,sBAAsB;IAChC,mBAAmB;IACnB,uDAA6B,CAAA;IAC7B,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,cAAc;IACd,6CAAmB,CAAA;IACnB,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;AACnB,CAAC,EAvBW,sBAAsB,KAAtB,sBAAsB,QAuBjC;AAqBD,8FAA8F;AAC9F,MAAM,CAAN,IAAY,0CASX;AATD,WAAY,0CAA0C;IACpD,cAAc;IACd,iEAAmB,CAAA;IACnB,eAAe;IACf,mEAAqB,CAAA;IACrB,eAAe;IACf,mEAAqB,CAAA;IACrB,mBAAmB;IACnB,2EAA6B,CAAA;AAC/B,CAAC,EATW,0CAA0C,KAA1C,0CAA0C,QASrD;AAcD,2FAA2F;AAC3F,MAAM,CAAN,IAAY,uCASX;AATD,WAAY,uCAAuC;IACjD,cAAc;IACd,8DAAmB,CAAA;IACnB,eAAe;IACf,gEAAqB,CAAA;IACrB,eAAe;IACf,gEAAqB,CAAA;IACrB,mBAAmB;IACnB,wEAA6B,CAAA;AAC/B,CAAC,EATW,uCAAuC,KAAvC,uCAAuC,QASlD;AAcD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,KAAlB,kBAAkB,QAS7B;AAcD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,cAAc;IACd,+CAAmB,CAAA;IACnB,eAAe;IACf,iDAAqB,CAAA;AACvB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAYD,iFAAiF;AACjF,MAAM,CAAN,IAAY,6BASX;AATD,WAAY,6BAA6B;IACvC,WAAW;IACX,8CAAa,CAAA;IACb,qBAAqB;IACrB,kEAAiC,CAAA;IACjC,mBAAmB;IACnB,8DAA6B,CAAA;IAC7B,iCAAiC;IACjC,2FAA0D,CAAA;AAC5D,CAAC,EATW,6BAA6B,KAA7B,6BAA6B,QASxC;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,eAAe;IACf,0CAAqB,CAAA;IACrB,gBAAgB;IAChB,4CAAuB,CAAA;IACvB,iBAAiB;IACjB,8CAAyB,CAAA;AAC3B,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B;AAaD,kFAAkF;AAClF,MAAM,CAAN,IAAY,8BAyBX;AAzBD,WAAY,8BAA8B;IACxC,mBAAmB;IACnB,+DAA6B,CAAA;IAC7B,eAAe;IACf,uDAAqB,CAAA;IACrB,eAAe;IACf,uDAAqB,CAAA;IACrB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;IACjB,eAAe;IACf,uDAAqB,CAAA;IACrB,cAAc;IACd,qDAAmB,CAAA;IACnB,cAAc;IACd,qDAAmB,CAAA;IACnB,iBAAiB;IACjB,2DAAyB,CAAA;IACzB,gBAAgB;IAChB,yDAAuB,CAAA;IACvB,aAAa;IACb,mDAAiB,CAAA;IACjB,eAAe;IACf,uDAAqB,CAAA;AACvB,CAAC,EAzBW,8BAA8B,KAA9B,8BAA8B,QAyBzC;AAsBD,2EAA2E;AAC3E,MAAM,CAAN,IAAY,uBAKX;AALD,WAAY,uBAAuB;IACjC,eAAe;IACf,gDAAqB,CAAA;IACrB,oBAAoB;IACpB,0DAA+B,CAAA;AACjC,CAAC,EALW,uBAAuB,KAAvB,uBAAuB,QAKlC;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,qBAAqB;IACrB,sDAAiC,CAAA;IACjC,mBAAmB;IACnB,kDAA6B,CAAA;AAC/B,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B;AAYD,+DAA+D;AAC/D,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,cAAc;IACd,kCAAmB,CAAA;IACnB,oBAAoB;IACpB,8CAA+B,CAAA;AACjC,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAYD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,wBAAwB;IACxB,8DAAuC,CAAA;AACzC,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AAWD,0FAA0F;AAC1F,MAAM,CAAN,IAAY,sCAyBX;AAzBD,WAAY,sCAAsC;IAChD,mBAAmB;IACnB,uEAA6B,CAAA;IAC7B,eAAe;IACf,+DAAqB,CAAA;IACrB,eAAe;IACf,+DAAqB,CAAA;IACrB,gBAAgB;IAChB,iEAAuB,CAAA;IACvB,aAAa;IACb,2DAAiB,CAAA;IACjB,eAAe;IACf,+DAAqB,CAAA;IACrB,cAAc;IACd,6DAAmB,CAAA;IACnB,cAAc;IACd,6DAAmB,CAAA;IACnB,iBAAiB;IACjB,mEAAyB,CAAA;IACzB,gBAAgB;IAChB,iEAAuB,CAAA;IACvB,aAAa;IACb,2DAAiB,CAAA;IACjB,eAAe;IACf,+DAAqB,CAAA;AACvB,CAAC,EAzBW,sCAAsC,KAAtC,sCAAsC,QAyBjD;AAsBD,mFAAmF;AACnF,MAAM,CAAN,IAAY,+BAKX;AALD,WAAY,+BAA+B;IACzC,WAAW;IACX,gDAAa,CAAA;IACb,YAAY;IACZ,kDAAe,CAAA;AACjB,CAAC,EALW,+BAA+B,KAA/B,+BAA+B,QAK1C;AAYD,sFAAsF;AACtF,MAAM,CAAN,IAAY,kCAKX;AALD,WAAY,kCAAkC;IAC5C,WAAW;IACX,mDAAa,CAAA;IACb,YAAY;IACZ,qDAAe,CAAA;AACjB,CAAC,EALW,kCAAkC,KAAlC,kCAAkC,QAK7C","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type DigitalTwinsEndpointResourcePropertiesUnion =\n | DigitalTwinsEndpointResourceProperties\n | ServiceBus\n | EventHub\n | EventGrid;\nexport type TimeSeriesDatabaseConnectionPropertiesUnion =\n | TimeSeriesDatabaseConnectionProperties\n | AzureDataExplorerConnectionProperties;\n\n/** The private endpoint connection of a Digital Twin. */\nexport interface PrivateEndpointConnection {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The connection properties. */\n properties: ConnectionProperties;\n /**\n * Metadata pertaining to creation and last modification of the private endpoint connection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The properties of a private endpoint connection. */\nexport interface ConnectionProperties {\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ConnectionPropertiesProvisioningState;\n /** The private endpoint. */\n privateEndpoint?: PrivateEndpoint;\n /** The list of group ids for the private endpoint connection. */\n groupIds?: string[];\n /** The connection state. */\n privateLinkServiceConnectionState?: ConnectionPropertiesPrivateLinkServiceConnectionState;\n}\n\n/** The private endpoint property of a private endpoint connection. */\nexport interface PrivateEndpoint {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** The current state of a private endpoint connection. */\nexport interface ConnectionState {\n /** The status of a private endpoint connection. */\n status: PrivateLinkServiceConnectionStatus;\n /** The description for the current state of a private endpoint connection. */\n description: string;\n /** Actions required for a private endpoint connection. */\n actionsRequired?: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The common properties of a DigitalTwinsInstance. */\nexport interface DigitalTwinsResource {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /** The resource location. */\n location: string;\n /** The resource tags. */\n tags?: { [propertyName: string]: string };\n /** The managed identity for the DigitalTwinsInstance. */\n identity?: DigitalTwinsIdentity;\n /**\n * Metadata pertaining to creation and last modification of the DigitalTwinsInstance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** The managed identity for the DigitalTwinsInstance. */\nexport interface DigitalTwinsIdentity {\n /** The type of Managed Identity used by the DigitalTwinsInstance. */\n type?: DigitalTwinsIdentityType;\n /**\n * The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n /**\n * The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n /**\n * The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form:\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n * .\n */\n userAssignedIdentities?: { [propertyName: string]: UserAssignedIdentity };\n}\n\n/** The information about the user assigned identity. */\nexport interface UserAssignedIdentity {\n /**\n * The client id of the User Assigned Identity Resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly clientId?: string;\n /**\n * The object id of the User Assigned Identity Resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly principalId?: string;\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** Error description */\n error?: ErrorDefinition;\n}\n\n/** Error definition. */\nexport interface ErrorDefinition {\n /**\n * Service specific error code which serves as the substatus for the HTTP error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * Description of the error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * Internal error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDefinition[];\n}\n\n/** The description of the DigitalTwins service. */\nexport interface DigitalTwinsPatchDescription {\n /** Instance patch properties */\n tags?: { [propertyName: string]: string };\n /** The managed identity for the DigitalTwinsInstance. */\n identity?: DigitalTwinsIdentity;\n /** Properties for the DigitalTwinsInstance. */\n properties?: DigitalTwinsPatchProperties;\n}\n\n/** The properties of a DigitalTwinsInstance. */\nexport interface DigitalTwinsPatchProperties {\n /** Public network access for the DigitalTwinsInstance. */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** A list of DigitalTwinsInstance Endpoints with a next link. */\nexport interface DigitalTwinsEndpointResourceListResult {\n /** The link used to get the next page of DigitalTwinsInstance Endpoints. */\n nextLink?: string;\n /** A list of DigitalTwinsInstance Endpoints. */\n value?: DigitalTwinsEndpointResource[];\n}\n\n/** Properties related to Digital Twins Endpoint */\nexport interface DigitalTwinsEndpointResourceProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBus\" | \"EventHub\" | \"EventGrid\";\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: EndpointProvisioningState;\n /**\n * Time when the Endpoint was added to DigitalTwinsInstance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /** Specifies the authentication type being used for connecting to the endpoint. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified. */\n authenticationType?: AuthenticationType;\n /** Dead letter storage secret for key-based authentication. Will be obfuscated during read. */\n deadLetterSecret?: string;\n /** Dead letter storage URL for identity-based authentication. */\n deadLetterUri?: string;\n /** Managed identity properties for the endpoint. */\n identity?: ManagedIdentityReference;\n}\n\n/** The properties of the Managed Identity. */\nexport interface ManagedIdentityReference {\n /** The type of managed identity used. */\n type?: IdentityType;\n /** The user identity ARM resource id if the managed identity type is 'UserAssigned'. */\n userAssignedIdentity?: string;\n}\n\n/** Definition of a resource. */\nexport interface ExternalResource {\n /**\n * The resource identifier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Extension resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Metadata pertaining to creation and last modification of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** A list of DigitalTwins description objects with a next link. */\nexport interface DigitalTwinsDescriptionListResult {\n /** The link used to get the next page of DigitalTwins description objects. */\n nextLink?: string;\n /** A list of DigitalTwins description objects. */\n value?: DigitalTwinsDescription[];\n}\n\n/** A list of DigitalTwins service operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface OperationListResult {\n /** The link used to get the next page of DigitalTwins description objects. */\n nextLink?: string;\n /**\n * A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n}\n\n/** DigitalTwins service REST API operation */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{read | write | action | delete}\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /** Operation properties display */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: string;\n /**\n * If the operation is a data action (for data plane rbac).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /**\n * Operation properties.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** The object that represents the operation. */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft DigitalTwins.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource Type: DigitalTwinsInstances.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Friendly description for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The result returned from a database check name availability request. */\nexport interface CheckNameRequest {\n /** Resource name. */\n name: string;\n /** The type of resource, for instance Microsoft.DigitalTwins/digitalTwinsInstances. */\n type: \"Microsoft.DigitalTwins/digitalTwinsInstances\";\n}\n\n/** The result returned from a check name availability request. */\nexport interface CheckNameResult {\n /** Specifies a Boolean value that indicates if the name is available. */\n nameAvailable?: boolean;\n /** Message indicating an unavailable name due to a conflict, or a description of the naming rules that are violated. */\n message?: string;\n /** Message providing the reason why the given name is invalid. */\n reason?: Reason;\n}\n\n/** The available private link resources for a Digital Twin. */\nexport interface GroupIdInformationResponse {\n /** The list of available private link resources for a Digital Twin. */\n value?: GroupIdInformation[];\n}\n\n/** The group information for creating a private endpoint on Digital Twin. */\nexport interface GroupIdInformation {\n /** The group information properties. */\n properties: GroupIdInformationProperties;\n /** The resource identifier. */\n id?: string;\n /**\n * The resource name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The resource type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** The properties for a group information object. */\nexport interface GroupIdInformationProperties {\n /** The group id. */\n groupId?: string;\n /** The required members for a specific group id. */\n requiredMembers?: string[];\n /** The required DNS zones for a specific group id. */\n requiredZoneNames?: string[];\n}\n\n/** The available private link connections for a Digital Twin. */\nexport interface PrivateEndpointConnectionsResponse {\n /** The list of available private link connections for a Digital Twin. */\n value?: PrivateEndpointConnection[];\n}\n\n/** A pageable list of time series database connection resources. */\nexport interface TimeSeriesDatabaseConnectionListResult {\n /** The link used to get the next page of results. */\n nextLink?: string;\n /** A list of time series database connection resources. */\n value?: TimeSeriesDatabaseConnection[];\n}\n\n/** Properties of a time series database connection resource. */\nexport interface TimeSeriesDatabaseConnectionProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n connectionType: \"AzureDataExplorer\";\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: TimeSeriesDatabaseConnectionState;\n /** Managed identity properties for the time series database connection resource. */\n identity?: ManagedIdentityReference;\n}\n\n/** The connection state. */\nexport interface ConnectionPropertiesPrivateLinkServiceConnectionState\n extends ConnectionState {}\n\n/** The description of the DigitalTwins service. */\nexport interface DigitalTwinsDescription extends DigitalTwinsResource {\n /**\n * Time when DigitalTwinsInstance was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdTime?: Date;\n /**\n * Time when DigitalTwinsInstance was updated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdatedTime?: Date;\n /**\n * The provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n /**\n * Api endpoint to work with DigitalTwinsInstance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostName?: string;\n /** The private endpoint connections. */\n privateEndpointConnections?: PrivateEndpointConnection[];\n /** Public network access for the DigitalTwinsInstance. */\n publicNetworkAccess?: PublicNetworkAccess;\n}\n\n/** Properties related to ServiceBus. */\nexport interface ServiceBus extends DigitalTwinsEndpointResourceProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"ServiceBus\";\n /** PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. */\n primaryConnectionString?: string;\n /** SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. */\n secondaryConnectionString?: string;\n /** The URL of the ServiceBus namespace for identity-based authentication. It must include the protocol 'sb://'. */\n endpointUri?: string;\n /** The ServiceBus Topic name for identity-based authentication. */\n entityPath?: string;\n}\n\n/** Properties related to EventHub. */\nexport interface EventHub extends DigitalTwinsEndpointResourceProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"EventHub\";\n /** PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. */\n connectionStringPrimaryKey?: string;\n /** SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read. */\n connectionStringSecondaryKey?: string;\n /** The URL of the EventHub namespace for identity-based authentication. It must include the protocol 'sb://'. */\n endpointUri?: string;\n /** The EventHub name in the EventHub namespace for identity-based authentication. */\n entityPath?: string;\n}\n\n/** Properties related to EventGrid. */\nexport interface EventGrid extends DigitalTwinsEndpointResourceProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n endpointType: \"EventGrid\";\n /** EventGrid Topic Endpoint. */\n topicEndpoint: string;\n /** EventGrid secondary accesskey. Will be obfuscated during read. */\n accessKey1: string | null;\n /** EventGrid secondary accesskey. Will be obfuscated during read. */\n accessKey2?: string;\n}\n\n/** DigitalTwinsInstance endpoint resource. */\nexport interface DigitalTwinsEndpointResource extends ExternalResource {\n /** DigitalTwinsInstance endpoint resource properties. */\n properties: DigitalTwinsEndpointResourcePropertiesUnion;\n}\n\n/** Describes a time series database connection resource. */\nexport interface TimeSeriesDatabaseConnection extends ExternalResource {\n /** Properties of a specific time series database connection. */\n properties?: TimeSeriesDatabaseConnectionPropertiesUnion;\n}\n\n/** Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub. */\nexport interface AzureDataExplorerConnectionProperties\n extends TimeSeriesDatabaseConnectionProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n connectionType: \"AzureDataExplorer\";\n /** The resource ID of the Azure Data Explorer cluster. */\n adxResourceId: string;\n /** The URI of the Azure Data Explorer endpoint. */\n adxEndpointUri: string;\n /** The name of the Azure Data Explorer database. */\n adxDatabaseName: string;\n /** The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents. */\n adxTableName?: string;\n /** The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified. */\n adxTwinLifecycleEventsTableName?: string;\n /** The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified. */\n adxRelationshipLifecycleEventsTableName?: string;\n /** The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb:// */\n eventHubEndpointUri: string;\n /** The EventHub name in the EventHub namespace for identity-based authentication. */\n eventHubEntityPath: string;\n /** The resource ID of the EventHub namespace. */\n eventHubNamespaceResourceId: string;\n /** The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default. */\n eventHubConsumerGroup?: string;\n /** Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX. */\n recordPropertyAndItemRemovals?: RecordPropertyAndItemRemovals;\n}\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Warning */\n Warning = \"Warning\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Moving */\n Moving = \"Moving\"\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Deleting** \\\n * **Updating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **Warning** \\\n * **Suspending** \\\n * **Restoring** \\\n * **Moving**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link ConnectionPropertiesProvisioningState} that the service accepts. */\nexport enum KnownConnectionPropertiesProvisioningState {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for ConnectionPropertiesProvisioningState. \\\n * {@link KnownConnectionPropertiesProvisioningState} can be used interchangeably with ConnectionPropertiesProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type ConnectionPropertiesProvisioningState = string;\n\n/** Known values of {@link PrivateLinkServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\"\n}\n\n/**\n * Defines values for PrivateLinkServiceConnectionStatus. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\"\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link PublicNetworkAccess} that the service accepts. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for PublicNetworkAccess. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** Known values of {@link DigitalTwinsIdentityType} that the service accepts. */\nexport enum KnownDigitalTwinsIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\"\n}\n\n/**\n * Defines values for DigitalTwinsIdentityType. \\\n * {@link KnownDigitalTwinsIdentityType} can be used interchangeably with DigitalTwinsIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type DigitalTwinsIdentityType = string;\n\n/** Known values of {@link EndpointType} that the service accepts. */\nexport enum KnownEndpointType {\n /** EventHub */\n EventHub = \"EventHub\",\n /** EventGrid */\n EventGrid = \"EventGrid\",\n /** ServiceBus */\n ServiceBus = \"ServiceBus\"\n}\n\n/**\n * Defines values for EndpointType. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EventHub** \\\n * **EventGrid** \\\n * **ServiceBus**\n */\nexport type EndpointType = string;\n\n/** Known values of {@link EndpointProvisioningState} that the service accepts. */\nexport enum KnownEndpointProvisioningState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Warning */\n Warning = \"Warning\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Moving */\n Moving = \"Moving\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for EndpointProvisioningState. \\\n * {@link KnownEndpointProvisioningState} can be used interchangeably with EndpointProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Deleting** \\\n * **Updating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **Warning** \\\n * **Suspending** \\\n * **Restoring** \\\n * **Moving** \\\n * **Disabled**\n */\nexport type EndpointProvisioningState = string;\n\n/** Known values of {@link AuthenticationType} that the service accepts. */\nexport enum KnownAuthenticationType {\n /** KeyBased */\n KeyBased = \"KeyBased\",\n /** IdentityBased */\n IdentityBased = \"IdentityBased\"\n}\n\n/**\n * Defines values for AuthenticationType. \\\n * {@link KnownAuthenticationType} can be used interchangeably with AuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **KeyBased** \\\n * **IdentityBased**\n */\nexport type AuthenticationType = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\"\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link Reason} that the service accepts. */\nexport enum KnownReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\"\n}\n\n/**\n * Defines values for Reason. \\\n * {@link KnownReason} can be used interchangeably with Reason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type Reason = string;\n\n/** Known values of {@link ConnectionType} that the service accepts. */\nexport enum KnownConnectionType {\n /** AzureDataExplorer */\n AzureDataExplorer = \"AzureDataExplorer\"\n}\n\n/**\n * Defines values for ConnectionType. \\\n * {@link KnownConnectionType} can be used interchangeably with ConnectionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureDataExplorer**\n */\nexport type ConnectionType = string;\n\n/** Known values of {@link TimeSeriesDatabaseConnectionState} that the service accepts. */\nexport enum KnownTimeSeriesDatabaseConnectionState {\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Deleted */\n Deleted = \"Deleted\",\n /** Warning */\n Warning = \"Warning\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Restoring */\n Restoring = \"Restoring\",\n /** Moving */\n Moving = \"Moving\",\n /** Disabled */\n Disabled = \"Disabled\"\n}\n\n/**\n * Defines values for TimeSeriesDatabaseConnectionState. \\\n * {@link KnownTimeSeriesDatabaseConnectionState} can be used interchangeably with TimeSeriesDatabaseConnectionState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning** \\\n * **Deleting** \\\n * **Updating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Deleted** \\\n * **Warning** \\\n * **Suspending** \\\n * **Restoring** \\\n * **Moving** \\\n * **Disabled**\n */\nexport type TimeSeriesDatabaseConnectionState = string;\n\n/** Known values of {@link CleanupConnectionArtifacts} that the service accepts. */\nexport enum KnownCleanupConnectionArtifacts {\n /** True */\n True = \"true\",\n /** False */\n False = \"false\"\n}\n\n/**\n * Defines values for CleanupConnectionArtifacts. \\\n * {@link KnownCleanupConnectionArtifacts} can be used interchangeably with CleanupConnectionArtifacts,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true** \\\n * **false**\n */\nexport type CleanupConnectionArtifacts = string;\n\n/** Known values of {@link RecordPropertyAndItemRemovals} that the service accepts. */\nexport enum KnownRecordPropertyAndItemRemovals {\n /** True */\n True = \"true\",\n /** False */\n False = \"false\"\n}\n\n/**\n * Defines values for RecordPropertyAndItemRemovals. \\\n * {@link KnownRecordPropertyAndItemRemovals} can be used interchangeably with RecordPropertyAndItemRemovals,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **true** \\\n * **false**\n */\nexport type RecordPropertyAndItemRemovals = string;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DigitalTwinsGetResponse = DigitalTwinsDescription;\n\n/** Optional parameters. */\nexport interface DigitalTwinsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DigitalTwinsCreateOrUpdateResponse = DigitalTwinsDescription;\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DigitalTwinsUpdateResponse = DigitalTwinsDescription;\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DigitalTwinsDeleteResponse = DigitalTwinsDescription;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DigitalTwinsListResponse = DigitalTwinsDescriptionListResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type DigitalTwinsListByResourceGroupResponse = DigitalTwinsDescriptionListResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type DigitalTwinsCheckNameAvailabilityResponse = CheckNameResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DigitalTwinsListNextResponse = DigitalTwinsDescriptionListResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type DigitalTwinsListByResourceGroupNextResponse = DigitalTwinsDescriptionListResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsEndpointListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type DigitalTwinsEndpointListResponse = DigitalTwinsEndpointResourceListResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsEndpointGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DigitalTwinsEndpointGetResponse = DigitalTwinsEndpointResource;\n\n/** Optional parameters. */\nexport interface DigitalTwinsEndpointCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type DigitalTwinsEndpointCreateOrUpdateResponse = DigitalTwinsEndpointResource;\n\n/** Optional parameters. */\nexport interface DigitalTwinsEndpointDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DigitalTwinsEndpointDeleteResponse = DigitalTwinsEndpointResource;\n\n/** Optional parameters. */\nexport interface DigitalTwinsEndpointListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type DigitalTwinsEndpointListNextResponse = DigitalTwinsEndpointResourceListResult;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateLinkResourcesListResponse = GroupIdInformationResponse;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = GroupIdInformation;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionsResponse;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface TimeSeriesDatabaseConnectionsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type TimeSeriesDatabaseConnectionsListResponse = TimeSeriesDatabaseConnectionListResult;\n\n/** Optional parameters. */\nexport interface TimeSeriesDatabaseConnectionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TimeSeriesDatabaseConnectionsGetResponse = TimeSeriesDatabaseConnection;\n\n/** Optional parameters. */\nexport interface TimeSeriesDatabaseConnectionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type TimeSeriesDatabaseConnectionsCreateOrUpdateResponse = TimeSeriesDatabaseConnection;\n\n/** Optional parameters. */\nexport interface TimeSeriesDatabaseConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Specifies whether or not to attempt to clean up artifacts that were created in order to establish a connection to the time series database. This is a best-effort attempt that will fail if appropriate permissions are not in place. Setting this to 'true' does not delete any recorded data. */\n cleanupConnectionArtifacts?: CleanupConnectionArtifacts;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type TimeSeriesDatabaseConnectionsDeleteResponse = TimeSeriesDatabaseConnection;\n\n/** Optional parameters. */\nexport interface TimeSeriesDatabaseConnectionsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type TimeSeriesDatabaseConnectionsListNextResponse = TimeSeriesDatabaseConnectionListResult;\n\n/** Optional parameters. */\nexport interface AzureDigitalTwinsManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ConnectionProperties\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const ConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\"\n }\n },\n groupIds: {\n serializedName: \"groupIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n privateLinkServiceConnectionState: {\n serializedName: \"privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"ConnectionPropertiesPrivateLinkServiceConnectionState\"\n }\n }\n }\n }\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n createdByType: {\n serializedName: \"createdByType\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n createdAt: {\n serializedName: \"createdAt\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^(?!-)[A-Za-z0-9-]{3,63}(?<!-)$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsIdentity\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsIdentity\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" }\n }\n }\n }\n }\n }\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n};\n\nexport const ErrorDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDefinition\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsPatchDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsPatchDescription\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsIdentity\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsPatchProperties\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsPatchProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsPatchProperties\",\n modelProperties: {\n publicNetworkAccess: {\n serializedName: \"publicNetworkAccess\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsEndpointResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResourceListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResource\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsEndpointResourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResourceProperties\",\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n polymorphicDiscriminator: {\n serializedName: \"endpointType\",\n clientName: \"endpointType\"\n },\n modelProperties: {\n endpointType: {\n serializedName: \"endpointType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n createdTime: {\n serializedName: \"createdTime\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"DateTime\"\n }\n },\n authenticationType: {\n serializedName: \"authenticationType\",\n type: {\n name: \"String\"\n }\n },\n deadLetterSecret: {\n serializedName: \"deadLetterSecret\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n deadLetterUri: {\n serializedName: \"deadLetterUri\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedIdentityReference\"\n }\n }\n }\n }\n};\n\nexport const ManagedIdentityReference: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedIdentityReference\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n userAssignedIdentity: {\n serializedName: \"userAssignedIdentity\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ExternalResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExternalResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsDescriptionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsDescriptionListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsDescription\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } }\n }\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"Microsoft.DigitalTwins/digitalTwinsInstances\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckNameResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameResult\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\"\n }\n },\n message: {\n serializedName: \"message\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n reason: {\n serializedName: \"reason\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupIdInformationResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GroupIdInformation\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const GroupIdInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupIdInformation\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationProperties\"\n }\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n constraints: {\n Pattern: new RegExp(\"^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$\")\n },\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const GroupIdInformationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GroupIdInformationProperties\",\n modelProperties: {\n groupId: {\n serializedName: \"groupId\",\n type: {\n name: \"String\"\n }\n },\n requiredMembers: {\n serializedName: \"requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n requiredZoneNames: {\n serializedName: \"requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const PrivateEndpointConnectionsResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimeSeriesDatabaseConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesDatabaseConnectionListResult\",\n modelProperties: {\n nextLink: {\n serializedName: \"nextLink\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesDatabaseConnection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const TimeSeriesDatabaseConnectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesDatabaseConnectionProperties\",\n uberParent: \"TimeSeriesDatabaseConnectionProperties\",\n polymorphicDiscriminator: {\n serializedName: \"connectionType\",\n clientName: \"connectionType\"\n },\n modelProperties: {\n connectionType: {\n serializedName: \"connectionType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedIdentityReference\"\n }\n }\n }\n }\n};\n\nexport const ConnectionPropertiesPrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionPropertiesPrivateLinkServiceConnectionState\",\n modelProperties: {\n ...ConnectionState.type.modelProperties\n }\n }\n};\n\nexport const DigitalTwinsDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsDescription\",\n modelProperties: {\n ...DigitalTwinsResource.type.modelProperties,\n createdTime: {\n serializedName: \"properties.createdTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n hostName: {\n serializedName: \"properties.hostName\",\n readOnly: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n nullable: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\"\n }\n }\n }\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ServiceBus: coreClient.CompositeMapper = {\n serializedName: \"ServiceBus\",\n type: {\n name: \"Composite\",\n className: \"ServiceBus\",\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n polymorphicDiscriminator:\n DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DigitalTwinsEndpointResourceProperties.type.modelProperties,\n primaryConnectionString: {\n serializedName: \"primaryConnectionString\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n secondaryConnectionString: {\n serializedName: \"secondaryConnectionString\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n endpointUri: {\n serializedName: \"endpointUri\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n entityPath: {\n serializedName: \"entityPath\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventHub: coreClient.CompositeMapper = {\n serializedName: \"EventHub\",\n type: {\n name: \"Composite\",\n className: \"EventHub\",\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n polymorphicDiscriminator:\n DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DigitalTwinsEndpointResourceProperties.type.modelProperties,\n connectionStringPrimaryKey: {\n serializedName: \"connectionStringPrimaryKey\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n connectionStringSecondaryKey: {\n serializedName: \"connectionStringSecondaryKey\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n endpointUri: {\n serializedName: \"endpointUri\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n entityPath: {\n serializedName: \"entityPath\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EventGrid: coreClient.CompositeMapper = {\n serializedName: \"EventGrid\",\n type: {\n name: \"Composite\",\n className: \"EventGrid\",\n uberParent: \"DigitalTwinsEndpointResourceProperties\",\n polymorphicDiscriminator:\n DigitalTwinsEndpointResourceProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DigitalTwinsEndpointResourceProperties.type.modelProperties,\n topicEndpoint: {\n serializedName: \"TopicEndpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n accessKey1: {\n serializedName: \"accessKey1\",\n required: true,\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n accessKey2: {\n serializedName: \"accessKey2\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DigitalTwinsEndpointResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResource\",\n modelProperties: {\n ...ExternalResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DigitalTwinsEndpointResourceProperties\"\n }\n }\n }\n }\n};\n\nexport const TimeSeriesDatabaseConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimeSeriesDatabaseConnection\",\n modelProperties: {\n ...ExternalResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TimeSeriesDatabaseConnectionProperties\"\n }\n }\n }\n }\n};\n\nexport const AzureDataExplorerConnectionProperties: coreClient.CompositeMapper = {\n serializedName: \"AzureDataExplorer\",\n type: {\n name: \"Composite\",\n className: \"AzureDataExplorerConnectionProperties\",\n uberParent: \"TimeSeriesDatabaseConnectionProperties\",\n polymorphicDiscriminator:\n TimeSeriesDatabaseConnectionProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...TimeSeriesDatabaseConnectionProperties.type.modelProperties,\n adxResourceId: {\n serializedName: \"adxResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n adxEndpointUri: {\n serializedName: \"adxEndpointUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n adxDatabaseName: {\n serializedName: \"adxDatabaseName\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n adxTableName: {\n defaultValue: \"AdtPropertyEvents\",\n serializedName: \"adxTableName\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n adxTwinLifecycleEventsTableName: {\n serializedName: \"adxTwinLifecycleEventsTableName\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n adxRelationshipLifecycleEventsTableName: {\n serializedName: \"adxRelationshipLifecycleEventsTableName\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n eventHubEndpointUri: {\n serializedName: \"eventHubEndpointUri\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventHubEntityPath: {\n serializedName: \"eventHubEntityPath\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventHubNamespaceResourceId: {\n serializedName: \"eventHubNamespaceResourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n eventHubConsumerGroup: {\n defaultValue: \"$Default\",\n serializedName: \"eventHubConsumerGroup\",\n nullable: true,\n type: {\n name: \"String\"\n }\n },\n recordPropertyAndItemRemovals: {\n defaultValue: \"false\",\n serializedName: \"recordPropertyAndItemRemovals\",\n nullable: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport let discriminators = {\n DigitalTwinsEndpointResourceProperties: DigitalTwinsEndpointResourceProperties,\n TimeSeriesDatabaseConnectionProperties: TimeSeriesDatabaseConnectionProperties,\n \"DigitalTwinsEndpointResourceProperties.ServiceBus\": ServiceBus,\n \"DigitalTwinsEndpointResourceProperties.EventHub\": EventHub,\n \"DigitalTwinsEndpointResourceProperties.EventGrid\": EventGrid,\n \"TimeSeriesDatabaseConnectionProperties.AzureDataExplorer\": AzureDataExplorerConnectionProperties\n};\n"]}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import { DigitalTwinsDescription as DigitalTwinsDescriptionMapper, DigitalTwinsPatchDescription as DigitalTwinsPatchDescriptionMapper, CheckNameRequest as CheckNameRequestMapper, DigitalTwinsEndpointResource as DigitalTwinsEndpointResourceMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, TimeSeriesDatabaseConnection as TimeSeriesDatabaseConnectionMapper } from "../models/mappers";
|
|
8
|
+
import { DigitalTwinsDescription as DigitalTwinsDescriptionMapper, DigitalTwinsPatchDescription as DigitalTwinsPatchDescriptionMapper, CheckNameRequest as CheckNameRequestMapper, DigitalTwinsEndpointResource as DigitalTwinsEndpointResourceMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, TimeSeriesDatabaseConnection as TimeSeriesDatabaseConnectionMapper } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,uBAAuB,IAAI,6BAA6B,EACxD,4BAA4B,IAAI,kCAAkC,EAClE,gBAAgB,IAAI,sBAAsB,EAC1C,4BAA4B,IAAI,kCAAkC,EAClE,yBAAyB,IAAI,+BAA+B,EAC5D,4BAA4B,IAAI,kCAAkC,EACnE,MAAM,sBAAsB,CAAC;AAE9B,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE;QACN,cAAc,EAAE,gBAAgB;QAChC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,iCAAiC,CAAC;YACtD,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE,6BAA6B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAuB;IAC9D,aAAa,EAAE,8BAA8B;IAC7C,MAAM,EAAE,kCAAkC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAAuB;IAC/D,aAAa,EAAE,+BAA+B;IAC9C,MAAM,EAAE,sBAAsB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,iDAAiD,CAAC;YACtE,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAuB;IACrD,aAAa,EAAE,qBAAqB;IACpC,MAAM,EAAE,kCAAkC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA0B;IAC/C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,6BAA6B,GAA0B;IAClE,aAAa,EAAE,+BAA+B;IAC9C,MAAM,EAAE;QACN,cAAc,EAAE,+BAA+B;QAC/C,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAuB;IAC3D,aAAa,EAAE,2BAA2B;IAC1C,MAAM,EAAE,+BAA+B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,gCAAgC,GAA0B;IACrE,aAAa,EAAE,kCAAkC;IACjD,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,iDAAiD,CAAC;YACtE,SAAS,EAAE,EAAE;YACb,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,kCAAkC;QAClD,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uCAAuC,GAAuB;IACzE,aAAa,EAAE,yCAAyC;IACxD,MAAM,EAAE,kCAAkC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAA4B;IACjE,aAAa,EAAE,CAAC,SAAS,EAAE,4BAA4B,CAAC;IACxD,MAAM,EAAE;QACN,cAAc,EAAE,4BAA4B;QAC5C,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n DigitalTwinsDescription as DigitalTwinsDescriptionMapper,\n DigitalTwinsPatchDescription as DigitalTwinsPatchDescriptionMapper,\n CheckNameRequest as CheckNameRequestMapper,\n DigitalTwinsEndpointResource as DigitalTwinsEndpointResourceMapper,\n PrivateEndpointConnection as PrivateEndpointConnectionMapper,\n TimeSeriesDatabaseConnection as TimeSeriesDatabaseConnectionMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-01-31\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceName: OperationURLParameter = {\n parameterPath: \"resourceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^(?!-)[A-Za-z0-9-]{3,63}(?<!-)$\"),\n MaxLength: 63,\n MinLength: 3\n },\n serializedName: \"resourceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const digitalTwinsCreate: OperationParameter = {\n parameterPath: \"digitalTwinsCreate\",\n mapper: DigitalTwinsDescriptionMapper\n};\n\nexport const digitalTwinsPatchDescription: OperationParameter = {\n parameterPath: \"digitalTwinsPatchDescription\",\n mapper: DigitalTwinsPatchDescriptionMapper\n};\n\nexport const digitalTwinsInstanceCheckName: OperationParameter = {\n parameterPath: \"digitalTwinsInstanceCheckName\",\n mapper: CheckNameRequestMapper\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 3\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const endpointName: OperationURLParameter = {\n parameterPath: \"endpointName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$\"),\n MaxLength: 49,\n MinLength: 2\n },\n serializedName: \"endpointName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const endpointDescription: OperationParameter = {\n parameterPath: \"endpointDescription\",\n mapper: DigitalTwinsEndpointResourceMapper\n};\n\nexport const resourceId: OperationURLParameter = {\n parameterPath: \"resourceId\",\n mapper: {\n serializedName: \"resourceId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnectionName: OperationURLParameter = {\n parameterPath: \"privateEndpointConnectionName\",\n mapper: {\n serializedName: \"privateEndpointConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const privateEndpointConnection: OperationParameter = {\n parameterPath: \"privateEndpointConnection\",\n mapper: PrivateEndpointConnectionMapper\n};\n\nexport const timeSeriesDatabaseConnectionName: OperationURLParameter = {\n parameterPath: \"timeSeriesDatabaseConnectionName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$\"),\n MaxLength: 49,\n MinLength: 2\n },\n serializedName: \"timeSeriesDatabaseConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const timeSeriesDatabaseConnectionDescription: OperationParameter = {\n parameterPath: \"timeSeriesDatabaseConnectionDescription\",\n mapper: TimeSeriesDatabaseConnectionMapper\n};\n\nexport const cleanupConnectionArtifacts: OperationQueryParameter = {\n parameterPath: [\"options\", \"cleanupConnectionArtifacts\"],\n mapper: {\n serializedName: \"cleanupConnectionArtifacts\",\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { DigitalTwins } from "../operationsInterfaces";
|
|
3
|
-
import { AzureDigitalTwinsManagementClient } from "../azureDigitalTwinsManagementClient";
|
|
2
|
+
import { DigitalTwins } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { AzureDigitalTwinsManagementClient } from "../azureDigitalTwinsManagementClient.js";
|
|
4
4
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { DigitalTwinsDescription, DigitalTwinsListOptionalParams, DigitalTwinsListByResourceGroupOptionalParams, DigitalTwinsGetOptionalParams, DigitalTwinsGetResponse, DigitalTwinsCreateOrUpdateOptionalParams, DigitalTwinsCreateOrUpdateResponse, DigitalTwinsPatchDescription, DigitalTwinsUpdateOptionalParams, DigitalTwinsUpdateResponse, DigitalTwinsDeleteOptionalParams, DigitalTwinsDeleteResponse, CheckNameRequest, DigitalTwinsCheckNameAvailabilityOptionalParams, DigitalTwinsCheckNameAvailabilityResponse } from "../models";
|
|
5
|
+
import { DigitalTwinsDescription, DigitalTwinsListOptionalParams, DigitalTwinsListByResourceGroupOptionalParams, DigitalTwinsGetOptionalParams, DigitalTwinsGetResponse, DigitalTwinsCreateOrUpdateOptionalParams, DigitalTwinsCreateOrUpdateResponse, DigitalTwinsPatchDescription, DigitalTwinsUpdateOptionalParams, DigitalTwinsUpdateResponse, DigitalTwinsDeleteOptionalParams, DigitalTwinsDeleteResponse, CheckNameRequest, DigitalTwinsCheckNameAvailabilityOptionalParams, DigitalTwinsCheckNameAvailabilityResponse } from "../models/index.js";
|
|
6
6
|
/** Class containing DigitalTwins operations. */
|
|
7
7
|
export declare class DigitalTwinsImpl implements DigitalTwins {
|
|
8
8
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"digitalTwins.d.ts","sourceRoot":"","sources":["../../../src/operations/digitalTwins.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAIhE,OAAO,EAAE,iCAAiC,EAAE,MAAM,yCAAyC,CAAC;AAC5F,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,uBAAuB,EAEvB,8BAA8B,EAG9B,6CAA6C,EAE7C,6BAA6B,EAC7B,uBAAuB,EACvB,wCAAwC,EACxC,kCAAkC,EAClC,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,0BAA0B,EAC1B,gBAAgB,EAChB,+CAA+C,EAC/C,yCAAyC,EAG1C,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,qBAAa,gBAAiB,YAAW,YAAY;IACnD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoC;IAE3D;;;OAGG;gBACS,MAAM,EAAE,iCAAiC;IAIrD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,uBAAuB,CAAC;YAkBvC,cAAc;YAsBd,aAAa;IAQ5B;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,uBAAuB,CAAC;YAsBvC,6BAA6B;YA2B7B,4BAA4B;IAY3C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;;;OAQG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,uBAAuB,EAC3C,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,kCAAkC,CAAC,EAClD,kCAAkC,CACnC,CACF;IAwDD;;;;;;;;OAQG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,uBAAuB,EAC3C,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAU9C;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF;IA6DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAUtC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF;IAwDD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAStC;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;;OAMG;IACH,qBAAqB,CACnB,QAAQ,EAAE,MAAM,EAChB,6BAA6B,EAAE,gBAAgB,EAC/C,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;IAOrD;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}
|