@learncard/learn-cloud-plugin 2.1.12 → 2.1.13
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
|
@@ -7335,6 +7335,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7335
7335
|
AddressValidator: () => AddressValidator2,
|
|
7336
7336
|
AlignmentTargetTypeValidator: () => AlignmentTargetTypeValidator2,
|
|
7337
7337
|
AlignmentValidator: () => AlignmentValidator2,
|
|
7338
|
+
AutoBoostConfigValidator: () => AutoBoostConfigValidator2,
|
|
7338
7339
|
BoostPermissionsQueryValidator: () => BoostPermissionsQueryValidator2,
|
|
7339
7340
|
BoostPermissionsValidator: () => BoostPermissionsValidator2,
|
|
7340
7341
|
BoostQueryValidator: () => BoostQueryValidator2,
|
|
@@ -7343,10 +7344,12 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7343
7344
|
ClaimHookQueryValidator: () => ClaimHookQueryValidator2,
|
|
7344
7345
|
ClaimHookTypeValidator: () => ClaimHookTypeValidator2,
|
|
7345
7346
|
ClaimHookValidator: () => ClaimHookValidator2,
|
|
7347
|
+
ConsentFlowContractDataForDidValidator: () => ConsentFlowContractDataForDidValidator2,
|
|
7346
7348
|
ConsentFlowContractDataValidator: () => ConsentFlowContractDataValidator2,
|
|
7347
7349
|
ConsentFlowContractDetailsValidator: () => ConsentFlowContractDetailsValidator2,
|
|
7348
7350
|
ConsentFlowContractQueryValidator: () => ConsentFlowContractQueryValidator2,
|
|
7349
7351
|
ConsentFlowContractValidator: () => ConsentFlowContractValidator2,
|
|
7352
|
+
ConsentFlowDataForDidQueryValidator: () => ConsentFlowDataForDidQueryValidator2,
|
|
7350
7353
|
ConsentFlowDataQueryValidator: () => ConsentFlowDataQueryValidator2,
|
|
7351
7354
|
ConsentFlowTermValidator: () => ConsentFlowTermValidator2,
|
|
7352
7355
|
ConsentFlowTermsQueryValidator: () => ConsentFlowTermsQueryValidator2,
|
|
@@ -7356,6 +7359,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7356
7359
|
ConsentFlowTransactionValidator: () => ConsentFlowTransactionValidator2,
|
|
7357
7360
|
ConsentFlowTransactionsQueryValidator: () => ConsentFlowTransactionsQueryValidator2,
|
|
7358
7361
|
ContextValidator: () => ContextValidator2,
|
|
7362
|
+
ContractCredentialValidator: () => ContractCredentialValidator2,
|
|
7359
7363
|
CredentialInfoValidator: () => CredentialInfoValidator2,
|
|
7360
7364
|
CredentialRecordValidator: () => CredentialRecordValidator2,
|
|
7361
7365
|
CredentialSchemaValidator: () => CredentialSchemaValidator2,
|
|
@@ -7399,9 +7403,11 @@ var require_types_cjs_development = __commonJS2({
|
|
|
7399
7403
|
PaginatedBoostsValidator: () => PaginatedBoostsValidator2,
|
|
7400
7404
|
PaginatedClaimHooksValidator: () => PaginatedClaimHooksValidator2,
|
|
7401
7405
|
PaginatedConsentFlowContractsValidator: () => PaginatedConsentFlowContractsValidator2,
|
|
7406
|
+
PaginatedConsentFlowDataForDidValidator: () => PaginatedConsentFlowDataForDidValidator2,
|
|
7402
7407
|
PaginatedConsentFlowDataValidator: () => PaginatedConsentFlowDataValidator2,
|
|
7403
7408
|
PaginatedConsentFlowTermsValidator: () => PaginatedConsentFlowTermsValidator2,
|
|
7404
7409
|
PaginatedConsentFlowTransactionsValidator: () => PaginatedConsentFlowTransactionsValidator2,
|
|
7410
|
+
PaginatedContractCredentialsValidator: () => PaginatedContractCredentialsValidator2,
|
|
7405
7411
|
PaginatedEncryptedCredentialRecordsValidator: () => PaginatedEncryptedCredentialRecordsValidator2,
|
|
7406
7412
|
PaginatedEncryptedRecordsValidator: () => PaginatedEncryptedRecordsValidator2,
|
|
7407
7413
|
PaginatedLCNProfileManagersValidator: () => PaginatedLCNProfileManagersValidator2,
|
|
@@ -11404,6 +11410,13 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11404
11410
|
did: mod2.string()
|
|
11405
11411
|
})
|
|
11406
11412
|
});
|
|
11413
|
+
var AutoBoostConfigValidator2 = mod2.object({
|
|
11414
|
+
boostUri: mod2.string(),
|
|
11415
|
+
signingAuthority: mod2.object({
|
|
11416
|
+
endpoint: mod2.string(),
|
|
11417
|
+
name: mod2.string()
|
|
11418
|
+
})
|
|
11419
|
+
});
|
|
11407
11420
|
var ConsentFlowTermsStatusValidator2 = mod2.enum(["live", "stale", "withdrawn"]);
|
|
11408
11421
|
var ConsentFlowContractValidator2 = mod2.object({
|
|
11409
11422
|
read: mod2.object({
|
|
@@ -11427,6 +11440,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11427
11440
|
uri: mod2.string(),
|
|
11428
11441
|
needsGuardianConsent: mod2.boolean().optional(),
|
|
11429
11442
|
redirectUrl: mod2.string().optional(),
|
|
11443
|
+
frontDoorBoostUri: mod2.string().optional(),
|
|
11430
11444
|
createdAt: mod2.string(),
|
|
11431
11445
|
updatedAt: mod2.string(),
|
|
11432
11446
|
expiresAt: mod2.string().optional()
|
|
@@ -11442,6 +11456,15 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11442
11456
|
var PaginatedConsentFlowDataValidator2 = PaginationResponseValidator2.extend({
|
|
11443
11457
|
records: ConsentFlowContractDataValidator2.array()
|
|
11444
11458
|
});
|
|
11459
|
+
var ConsentFlowContractDataForDidValidator2 = mod2.object({
|
|
11460
|
+
credentials: mod2.object({ category: mod2.string(), uri: mod2.string() }).array(),
|
|
11461
|
+
personal: mod2.record(mod2.string()).default({}),
|
|
11462
|
+
date: mod2.string(),
|
|
11463
|
+
contractUri: mod2.string()
|
|
11464
|
+
});
|
|
11465
|
+
var PaginatedConsentFlowDataForDidValidator2 = PaginationResponseValidator2.extend({
|
|
11466
|
+
records: ConsentFlowContractDataForDidValidator2.array()
|
|
11467
|
+
});
|
|
11445
11468
|
var ConsentFlowTermValidator2 = mod2.object({
|
|
11446
11469
|
sharing: mod2.boolean().optional(),
|
|
11447
11470
|
shared: mod2.string().array().optional(),
|
|
@@ -11494,6 +11517,11 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11494
11517
|
credentials: mod2.object({ categories: mod2.record(mod2.boolean()).optional() }).optional(),
|
|
11495
11518
|
personal: mod2.record(mod2.boolean()).optional()
|
|
11496
11519
|
});
|
|
11520
|
+
var ConsentFlowDataForDidQueryValidator2 = mod2.object({
|
|
11521
|
+
credentials: mod2.object({ categories: mod2.record(mod2.boolean()).optional() }).optional(),
|
|
11522
|
+
personal: mod2.record(mod2.boolean()).optional(),
|
|
11523
|
+
id: StringQuery2.optional()
|
|
11524
|
+
});
|
|
11497
11525
|
var ConsentFlowTermsQueryValidator2 = mod2.object({
|
|
11498
11526
|
read: mod2.object({
|
|
11499
11527
|
anonymize: mod2.boolean().optional(),
|
|
@@ -11513,7 +11541,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11513
11541
|
"consent",
|
|
11514
11542
|
"update",
|
|
11515
11543
|
"sync",
|
|
11516
|
-
"withdraw"
|
|
11544
|
+
"withdraw",
|
|
11545
|
+
"write"
|
|
11517
11546
|
]);
|
|
11518
11547
|
var ConsentFlowTransactionsQueryValidator2 = mod2.object({
|
|
11519
11548
|
terms: ConsentFlowTermsQueryValidator2.optional(),
|
|
@@ -11530,11 +11559,23 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11530
11559
|
terms: ConsentFlowTermsValidator2.optional(),
|
|
11531
11560
|
id: mod2.string(),
|
|
11532
11561
|
action: ConsentFlowTransactionActionValidator2,
|
|
11533
|
-
date: mod2.string()
|
|
11562
|
+
date: mod2.string(),
|
|
11563
|
+
uris: mod2.string().array().optional()
|
|
11534
11564
|
});
|
|
11535
11565
|
var PaginatedConsentFlowTransactionsValidator2 = PaginationResponseValidator2.extend({
|
|
11536
11566
|
records: ConsentFlowTransactionValidator2.array()
|
|
11537
11567
|
});
|
|
11568
|
+
var ContractCredentialValidator2 = mod2.object({
|
|
11569
|
+
credentialUri: mod2.string(),
|
|
11570
|
+
termsUri: mod2.string(),
|
|
11571
|
+
contractUri: mod2.string(),
|
|
11572
|
+
boostUri: mod2.string(),
|
|
11573
|
+
category: mod2.string().optional(),
|
|
11574
|
+
date: mod2.string()
|
|
11575
|
+
});
|
|
11576
|
+
var PaginatedContractCredentialsValidator2 = PaginationResponseValidator2.extend({
|
|
11577
|
+
records: ContractCredentialValidator2.array()
|
|
11578
|
+
});
|
|
11538
11579
|
var LCNNotificationTypeEnumValidator2 = mod2.enum([
|
|
11539
11580
|
"CONNECTION_REQUEST",
|
|
11540
11581
|
"CONNECTION_ACCEPTED",
|
|
@@ -15527,6 +15568,13 @@ var LCNSigningAuthorityForUserValidator = mod.object({
|
|
|
15527
15568
|
did: mod.string()
|
|
15528
15569
|
})
|
|
15529
15570
|
});
|
|
15571
|
+
var AutoBoostConfigValidator = mod.object({
|
|
15572
|
+
boostUri: mod.string(),
|
|
15573
|
+
signingAuthority: mod.object({
|
|
15574
|
+
endpoint: mod.string(),
|
|
15575
|
+
name: mod.string()
|
|
15576
|
+
})
|
|
15577
|
+
});
|
|
15530
15578
|
var ConsentFlowTermsStatusValidator = mod.enum(["live", "stale", "withdrawn"]);
|
|
15531
15579
|
var ConsentFlowContractValidator = mod.object({
|
|
15532
15580
|
read: mod.object({
|
|
@@ -15550,6 +15598,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
15550
15598
|
uri: mod.string(),
|
|
15551
15599
|
needsGuardianConsent: mod.boolean().optional(),
|
|
15552
15600
|
redirectUrl: mod.string().optional(),
|
|
15601
|
+
frontDoorBoostUri: mod.string().optional(),
|
|
15553
15602
|
createdAt: mod.string(),
|
|
15554
15603
|
updatedAt: mod.string(),
|
|
15555
15604
|
expiresAt: mod.string().optional()
|
|
@@ -15565,6 +15614,15 @@ var ConsentFlowContractDataValidator = mod.object({
|
|
|
15565
15614
|
var PaginatedConsentFlowDataValidator = PaginationResponseValidator.extend({
|
|
15566
15615
|
records: ConsentFlowContractDataValidator.array()
|
|
15567
15616
|
});
|
|
15617
|
+
var ConsentFlowContractDataForDidValidator = mod.object({
|
|
15618
|
+
credentials: mod.object({ category: mod.string(), uri: mod.string() }).array(),
|
|
15619
|
+
personal: mod.record(mod.string()).default({}),
|
|
15620
|
+
date: mod.string(),
|
|
15621
|
+
contractUri: mod.string()
|
|
15622
|
+
});
|
|
15623
|
+
var PaginatedConsentFlowDataForDidValidator = PaginationResponseValidator.extend({
|
|
15624
|
+
records: ConsentFlowContractDataForDidValidator.array()
|
|
15625
|
+
});
|
|
15568
15626
|
var ConsentFlowTermValidator = mod.object({
|
|
15569
15627
|
sharing: mod.boolean().optional(),
|
|
15570
15628
|
shared: mod.string().array().optional(),
|
|
@@ -15617,6 +15675,11 @@ var ConsentFlowDataQueryValidator = mod.object({
|
|
|
15617
15675
|
credentials: mod.object({ categories: mod.record(mod.boolean()).optional() }).optional(),
|
|
15618
15676
|
personal: mod.record(mod.boolean()).optional()
|
|
15619
15677
|
});
|
|
15678
|
+
var ConsentFlowDataForDidQueryValidator = mod.object({
|
|
15679
|
+
credentials: mod.object({ categories: mod.record(mod.boolean()).optional() }).optional(),
|
|
15680
|
+
personal: mod.record(mod.boolean()).optional(),
|
|
15681
|
+
id: StringQuery.optional()
|
|
15682
|
+
});
|
|
15620
15683
|
var ConsentFlowTermsQueryValidator = mod.object({
|
|
15621
15684
|
read: mod.object({
|
|
15622
15685
|
anonymize: mod.boolean().optional(),
|
|
@@ -15636,7 +15699,8 @@ var ConsentFlowTransactionActionValidator = mod.enum([
|
|
|
15636
15699
|
"consent",
|
|
15637
15700
|
"update",
|
|
15638
15701
|
"sync",
|
|
15639
|
-
"withdraw"
|
|
15702
|
+
"withdraw",
|
|
15703
|
+
"write"
|
|
15640
15704
|
]);
|
|
15641
15705
|
var ConsentFlowTransactionsQueryValidator = mod.object({
|
|
15642
15706
|
terms: ConsentFlowTermsQueryValidator.optional(),
|
|
@@ -15653,11 +15717,23 @@ var ConsentFlowTransactionValidator = mod.object({
|
|
|
15653
15717
|
terms: ConsentFlowTermsValidator.optional(),
|
|
15654
15718
|
id: mod.string(),
|
|
15655
15719
|
action: ConsentFlowTransactionActionValidator,
|
|
15656
|
-
date: mod.string()
|
|
15720
|
+
date: mod.string(),
|
|
15721
|
+
uris: mod.string().array().optional()
|
|
15657
15722
|
});
|
|
15658
15723
|
var PaginatedConsentFlowTransactionsValidator = PaginationResponseValidator.extend({
|
|
15659
15724
|
records: ConsentFlowTransactionValidator.array()
|
|
15660
15725
|
});
|
|
15726
|
+
var ContractCredentialValidator = mod.object({
|
|
15727
|
+
credentialUri: mod.string(),
|
|
15728
|
+
termsUri: mod.string(),
|
|
15729
|
+
contractUri: mod.string(),
|
|
15730
|
+
boostUri: mod.string(),
|
|
15731
|
+
category: mod.string().optional(),
|
|
15732
|
+
date: mod.string()
|
|
15733
|
+
});
|
|
15734
|
+
var PaginatedContractCredentialsValidator = PaginationResponseValidator.extend({
|
|
15735
|
+
records: ContractCredentialValidator.array()
|
|
15736
|
+
});
|
|
15661
15737
|
var LCNNotificationTypeEnumValidator = mod.enum([
|
|
15662
15738
|
"CONNECTION_REQUEST",
|
|
15663
15739
|
"CONNECTION_ACCEPTED",
|