@azure/arm-resourcegraph 4.2.1 → 5.0.0-beta.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.
Files changed (150) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/{esm/models/mappers.js → dist/index.js} +544 -548
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/accessAPropertiesField.d.ts +2 -0
  9. package/dist-esm/samples-dev/accessAPropertiesField.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accessAPropertiesField.js +32 -0
  11. package/dist-esm/samples-dev/accessAPropertiesField.js.map +1 -0
  12. package/dist-esm/samples-dev/basicManagementGroupQuery.d.ts +2 -0
  13. package/dist-esm/samples-dev/basicManagementGroupQuery.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/basicManagementGroupQuery.js +32 -0
  15. package/dist-esm/samples-dev/basicManagementGroupQuery.js.map +1 -0
  16. package/dist-esm/samples-dev/basicQuery.d.ts +2 -0
  17. package/dist-esm/samples-dev/basicQuery.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/basicQuery.js +32 -0
  19. package/dist-esm/samples-dev/basicQuery.js.map +1 -0
  20. package/dist-esm/samples-dev/basicTenantQuery.d.ts +2 -0
  21. package/dist-esm/samples-dev/basicTenantQuery.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/basicTenantQuery.js +31 -0
  23. package/dist-esm/samples-dev/basicTenantQuery.js.map +1 -0
  24. package/dist-esm/samples-dev/complexQuery.d.ts +2 -0
  25. package/dist-esm/samples-dev/complexQuery.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/complexQuery.js +32 -0
  27. package/dist-esm/samples-dev/complexQuery.js.map +1 -0
  28. package/dist-esm/samples-dev/filterResources.d.ts +2 -0
  29. package/dist-esm/samples-dev/filterResources.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/filterResources.js +32 -0
  31. package/dist-esm/samples-dev/filterResources.js.map +1 -0
  32. package/dist-esm/samples-dev/firstPageQuery.d.ts +2 -0
  33. package/dist-esm/samples-dev/firstPageQuery.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/firstPageQuery.js +33 -0
  35. package/dist-esm/samples-dev/firstPageQuery.js.map +1 -0
  36. package/dist-esm/samples-dev/nextPageQuery.d.ts +2 -0
  37. package/dist-esm/samples-dev/nextPageQuery.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/nextPageQuery.js +35 -0
  39. package/dist-esm/samples-dev/nextPageQuery.js.map +1 -0
  40. package/dist-esm/samples-dev/operationsList.d.ts +2 -0
  41. package/dist-esm/samples-dev/operationsList.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/operationsList.js +42 -0
  43. package/dist-esm/samples-dev/operationsList.js.map +1 -0
  44. package/dist-esm/samples-dev/queryWithAFacetRequest.d.ts +2 -0
  45. package/dist-esm/samples-dev/queryWithAFacetRequest.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/queryWithAFacetRequest.js +51 -0
  47. package/dist-esm/samples-dev/queryWithAFacetRequest.js.map +1 -0
  48. package/dist-esm/samples-dev/randomPageQuery.d.ts +2 -0
  49. package/dist-esm/samples-dev/randomPageQuery.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/randomPageQuery.js +33 -0
  51. package/dist-esm/samples-dev/randomPageQuery.js.map +1 -0
  52. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.d.ts +2 -0
  53. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.js +38 -0
  55. package/dist-esm/samples-dev/resourceHistoryManagementGroupScopeQuery.js.map +1 -0
  56. package/dist-esm/samples-dev/resourceHistoryQuery.d.ts +2 -0
  57. package/dist-esm/samples-dev/resourceHistoryQuery.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/resourceHistoryQuery.js +38 -0
  59. package/dist-esm/samples-dev/resourceHistoryQuery.js.map +1 -0
  60. package/dist-esm/samples-dev/summarizeResourcesByLocation.d.ts +2 -0
  61. package/dist-esm/samples-dev/summarizeResourcesByLocation.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/summarizeResourcesByLocation.js +32 -0
  63. package/dist-esm/samples-dev/summarizeResourcesByLocation.js.map +1 -0
  64. package/dist-esm/src/index.d.ts +5 -0
  65. package/dist-esm/src/index.d.ts.map +1 -0
  66. package/dist-esm/src/index.js +12 -0
  67. package/dist-esm/src/index.js.map +1 -0
  68. package/dist-esm/src/models/index.d.ts +216 -0
  69. package/dist-esm/src/models/index.d.ts.map +1 -0
  70. package/{src/models/operationsMappers.ts → dist-esm/src/models/index.js} +2 -10
  71. package/dist-esm/src/models/index.js.map +1 -0
  72. package/dist-esm/src/models/mappers.d.ts +26 -0
  73. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  74. package/dist-esm/src/models/mappers.js +655 -0
  75. package/dist-esm/src/models/mappers.js.map +1 -0
  76. package/dist-esm/src/models/parameters.d.ts +8 -0
  77. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  78. package/dist-esm/src/models/parameters.js +61 -0
  79. package/dist-esm/src/models/parameters.js.map +1 -0
  80. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  81. package/dist-esm/src/operations/index.d.ts.map +1 -0
  82. package/{esm → dist-esm/src}/operations/index.js +1 -2
  83. package/dist-esm/src/operations/index.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +26 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +90 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
  89. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  90. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/index.js} +2 -2
  91. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/resourceGraphClient.d.ts +28 -0
  97. package/dist-esm/src/resourceGraphClient.d.ts.map +1 -0
  98. package/dist-esm/src/resourceGraphClient.js +103 -0
  99. package/dist-esm/src/resourceGraphClient.js.map +1 -0
  100. package/dist-esm/test/sampleTest.d.ts +2 -0
  101. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  102. package/dist-esm/test/sampleTest.js +40 -0
  103. package/dist-esm/test/sampleTest.js.map +1 -0
  104. package/package.json +75 -33
  105. package/review/arm-resourcegraph.api.md +214 -0
  106. package/rollup.config.js +181 -30
  107. package/src/index.ts +12 -0
  108. package/src/models/index.ts +192 -644
  109. package/src/models/mappers.ts +276 -573
  110. package/src/models/parameters.ts +39 -21
  111. package/src/operations/index.ts +1 -2
  112. package/src/operations/operations.ts +64 -42
  113. package/{esm/models/index.js → src/operationsInterfaces/index.ts} +2 -1
  114. package/src/operationsInterfaces/operations.ts +22 -0
  115. package/src/resourceGraphClient.ts +88 -269
  116. package/tsconfig.json +5 -4
  117. package/types/arm-resourcegraph.d.ts +284 -0
  118. package/types/tsdoc-metadata.json +11 -0
  119. package/dist/arm-resourcegraph.js +0 -1359
  120. package/dist/arm-resourcegraph.js.map +0 -1
  121. package/dist/arm-resourcegraph.min.js +0 -1
  122. package/dist/arm-resourcegraph.min.js.map +0 -1
  123. package/esm/models/index.d.ts +0 -659
  124. package/esm/models/index.d.ts.map +0 -1
  125. package/esm/models/index.js.map +0 -1
  126. package/esm/models/mappers.d.ts +0 -37
  127. package/esm/models/mappers.d.ts.map +0 -1
  128. package/esm/models/mappers.js.map +0 -1
  129. package/esm/models/operationsMappers.d.ts +0 -2
  130. package/esm/models/operationsMappers.d.ts.map +0 -1
  131. package/esm/models/operationsMappers.js.map +0 -1
  132. package/esm/models/parameters.d.ts +0 -6
  133. package/esm/models/parameters.d.ts.map +0 -1
  134. package/esm/models/parameters.js +0 -55
  135. package/esm/models/parameters.js.map +0 -1
  136. package/esm/operations/index.d.ts.map +0 -1
  137. package/esm/operations/index.js.map +0 -1
  138. package/esm/operations/operations.d.ts +0 -28
  139. package/esm/operations/operations.d.ts.map +0 -1
  140. package/esm/operations/operations.js +0 -46
  141. package/esm/operations/operations.js.map +0 -1
  142. package/esm/resourceGraphClient.d.ts +0 -95
  143. package/esm/resourceGraphClient.d.ts.map +0 -1
  144. package/esm/resourceGraphClient.js +0 -155
  145. package/esm/resourceGraphClient.js.map +0 -1
  146. package/esm/resourceGraphClientContext.d.ts +0 -19
  147. package/esm/resourceGraphClientContext.d.ts.map +0 -1
  148. package/esm/resourceGraphClientContext.js +0 -55
  149. package/esm/resourceGraphClientContext.js.map +0 -1
  150. package/src/resourceGraphClientContext.ts +0 -65
