@learncard/helpers 1.1.9 → 1.1.10
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.
@@ -4151,7 +4151,8 @@ var require_types_cjs_development = __commonJS({
|
|
4151
4151
|
frontDoorBoostUri: mod.string().optional(),
|
4152
4152
|
createdAt: mod.string(),
|
4153
4153
|
updatedAt: mod.string(),
|
4154
|
-
expiresAt: mod.string().optional()
|
4154
|
+
expiresAt: mod.string().optional(),
|
4155
|
+
autoBoosts: mod.string().array().optional()
|
4155
4156
|
});
|
4156
4157
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
4157
4158
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|