@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
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -5340,7 +5340,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5340
5340
|
frontDoorBoostUri: mod2.string().optional(),
|
|
5341
5341
|
createdAt: mod2.string(),
|
|
5342
5342
|
updatedAt: mod2.string(),
|
|
5343
|
-
expiresAt: mod2.string().optional()
|
|
5343
|
+
expiresAt: mod2.string().optional(),
|
|
5344
|
+
autoBoosts: mod2.string().array().optional()
|
|
5344
5345
|
});
|
|
5345
5346
|
var PaginatedConsentFlowContractsValidator2 = PaginationResponseValidator2.extend({
|
|
5346
5347
|
records: ConsentFlowContractDetailsValidator2.omit({ owner: true }).array()
|
|
@@ -9621,7 +9622,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9621
9622
|
frontDoorBoostUri: mod.string().optional(),
|
|
9622
9623
|
createdAt: mod.string(),
|
|
9623
9624
|
updatedAt: mod.string(),
|
|
9624
|
-
expiresAt: mod.string().optional()
|
|
9625
|
+
expiresAt: mod.string().optional(),
|
|
9626
|
+
autoBoosts: mod.string().array().optional()
|
|
9625
9627
|
});
|
|
9626
9628
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
|
9627
9629
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|