@learncard/network-plugin 2.4.17 → 2.4.18
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/lcn-plugin.cjs.development.js +4 -2
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +4 -2
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -5365,7 +5365,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5365
5365
|
frontDoorBoostUri: mod2.string().optional(),
|
|
5366
5366
|
createdAt: mod2.string(),
|
|
5367
5367
|
updatedAt: mod2.string(),
|
|
5368
|
-
expiresAt: mod2.string().optional()
|
|
5368
|
+
expiresAt: mod2.string().optional(),
|
|
5369
|
+
autoBoosts: mod2.string().array().optional()
|
|
5369
5370
|
});
|
|
5370
5371
|
var PaginatedConsentFlowContractsValidator2 = PaginationResponseValidator2.extend({
|
|
5371
5372
|
records: ConsentFlowContractDetailsValidator2.omit({ owner: true }).array()
|
|
@@ -9646,7 +9647,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9646
9647
|
frontDoorBoostUri: mod.string().optional(),
|
|
9647
9648
|
createdAt: mod.string(),
|
|
9648
9649
|
updatedAt: mod.string(),
|
|
9649
|
-
expiresAt: mod.string().optional()
|
|
9650
|
+
expiresAt: mod.string().optional(),
|
|
9651
|
+
autoBoosts: mod.string().array().optional()
|
|
9650
9652
|
});
|
|
9651
9653
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
|
9652
9654
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|