UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

18 lines (17 loc) 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); exports.default = (0, schema_1.buildErrorSchema)({ id: 'invalidEventSignature', name: 'Invalid event contract', fields: { fqen: { type: 'text', isRequired: true, }, instructions: { type: 'text', isRequired: true, }, }, });