@learncard/network-plugin 2.10.13 → 2.10.14
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 +2 -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 +2 -2
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -13847,8 +13847,8 @@ var SendBoostInputValidator = external_exports.object({
|
|
|
13847
13847
|
),
|
|
13848
13848
|
templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional(),
|
|
13849
13849
|
integrationId: external_exports.string().optional().describe("Integration ID for activity tracking")
|
|
13850
|
-
}).refine((data) => data.templateUri || data.template, {
|
|
13851
|
-
message: "Either templateUri
|
|
13850
|
+
}).refine((data) => data.templateUri || data.template || data.signedCredential, {
|
|
13851
|
+
message: "Either templateUri, template, or signedCredential must be provided.",
|
|
13852
13852
|
path: ["templateUri"]
|
|
13853
13853
|
});
|
|
13854
13854
|
var SendInboxResponseValidator = external_exports.object({
|