@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.
package/dist/init.esm.js
CHANGED
|
@@ -11276,7 +11276,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
11276
11276
|
frontDoorBoostUri: mod.string().optional(),
|
|
11277
11277
|
createdAt: mod.string(),
|
|
11278
11278
|
updatedAt: mod.string(),
|
|
11279
|
-
expiresAt: mod.string().optional()
|
|
11279
|
+
expiresAt: mod.string().optional(),
|
|
11280
|
+
autoBoosts: mod.string().array().optional()
|
|
11280
11281
|
});
|
|
11281
11282
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
|
11282
11283
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
|
@@ -17246,7 +17247,8 @@ var require_types_cjs_development = __commonJS2({
|
|
|
17246
17247
|
frontDoorBoostUri: mod5.string().optional(),
|
|
17247
17248
|
createdAt: mod5.string(),
|
|
17248
17249
|
updatedAt: mod5.string(),
|
|
17249
|
-
expiresAt: mod5.string().optional()
|
|
17250
|
+
expiresAt: mod5.string().optional(),
|
|
17251
|
+
autoBoosts: mod5.string().array().optional()
|
|
17250
17252
|
});
|
|
17251
17253
|
var PaginatedConsentFlowContractsValidator5 = PaginationResponseValidator5.extend({
|
|
17252
17254
|
records: ConsentFlowContractDetailsValidator5.omit({ owner: true }).array()
|
|
@@ -29574,7 +29576,8 @@ var require_types_cjs_development2 = __commonJS22({
|
|
|
29574
29576
|
frontDoorBoostUri: mod22.string().optional(),
|
|
29575
29577
|
createdAt: mod22.string(),
|
|
29576
29578
|
updatedAt: mod22.string(),
|
|
29577
|
-
expiresAt: mod22.string().optional()
|
|
29579
|
+
expiresAt: mod22.string().optional(),
|
|
29580
|
+
autoBoosts: mod22.string().array().optional()
|
|
29578
29581
|
});
|
|
29579
29582
|
var PaginatedConsentFlowContractsValidator22 = PaginationResponseValidator22.extend({
|
|
29580
29583
|
records: ConsentFlowContractDetailsValidator22.omit({ owner: true }).array()
|
|
@@ -33743,7 +33746,8 @@ var ConsentFlowContractDetailsValidator2 = mod2.object({
|
|
|
33743
33746
|
frontDoorBoostUri: mod2.string().optional(),
|
|
33744
33747
|
createdAt: mod2.string(),
|
|
33745
33748
|
updatedAt: mod2.string(),
|
|
33746
|
-
expiresAt: mod2.string().optional()
|
|
33749
|
+
expiresAt: mod2.string().optional(),
|
|
33750
|
+
autoBoosts: mod2.string().array().optional()
|
|
33747
33751
|
});
|
|
33748
33752
|
var PaginatedConsentFlowContractsValidator2 = PaginationResponseValidator2.extend({
|
|
33749
33753
|
records: ConsentFlowContractDetailsValidator2.omit({ owner: true }).array()
|
|
@@ -75285,7 +75289,8 @@ var require_helpers_cjs_development = __commonJS6({
|
|
|
75285
75289
|
frontDoorBoostUri: mod22.string().optional(),
|
|
75286
75290
|
createdAt: mod22.string(),
|
|
75287
75291
|
updatedAt: mod22.string(),
|
|
75288
|
-
expiresAt: mod22.string().optional()
|
|
75292
|
+
expiresAt: mod22.string().optional(),
|
|
75293
|
+
autoBoosts: mod22.string().array().optional()
|
|
75289
75294
|
});
|
|
75290
75295
|
var PaginatedConsentFlowContractsValidator22 = PaginationResponseValidator22.extend({
|
|
75291
75296
|
records: ConsentFlowContractDetailsValidator22.omit({ owner: true }).array()
|
|
@@ -79577,7 +79582,8 @@ var ConsentFlowContractDetailsValidator3 = mod3.object({
|
|
|
79577
79582
|
frontDoorBoostUri: mod3.string().optional(),
|
|
79578
79583
|
createdAt: mod3.string(),
|
|
79579
79584
|
updatedAt: mod3.string(),
|
|
79580
|
-
expiresAt: mod3.string().optional()
|
|
79585
|
+
expiresAt: mod3.string().optional(),
|
|
79586
|
+
autoBoosts: mod3.string().array().optional()
|
|
79581
79587
|
});
|
|
79582
79588
|
var PaginatedConsentFlowContractsValidator3 = PaginationResponseValidator3.extend({
|
|
79583
79589
|
records: ConsentFlowContractDetailsValidator3.omit({ owner: true }).array()
|
|
@@ -84728,7 +84734,8 @@ var ConsentFlowContractDetailsValidator4 = mod4.object({
|
|
|
84728
84734
|
frontDoorBoostUri: mod4.string().optional(),
|
|
84729
84735
|
createdAt: mod4.string(),
|
|
84730
84736
|
updatedAt: mod4.string(),
|
|
84731
|
-
expiresAt: mod4.string().optional()
|
|
84737
|
+
expiresAt: mod4.string().optional(),
|
|
84738
|
+
autoBoosts: mod4.string().array().optional()
|
|
84732
84739
|
});
|
|
84733
84740
|
var PaginatedConsentFlowContractsValidator4 = PaginationResponseValidator4.extend({
|
|
84734
84741
|
records: ConsentFlowContractDetailsValidator4.omit({ owner: true }).array()
|