@azure/arm-confidentialledger 1.2.1-alpha.20230320.1 → 1.3.0-alpha.20230419.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 +33 -10
- package/README.md +1 -1
- package/dist/index.js +889 -105
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/ledgerCreateSample.js +1 -1
- package/dist-esm/samples-dev/ledgerDeleteSample.js +1 -1
- package/dist-esm/samples-dev/ledgerGetSample.js +1 -1
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +13 -6
- package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +13 -6
- package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/ledgerUpdateSample.js +1 -1
- package/dist-esm/samples-dev/managedCcfCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfCreateSample.js +58 -0
- package/dist-esm/samples-dev/managedCcfCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfDeleteSample.js +40 -0
- package/dist-esm/samples-dev/managedCcfDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfGetSample.js +40 -0
- package/dist-esm/samples-dev/managedCcfGetSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +60 -0
- package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +58 -0
- package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/managedCcfUpdateSample.js +50 -0
- package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +13 -6
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/src/confidentialLedgerClient.d.ts +3 -3
- package/dist-esm/src/confidentialLedgerClient.d.ts.map +1 -1
- package/dist-esm/src/confidentialLedgerClient.js +5 -5
- package/dist-esm/src/confidentialLedgerClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +191 -28
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +7 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +188 -16
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +23 -3
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/ledger.d.ts +14 -14
- package/dist-esm/src/operations/ledger.d.ts.map +1 -1
- package/dist-esm/src/operations/ledger.js +61 -35
- package/dist-esm/src/operations/ledger.js.map +1 -1
- package/dist-esm/src/operations/managedCCFOperations.d.ts +107 -0
- package/dist-esm/src/operations/managedCCFOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/managedCCFOperations.js +546 -0
- package/dist-esm/src/operations/managedCCFOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/ledger.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/managedCCFOperations.js.map +1 -0
- package/package.json +6 -6
- package/review/arm-confidentialledger.api.md +151 -11
- package/src/confidentialLedgerClient.ts +15 -6
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +202 -14
- package/src/models/mappers.ts +202 -17
- package/src/models/parameters.ts +26 -3
- package/src/operations/index.ts +1 -0
- package/src/operations/ledger.ts +50 -40
- package/src/operations/managedCCFOperations.ts +696 -0
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/ledger.ts +12 -12
- package/src/operationsInterfaces/managedCCFOperations.ts +132 -0
- package/types/arm-confidentialledger.d.ts +284 -29
@@ -144,25 +144,25 @@ export interface CertBasedSecurityPrincipal {
|
|
144
144
|
/** LedgerRole associated with the Security Principal of Ledger */
|
145
145
|
ledgerRoleName?: LedgerRoleName;
|
146
146
|
}
|
147
|
-
/**
|
147
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
148
148
|
export interface Resource {
|
149
149
|
/**
|
150
|
-
*
|
150
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
151
151
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
152
152
|
*/
|
153
|
-
readonly
|
153
|
+
readonly id?: string;
|
154
154
|
/**
|
155
|
-
*
|
155
|
+
* The name of the resource
|
156
156
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
157
157
|
*/
|
158
|
-
readonly
|
158
|
+
readonly name?: string;
|
159
159
|
/**
|
160
|
-
* The type of the resource.
|
160
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
161
161
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
162
162
|
*/
|
163
163
|
readonly type?: string;
|
164
164
|
/**
|
165
|
-
*
|
165
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
166
166
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
167
167
|
*/
|
168
168
|
readonly systemData?: SystemData;
|
@@ -182,11 +182,6 @@ export interface SystemData {
|
|
182
182
|
/** The timestamp of resource last modification (UTC) */
|
183
183
|
lastModifiedAt?: Date;
|
184
184
|
}
|
185
|
-
/** Location of the ARM Resource */
|
186
|
-
export interface ResourceLocation {
|
187
|
-
/** The Azure location where the Confidential Ledger is running. */
|
188
|
-
location?: string;
|
189
|
-
}
|
190
185
|
/** Tags for Confidential Ledger Resource */
|
191
186
|
export interface Tags {
|
192
187
|
/** Additional tags for Confidential Ledger */
|
@@ -201,11 +196,86 @@ export interface ConfidentialLedgerList {
|
|
201
196
|
/** The URL the client should use to fetch the next page (per server side paging). */
|
202
197
|
nextLink?: string;
|
203
198
|
}
|
199
|
+
/** Additional Managed CCF properties. */
|
200
|
+
export interface ManagedCCFProperties {
|
201
|
+
/**
|
202
|
+
* Unique name for the Managed CCF.
|
203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
204
|
+
*/
|
205
|
+
readonly appName?: string;
|
206
|
+
/**
|
207
|
+
* Endpoint for calling Managed CCF Service.
|
208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
209
|
+
*/
|
210
|
+
readonly appUri?: string;
|
211
|
+
/**
|
212
|
+
* Endpoint for accessing network identity.
|
213
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
214
|
+
*/
|
215
|
+
readonly identityServiceUri?: string;
|
216
|
+
/** List of member identity certificates for Managed CCF */
|
217
|
+
memberIdentityCertificates?: MemberIdentityCertificate[];
|
218
|
+
/** Deployment Type of Managed CCF */
|
219
|
+
deploymentType?: DeploymentType;
|
220
|
+
/**
|
221
|
+
* Provisioning state of Ledger Resource
|
222
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
223
|
+
*/
|
224
|
+
readonly provisioningState?: ProvisioningState;
|
225
|
+
/** Number of CCF nodes in the Managed CCF. */
|
226
|
+
nodeCount?: number;
|
227
|
+
}
|
228
|
+
/** Object representing MemberIdentityCertificate for Managed CCF. */
|
229
|
+
export interface MemberIdentityCertificate {
|
230
|
+
/** Member Identity Certificate */
|
231
|
+
certificate?: string;
|
232
|
+
/** Member Identity Certificate Encryption Key */
|
233
|
+
encryptionkey?: string;
|
234
|
+
/** Anything */
|
235
|
+
tags?: any;
|
236
|
+
}
|
237
|
+
/** Object representing DeploymentType for Managed CCF. */
|
238
|
+
export interface DeploymentType {
|
239
|
+
/** Unique name for the Managed CCF. */
|
240
|
+
languageRuntime?: LanguageRuntime;
|
241
|
+
/** Source Uri containing ManagedCCF code */
|
242
|
+
appSourceUri?: string;
|
243
|
+
}
|
244
|
+
/** Object that includes an array of Managed CCF and a possible link for next set. */
|
245
|
+
export interface ManagedCCFList {
|
246
|
+
/** List of Managed CCF */
|
247
|
+
value?: ManagedCCF[];
|
248
|
+
/** The URL the client should use to fetch the next page (per server side paging). */
|
249
|
+
nextLink?: string;
|
250
|
+
}
|
251
|
+
/** Tags for Managed CCF Certificates */
|
252
|
+
export interface CertificateTags {
|
253
|
+
/** Additional tags for Managed CCF Certificates */
|
254
|
+
tags?: {
|
255
|
+
[propertyName: string]: string;
|
256
|
+
};
|
257
|
+
}
|
258
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
259
|
+
export interface TrackedResource extends Resource {
|
260
|
+
/** Resource tags. */
|
261
|
+
tags?: {
|
262
|
+
[propertyName: string]: string;
|
263
|
+
};
|
264
|
+
/** The geo-location where the resource lives */
|
265
|
+
location: string;
|
266
|
+
}
|
204
267
|
/** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */
|
205
|
-
export interface ConfidentialLedger extends
|
268
|
+
export interface ConfidentialLedger extends TrackedResource, Tags {
|
269
|
+
/** Object representing RunningState for Ledger. */
|
270
|
+
runningState?: RunningState;
|
206
271
|
/** Properties of Confidential Ledger Resource. */
|
207
272
|
properties?: LedgerProperties;
|
208
273
|
}
|
274
|
+
/** Managed CCF. Contains the properties of Managed CCF Resource. */
|
275
|
+
export interface ManagedCCF extends TrackedResource {
|
276
|
+
/** Properties of Managed CCF Resource. */
|
277
|
+
properties?: ManagedCCFProperties;
|
278
|
+
}
|
209
279
|
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
210
280
|
export declare enum KnownCheckNameAvailabilityReason {
|
211
281
|
/** Invalid */
|
@@ -221,7 +291,32 @@ export declare enum KnownCheckNameAvailabilityReason {
|
|
221
291
|
* **Invalid** \
|
222
292
|
* **AlreadyExists**
|
223
293
|
*/
|
224
|
-
export
|
294
|
+
export type CheckNameAvailabilityReason = string;
|
295
|
+
/** Known values of {@link RunningState} that the service accepts. */
|
296
|
+
export declare enum KnownRunningState {
|
297
|
+
/** Active */
|
298
|
+
Active = "Active",
|
299
|
+
/** Paused */
|
300
|
+
Paused = "Paused",
|
301
|
+
/** Unknown */
|
302
|
+
Unknown = "Unknown",
|
303
|
+
/** Pausing */
|
304
|
+
Pausing = "Pausing",
|
305
|
+
/** Resuming */
|
306
|
+
Resuming = "Resuming"
|
307
|
+
}
|
308
|
+
/**
|
309
|
+
* Defines values for RunningState. \
|
310
|
+
* {@link KnownRunningState} can be used interchangeably with RunningState,
|
311
|
+
* this enum contains the known values that the service supports.
|
312
|
+
* ### Known values supported by the service
|
313
|
+
* **Active** \
|
314
|
+
* **Paused** \
|
315
|
+
* **Unknown** \
|
316
|
+
* **Pausing** \
|
317
|
+
* **Resuming**
|
318
|
+
*/
|
319
|
+
export type RunningState = string;
|
225
320
|
/** Known values of {@link LedgerType} that the service accepts. */
|
226
321
|
export declare enum KnownLedgerType {
|
227
322
|
/** Unknown */
|
@@ -240,7 +335,7 @@ export declare enum KnownLedgerType {
|
|
240
335
|
* **Public** \
|
241
336
|
* **Private**
|
242
337
|
*/
|
243
|
-
export
|
338
|
+
export type LedgerType = string;
|
244
339
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
245
340
|
export declare enum KnownProvisioningState {
|
246
341
|
/** Unknown */
|
@@ -271,7 +366,7 @@ export declare enum KnownProvisioningState {
|
|
271
366
|
* **Deleting** \
|
272
367
|
* **Updating**
|
273
368
|
*/
|
274
|
-
export
|
369
|
+
export type ProvisioningState = string;
|
275
370
|
/** Known values of {@link LedgerRoleName} that the service accepts. */
|
276
371
|
export declare enum KnownLedgerRoleName {
|
277
372
|
/** Reader */
|
@@ -290,7 +385,7 @@ export declare enum KnownLedgerRoleName {
|
|
290
385
|
* **Contributor** \
|
291
386
|
* **Administrator**
|
292
387
|
*/
|
293
|
-
export
|
388
|
+
export type LedgerRoleName = string;
|
294
389
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
295
390
|
export declare enum KnownCreatedByType {
|
296
391
|
/** User */
|
@@ -312,27 +407,43 @@ export declare enum KnownCreatedByType {
|
|
312
407
|
* **ManagedIdentity** \
|
313
408
|
* **Key**
|
314
409
|
*/
|
315
|
-
export
|
410
|
+
export type CreatedByType = string;
|
411
|
+
/** Known values of {@link LanguageRuntime} that the service accepts. */
|
412
|
+
export declare enum KnownLanguageRuntime {
|
413
|
+
/** CPP */
|
414
|
+
CPP = "CPP",
|
415
|
+
/** JS */
|
416
|
+
JS = "JS"
|
417
|
+
}
|
418
|
+
/**
|
419
|
+
* Defines values for LanguageRuntime. \
|
420
|
+
* {@link KnownLanguageRuntime} can be used interchangeably with LanguageRuntime,
|
421
|
+
* this enum contains the known values that the service supports.
|
422
|
+
* ### Known values supported by the service
|
423
|
+
* **CPP** \
|
424
|
+
* **JS**
|
425
|
+
*/
|
426
|
+
export type LanguageRuntime = string;
|
316
427
|
/** Optional parameters. */
|
317
428
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
318
429
|
}
|
319
430
|
/** Contains response data for the list operation. */
|
320
|
-
export
|
431
|
+
export type OperationsListResponse = ResourceProviderOperationList;
|
321
432
|
/** Optional parameters. */
|
322
433
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
323
434
|
}
|
324
435
|
/** Contains response data for the listNext operation. */
|
325
|
-
export
|
436
|
+
export type OperationsListNextResponse = ResourceProviderOperationList;
|
326
437
|
/** Optional parameters. */
|
327
438
|
export interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
328
439
|
}
|
329
440
|
/** Contains response data for the checkNameAvailability operation. */
|
330
|
-
export
|
441
|
+
export type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;
|
331
442
|
/** Optional parameters. */
|
332
443
|
export interface LedgerGetOptionalParams extends coreClient.OperationOptions {
|
333
444
|
}
|
334
445
|
/** Contains response data for the get operation. */
|
335
|
-
export
|
446
|
+
export type LedgerGetResponse = ConfidentialLedger;
|
336
447
|
/** Optional parameters. */
|
337
448
|
export interface LedgerDeleteOptionalParams extends coreClient.OperationOptions {
|
338
449
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -348,7 +459,7 @@ export interface LedgerCreateOptionalParams extends coreClient.OperationOptions
|
|
348
459
|
resumeFrom?: string;
|
349
460
|
}
|
350
461
|
/** Contains response data for the create operation. */
|
351
|
-
export
|
462
|
+
export type LedgerCreateResponse = ConfidentialLedger;
|
352
463
|
/** Optional parameters. */
|
353
464
|
export interface LedgerUpdateOptionalParams extends coreClient.OperationOptions {
|
354
465
|
/** Delay to wait until next poll, in milliseconds. */
|
@@ -357,31 +468,83 @@ export interface LedgerUpdateOptionalParams extends coreClient.OperationOptions
|
|
357
468
|
resumeFrom?: string;
|
358
469
|
}
|
359
470
|
/** Contains response data for the update operation. */
|
360
|
-
export
|
471
|
+
export type LedgerUpdateResponse = ConfidentialLedger;
|
361
472
|
/** Optional parameters. */
|
362
473
|
export interface LedgerListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
363
474
|
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
364
475
|
filter?: string;
|
365
476
|
}
|
366
477
|
/** Contains response data for the listByResourceGroup operation. */
|
367
|
-
export
|
478
|
+
export type LedgerListByResourceGroupResponse = ConfidentialLedgerList;
|
368
479
|
/** Optional parameters. */
|
369
480
|
export interface LedgerListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
370
481
|
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
371
482
|
filter?: string;
|
372
483
|
}
|
373
484
|
/** Contains response data for the listBySubscription operation. */
|
374
|
-
export
|
485
|
+
export type LedgerListBySubscriptionResponse = ConfidentialLedgerList;
|
375
486
|
/** Optional parameters. */
|
376
487
|
export interface LedgerListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
377
488
|
}
|
378
489
|
/** Contains response data for the listByResourceGroupNext operation. */
|
379
|
-
export
|
490
|
+
export type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;
|
380
491
|
/** Optional parameters. */
|
381
492
|
export interface LedgerListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
382
493
|
}
|
383
494
|
/** Contains response data for the listBySubscriptionNext operation. */
|
384
|
-
export
|
495
|
+
export type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;
|
496
|
+
/** Optional parameters. */
|
497
|
+
export interface ManagedCCFGetOptionalParams extends coreClient.OperationOptions {
|
498
|
+
}
|
499
|
+
/** Contains response data for the get operation. */
|
500
|
+
export type ManagedCCFGetResponse = ManagedCCF;
|
501
|
+
/** Optional parameters. */
|
502
|
+
export interface ManagedCCFDeleteOptionalParams extends coreClient.OperationOptions {
|
503
|
+
/** Delay to wait until next poll, in milliseconds. */
|
504
|
+
updateIntervalInMs?: number;
|
505
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
506
|
+
resumeFrom?: string;
|
507
|
+
}
|
508
|
+
/** Optional parameters. */
|
509
|
+
export interface ManagedCCFCreateOptionalParams extends coreClient.OperationOptions {
|
510
|
+
/** Delay to wait until next poll, in milliseconds. */
|
511
|
+
updateIntervalInMs?: number;
|
512
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
513
|
+
resumeFrom?: string;
|
514
|
+
}
|
515
|
+
/** Contains response data for the create operation. */
|
516
|
+
export type ManagedCCFCreateResponse = ManagedCCF;
|
517
|
+
/** Optional parameters. */
|
518
|
+
export interface ManagedCCFUpdateOptionalParams extends coreClient.OperationOptions {
|
519
|
+
/** Delay to wait until next poll, in milliseconds. */
|
520
|
+
updateIntervalInMs?: number;
|
521
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
522
|
+
resumeFrom?: string;
|
523
|
+
}
|
524
|
+
/** Optional parameters. */
|
525
|
+
export interface ManagedCCFListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
526
|
+
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
527
|
+
filter?: string;
|
528
|
+
}
|
529
|
+
/** Contains response data for the listByResourceGroup operation. */
|
530
|
+
export type ManagedCCFListByResourceGroupResponse = ManagedCCFList;
|
531
|
+
/** Optional parameters. */
|
532
|
+
export interface ManagedCCFListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
533
|
+
/** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
|
534
|
+
filter?: string;
|
535
|
+
}
|
536
|
+
/** Contains response data for the listBySubscription operation. */
|
537
|
+
export type ManagedCCFListBySubscriptionResponse = ManagedCCFList;
|
538
|
+
/** Optional parameters. */
|
539
|
+
export interface ManagedCCFListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
540
|
+
}
|
541
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
542
|
+
export type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;
|
543
|
+
/** Optional parameters. */
|
544
|
+
export interface ManagedCCFListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
545
|
+
}
|
546
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
547
|
+
export type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;
|
385
548
|
/** Optional parameters. */
|
386
549
|
export interface ConfidentialLedgerClientOptionalParams extends coreClient.ServiceClientOptions {
|
387
550
|
/** server parameter */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,qEAAqE;AACrE,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,QAAQ,CAAC,KAAK,CAAC,EAAE,mCAAmC,EAAE,CAAC;IACvD;;;OAGG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,iDAAiD;AACjD,MAAM,WAAW,mCAAmC;IAClD,wCAAwC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6DAA6D;IAC7D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mCAAmC;IACnC,OAAO,CAAC,EAAE,gCAAgC,CAAC;CAC5C;AAED,iDAAiD;AACjD,MAAM,WAAW,gCAAgC;IAC/C,qCAAqC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,qKAAqK;AACrK,MAAM,WAAW,aAAa;IAC5B,wBAAwB;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB;AAED,wBAAwB;AACxB,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,cAAc,CAAC,EAAE,mBAAmB,EAAE,CAAC;CACjD;AAED,qDAAqD;AACrD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACzC;AAED,2CAA2C;AAC3C,MAAM,WAAW,4BAA4B;IAC3C,2EAA2E;IAC3E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,yBAAyB;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qCAAqC;AACrC,MAAM,WAAW,6BAA6B;IAC5C,mDAAmD;IACnD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,sDAAsD;IACtD,MAAM,CAAC,EAAE,2BAA2B,CAAC;IACrC,uDAAuD;IACvD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;OAGG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAC1C,kCAAkC;IAClC,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C,kDAAkD;IAClD,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACzD,mDAAmD;IACnD,2BAA2B,CAAC,EAAE,0BAA0B,EAAE,CAAC;CAC5D;AAED,mEAAmE;AACnE,MAAM,WAAW,yBAAyB;IACxC,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kEAAkE;IAClE,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED,yDAAyD;AACzD,MAAM,WAAW,0BAA0B;IACzC,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kEAAkE;IAClE,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED,+FAA+F;AAC/F,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,UAAU,CAAC;CAClC;AAED,6EAA6E;AAC7E,MAAM,WAAW,UAAU;IACzB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,gDAAgD;IAChD,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,oDAAoD;IACpD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,aAAa,CAAC;IACnC,wDAAwD;IACxD,cAAc,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,4CAA4C;AAC5C,MAAM,WAAW,IAAI;IACnB,8CAA8C;IAC9C,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,8FAA8F;AAC9F,MAAM,WAAW,sBAAsB;IACrC,mCAAmC;IACnC,KAAK,CAAC,EAAE,kBAAkB,EAAE,CAAC;IAC7B,qFAAqF;IACrF,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,yCAAyC;AACzC,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IACrC,4DAA4D;IAC5D,0BAA0B,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACzD,qCAAqC;IACrC,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC;;;OAGG;IACH,QAAQ,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAC/C,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qEAAqE;AACrE,MAAM,WAAW,yBAAyB;IACxC,kCAAkC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe;IACf,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAED,0DAA0D;AAC1D,MAAM,WAAW,cAAc;IAC7B,uCAAuC;IACvC,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,4CAA4C;IAC5C,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qFAAqF;AACrF,MAAM,WAAW,cAAc;IAC7B,0BAA0B;IAC1B,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;IACrB,qFAAqF;IACrF,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wCAAwC;AACxC,MAAM,WAAW,eAAe;IAC9B,mDAAmD;IACnD,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC3C;AAED,+HAA+H;AAC/H,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,qBAAqB;IACrB,IAAI,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC1C,gDAAgD;IAChD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,oFAAoF;AACpF,MAAM,WAAW,kBAAmB,SAAQ,eAAe,EAAE,IAAI;IAC/D,mDAAmD;IACnD,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,kDAAkD;IAClD,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC/B;AAED,oEAAoE;AACpE,MAAM,WAAW,UAAW,SAAQ,eAAe;IACjD,0CAA0C;IAC1C,UAAU,CAAC,EAAE,oBAAoB,CAAC;CACnC;AAED,oFAAoF;AACpF,oBAAY,gCAAgC;IAC1C,cAAc;IACd,OAAO,YAAY;IACnB,oBAAoB;IACpB,aAAa,kBAAkB;CAChC;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AAEjD,qEAAqE;AACrE,oBAAY,iBAAiB;IAC3B,aAAa;IACb,MAAM,WAAW;IACjB,aAAa;IACb,MAAM,WAAW;IACjB,cAAc;IACd,OAAO,YAAY;IACnB,cAAc;IACd,OAAO,YAAY;IACnB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;GAUG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC,mEAAmE;AACnE,oBAAY,eAAe;IACzB,cAAc;IACd,OAAO,YAAY;IACnB,aAAa;IACb,MAAM,WAAW;IACjB,cAAc;IACd,OAAO,YAAY;CACpB;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC;AAEhC,0EAA0E;AAC1E,oBAAY,sBAAsB;IAChC,cAAc;IACd,OAAO,YAAY;IACnB,gBAAgB;IAChB,SAAS,cAAc;IACvB,aAAa;IACb,MAAM,WAAW;IACjB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;IACrB,eAAe;IACf,QAAQ,aAAa;CACtB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AAEvC,uEAAuE;AACvE,oBAAY,mBAAmB;IAC7B,aAAa;IACb,MAAM,WAAW;IACjB,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,oBAAoB;IACpB,aAAa,kBAAkB;CAChC;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,sEAAsE;AACtE,oBAAY,kBAAkB;IAC5B,WAAW;IACX,IAAI,SAAS;IACb,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,UAAU;IACV,GAAG,QAAQ;CACZ;AAED;;;;;;;;;GASG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AAEnC,wEAAwE;AACxE,oBAAY,oBAAoB;IAC9B,UAAU;IACV,GAAG,QAAQ;IACX,SAAS;IACT,EAAE,OAAO;CACV;AAED;;;;;;;GAOG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC,2BAA2B;AAC3B,MAAM,WAAW,4BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,qDAAqD;AACrD,MAAM,MAAM,sBAAsB,GAAG,6BAA6B,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,6BAA6B,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,mCACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,sEAAsE;AACtE,MAAM,MAAM,sCAAsC,GAAG,6BAA6B,CAAC;AAEnF,2BAA2B;AAC3B,MAAM,WAAW,uBAAwB,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAE/E,oDAAoD;AACpD,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,CAAC;AAEnD,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,CAAC;AAEtD,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,CAAC;AAEtD,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,oFAAoF;IACpF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,oEAAoE;AACpE,MAAM,MAAM,iCAAiC,GAAG,sBAAsB,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,oFAAoF;IACpF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,mEAAmE;AACnE,MAAM,MAAM,gCAAgC,GAAG,sBAAsB,CAAC;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,qCAAqC,GAAG,sBAAsB,CAAC;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,oCAAoC,GAAG,sBAAsB,CAAC;AAE1E,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,oDAAoD;AACpD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC;AAE/C,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,uDAAuD;AACvD,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC;AAElD,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iGAAiG;IACjG,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,2CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,oFAAoF;IACpF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,oEAAoE;AACpE,MAAM,MAAM,qCAAqC,GAAG,cAAc,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,0CACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,oFAAoF;IACpF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,mEAAmE;AACnE,MAAM,MAAM,oCAAoC,GAAG,cAAc,CAAC;AAElE,2BAA2B;AAC3B,MAAM,WAAW,+CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,wEAAwE;AACxE,MAAM,MAAM,yCAAyC,GAAG,cAAc,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,8CACf,SAAQ,UAAU,CAAC,gBAAgB;CAAG;AAExC,uEAAuE;AACvE,MAAM,MAAM,wCAAwC,GAAG,cAAc,CAAC;AAEtE,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,oBAAoB;IACvC,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
@@ -13,6 +13,20 @@ export var KnownCheckNameAvailabilityReason;
|
|
13
13
|
/** AlreadyExists */
|
14
14
|
KnownCheckNameAvailabilityReason["AlreadyExists"] = "AlreadyExists";
|
15
15
|
})(KnownCheckNameAvailabilityReason || (KnownCheckNameAvailabilityReason = {}));
|
16
|
+
/** Known values of {@link RunningState} that the service accepts. */
|
17
|
+
export var KnownRunningState;
|
18
|
+
(function (KnownRunningState) {
|
19
|
+
/** Active */
|
20
|
+
KnownRunningState["Active"] = "Active";
|
21
|
+
/** Paused */
|
22
|
+
KnownRunningState["Paused"] = "Paused";
|
23
|
+
/** Unknown */
|
24
|
+
KnownRunningState["Unknown"] = "Unknown";
|
25
|
+
/** Pausing */
|
26
|
+
KnownRunningState["Pausing"] = "Pausing";
|
27
|
+
/** Resuming */
|
28
|
+
KnownRunningState["Resuming"] = "Resuming";
|
29
|
+
})(KnownRunningState || (KnownRunningState = {}));
|
16
30
|
/** Known values of {@link LedgerType} that the service accepts. */
|
17
31
|
export var KnownLedgerType;
|
18
32
|
(function (KnownLedgerType) {
|
@@ -63,4 +77,12 @@ export var KnownCreatedByType;
|
|
63
77
|
/** Key */
|
64
78
|
KnownCreatedByType["Key"] = "Key";
|
65
79
|
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
80
|
+
/** Known values of {@link LanguageRuntime} that the service accepts. */
|
81
|
+
export var KnownLanguageRuntime;
|
82
|
+
(function (KnownLanguageRuntime) {
|
83
|
+
/** CPP */
|
84
|
+
KnownLanguageRuntime["CPP"] = "CPP";
|
85
|
+
/** JS */
|
86
|
+
KnownLanguageRuntime["JS"] = "JS";
|
87
|
+
})(KnownLanguageRuntime || (KnownLanguageRuntime = {}));
|
66
88
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0SH,oFAAoF;AACpF,MAAM,CAAN,IAAY,gCAKX;AALD,WAAY,gCAAgC;IAC1C,cAAc;IACd,uDAAmB,CAAA;IACnB,oBAAoB;IACpB,mEAA+B,CAAA;AACjC,CAAC,EALW,gCAAgC,KAAhC,gCAAgC,QAK3C;AAYD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,aAAa;IACb,sCAAiB,CAAA;IACjB,aAAa;IACb,sCAAiB,CAAA;IACjB,cAAc;IACd,wCAAmB,CAAA;IACnB,cAAc;IACd,wCAAmB,CAAA;IACnB,eAAe;IACf,0CAAqB,CAAA;AACvB,CAAC,EAXW,iBAAiB,KAAjB,iBAAiB,QAW5B;AAeD,mEAAmE;AACnE,MAAM,CAAN,IAAY,eAOX;AAPD,WAAY,eAAe;IACzB,cAAc;IACd,sCAAmB,CAAA;IACnB,aAAa;IACb,oCAAiB,CAAA;IACjB,cAAc;IACd,sCAAmB,CAAA;AACrB,CAAC,EAPW,eAAe,KAAf,eAAe,QAO1B;AAaD,0EAA0E;AAC1E,MAAM,CAAN,IAAY,sBAeX;AAfD,WAAY,sBAAsB;IAChC,cAAc;IACd,6CAAmB,CAAA;IACnB,gBAAgB;IAChB,iDAAuB,CAAA;IACvB,aAAa;IACb,2CAAiB,CAAA;IACjB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;IACrB,eAAe;IACf,+CAAqB,CAAA;AACvB,CAAC,EAfW,sBAAsB,KAAtB,sBAAsB,QAejC;AAiBD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,aAAa;IACb,wCAAiB,CAAA;IACjB,kBAAkB;IAClB,kDAA2B,CAAA;IAC3B,oBAAoB;IACpB,sDAA+B,CAAA;AACjC,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAaD,sEAAsE;AACtE,MAAM,CAAN,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,KAAlB,kBAAkB,QAS7B;AAcD,wEAAwE;AACxE,MAAM,CAAN,IAAY,oBAKX;AALD,WAAY,oBAAoB;IAC9B,UAAU;IACV,mCAAW,CAAA;IACX,SAAS;IACT,iCAAS,CAAA;AACX,CAAC,EALW,oBAAoB,KAApB,oBAAoB,QAK/B"}
|
@@ -12,8 +12,14 @@ export declare const AADBasedSecurityPrincipal: coreClient.CompositeMapper;
|
|
12
12
|
export declare const CertBasedSecurityPrincipal: coreClient.CompositeMapper;
|
13
13
|
export declare const Resource: coreClient.CompositeMapper;
|
14
14
|
export declare const SystemData: coreClient.CompositeMapper;
|
15
|
-
export declare const ResourceLocation: coreClient.CompositeMapper;
|
16
15
|
export declare const Tags: coreClient.CompositeMapper;
|
17
16
|
export declare const ConfidentialLedgerList: coreClient.CompositeMapper;
|
17
|
+
export declare const ManagedCCFProperties: coreClient.CompositeMapper;
|
18
|
+
export declare const MemberIdentityCertificate: coreClient.CompositeMapper;
|
19
|
+
export declare const DeploymentType: coreClient.CompositeMapper;
|
20
|
+
export declare const ManagedCCFList: coreClient.CompositeMapper;
|
21
|
+
export declare const CertificateTags: coreClient.CompositeMapper;
|
22
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
18
23
|
export declare const ConfidentialLedger: coreClient.CompositeMapper;
|
24
|
+
export declare const ManagedCCF: coreClient.CompositeMapper;
|
19
25
|
//# sourceMappingURL=mappers.d.ts.map
|
@@ -1 +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,6BAA6B,EAAE,UAAU,CAAC,eA2BtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+BzD,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,4BAA4B,EAAE,UAAU,CAAC,eAmBrD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAwEzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,
|
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,6BAA6B,EAAE,UAAU,CAAC,eA2BtD,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,UAAU,CAAC,eA0B5D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,eA+BzD,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,4BAA4B,EAAE,UAAU,CAAC,eAmBrD,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,UAAU,CAAC,eAyBtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAwEzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,UAAU,CAAC,eAmBnD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmCjC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eA2CnC,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UAAU,CAAC,eAc7B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAyB/C,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,eA6D7C,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAyBlD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAcxC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAsBxC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAsB3C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,eAenC,CAAC"}
|