@azure/arm-databoundaries 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/LICENSE +4 -4
- package/README.md +25 -17
- package/{dist-esm/src → dist/browser}/databoundariesManegementClient.d.ts +2 -2
- package/dist/browser/databoundariesManegementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/databoundariesManegementClient.js +29 -24
- package/dist/browser/databoundariesManegementClient.js.map +1 -0
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +3 -3
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +8 -3
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataBoundaries.d.ts +3 -3
- package/dist/browser/operations/dataBoundaries.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataBoundaries.js +3 -2
- package/dist/browser/operations/dataBoundaries.js.map +1 -0
- package/dist/browser/operations/index.d.ts +2 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +1 -1
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dataBoundaries.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +2 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +1 -1
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/commonjs/databoundariesManegementClient.d.ts +18 -0
- package/dist/commonjs/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/commonjs/databoundariesManegementClient.js +104 -0
- package/dist/commonjs/databoundariesManegementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/{types/arm-databoundaries.d.ts → dist/commonjs/models/index.d.ts} +213 -276
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +57 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +10 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +230 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +9 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +84 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/dataBoundaries.d.ts +33 -0
- package/dist/commonjs/operations/dataBoundaries.d.ts.map +1 -0
- package/dist/commonjs/operations/dataBoundaries.js +108 -0
- package/dist/commonjs/operations/dataBoundaries.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +2 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +12 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.d.ts +25 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/databoundariesManegementClient.d.ts +18 -0
- package/dist/esm/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/esm/databoundariesManegementClient.js +99 -0
- package/dist/esm/databoundariesManegementClient.js.map +1 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +4 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +213 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +54 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +10 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +227 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +9 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +81 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/dataBoundaries.d.ts +33 -0
- package/dist/esm/operations/dataBoundaries.d.ts.map +1 -0
- package/dist/esm/operations/dataBoundaries.js +103 -0
- package/dist/esm/operations/dataBoundaries.js.map +1 -0
- package/dist/esm/operations/index.d.ts +2 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +9 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataBoundaries.d.ts +25 -0
- package/dist/esm/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/{src/operations/index.ts → dist/esm/operationsInterfaces/dataBoundaries.js} +2 -2
- package/dist/esm/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +9 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/react-native/databoundariesManegementClient.d.ts +18 -0
- package/dist/react-native/databoundariesManegementClient.d.ts.map +1 -0
- package/dist/react-native/databoundariesManegementClient.js +99 -0
- package/dist/react-native/databoundariesManegementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +4 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +11 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +213 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +54 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +10 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +227 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +9 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +81 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/dataBoundaries.d.ts +33 -0
- package/dist/react-native/operations/dataBoundaries.d.ts.map +1 -0
- package/dist/react-native/operations/dataBoundaries.js +103 -0
- package/dist/react-native/operations/dataBoundaries.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +2 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +9 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataBoundaries.d.ts +25 -0
- package/dist/react-native/operationsInterfaces/dataBoundaries.d.ts.map +1 -0
- package/{src/operationsInterfaces/index.ts → dist/react-native/operationsInterfaces/dataBoundaries.js} +2 -2
- package/dist/react-native/operationsInterfaces/dataBoundaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +9 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/package.json +84 -70
- package/dist/index.js +0 -587
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.js +0 -37
- package/dist-esm/samples-dev/dataBoundariesGetScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.js +0 -36
- package/dist-esm/samples-dev/dataBoundariesGetTenantSample.js.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataBoundariesPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataBoundariesPutSample.js +0 -39
- package/dist-esm/samples-dev/dataBoundariesPutSample.js.map +0 -1
- package/dist-esm/src/databoundariesManegementClient.d.ts.map +0 -1
- package/dist-esm/src/databoundariesManegementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -4
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/dataBoundaries.d.ts.map +0 -1
- package/dist-esm/src/operations/dataBoundaries.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -2
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataBoundaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataBoundaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/test/databoundaries_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/databoundaries_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/databoundaries_operations_test.spec.js +0 -58
- package/dist-esm/test/databoundaries_operations_test.spec.js.map +0 -1
- package/src/databoundariesManegementClient.ts +0 -133
- package/src/models/index.ts +0 -243
- package/src/models/mappers.ts +0 -236
- package/src/models/parameters.ts +0 -93
- package/src/operations/dataBoundaries.ts +0 -141
- package/src/operationsInterfaces/dataBoundaries.ts +0 -53
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataBoundaries.js +0 -0
- /package/review/{arm-databoundaries.api.md → arm-databoundaries-node.api.md} +0 -0
|
@@ -1,276 +1,213 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
export
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
*
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
*/
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
export declare
|
|
138
|
-
/**
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
export
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
export
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
Updating = "Updating"
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* Defines values for ProvisioningState. \
|
|
219
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
220
|
-
* this enum contains the known values that the service supports.
|
|
221
|
-
* ### Known values supported by the service
|
|
222
|
-
* **Accepted** \
|
|
223
|
-
* **Running** \
|
|
224
|
-
* **Creating** \
|
|
225
|
-
* **Canceled** \
|
|
226
|
-
* **Failed** \
|
|
227
|
-
* **Succeeded** \
|
|
228
|
-
* **Updating**
|
|
229
|
-
*/
|
|
230
|
-
export declare type ProvisioningState = string;
|
|
231
|
-
|
|
232
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
233
|
-
export declare interface ProxyResource extends Resource {
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
237
|
-
export declare interface Resource {
|
|
238
|
-
/**
|
|
239
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
240
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
241
|
-
*/
|
|
242
|
-
readonly id?: string;
|
|
243
|
-
/**
|
|
244
|
-
* The name of the resource
|
|
245
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
-
*/
|
|
247
|
-
readonly name?: string;
|
|
248
|
-
/**
|
|
249
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
-
*/
|
|
252
|
-
readonly type?: string;
|
|
253
|
-
/**
|
|
254
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
255
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
256
|
-
*/
|
|
257
|
-
readonly systemData?: SystemData;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
261
|
-
export declare interface SystemData {
|
|
262
|
-
/** The identity that created the resource. */
|
|
263
|
-
createdBy?: string;
|
|
264
|
-
/** The type of identity that created the resource. */
|
|
265
|
-
createdByType?: CreatedByType;
|
|
266
|
-
/** The timestamp of resource creation (UTC). */
|
|
267
|
-
createdAt?: Date;
|
|
268
|
-
/** The identity that last modified the resource. */
|
|
269
|
-
lastModifiedBy?: string;
|
|
270
|
-
/** The type of identity that last modified the resource. */
|
|
271
|
-
lastModifiedByType?: CreatedByType;
|
|
272
|
-
/** The timestamp of resource last modification (UTC) */
|
|
273
|
-
lastModifiedAt?: Date;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
export { }
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Data boundary properties */
|
|
3
|
+
export interface DataBoundaryProperties {
|
|
4
|
+
/** The data boundary definition. */
|
|
5
|
+
dataBoundary?: DataBoundary;
|
|
6
|
+
/**
|
|
7
|
+
* Denotes the state of provisioning.
|
|
8
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
9
|
+
*/
|
|
10
|
+
readonly provisioningState?: ProvisioningState;
|
|
11
|
+
}
|
|
12
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
13
|
+
export interface Resource {
|
|
14
|
+
/**
|
|
15
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
+
*/
|
|
18
|
+
readonly id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* The name of the resource
|
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
+
*/
|
|
23
|
+
readonly name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
26
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
+
*/
|
|
28
|
+
readonly type?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly systemData?: SystemData;
|
|
34
|
+
}
|
|
35
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
36
|
+
export interface SystemData {
|
|
37
|
+
/** The identity that created the resource. */
|
|
38
|
+
createdBy?: string;
|
|
39
|
+
/** The type of identity that created the resource. */
|
|
40
|
+
createdByType?: CreatedByType;
|
|
41
|
+
/** The timestamp of resource creation (UTC). */
|
|
42
|
+
createdAt?: Date;
|
|
43
|
+
/** The identity that last modified the resource. */
|
|
44
|
+
lastModifiedBy?: string;
|
|
45
|
+
/** The type of identity that last modified the resource. */
|
|
46
|
+
lastModifiedByType?: CreatedByType;
|
|
47
|
+
/** The timestamp of resource last modification (UTC) */
|
|
48
|
+
lastModifiedAt?: Date;
|
|
49
|
+
}
|
|
50
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
51
|
+
export interface ErrorResponse {
|
|
52
|
+
/** The error object. */
|
|
53
|
+
error?: ErrorDetail;
|
|
54
|
+
}
|
|
55
|
+
/** The error detail. */
|
|
56
|
+
export interface ErrorDetail {
|
|
57
|
+
/**
|
|
58
|
+
* The error code.
|
|
59
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
+
*/
|
|
61
|
+
readonly code?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The error message.
|
|
64
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
+
*/
|
|
66
|
+
readonly message?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The error target.
|
|
69
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
+
*/
|
|
71
|
+
readonly target?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The error details.
|
|
74
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
+
*/
|
|
76
|
+
readonly details?: ErrorDetail[];
|
|
77
|
+
/**
|
|
78
|
+
* The error additional info.
|
|
79
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
+
*/
|
|
81
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
82
|
+
}
|
|
83
|
+
/** The resource management error additional info. */
|
|
84
|
+
export interface ErrorAdditionalInfo {
|
|
85
|
+
/**
|
|
86
|
+
* The additional info type.
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly type?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The additional info.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly info?: Record<string, unknown>;
|
|
95
|
+
}
|
|
96
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
97
|
+
export interface ProxyResource extends Resource {
|
|
98
|
+
}
|
|
99
|
+
/** A data boundary definition. */
|
|
100
|
+
export interface DataBoundaryDefinition extends ProxyResource {
|
|
101
|
+
/** Data boundary properties */
|
|
102
|
+
properties?: DataBoundaryProperties;
|
|
103
|
+
}
|
|
104
|
+
/** Known values of {@link DefaultName} that the service accepts. */
|
|
105
|
+
export declare enum KnownDefaultName {
|
|
106
|
+
/** Default */
|
|
107
|
+
Default = "default"
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* Defines values for DefaultName. \
|
|
111
|
+
* {@link KnownDefaultName} can be used interchangeably with DefaultName,
|
|
112
|
+
* this enum contains the known values that the service supports.
|
|
113
|
+
* ### Known values supported by the service
|
|
114
|
+
* **default**
|
|
115
|
+
*/
|
|
116
|
+
export type DefaultName = string;
|
|
117
|
+
/** Known values of {@link DataBoundary} that the service accepts. */
|
|
118
|
+
export declare enum KnownDataBoundary {
|
|
119
|
+
/** NotDefined */
|
|
120
|
+
NotDefined = "NotDefined",
|
|
121
|
+
/** Global */
|
|
122
|
+
Global = "Global",
|
|
123
|
+
/** EU */
|
|
124
|
+
EU = "EU"
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* Defines values for DataBoundary. \
|
|
128
|
+
* {@link KnownDataBoundary} can be used interchangeably with DataBoundary,
|
|
129
|
+
* this enum contains the known values that the service supports.
|
|
130
|
+
* ### Known values supported by the service
|
|
131
|
+
* **NotDefined** \
|
|
132
|
+
* **Global** \
|
|
133
|
+
* **EU**
|
|
134
|
+
*/
|
|
135
|
+
export type DataBoundary = string;
|
|
136
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
137
|
+
export declare enum KnownProvisioningState {
|
|
138
|
+
/** Accepted */
|
|
139
|
+
Accepted = "Accepted",
|
|
140
|
+
/** Running */
|
|
141
|
+
Running = "Running",
|
|
142
|
+
/** Creating */
|
|
143
|
+
Creating = "Creating",
|
|
144
|
+
/** Canceled */
|
|
145
|
+
Canceled = "Canceled",
|
|
146
|
+
/** Failed */
|
|
147
|
+
Failed = "Failed",
|
|
148
|
+
/** Succeeded */
|
|
149
|
+
Succeeded = "Succeeded",
|
|
150
|
+
/** Updating */
|
|
151
|
+
Updating = "Updating"
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Defines values for ProvisioningState. \
|
|
155
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
156
|
+
* this enum contains the known values that the service supports.
|
|
157
|
+
* ### Known values supported by the service
|
|
158
|
+
* **Accepted** \
|
|
159
|
+
* **Running** \
|
|
160
|
+
* **Creating** \
|
|
161
|
+
* **Canceled** \
|
|
162
|
+
* **Failed** \
|
|
163
|
+
* **Succeeded** \
|
|
164
|
+
* **Updating**
|
|
165
|
+
*/
|
|
166
|
+
export type ProvisioningState = string;
|
|
167
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
168
|
+
export declare enum KnownCreatedByType {
|
|
169
|
+
/** User */
|
|
170
|
+
User = "User",
|
|
171
|
+
/** Application */
|
|
172
|
+
Application = "Application",
|
|
173
|
+
/** ManagedIdentity */
|
|
174
|
+
ManagedIdentity = "ManagedIdentity",
|
|
175
|
+
/** Key */
|
|
176
|
+
Key = "Key"
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Defines values for CreatedByType. \
|
|
180
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
181
|
+
* this enum contains the known values that the service supports.
|
|
182
|
+
* ### Known values supported by the service
|
|
183
|
+
* **User** \
|
|
184
|
+
* **Application** \
|
|
185
|
+
* **ManagedIdentity** \
|
|
186
|
+
* **Key**
|
|
187
|
+
*/
|
|
188
|
+
export type CreatedByType = string;
|
|
189
|
+
/** Optional parameters. */
|
|
190
|
+
export interface DataBoundariesPutOptionalParams extends coreClient.OperationOptions {
|
|
191
|
+
}
|
|
192
|
+
/** Contains response data for the put operation. */
|
|
193
|
+
export type DataBoundariesPutResponse = DataBoundaryDefinition;
|
|
194
|
+
/** Optional parameters. */
|
|
195
|
+
export interface DataBoundariesGetTenantOptionalParams extends coreClient.OperationOptions {
|
|
196
|
+
}
|
|
197
|
+
/** Contains response data for the getTenant operation. */
|
|
198
|
+
export type DataBoundariesGetTenantResponse = DataBoundaryDefinition;
|
|
199
|
+
/** Optional parameters. */
|
|
200
|
+
export interface DataBoundariesGetScopeOptionalParams extends coreClient.OperationOptions {
|
|
201
|
+
}
|
|
202
|
+
/** Contains response data for the getScope operation. */
|
|
203
|
+
export type DataBoundariesGetScopeResponse = DataBoundaryDefinition;
|
|
204
|
+
/** Optional parameters. */
|
|
205
|
+
export interface DataboundariesManegementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
206
|
+
/** server parameter */
|
|
207
|
+
$host?: string;
|
|
208
|
+
/** Api Version */
|
|
209
|
+
apiVersion?: string;
|
|
210
|
+
/** Overrides client endpoint. */
|
|
211
|
+
endpoint?: string;
|
|
212
|
+
}
|
|
213
|
+
//# 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,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.KnownCreatedByType = exports.KnownProvisioningState = exports.KnownDataBoundary = exports.KnownDefaultName = void 0;
|
|
11
|
+
/** Known values of {@link DefaultName} that the service accepts. */
|
|
12
|
+
var KnownDefaultName;
|
|
13
|
+
(function (KnownDefaultName) {
|
|
14
|
+
/** Default */
|
|
15
|
+
KnownDefaultName["Default"] = "default";
|
|
16
|
+
})(KnownDefaultName || (exports.KnownDefaultName = KnownDefaultName = {}));
|
|
17
|
+
/** Known values of {@link DataBoundary} that the service accepts. */
|
|
18
|
+
var KnownDataBoundary;
|
|
19
|
+
(function (KnownDataBoundary) {
|
|
20
|
+
/** NotDefined */
|
|
21
|
+
KnownDataBoundary["NotDefined"] = "NotDefined";
|
|
22
|
+
/** Global */
|
|
23
|
+
KnownDataBoundary["Global"] = "Global";
|
|
24
|
+
/** EU */
|
|
25
|
+
KnownDataBoundary["EU"] = "EU";
|
|
26
|
+
})(KnownDataBoundary || (exports.KnownDataBoundary = KnownDataBoundary = {}));
|
|
27
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
28
|
+
var KnownProvisioningState;
|
|
29
|
+
(function (KnownProvisioningState) {
|
|
30
|
+
/** Accepted */
|
|
31
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
32
|
+
/** Running */
|
|
33
|
+
KnownProvisioningState["Running"] = "Running";
|
|
34
|
+
/** Creating */
|
|
35
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
36
|
+
/** Canceled */
|
|
37
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
38
|
+
/** Failed */
|
|
39
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
40
|
+
/** Succeeded */
|
|
41
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
42
|
+
/** Updating */
|
|
43
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
44
|
+
})(KnownProvisioningState || (exports.KnownProvisioningState = KnownProvisioningState = {}));
|
|
45
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
46
|
+
var KnownCreatedByType;
|
|
47
|
+
(function (KnownCreatedByType) {
|
|
48
|
+
/** User */
|
|
49
|
+
KnownCreatedByType["User"] = "User";
|
|
50
|
+
/** Application */
|
|
51
|
+
KnownCreatedByType["Application"] = "Application";
|
|
52
|
+
/** ManagedIdentity */
|
|
53
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
54
|
+
/** Key */
|
|
55
|
+
KnownCreatedByType["Key"] = "Key";
|
|
56
|
+
})(KnownCreatedByType || (exports.KnownCreatedByType = KnownCreatedByType = {}));
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAiHH,oEAAoE;AACpE,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,cAAc;IACd,uCAAmB,CAAA;AACrB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAWD,qEAAqE;AACrE,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,iBAAiB;IACjB,8CAAyB,CAAA;IACzB,aAAa;IACb,sCAAiB,CAAA;IACjB,SAAS;IACT,8BAAS,CAAA;AACX,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B;AAaD,0EAA0E;AAC1E,IAAY,sBAeX;AAfD,WAAY,sBAAsB;IAChC,eAAe;IACf,+CAAqB,CAAA;IACrB,cAAc;IACd,6CAAmB,CAAA;IACnB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,aAAa;IACb,2CAAiB,CAAA;IACjB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAfW,sBAAsB,sCAAtB,sBAAsB,QAejC;AAiBD,sEAAsE;AACtE,IAAY,kBASX;AATD,WAAY,kBAAkB;IAC5B,WAAW;IACX,mCAAa,CAAA;IACb,kBAAkB;IAClB,iDAA2B,CAAA;IAC3B,sBAAsB;IACtB,yDAAmC,CAAA;IACnC,UAAU;IACV,iCAAW,CAAA;AACb,CAAC,EATW,kBAAkB,kCAAlB,kBAAkB,QAS7B","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/** Data boundary properties */\nexport interface DataBoundaryProperties {\n /** The data boundary definition. */\n dataBoundary?: DataBoundary;\n /**\n * Denotes the state of provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ProvisioningState;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The 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 * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** A data boundary definition. */\nexport interface DataBoundaryDefinition extends ProxyResource {\n /** Data boundary properties */\n properties?: DataBoundaryProperties;\n}\n\n/** Known values of {@link DefaultName} that the service accepts. */\nexport enum KnownDefaultName {\n /** Default */\n Default = \"default\",\n}\n\n/**\n * Defines values for DefaultName. \\\n * {@link KnownDefaultName} can be used interchangeably with DefaultName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **default**\n */\nexport type DefaultName = string;\n\n/** Known values of {@link DataBoundary} that the service accepts. */\nexport enum KnownDataBoundary {\n /** NotDefined */\n NotDefined = \"NotDefined\",\n /** Global */\n Global = \"Global\",\n /** EU */\n EU = \"EU\",\n}\n\n/**\n * Defines values for DataBoundary. \\\n * {@link KnownDataBoundary} can be used interchangeably with DataBoundary,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotDefined** \\\n * **Global** \\\n * **EU**\n */\nexport type DataBoundary = string;\n\n/** Known values of {@link ProvisioningState} that the service accepts. */\nexport enum KnownProvisioningState {\n /** Accepted */\n Accepted = \"Accepted\",\n /** Running */\n Running = \"Running\",\n /** Creating */\n Creating = \"Creating\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for ProvisioningState. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted** \\\n * **Running** \\\n * **Creating** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **Updating**\n */\nexport type ProvisioningState = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Optional parameters. */\nexport interface DataBoundariesPutOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the put operation. */\nexport type DataBoundariesPutResponse = DataBoundaryDefinition;\n\n/** Optional parameters. */\nexport interface DataBoundariesGetTenantOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getTenant operation. */\nexport type DataBoundariesGetTenantResponse = DataBoundaryDefinition;\n\n/** Optional parameters. */\nexport interface DataBoundariesGetScopeOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getScope operation. */\nexport type DataBoundariesGetScopeResponse = DataBoundaryDefinition;\n\n/** Optional parameters. */\nexport interface DataboundariesManegementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const DataBoundaryProperties: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
4
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
9
|
+
export declare const DataBoundaryDefinition: coreClient.CompositeMapper;
|
|
10
|
+
//# 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,sBAAsB,EAAE,UAAU,CAAC,eAoB/C,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eActC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,eAsDpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAsB5C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eAQtC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAe/C,CAAC"}
|