@learncard/ceramic-plugin 1.0.31 → 1.0.32
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/ceramic-plugin.cjs.development.js +2 -1
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +1 -1
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +2 -1
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -53906,7 +53906,8 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
53906
53906
|
frontDoorBoostUri: mod.string().optional(),
|
|
53907
53907
|
createdAt: mod.string(),
|
|
53908
53908
|
updatedAt: mod.string(),
|
|
53909
|
-
expiresAt: mod.string().optional()
|
|
53909
|
+
expiresAt: mod.string().optional(),
|
|
53910
|
+
autoBoosts: mod.string().array().optional()
|
|
53910
53911
|
});
|
|
53911
53912
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
|
53912
53913
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|