UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

19 lines (18 loc) 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const mustHandleLocallySchema = { id: 'mustHandleLocally', namespace: 'MercuryClient', name: 'Must handle locally', fields: { /** . */ 'fqen': { type: 'text', isRequired: true, options: undefined }, } }; schema_1.SchemaRegistry.getInstance().trackSchema(mustHandleLocallySchema); exports.default = mustHandleLocallySchema;