@sprucelabs/spruce-mmp-vc-plugin 10.0.57 → 10.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/.spruce/events/events.contract.d.ts +114 -1
- package/build/.spruce/events/events.contract.js +19 -0
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.d.ts +15 -0
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js +18 -0
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.d.ts +16 -0
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js +20 -0
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.d.ts +16 -0
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js +20 -0
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.d.ts +16 -0
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js +20 -0
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.d.ts +15 -0
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js +18 -0
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.d.ts +19 -0
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js +19 -0
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.d.ts +16 -0
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js +20 -0
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.d.ts +16 -0
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js +20 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js +20 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js +19 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js +37 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js +19 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js +20 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js +35 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js +20 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js +19 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js +30 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js +22 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js +30 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js +45 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js +19 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js +25 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js +39 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js +21 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js +39 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js +30 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js +20 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js +35 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js +23 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js +19 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js +37 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js +23 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/calendarEventColors.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/calendarEventColors.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyle.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyle.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/controlBar.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/controlBar.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontFamily.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontFamily.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontSetting.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontSetting.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeFonts.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeFonts.schema.js +5 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +5 -0
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.d.ts +1 -0
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js +5 -0
- package/package.json +14 -14
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const eventSource_schema_1 = __importDefault(require("./../../spruceEventUtils/v2021_09_13/eventSource.schema"));
|
|
8
|
+
const generateUrlEmitTarget_schema_1 = __importDefault(require("./generateUrlEmitTarget.schema"));
|
|
9
|
+
const generateUrlEmitPayload_schema_1 = __importDefault(require("./generateUrlEmitPayload.schema"));
|
|
10
|
+
const generateUrlEmitTargetAndPayloadSchema = {
|
|
11
|
+
id: 'generateUrlEmitTargetAndPayload',
|
|
12
|
+
version: 'v2021_02_11',
|
|
13
|
+
namespace: 'Heartwood',
|
|
14
|
+
name: '',
|
|
15
|
+
fields: {
|
|
16
|
+
/** Source. */
|
|
17
|
+
'source': {
|
|
18
|
+
label: 'Source',
|
|
19
|
+
type: 'schema',
|
|
20
|
+
options: { schema: eventSource_schema_1.default, }
|
|
21
|
+
},
|
|
22
|
+
/** . */
|
|
23
|
+
'target': {
|
|
24
|
+
type: 'schema',
|
|
25
|
+
options: { schema: generateUrlEmitTarget_schema_1.default, }
|
|
26
|
+
},
|
|
27
|
+
/** . */
|
|
28
|
+
'payload': {
|
|
29
|
+
type: 'schema',
|
|
30
|
+
options: { schema: generateUrlEmitPayload_schema_1.default, }
|
|
31
|
+
},
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(generateUrlEmitTargetAndPayloadSchema);
|
|
35
|
+
exports.default = generateUrlEmitTargetAndPayloadSchema;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const generateUrlResponsePayloadSchema = {
|
|
5
|
+
id: 'generateUrlResponsePayload',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** Url. */
|
|
11
|
+
'url': {
|
|
12
|
+
label: 'Url',
|
|
13
|
+
type: 'text',
|
|
14
|
+
isRequired: true,
|
|
15
|
+
options: undefined
|
|
16
|
+
},
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(generateUrlResponsePayloadSchema);
|
|
20
|
+
exports.default = generateUrlResponsePayloadSchema;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const getActiveThemeEmitTargetSchema = {
|
|
5
|
+
id: 'getActiveThemeEmitTarget',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** . */
|
|
11
|
+
'organizationId': {
|
|
12
|
+
type: 'id',
|
|
13
|
+
isRequired: true,
|
|
14
|
+
options: undefined
|
|
15
|
+
},
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(getActiveThemeEmitTargetSchema);
|
|
19
|
+
exports.default = getActiveThemeEmitTargetSchema;
|
package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const eventSource_schema_1 = __importDefault(require("./../../spruceEventUtils/v2021_09_13/eventSource.schema"));
|
|
8
|
+
const getActiveThemeEmitTarget_schema_1 = __importDefault(require("./getActiveThemeEmitTarget.schema"));
|
|
9
|
+
const getActiveThemeEmitTargetAndPayloadSchema = {
|
|
10
|
+
id: 'getActiveThemeEmitTargetAndPayload',
|
|
11
|
+
version: 'v2021_02_11',
|
|
12
|
+
namespace: 'Heartwood',
|
|
13
|
+
name: '',
|
|
14
|
+
fields: {
|
|
15
|
+
/** Source. */
|
|
16
|
+
'source': {
|
|
17
|
+
label: 'Source',
|
|
18
|
+
type: 'schema',
|
|
19
|
+
options: { schema: eventSource_schema_1.default, }
|
|
20
|
+
},
|
|
21
|
+
/** . */
|
|
22
|
+
'target': {
|
|
23
|
+
type: 'schema',
|
|
24
|
+
isRequired: true,
|
|
25
|
+
options: { schema: getActiveThemeEmitTarget_schema_1.default, }
|
|
26
|
+
},
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(getActiveThemeEmitTargetAndPayloadSchema);
|
|
30
|
+
exports.default = getActiveThemeEmitTargetAndPayloadSchema;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const theme_schema_1 = __importDefault(require("./theme.schema"));
|
|
8
|
+
const getActiveThemeResponsePayloadSchema = {
|
|
9
|
+
id: 'getActiveThemeResponsePayload',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: '',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'theme': {
|
|
16
|
+
type: 'schema',
|
|
17
|
+
options: { schema: theme_schema_1.default, }
|
|
18
|
+
},
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(getActiveThemeResponsePayloadSchema);
|
|
22
|
+
exports.default = getActiveThemeResponsePayloadSchema;
|
package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const eventSource_schema_1 = __importDefault(require("./../../spruceEventUtils/v2021_09_13/eventSource.schema"));
|
|
8
|
+
const getViewControllersEmitTarget_schema_1 = __importDefault(require("./getViewControllersEmitTarget.schema"));
|
|
9
|
+
const getSkillViewsEmitTargetAndPayloadSchema = {
|
|
10
|
+
id: 'getSkillViewsEmitTargetAndPayload',
|
|
11
|
+
version: 'v2021_02_11',
|
|
12
|
+
namespace: 'Heartwood',
|
|
13
|
+
name: '',
|
|
14
|
+
fields: {
|
|
15
|
+
/** Source. */
|
|
16
|
+
'source': {
|
|
17
|
+
label: 'Source',
|
|
18
|
+
type: 'schema',
|
|
19
|
+
options: { schema: eventSource_schema_1.default, }
|
|
20
|
+
},
|
|
21
|
+
/** . */
|
|
22
|
+
'target': {
|
|
23
|
+
type: 'schema',
|
|
24
|
+
isRequired: true,
|
|
25
|
+
options: { schema: getViewControllersEmitTarget_schema_1.default, }
|
|
26
|
+
},
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(getSkillViewsEmitTargetAndPayloadSchema);
|
|
30
|
+
exports.default = getSkillViewsEmitTargetAndPayloadSchema;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const theme_schema_1 = __importDefault(require("./../../heartwoodViewControllers/v2021_02_11/theme.schema"));
|
|
8
|
+
const getSkillViewsResponsePayloadSchema = {
|
|
9
|
+
id: 'getSkillViewsResponsePayload',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: '',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'id': {
|
|
16
|
+
type: 'id',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
options: undefined
|
|
19
|
+
},
|
|
20
|
+
/** . */
|
|
21
|
+
'ids': {
|
|
22
|
+
type: 'text',
|
|
23
|
+
isRequired: true,
|
|
24
|
+
isArray: true,
|
|
25
|
+
options: undefined
|
|
26
|
+
},
|
|
27
|
+
/** . */
|
|
28
|
+
'source': {
|
|
29
|
+
type: 'text',
|
|
30
|
+
options: undefined
|
|
31
|
+
},
|
|
32
|
+
/** . */
|
|
33
|
+
'sourceUrl': {
|
|
34
|
+
type: 'text',
|
|
35
|
+
options: undefined
|
|
36
|
+
},
|
|
37
|
+
/** . */
|
|
38
|
+
'theme': {
|
|
39
|
+
type: 'schema',
|
|
40
|
+
options: { schema: theme_schema_1.default, }
|
|
41
|
+
},
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(getSkillViewsResponsePayloadSchema);
|
|
45
|
+
exports.default = getSkillViewsResponsePayloadSchema;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const getViewControllersEmitTargetSchema = {
|
|
5
|
+
id: 'getViewControllersEmitTarget',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** . */
|
|
11
|
+
'namespace': {
|
|
12
|
+
type: 'text',
|
|
13
|
+
isRequired: true,
|
|
14
|
+
options: undefined
|
|
15
|
+
},
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(getViewControllersEmitTargetSchema);
|
|
19
|
+
exports.default = getViewControllersEmitTargetSchema;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const listViewsResult_schema_1 = __importDefault(require("./listViewsResult.schema"));
|
|
8
|
+
const listViewsResponsePayloadSchema = {
|
|
9
|
+
id: 'listViewsResponsePayload',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: '',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'views': {
|
|
16
|
+
type: 'schema',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
isArray: true,
|
|
19
|
+
minArrayLength: 0,
|
|
20
|
+
options: { schema: listViewsResult_schema_1.default, }
|
|
21
|
+
},
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(listViewsResponsePayloadSchema);
|
|
25
|
+
exports.default = listViewsResponsePayloadSchema;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const listViewsResultSchema = {
|
|
5
|
+
id: 'listViewsResult',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** . */
|
|
11
|
+
'namespace': {
|
|
12
|
+
type: 'text',
|
|
13
|
+
isRequired: true,
|
|
14
|
+
options: undefined
|
|
15
|
+
},
|
|
16
|
+
/** Skill view ids. For now this is every view, but soon will be only skill views */
|
|
17
|
+
'svcIds': {
|
|
18
|
+
label: 'Skill view ids',
|
|
19
|
+
type: 'id',
|
|
20
|
+
isRequired: true,
|
|
21
|
+
hint: 'For now this is every view, but soon will be only skill views',
|
|
22
|
+
isArray: true,
|
|
23
|
+
minArrayLength: 0,
|
|
24
|
+
options: undefined
|
|
25
|
+
},
|
|
26
|
+
/** View ids. For now this is every view, but soon will be only views (not skill views) */
|
|
27
|
+
'vcIds': {
|
|
28
|
+
label: 'View ids',
|
|
29
|
+
type: 'id',
|
|
30
|
+
isRequired: true,
|
|
31
|
+
hint: 'For now this is every view, but soon will be only views (not skill views)',
|
|
32
|
+
isArray: true,
|
|
33
|
+
minArrayLength: 0,
|
|
34
|
+
options: undefined
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(listViewsResultSchema);
|
|
39
|
+
exports.default = listViewsResultSchema;
|
package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const registerDashboardCardsResponsePayloadSchema = {
|
|
5
|
+
id: 'registerDashboardCardsResponsePayload',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** . */
|
|
11
|
+
'vcIds': {
|
|
12
|
+
type: 'id',
|
|
13
|
+
isRequired: true,
|
|
14
|
+
isArray: true,
|
|
15
|
+
minArrayLength: 0,
|
|
16
|
+
options: undefined
|
|
17
|
+
},
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(registerDashboardCardsResponsePayloadSchema);
|
|
21
|
+
exports.default = registerDashboardCardsResponsePayloadSchema;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const theme_schema_1 = __importDefault(require("./../../heartwoodViewControllers/v2021_02_11/theme.schema"));
|
|
8
|
+
const registerSkillViewsEmitPayloadSchema = {
|
|
9
|
+
id: 'registerSkillViewsEmitPayload',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: '',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'ids': {
|
|
16
|
+
type: 'text',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
isArray: true,
|
|
19
|
+
options: undefined
|
|
20
|
+
},
|
|
21
|
+
/** . */
|
|
22
|
+
'source': {
|
|
23
|
+
type: 'text',
|
|
24
|
+
options: undefined
|
|
25
|
+
},
|
|
26
|
+
/** . */
|
|
27
|
+
'sourceUrl': {
|
|
28
|
+
type: 'text',
|
|
29
|
+
options: undefined
|
|
30
|
+
},
|
|
31
|
+
/** . */
|
|
32
|
+
'theme': {
|
|
33
|
+
type: 'schema',
|
|
34
|
+
options: { schema: theme_schema_1.default, }
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(registerSkillViewsEmitPayloadSchema);
|
|
39
|
+
exports.default = registerSkillViewsEmitPayloadSchema;
|
package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const eventSource_schema_1 = __importDefault(require("./../../spruceEventUtils/v2021_09_13/eventSource.schema"));
|
|
8
|
+
const registerSkillViewsEmitPayload_schema_1 = __importDefault(require("./registerSkillViewsEmitPayload.schema"));
|
|
9
|
+
const registerSkillViewsEmitTargetAndPayloadSchema = {
|
|
10
|
+
id: 'registerSkillViewsEmitTargetAndPayload',
|
|
11
|
+
version: 'v2021_02_11',
|
|
12
|
+
namespace: 'Heartwood',
|
|
13
|
+
name: '',
|
|
14
|
+
fields: {
|
|
15
|
+
/** Source. */
|
|
16
|
+
'source': {
|
|
17
|
+
label: 'Source',
|
|
18
|
+
type: 'schema',
|
|
19
|
+
options: { schema: eventSource_schema_1.default, }
|
|
20
|
+
},
|
|
21
|
+
/** . */
|
|
22
|
+
'payload': {
|
|
23
|
+
type: 'schema',
|
|
24
|
+
isRequired: true,
|
|
25
|
+
options: { schema: registerSkillViewsEmitPayload_schema_1.default, }
|
|
26
|
+
},
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(registerSkillViewsEmitTargetAndPayloadSchema);
|
|
30
|
+
exports.default = registerSkillViewsEmitTargetAndPayloadSchema;
|
package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const registerSkillViewsResponsePayloadSchema = {
|
|
5
|
+
id: 'registerSkillViewsResponsePayload',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** . Views that were registered. Will match the number of ids you sent. */
|
|
11
|
+
'totalRegistered': {
|
|
12
|
+
type: 'number',
|
|
13
|
+
isRequired: true,
|
|
14
|
+
hint: 'Views that were registered. Will match the number of ids you sent.',
|
|
15
|
+
options: undefined
|
|
16
|
+
},
|
|
17
|
+
}
|
|
18
|
+
};
|
|
19
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(registerSkillViewsResponsePayloadSchema);
|
|
20
|
+
exports.default = registerSkillViewsResponsePayloadSchema;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const themeProps_schema_1 = __importDefault(require("./../../heartwoodViewControllers/v2021_02_11/themeProps.schema"));
|
|
8
|
+
const themeSchema = {
|
|
9
|
+
id: 'theme',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: 'Theme',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'slug': {
|
|
16
|
+
type: 'id',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
options: undefined
|
|
19
|
+
},
|
|
20
|
+
/** . */
|
|
21
|
+
'name': {
|
|
22
|
+
type: 'text',
|
|
23
|
+
isRequired: true,
|
|
24
|
+
options: undefined
|
|
25
|
+
},
|
|
26
|
+
/** . */
|
|
27
|
+
'props': {
|
|
28
|
+
type: 'schema',
|
|
29
|
+
isRequired: true,
|
|
30
|
+
options: { schema: themeProps_schema_1.default, }
|
|
31
|
+
},
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(themeSchema);
|
|
35
|
+
exports.default = themeSchema;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const theme_schema_1 = __importDefault(require("./theme.schema"));
|
|
8
|
+
const upsertThemeEmitPayloadSchema = {
|
|
9
|
+
id: 'upsertThemeEmitPayload',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: '',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'theme': {
|
|
16
|
+
type: 'schema',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
options: { schema: theme_schema_1.default, }
|
|
19
|
+
},
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(upsertThemeEmitPayloadSchema);
|
|
23
|
+
exports.default = upsertThemeEmitPayloadSchema;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
4
|
+
const upsertThemeEmitTargetSchema = {
|
|
5
|
+
id: 'upsertThemeEmitTarget',
|
|
6
|
+
version: 'v2021_02_11',
|
|
7
|
+
namespace: 'Heartwood',
|
|
8
|
+
name: '',
|
|
9
|
+
fields: {
|
|
10
|
+
/** . */
|
|
11
|
+
'organizationId': {
|
|
12
|
+
type: 'id',
|
|
13
|
+
isRequired: true,
|
|
14
|
+
options: undefined
|
|
15
|
+
},
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(upsertThemeEmitTargetSchema);
|
|
19
|
+
exports.default = upsertThemeEmitTargetSchema;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const eventSource_schema_1 = __importDefault(require("./../../spruceEventUtils/v2021_09_13/eventSource.schema"));
|
|
8
|
+
const upsertThemeEmitTarget_schema_1 = __importDefault(require("./upsertThemeEmitTarget.schema"));
|
|
9
|
+
const upsertThemeEmitPayload_schema_1 = __importDefault(require("./upsertThemeEmitPayload.schema"));
|
|
10
|
+
const upsertThemeEmitTargetAndPayloadSchema = {
|
|
11
|
+
id: 'upsertThemeEmitTargetAndPayload',
|
|
12
|
+
version: 'v2021_02_11',
|
|
13
|
+
namespace: 'Heartwood',
|
|
14
|
+
name: '',
|
|
15
|
+
fields: {
|
|
16
|
+
/** Source. */
|
|
17
|
+
'source': {
|
|
18
|
+
label: 'Source',
|
|
19
|
+
type: 'schema',
|
|
20
|
+
options: { schema: eventSource_schema_1.default, }
|
|
21
|
+
},
|
|
22
|
+
/** . */
|
|
23
|
+
'target': {
|
|
24
|
+
type: 'schema',
|
|
25
|
+
isRequired: true,
|
|
26
|
+
options: { schema: upsertThemeEmitTarget_schema_1.default, }
|
|
27
|
+
},
|
|
28
|
+
/** . */
|
|
29
|
+
'payload': {
|
|
30
|
+
type: 'schema',
|
|
31
|
+
isRequired: true,
|
|
32
|
+
options: { schema: upsertThemeEmitPayload_schema_1.default, }
|
|
33
|
+
},
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(upsertThemeEmitTargetAndPayloadSchema);
|
|
37
|
+
exports.default = upsertThemeEmitTargetAndPayloadSchema;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const schema_1 = require("@sprucelabs/schema");
|
|
7
|
+
const theme_schema_1 = __importDefault(require("./theme.schema"));
|
|
8
|
+
const upsertThemeResponsePayloadSchema = {
|
|
9
|
+
id: 'upsertThemeResponsePayload',
|
|
10
|
+
version: 'v2021_02_11',
|
|
11
|
+
namespace: 'Heartwood',
|
|
12
|
+
name: '',
|
|
13
|
+
fields: {
|
|
14
|
+
/** . */
|
|
15
|
+
'theme': {
|
|
16
|
+
type: 'schema',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
options: { schema: theme_schema_1.default, }
|
|
19
|
+
},
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
schema_1.SchemaRegistry.getInstance().trackSchema(upsertThemeResponsePayloadSchema);
|
|
23
|
+
exports.default = upsertThemeResponsePayloadSchema;
|