@learncard/learn-cloud-plugin 2.1.12 → 2.1.14
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/dist/learn-cloud-plugin.cjs.development.js +80 -4
- package/dist/learn-cloud-plugin.cjs.development.js.map +3 -3
- package/dist/learn-cloud-plugin.cjs.production.min.js +17 -17
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +3 -3
- package/dist/learn-cloud-plugin.esm.js +80 -4
- package/dist/learn-cloud-plugin.esm.js.map +3 -3
- package/package.json +7 -7
|
@@ -7322,6 +7322,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7322
7322
|
AddressValidator: () => AddressValidator2,
|
|
7323
7323
|
AlignmentTargetTypeValidator: () => AlignmentTargetTypeValidator2,
|
|
7324
7324
|
AlignmentValidator: () => AlignmentValidator2,
|
|
7325
|
+
AutoBoostConfigValidator: () => AutoBoostConfigValidator2,
|
|
7325
7326
|
BoostPermissionsQueryValidator: () => BoostPermissionsQueryValidator2,
|
|
7326
7327
|
BoostPermissionsValidator: () => BoostPermissionsValidator2,
|
|
7327
7328
|
BoostQueryValidator: () => BoostQueryValidator2,
|
|
@@ -7330,10 +7331,12 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7330
7331
|
ClaimHookQueryValidator: () => ClaimHookQueryValidator2,
|
|
7331
7332
|
ClaimHookTypeValidator: () => ClaimHookTypeValidator2,
|
|
7332
7333
|
ClaimHookValidator: () => ClaimHookValidator2,
|
|
7334
|
+
ConsentFlowContractDataForDidValidator: () => ConsentFlowContractDataForDidValidator2,
|
|
7333
7335
|
ConsentFlowContractDataValidator: () => ConsentFlowContractDataValidator2,
|
|
7334
7336
|
ConsentFlowContractDetailsValidator: () => ConsentFlowContractDetailsValidator2,
|
|
7335
7337
|
ConsentFlowContractQueryValidator: () => ConsentFlowContractQueryValidator2,
|
|
7336
7338
|
ConsentFlowContractValidator: () => ConsentFlowContractValidator2,
|
|
7339
|
+
ConsentFlowDataForDidQueryValidator: () => ConsentFlowDataForDidQueryValidator2,
|
|
7337
7340
|
ConsentFlowDataQueryValidator: () => ConsentFlowDataQueryValidator2,
|
|
7338
7341
|
ConsentFlowTermValidator: () => ConsentFlowTermValidator2,
|
|
7339
7342
|
ConsentFlowTermsQueryValidator: () => ConsentFlowTermsQueryValidator2,
|
|
@@ -7343,6 +7346,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7343
7346
|
ConsentFlowTransactionValidator: () => ConsentFlowTransactionValidator2,
|
|
7344
7347
|
ConsentFlowTransactionsQueryValidator: () => ConsentFlowTransactionsQueryValidator2,
|
|
7345
7348
|
ContextValidator: () => ContextValidator2,
|
|
7349
|
+
ContractCredentialValidator: () => ContractCredentialValidator2,
|
|
7346
7350
|
CredentialInfoValidator: () => CredentialInfoValidator2,
|
|
7347
7351
|
CredentialRecordValidator: () => CredentialRecordValidator2,
|
|
7348
7352
|
CredentialSchemaValidator: () => CredentialSchemaValidator2,
|
|
@@ -7386,9 +7390,11 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7386
7390
|
PaginatedBoostsValidator: () => PaginatedBoostsValidator2,
|
|
7387
7391
|
PaginatedClaimHooksValidator: () => PaginatedClaimHooksValidator2,
|
|
7388
7392
|
PaginatedConsentFlowContractsValidator: () => PaginatedConsentFlowContractsValidator2,
|
|
7393
|
+
PaginatedConsentFlowDataForDidValidator: () => PaginatedConsentFlowDataForDidValidator2,
|
|
7389
7394
|
PaginatedConsentFlowDataValidator: () => PaginatedConsentFlowDataValidator2,
|
|
7390
7395
|
PaginatedConsentFlowTermsValidator: () => PaginatedConsentFlowTermsValidator2,
|
|
7391
7396
|
PaginatedConsentFlowTransactionsValidator: () => PaginatedConsentFlowTransactionsValidator2,
|
|
7397
|
+
PaginatedContractCredentialsValidator: () => PaginatedContractCredentialsValidator2,
|
|
7392
7398
|
PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator2,
|
|
7393
7399
|
PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator2,
|
|
7394
7400
|
PaginatedLCNProfileManagersValidator: () => PaginatedLCNProfileManagersValidator2,
|
|
@@ -11391,6 +11397,13 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11391
11397
|
did: mod2.string()
|
|
11392
11398
|
})
|
|
11393
11399
|
});
|
|
11400
|
+
var AutoBoostConfigValidator2 = mod2.object({
|
|
11401
|
+
boostUri: mod2.string(),
|
|
11402
|
+
signingAuthority: mod2.object({
|
|
11403
|
+
endpoint: mod2.string(),
|
|
11404
|
+
name: mod2.string()
|
|
11405
|
+
})
|
|
11406
|
+
});
|
|
11394
11407
|
var ConsentFlowTermsStatusValidator2 = mod2.enum(["live", "stale", "withdrawn"]);
|
|
11395
11408
|
var ConsentFlowContractValidator2 = mod2.object({
|
|
11396
11409
|
read: mod2.object({
|
|
@@ -11414,6 +11427,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11414
11427
|
uri: mod2.string(),
|
|
11415
11428
|
needsGuardianConsent: mod2.boolean().optional(),
|
|
11416
11429
|
redirectUrl: mod2.string().optional(),
|
|
11430
|
+
frontDoorBoostUri: mod2.string().optional(),
|
|
11417
11431
|
createdAt: mod2.string(),
|
|
11418
11432
|
updatedAt: mod2.string(),
|
|
11419
11433
|
expiresAt: mod2.string().optional()
|
|
@@ -11429,6 +11443,15 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11429
11443
|
var PaginatedConsentFlowDataValidator2 = PaginationResponseValidator2.extend({
|
|
11430
11444
|
records: ConsentFlowContractDataValidator2.array()
|
|
11431
11445
|
});
|
|
11446
|
+
var ConsentFlowContractDataForDidValidator2 = mod2.object({
|
|
11447
|
+
credentials: mod2.object({ category: mod2.string(), uri: mod2.string() }).array(),
|
|
11448
|
+
personal: mod2.record(mod2.string()).default({}),
|
|
11449
|
+
date: mod2.string(),
|
|
11450
|
+
contractUri: mod2.string()
|
|
11451
|
+
});
|
|
11452
|
+
var PaginatedConsentFlowDataForDidValidator2 = PaginationResponseValidator2.extend({
|
|
11453
|
+
records: ConsentFlowContractDataForDidValidator2.array()
|
|
11454
|
+
});
|
|
11432
11455
|
var ConsentFlowTermValidator2 = mod2.object({
|
|
11433
11456
|
sharing: mod2.boolean().optional(),
|
|
11434
11457
|
shared: mod2.string().array().optional(),
|
|
@@ -11481,6 +11504,11 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11481
11504
|
credentials: mod2.object({ categories: mod2.record(mod2.boolean()).optional() }).optional(),
|
|
11482
11505
|
personal: mod2.record(mod2.boolean()).optional()
|
|
11483
11506
|
});
|
|
11507
|
+
var ConsentFlowDataForDidQueryValidator2 = mod2.object({
|
|
11508
|
+
credentials: mod2.object({ categories: mod2.record(mod2.boolean()).optional() }).optional(),
|
|
11509
|
+
personal: mod2.record(mod2.boolean()).optional(),
|
|
11510
|
+
id: StringQuery2.optional()
|
|
11511
|
+
});
|
|
11484
11512
|
var ConsentFlowTermsQueryValidator2 = mod2.object({
|
|
11485
11513
|
read: mod2.object({
|
|
11486
11514
|
anonymize: mod2.boolean().optional(),
|
|
@@ -11500,7 +11528,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11500
11528
|
"consent",
|
|
11501
11529
|
"update",
|
|
11502
11530
|
"sync",
|
|
11503
|
-
"withdraw"
|
|
11531
|
+
"withdraw",
|
|
11532
|
+
"write"
|
|
11504
11533
|
]);
|
|
11505
11534
|
var ConsentFlowTransactionsQueryValidator2 = mod2.object({
|
|
11506
11535
|
terms: ConsentFlowTermsQueryValidator2.optional(),
|
|
@@ -11517,11 +11546,23 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11517
11546
|
terms: ConsentFlowTermsValidator2.optional(),
|
|
11518
11547
|
id: mod2.string(),
|
|
11519
11548
|
action: ConsentFlowTransactionActionValidator2,
|
|
11520
|
-
date: mod2.string()
|
|
11549
|
+
date: mod2.string(),
|
|
11550
|
+
uris: mod2.string().array().optional()
|
|
11521
11551
|
});
|
|
11522
11552
|
var PaginatedConsentFlowTransactionsValidator2 = PaginationResponseValidator2.extend({
|
|
11523
11553
|
records: ConsentFlowTransactionValidator2.array()
|
|
11524
11554
|
});
|
|
11555
|
+
var ContractCredentialValidator2 = mod2.object({
|
|
11556
|
+
credentialUri: mod2.string(),
|
|
11557
|
+
termsUri: mod2.string(),
|
|
11558
|
+
contractUri: mod2.string(),
|
|
11559
|
+
boostUri: mod2.string(),
|
|
11560
|
+
category: mod2.string().optional(),
|
|
11561
|
+
date: mod2.string()
|
|
11562
|
+
});
|
|
11563
|
+
var PaginatedContractCredentialsValidator2 = PaginationResponseValidator2.extend({
|
|
11564
|
+
records: ContractCredentialValidator2.array()
|
|
11565
|
+
});
|
|
11525
11566
|
var LCNNotificationTypeEnumValidator2 = mod2.enum([
|
|
11526
11567
|
"CONNECTION_REQUEST",
|
|
11527
11568
|
"CONNECTION_ACCEPTED",
|
|
@@ -15514,6 +15555,13 @@ var LCNSigningAuthorityForUserValidator = mod.object({
|
|
|
15514
15555
|
did: mod.string()
|
|
15515
15556
|
})
|
|
15516
15557
|
});
|
|
15558
|
+
var AutoBoostConfigValidator = mod.object({
|
|
15559
|
+
boostUri: mod.string(),
|
|
15560
|
+
signingAuthority: mod.object({
|
|
15561
|
+
endpoint: mod.string(),
|
|
15562
|
+
name: mod.string()
|
|
15563
|
+
})
|
|
15564
|
+
});
|
|
15517
15565
|
var ConsentFlowTermsStatusValidator = mod.enum(["live", "stale", "withdrawn"]);
|
|
15518
15566
|
var ConsentFlowContractValidator = mod.object({
|
|
15519
15567
|
read: mod.object({
|
|
@@ -15537,6 +15585,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
15537
15585
|
uri: mod.string(),
|
|
15538
15586
|
needsGuardianConsent: mod.boolean().optional(),
|
|
15539
15587
|
redirectUrl: mod.string().optional(),
|
|
15588
|
+
frontDoorBoostUri: mod.string().optional(),
|
|
15540
15589
|
createdAt: mod.string(),
|
|
15541
15590
|
updatedAt: mod.string(),
|
|
15542
15591
|
expiresAt: mod.string().optional()
|
|
@@ -15552,6 +15601,15 @@ var ConsentFlowContractDataValidator = mod.object({
|
|
|
15552
15601
|
var PaginatedConsentFlowDataValidator = PaginationResponseValidator.extend({
|
|
15553
15602
|
records: ConsentFlowContractDataValidator.array()
|
|
15554
15603
|
});
|
|
15604
|
+
var ConsentFlowContractDataForDidValidator = mod.object({
|
|
15605
|
+
credentials: mod.object({ category: mod.string(), uri: mod.string() }).array(),
|
|
15606
|
+
personal: mod.record(mod.string()).default({}),
|
|
15607
|
+
date: mod.string(),
|
|
15608
|
+
contractUri: mod.string()
|
|
15609
|
+
});
|
|
15610
|
+
var PaginatedConsentFlowDataForDidValidator = PaginationResponseValidator.extend({
|
|
15611
|
+
records: ConsentFlowContractDataForDidValidator.array()
|
|
15612
|
+
});
|
|
15555
15613
|
var ConsentFlowTermValidator = mod.object({
|
|
15556
15614
|
sharing: mod.boolean().optional(),
|
|
15557
15615
|
shared: mod.string().array().optional(),
|
|
@@ -15604,6 +15662,11 @@ var ConsentFlowDataQueryValidator = mod.object({
|
|
|
15604
15662
|
credentials: mod.object({ categories: mod.record(mod.boolean()).optional() }).optional(),
|
|
15605
15663
|
personal: mod.record(mod.boolean()).optional()
|
|
15606
15664
|
});
|
|
15665
|
+
var ConsentFlowDataForDidQueryValidator = mod.object({
|
|
15666
|
+
credentials: mod.object({ categories: mod.record(mod.boolean()).optional() }).optional(),
|
|
15667
|
+
personal: mod.record(mod.boolean()).optional(),
|
|
15668
|
+
id: StringQuery.optional()
|
|
15669
|
+
});
|
|
15607
15670
|
var ConsentFlowTermsQueryValidator = mod.object({
|
|
15608
15671
|
read: mod.object({
|
|
15609
15672
|
anonymize: mod.boolean().optional(),
|
|
@@ -15623,7 +15686,8 @@ var ConsentFlowTransactionActionValidator = mod.enum([
|
|
|
15623
15686
|
"consent",
|
|
15624
15687
|
"update",
|
|
15625
15688
|
"sync",
|
|
15626
|
-
"withdraw"
|
|
15689
|
+
"withdraw",
|
|
15690
|
+
"write"
|
|
15627
15691
|
]);
|
|
15628
15692
|
var ConsentFlowTransactionsQueryValidator = mod.object({
|
|
15629
15693
|
terms: ConsentFlowTermsQueryValidator.optional(),
|
|
@@ -15640,11 +15704,23 @@ var ConsentFlowTransactionValidator = mod.object({
|
|
|
15640
15704
|
terms: ConsentFlowTermsValidator.optional(),
|
|
15641
15705
|
id: mod.string(),
|
|
15642
15706
|
action: ConsentFlowTransactionActionValidator,
|
|
15643
|
-
date: mod.string()
|
|
15707
|
+
date: mod.string(),
|
|
15708
|
+
uris: mod.string().array().optional()
|
|
15644
15709
|
});
|
|
15645
15710
|
var PaginatedConsentFlowTransactionsValidator = PaginationResponseValidator.extend({
|
|
15646
15711
|
records: ConsentFlowTransactionValidator.array()
|
|
15647
15712
|
});
|
|
15713
|
+
var ContractCredentialValidator = mod.object({
|
|
15714
|
+
credentialUri: mod.string(),
|
|
15715
|
+
termsUri: mod.string(),
|
|
15716
|
+
contractUri: mod.string(),
|
|
15717
|
+
boostUri: mod.string(),
|
|
15718
|
+
category: mod.string().optional(),
|
|
15719
|
+
date: mod.string()
|
|
15720
|
+
});
|
|
15721
|
+
var PaginatedContractCredentialsValidator = PaginationResponseValidator.extend({
|
|
15722
|
+
records: ContractCredentialValidator.array()
|
|
15723
|
+
});
|
|
15648
15724
|
var LCNNotificationTypeEnumValidator = mod.enum([
|
|
15649
15725
|
"CONNECTION_REQUEST",
|
|
15650
15726
|
"CONNECTION_ACCEPTED",
|