@azure/arm-maps 2.1.0 → 3.0.0-alpha.20220201.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/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +1892 -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/src/azureMapsManagementClient.d.ts +20 -0
- package/dist-esm/src/azureMapsManagementClient.d.ts.map +1 -0
- package/dist-esm/src/azureMapsManagementClient.js +53 -0
- package/dist-esm/src/azureMapsManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/mapsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +480 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +35 -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 +332 -379
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +16 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +131 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +103 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +427 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/creators.d.ts +74 -0
- package/dist-esm/src/operations/creators.d.ts.map +1 -0
- package/dist-esm/src/operations/creators.js +281 -0
- package/dist-esm/src/operations/creators.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 +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/maps.d.ts +51 -0
- package/dist-esm/src/operations/maps.d.ts.map +1 -0
- package/dist-esm/src/operations/maps.js +220 -0
- package/dist-esm/src/operations/maps.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts +49 -0
- package/dist-esm/src/operationsInterfaces/creators.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/creators.js +9 -0
- package/dist-esm/src/operationsInterfaces/creators.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/maps.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/maps.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/maps.js} +2 -1
- package/dist-esm/src/operationsInterfaces/maps.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 +70 -21
- package/review/arm-maps.api.md +423 -0
- package/rollup.config.js +181 -24
- package/src/azureMapsManagementClient.ts +61 -36
- package/src/{models/mapsMappers.ts → index.ts} +4 -11
- package/src/models/index.ts +380 -684
- package/src/models/mappers.ts +333 -378
- package/src/models/parameters.ts +99 -36
- package/src/operations/accounts.ts +315 -502
- package/src/operations/creators.ts +202 -341
- package/src/operations/index.ts +1 -2
- package/src/operations/maps.ts +196 -77
- package/src/operationsInterfaces/accounts.ts +125 -0
- package/src/operationsInterfaces/creators.ts +95 -0
- package/src/operationsInterfaces/index.ts +11 -0
- package/src/operationsInterfaces/maps.ts +33 -0
- package/tsconfig.json +3 -3
- package/types/arm-maps.d.ts +696 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-maps.js +0 -1671
- package/dist/arm-maps.js.map +0 -1
- package/dist/arm-maps.min.js +0 -1
- package/dist/arm-maps.min.js.map +0 -1
- package/esm/azureMapsManagementClient.d.ts +0 -26
- package/esm/azureMapsManagementClient.d.ts.map +0 -1
- package/esm/azureMapsManagementClient.js +0 -39
- package/esm/azureMapsManagementClient.js.map +0 -1
- package/esm/azureMapsManagementClientContext.d.ts +0 -22
- package/esm/azureMapsManagementClientContext.d.ts.map +0 -1
- package/esm/azureMapsManagementClientContext.js +0 -61
- package/esm/azureMapsManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/creatorsMappers.d.ts +0 -2
- package/esm/models/creatorsMappers.d.ts.map +0 -1
- package/esm/models/creatorsMappers.js +0 -9
- package/esm/models/creatorsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -793
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -29
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/mapsMappers.d.ts +0 -2
- package/esm/models/mapsMappers.d.ts.map +0 -1
- package/esm/models/mapsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -9
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -91
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -222
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -271
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/creators.d.ts +0 -157
- package/esm/operations/creators.d.ts.map +0 -1
- package/esm/operations/creators.js +0 -201
- package/esm/operations/creators.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/maps.d.ts +0 -46
- package/esm/operations/maps.d.ts.map +0 -1
- package/esm/operations/maps.js +0 -69
- package/esm/operations/maps.js.map +0 -1
- package/src/azureMapsManagementClientContext.ts +0 -74
- package/src/models/accountsMappers.ts +0 -28
- package/src/models/creatorsMappers.ts +0 -26
|
@@ -5,70 +5,21 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
10
|
-
export var CloudError = CloudErrorMapper;
|
|
11
|
-
export var BaseResource = BaseResourceMapper;
|
|
12
|
-
export var CreatorProperties = {
|
|
13
|
-
serializedName: "CreatorProperties",
|
|
14
|
-
type: {
|
|
15
|
-
name: "Composite",
|
|
16
|
-
className: "CreatorProperties",
|
|
17
|
-
modelProperties: {
|
|
18
|
-
provisioningState: {
|
|
19
|
-
readOnly: true,
|
|
20
|
-
serializedName: "provisioningState",
|
|
21
|
-
type: {
|
|
22
|
-
name: "String"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
storageUnits: {
|
|
26
|
-
required: true,
|
|
27
|
-
serializedName: "storageUnits",
|
|
28
|
-
constraints: {
|
|
29
|
-
InclusiveMaximum: 100,
|
|
30
|
-
InclusiveMinimum: 1
|
|
31
|
-
},
|
|
32
|
-
type: {
|
|
33
|
-
name: "Number"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
};
|
|
39
|
-
export var Creator = {
|
|
40
|
-
serializedName: "Creator",
|
|
41
|
-
type: {
|
|
42
|
-
name: "Composite",
|
|
43
|
-
className: "Creator",
|
|
44
|
-
modelProperties: {
|
|
45
|
-
properties: {
|
|
46
|
-
required: true,
|
|
47
|
-
serializedName: "properties",
|
|
48
|
-
type: {
|
|
49
|
-
name: "Composite",
|
|
50
|
-
className: "CreatorProperties"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
export var Sku = {
|
|
57
|
-
serializedName: "Sku",
|
|
8
|
+
export const Sku = {
|
|
58
9
|
type: {
|
|
59
10
|
name: "Composite",
|
|
60
11
|
className: "Sku",
|
|
61
12
|
modelProperties: {
|
|
62
13
|
name: {
|
|
63
|
-
required: true,
|
|
64
14
|
serializedName: "name",
|
|
15
|
+
required: true,
|
|
65
16
|
type: {
|
|
66
17
|
name: "String"
|
|
67
18
|
}
|
|
68
19
|
},
|
|
69
20
|
tier: {
|
|
70
|
-
readOnly: true,
|
|
71
21
|
serializedName: "tier",
|
|
22
|
+
readOnly: true,
|
|
72
23
|
type: {
|
|
73
24
|
name: "String"
|
|
74
25
|
}
|
|
@@ -76,8 +27,7 @@ export var Sku = {
|
|
|
76
27
|
}
|
|
77
28
|
}
|
|
78
29
|
};
|
|
79
|
-
export
|
|
80
|
-
serializedName: "systemData",
|
|
30
|
+
export const SystemData = {
|
|
81
31
|
type: {
|
|
82
32
|
name: "Composite",
|
|
83
33
|
className: "SystemData",
|
|
@@ -121,29 +71,28 @@ export var SystemData = {
|
|
|
121
71
|
}
|
|
122
72
|
}
|
|
123
73
|
};
|
|
124
|
-
export
|
|
125
|
-
serializedName: "MapsAccountProperties",
|
|
74
|
+
export const MapsAccountProperties = {
|
|
126
75
|
type: {
|
|
127
76
|
name: "Composite",
|
|
128
77
|
className: "MapsAccountProperties",
|
|
129
78
|
modelProperties: {
|
|
130
79
|
uniqueId: {
|
|
131
|
-
readOnly: true,
|
|
132
80
|
serializedName: "uniqueId",
|
|
81
|
+
readOnly: true,
|
|
133
82
|
type: {
|
|
134
83
|
name: "String"
|
|
135
84
|
}
|
|
136
85
|
},
|
|
137
86
|
disableLocalAuth: {
|
|
138
|
-
serializedName: "disableLocalAuth",
|
|
139
87
|
defaultValue: false,
|
|
88
|
+
serializedName: "disableLocalAuth",
|
|
140
89
|
type: {
|
|
141
90
|
name: "Boolean"
|
|
142
91
|
}
|
|
143
92
|
},
|
|
144
93
|
provisioningState: {
|
|
145
|
-
readOnly: true,
|
|
146
94
|
serializedName: "provisioningState",
|
|
95
|
+
readOnly: true,
|
|
147
96
|
type: {
|
|
148
97
|
name: "String"
|
|
149
98
|
}
|
|
@@ -151,47 +100,129 @@ export var MapsAccountProperties = {
|
|
|
151
100
|
}
|
|
152
101
|
}
|
|
153
102
|
};
|
|
154
|
-
export
|
|
155
|
-
serializedName: "MapsAccount",
|
|
103
|
+
export const Resource = {
|
|
156
104
|
type: {
|
|
157
105
|
name: "Composite",
|
|
158
|
-
className: "
|
|
106
|
+
className: "Resource",
|
|
159
107
|
modelProperties: {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
108
|
+
id: {
|
|
109
|
+
serializedName: "id",
|
|
110
|
+
readOnly: true,
|
|
163
111
|
type: {
|
|
164
|
-
name: "
|
|
165
|
-
className: "Sku"
|
|
112
|
+
name: "String"
|
|
166
113
|
}
|
|
167
114
|
},
|
|
168
|
-
|
|
169
|
-
serializedName: "
|
|
170
|
-
|
|
115
|
+
name: {
|
|
116
|
+
serializedName: "name",
|
|
117
|
+
readOnly: true,
|
|
171
118
|
type: {
|
|
172
119
|
name: "String"
|
|
173
120
|
}
|
|
174
121
|
},
|
|
175
|
-
|
|
122
|
+
type: {
|
|
123
|
+
serializedName: "type",
|
|
176
124
|
readOnly: true,
|
|
177
|
-
|
|
125
|
+
type: {
|
|
126
|
+
name: "String"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
export const ErrorResponse = {
|
|
133
|
+
type: {
|
|
134
|
+
name: "Composite",
|
|
135
|
+
className: "ErrorResponse",
|
|
136
|
+
modelProperties: {
|
|
137
|
+
error: {
|
|
138
|
+
serializedName: "error",
|
|
178
139
|
type: {
|
|
179
140
|
name: "Composite",
|
|
180
|
-
className: "
|
|
141
|
+
className: "ErrorDetail"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
export const ErrorDetail = {
|
|
148
|
+
type: {
|
|
149
|
+
name: "Composite",
|
|
150
|
+
className: "ErrorDetail",
|
|
151
|
+
modelProperties: {
|
|
152
|
+
code: {
|
|
153
|
+
serializedName: "code",
|
|
154
|
+
readOnly: true,
|
|
155
|
+
type: {
|
|
156
|
+
name: "String"
|
|
181
157
|
}
|
|
182
158
|
},
|
|
183
|
-
|
|
184
|
-
serializedName: "
|
|
159
|
+
message: {
|
|
160
|
+
serializedName: "message",
|
|
161
|
+
readOnly: true,
|
|
185
162
|
type: {
|
|
186
|
-
name: "
|
|
187
|
-
|
|
163
|
+
name: "String"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
target: {
|
|
167
|
+
serializedName: "target",
|
|
168
|
+
readOnly: true,
|
|
169
|
+
type: {
|
|
170
|
+
name: "String"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
details: {
|
|
174
|
+
serializedName: "details",
|
|
175
|
+
readOnly: true,
|
|
176
|
+
type: {
|
|
177
|
+
name: "Sequence",
|
|
178
|
+
element: {
|
|
179
|
+
type: {
|
|
180
|
+
name: "Composite",
|
|
181
|
+
className: "ErrorDetail"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
additionalInfo: {
|
|
187
|
+
serializedName: "additionalInfo",
|
|
188
|
+
readOnly: true,
|
|
189
|
+
type: {
|
|
190
|
+
name: "Sequence",
|
|
191
|
+
element: {
|
|
192
|
+
type: {
|
|
193
|
+
name: "Composite",
|
|
194
|
+
className: "ErrorAdditionalInfo"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
};
|
|
202
|
+
export const ErrorAdditionalInfo = {
|
|
203
|
+
type: {
|
|
204
|
+
name: "Composite",
|
|
205
|
+
className: "ErrorAdditionalInfo",
|
|
206
|
+
modelProperties: {
|
|
207
|
+
type: {
|
|
208
|
+
serializedName: "type",
|
|
209
|
+
readOnly: true,
|
|
210
|
+
type: {
|
|
211
|
+
name: "String"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
info: {
|
|
215
|
+
serializedName: "info",
|
|
216
|
+
readOnly: true,
|
|
217
|
+
type: {
|
|
218
|
+
name: "Dictionary",
|
|
219
|
+
value: { type: { name: "any" } }
|
|
188
220
|
}
|
|
189
221
|
}
|
|
190
222
|
}
|
|
191
223
|
}
|
|
192
224
|
};
|
|
193
|
-
export
|
|
194
|
-
serializedName: "MapsAccountUpdateParameters",
|
|
225
|
+
export const MapsAccountUpdateParameters = {
|
|
195
226
|
type: {
|
|
196
227
|
name: "Composite",
|
|
197
228
|
className: "MapsAccountUpdateParameters",
|
|
@@ -200,16 +231,12 @@ export var MapsAccountUpdateParameters = {
|
|
|
200
231
|
serializedName: "tags",
|
|
201
232
|
type: {
|
|
202
233
|
name: "Dictionary",
|
|
203
|
-
value: {
|
|
204
|
-
type: {
|
|
205
|
-
name: "String"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
234
|
+
value: { type: { name: "String" } }
|
|
208
235
|
}
|
|
209
236
|
},
|
|
210
237
|
kind: {
|
|
211
|
-
serializedName: "kind",
|
|
212
238
|
defaultValue: "Gen1",
|
|
239
|
+
serializedName: "kind",
|
|
213
240
|
type: {
|
|
214
241
|
name: "String"
|
|
215
242
|
}
|
|
@@ -222,22 +249,22 @@ export var MapsAccountUpdateParameters = {
|
|
|
222
249
|
}
|
|
223
250
|
},
|
|
224
251
|
uniqueId: {
|
|
225
|
-
readOnly: true,
|
|
226
252
|
serializedName: "properties.uniqueId",
|
|
253
|
+
readOnly: true,
|
|
227
254
|
type: {
|
|
228
255
|
name: "String"
|
|
229
256
|
}
|
|
230
257
|
},
|
|
231
258
|
disableLocalAuth: {
|
|
232
|
-
serializedName: "properties.disableLocalAuth",
|
|
233
259
|
defaultValue: false,
|
|
260
|
+
serializedName: "properties.disableLocalAuth",
|
|
234
261
|
type: {
|
|
235
262
|
name: "Boolean"
|
|
236
263
|
}
|
|
237
264
|
},
|
|
238
265
|
provisioningState: {
|
|
239
|
-
readOnly: true,
|
|
240
266
|
serializedName: "properties.provisioningState",
|
|
267
|
+
readOnly: true,
|
|
241
268
|
type: {
|
|
242
269
|
name: "String"
|
|
243
270
|
}
|
|
@@ -245,53 +272,26 @@ export var MapsAccountUpdateParameters = {
|
|
|
245
272
|
}
|
|
246
273
|
}
|
|
247
274
|
};
|
|
248
|
-
export
|
|
249
|
-
serializedName: "CreatorUpdateParameters",
|
|
275
|
+
export const MapsAccounts = {
|
|
250
276
|
type: {
|
|
251
277
|
name: "Composite",
|
|
252
|
-
className: "
|
|
278
|
+
className: "MapsAccounts",
|
|
253
279
|
modelProperties: {
|
|
254
|
-
|
|
255
|
-
serializedName: "
|
|
280
|
+
value: {
|
|
281
|
+
serializedName: "value",
|
|
282
|
+
readOnly: true,
|
|
256
283
|
type: {
|
|
257
|
-
name: "
|
|
258
|
-
|
|
284
|
+
name: "Sequence",
|
|
285
|
+
element: {
|
|
259
286
|
type: {
|
|
260
|
-
name: "
|
|
287
|
+
name: "Composite",
|
|
288
|
+
className: "MapsAccount"
|
|
261
289
|
}
|
|
262
290
|
}
|
|
263
291
|
}
|
|
264
292
|
},
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
serializedName: "properties.provisioningState",
|
|
268
|
-
type: {
|
|
269
|
-
name: "String"
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
storageUnits: {
|
|
273
|
-
required: true,
|
|
274
|
-
serializedName: "properties.storageUnits",
|
|
275
|
-
constraints: {
|
|
276
|
-
InclusiveMaximum: 100,
|
|
277
|
-
InclusiveMinimum: 1
|
|
278
|
-
},
|
|
279
|
-
type: {
|
|
280
|
-
name: "Number"
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
};
|
|
286
|
-
export var MapsKeySpecification = {
|
|
287
|
-
serializedName: "MapsKeySpecification",
|
|
288
|
-
type: {
|
|
289
|
-
name: "Composite",
|
|
290
|
-
className: "MapsKeySpecification",
|
|
291
|
-
modelProperties: {
|
|
292
|
-
keyType: {
|
|
293
|
-
required: true,
|
|
294
|
-
serializedName: "keyType",
|
|
293
|
+
nextLink: {
|
|
294
|
+
serializedName: "nextLink",
|
|
295
295
|
type: {
|
|
296
296
|
name: "String"
|
|
297
297
|
}
|
|
@@ -299,36 +299,35 @@ export var MapsKeySpecification = {
|
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
};
|
|
302
|
-
export
|
|
303
|
-
serializedName: "MapsAccountKeys",
|
|
302
|
+
export const MapsAccountKeys = {
|
|
304
303
|
type: {
|
|
305
304
|
name: "Composite",
|
|
306
305
|
className: "MapsAccountKeys",
|
|
307
306
|
modelProperties: {
|
|
308
307
|
primaryKeyLastUpdated: {
|
|
309
|
-
readOnly: true,
|
|
310
308
|
serializedName: "primaryKeyLastUpdated",
|
|
309
|
+
readOnly: true,
|
|
311
310
|
type: {
|
|
312
311
|
name: "String"
|
|
313
312
|
}
|
|
314
313
|
},
|
|
315
314
|
primaryKey: {
|
|
316
|
-
readOnly: true,
|
|
317
315
|
serializedName: "primaryKey",
|
|
316
|
+
readOnly: true,
|
|
318
317
|
type: {
|
|
319
318
|
name: "String"
|
|
320
319
|
}
|
|
321
320
|
},
|
|
322
321
|
secondaryKey: {
|
|
323
|
-
readOnly: true,
|
|
324
322
|
serializedName: "secondaryKey",
|
|
323
|
+
readOnly: true,
|
|
325
324
|
type: {
|
|
326
325
|
name: "String"
|
|
327
326
|
}
|
|
328
327
|
},
|
|
329
328
|
secondaryKeyLastUpdated: {
|
|
330
|
-
readOnly: true,
|
|
331
329
|
serializedName: "secondaryKeyLastUpdated",
|
|
330
|
+
readOnly: true,
|
|
332
331
|
type: {
|
|
333
332
|
name: "String"
|
|
334
333
|
}
|
|
@@ -336,32 +335,14 @@ export var MapsAccountKeys = {
|
|
|
336
335
|
}
|
|
337
336
|
}
|
|
338
337
|
};
|
|
339
|
-
export
|
|
340
|
-
serializedName: "OperationDisplay",
|
|
338
|
+
export const MapsKeySpecification = {
|
|
341
339
|
type: {
|
|
342
340
|
name: "Composite",
|
|
343
|
-
className: "
|
|
341
|
+
className: "MapsKeySpecification",
|
|
344
342
|
modelProperties: {
|
|
345
|
-
|
|
346
|
-
serializedName: "
|
|
347
|
-
|
|
348
|
-
name: "String"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
resource: {
|
|
352
|
-
serializedName: "resource",
|
|
353
|
-
type: {
|
|
354
|
-
name: "String"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
operation: {
|
|
358
|
-
serializedName: "operation",
|
|
359
|
-
type: {
|
|
360
|
-
name: "String"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
description: {
|
|
364
|
-
serializedName: "description",
|
|
343
|
+
keyType: {
|
|
344
|
+
serializedName: "keyType",
|
|
345
|
+
required: true,
|
|
365
346
|
type: {
|
|
366
347
|
name: "String"
|
|
367
348
|
}
|
|
@@ -369,20 +350,26 @@ export var OperationDisplay = {
|
|
|
369
350
|
}
|
|
370
351
|
}
|
|
371
352
|
};
|
|
372
|
-
export
|
|
373
|
-
serializedName: "Dimension",
|
|
353
|
+
export const MapsOperations = {
|
|
374
354
|
type: {
|
|
375
355
|
name: "Composite",
|
|
376
|
-
className: "
|
|
356
|
+
className: "MapsOperations",
|
|
377
357
|
modelProperties: {
|
|
378
|
-
|
|
379
|
-
serializedName: "
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
358
|
+
value: {
|
|
359
|
+
serializedName: "value",
|
|
360
|
+
readOnly: true,
|
|
361
|
+
type: {
|
|
362
|
+
name: "Sequence",
|
|
363
|
+
element: {
|
|
364
|
+
type: {
|
|
365
|
+
name: "Composite",
|
|
366
|
+
className: "OperationDetail"
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
nextLink: {
|
|
372
|
+
serializedName: "nextLink",
|
|
386
373
|
type: {
|
|
387
374
|
name: "String"
|
|
388
375
|
}
|
|
@@ -390,11 +377,10 @@ export var Dimension = {
|
|
|
390
377
|
}
|
|
391
378
|
}
|
|
392
379
|
};
|
|
393
|
-
export
|
|
394
|
-
serializedName: "MetricSpecification",
|
|
380
|
+
export const OperationDetail = {
|
|
395
381
|
type: {
|
|
396
382
|
name: "Composite",
|
|
397
|
-
className: "
|
|
383
|
+
className: "OperationDetail",
|
|
398
384
|
modelProperties: {
|
|
399
385
|
name: {
|
|
400
386
|
serializedName: "name",
|
|
@@ -402,56 +388,60 @@ export var MetricSpecification = {
|
|
|
402
388
|
name: "String"
|
|
403
389
|
}
|
|
404
390
|
},
|
|
405
|
-
|
|
406
|
-
serializedName: "
|
|
391
|
+
isDataAction: {
|
|
392
|
+
serializedName: "isDataAction",
|
|
407
393
|
type: {
|
|
408
|
-
name: "
|
|
394
|
+
name: "Boolean"
|
|
409
395
|
}
|
|
410
396
|
},
|
|
411
|
-
|
|
412
|
-
serializedName: "
|
|
397
|
+
display: {
|
|
398
|
+
serializedName: "display",
|
|
413
399
|
type: {
|
|
414
|
-
name: "
|
|
400
|
+
name: "Composite",
|
|
401
|
+
className: "OperationDisplay"
|
|
415
402
|
}
|
|
416
403
|
},
|
|
417
|
-
|
|
418
|
-
serializedName: "
|
|
404
|
+
origin: {
|
|
405
|
+
serializedName: "origin",
|
|
419
406
|
type: {
|
|
420
407
|
name: "String"
|
|
421
408
|
}
|
|
422
409
|
},
|
|
423
|
-
|
|
424
|
-
serializedName: "
|
|
410
|
+
serviceSpecification: {
|
|
411
|
+
serializedName: "properties.serviceSpecification",
|
|
425
412
|
type: {
|
|
426
|
-
name: "
|
|
427
|
-
|
|
428
|
-
type: {
|
|
429
|
-
name: "Composite",
|
|
430
|
-
className: "Dimension"
|
|
431
|
-
}
|
|
432
|
-
}
|
|
413
|
+
name: "Composite",
|
|
414
|
+
className: "ServiceSpecification"
|
|
433
415
|
}
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
export const OperationDisplay = {
|
|
421
|
+
type: {
|
|
422
|
+
name: "Composite",
|
|
423
|
+
className: "OperationDisplay",
|
|
424
|
+
modelProperties: {
|
|
425
|
+
provider: {
|
|
426
|
+
serializedName: "provider",
|
|
437
427
|
type: {
|
|
438
428
|
name: "String"
|
|
439
429
|
}
|
|
440
430
|
},
|
|
441
|
-
|
|
442
|
-
serializedName: "
|
|
431
|
+
resource: {
|
|
432
|
+
serializedName: "resource",
|
|
443
433
|
type: {
|
|
444
|
-
name: "
|
|
434
|
+
name: "String"
|
|
445
435
|
}
|
|
446
436
|
},
|
|
447
|
-
|
|
448
|
-
serializedName: "
|
|
437
|
+
operation: {
|
|
438
|
+
serializedName: "operation",
|
|
449
439
|
type: {
|
|
450
440
|
name: "String"
|
|
451
441
|
}
|
|
452
442
|
},
|
|
453
|
-
|
|
454
|
-
serializedName: "
|
|
443
|
+
description: {
|
|
444
|
+
serializedName: "description",
|
|
455
445
|
type: {
|
|
456
446
|
name: "String"
|
|
457
447
|
}
|
|
@@ -459,8 +449,7 @@ export var MetricSpecification = {
|
|
|
459
449
|
}
|
|
460
450
|
}
|
|
461
451
|
};
|
|
462
|
-
export
|
|
463
|
-
serializedName: "ServiceSpecification",
|
|
452
|
+
export const ServiceSpecification = {
|
|
464
453
|
type: {
|
|
465
454
|
name: "Composite",
|
|
466
455
|
className: "ServiceSpecification",
|
|
@@ -480,11 +469,10 @@ export var ServiceSpecification = {
|
|
|
480
469
|
}
|
|
481
470
|
}
|
|
482
471
|
};
|
|
483
|
-
export
|
|
484
|
-
serializedName: "OperationDetail",
|
|
472
|
+
export const MetricSpecification = {
|
|
485
473
|
type: {
|
|
486
474
|
name: "Composite",
|
|
487
|
-
className: "
|
|
475
|
+
className: "MetricSpecification",
|
|
488
476
|
modelProperties: {
|
|
489
477
|
name: {
|
|
490
478
|
serializedName: "name",
|
|
@@ -492,58 +480,56 @@ export var OperationDetail = {
|
|
|
492
480
|
name: "String"
|
|
493
481
|
}
|
|
494
482
|
},
|
|
495
|
-
|
|
496
|
-
serializedName: "
|
|
483
|
+
displayName: {
|
|
484
|
+
serializedName: "displayName",
|
|
497
485
|
type: {
|
|
498
|
-
name: "
|
|
486
|
+
name: "String"
|
|
499
487
|
}
|
|
500
488
|
},
|
|
501
|
-
|
|
502
|
-
serializedName: "
|
|
489
|
+
displayDescription: {
|
|
490
|
+
serializedName: "displayDescription",
|
|
503
491
|
type: {
|
|
504
|
-
name: "
|
|
505
|
-
className: "OperationDisplay"
|
|
492
|
+
name: "String"
|
|
506
493
|
}
|
|
507
494
|
},
|
|
508
|
-
|
|
509
|
-
serializedName: "
|
|
495
|
+
unit: {
|
|
496
|
+
serializedName: "unit",
|
|
510
497
|
type: {
|
|
511
498
|
name: "String"
|
|
512
499
|
}
|
|
513
500
|
},
|
|
514
|
-
|
|
515
|
-
serializedName: "
|
|
501
|
+
dimensions: {
|
|
502
|
+
serializedName: "dimensions",
|
|
516
503
|
type: {
|
|
517
|
-
name: "
|
|
518
|
-
|
|
504
|
+
name: "Sequence",
|
|
505
|
+
element: {
|
|
506
|
+
type: {
|
|
507
|
+
name: "Composite",
|
|
508
|
+
className: "Dimension"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
519
511
|
}
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
};
|
|
524
|
-
export var Resource = {
|
|
525
|
-
serializedName: "Resource",
|
|
526
|
-
type: {
|
|
527
|
-
name: "Composite",
|
|
528
|
-
className: "Resource",
|
|
529
|
-
modelProperties: {
|
|
530
|
-
id: {
|
|
531
|
-
readOnly: true,
|
|
532
|
-
serializedName: "id",
|
|
512
|
+
},
|
|
513
|
+
aggregationType: {
|
|
514
|
+
serializedName: "aggregationType",
|
|
533
515
|
type: {
|
|
534
516
|
name: "String"
|
|
535
517
|
}
|
|
536
518
|
},
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
519
|
+
fillGapWithZero: {
|
|
520
|
+
serializedName: "fillGapWithZero",
|
|
521
|
+
type: {
|
|
522
|
+
name: "Boolean"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
category: {
|
|
526
|
+
serializedName: "category",
|
|
540
527
|
type: {
|
|
541
528
|
name: "String"
|
|
542
529
|
}
|
|
543
530
|
},
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
serializedName: "type",
|
|
531
|
+
resourceIdDimensionNameOverride: {
|
|
532
|
+
serializedName: "resourceIdDimensionNameOverride",
|
|
547
533
|
type: {
|
|
548
534
|
name: "String"
|
|
549
535
|
}
|
|
@@ -551,229 +537,196 @@ export var Resource = {
|
|
|
551
537
|
}
|
|
552
538
|
}
|
|
553
539
|
};
|
|
554
|
-
export
|
|
555
|
-
serializedName: "ProxyResource",
|
|
540
|
+
export const Dimension = {
|
|
556
541
|
type: {
|
|
557
542
|
name: "Composite",
|
|
558
|
-
className: "
|
|
559
|
-
modelProperties:
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
export var AzureEntityResource = {
|
|
563
|
-
serializedName: "AzureEntityResource",
|
|
564
|
-
type: {
|
|
565
|
-
name: "Composite",
|
|
566
|
-
className: "AzureEntityResource",
|
|
567
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { etag: {
|
|
568
|
-
readOnly: true,
|
|
569
|
-
serializedName: "etag",
|
|
543
|
+
className: "Dimension",
|
|
544
|
+
modelProperties: {
|
|
545
|
+
name: {
|
|
546
|
+
serializedName: "name",
|
|
570
547
|
type: {
|
|
571
548
|
name: "String"
|
|
572
549
|
}
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
export var TrackedResource = {
|
|
577
|
-
serializedName: "TrackedResource",
|
|
578
|
-
type: {
|
|
579
|
-
name: "Composite",
|
|
580
|
-
className: "TrackedResource",
|
|
581
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { tags: {
|
|
582
|
-
serializedName: "tags",
|
|
550
|
+
},
|
|
551
|
+
displayName: {
|
|
552
|
+
serializedName: "displayName",
|
|
583
553
|
type: {
|
|
584
|
-
name: "
|
|
585
|
-
value: {
|
|
586
|
-
type: {
|
|
587
|
-
name: "String"
|
|
588
|
-
}
|
|
589
|
-
}
|
|
554
|
+
name: "String"
|
|
590
555
|
}
|
|
591
|
-
},
|
|
592
|
-
|
|
593
|
-
serializedName: "
|
|
556
|
+
},
|
|
557
|
+
internalName: {
|
|
558
|
+
serializedName: "internalName",
|
|
594
559
|
type: {
|
|
595
560
|
name: "String"
|
|
596
561
|
}
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
export var ErrorAdditionalInfo = {
|
|
601
|
-
serializedName: "ErrorAdditionalInfo",
|
|
602
|
-
type: {
|
|
603
|
-
name: "Composite",
|
|
604
|
-
className: "ErrorAdditionalInfo",
|
|
605
|
-
modelProperties: {
|
|
606
|
-
type: {
|
|
607
|
-
readOnly: true,
|
|
608
|
-
serializedName: "type",
|
|
562
|
+
},
|
|
563
|
+
internalMetricName: {
|
|
564
|
+
serializedName: "internalMetricName",
|
|
609
565
|
type: {
|
|
610
566
|
name: "String"
|
|
611
567
|
}
|
|
612
568
|
},
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
serializedName: "info",
|
|
569
|
+
sourceMdmNamespace: {
|
|
570
|
+
serializedName: "sourceMdmNamespace",
|
|
616
571
|
type: {
|
|
617
|
-
name: "
|
|
572
|
+
name: "String"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
toBeExportedToShoebox: {
|
|
576
|
+
serializedName: "toBeExportedToShoebox",
|
|
577
|
+
type: {
|
|
578
|
+
name: "Boolean"
|
|
618
579
|
}
|
|
619
580
|
}
|
|
620
581
|
}
|
|
621
582
|
}
|
|
622
583
|
};
|
|
623
|
-
export
|
|
624
|
-
serializedName: "ErrorDetail",
|
|
584
|
+
export const CreatorList = {
|
|
625
585
|
type: {
|
|
626
586
|
name: "Composite",
|
|
627
|
-
className: "
|
|
587
|
+
className: "CreatorList",
|
|
628
588
|
modelProperties: {
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
serializedName: "code",
|
|
632
|
-
type: {
|
|
633
|
-
name: "String"
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
|
-
message: {
|
|
637
|
-
readOnly: true,
|
|
638
|
-
serializedName: "message",
|
|
639
|
-
type: {
|
|
640
|
-
name: "String"
|
|
641
|
-
}
|
|
642
|
-
},
|
|
643
|
-
target: {
|
|
644
|
-
readOnly: true,
|
|
645
|
-
serializedName: "target",
|
|
646
|
-
type: {
|
|
647
|
-
name: "String"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
details: {
|
|
589
|
+
value: {
|
|
590
|
+
serializedName: "value",
|
|
651
591
|
readOnly: true,
|
|
652
|
-
serializedName: "details",
|
|
653
592
|
type: {
|
|
654
593
|
name: "Sequence",
|
|
655
594
|
element: {
|
|
656
595
|
type: {
|
|
657
596
|
name: "Composite",
|
|
658
|
-
className: "
|
|
597
|
+
className: "Creator"
|
|
659
598
|
}
|
|
660
599
|
}
|
|
661
600
|
}
|
|
662
601
|
},
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
serializedName: "additionalInfo",
|
|
602
|
+
nextLink: {
|
|
603
|
+
serializedName: "nextLink",
|
|
666
604
|
type: {
|
|
667
|
-
name: "
|
|
668
|
-
element: {
|
|
669
|
-
type: {
|
|
670
|
-
name: "Composite",
|
|
671
|
-
className: "ErrorAdditionalInfo"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
605
|
+
name: "String"
|
|
674
606
|
}
|
|
675
607
|
}
|
|
676
608
|
}
|
|
677
609
|
}
|
|
678
610
|
};
|
|
679
|
-
export
|
|
680
|
-
serializedName: "ErrorResponse",
|
|
611
|
+
export const CreatorProperties = {
|
|
681
612
|
type: {
|
|
682
613
|
name: "Composite",
|
|
683
|
-
className: "
|
|
614
|
+
className: "CreatorProperties",
|
|
684
615
|
modelProperties: {
|
|
685
|
-
|
|
686
|
-
serializedName: "
|
|
616
|
+
provisioningState: {
|
|
617
|
+
serializedName: "provisioningState",
|
|
618
|
+
readOnly: true,
|
|
687
619
|
type: {
|
|
688
|
-
name: "
|
|
689
|
-
|
|
620
|
+
name: "String"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
storageUnits: {
|
|
624
|
+
constraints: {
|
|
625
|
+
InclusiveMaximum: 100,
|
|
626
|
+
InclusiveMinimum: 1
|
|
627
|
+
},
|
|
628
|
+
serializedName: "storageUnits",
|
|
629
|
+
required: true,
|
|
630
|
+
type: {
|
|
631
|
+
name: "Number"
|
|
690
632
|
}
|
|
691
633
|
}
|
|
692
634
|
}
|
|
693
635
|
}
|
|
694
636
|
};
|
|
695
|
-
export
|
|
696
|
-
serializedName: "MapsAccounts",
|
|
637
|
+
export const CreatorUpdateParameters = {
|
|
697
638
|
type: {
|
|
698
639
|
name: "Composite",
|
|
699
|
-
className: "
|
|
640
|
+
className: "CreatorUpdateParameters",
|
|
700
641
|
modelProperties: {
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
serializedName: "",
|
|
642
|
+
tags: {
|
|
643
|
+
serializedName: "tags",
|
|
704
644
|
type: {
|
|
705
|
-
name: "
|
|
706
|
-
|
|
707
|
-
type: {
|
|
708
|
-
name: "Composite",
|
|
709
|
-
className: "MapsAccount"
|
|
710
|
-
}
|
|
711
|
-
}
|
|
645
|
+
name: "Dictionary",
|
|
646
|
+
value: { type: { name: "String" } }
|
|
712
647
|
}
|
|
713
648
|
},
|
|
714
|
-
|
|
715
|
-
serializedName: "
|
|
649
|
+
provisioningState: {
|
|
650
|
+
serializedName: "properties.provisioningState",
|
|
651
|
+
readOnly: true,
|
|
716
652
|
type: {
|
|
717
653
|
name: "String"
|
|
718
654
|
}
|
|
655
|
+
},
|
|
656
|
+
storageUnits: {
|
|
657
|
+
constraints: {
|
|
658
|
+
InclusiveMaximum: 100,
|
|
659
|
+
InclusiveMinimum: 1
|
|
660
|
+
},
|
|
661
|
+
serializedName: "properties.storageUnits",
|
|
662
|
+
type: {
|
|
663
|
+
name: "Number"
|
|
664
|
+
}
|
|
719
665
|
}
|
|
720
666
|
}
|
|
721
667
|
}
|
|
722
668
|
};
|
|
723
|
-
export
|
|
724
|
-
serializedName: "MapsOperations",
|
|
669
|
+
export const TrackedResource = {
|
|
725
670
|
type: {
|
|
726
671
|
name: "Composite",
|
|
727
|
-
className: "
|
|
728
|
-
modelProperties: {
|
|
729
|
-
|
|
730
|
-
readOnly: true,
|
|
731
|
-
serializedName: "",
|
|
672
|
+
className: "TrackedResource",
|
|
673
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
674
|
+
serializedName: "tags",
|
|
732
675
|
type: {
|
|
733
|
-
name: "
|
|
734
|
-
|
|
735
|
-
type: {
|
|
736
|
-
name: "Composite",
|
|
737
|
-
className: "OperationDetail"
|
|
738
|
-
}
|
|
739
|
-
}
|
|
676
|
+
name: "Dictionary",
|
|
677
|
+
value: { type: { name: "String" } }
|
|
740
678
|
}
|
|
741
|
-
},
|
|
742
|
-
|
|
743
|
-
|
|
679
|
+
}, location: {
|
|
680
|
+
serializedName: "location",
|
|
681
|
+
required: true,
|
|
744
682
|
type: {
|
|
745
683
|
name: "String"
|
|
746
684
|
}
|
|
747
|
-
}
|
|
748
|
-
}
|
|
685
|
+
} })
|
|
749
686
|
}
|
|
750
687
|
};
|
|
751
|
-
export
|
|
752
|
-
serializedName: "CreatorList",
|
|
688
|
+
export const MapsAccount = {
|
|
753
689
|
type: {
|
|
754
690
|
name: "Composite",
|
|
755
|
-
className: "
|
|
756
|
-
modelProperties: {
|
|
757
|
-
|
|
758
|
-
readOnly: true,
|
|
759
|
-
serializedName: "",
|
|
691
|
+
className: "MapsAccount",
|
|
692
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { sku: {
|
|
693
|
+
serializedName: "sku",
|
|
760
694
|
type: {
|
|
761
|
-
name: "
|
|
762
|
-
|
|
763
|
-
type: {
|
|
764
|
-
name: "Composite",
|
|
765
|
-
className: "Creator"
|
|
766
|
-
}
|
|
767
|
-
}
|
|
695
|
+
name: "Composite",
|
|
696
|
+
className: "Sku"
|
|
768
697
|
}
|
|
769
|
-
},
|
|
770
|
-
|
|
771
|
-
serializedName: "
|
|
698
|
+
}, kind: {
|
|
699
|
+
defaultValue: "Gen1",
|
|
700
|
+
serializedName: "kind",
|
|
772
701
|
type: {
|
|
773
702
|
name: "String"
|
|
774
703
|
}
|
|
775
|
-
}
|
|
776
|
-
|
|
704
|
+
}, systemData: {
|
|
705
|
+
serializedName: "systemData",
|
|
706
|
+
type: {
|
|
707
|
+
name: "Composite",
|
|
708
|
+
className: "SystemData"
|
|
709
|
+
}
|
|
710
|
+
}, properties: {
|
|
711
|
+
serializedName: "properties",
|
|
712
|
+
type: {
|
|
713
|
+
name: "Composite",
|
|
714
|
+
className: "MapsAccountProperties"
|
|
715
|
+
}
|
|
716
|
+
} })
|
|
717
|
+
}
|
|
718
|
+
};
|
|
719
|
+
export const Creator = {
|
|
720
|
+
type: {
|
|
721
|
+
name: "Composite",
|
|
722
|
+
className: "Creator",
|
|
723
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
|
|
724
|
+
serializedName: "properties",
|
|
725
|
+
type: {
|
|
726
|
+
name: "Composite",
|
|
727
|
+
className: "CreatorProperties"
|
|
728
|
+
}
|
|
729
|
+
} })
|
|
777
730
|
}
|
|
778
731
|
};
|
|
779
732
|
//# sourceMappingURL=mappers.js.map
|