@learncard/init 2.0.0 → 2.0.2
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.
|
@@ -11314,7 +11314,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
11314
11314
|
frontDoorBoostUri: mod.string().optional(),
|
|
11315
11315
|
createdAt: mod.string(),
|
|
11316
11316
|
updatedAt: mod.string(),
|
|
11317
|
-
expiresAt: mod.string().optional()
|
|
11317
|
+
expiresAt: mod.string().optional(),
|
|
11318
|
+
autoBoosts: mod.string().array().optional()
|
|
11318
11319
|
});
|
|
11319
11320
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
|
11320
11321
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
|
@@ -17284,7 +17285,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17284
17285
|
frontDoorBoostUri: mod5.string().optional(),
|
|
17285
17286
|
createdAt: mod5.string(),
|
|
17286
17287
|
updatedAt: mod5.string(),
|
|
17287
|
-
expiresAt: mod5.string().optional()
|
|
17288
|
+
expiresAt: mod5.string().optional(),
|
|
17289
|
+
autoBoosts: mod5.string().array().optional()
|
|
17288
17290
|
});
|
|
17289
17291
|
var PaginatedConsentFlowContractsValidator5 = PaginationResponseValidator5.extend({
|
|
17290
17292
|
records: ConsentFlowContractDetailsValidator5.omit({ owner: true }).array()
|
|
@@ -29612,7 +29614,8 @@ var require_types_cjs_development2 = __commonJS22({
|
|
|
29612
29614
|
frontDoorBoostUri: mod22.string().optional(),
|
|
29613
29615
|
createdAt: mod22.string(),
|
|
29614
29616
|
updatedAt: mod22.string(),
|
|
29615
|
-
expiresAt: mod22.string().optional()
|
|
29617
|
+
expiresAt: mod22.string().optional(),
|
|
29618
|
+
autoBoosts: mod22.string().array().optional()
|
|
29616
29619
|
});
|
|
29617
29620
|
var PaginatedConsentFlowContractsValidator22 = PaginationResponseValidator22.extend({
|
|
29618
29621
|
records: ConsentFlowContractDetailsValidator22.omit({ owner: true }).array()
|
|
@@ -33781,7 +33784,8 @@ var ConsentFlowContractDetailsValidator2 = mod2.object({
|
|
|
33781
33784
|
frontDoorBoostUri: mod2.string().optional(),
|
|
33782
33785
|
createdAt: mod2.string(),
|
|
33783
33786
|
updatedAt: mod2.string(),
|
|
33784
|
-
expiresAt: mod2.string().optional()
|
|
33787
|
+
expiresAt: mod2.string().optional(),
|
|
33788
|
+
autoBoosts: mod2.string().array().optional()
|
|
33785
33789
|
});
|
|
33786
33790
|
var PaginatedConsentFlowContractsValidator2 = PaginationResponseValidator2.extend({
|
|
33787
33791
|
records: ConsentFlowContractDetailsValidator2.omit({ owner: true }).array()
|
|
@@ -75323,7 +75327,8 @@ var require_helpers_cjs_development = __commonJS6({
|
|
|
75323
75327
|
frontDoorBoostUri: mod22.string().optional(),
|
|
75324
75328
|
createdAt: mod22.string(),
|
|
75325
75329
|
updatedAt: mod22.string(),
|
|
75326
|
-
expiresAt: mod22.string().optional()
|
|
75330
|
+
expiresAt: mod22.string().optional(),
|
|
75331
|
+
autoBoosts: mod22.string().array().optional()
|
|
75327
75332
|
});
|
|
75328
75333
|
var PaginatedConsentFlowContractsValidator22 = PaginationResponseValidator22.extend({
|
|
75329
75334
|
records: ConsentFlowContractDetailsValidator22.omit({ owner: true }).array()
|
|
@@ -79615,7 +79620,8 @@ var ConsentFlowContractDetailsValidator3 = mod3.object({
|
|
|
79615
79620
|
frontDoorBoostUri: mod3.string().optional(),
|
|
79616
79621
|
createdAt: mod3.string(),
|
|
79617
79622
|
updatedAt: mod3.string(),
|
|
79618
|
-
expiresAt: mod3.string().optional()
|
|
79623
|
+
expiresAt: mod3.string().optional(),
|
|
79624
|
+
autoBoosts: mod3.string().array().optional()
|
|
79619
79625
|
});
|
|
79620
79626
|
var PaginatedConsentFlowContractsValidator3 = PaginationResponseValidator3.extend({
|
|
79621
79627
|
records: ConsentFlowContractDetailsValidator3.omit({ owner: true }).array()
|
|
@@ -84766,7 +84772,8 @@ var ConsentFlowContractDetailsValidator4 = mod4.object({
|
|
|
84766
84772
|
frontDoorBoostUri: mod4.string().optional(),
|
|
84767
84773
|
createdAt: mod4.string(),
|
|
84768
84774
|
updatedAt: mod4.string(),
|
|
84769
|
-
expiresAt: mod4.string().optional()
|
|
84775
|
+
expiresAt: mod4.string().optional(),
|
|
84776
|
+
autoBoosts: mod4.string().array().optional()
|
|
84770
84777
|
});
|
|
84771
84778
|
var PaginatedConsentFlowContractsValidator4 = PaginationResponseValidator4.extend({
|
|
84772
84779
|
records: ConsentFlowContractDetailsValidator4.omit({ owner: true }).array()
|