UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

25 lines (24 loc) 688 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const invalidEventSignatureSchema = { id: 'invalidEventSignature', namespace: 'MercuryClient', name: 'Invalid event contract', fields: { /** . */ 'fqen': { type: 'text', isRequired: true, options: undefined }, /** . */ 'instructions': { type: 'text', isRequired: true, options: undefined }, } }; schema_1.SchemaRegistry.getInstance().trackSchema(invalidEventSignatureSchema); exports.default = invalidEventSignatureSchema;