@azure/arm-mixedreality 2.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/LICENSE.txt +1 -1
- package/README.md +72 -73
- package/dist/index.js +2016 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/checkLocalNameAvailability.d.ts +2 -0
- package/dist-esm/samples-dev/checkLocalNameAvailability.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkLocalNameAvailability.js +34 -0
- package/dist-esm/samples-dev/checkLocalNameAvailability.js.map +1 -0
- package/dist-esm/samples-dev/createRemoteRenderingAccount.d.ts +2 -0
- package/dist-esm/samples-dev/createRemoteRenderingAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/createRemoteRenderingAccount.js +35 -0
- package/dist-esm/samples-dev/createRemoteRenderingAccount.js.map +1 -0
- package/dist-esm/samples-dev/createSpatialAnchorAccount.d.ts +2 -0
- package/dist-esm/samples-dev/createSpatialAnchorAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/createSpatialAnchorAccount.js +34 -0
- package/dist-esm/samples-dev/createSpatialAnchorAccount.js.map +1 -0
- package/dist-esm/samples-dev/deleteRemoteRenderingAccount.d.ts +2 -0
- package/dist-esm/samples-dev/deleteRemoteRenderingAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteRemoteRenderingAccount.js +31 -0
- package/dist-esm/samples-dev/deleteRemoteRenderingAccount.js.map +1 -0
- package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.d.ts +2 -0
- package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.js +31 -0
- package/dist-esm/samples-dev/deleteSpatialAnchorsAccount.js.map +1 -0
- package/dist-esm/samples-dev/getRemoteRenderingAccount.d.ts +2 -0
- package/dist-esm/samples-dev/getRemoteRenderingAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/getRemoteRenderingAccount.js +31 -0
- package/dist-esm/samples-dev/getRemoteRenderingAccount.js.map +1 -0
- package/dist-esm/samples-dev/getSpatialAnchorsAccount.d.ts +2 -0
- package/dist-esm/samples-dev/getSpatialAnchorsAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/getSpatialAnchorsAccount.js +31 -0
- package/dist-esm/samples-dev/getSpatialAnchorsAccount.js.map +1 -0
- package/dist-esm/samples-dev/listAvailableOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listAvailableOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAvailableOperations.js +43 -0
- package/dist-esm/samples-dev/listAvailableOperations.js.map +1 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountKey.d.ts +2 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountKey.d.ts.map +1 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountKey.js +31 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountKey.js.map +1 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.js +43 -0
- package/dist-esm/samples-dev/listRemoteRenderingAccountsBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountKey.d.ts +2 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountKey.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountKey.js +31 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountKey.js.map +1 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listSpatialAnchorAccountsByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.js +43 -0
- package/dist-esm/samples-dev/listSpatialAnchorsAccountsBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.d.ts +2 -0
- package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.js +32 -0
- package/dist-esm/samples-dev/regenerateRemoteRenderingAccountKeys.js.map +1 -0
- package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.d.ts +2 -0
- package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.js +32 -0
- package/dist-esm/samples-dev/regenerateSpatialAnchorsAccountKeys.js.map +1 -0
- package/dist-esm/samples-dev/updateRemoteRenderingAccount.d.ts +2 -0
- package/dist-esm/samples-dev/updateRemoteRenderingAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateRemoteRenderingAccount.js +36 -0
- package/dist-esm/samples-dev/updateRemoteRenderingAccount.js.map +1 -0
- package/dist-esm/samples-dev/updateSpatialAnchorsAccount.d.ts +2 -0
- package/dist-esm/samples-dev/updateSpatialAnchorsAccount.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateSpatialAnchorsAccount.js +35 -0
- package/dist-esm/samples-dev/updateSpatialAnchorsAccount.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/mixedRealityClient.d.ts +28 -0
- package/dist-esm/src/mixedRealityClient.d.ts.map +1 -0
- package/dist-esm/src/mixedRealityClient.js +89 -0
- package/dist-esm/src/mixedRealityClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +444 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +25 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +473 -288
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +15 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +135 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/remoteRenderingAccounts.d.ts +98 -0
- package/dist-esm/src/operations/remoteRenderingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/remoteRenderingAccounts.js +422 -0
- package/dist-esm/src/operations/remoteRenderingAccounts.js.map +1 -0
- package/dist-esm/src/operations/spatialAnchorsAccounts.d.ts +98 -0
- package/dist-esm/src/operations/spatialAnchorsAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/spatialAnchorsAccounts.js +422 -0
- package/dist-esm/src/operations/spatialAnchorsAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +4 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +11 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/remoteRenderingAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/spatialAnchorsAccounts.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +75 -32
- package/review/arm-mixedreality.api.md +436 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/mixedRealityClient.ts +104 -77
- package/src/models/index.ts +405 -735
- package/src/models/mappers.ts +478 -295
- package/src/models/parameters.ts +93 -47
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/remoteRenderingAccounts.ts +321 -389
- package/src/operations/spatialAnchorsAccounts.ts +321 -389
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/remoteRenderingAccounts.ts +119 -0
- package/src/operationsInterfaces/spatialAnchorsAccounts.ts +119 -0
- package/tsconfig.json +5 -4
- package/types/arm-mixedreality.d.ts +674 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-mixedreality.js +0 -1756
- package/dist/arm-mixedreality.js.map +0 -1
- package/dist/arm-mixedreality.min.js +0 -1
- package/dist/arm-mixedreality.min.js.map +0 -1
- package/esm/mixedRealityClient.d.ts +0 -42
- package/esm/mixedRealityClient.d.ts.map +0 -1
- package/esm/mixedRealityClient.js +0 -73
- package/esm/mixedRealityClient.js.map +0 -1
- package/esm/mixedRealityClientContext.d.ts +0 -16
- package/esm/mixedRealityClientContext.d.ts.map +0 -1
- package/esm/mixedRealityClientContext.js +0 -56
- package/esm/mixedRealityClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -778
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -27
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -110
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/remoteRenderingAccountsMappers.d.ts +0 -2
- package/esm/models/remoteRenderingAccountsMappers.d.ts.map +0 -1
- package/esm/models/remoteRenderingAccountsMappers.js +0 -9
- package/esm/models/remoteRenderingAccountsMappers.js.map +0 -1
- package/esm/models/spatialAnchorsAccountsMappers.d.ts +0 -2
- package/esm/models/spatialAnchorsAccountsMappers.d.ts.map +0 -1
- package/esm/models/spatialAnchorsAccountsMappers.js +0 -9
- package/esm/models/spatialAnchorsAccountsMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/remoteRenderingAccounts.d.ts +0 -217
- package/esm/operations/remoteRenderingAccounts.d.ts.map +0 -1
- package/esm/operations/remoteRenderingAccounts.js +0 -339
- package/esm/operations/remoteRenderingAccounts.js.map +0 -1
- package/esm/operations/spatialAnchorsAccounts.d.ts +0 -217
- package/esm/operations/spatialAnchorsAccounts.d.ts.map +0 -1
- package/esm/operations/spatialAnchorsAccounts.js +0 -339
- package/esm/operations/spatialAnchorsAccounts.js.map +0 -1
- package/src/mixedRealityClientContext.ts +0 -61
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/remoteRenderingAccountsMappers.ts +0 -29
- package/src/models/spatialAnchorsAccountsMappers.ts +0 -29
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Result of the request to list Resource Provider operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
3
|
+
export interface OperationPage {
|
|
4
|
+
/** List of operations supported by the Resource Provider. */
|
|
5
|
+
value?: Operation[];
|
|
6
|
+
/** URL to get the next set of operation list results if there are any. */
|
|
7
|
+
nextLink?: string;
|
|
8
|
+
}
|
|
9
|
+
/** REST API operation */
|
|
10
|
+
export interface Operation {
|
|
11
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
12
|
+
name?: string;
|
|
13
|
+
/** The object that represents the operation. */
|
|
14
|
+
display?: OperationDisplay;
|
|
15
|
+
/** Whether or not this is a data plane operation */
|
|
16
|
+
isDataAction?: boolean;
|
|
17
|
+
/** The origin */
|
|
18
|
+
origin?: string;
|
|
19
|
+
/** Properties of the operation */
|
|
20
|
+
properties?: OperationProperties;
|
|
21
|
+
}
|
|
22
|
+
/** The object that represents the operation. */
|
|
23
|
+
export interface OperationDisplay {
|
|
24
|
+
/** Service provider: Microsoft.ResourceProvider */
|
|
25
|
+
provider: string;
|
|
26
|
+
/** Resource on which the operation is performed: Profile, endpoint, etc. */
|
|
27
|
+
resource: string;
|
|
28
|
+
/** Operation type: Read, write, delete, etc. */
|
|
29
|
+
operation: string;
|
|
30
|
+
/** Description of operation */
|
|
31
|
+
description: string;
|
|
32
|
+
}
|
|
33
|
+
/** Operation properties. */
|
|
34
|
+
export interface OperationProperties {
|
|
35
|
+
/** Service specification. */
|
|
36
|
+
serviceSpecification?: ServiceSpecification;
|
|
37
|
+
}
|
|
38
|
+
/** Service specification payload */
|
|
39
|
+
export interface ServiceSpecification {
|
|
40
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
41
|
+
logSpecifications?: LogSpecification[];
|
|
42
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
43
|
+
metricSpecifications?: MetricSpecification[];
|
|
44
|
+
}
|
|
45
|
+
/** Specifications of the Log for Azure Monitoring */
|
|
46
|
+
export interface LogSpecification {
|
|
47
|
+
/** Name of the log */
|
|
48
|
+
name?: string;
|
|
49
|
+
/** Localized friendly display name of the log */
|
|
50
|
+
displayName?: string;
|
|
51
|
+
/** Blob duration of the log */
|
|
52
|
+
blobDuration?: string;
|
|
53
|
+
}
|
|
54
|
+
/** Specifications of the Metrics for Azure Monitoring */
|
|
55
|
+
export interface MetricSpecification {
|
|
56
|
+
/** Name of the metric */
|
|
57
|
+
name?: string;
|
|
58
|
+
/** Localized friendly display name of the metric */
|
|
59
|
+
displayName?: string;
|
|
60
|
+
/** Localized friendly description of the metric */
|
|
61
|
+
displayDescription?: string;
|
|
62
|
+
/** Unit that makes sense for the metric */
|
|
63
|
+
unit?: string;
|
|
64
|
+
/** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
65
|
+
aggregationType?: string;
|
|
66
|
+
/** Supported aggregation types. Valid values: Average, Minimum, Maximum, Total, Count. */
|
|
67
|
+
supportedAggregationTypes?: string[];
|
|
68
|
+
/** Supported time grains. Valid values: PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, P1D */
|
|
69
|
+
supportedTimeGrainTypes?: string[];
|
|
70
|
+
/** Flag to indicate use of regional Mdm accounts */
|
|
71
|
+
enableRegionalMdmAccount?: boolean;
|
|
72
|
+
/** Source mdm account */
|
|
73
|
+
sourceMdmAccount?: string;
|
|
74
|
+
/** Source mdm namespace */
|
|
75
|
+
sourceMdmNamespace?: string;
|
|
76
|
+
/** Metric filter regex pattern */
|
|
77
|
+
metricFilterPattern?: string;
|
|
78
|
+
/** Flag to determine is Zero is returned for time duration where no metric is emitted */
|
|
79
|
+
fillGapWithZero?: boolean;
|
|
80
|
+
/** Metric category */
|
|
81
|
+
category?: string;
|
|
82
|
+
/** Internal metric name. */
|
|
83
|
+
internalMetricName?: string;
|
|
84
|
+
/** Dimensions of the metric */
|
|
85
|
+
dimensions?: MetricDimension[];
|
|
86
|
+
/** Locked aggregation type of the metric */
|
|
87
|
+
lockedAggregationType?: string;
|
|
88
|
+
}
|
|
89
|
+
/** Specifications of the Dimension of metrics */
|
|
90
|
+
export interface MetricDimension {
|
|
91
|
+
/** Name of the dimension */
|
|
92
|
+
name?: string;
|
|
93
|
+
/** Localized friendly display name of the dimension */
|
|
94
|
+
displayName?: string;
|
|
95
|
+
/** Internal name of the dimension. */
|
|
96
|
+
internalName?: string;
|
|
97
|
+
}
|
|
98
|
+
/** An Error response. */
|
|
99
|
+
export interface CloudError {
|
|
100
|
+
/** An Error response. */
|
|
101
|
+
error?: CloudErrorBody;
|
|
102
|
+
}
|
|
103
|
+
/** An error response from Azure. */
|
|
104
|
+
export interface CloudErrorBody {
|
|
105
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
106
|
+
code?: string;
|
|
107
|
+
/** A message describing the error, intended to be suitable for displaying in a user interface. */
|
|
108
|
+
message?: string;
|
|
109
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
110
|
+
target?: string;
|
|
111
|
+
/** A list of additional details about the error. */
|
|
112
|
+
details?: CloudErrorBody[];
|
|
113
|
+
}
|
|
114
|
+
/** Check Name Availability Request */
|
|
115
|
+
export interface CheckNameAvailabilityRequest {
|
|
116
|
+
/** Resource Name To Verify */
|
|
117
|
+
name: string;
|
|
118
|
+
/** Fully qualified resource type which includes provider namespace */
|
|
119
|
+
type: string;
|
|
120
|
+
}
|
|
121
|
+
/** Check Name Availability Response */
|
|
122
|
+
export interface CheckNameAvailabilityResponse {
|
|
123
|
+
/** if name Available */
|
|
124
|
+
nameAvailable: boolean;
|
|
125
|
+
/** Resource Name To Verify */
|
|
126
|
+
reason?: NameUnavailableReason;
|
|
127
|
+
/** detail message */
|
|
128
|
+
message?: string;
|
|
129
|
+
}
|
|
130
|
+
/** Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results. */
|
|
131
|
+
export interface SpatialAnchorsAccountPage {
|
|
132
|
+
/** List of resources supported by the Resource Provider. */
|
|
133
|
+
value?: SpatialAnchorsAccount[];
|
|
134
|
+
/** URL to get the next set of resource list results if there are any. */
|
|
135
|
+
nextLink?: string;
|
|
136
|
+
}
|
|
137
|
+
/** Identity for the resource. */
|
|
138
|
+
export interface Identity {
|
|
139
|
+
/**
|
|
140
|
+
* The principal ID of resource identity.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly principalId?: string;
|
|
144
|
+
/**
|
|
145
|
+
* The tenant ID of resource.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly tenantId?: string;
|
|
149
|
+
/** The identity type. */
|
|
150
|
+
type?: "SystemAssigned";
|
|
151
|
+
}
|
|
152
|
+
/** The resource model definition representing SKU */
|
|
153
|
+
export interface Sku {
|
|
154
|
+
/** The name of the SKU. Ex - P3. It is typically a letter+number code */
|
|
155
|
+
name: string;
|
|
156
|
+
/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */
|
|
157
|
+
tier?: SkuTier;
|
|
158
|
+
/** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */
|
|
159
|
+
size?: string;
|
|
160
|
+
/** If the service has different generations of hardware, for the same SKU, then that can be captured here. */
|
|
161
|
+
family?: string;
|
|
162
|
+
/** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */
|
|
163
|
+
capacity?: number;
|
|
164
|
+
}
|
|
165
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
166
|
+
export interface SystemData {
|
|
167
|
+
/** The identity that created the resource. */
|
|
168
|
+
createdBy?: string;
|
|
169
|
+
/** The type of identity that created the resource. */
|
|
170
|
+
createdByType?: CreatedByType;
|
|
171
|
+
/** The timestamp of resource creation (UTC). */
|
|
172
|
+
createdAt?: Date;
|
|
173
|
+
/** The identity that last modified the resource. */
|
|
174
|
+
lastModifiedBy?: string;
|
|
175
|
+
/** The type of identity that last modified the resource. */
|
|
176
|
+
lastModifiedByType?: CreatedByType;
|
|
177
|
+
/** The timestamp of resource last modification (UTC) */
|
|
178
|
+
lastModifiedAt?: Date;
|
|
179
|
+
}
|
|
180
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
181
|
+
export interface Resource {
|
|
182
|
+
/**
|
|
183
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
185
|
+
*/
|
|
186
|
+
readonly id?: string;
|
|
187
|
+
/**
|
|
188
|
+
* The name of the resource
|
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
190
|
+
*/
|
|
191
|
+
readonly name?: string;
|
|
192
|
+
/**
|
|
193
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
195
|
+
*/
|
|
196
|
+
readonly type?: string;
|
|
197
|
+
}
|
|
198
|
+
/** Developer Keys of account */
|
|
199
|
+
export interface AccountKeys {
|
|
200
|
+
/**
|
|
201
|
+
* value of primary key.
|
|
202
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
203
|
+
*/
|
|
204
|
+
readonly primaryKey?: string;
|
|
205
|
+
/**
|
|
206
|
+
* value of secondary key.
|
|
207
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
208
|
+
*/
|
|
209
|
+
readonly secondaryKey?: string;
|
|
210
|
+
}
|
|
211
|
+
/** Request for account key regeneration */
|
|
212
|
+
export interface AccountKeyRegenerateRequest {
|
|
213
|
+
/** serial of key to be regenerated */
|
|
214
|
+
serial?: Serial;
|
|
215
|
+
}
|
|
216
|
+
/** Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results. */
|
|
217
|
+
export interface RemoteRenderingAccountPage {
|
|
218
|
+
/** List of resources supported by the Resource Provider. */
|
|
219
|
+
value?: RemoteRenderingAccount[];
|
|
220
|
+
/** URL to get the next set of resource list results if there are any. */
|
|
221
|
+
nextLink?: string;
|
|
222
|
+
}
|
|
223
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
224
|
+
export declare type TrackedResource = Resource & {
|
|
225
|
+
/** Resource tags. */
|
|
226
|
+
tags?: {
|
|
227
|
+
[propertyName: string]: string;
|
|
228
|
+
};
|
|
229
|
+
/** The geo-location where the resource lives */
|
|
230
|
+
location: string;
|
|
231
|
+
};
|
|
232
|
+
/** SpatialAnchorsAccount Response. */
|
|
233
|
+
export declare type SpatialAnchorsAccount = TrackedResource & {
|
|
234
|
+
/** The identity associated with this account */
|
|
235
|
+
identity?: Identity;
|
|
236
|
+
/** The plan associated with this account */
|
|
237
|
+
plan?: Identity;
|
|
238
|
+
/** The sku associated with this account */
|
|
239
|
+
sku?: Sku;
|
|
240
|
+
/** The kind of account, if supported */
|
|
241
|
+
kind?: Sku;
|
|
242
|
+
/**
|
|
243
|
+
* System metadata for this account
|
|
244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
+
*/
|
|
246
|
+
readonly systemData?: SystemData;
|
|
247
|
+
/** The name of the storage account associated with this accountId */
|
|
248
|
+
storageAccountName?: string;
|
|
249
|
+
/**
|
|
250
|
+
* unique id of certain account.
|
|
251
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
252
|
+
*/
|
|
253
|
+
readonly accountId?: string;
|
|
254
|
+
/**
|
|
255
|
+
* Correspond domain name of certain Spatial Anchors Account
|
|
256
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
257
|
+
*/
|
|
258
|
+
readonly accountDomain?: string;
|
|
259
|
+
};
|
|
260
|
+
/** RemoteRenderingAccount Response. */
|
|
261
|
+
export declare type RemoteRenderingAccount = TrackedResource & {
|
|
262
|
+
/** The identity associated with this account */
|
|
263
|
+
identity?: Identity;
|
|
264
|
+
/** The plan associated with this account */
|
|
265
|
+
plan?: Identity;
|
|
266
|
+
/** The sku associated with this account */
|
|
267
|
+
sku?: Sku;
|
|
268
|
+
/** The kind of account, if supported */
|
|
269
|
+
kind?: Sku;
|
|
270
|
+
/**
|
|
271
|
+
* System metadata for this account
|
|
272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
273
|
+
*/
|
|
274
|
+
readonly systemData?: SystemData;
|
|
275
|
+
/** The name of the storage account associated with this accountId */
|
|
276
|
+
storageAccountName?: string;
|
|
277
|
+
/**
|
|
278
|
+
* unique id of certain account.
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly accountId?: string;
|
|
282
|
+
/**
|
|
283
|
+
* Correspond domain name of certain Spatial Anchors Account
|
|
284
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
285
|
+
*/
|
|
286
|
+
readonly accountDomain?: string;
|
|
287
|
+
};
|
|
288
|
+
/** Known values of {@link NameUnavailableReason} that the service accepts. */
|
|
289
|
+
export declare enum KnownNameUnavailableReason {
|
|
290
|
+
Invalid = "Invalid",
|
|
291
|
+
AlreadyExists = "AlreadyExists"
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Defines values for NameUnavailableReason. \
|
|
295
|
+
* {@link KnownNameUnavailableReason} can be used interchangeably with NameUnavailableReason,
|
|
296
|
+
* this enum contains the known values that the service supports.
|
|
297
|
+
* ### Known values supported by the service
|
|
298
|
+
* **Invalid** \
|
|
299
|
+
* **AlreadyExists**
|
|
300
|
+
*/
|
|
301
|
+
export declare type NameUnavailableReason = string;
|
|
302
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
303
|
+
export declare enum KnownCreatedByType {
|
|
304
|
+
User = "User",
|
|
305
|
+
Application = "Application",
|
|
306
|
+
ManagedIdentity = "ManagedIdentity",
|
|
307
|
+
Key = "Key"
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* Defines values for CreatedByType. \
|
|
311
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
312
|
+
* this enum contains the known values that the service supports.
|
|
313
|
+
* ### Known values supported by the service
|
|
314
|
+
* **User** \
|
|
315
|
+
* **Application** \
|
|
316
|
+
* **ManagedIdentity** \
|
|
317
|
+
* **Key**
|
|
318
|
+
*/
|
|
319
|
+
export declare type CreatedByType = string;
|
|
320
|
+
/** Defines values for SkuTier. */
|
|
321
|
+
export declare type SkuTier = "Free" | "Basic" | "Standard" | "Premium";
|
|
322
|
+
/** Defines values for Serial. */
|
|
323
|
+
export declare type Serial = 1 | 2;
|
|
324
|
+
/** Optional parameters. */
|
|
325
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
326
|
+
}
|
|
327
|
+
/** Contains response data for the list operation. */
|
|
328
|
+
export declare type OperationsListResponse = OperationPage;
|
|
329
|
+
/** Optional parameters. */
|
|
330
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
331
|
+
}
|
|
332
|
+
/** Contains response data for the listNext operation. */
|
|
333
|
+
export declare type OperationsListNextResponse = OperationPage;
|
|
334
|
+
/** Optional parameters. */
|
|
335
|
+
export interface CheckNameAvailabilityLocalOptionalParams extends coreClient.OperationOptions {
|
|
336
|
+
}
|
|
337
|
+
/** Contains response data for the checkNameAvailabilityLocal operation. */
|
|
338
|
+
export declare type CheckNameAvailabilityLocalResponse = CheckNameAvailabilityResponse;
|
|
339
|
+
/** Optional parameters. */
|
|
340
|
+
export interface SpatialAnchorsAccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
341
|
+
}
|
|
342
|
+
/** Contains response data for the listBySubscription operation. */
|
|
343
|
+
export declare type SpatialAnchorsAccountsListBySubscriptionResponse = SpatialAnchorsAccountPage;
|
|
344
|
+
/** Optional parameters. */
|
|
345
|
+
export interface SpatialAnchorsAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
346
|
+
}
|
|
347
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
348
|
+
export declare type SpatialAnchorsAccountsListByResourceGroupResponse = SpatialAnchorsAccountPage;
|
|
349
|
+
/** Optional parameters. */
|
|
350
|
+
export interface SpatialAnchorsAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
351
|
+
}
|
|
352
|
+
/** Optional parameters. */
|
|
353
|
+
export interface SpatialAnchorsAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
354
|
+
}
|
|
355
|
+
/** Contains response data for the get operation. */
|
|
356
|
+
export declare type SpatialAnchorsAccountsGetResponse = SpatialAnchorsAccount;
|
|
357
|
+
/** Optional parameters. */
|
|
358
|
+
export interface SpatialAnchorsAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
359
|
+
}
|
|
360
|
+
/** Contains response data for the update operation. */
|
|
361
|
+
export declare type SpatialAnchorsAccountsUpdateResponse = SpatialAnchorsAccount;
|
|
362
|
+
/** Optional parameters. */
|
|
363
|
+
export interface SpatialAnchorsAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
364
|
+
}
|
|
365
|
+
/** Contains response data for the create operation. */
|
|
366
|
+
export declare type SpatialAnchorsAccountsCreateResponse = SpatialAnchorsAccount;
|
|
367
|
+
/** Optional parameters. */
|
|
368
|
+
export interface SpatialAnchorsAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
369
|
+
}
|
|
370
|
+
/** Contains response data for the listKeys operation. */
|
|
371
|
+
export declare type SpatialAnchorsAccountsListKeysResponse = AccountKeys;
|
|
372
|
+
/** Optional parameters. */
|
|
373
|
+
export interface SpatialAnchorsAccountsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
374
|
+
}
|
|
375
|
+
/** Contains response data for the regenerateKeys operation. */
|
|
376
|
+
export declare type SpatialAnchorsAccountsRegenerateKeysResponse = AccountKeys;
|
|
377
|
+
/** Optional parameters. */
|
|
378
|
+
export interface SpatialAnchorsAccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
379
|
+
}
|
|
380
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
381
|
+
export declare type SpatialAnchorsAccountsListBySubscriptionNextResponse = SpatialAnchorsAccountPage;
|
|
382
|
+
/** Optional parameters. */
|
|
383
|
+
export interface SpatialAnchorsAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
384
|
+
}
|
|
385
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
386
|
+
export declare type SpatialAnchorsAccountsListByResourceGroupNextResponse = SpatialAnchorsAccountPage;
|
|
387
|
+
/** Optional parameters. */
|
|
388
|
+
export interface RemoteRenderingAccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
389
|
+
}
|
|
390
|
+
/** Contains response data for the listBySubscription operation. */
|
|
391
|
+
export declare type RemoteRenderingAccountsListBySubscriptionResponse = RemoteRenderingAccountPage;
|
|
392
|
+
/** Optional parameters. */
|
|
393
|
+
export interface RemoteRenderingAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
394
|
+
}
|
|
395
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
396
|
+
export declare type RemoteRenderingAccountsListByResourceGroupResponse = RemoteRenderingAccountPage;
|
|
397
|
+
/** Optional parameters. */
|
|
398
|
+
export interface RemoteRenderingAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
399
|
+
}
|
|
400
|
+
/** Optional parameters. */
|
|
401
|
+
export interface RemoteRenderingAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
402
|
+
}
|
|
403
|
+
/** Contains response data for the get operation. */
|
|
404
|
+
export declare type RemoteRenderingAccountsGetResponse = RemoteRenderingAccount;
|
|
405
|
+
/** Optional parameters. */
|
|
406
|
+
export interface RemoteRenderingAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
407
|
+
}
|
|
408
|
+
/** Contains response data for the update operation. */
|
|
409
|
+
export declare type RemoteRenderingAccountsUpdateResponse = RemoteRenderingAccount;
|
|
410
|
+
/** Optional parameters. */
|
|
411
|
+
export interface RemoteRenderingAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
412
|
+
}
|
|
413
|
+
/** Contains response data for the create operation. */
|
|
414
|
+
export declare type RemoteRenderingAccountsCreateResponse = RemoteRenderingAccount;
|
|
415
|
+
/** Optional parameters. */
|
|
416
|
+
export interface RemoteRenderingAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
}
|
|
418
|
+
/** Contains response data for the listKeys operation. */
|
|
419
|
+
export declare type RemoteRenderingAccountsListKeysResponse = AccountKeys;
|
|
420
|
+
/** Optional parameters. */
|
|
421
|
+
export interface RemoteRenderingAccountsRegenerateKeysOptionalParams extends coreClient.OperationOptions {
|
|
422
|
+
}
|
|
423
|
+
/** Contains response data for the regenerateKeys operation. */
|
|
424
|
+
export declare type RemoteRenderingAccountsRegenerateKeysResponse = AccountKeys;
|
|
425
|
+
/** Optional parameters. */
|
|
426
|
+
export interface RemoteRenderingAccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
427
|
+
}
|
|
428
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
429
|
+
export declare type RemoteRenderingAccountsListBySubscriptionNextResponse = RemoteRenderingAccountPage;
|
|
430
|
+
/** Optional parameters. */
|
|
431
|
+
export interface RemoteRenderingAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
432
|
+
}
|
|
433
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
434
|
+
export declare type RemoteRenderingAccountsListByResourceGroupNextResponse = RemoteRenderingAccountPage;
|
|
435
|
+
/** Optional parameters. */
|
|
436
|
+
export interface MixedRealityClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
437
|
+
/** server parameter */
|
|
438
|
+
$host?: string;
|
|
439
|
+
/** Api Version */
|
|
440
|
+
apiVersion?: string;
|
|
441
|
+
/** Overrides client endpoint. */
|
|
442
|
+
endpoint?: string;
|
|
443
|
+
}
|
|
444
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link NameUnavailableReason} that the service accepts. */
|
|
9
|
+
export var KnownNameUnavailableReason;
|
|
10
|
+
(function (KnownNameUnavailableReason) {
|
|
11
|
+
KnownNameUnavailableReason["Invalid"] = "Invalid";
|
|
12
|
+
KnownNameUnavailableReason["AlreadyExists"] = "AlreadyExists";
|
|
13
|
+
})(KnownNameUnavailableReason || (KnownNameUnavailableReason = {}));
|
|
14
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
15
|
+
export var KnownCreatedByType;
|
|
16
|
+
(function (KnownCreatedByType) {
|
|
17
|
+
KnownCreatedByType["User"] = "User";
|
|
18
|
+
KnownCreatedByType["Application"] = "Application";
|
|
19
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
20
|
+
KnownCreatedByType["Key"] = "Key";
|
|
21
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAuTH,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,6DAA+B,CAAA;AACjC,CAAC,EAHW,0BAA0B,KAA1B,0BAA0B,QAGrC;AAYD,sEAAsE;AACtE,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,iDAA2B,CAAA;IAC3B,yDAAmC,CAAA;IACnC,iCAAW,CAAA;AACb,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const OperationPage: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
4
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
5
|
+
export declare const OperationProperties: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ServiceSpecification: coreClient.CompositeMapper;
|
|
7
|
+
export declare const LogSpecification: coreClient.CompositeMapper;
|
|
8
|
+
export declare const MetricSpecification: coreClient.CompositeMapper;
|
|
9
|
+
export declare const MetricDimension: coreClient.CompositeMapper;
|
|
10
|
+
export declare const CloudError: coreClient.CompositeMapper;
|
|
11
|
+
export declare const CloudErrorBody: coreClient.CompositeMapper;
|
|
12
|
+
export declare const CheckNameAvailabilityRequest: coreClient.CompositeMapper;
|
|
13
|
+
export declare const CheckNameAvailabilityResponse: coreClient.CompositeMapper;
|
|
14
|
+
export declare const SpatialAnchorsAccountPage: coreClient.CompositeMapper;
|
|
15
|
+
export declare const Identity: coreClient.CompositeMapper;
|
|
16
|
+
export declare const Sku: coreClient.CompositeMapper;
|
|
17
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
18
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
19
|
+
export declare const AccountKeys: coreClient.CompositeMapper;
|
|
20
|
+
export declare const AccountKeyRegenerateRequest: coreClient.CompositeMapper;
|
|
21
|
+
export declare const RemoteRenderingAccountPage: coreClient.CompositeMapper;
|
|
22
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
23
|
+
export declare const SpatialAnchorsAccount: coreClient.CompositeMapper;
|
|
24
|
+
export declare const RemoteRenderingAccount: coreClient.CompositeMapper;
|
|
25
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAyBtC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAuClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAmCzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAc5C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA+B7C,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAyBzC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAuH5C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAyBxC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAcnC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAqCvC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAqBrD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eA0BtD,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA6BjC,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,UAAU,CAAC,eAuC5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAqBpC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAepD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAyBnD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eA+D9C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eA+D/C,CAAC"}
|