@azure/arm-confidentialledger 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +1487 -0
  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/checkNameAvailabilitySample.d.ts +2 -0
  9. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/checkNameAvailabilitySample.js +33 -0
  11. package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +1 -0
  12. package/dist-esm/samples-dev/ledgerCreateSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/ledgerCreateSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/ledgerCreateSample.js +51 -0
  15. package/dist-esm/samples-dev/ledgerCreateSample.js.map +1 -0
  16. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/ledgerDeleteSample.js +31 -0
  19. package/dist-esm/samples-dev/ledgerDeleteSample.js.map +1 -0
  20. package/dist-esm/samples-dev/ledgerGetSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/ledgerGetSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/ledgerGetSample.js +31 -0
  23. package/dist-esm/samples-dev/ledgerGetSample.js.map +1 -0
  24. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +44 -0
  27. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +1 -0
  28. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +43 -0
  31. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +1 -0
  32. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/ledgerUpdateSample.js +54 -0
  35. package/dist-esm/samples-dev/ledgerUpdateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  39. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  40. package/dist-esm/src/confidentialLedgerClient.d.ts +28 -0
  41. package/dist-esm/src/confidentialLedgerClient.d.ts.map +1 -0
  42. package/dist-esm/src/confidentialLedgerClient.js +130 -0
  43. package/dist-esm/src/confidentialLedgerClient.js.map +1 -0
  44. package/dist-esm/src/index.d.ts +5 -0
  45. package/dist-esm/src/index.d.ts.map +1 -0
  46. package/dist-esm/src/index.js +12 -0
  47. package/dist-esm/src/index.js.map +1 -0
  48. package/dist-esm/src/lroImpl.d.ts +16 -0
  49. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  50. package/dist-esm/src/lroImpl.js +29 -0
  51. package/dist-esm/src/lroImpl.js.map +1 -0
  52. package/dist-esm/src/models/index.d.ts +379 -0
  53. package/dist-esm/src/models/index.d.ts.map +1 -0
  54. package/dist-esm/src/models/index.js +47 -0
  55. package/dist-esm/src/models/index.js.map +1 -0
  56. package/dist-esm/src/models/mappers.d.ts +19 -0
  57. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  58. package/dist-esm/src/models/mappers.js +501 -0
  59. package/dist-esm/src/models/mappers.js.map +1 -0
  60. package/dist-esm/src/models/parameters.d.ts +13 -0
  61. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  62. package/dist-esm/src/models/parameters.js +118 -0
  63. package/dist-esm/src/models/parameters.js.map +1 -0
  64. package/dist-esm/src/operations/index.d.ts +3 -0
  65. package/dist-esm/src/operations/index.d.ts.map +1 -0
  66. package/dist-esm/src/operations/index.js +10 -0
  67. package/dist-esm/src/operations/index.js.map +1 -0
  68. package/dist-esm/src/operations/ledger.d.ts +107 -0
  69. package/dist-esm/src/operations/ledger.d.ts.map +1 -0
  70. package/dist-esm/src/operations/ledger.js +507 -0
  71. package/dist-esm/src/operations/ledger.js.map +1 -0
  72. package/dist-esm/src/operations/operations.d.ts +32 -0
  73. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/operations.js +120 -0
  75. package/dist-esm/src/operations/operations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
  77. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/index.js +10 -0
  79. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/ledger.d.ts +71 -0
  81. package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/ledger.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/ledger.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  85. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  88. package/dist-esm/test/sampleTest.d.ts +2 -0
  89. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  90. package/dist-esm/test/sampleTest.js +38 -0
  91. package/dist-esm/test/sampleTest.js.map +1 -0
  92. package/package.json +122 -0
  93. package/review/arm-confidentialledger.api.md +333 -0
  94. package/rollup.config.js +122 -0
  95. package/src/confidentialLedgerClient.ts +181 -0
  96. package/src/index.ts +12 -0
  97. package/src/lroImpl.ts +34 -0
  98. package/src/models/index.ts +442 -0
  99. package/src/models/mappers.ts +524 -0
  100. package/src/models/parameters.ts +137 -0
  101. package/src/operations/index.ts +10 -0
  102. package/src/operations/ledger.ts +674 -0
  103. package/src/operations/operations.ts +137 -0
  104. package/src/operationsInterfaces/index.ts +10 -0
  105. package/src/operationsInterfaces/ledger.ts +132 -0
  106. package/src/operationsInterfaces/operations.ts +25 -0
  107. package/tsconfig.json +33 -0
  108. package/types/arm-confidentialledger.d.ts +534 -0
  109. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,501 @@
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 ResourceProviderOperationList = {
9
+ type: {
10
+ name: "Composite",
11
+ className: "ResourceProviderOperationList",
12
+ modelProperties: {
13
+ value: {
14
+ serializedName: "value",
15
+ readOnly: true,
16
+ type: {
17
+ name: "Sequence",
18
+ element: {
19
+ type: {
20
+ name: "Composite",
21
+ className: "ResourceProviderOperationDefinition"
22
+ }
23
+ }
24
+ }
25
+ },
26
+ nextLink: {
27
+ serializedName: "nextLink",
28
+ readOnly: true,
29
+ type: {
30
+ name: "String"
31
+ }
32
+ }
33
+ }
34
+ }
35
+ };
36
+ export const ResourceProviderOperationDefinition = {
37
+ type: {
38
+ name: "Composite",
39
+ className: "ResourceProviderOperationDefinition",
40
+ modelProperties: {
41
+ name: {
42
+ serializedName: "name",
43
+ type: {
44
+ name: "String"
45
+ }
46
+ },
47
+ isDataAction: {
48
+ serializedName: "isDataAction",
49
+ type: {
50
+ name: "Boolean"
51
+ }
52
+ },
53
+ display: {
54
+ serializedName: "display",
55
+ type: {
56
+ name: "Composite",
57
+ className: "ResourceProviderOperationDisplay"
58
+ }
59
+ }
60
+ }
61
+ }
62
+ };
63
+ export const ResourceProviderOperationDisplay = {
64
+ type: {
65
+ name: "Composite",
66
+ className: "ResourceProviderOperationDisplay",
67
+ modelProperties: {
68
+ provider: {
69
+ serializedName: "provider",
70
+ type: {
71
+ name: "String"
72
+ }
73
+ },
74
+ resource: {
75
+ serializedName: "resource",
76
+ type: {
77
+ name: "String"
78
+ }
79
+ },
80
+ operation: {
81
+ serializedName: "operation",
82
+ type: {
83
+ name: "String"
84
+ }
85
+ },
86
+ description: {
87
+ serializedName: "description",
88
+ type: {
89
+ name: "String"
90
+ }
91
+ }
92
+ }
93
+ }
94
+ };
95
+ export const ErrorResponse = {
96
+ type: {
97
+ name: "Composite",
98
+ className: "ErrorResponse",
99
+ modelProperties: {
100
+ error: {
101
+ serializedName: "error",
102
+ type: {
103
+ name: "Composite",
104
+ className: "ErrorDetail"
105
+ }
106
+ }
107
+ }
108
+ }
109
+ };
110
+ export const ErrorDetail = {
111
+ type: {
112
+ name: "Composite",
113
+ className: "ErrorDetail",
114
+ modelProperties: {
115
+ code: {
116
+ serializedName: "code",
117
+ readOnly: true,
118
+ type: {
119
+ name: "String"
120
+ }
121
+ },
122
+ message: {
123
+ serializedName: "message",
124
+ readOnly: true,
125
+ type: {
126
+ name: "String"
127
+ }
128
+ },
129
+ target: {
130
+ serializedName: "target",
131
+ readOnly: true,
132
+ type: {
133
+ name: "String"
134
+ }
135
+ },
136
+ details: {
137
+ serializedName: "details",
138
+ readOnly: true,
139
+ type: {
140
+ name: "Sequence",
141
+ element: {
142
+ type: {
143
+ name: "Composite",
144
+ className: "ErrorDetail"
145
+ }
146
+ }
147
+ }
148
+ },
149
+ additionalInfo: {
150
+ serializedName: "additionalInfo",
151
+ readOnly: true,
152
+ type: {
153
+ name: "Sequence",
154
+ element: {
155
+ type: {
156
+ name: "Composite",
157
+ className: "ErrorAdditionalInfo"
158
+ }
159
+ }
160
+ }
161
+ }
162
+ }
163
+ }
164
+ };
165
+ export const ErrorAdditionalInfo = {
166
+ type: {
167
+ name: "Composite",
168
+ className: "ErrorAdditionalInfo",
169
+ modelProperties: {
170
+ type: {
171
+ serializedName: "type",
172
+ readOnly: true,
173
+ type: {
174
+ name: "String"
175
+ }
176
+ },
177
+ info: {
178
+ serializedName: "info",
179
+ readOnly: true,
180
+ type: {
181
+ name: "Dictionary",
182
+ value: { type: { name: "any" } }
183
+ }
184
+ }
185
+ }
186
+ }
187
+ };
188
+ export const CheckNameAvailabilityRequest = {
189
+ type: {
190
+ name: "Composite",
191
+ className: "CheckNameAvailabilityRequest",
192
+ modelProperties: {
193
+ name: {
194
+ serializedName: "name",
195
+ type: {
196
+ name: "String"
197
+ }
198
+ },
199
+ type: {
200
+ serializedName: "type",
201
+ type: {
202
+ name: "String"
203
+ }
204
+ }
205
+ }
206
+ }
207
+ };
208
+ export const CheckNameAvailabilityResponse = {
209
+ type: {
210
+ name: "Composite",
211
+ className: "CheckNameAvailabilityResponse",
212
+ modelProperties: {
213
+ nameAvailable: {
214
+ serializedName: "nameAvailable",
215
+ type: {
216
+ name: "Boolean"
217
+ }
218
+ },
219
+ reason: {
220
+ serializedName: "reason",
221
+ type: {
222
+ name: "String"
223
+ }
224
+ },
225
+ message: {
226
+ serializedName: "message",
227
+ type: {
228
+ name: "String"
229
+ }
230
+ }
231
+ }
232
+ }
233
+ };
234
+ export const LedgerProperties = {
235
+ type: {
236
+ name: "Composite",
237
+ className: "LedgerProperties",
238
+ modelProperties: {
239
+ ledgerName: {
240
+ serializedName: "ledgerName",
241
+ readOnly: true,
242
+ type: {
243
+ name: "String"
244
+ }
245
+ },
246
+ ledgerUri: {
247
+ serializedName: "ledgerUri",
248
+ readOnly: true,
249
+ type: {
250
+ name: "String"
251
+ }
252
+ },
253
+ identityServiceUri: {
254
+ serializedName: "identityServiceUri",
255
+ readOnly: true,
256
+ type: {
257
+ name: "String"
258
+ }
259
+ },
260
+ ledgerInternalNamespace: {
261
+ serializedName: "ledgerInternalNamespace",
262
+ readOnly: true,
263
+ type: {
264
+ name: "String"
265
+ }
266
+ },
267
+ ledgerType: {
268
+ serializedName: "ledgerType",
269
+ type: {
270
+ name: "String"
271
+ }
272
+ },
273
+ provisioningState: {
274
+ serializedName: "provisioningState",
275
+ readOnly: true,
276
+ type: {
277
+ name: "String"
278
+ }
279
+ },
280
+ aadBasedSecurityPrincipals: {
281
+ serializedName: "aadBasedSecurityPrincipals",
282
+ type: {
283
+ name: "Sequence",
284
+ element: {
285
+ type: {
286
+ name: "Composite",
287
+ className: "AADBasedSecurityPrincipal"
288
+ }
289
+ }
290
+ }
291
+ },
292
+ certBasedSecurityPrincipals: {
293
+ serializedName: "certBasedSecurityPrincipals",
294
+ type: {
295
+ name: "Sequence",
296
+ element: {
297
+ type: {
298
+ name: "Composite",
299
+ className: "CertBasedSecurityPrincipal"
300
+ }
301
+ }
302
+ }
303
+ }
304
+ }
305
+ }
306
+ };
307
+ export const AADBasedSecurityPrincipal = {
308
+ type: {
309
+ name: "Composite",
310
+ className: "AADBasedSecurityPrincipal",
311
+ modelProperties: {
312
+ principalId: {
313
+ serializedName: "principalId",
314
+ type: {
315
+ name: "String"
316
+ }
317
+ },
318
+ tenantId: {
319
+ serializedName: "tenantId",
320
+ type: {
321
+ name: "String"
322
+ }
323
+ },
324
+ ledgerRoleName: {
325
+ serializedName: "ledgerRoleName",
326
+ type: {
327
+ name: "String"
328
+ }
329
+ }
330
+ }
331
+ }
332
+ };
333
+ export const CertBasedSecurityPrincipal = {
334
+ type: {
335
+ name: "Composite",
336
+ className: "CertBasedSecurityPrincipal",
337
+ modelProperties: {
338
+ cert: {
339
+ serializedName: "cert",
340
+ type: {
341
+ name: "String"
342
+ }
343
+ },
344
+ ledgerRoleName: {
345
+ serializedName: "ledgerRoleName",
346
+ type: {
347
+ name: "String"
348
+ }
349
+ }
350
+ }
351
+ }
352
+ };
353
+ export const Resource = {
354
+ type: {
355
+ name: "Composite",
356
+ className: "Resource",
357
+ modelProperties: {
358
+ name: {
359
+ serializedName: "name",
360
+ readOnly: true,
361
+ type: {
362
+ name: "String"
363
+ }
364
+ },
365
+ id: {
366
+ serializedName: "id",
367
+ readOnly: true,
368
+ type: {
369
+ name: "String"
370
+ }
371
+ },
372
+ type: {
373
+ serializedName: "type",
374
+ readOnly: true,
375
+ type: {
376
+ name: "String"
377
+ }
378
+ },
379
+ systemData: {
380
+ serializedName: "systemData",
381
+ type: {
382
+ name: "Composite",
383
+ className: "SystemData"
384
+ }
385
+ }
386
+ }
387
+ }
388
+ };
389
+ export const SystemData = {
390
+ type: {
391
+ name: "Composite",
392
+ className: "SystemData",
393
+ modelProperties: {
394
+ createdBy: {
395
+ serializedName: "createdBy",
396
+ type: {
397
+ name: "String"
398
+ }
399
+ },
400
+ createdByType: {
401
+ serializedName: "createdByType",
402
+ type: {
403
+ name: "String"
404
+ }
405
+ },
406
+ createdAt: {
407
+ serializedName: "createdAt",
408
+ type: {
409
+ name: "DateTime"
410
+ }
411
+ },
412
+ lastModifiedBy: {
413
+ serializedName: "lastModifiedBy",
414
+ type: {
415
+ name: "String"
416
+ }
417
+ },
418
+ lastModifiedByType: {
419
+ serializedName: "lastModifiedByType",
420
+ type: {
421
+ name: "String"
422
+ }
423
+ },
424
+ lastModifiedAt: {
425
+ serializedName: "lastModifiedAt",
426
+ type: {
427
+ name: "DateTime"
428
+ }
429
+ }
430
+ }
431
+ }
432
+ };
433
+ export const ResourceLocation = {
434
+ type: {
435
+ name: "Composite",
436
+ className: "ResourceLocation",
437
+ modelProperties: {
438
+ location: {
439
+ serializedName: "location",
440
+ type: {
441
+ name: "String"
442
+ }
443
+ }
444
+ }
445
+ }
446
+ };
447
+ export const Tags = {
448
+ type: {
449
+ name: "Composite",
450
+ className: "Tags",
451
+ modelProperties: {
452
+ tags: {
453
+ serializedName: "tags",
454
+ type: {
455
+ name: "Dictionary",
456
+ value: { type: { name: "String" } }
457
+ }
458
+ }
459
+ }
460
+ }
461
+ };
462
+ export const ConfidentialLedgerList = {
463
+ type: {
464
+ name: "Composite",
465
+ className: "ConfidentialLedgerList",
466
+ modelProperties: {
467
+ value: {
468
+ serializedName: "value",
469
+ type: {
470
+ name: "Sequence",
471
+ element: {
472
+ type: {
473
+ name: "Composite",
474
+ className: "ConfidentialLedger"
475
+ }
476
+ }
477
+ }
478
+ },
479
+ nextLink: {
480
+ serializedName: "nextLink",
481
+ type: {
482
+ name: "String"
483
+ }
484
+ }
485
+ }
486
+ }
487
+ };
488
+ export const ConfidentialLedger = {
489
+ type: {
490
+ name: "Composite",
491
+ className: "ConfidentialLedger",
492
+ modelProperties: Object.assign(Object.assign(Object.assign(Object.assign({}, Resource.type.modelProperties), ResourceLocation.type.modelProperties), Tags.type.modelProperties), { properties: {
493
+ serializedName: "properties",
494
+ type: {
495
+ name: "Composite",
496
+ className: "LedgerProperties"
497
+ }
498
+ } })
499
+ }
500
+ };
501
+ //# sourceMappingURL=mappers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
2
+ export declare const accept: OperationParameter;
3
+ export declare const $host: OperationURLParameter;
4
+ export declare const apiVersion: OperationQueryParameter;
5
+ export declare const nextLink: OperationURLParameter;
6
+ export declare const contentType: OperationParameter;
7
+ export declare const nameAvailabilityRequest: OperationParameter;
8
+ export declare const subscriptionId: OperationURLParameter;
9
+ export declare const resourceGroupName: OperationURLParameter;
10
+ export declare const ledgerName: OperationURLParameter;
11
+ export declare const confidentialLedger: OperationParameter;
12
+ export declare const filter: OperationQueryParameter;
13
+ //# 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,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAGrC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,qBAYxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,kBAGhC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC"}
@@ -0,0 +1,118 @@
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
+ import { CheckNameAvailabilityRequest as CheckNameAvailabilityRequestMapper, ConfidentialLedger as ConfidentialLedgerMapper } from "../models/mappers";
9
+ export const accept = {
10
+ parameterPath: "accept",
11
+ mapper: {
12
+ defaultValue: "application/json",
13
+ isConstant: true,
14
+ serializedName: "Accept",
15
+ type: {
16
+ name: "String"
17
+ }
18
+ }
19
+ };
20
+ export const $host = {
21
+ parameterPath: "$host",
22
+ mapper: {
23
+ serializedName: "$host",
24
+ required: true,
25
+ type: {
26
+ name: "String"
27
+ }
28
+ },
29
+ skipEncoding: true
30
+ };
31
+ export const apiVersion = {
32
+ parameterPath: "apiVersion",
33
+ mapper: {
34
+ defaultValue: "2022-05-13",
35
+ isConstant: true,
36
+ serializedName: "api-version",
37
+ type: {
38
+ name: "String"
39
+ }
40
+ }
41
+ };
42
+ export const nextLink = {
43
+ parameterPath: "nextLink",
44
+ mapper: {
45
+ serializedName: "nextLink",
46
+ required: true,
47
+ type: {
48
+ name: "String"
49
+ }
50
+ },
51
+ skipEncoding: true
52
+ };
53
+ export const contentType = {
54
+ parameterPath: ["options", "contentType"],
55
+ mapper: {
56
+ defaultValue: "application/json",
57
+ isConstant: true,
58
+ serializedName: "Content-Type",
59
+ type: {
60
+ name: "String"
61
+ }
62
+ }
63
+ };
64
+ export const nameAvailabilityRequest = {
65
+ parameterPath: "nameAvailabilityRequest",
66
+ mapper: CheckNameAvailabilityRequestMapper
67
+ };
68
+ export const subscriptionId = {
69
+ parameterPath: "subscriptionId",
70
+ mapper: {
71
+ serializedName: "subscriptionId",
72
+ required: true,
73
+ type: {
74
+ name: "String"
75
+ }
76
+ }
77
+ };
78
+ export const resourceGroupName = {
79
+ parameterPath: "resourceGroupName",
80
+ mapper: {
81
+ constraints: {
82
+ MaxLength: 90,
83
+ MinLength: 3
84
+ },
85
+ serializedName: "resourceGroupName",
86
+ required: true,
87
+ type: {
88
+ name: "String"
89
+ }
90
+ }
91
+ };
92
+ export const ledgerName = {
93
+ parameterPath: "ledgerName",
94
+ mapper: {
95
+ constraints: {
96
+ Pattern: new RegExp("^[a-zA-Z0-9]")
97
+ },
98
+ serializedName: "ledgerName",
99
+ required: true,
100
+ type: {
101
+ name: "String"
102
+ }
103
+ }
104
+ };
105
+ export const confidentialLedger = {
106
+ parameterPath: "confidentialLedger",
107
+ mapper: ConfidentialLedgerMapper
108
+ };
109
+ export const filter = {
110
+ parameterPath: ["options", "filter"],
111
+ mapper: {
112
+ serializedName: "$filter",
113
+ type: {
114
+ name: "String"
115
+ }
116
+ }
117
+ };
118
+ //# sourceMappingURL=parameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * from "./operations";
2
+ export * from "./ledger";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,10 @@
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 * from "./operations";
9
+ export * from "./ledger";
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}