@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.
Files changed (89) hide show
  1. package/build/.spruce/events/events.contract.d.ts +114 -1
  2. package/build/.spruce/events/events.contract.js +19 -0
  3. package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.d.ts +15 -0
  4. package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js +18 -0
  5. package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.d.ts +16 -0
  6. package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js +20 -0
  7. package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.d.ts +16 -0
  8. package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js +20 -0
  9. package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.d.ts +16 -0
  10. package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js +20 -0
  11. package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.d.ts +15 -0
  12. package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js +18 -0
  13. package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.d.ts +19 -0
  14. package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js +19 -0
  15. package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.d.ts +16 -0
  16. package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js +20 -0
  17. package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.d.ts +16 -0
  18. package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js +20 -0
  19. package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.d.ts +3 -0
  20. package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js +20 -0
  21. package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.d.ts +3 -0
  22. package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js +19 -0
  23. package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.d.ts +3 -0
  24. package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js +37 -0
  25. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.d.ts +3 -0
  26. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js +19 -0
  27. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.d.ts +3 -0
  28. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js +20 -0
  29. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.d.ts +3 -0
  30. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js +35 -0
  31. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.d.ts +3 -0
  32. package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js +20 -0
  33. package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.d.ts +3 -0
  34. package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js +19 -0
  35. package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.d.ts +3 -0
  36. package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js +30 -0
  37. package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.d.ts +3 -0
  38. package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js +22 -0
  39. package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.d.ts +3 -0
  40. package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js +30 -0
  41. package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.d.ts +3 -0
  42. package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js +45 -0
  43. package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.d.ts +3 -0
  44. package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js +19 -0
  45. package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.d.ts +3 -0
  46. package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js +25 -0
  47. package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.d.ts +3 -0
  48. package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js +39 -0
  49. package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.d.ts +3 -0
  50. package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js +21 -0
  51. package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.d.ts +3 -0
  52. package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js +39 -0
  53. package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.d.ts +3 -0
  54. package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js +30 -0
  55. package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.d.ts +3 -0
  56. package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js +20 -0
  57. package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.d.ts +3 -0
  58. package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js +35 -0
  59. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.d.ts +3 -0
  60. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js +23 -0
  61. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.d.ts +3 -0
  62. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js +19 -0
  63. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.d.ts +3 -0
  64. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js +37 -0
  65. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.d.ts +3 -0
  66. package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js +23 -0
  67. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/calendarEventColors.schema.d.ts +1 -0
  68. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/calendarEventColors.schema.js +5 -0
  69. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyle.schema.d.ts +1 -0
  70. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyle.schema.js +5 -0
  71. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.d.ts +1 -0
  72. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.js +5 -0
  73. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/controlBar.schema.d.ts +1 -0
  74. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/controlBar.schema.js +5 -0
  75. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontFamily.schema.d.ts +1 -0
  76. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontFamily.schema.js +5 -0
  77. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontSetting.schema.d.ts +1 -0
  78. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontSetting.schema.js +5 -0
  79. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.d.ts +1 -0
  80. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/statusIndicatorColors.schema.js +5 -0
  81. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.d.ts +1 -0
  82. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js +5 -0
  83. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeFonts.schema.d.ts +1 -0
  84. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeFonts.schema.js +5 -0
  85. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.d.ts +1 -0
  86. package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +5 -0
  87. package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.d.ts +1 -0
  88. package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js +5 -0
  89. 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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const generateUrlResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.GenerateUrlResponsePayloadSchema;
3
+ export default generateUrlResponsePayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const getActiveThemeEmitTargetSchema: SpruceSchemas.Heartwood.v2021_02_11.GetActiveThemeEmitTargetSchema;
3
+ export default getActiveThemeEmitTargetSchema;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const getActiveThemeEmitTargetAndPayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.GetActiveThemeEmitTargetAndPayloadSchema;
3
+ export default getActiveThemeEmitTargetAndPayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const getActiveThemeResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.GetActiveThemeResponsePayloadSchema;
3
+ export default getActiveThemeResponsePayloadSchema;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const getSkillViewsEmitTargetAndPayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.GetSkillViewsEmitTargetAndPayloadSchema;
3
+ export default getSkillViewsEmitTargetAndPayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const getSkillViewsResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.GetSkillViewsResponsePayloadSchema;
3
+ export default getSkillViewsResponsePayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const getViewControllersEmitTargetSchema: SpruceSchemas.Heartwood.v2021_02_11.GetViewControllersEmitTargetSchema;
3
+ export default getViewControllersEmitTargetSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const listViewsResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.ListViewsResponsePayloadSchema;
3
+ export default listViewsResponsePayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const listViewsResultSchema: SpruceSchemas.Heartwood.v2021_02_11.ListViewsResultSchema;
3
+ export default listViewsResultSchema;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const registerDashboardCardsResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.RegisterDashboardCardsResponsePayloadSchema;
3
+ export default registerDashboardCardsResponsePayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const registerSkillViewsEmitPayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.RegisterSkillViewsEmitPayloadSchema;
3
+ export default registerSkillViewsEmitPayloadSchema;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const registerSkillViewsEmitTargetAndPayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.RegisterSkillViewsEmitTargetAndPayloadSchema;
3
+ export default registerSkillViewsEmitTargetAndPayloadSchema;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const registerSkillViewsResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.RegisterSkillViewsResponsePayloadSchema;
3
+ export default registerSkillViewsResponsePayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const themeSchema: SpruceSchemas.Heartwood.v2021_02_11.ThemeSchema;
3
+ export default themeSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const upsertThemeEmitPayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.UpsertThemeEmitPayloadSchema;
3
+ export default upsertThemeEmitPayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const upsertThemeEmitTargetSchema: SpruceSchemas.Heartwood.v2021_02_11.UpsertThemeEmitTargetSchema;
3
+ export default upsertThemeEmitTargetSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const upsertThemeEmitTargetAndPayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.UpsertThemeEmitTargetAndPayloadSchema;
3
+ export default upsertThemeEmitTargetAndPayloadSchema;
@@ -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,3 @@
1
+ import { SpruceSchemas } from '../../schemas.types';
2
+ declare const upsertThemeResponsePayloadSchema: SpruceSchemas.Heartwood.v2021_02_11.UpsertThemeResponsePayloadSchema;
3
+ export default upsertThemeResponsePayloadSchema;
@@ -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;