@@ -0,0 +1,655 @@
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
+ export const QueryRequest = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "QueryRequest",
12
+ modelProperties: {
13
+ subscriptions: {
14
+ serializedName: "subscriptions",
15
+ type: {
16
+ name: "Sequence",
17
+ element: {
18
+ type: {
19
+ name: "String"
20
+ }
21
+ }
22
+ }
23
+ },
24
+ managementGroups: {
25
+ serializedName: "managementGroups",
26
+ type: {
27
+ name: "Sequence",
28
+ element: {
29
+ type: {
30
+ name: "String"
31
+ }
32
+ }
33
+ }
34
+ },
35
+ query: {
36
+ serializedName: "query",
37
+ required: true,
38
+ type: {
39
+ name: "String"
40
+ }
41
+ },
42
+ options: {
43
+ serializedName: "options",
44
+ type: {
45
+ name: "Composite",
46
+ className: "QueryRequestOptions"
47
+ }
48
+ },
49
+ facets: {
50
+ serializedName: "facets",
51
+ type: {
52
+ name: "Sequence",
53
+ element: {
54
+ type: {
55
+ name: "Composite",
56
+ className: "FacetRequest"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
63
+ };
64
+ export const QueryRequestOptions = {
65
+ type: {
66
+ name: "Composite",
67
+ className: "QueryRequestOptions",
68
+ modelProperties: {
69
+ skipToken: {
70
+ serializedName: "$skipToken",
71
+ type: {
72
+ name: "String"
73
+ }
74
+ },
75
+ top: {
76
+ constraints: {
77
+ InclusiveMaximum: 1000,
78
+ InclusiveMinimum: 1
79
+ },
80
+ serializedName: "$top",
81
+ type: {
82
+ name: "Number"
83
+ }
84
+ },
85
+ skip: {
86
+ constraints: {
87
+ InclusiveMinimum: 0
88
+ },
89
+ serializedName: "$skip",
90
+ type: {
91
+ name: "Number"
92
+ }
93
+ },
94
+ resultFormat: {
95
+ serializedName: "resultFormat",
96
+ type: {
97
+ name: "Enum",
98
+ allowedValues: ["table", "objectArray"]
99
+ }
100
+ },
101
+ allowPartialScopes: {
102
+ defaultValue: false,
103
+ serializedName: "allowPartialScopes",
104
+ type: {
105
+ name: "Boolean"
106
+ }
107
+ },
108
+ authorizationScopeFilter: {
109
+ defaultValue: "AtScopeAndBelow",
110
+ serializedName: "authorizationScopeFilter",
111
+ type: {
112
+ name: "Enum",
113
+ allowedValues: [
114
+ "AtScopeAndBelow",
115
+ "AtScopeAndAbove",
116
+ "AtScopeExact",
117
+ "AtScopeAboveAndBelow"
118
+ ]
119
+ }
120
+ }
121
+ }
122
+ }
123
+ };
124
+ export const FacetRequest = {
125
+ type: {
126
+ name: "Composite",
127
+ className: "FacetRequest",
128
+ modelProperties: {
129
+ expression: {
130
+ serializedName: "expression",
131
+ required: true,
132
+ type: {
133
+ name: "String"
134
+ }
135
+ },
136
+ options: {
137
+ serializedName: "options",
138
+ type: {
139
+ name: "Composite",
140
+ className: "FacetRequestOptions"
141
+ }
142
+ }
143
+ }
144
+ }
145
+ };
146
+ export const FacetRequestOptions = {
147
+ type: {
148
+ name: "Composite",
149
+ className: "FacetRequestOptions",
150
+ modelProperties: {
151
+ sortBy: {
152
+ serializedName: "sortBy",
153
+ type: {
154
+ name: "String"
155
+ }
156
+ },
157
+ sortOrder: {
158
+ defaultValue: "desc",
159
+ serializedName: "sortOrder",
160
+ type: {
161
+ name: "Enum",
162
+ allowedValues: ["asc", "desc"]
163
+ }
164
+ },
165
+ filter: {
166
+ serializedName: "filter",
167
+ type: {
168
+ name: "String"
169
+ }
170
+ },
171
+ top: {
172
+ constraints: {
173
+ InclusiveMaximum: 1000,
174
+ InclusiveMinimum: 1
175
+ },
176
+ serializedName: "$top",
177
+ type: {
178
+ name: "Number"
179
+ }
180
+ }
181
+ }
182
+ }
183
+ };
184
+ export const QueryResponse = {
185
+ type: {
186
+ name: "Composite",
187
+ className: "QueryResponse",
188
+ modelProperties: {
189
+ totalRecords: {
190
+ serializedName: "totalRecords",
191
+ required: true,
192
+ type: {
193
+ name: "Number"
194
+ }
195
+ },
196
+ count: {
197
+ serializedName: "count",
198
+ required: true,
199
+ type: {
200
+ name: "Number"
201
+ }
202
+ },
203
+ resultTruncated: {
204
+ serializedName: "resultTruncated",
205
+ required: true,
206
+ type: {
207
+ name: "Enum",
208
+ allowedValues: ["true", "false"]
209
+ }
210
+ },
211
+ skipToken: {
212
+ serializedName: "$skipToken",
213
+ type: {
214
+ name: "String"
215
+ }
216
+ },
217
+ data: {
218
+ serializedName: "data",
219
+ required: true,
220
+ type: {
221
+ name: "Dictionary",
222
+ value: { type: { name: "any" } }
223
+ }
224
+ },
225
+ facets: {
226
+ serializedName: "facets",
227
+ type: {
228
+ name: "Sequence",
229
+ element: {
230
+ type: {
231
+ name: "Composite",
232
+ className: "Facet"
233
+ }
234
+ }
235
+ }
236
+ }
237
+ }
238
+ }
239
+ };
240
+ export const Facet = {
241
+ type: {
242
+ name: "Composite",
243
+ className: "Facet",
244
+ uberParent: "Facet",
245
+ polymorphicDiscriminator: {
246
+ serializedName: "resultType",
247
+ clientName: "resultType"
248
+ },
249
+ modelProperties: {
250
+ expression: {
251
+ serializedName: "expression",
252
+ required: true,
253
+ type: {
254
+ name: "String"
255
+ }
256
+ },
257
+ resultType: {
258
+ serializedName: "resultType",
259
+ required: true,
260
+ type: {
261
+ name: "String"
262
+ }
263
+ }
264
+ }
265
+ }
266
+ };
267
+ export const ErrorResponse = {
268
+ type: {
269
+ name: "Composite",
270
+ className: "ErrorResponse",
271
+ modelProperties: {
272
+ error: {
273
+ serializedName: "error",
274
+ type: {
275
+ name: "Composite",
276
+ className: "ErrorModel"
277
+ }
278
+ }
279
+ }
280
+ }
281
+ };
282
+ export const ErrorModel = {
283
+ type: {
284
+ name: "Composite",
285
+ className: "ErrorModel",
286
+ modelProperties: {
287
+ code: {
288
+ serializedName: "code",
289
+ required: true,
290
+ type: {
291
+ name: "String"
292
+ }
293
+ },
294
+ message: {
295
+ serializedName: "message",
296
+ required: true,
297
+ type: {
298
+ name: "String"
299
+ }
300
+ },
301
+ details: {
302
+ serializedName: "details",
303
+ type: {
304
+ name: "Sequence",
305
+ element: {
306
+ type: {
307
+ name: "Composite",
308
+ className: "ErrorDetails"
309
+ }
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ };
316
+ export const ErrorDetails = {
317
+ type: {
318
+ name: "Composite",
319
+ className: "ErrorDetails",
320
+ additionalProperties: { type: { name: "Object" } },
321
+ modelProperties: {
322
+ code: {
323
+ serializedName: "code",
324
+ required: true,
325
+ type: {
326
+ name: "String"
327
+ }
328
+ },
329
+ message: {
330
+ serializedName: "message",
331
+ required: true,
332
+ type: {
333
+ name: "String"
334
+ }
335
+ }
336
+ }
337
+ }
338
+ };
339
+ export const OperationListResult = {
340
+ type: {
341
+ name: "Composite",
342
+ className: "OperationListResult",
343
+ modelProperties: {
344
+ value: {
345
+ serializedName: "value",
346
+ type: {
347
+ name: "Sequence",
348
+ element: {
349
+ type: {
350
+ name: "Composite",
351
+ className: "Operation"
352
+ }
353
+ }
354
+ }
355
+ }
356
+ }
357
+ }
358
+ };
359
+ export const Operation = {
360
+ type: {
361
+ name: "Composite",
362
+ className: "Operation",
363
+ modelProperties: {
364
+ name: {
365
+ serializedName: "name",
366
+ type: {
367
+ name: "String"
368
+ }
369
+ },
370
+ display: {
371
+ serializedName: "display",
372
+ type: {
373
+ name: "Composite",
374
+ className: "OperationDisplay"
375
+ }
376
+ },
377
+ origin: {
378
+ serializedName: "origin",
379
+ type: {
380
+ name: "String"
381
+ }
382
+ }
383
+ }
384
+ }
385
+ };
386
+ export const OperationDisplay = {
387
+ type: {
388
+ name: "Composite",
389
+ className: "OperationDisplay",
390
+ modelProperties: {
391
+ provider: {
392
+ serializedName: "provider",
393
+ type: {
394
+ name: "String"
395
+ }
396
+ },
397
+ resource: {
398
+ serializedName: "resource",
399
+ type: {
400
+ name: "String"
401
+ }
402
+ },
403
+ operation: {
404
+ serializedName: "operation",
405
+ type: {
406
+ name: "String"
407
+ }
408
+ },
409
+ description: {
410
+ serializedName: "description",
411
+ type: {
412
+ name: "String"
413
+ }
414
+ }
415
+ }
416
+ }
417
+ };
418
+ export const ResourcesHistoryRequest = {
419
+ type: {
420
+ name: "Composite",
421
+ className: "ResourcesHistoryRequest",
422
+ modelProperties: {
423
+ subscriptions: {
424
+ serializedName: "subscriptions",
425
+ type: {
426
+ name: "Sequence",
427
+ element: {
428
+ type: {
429
+ name: "String"
430
+ }
431
+ }
432
+ }
433
+ },
434
+ query: {
435
+ serializedName: "query",
436
+ type: {
437
+ name: "String"
438
+ }
439
+ },
440
+ options: {
441
+ serializedName: "options",
442
+ type: {
443
+ name: "Composite",
444
+ className: "ResourcesHistoryRequestOptions"
445
+ }
446
+ },
447
+ managementGroups: {
448
+ serializedName: "managementGroups",
449
+ type: {
450
+ name: "Sequence",
451
+ element: {
452
+ type: {
453
+ name: "String"
454
+ }
455
+ }
456
+ }
457
+ }
458
+ }
459
+ }
460
+ };
461
+ export const ResourcesHistoryRequestOptions = {
462
+ type: {
463
+ name: "Composite",
464
+ className: "ResourcesHistoryRequestOptions",
465
+ modelProperties: {
466
+ interval: {
467
+ serializedName: "interval",
468
+ type: {
469
+ name: "Composite",
470
+ className: "DateTimeInterval"
471
+ }
472
+ },
473
+ top: {
474
+ constraints: {
475
+ InclusiveMaximum: 1000,
476
+ InclusiveMinimum: 1
477
+ },
478
+ serializedName: "$top",
479
+ type: {
480
+ name: "Number"
481
+ }
482
+ },
483
+ skip: {
484
+ constraints: {
485
+ InclusiveMinimum: 0
486
+ },
487
+ serializedName: "$skip",
488
+ type: {
489
+ name: "Number"
490
+ }
491
+ },
492
+ skipToken: {
493
+ serializedName: "$skipToken",
494
+ type: {
495
+ name: "String"
496
+ }
497
+ },
498
+ resultFormat: {
499
+ serializedName: "resultFormat",
500
+ type: {
501
+ name: "Enum",
502
+ allowedValues: ["table", "objectArray"]
503
+ }
504
+ }
505
+ }
506
+ }
507
+ };
508
+ export const DateTimeInterval = {
509
+ type: {
510
+ name: "Composite",
511
+ className: "DateTimeInterval",
512
+ modelProperties: {
513
+ start: {
514
+ serializedName: "start",
515
+ required: true,
516
+ type: {
517
+ name: "DateTime"
518
+ }
519
+ },
520
+ end: {
521
+ serializedName: "end",
522
+ required: true,
523
+ type: {
524
+ name: "DateTime"
525
+ }
526
+ }
527
+ }
528
+ }
529
+ };
530
+ export const Table = {
531
+ type: {
532
+ name: "Composite",
533
+ className: "Table",
534
+ modelProperties: {
535
+ columns: {
536
+ serializedName: "columns",
537
+ required: true,
538
+ type: {
539
+ name: "Sequence",
540
+ element: {
541
+ type: {
542
+ name: "Composite",
543
+ className: "Column"
544
+ }
545
+ }
546
+ }
547
+ },
548
+ rows: {
549
+ serializedName: "rows",
550
+ required: true,
551
+ type: {
552
+ name: "Sequence",
553
+ element: {
554
+ type: {
555
+ name: "Sequence",
556
+ element: {
557
+ type: {
558
+ name: "Dictionary",
559
+ value: { type: { name: "any" } }
560
+ }
561
+ }
562
+ }
563
+ }
564
+ }
565
+ }
566
+ }
567
+ }
568
+ };
569
+ export const Column = {
570
+ type: {
571
+ name: "Composite",
572
+ className: "Column",
573
+ modelProperties: {
574
+ name: {
575
+ serializedName: "name",
576
+ required: true,
577
+ type: {
578
+ name: "String"
579
+ }
580
+ },
581
+ type: {
582
+ serializedName: "type",
583
+ required: true,
584
+ type: {
585
+ name: "Enum",
586
+ allowedValues: [
587
+ "string",
588
+ "integer",
589
+ "number",
590
+ "boolean",
591
+ "object",
592
+ "datetime"
593
+ ]
594
+ }
595
+ }
596
+ }
597
+ }
598
+ };
599
+ export const FacetResult = {
600
+ serializedName: "FacetResult",
601
+ type: {
602
+ name: "Composite",
603
+ className: "FacetResult",
604
+ uberParent: "Facet",
605
+ polymorphicDiscriminator: Facet.type.polymorphicDiscriminator,
606
+ modelProperties: Object.assign(Object.assign({}, Facet.type.modelProperties), { totalRecords: {
607
+ serializedName: "totalRecords",
608
+ required: true,
609
+ type: {
610
+ name: "Number"
611
+ }
612
+ }, count: {
613
+ serializedName: "count",
614
+ required: true,
615
+ type: {
616
+ name: "Number"
617
+ }
618
+ }, data: {
619
+ serializedName: "data",
620
+ required: true,
621
+ type: {
622
+ name: "Dictionary",
623
+ value: { type: { name: "any" } }
624
+ }
625
+ } })
626
+ }
627
+ };
628
+ export const FacetError = {
629
+ serializedName: "FacetError",
630
+ type: {
631
+ name: "Composite",
632
+ className: "FacetError",
633
+ uberParent: "Facet",
634
+ polymorphicDiscriminator: Facet.type.polymorphicDiscriminator,
635
+ modelProperties: Object.assign(Object.assign({}, Facet.type.modelProperties), { errors: {
636
+ serializedName: "errors",
637
+ required: true,
638
+ type: {
639
+ name: "Sequence",
640
+ element: {
641
+ type: {
642
+ name: "Composite",
643
+ className: "ErrorDetails"
644
+ }
645
+ }
646
+ }
647
+ } })
648
+ }
649
+ };
650
+ export let discriminators = {
651
+ Facet: Facet,
652
+ "Facet.FacetResult": FacetResult,
653
+ "Facet.FacetError": FacetError
654
+ };
655
+ //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC;iBACxC;aACF;YACD,kBAAkB,EAAE;gBAClB,YAAY,EAAE,KAAK;gBACnB,cAAc,EAAE,oBAAoB;gBACpC,IAAI,EAAE;oBACJ,IAAI,EAAE,SAAS;iBAChB;aACF;YACD,wBAAwB,EAAE;gBACxB,YAAY,EAAE,iBAAiB;gBAC/B,cAAc,EAAE,0BAA0B;gBAC1C,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,iBAAiB;wBACjB,iBAAiB;wBACjB,cAAc;wBACd,sBAAsB;qBACvB;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,qBAAqB;iBACjC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,YAAY,EAAE,MAAM;gBACpB,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC;iBAC/B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,eAAe,EAAE;gBACf,cAAc,EAAE,iBAAiB;gBACjC,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC;iBACjC;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,OAAO;yBACnB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,UAAU,EAAE,OAAO;QACnB,wBAAwB,EAAE;YACxB,cAAc,EAAE,YAAY;YAC5B,UAAU,EAAE,YAAY;SACzB;QACD,eAAe,EAAE;YACf,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,UAAU,EAAE;gBACV,cAAc,EAAE,YAAY;gBAC5B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA+B;IACvD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,eAAe;QAC1B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,YAAY;iBACxB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA+B;IACtD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,cAAc;QACzB,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;QAClD,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAA+B;IAC7D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,qBAAqB;QAChC,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,WAAW;yBACvB;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA+B;IACnD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,WAAW;QACtB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,WAAW;gBAC3B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,WAAW,EAAE;gBACX,cAAc,EAAE,aAAa;gBAC7B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAA+B;IACjE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,yBAAyB;QACpC,eAAe,EAAE;YACf,aAAa,EAAE;gBACb,cAAc,EAAE,eAAe;gBAC/B,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,gCAAgC;iBAC5C;aACF;YACD,gBAAgB,EAAE;gBAChB,cAAc,EAAE,kBAAkB;gBAClC,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAA+B;IACxE,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,gCAAgC;QAC3C,eAAe,EAAE;YACf,QAAQ,EAAE;gBACR,cAAc,EAAE,UAAU;gBAC1B,IAAI,EAAE;oBACJ,IAAI,EAAE,WAAW;oBACjB,SAAS,EAAE,kBAAkB;iBAC9B;aACF;YACD,GAAG,EAAE;gBACH,WAAW,EAAE;oBACX,gBAAgB,EAAE,IAAI;oBACtB,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,MAAM;gBACtB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,WAAW,EAAE;oBACX,gBAAgB,EAAE,CAAC;iBACpB;gBACD,cAAc,EAAE,OAAO;gBACvB,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,SAAS,EAAE;gBACT,cAAc,EAAE,YAAY;gBAC5B,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE,CAAC,OAAO,EAAE,aAAa,CAAC;iBACxC;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAA+B;IAC1D,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,kBAAkB;QAC7B,eAAe,EAAE;YACf,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;YACD,GAAG,EAAE;gBACH,cAAc,EAAE,KAAK;gBACrB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;iBACjB;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA+B;IAC/C,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,OAAO;QAClB,eAAe,EAAE;YACf,OAAO,EAAE;gBACP,cAAc,EAAE,SAAS;gBACzB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,QAAQ;yBACpB;qBACF;iBACF;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,UAAU;4BAChB,OAAO,EAAE;gCACP,IAAI,EAAE;oCACJ,IAAI,EAAE,YAAY;oCAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iCACjC;6BACF;yBACF;qBACF;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA+B;IAChD,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,QAAQ;QACnB,eAAe,EAAE;YACf,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,MAAM;oBACZ,aAAa,EAAE;wBACb,QAAQ;wBACR,SAAS;wBACT,QAAQ;wBACR,SAAS;wBACT,QAAQ;wBACR,UAAU;qBACX;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA+B;IACrD,cAAc,EAAE,aAAa;IAC7B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,aAAa;QACxB,UAAU,EAAE,OAAO;QACnB,wBAAwB,EAAE,KAAK,CAAC,IAAI,CAAC,wBAAwB;QAC7D,eAAe,kCACV,KAAK,CAAC,IAAI,CAAC,eAAe,KAC7B,YAAY,EAAE;gBACZ,cAAc,EAAE,cAAc;gBAC9B,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,KAAK,EAAE;gBACL,cAAc,EAAE,OAAO;gBACvB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,QAAQ;iBACf;aACF,EACD,IAAI,EAAE;gBACJ,cAAc,EAAE,MAAM;gBACtB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,YAAY;oBAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;iBACjC;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA+B;IACpD,cAAc,EAAE,YAAY;IAC5B,IAAI,EAAE;QACJ,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,YAAY;QACvB,UAAU,EAAE,OAAO;QACnB,wBAAwB,EAAE,KAAK,CAAC,IAAI,CAAC,wBAAwB;QAC7D,eAAe,kCACV,KAAK,CAAC,IAAI,CAAC,eAAe,KAC7B,MAAM,EAAE;gBACN,cAAc,EAAE,QAAQ;gBACxB,QAAQ,EAAE,IAAI;gBACd,IAAI,EAAE;oBACJ,IAAI,EAAE,UAAU;oBAChB,OAAO,EAAE;wBACP,IAAI,EAAE;4BACJ,IAAI,EAAE,WAAW;4BACjB,SAAS,EAAE,cAAc;yBAC1B;qBACF;iBACF;aACF,GACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,IAAI,cAAc,GAAG;IAC1B,KAAK,EAAE,KAAK;IACZ,mBAAmB,EAAE,WAAW;IAChC,kBAAkB,EAAE,UAAU;CAC/B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const contentType: OperationParameter;
3
+ export declare const query: OperationParameter;
4
+ export declare const accept: OperationParameter;
5
+ export declare const $host: OperationURLParameter;
6
+ export declare const apiVersion: OperationQueryParameter;
7
+ export declare const request: OperationParameter;
8
+ //# sourceMappingURL=parameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC"}