@azure/digital-twins-core 2.0.0-alpha.20250509.1 → 2.0.0-alpha.20250514.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/browser/digitalTwinsClient.d.ts.map +1 -1
- package/dist/browser/digitalTwinsClient.js +7 -6
- package/dist/browser/digitalTwinsClient.js.map +1 -1
- package/dist/browser/generated/azureDigitalTwinsAPI.d.ts +5 -1
- package/dist/browser/generated/azureDigitalTwinsAPI.d.ts.map +1 -1
- package/dist/browser/generated/azureDigitalTwinsAPI.js +8 -6
- package/dist/browser/generated/azureDigitalTwinsAPI.js.map +1 -1
- package/dist/browser/generated/lroImpl.d.ts +11 -0
- package/dist/browser/generated/lroImpl.d.ts.map +1 -0
- package/dist/browser/generated/lroImpl.js +21 -0
- package/dist/browser/generated/lroImpl.js.map +1 -0
- package/dist/browser/generated/models/index.d.ts +368 -16
- package/dist/browser/generated/models/index.d.ts.map +1 -1
- package/dist/browser/generated/models/index.js.map +1 -1
- package/dist/browser/generated/models/mappers.d.ts +43 -0
- package/dist/browser/generated/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/models/mappers.js +892 -157
- package/dist/browser/generated/models/mappers.js.map +1 -1
- package/dist/browser/generated/models/parameters.d.ts +3 -0
- package/dist/browser/generated/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/models/parameters.js +107 -84
- package/dist/browser/generated/models/parameters.js.map +1 -1
- package/dist/browser/generated/operations/deleteJobs.d.ts +71 -0
- package/dist/browser/generated/operations/deleteJobs.d.ts.map +1 -0
- package/dist/browser/generated/operations/deleteJobs.js +261 -0
- package/dist/browser/generated/operations/deleteJobs.js.map +1 -0
- package/dist/browser/generated/operations/digitalTwinModels.d.ts +2 -1
- package/dist/browser/generated/operations/digitalTwinModels.d.ts.map +1 -1
- package/dist/browser/generated/operations/digitalTwinModels.js +36 -29
- package/dist/browser/generated/operations/digitalTwinModels.js.map +1 -1
- package/dist/browser/generated/operations/digitalTwins.js +90 -77
- package/dist/browser/generated/operations/digitalTwins.js.map +1 -1
- package/dist/browser/generated/operations/eventRoutes.d.ts +2 -1
- package/dist/browser/generated/operations/eventRoutes.d.ts.map +1 -1
- package/dist/browser/generated/operations/eventRoutes.js +27 -21
- package/dist/browser/generated/operations/eventRoutes.js.map +1 -1
- package/dist/browser/generated/operations/importJobs.d.ts +81 -0
- package/dist/browser/generated/operations/importJobs.d.ts.map +1 -0
- package/dist/browser/generated/operations/importJobs.js +260 -0
- package/dist/browser/generated/operations/importJobs.js.map +1 -0
- package/dist/browser/generated/operations/index.d.ts +2 -0
- package/dist/browser/generated/operations/index.d.ts.map +1 -1
- package/dist/browser/generated/operations/index.js +2 -0
- package/dist/browser/generated/operations/index.js.map +1 -1
- package/dist/browser/generated/operations/query.js +6 -5
- package/dist/browser/generated/operations/query.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/deleteJobs.d.ts +47 -0
- package/dist/browser/generated/operationsInterfaces/deleteJobs.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/deleteJobs.js +9 -0
- package/dist/browser/generated/operationsInterfaces/deleteJobs.js.map +1 -0
- package/dist/browser/generated/operationsInterfaces/digitalTwinModels.d.ts +2 -1
- package/dist/browser/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -1
- package/dist/browser/generated/operationsInterfaces/digitalTwinModels.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/digitalTwins.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/eventRoutes.d.ts +2 -1
- package/dist/browser/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -1
- package/dist/browser/generated/operationsInterfaces/eventRoutes.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/importJobs.d.ts +58 -0
- package/dist/browser/generated/operationsInterfaces/importJobs.d.ts.map +1 -0
- package/dist/browser/generated/operationsInterfaces/importJobs.js +9 -0
- package/dist/browser/generated/operationsInterfaces/importJobs.js.map +1 -0
- package/dist/browser/generated/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/generated/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/generated/operationsInterfaces/index.js +2 -0
- package/dist/browser/generated/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/operationsInterfaces/query.js.map +1 -1
- package/dist/browser/generated/pagingHelper.js.map +1 -1
- package/dist/commonjs/digitalTwinsClient.d.ts.map +1 -1
- package/dist/commonjs/digitalTwinsClient.js +7 -6
- package/dist/commonjs/digitalTwinsClient.js.map +1 -1
- package/dist/commonjs/generated/azureDigitalTwinsAPI.d.ts +5 -1
- package/dist/commonjs/generated/azureDigitalTwinsAPI.d.ts.map +1 -1
- package/dist/commonjs/generated/azureDigitalTwinsAPI.js +7 -5
- package/dist/commonjs/generated/azureDigitalTwinsAPI.js.map +1 -1
- package/dist/commonjs/generated/lroImpl.d.ts +11 -0
- package/dist/commonjs/generated/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/generated/lroImpl.js +24 -0
- package/dist/commonjs/generated/lroImpl.js.map +1 -0
- package/dist/commonjs/generated/models/index.d.ts +368 -16
- package/dist/commonjs/generated/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/models/index.js.map +1 -1
- package/dist/commonjs/generated/models/mappers.d.ts +43 -0
- package/dist/commonjs/generated/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/models/mappers.js +894 -158
- package/dist/commonjs/generated/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/models/parameters.d.ts +3 -0
- package/dist/commonjs/generated/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/models/parameters.js +107 -84
- package/dist/commonjs/generated/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/operations/deleteJobs.d.ts +71 -0
- package/dist/commonjs/generated/operations/deleteJobs.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/deleteJobs.js +265 -0
- package/dist/commonjs/generated/operations/deleteJobs.js.map +1 -0
- package/dist/commonjs/generated/operations/digitalTwinModels.d.ts +2 -1
- package/dist/commonjs/generated/operations/digitalTwinModels.d.ts.map +1 -1
- package/dist/commonjs/generated/operations/digitalTwinModels.js +36 -29
- package/dist/commonjs/generated/operations/digitalTwinModels.js.map +1 -1
- package/dist/commonjs/generated/operations/digitalTwins.js +90 -77
- package/dist/commonjs/generated/operations/digitalTwins.js.map +1 -1
- package/dist/commonjs/generated/operations/eventRoutes.d.ts +2 -1
- package/dist/commonjs/generated/operations/eventRoutes.d.ts.map +1 -1
- package/dist/commonjs/generated/operations/eventRoutes.js +27 -21
- package/dist/commonjs/generated/operations/eventRoutes.js.map +1 -1
- package/dist/commonjs/generated/operations/importJobs.d.ts +81 -0
- package/dist/commonjs/generated/operations/importJobs.d.ts.map +1 -0
- package/dist/commonjs/generated/operations/importJobs.js +264 -0
- package/dist/commonjs/generated/operations/importJobs.js.map +1 -0
- package/dist/commonjs/generated/operations/index.d.ts +2 -0
- package/dist/commonjs/generated/operations/index.d.ts.map +1 -1
- package/dist/commonjs/generated/operations/index.js +2 -0
- package/dist/commonjs/generated/operations/index.js.map +1 -1
- package/dist/commonjs/generated/operations/query.js +6 -5
- package/dist/commonjs/generated/operations/query.js.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/deleteJobs.d.ts +47 -0
- package/dist/commonjs/generated/operationsInterfaces/deleteJobs.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/deleteJobs.js +10 -0
- package/dist/commonjs/generated/operationsInterfaces/deleteJobs.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.d.ts +2 -1
- package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/digitalTwinModels.js.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/digitalTwins.js.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/eventRoutes.d.ts +2 -1
- package/dist/commonjs/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/eventRoutes.js.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/importJobs.d.ts +58 -0
- package/dist/commonjs/generated/operationsInterfaces/importJobs.d.ts.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/importJobs.js +10 -0
- package/dist/commonjs/generated/operationsInterfaces/importJobs.js.map +1 -0
- package/dist/commonjs/generated/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/generated/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/index.js +2 -0
- package/dist/commonjs/generated/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/generated/operationsInterfaces/query.js.map +1 -1
- package/dist/commonjs/generated/pagingHelper.js.map +1 -1
- package/dist/esm/digitalTwinsClient.d.ts.map +1 -1
- package/dist/esm/digitalTwinsClient.js +7 -6
- package/dist/esm/digitalTwinsClient.js.map +1 -1
- package/dist/esm/generated/azureDigitalTwinsAPI.d.ts +5 -1
- package/dist/esm/generated/azureDigitalTwinsAPI.d.ts.map +1 -1
- package/dist/esm/generated/azureDigitalTwinsAPI.js +8 -6
- package/dist/esm/generated/azureDigitalTwinsAPI.js.map +1 -1
- package/dist/esm/generated/lroImpl.d.ts +11 -0
- package/dist/esm/generated/lroImpl.d.ts.map +1 -0
- package/dist/esm/generated/lroImpl.js +21 -0
- package/dist/esm/generated/lroImpl.js.map +1 -0
- package/dist/esm/generated/models/index.d.ts +368 -16
- package/dist/esm/generated/models/index.d.ts.map +1 -1
- package/dist/esm/generated/models/index.js.map +1 -1
- package/dist/esm/generated/models/mappers.d.ts +43 -0
- package/dist/esm/generated/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/models/mappers.js +892 -157
- package/dist/esm/generated/models/mappers.js.map +1 -1
- package/dist/esm/generated/models/parameters.d.ts +3 -0
- package/dist/esm/generated/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/models/parameters.js +107 -84
- package/dist/esm/generated/models/parameters.js.map +1 -1
- package/dist/esm/generated/operations/deleteJobs.d.ts +71 -0
- package/dist/esm/generated/operations/deleteJobs.d.ts.map +1 -0
- package/dist/esm/generated/operations/deleteJobs.js +261 -0
- package/dist/esm/generated/operations/deleteJobs.js.map +1 -0
- package/dist/esm/generated/operations/digitalTwinModels.d.ts +2 -1
- package/dist/esm/generated/operations/digitalTwinModels.d.ts.map +1 -1
- package/dist/esm/generated/operations/digitalTwinModels.js +36 -29
- package/dist/esm/generated/operations/digitalTwinModels.js.map +1 -1
- package/dist/esm/generated/operations/digitalTwins.js +90 -77
- package/dist/esm/generated/operations/digitalTwins.js.map +1 -1
- package/dist/esm/generated/operations/eventRoutes.d.ts +2 -1
- package/dist/esm/generated/operations/eventRoutes.d.ts.map +1 -1
- package/dist/esm/generated/operations/eventRoutes.js +27 -21
- package/dist/esm/generated/operations/eventRoutes.js.map +1 -1
- package/dist/esm/generated/operations/importJobs.d.ts +81 -0
- package/dist/esm/generated/operations/importJobs.d.ts.map +1 -0
- package/dist/esm/generated/operations/importJobs.js +260 -0
- package/dist/esm/generated/operations/importJobs.js.map +1 -0
- package/dist/esm/generated/operations/index.d.ts +2 -0
- package/dist/esm/generated/operations/index.d.ts.map +1 -1
- package/dist/esm/generated/operations/index.js +2 -0
- package/dist/esm/generated/operations/index.js.map +1 -1
- package/dist/esm/generated/operations/query.js +6 -5
- package/dist/esm/generated/operations/query.js.map +1 -1
- package/dist/esm/generated/operationsInterfaces/deleteJobs.d.ts +47 -0
- package/dist/esm/generated/operationsInterfaces/deleteJobs.d.ts.map +1 -0
- package/dist/esm/generated/operationsInterfaces/deleteJobs.js +9 -0
- package/dist/esm/generated/operationsInterfaces/deleteJobs.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/digitalTwinModels.d.ts +2 -1
- package/dist/esm/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -1
- package/dist/esm/generated/operationsInterfaces/digitalTwinModels.js.map +1 -1
- package/dist/esm/generated/operationsInterfaces/digitalTwins.js.map +1 -1
- package/dist/esm/generated/operationsInterfaces/eventRoutes.d.ts +2 -1
- package/dist/esm/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -1
- package/dist/esm/generated/operationsInterfaces/eventRoutes.js.map +1 -1
- package/dist/esm/generated/operationsInterfaces/importJobs.d.ts +58 -0
- package/dist/esm/generated/operationsInterfaces/importJobs.d.ts.map +1 -0
- package/dist/esm/generated/operationsInterfaces/importJobs.js +9 -0
- package/dist/esm/generated/operationsInterfaces/importJobs.js.map +1 -0
- package/dist/esm/generated/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/generated/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/generated/operationsInterfaces/index.js +2 -0
- package/dist/esm/generated/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/generated/operationsInterfaces/query.js.map +1 -1
- package/dist/esm/generated/pagingHelper.js.map +1 -1
- package/dist/react-native/digitalTwinsClient.d.ts.map +1 -1
- package/dist/react-native/digitalTwinsClient.js +7 -6
- package/dist/react-native/digitalTwinsClient.js.map +1 -1
- package/dist/react-native/generated/azureDigitalTwinsAPI.d.ts +5 -1
- package/dist/react-native/generated/azureDigitalTwinsAPI.d.ts.map +1 -1
- package/dist/react-native/generated/azureDigitalTwinsAPI.js +8 -6
- package/dist/react-native/generated/azureDigitalTwinsAPI.js.map +1 -1
- package/dist/react-native/generated/lroImpl.d.ts +11 -0
- package/dist/react-native/generated/lroImpl.d.ts.map +1 -0
- package/dist/react-native/generated/lroImpl.js +21 -0
- package/dist/react-native/generated/lroImpl.js.map +1 -0
- package/dist/react-native/generated/models/index.d.ts +368 -16
- package/dist/react-native/generated/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/models/index.js.map +1 -1
- package/dist/react-native/generated/models/mappers.d.ts +43 -0
- package/dist/react-native/generated/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/models/mappers.js +892 -157
- package/dist/react-native/generated/models/mappers.js.map +1 -1
- package/dist/react-native/generated/models/parameters.d.ts +3 -0
- package/dist/react-native/generated/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/models/parameters.js +107 -84
- package/dist/react-native/generated/models/parameters.js.map +1 -1
- package/dist/react-native/generated/operations/deleteJobs.d.ts +71 -0
- package/dist/react-native/generated/operations/deleteJobs.d.ts.map +1 -0
- package/dist/react-native/generated/operations/deleteJobs.js +261 -0
- package/dist/react-native/generated/operations/deleteJobs.js.map +1 -0
- package/dist/react-native/generated/operations/digitalTwinModels.d.ts +2 -1
- package/dist/react-native/generated/operations/digitalTwinModels.d.ts.map +1 -1
- package/dist/react-native/generated/operations/digitalTwinModels.js +36 -29
- package/dist/react-native/generated/operations/digitalTwinModels.js.map +1 -1
- package/dist/react-native/generated/operations/digitalTwins.js +90 -77
- package/dist/react-native/generated/operations/digitalTwins.js.map +1 -1
- package/dist/react-native/generated/operations/eventRoutes.d.ts +2 -1
- package/dist/react-native/generated/operations/eventRoutes.d.ts.map +1 -1
- package/dist/react-native/generated/operations/eventRoutes.js +27 -21
- package/dist/react-native/generated/operations/eventRoutes.js.map +1 -1
- package/dist/react-native/generated/operations/importJobs.d.ts +81 -0
- package/dist/react-native/generated/operations/importJobs.d.ts.map +1 -0
- package/dist/react-native/generated/operations/importJobs.js +260 -0
- package/dist/react-native/generated/operations/importJobs.js.map +1 -0
- package/dist/react-native/generated/operations/index.d.ts +2 -0
- package/dist/react-native/generated/operations/index.d.ts.map +1 -1
- package/dist/react-native/generated/operations/index.js +2 -0
- package/dist/react-native/generated/operations/index.js.map +1 -1
- package/dist/react-native/generated/operations/query.js +6 -5
- package/dist/react-native/generated/operations/query.js.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/deleteJobs.d.ts +47 -0
- package/dist/react-native/generated/operationsInterfaces/deleteJobs.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/deleteJobs.js +9 -0
- package/dist/react-native/generated/operationsInterfaces/deleteJobs.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.d.ts +2 -1
- package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.d.ts.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/digitalTwinModels.js.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/digitalTwins.js.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/eventRoutes.d.ts +2 -1
- package/dist/react-native/generated/operationsInterfaces/eventRoutes.d.ts.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/eventRoutes.js.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/importJobs.d.ts +58 -0
- package/dist/react-native/generated/operationsInterfaces/importJobs.d.ts.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/importJobs.js +9 -0
- package/dist/react-native/generated/operationsInterfaces/importJobs.js.map +1 -0
- package/dist/react-native/generated/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/generated/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/index.js +2 -0
- package/dist/react-native/generated/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/generated/operationsInterfaces/query.js.map +1 -1
- package/dist/react-native/generated/pagingHelper.js.map +1 -1
- package/package.json +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A model definition and metadata for that model. */\nexport interface DigitalTwinsModelData {\n /** A language map that contains the localized display names as specified in the model definition. */\n displayName?: { [propertyName: string]: string };\n /** A language map that contains the localized descriptions as specified in the model definition. */\n description?: { [propertyName: string]: string };\n /** The id of the model as specified in the model definition. */\n id: string;\n /** The time the model was uploaded to the service. */\n uploadTime?: Date;\n /** Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins. */\n decommissioned?: boolean;\n /** The model definition. */\n model?: Record<string, unknown>;\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error details. */\n error?: ErrorModel;\n}\n\n/** Error definition. */\nexport interface ErrorModel {\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 * A human-readable representation 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?: ErrorModel[];\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerError;\n}\n\n/** A more specific error description than was provided by the containing error. */\nexport interface InnerError {\n /** A more specific error code than was provided by the containing error. */\n code?: string;\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerError;\n}\n\n/** A collection of DigitalTwinsModelData objects. */\nexport interface PagedDigitalTwinsModelDataCollection {\n /** The DigitalTwinsModelData objects. */\n value?: DigitalTwinsModelData[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** A query specification containing either a query statement or a continuation token from a previous query result. */\nexport interface QuerySpecification {\n /** The query to execute. This value is ignored if a continuation token is provided. */\n query?: string;\n /** A token which is used to retrieve the next set of results from a previous query. */\n continuationToken?: string;\n}\n\n/** The results of a query operation and an optional continuation token. */\nexport interface QueryResult {\n /** The query results. */\n value?: Record<string, unknown>[];\n /** A token which can be used to construct a new QuerySpecification to retrieve the next set of results. */\n continuationToken?: string;\n}\n\n/** A collection of relationships which relate digital twins together. */\nexport interface RelationshipCollection {\n /** The relationship objects. */\n value?: Record<string, unknown>[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** A collection of incoming relationships which relate digital twins together. */\nexport interface IncomingRelationshipCollection {\n value?: IncomingRelationship[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** An incoming relationship. */\nexport interface IncomingRelationship {\n /** A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service. */\n relationshipId?: string;\n /** The id of the source digital twin. */\n sourceId?: string;\n /** The name of the relationship. */\n relationshipName?: string;\n /** Link to the relationship, to be used for deletion. */\n relationshipLink?: string;\n}\n\n/** A collection of EventRoute objects. */\nexport interface EventRouteCollection {\n /** The EventRoute objects. */\n value?: EventRoute[];\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n}\n\n/** A route which directs notification and telemetry events to an endpoint. Endpoints are a destination outside of Azure Digital Twins such as an EventHub. */\nexport interface EventRoute {\n /**\n * The id of the event route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of the endpoint this event route is bound to. */\n endpointName: string;\n /** An expression which describes the events which are routed to the endpoint. */\n filter: string;\n}\n\n/** Defines headers for Query_queryTwins operation. */\nexport interface QueryQueryTwinsHeaders {\n /** The query charge. */\n queryCharge?: number;\n}\n\n/** Defines headers for DigitalTwins_getById operation. */\nexport interface DigitalTwinsGetByIdHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_add operation. */\nexport interface DigitalTwinsAddHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_update operation. */\nexport interface DigitalTwinsUpdateHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getRelationshipById operation. */\nexport interface DigitalTwinsGetRelationshipByIdHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_addRelationship operation. */\nexport interface DigitalTwinsAddRelationshipHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_updateRelationship operation. */\nexport interface DigitalTwinsUpdateRelationshipHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getComponent operation. */\nexport interface DigitalTwinsGetComponentHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_updateComponent operation. */\nexport interface DigitalTwinsUpdateComponentHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsAddOptionalParams\n extends coreClient.OperationOptions {\n /** An array of models to add. */\n models?: Record<string, unknown>[];\n}\n\n/** Contains response data for the add operation. */\nexport type DigitalTwinModelsAddResponse = DigitalTwinsModelData[];\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsListOptionalParams\n extends coreClient.OperationOptions {\n /** The set of the models which will have their dependencies retrieved. If omitted, all models are retrieved. */\n dependenciesFor?: string[];\n /** When true the model definition will be returned as part of the result. */\n includeModelDefinition?: boolean;\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DigitalTwinModelsListResponse = PagedDigitalTwinsModelDataCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** When true the model definition will be returned as part of the result. */\n includeModelDefinition?: boolean;\n}\n\n/** Contains response data for the getById operation. */\nexport type DigitalTwinModelsGetByIdResponse = DigitalTwinsModelData;\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type DigitalTwinModelsListNextResponse = PagedDigitalTwinsModelDataCollection;\n\n/** Optional parameters. */\nexport interface QueryQueryTwinsOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the queryTwins operation. */\nexport type QueryQueryTwinsResponse = QueryQueryTwinsHeaders & QueryResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsAddOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity does not already exist. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the add operation. */\nexport type DigitalTwinsAddResponse = DigitalTwinsAddHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DigitalTwinsUpdateResponse = DigitalTwinsUpdateHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetRelationshipByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelationshipById operation. */\nexport type DigitalTwinsGetRelationshipByIdResponse = DigitalTwinsGetRelationshipByIdHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsAddRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity does not already exist. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the addRelationship operation. */\nexport type DigitalTwinsAddRelationshipResponse = DigitalTwinsAddRelationshipHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the updateRelationship operation. */\nexport type DigitalTwinsUpdateRelationshipResponse = DigitalTwinsUpdateRelationshipHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListRelationshipsOptionalParams\n extends coreClient.OperationOptions {\n /** The name of the relationship. */\n relationshipName?: string;\n}\n\n/** Contains response data for the listRelationships operation. */\nexport type DigitalTwinsListRelationshipsResponse = RelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListIncomingRelationshipsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listIncomingRelationships operation. */\nexport type DigitalTwinsListIncomingRelationshipsResponse = IncomingRelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsSendTelemetryOptionalParams\n extends coreClient.OperationOptions {\n /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */\n telemetrySourceTime?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsSendComponentTelemetryOptionalParams\n extends coreClient.OperationOptions {\n /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */\n telemetrySourceTime?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetComponentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getComponent operation. */\nexport type DigitalTwinsGetComponentResponse = DigitalTwinsGetComponentHeaders &\n Record<string, unknown>;\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateComponentOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the updateComponent operation. */\nexport type DigitalTwinsUpdateComponentResponse = DigitalTwinsUpdateComponentHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListRelationshipsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelationshipsNext operation. */\nexport type DigitalTwinsListRelationshipsNextResponse = RelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListIncomingRelationshipsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listIncomingRelationshipsNext operation. */\nexport type DigitalTwinsListIncomingRelationshipsNextResponse = IncomingRelationshipCollection;\n\n/** Optional parameters. */\nexport interface EventRoutesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type EventRoutesListResponse = EventRouteCollection;\n\n/** Optional parameters. */\nexport interface EventRoutesGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type EventRoutesGetByIdResponse = EventRoute;\n\n/** Optional parameters. */\nexport interface EventRoutesAddOptionalParams\n extends coreClient.OperationOptions {\n /** The event route data */\n eventRoute?: EventRoute;\n}\n\n/** Optional parameters. */\nexport interface EventRoutesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EventRoutesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type EventRoutesListNextResponse = EventRouteCollection;\n\n/** Optional parameters. */\nexport interface AzureDigitalTwinsAPIOptionalParams\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"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\n/** A model definition and metadata for that model. */\nexport interface DigitalTwinsModelData {\n /** A language map that contains the localized display names as specified in the model definition. */\n displayName?: { [propertyName: string]: string };\n /** A language map that contains the localized descriptions as specified in the model definition. */\n description?: { [propertyName: string]: string };\n /** The id of the model as specified in the model definition. */\n id: string;\n /** The time the model was uploaded to the service. */\n uploadTime?: Date;\n /** Indicates if the model is decommissioned. Decommissioned models cannot be referenced by newly created digital twins. */\n decommissioned?: boolean;\n /** The model definition. */\n model?: Record<string, unknown>;\n}\n\n/** Error response. */\nexport interface ErrorResponse {\n /** The error details. */\n error: ErrorModel;\n}\n\n/** Error definition. */\nexport interface ErrorModel {\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 * A human-readable representation 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?: ErrorModel[];\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerError;\n}\n\n/** A more specific error description than was provided by the containing error. */\nexport interface InnerError {\n /** A more specific error code than was provided by the containing error. */\n code?: string;\n /** An object containing more specific information than the current object about the error. */\n innererror?: InnerError;\n}\n\n/** A collection of DigitalTwinsModelData objects. */\nexport interface PagedDigitalTwinsModelDataCollection {\n /** The DigitalTwinsModelData objects. */\n value: DigitalTwinsModelData[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** A query specification containing either a query statement or a continuation token from a previous query result. */\nexport interface QuerySpecification {\n /** The query to execute. This value is ignored if a continuation token is provided. */\n query?: string;\n /** A token which is used to retrieve the next set of results from a previous query. */\n continuationToken?: string;\n}\n\n/** The results of a query operation and an optional continuation token. */\nexport interface QueryResult {\n /** The query results. */\n value: Record<string, unknown>[];\n /** A token which can be used to construct a new QuerySpecification to retrieve the next set of results. */\n continuationToken?: string;\n}\n\n/** A collection of relationships which relate digital twins together. */\nexport interface RelationshipCollection {\n /** The relationship objects. */\n value: Record<string, unknown>[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** A collection of incoming relationships which relate digital twins together. */\nexport interface IncomingRelationshipCollection {\n value: IncomingRelationship[];\n /** A URI to retrieve the next page of objects. */\n nextLink?: string;\n}\n\n/** An incoming relationship. */\nexport interface IncomingRelationship {\n /** A user-provided string representing the id of this relationship, unique in the context of the source digital twin, i.e. sourceId + relationshipId is unique in the context of the service. */\n relationshipId?: string;\n /** The id of the source digital twin. */\n sourceId?: string;\n /** The name of the relationship. */\n relationshipName?: string;\n /** Link to the relationship, to be used for deletion. */\n relationshipLink?: string;\n}\n\n/** A collection of EventRoute objects. */\nexport interface EventRouteCollection {\n /** The EventRoute objects. */\n value: EventRoute[];\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n}\n\n/** A route which directs notification and telemetry events to an endpoint. Endpoints are a destination outside of Azure Digital Twins such as an EventHub. */\nexport interface EventRoute {\n /**\n * The id of the event route.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The name of the endpoint this event route is bound to. */\n endpointName: string;\n /** An expression which describes the events which are routed to the endpoint. */\n filter: string;\n}\n\n/** A collection of import job objects. */\nexport interface ImportJobCollection {\n /** The list of import job objects. */\n value: ImportJob[];\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n}\n\n/** A job which contains a reference to the operations to perform, results, and execution metadata. */\nexport interface ImportJob {\n /**\n * The identifier of the import job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The path to the input Azure storage blob that contains file(s) describing the operations to perform in the job. */\n inputBlobUri: string;\n /** The path to the output Azure storage blob that will contain the errors and progress logs of import job. */\n outputBlobUri: string;\n /**\n * Status of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: Status;\n /**\n * Start time of the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /**\n * Last time service performed any action from the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastActionDateTime?: Date;\n /**\n * End time of the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishedDateTime?: Date;\n /**\n * Time at which job will be purged by the service from the system. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purgeDateTime?: Date;\n /** Details of the error(s) that occurred executing the import job. */\n error?: ErrorModel;\n}\n\n/** A job which contains a reference to the operations to perform, results, and execution metadata. */\nexport interface DeleteJob {\n /**\n * The identifier of the delete job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * Status of the job.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: DeleteJobStatus;\n /**\n * Start time of the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly createdDateTime?: Date;\n /**\n * End time of the job. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly finishedDateTime?: Date;\n /**\n * Time at which job will be purged by the service from the system. The timestamp is in RFC3339 format: `yyyy-MM-ddTHH:mm:ssZ`.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purgeDateTime?: Date;\n /** Details of the error(s) that occurred executing the import job. */\n error?: ErrorModel;\n}\n\n/** A collection of delete job objects. */\nexport interface DeleteJobCollection {\n /** The list of delete job objects. */\n value: DeleteJob[];\n /** A URI to retrieve the next page of results. */\n nextLink?: string;\n}\n\n/** Defines headers for DigitalTwinModels_add operation. */\nexport interface DigitalTwinModelsAddExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwinModels_list operation. */\nexport interface DigitalTwinModelsListExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwinModels_getById operation. */\nexport interface DigitalTwinModelsGetByIdExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwinModels_update operation. */\nexport interface DigitalTwinModelsUpdateExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwinModels_delete operation. */\nexport interface DigitalTwinModelsDeleteExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwinModels_listNext operation. */\nexport interface DigitalTwinModelsListNextExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for Query_queryTwins operation. */\nexport interface QueryQueryTwinsHeaders {\n /** The query charge. */\n queryCharge?: number;\n}\n\n/** Defines headers for Query_queryTwins operation. */\nexport interface QueryQueryTwinsExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_getById operation. */\nexport interface DigitalTwinsGetByIdHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getById operation. */\nexport interface DigitalTwinsGetByIdExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_add operation. */\nexport interface DigitalTwinsAddHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_add operation. */\nexport interface DigitalTwinsAddExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_delete operation. */\nexport interface DigitalTwinsDeleteExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_update operation. */\nexport interface DigitalTwinsUpdateHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_update operation. */\nexport interface DigitalTwinsUpdateExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_getRelationshipById operation. */\nexport interface DigitalTwinsGetRelationshipByIdHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getRelationshipById operation. */\nexport interface DigitalTwinsGetRelationshipByIdExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_addRelationship operation. */\nexport interface DigitalTwinsAddRelationshipHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_addRelationship operation. */\nexport interface DigitalTwinsAddRelationshipExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_deleteRelationship operation. */\nexport interface DigitalTwinsDeleteRelationshipExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_updateRelationship operation. */\nexport interface DigitalTwinsUpdateRelationshipHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_updateRelationship operation. */\nexport interface DigitalTwinsUpdateRelationshipExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_listRelationships operation. */\nexport interface DigitalTwinsListRelationshipsExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_listIncomingRelationships operation. */\nexport interface DigitalTwinsListIncomingRelationshipsExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_sendTelemetry operation. */\nexport interface DigitalTwinsSendTelemetryExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_sendComponentTelemetry operation. */\nexport interface DigitalTwinsSendComponentTelemetryExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_getComponent operation. */\nexport interface DigitalTwinsGetComponentHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_getComponent operation. */\nexport interface DigitalTwinsGetComponentExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_updateComponent operation. */\nexport interface DigitalTwinsUpdateComponentHeaders {\n /** Weak Etag. */\n etag?: string;\n}\n\n/** Defines headers for DigitalTwins_updateComponent operation. */\nexport interface DigitalTwinsUpdateComponentExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_listRelationshipsNext operation. */\nexport interface DigitalTwinsListRelationshipsNextExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DigitalTwins_listIncomingRelationshipsNext operation. */\nexport interface DigitalTwinsListIncomingRelationshipsNextExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for EventRoutes_list operation. */\nexport interface EventRoutesListExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for EventRoutes_getById operation. */\nexport interface EventRoutesGetByIdExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for EventRoutes_add operation. */\nexport interface EventRoutesAddExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for EventRoutes_delete operation. */\nexport interface EventRoutesDeleteExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for EventRoutes_listNext operation. */\nexport interface EventRoutesListNextExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ImportJobs_list operation. */\nexport interface ImportJobsListExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ImportJobs_add operation. */\nexport interface ImportJobsAddExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ImportJobs_getById operation. */\nexport interface ImportJobsGetByIdExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ImportJobs_delete operation. */\nexport interface ImportJobsDeleteExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ImportJobs_cancel operation. */\nexport interface ImportJobsCancelExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for ImportJobs_listNext operation. */\nexport interface ImportJobsListNextExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DeleteJobs_add operation. */\nexport interface DeleteJobsAddHeaders {\n /** The URL to track the status of the long running operation. */\n operationLocation?: string;\n}\n\n/** Defines headers for DeleteJobs_add operation. */\nexport interface DeleteJobsAddExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DeleteJobs_list operation. */\nexport interface DeleteJobsListExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DeleteJobs_getById operation. */\nexport interface DeleteJobsGetByIdExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines headers for DeleteJobs_listNext operation. */\nexport interface DeleteJobsListNextExceptionHeaders {\n /** Error code for specific error that occurred. */\n xMsErrorCode?: string;\n}\n\n/** Defines values for Status. */\nexport type Status =\n | \"notstarted\"\n | \"running\"\n | \"failed\"\n | \"succeeded\"\n | \"cancelling\"\n | \"cancelled\";\n/** Defines values for DeleteJobStatus. */\nexport type DeleteJobStatus = \"notstarted\" | \"running\" | \"failed\" | \"succeeded\";\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsAddOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the add operation. */\nexport type DigitalTwinModelsAddResponse = DigitalTwinsModelData[];\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsListOptionalParams\n extends coreClient.OperationOptions {\n /** If specified, only return the set of the specified models along with their dependencies. If omitted, all models are retrieved. */\n dependenciesFor?: string[];\n /** When true the model definition will be returned as part of the result. */\n includeModelDefinition?: boolean;\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DigitalTwinModelsListResponse =\n PagedDigitalTwinsModelDataCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsGetByIdOptionalParams\n extends coreClient.OperationOptions {\n /** When true the model definition will be returned as part of the result. */\n includeModelDefinition?: boolean;\n}\n\n/** Contains response data for the getById operation. */\nexport type DigitalTwinModelsGetByIdResponse = DigitalTwinsModelData;\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsUpdateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface DigitalTwinModelsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type DigitalTwinModelsListNextResponse =\n PagedDigitalTwinsModelDataCollection;\n\n/** Optional parameters. */\nexport interface QueryQueryTwinsOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the queryTwins operation. */\nexport type QueryQueryTwinsResponse = QueryQueryTwinsHeaders & QueryResult;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type DigitalTwinsGetByIdResponse = DigitalTwinsGetByIdHeaders & {\n [propertyName: string]: any;\n};\n\n/** Optional parameters. */\nexport interface DigitalTwinsAddOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity does not already exist. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the add operation. */\nexport type DigitalTwinsAddResponse = DigitalTwinsAddHeaders & {\n [propertyName: string]: any;\n};\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type DigitalTwinsUpdateResponse = DigitalTwinsUpdateHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetRelationshipByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getRelationshipById operation. */\nexport type DigitalTwinsGetRelationshipByIdResponse =\n DigitalTwinsGetRelationshipByIdHeaders & { [propertyName: string]: any };\n\n/** Optional parameters. */\nexport interface DigitalTwinsAddRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity does not already exist. */\n ifNoneMatch?: string;\n}\n\n/** Contains response data for the addRelationship operation. */\nexport type DigitalTwinsAddRelationshipResponse =\n DigitalTwinsAddRelationshipHeaders & { [propertyName: string]: any };\n\n/** Optional parameters. */\nexport interface DigitalTwinsDeleteRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateRelationshipOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the updateRelationship operation. */\nexport type DigitalTwinsUpdateRelationshipResponse =\n DigitalTwinsUpdateRelationshipHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListRelationshipsOptionalParams\n extends coreClient.OperationOptions {\n /** The name of the relationship. */\n relationshipName?: string;\n}\n\n/** Contains response data for the listRelationships operation. */\nexport type DigitalTwinsListRelationshipsResponse = RelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListIncomingRelationshipsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listIncomingRelationships operation. */\nexport type DigitalTwinsListIncomingRelationshipsResponse =\n IncomingRelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsSendTelemetryOptionalParams\n extends coreClient.OperationOptions {\n /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */\n telemetrySourceTime?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsSendComponentTelemetryOptionalParams\n extends coreClient.OperationOptions {\n /** An RFC 3339 timestamp that identifies the time the telemetry was measured. */\n telemetrySourceTime?: string;\n}\n\n/** Optional parameters. */\nexport interface DigitalTwinsGetComponentOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getComponent operation. */\nexport type DigitalTwinsGetComponentResponse =\n DigitalTwinsGetComponentHeaders & { [propertyName: string]: any };\n\n/** Optional parameters. */\nexport interface DigitalTwinsUpdateComponentOptionalParams\n extends coreClient.OperationOptions {\n /** Only perform the operation if the entity's etag matches one of the etags provided or * is provided. */\n ifMatch?: string;\n}\n\n/** Contains response data for the updateComponent operation. */\nexport type DigitalTwinsUpdateComponentResponse =\n DigitalTwinsUpdateComponentHeaders;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListRelationshipsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRelationshipsNext operation. */\nexport type DigitalTwinsListRelationshipsNextResponse = RelationshipCollection;\n\n/** Optional parameters. */\nexport interface DigitalTwinsListIncomingRelationshipsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listIncomingRelationshipsNext operation. */\nexport type DigitalTwinsListIncomingRelationshipsNextResponse =\n IncomingRelationshipCollection;\n\n/** Optional parameters. */\nexport interface EventRoutesListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type EventRoutesListResponse = EventRouteCollection;\n\n/** Optional parameters. */\nexport interface EventRoutesGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type EventRoutesGetByIdResponse = EventRoute;\n\n/** Optional parameters. */\nexport interface EventRoutesAddOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EventRoutesDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface EventRoutesListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type EventRoutesListNextResponse = EventRouteCollection;\n\n/** Optional parameters. */\nexport interface ImportJobsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type ImportJobsListResponse = ImportJobCollection;\n\n/** Optional parameters. */\nexport interface ImportJobsAddOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the add operation. */\nexport type ImportJobsAddResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type ImportJobsGetByIdResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsDeleteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface ImportJobsCancelOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type ImportJobsCancelResponse = ImportJob;\n\n/** Optional parameters. */\nexport interface ImportJobsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type ImportJobsListNextResponse = ImportJobCollection;\n\n/** Optional parameters. */\nexport interface DeleteJobsAddOptionalParams\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 add operation. */\nexport type DeleteJobsAddResponse = DeleteJobsAddHeaders & DeleteJob;\n\n/** Optional parameters. */\nexport interface DeleteJobsListOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the list operation. */\nexport type DeleteJobsListResponse = DeleteJobCollection;\n\n/** Optional parameters. */\nexport interface DeleteJobsGetByIdOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getById operation. */\nexport type DeleteJobsGetByIdResponse = DeleteJob;\n\n/** Optional parameters. */\nexport interface DeleteJobsListNextOptionalParams\n extends coreClient.OperationOptions {\n /** The maximum number of items to retrieve per request. The server may choose to return less than the requested number. */\n resultsPerPage?: number;\n}\n\n/** Contains response data for the listNext operation. */\nexport type DeleteJobsListNextResponse = DeleteJobCollection;\n\n/** Optional parameters. */\nexport interface AzureDigitalTwinsAPIOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** ID for the operation's status monitor. The ID is generated if header was not passed by the client. */\n operationId?: string;\n /** Desired timeout for the delete job. Once the specified timeout is reached, service will stop any delete operations triggered by the current delete job that are in progress, and go to a failed state. Please note that this will leave your instance in an unknown state as there won't be any rollback operation. */\n timeoutInMinutes?: number;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -11,13 +11,56 @@ export declare const IncomingRelationshipCollection: coreClient.CompositeMapper;
|
|
|
11
11
|
export declare const IncomingRelationship: coreClient.CompositeMapper;
|
|
12
12
|
export declare const EventRouteCollection: coreClient.CompositeMapper;
|
|
13
13
|
export declare const EventRoute: coreClient.CompositeMapper;
|
|
14
|
+
export declare const ImportJobCollection: coreClient.CompositeMapper;
|
|
15
|
+
export declare const ImportJob: coreClient.CompositeMapper;
|
|
16
|
+
export declare const DeleteJob: coreClient.CompositeMapper;
|
|
17
|
+
export declare const DeleteJobCollection: coreClient.CompositeMapper;
|
|
18
|
+
export declare const DigitalTwinModelsAddExceptionHeaders: coreClient.CompositeMapper;
|
|
19
|
+
export declare const DigitalTwinModelsListExceptionHeaders: coreClient.CompositeMapper;
|
|
20
|
+
export declare const DigitalTwinModelsGetByIdExceptionHeaders: coreClient.CompositeMapper;
|
|
21
|
+
export declare const DigitalTwinModelsUpdateExceptionHeaders: coreClient.CompositeMapper;
|
|
22
|
+
export declare const DigitalTwinModelsDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
23
|
+
export declare const DigitalTwinModelsListNextExceptionHeaders: coreClient.CompositeMapper;
|
|
14
24
|
export declare const QueryQueryTwinsHeaders: coreClient.CompositeMapper;
|
|
25
|
+
export declare const QueryQueryTwinsExceptionHeaders: coreClient.CompositeMapper;
|
|
15
26
|
export declare const DigitalTwinsGetByIdHeaders: coreClient.CompositeMapper;
|
|
27
|
+
export declare const DigitalTwinsGetByIdExceptionHeaders: coreClient.CompositeMapper;
|
|
16
28
|
export declare const DigitalTwinsAddHeaders: coreClient.CompositeMapper;
|
|
29
|
+
export declare const DigitalTwinsAddExceptionHeaders: coreClient.CompositeMapper;
|
|
30
|
+
export declare const DigitalTwinsDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
17
31
|
export declare const DigitalTwinsUpdateHeaders: coreClient.CompositeMapper;
|
|
32
|
+
export declare const DigitalTwinsUpdateExceptionHeaders: coreClient.CompositeMapper;
|
|
18
33
|
export declare const DigitalTwinsGetRelationshipByIdHeaders: coreClient.CompositeMapper;
|
|
34
|
+
export declare const DigitalTwinsGetRelationshipByIdExceptionHeaders: coreClient.CompositeMapper;
|
|
19
35
|
export declare const DigitalTwinsAddRelationshipHeaders: coreClient.CompositeMapper;
|
|
36
|
+
export declare const DigitalTwinsAddRelationshipExceptionHeaders: coreClient.CompositeMapper;
|
|
37
|
+
export declare const DigitalTwinsDeleteRelationshipExceptionHeaders: coreClient.CompositeMapper;
|
|
20
38
|
export declare const DigitalTwinsUpdateRelationshipHeaders: coreClient.CompositeMapper;
|
|
39
|
+
export declare const DigitalTwinsUpdateRelationshipExceptionHeaders: coreClient.CompositeMapper;
|
|
40
|
+
export declare const DigitalTwinsListRelationshipsExceptionHeaders: coreClient.CompositeMapper;
|
|
41
|
+
export declare const DigitalTwinsListIncomingRelationshipsExceptionHeaders: coreClient.CompositeMapper;
|
|
42
|
+
export declare const DigitalTwinsSendTelemetryExceptionHeaders: coreClient.CompositeMapper;
|
|
43
|
+
export declare const DigitalTwinsSendComponentTelemetryExceptionHeaders: coreClient.CompositeMapper;
|
|
21
44
|
export declare const DigitalTwinsGetComponentHeaders: coreClient.CompositeMapper;
|
|
45
|
+
export declare const DigitalTwinsGetComponentExceptionHeaders: coreClient.CompositeMapper;
|
|
22
46
|
export declare const DigitalTwinsUpdateComponentHeaders: coreClient.CompositeMapper;
|
|
47
|
+
export declare const DigitalTwinsUpdateComponentExceptionHeaders: coreClient.CompositeMapper;
|
|
48
|
+
export declare const DigitalTwinsListRelationshipsNextExceptionHeaders: coreClient.CompositeMapper;
|
|
49
|
+
export declare const DigitalTwinsListIncomingRelationshipsNextExceptionHeaders: coreClient.CompositeMapper;
|
|
50
|
+
export declare const EventRoutesListExceptionHeaders: coreClient.CompositeMapper;
|
|
51
|
+
export declare const EventRoutesGetByIdExceptionHeaders: coreClient.CompositeMapper;
|
|
52
|
+
export declare const EventRoutesAddExceptionHeaders: coreClient.CompositeMapper;
|
|
53
|
+
export declare const EventRoutesDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
54
|
+
export declare const EventRoutesListNextExceptionHeaders: coreClient.CompositeMapper;
|
|
55
|
+
export declare const ImportJobsListExceptionHeaders: coreClient.CompositeMapper;
|
|
56
|
+
export declare const ImportJobsAddExceptionHeaders: coreClient.CompositeMapper;
|
|
57
|
+
export declare const ImportJobsGetByIdExceptionHeaders: coreClient.CompositeMapper;
|
|
58
|
+
export declare const ImportJobsDeleteExceptionHeaders: coreClient.CompositeMapper;
|
|
59
|
+
export declare const ImportJobsCancelExceptionHeaders: coreClient.CompositeMapper;
|
|
60
|
+
export declare const ImportJobsListNextExceptionHeaders: coreClient.CompositeMapper;
|
|
61
|
+
export declare const DeleteJobsAddHeaders: coreClient.CompositeMapper;
|
|
62
|
+
export declare const DeleteJobsAddExceptionHeaders: coreClient.CompositeMapper;
|
|
63
|
+
export declare const DeleteJobsListExceptionHeaders: coreClient.CompositeMapper;
|
|
64
|
+
export declare const DeleteJobsGetByIdExceptionHeaders: coreClient.CompositeMapper;
|
|
65
|
+
export declare const DeleteJobsListNextExceptionHeaders: coreClient.CompositeMapper;
|
|
23
66
|
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAgD9C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAyCnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAoBnC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAgD9C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAyCnC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAoBnC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eA2B3D,CAAC;AAEJ,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAmB3C,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eA0BpC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA0B/C,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eA0BvD,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA+B7C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA0B7C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA4BnC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA0B5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eA8ElC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAkDlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA0B5C,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,eAc3D,CAAC;AAEJ,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAc5D,CAAC;AAEJ,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAc/D,CAAC;AAEJ,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAc9D,CAAC;AAEJ,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eAc9D,CAAC;AAEJ,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAchE,CAAC;AAEJ,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAanD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAa/C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAalD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,sCAAsC,EAAE,UAAU,CAAC,eAc7D,CAAC;AAEJ,eAAO,MAAM,+CAA+C,EAAE,UAAU,CAAC,eActE,CAAC;AAEJ,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,2CAA2C,EAAE,UAAU,CAAC,eAclE,CAAC;AAEJ,eAAO,MAAM,8CAA8C,EAAE,UAAU,CAAC,eAcrE,CAAC;AAEJ,eAAO,MAAM,qCAAqC,EAAE,UAAU,CAAC,eAc5D,CAAC;AAEJ,eAAO,MAAM,8CAA8C,EAAE,UAAU,CAAC,eAcrE,CAAC;AAEJ,eAAO,MAAM,6CAA6C,EAAE,UAAU,CAAC,eAcpE,CAAC;AAEJ,eAAO,MAAM,qDAAqD,EAAE,UAAU,CAAC,eAc5E,CAAC;AAEJ,eAAO,MAAM,yCAAyC,EAAE,UAAU,CAAC,eAchE,CAAC;AAEJ,eAAO,MAAM,kDAAkD,EAAE,UAAU,CAAC,eAczE,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC;AAEF,eAAO,MAAM,wCAAwC,EAAE,UAAU,CAAC,eAc/D,CAAC;AAEJ,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,2CAA2C,EAAE,UAAU,CAAC,eAclE,CAAC;AAEJ,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAcxE,CAAC;AAEJ,eAAO,MAAM,yDAAyD,EAAE,UAAU,CAAC,eAchF,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,UAAU,CAAC,eAaxD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAavD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAa1D,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eAa5D,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAavD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAatD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAa1D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAazD,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eAazD,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eAa7C,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAatD,CAAC;AAEF,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,eAavD,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,eAa1D,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,UAAU,CAAC,eAa3D,CAAC"}
|