@learncard/ceramic-plugin 1.1.1 → 1.1.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/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
|
@@ -64084,7 +64084,8 @@ var SendBoostInputValidator = external_exports.object({
|
|
|
64084
64084
|
contractUri: external_exports.string().optional(),
|
|
64085
64085
|
templateUri: external_exports.string().optional(),
|
|
64086
64086
|
template: SendBoostTemplateValidator.optional(),
|
|
64087
|
-
signedCredential: VCValidator.optional()
|
|
64087
|
+
signedCredential: VCValidator.optional(),
|
|
64088
|
+
templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
|
|
64088
64089
|
}).refine((data) => data.templateUri || data.template, {
|
|
64089
64090
|
message: "Either templateUri or template creation data must be provided.",
|
|
64090
64091
|
path: ["templateUri"]
|