UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

38 lines (37 loc) 910 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const unauthorizedTargetSchema = { id: 'unauthorizedTarget', namespace: 'MercuryClient', name: '', fields: { /** . */ 'locationId': { type: 'id', options: undefined }, /** . */ 'personId': { type: 'id', options: undefined }, /** . */ 'organizationId': { type: 'id', options: undefined }, /** . */ 'skillId': { type: 'id', options: undefined }, /** . */ 'roleId': { type: 'id', options: undefined }, } }; schema_1.SchemaRegistry.getInstance().trackSchema(unauthorizedTargetSchema); exports.default = unauthorizedTargetSchema;