@sprucelabs/mercury-client
Version:
The simple way to interact with the Spruce Experience Platform
19 lines (18 loc) • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schema_1 = require("@sprucelabs/schema");
exports.default = (0, schema_1.buildErrorSchema)({
id: 'notConnected',
name: 'Not connected',
description: '',
fields: {
action: {
type: 'text',
isRequired: true,
},
fqen: {
type: 'id',
isRequired: true,
},
},
});