@sprucelabs/spruce-cli 14.22.10 → 14.23.0
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/CHANGELOG.md +12 -0
- package/build/.spruce/events/appointments/didBookAppointments.v2021_06_23.contract.d.ts +10 -0
- package/build/.spruce/events/appointments/didBookAppointments.v2021_06_23.contract.js +24 -0
- package/build/.spruce/events/appointments/didBookAppointments.v2021_06_23.contract.js.map +1 -0
- package/build/.spruce/events/events.contract.d.ts +346 -36
- package/build/.spruce/events/events.contract.js +9 -1
- package/build/.spruce/events/events.contract.js.map +1 -1
- package/build/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.d.ts +20 -2
- package/build/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.js +23 -5
- package/build/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.js.map +1 -1
- package/build/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.d.ts +20 -2
- package/build/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.js +23 -5
- package/build/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.js.map +1 -1
- package/build/.spruce/events/forms/createForm.v2021_07_02.contract.d.ts +20 -2
- package/build/.spruce/events/forms/createForm.v2021_07_02.contract.js +23 -5
- package/build/.spruce/events/forms/createForm.v2021_07_02.contract.js.map +1 -1
- package/build/.spruce/events/forms/deleteCompletedForm.v2021_07_02.contract.d.ts +20 -2
- package/build/.spruce/events/forms/deleteCompletedForm.v2021_07_02.contract.js +23 -5
- package/build/.spruce/events/forms/deleteCompletedForm.v2021_07_02.contract.js.map +1 -1
- package/build/.spruce/events/forms/getCompletedForm.v2021_07_02.contract.d.ts +15 -0
- package/build/.spruce/events/forms/getCompletedForm.v2021_07_02.contract.js +17 -2
- package/build/.spruce/events/forms/getCompletedForm.v2021_07_02.contract.js.map +1 -1
- package/build/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.d.ts +20 -3
- package/build/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.js +23 -6
- package/build/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.js.map +1 -1
- package/build/.spruce/events/forms/listForms.v2021_07_02.contract.d.ts +38 -4
- package/build/.spruce/events/forms/listForms.v2021_07_02.contract.js +45 -11
- package/build/.spruce/events/forms/listForms.v2021_07_02.contract.js.map +1 -1
- 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 +17 -2
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.d.ts +21 -4
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js +24 -7
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.d.ts +21 -1
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js +26 -6
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/mySkill163459634973936127/myCoolEvent.v2021_01_22.contract.d.ts +38 -0
- package/build/.spruce/events/mySkill163459634973936127/myCoolEvent.v2021_01_22.contract.js +48 -0
- package/build/.spruce/events/mySkill163459634973936127/myCoolEvent.v2021_01_22.contract.js.map +1 -0
- package/build/.spruce/events/mySkill163493473102035607/myCoolEvent.v2021_01_22.contract.d.ts +38 -0
- package/build/.spruce/events/mySkill163493473102035607/myCoolEvent.v2021_01_22.contract.js +48 -0
- package/build/.spruce/events/mySkill163493473102035607/myCoolEvent.v2021_01_22.contract.js.map +1 -0
- package/build/.spruce/events/mySkill163493479880935941/myCoolEvent.v2021_01_22.contract.d.ts +38 -0
- package/build/.spruce/events/mySkill163493479880935941/myCoolEvent.v2021_01_22.contract.js +48 -0
- package/build/.spruce/events/mySkill163493479880935941/myCoolEvent.v2021_01_22.contract.js.map +1 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/appointments.schema.d.ts +3 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/appointments.schema.js +28 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/appointments.schema.js.map +1 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitPayload.schema.js +36 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTarget.schema.d.ts +3 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTarget.schema.js +28 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.js +56 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js +0 -10
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/schemas.types.d.ts +678 -604
- package/build/.spruce/schemas/schemas.types.js.map +1 -1
- package/build/__tests__/behavioral/AddingADependency.test.d.ts +9 -0
- package/build/__tests__/behavioral/AddingADependency.test.js +273 -0
- package/build/__tests__/behavioral/AddingADependency.test.js.map +1 -0
- package/build/__tests__/behavioral/CreatingADataStore.test.js.map +1 -1
- package/build/__tests__/behavioral/ManagingDependencies.test.d.ts +9 -0
- package/build/__tests__/behavioral/ManagingDependencies.test.js +279 -0
- package/build/__tests__/behavioral/ManagingDependencies.test.js.map +1 -0
- package/build/__tests__/behavioral/SyncingEventsOnlyFromDependencies.test.d.ts +8 -0
- package/build/__tests__/behavioral/SyncingEventsOnlyFromDependencies.test.js +209 -0
- package/build/__tests__/behavioral/SyncingEventsOnlyFromDependencies.test.js.map +1 -0
- package/build/__tests__/behavioral/events/CreatingAListener.test.js +9 -5
- package/build/__tests__/behavioral/events/CreatingAListener.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js +14 -7
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +43 -12
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +1 -1
- package/build/__tests__/behavioral/views/CreatingATheme.test.js +8 -2
- package/build/__tests__/behavioral/views/CreatingATheme.test.js.map +1 -1
- package/build/__tests__/behavioral/views/SettingUpViews.test.d.ts +1 -0
- package/build/__tests__/behavioral/views/SettingUpViews.test.js +48 -3
- package/build/__tests__/behavioral/views/SettingUpViews.test.js.map +1 -1
- package/build/__tests__/implementation/EventStore.test.js +4 -3
- package/build/__tests__/implementation/EventStore.test.js.map +1 -1
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.d.ts +1 -0
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +21 -3
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +1 -1
- package/build/errors/SpruceError.js +2 -2
- package/build/errors/SpruceError.js.map +1 -1
- package/build/features/FeatureInstaller.d.ts +1 -1
- package/build/features/FeatureInstallerFactory.js +4 -2
- package/build/features/FeatureInstallerFactory.js.map +1 -1
- package/build/features/dependencies/DependencyFeature.d.ts +16 -0
- package/build/features/dependencies/DependencyFeature.js +92 -0
- package/build/features/dependencies/DependencyFeature.js.map +1 -0
- package/build/features/dependencies/actions/AddAction.d.ts +33 -0
- package/build/features/dependencies/actions/AddAction.js +154 -0
- package/build/features/dependencies/actions/AddAction.js.map +1 -0
- package/build/features/dependencies/actions/ManageAction.d.ts +19 -0
- package/build/features/dependencies/actions/ManageAction.js +161 -0
- package/build/features/dependencies/actions/ManageAction.js.map +1 -0
- package/build/features/event/EventFeature.js +2 -1
- package/build/features/event/EventFeature.js.map +1 -1
- package/build/features/event/builders/EventContractBuilder.d.ts +3 -0
- package/build/features/event/builders/EventContractBuilder.js +12 -8
- package/build/features/event/builders/EventContractBuilder.js.map +1 -1
- package/build/features/event/stores/EventStore.d.ts +2 -1
- package/build/features/event/stores/EventStore.js +33 -25
- package/build/features/event/stores/EventStore.js.map +1 -1
- package/build/features/schema/actions/SyncAction.js +4 -2
- package/build/features/schema/actions/SyncAction.js.map +1 -1
- package/build/features/skill/actions/RebuildAction.js.map +1 -1
- package/build/features/skill/stores/SkillStore.d.ts +4 -0
- package/build/features/skill/stores/SkillStore.js +39 -15
- package/build/features/skill/stores/SkillStore.js.map +1 -1
- package/build/features/view/ViewFeature.js +5 -1
- package/build/features/view/ViewFeature.js.map +1 -1
- package/build/interfaces/SpyInterface.d.ts +2 -1
- package/build/interfaces/SpyInterface.js +67 -7
- package/build/interfaces/SpyInterface.js.map +1 -1
- package/build/services/DependencyService.d.ts +13 -0
- package/build/services/DependencyService.js +49 -0
- package/build/services/DependencyService.js.map +1 -0
- package/build/services/ServiceFactory.d.ts +2 -0
- package/build/services/ServiceFactory.js +5 -0
- package/build/services/ServiceFactory.js.map +1 -1
- package/build/templateItemBuilders/EventTemplateItemBuilder.js +9 -0
- package/build/templateItemBuilders/EventTemplateItemBuilder.js.map +1 -1
- package/build/tests/AbstractCliTest.js +2 -36
- package/build/tests/AbstractCliTest.js.map +1 -1
- package/build/tests/fixtures/SkillFixture.d.ts +2 -0
- package/build/tests/fixtures/SkillFixture.js +8 -8
- package/build/tests/fixtures/SkillFixture.js.map +1 -1
- package/build/utilities/action.utility.js +1 -5
- package/build/utilities/action.utility.js.map +1 -1
- package/package.json +19 -19
- package/src/.spruce/events/appointments/didBookAppointments.v2021_06_23.contract.ts +15 -0
- package/src/.spruce/events/events.contract.ts +32 -8
- package/src/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.ts +20 -2
- package/src/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.ts +20 -2
- package/src/.spruce/events/forms/createForm.v2021_07_02.contract.ts +20 -2
- package/src/.spruce/events/forms/deleteCompletedForm.v2021_07_02.contract.ts +20 -2
- package/src/.spruce/events/forms/getCompletedForm.v2021_07_02.contract.ts +15 -0
- package/src/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.ts +20 -3
- package/src/.spruce/events/forms/listForms.v2021_07_02.contract.ts +38 -4
- package/src/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.ts +15 -0
- package/src/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.ts +21 -4
- package/src/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.ts +21 -1
- package/src/.spruce/events/mySkill163459634973936127/myCoolEvent.v2021_01_22.contract.ts +45 -0
- package/src/.spruce/events/mySkill163493473102035607/myCoolEvent.v2021_01_22.contract.ts +45 -0
- package/src/.spruce/events/mySkill163493479880935941/myCoolEvent.v2021_01_22.contract.ts +45 -0
- package/src/.spruce/schemas/appointments/v2021_06_23/appointments.schema.ts +22 -0
- package/src/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitPayload.schema.ts +24 -0
- package/src/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTarget.schema.ts +22 -0
- package/src/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.ts +36 -0
- package/src/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.ts +0 -6
- package/src/.spruce/schemas/schemas.types.ts +815 -720
- package/src/__tests__/behavioral/AddingADependency.test.ts +98 -0
- package/src/__tests__/behavioral/CreatingADataStore.test.ts +2 -0
- package/src/__tests__/behavioral/ManagingDependencies.test.ts +115 -0
- package/src/__tests__/behavioral/SyncingEventsOnlyFromDependencies.test.ts +70 -0
- package/src/__tests__/behavioral/events/CreatingAListener.test.ts +5 -0
- package/src/__tests__/behavioral/events/KeepingEventsInSync.test.ts +6 -0
- package/src/__tests__/behavioral/events/KeepingEventsInSync2.test.ts +27 -0
- package/src/__tests__/behavioral/views/CreatingATheme.test.ts +4 -0
- package/src/__tests__/behavioral/views/SettingUpViews.test.ts +23 -0
- package/src/__tests__/implementation/EventStore.test.ts +5 -2
- package/src/__tests__/implementation/EventTemplateItemBuilder.test.ts +20 -1
- package/src/errors/SpruceError.ts +1 -1
- package/src/features/FeatureInstallerFactory.ts +3 -0
- package/src/features/dependencies/DependencyFeature.ts +27 -0
- package/src/features/dependencies/actions/AddAction.ts +63 -0
- package/src/features/dependencies/actions/ManageAction.ts +84 -0
- package/src/features/event/EventFeature.ts +1 -0
- package/src/features/event/builders/EventContractBuilder.ts +9 -2
- package/src/features/event/stores/EventStore.ts +20 -11
- package/src/features/schema/actions/SyncAction.ts +6 -3
- package/src/features/skill/actions/RebuildAction.ts +2 -0
- package/src/features/skill/stores/SkillStore.ts +8 -1
- package/src/features/view/ViewFeature.ts +5 -0
- package/src/interfaces/SpyInterface.ts +29 -2
- package/src/services/DependencyService.ts +27 -0
- package/src/services/ServiceFactory.ts +6 -0
- package/src/templateItemBuilders/EventTemplateItemBuilder.ts +10 -0
- package/src/tests/AbstractCliTest.ts +1 -21
- package/src/tests/fixtures/SkillFixture.ts +6 -2
- package/src/utilities/action.utility.ts +1 -6
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTarget.schema.d.ts +0 -3
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTarget.schema.js +0 -28
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTarget.schema.js.map +0 -1
- package/src/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTarget.schema.ts +0 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [14.23.0](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v14.22.10...v14.23.0) (2021-10-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* manage dependencies ([e4fbce2](https://github.com/sprucelabsai/spruce-cli-workspace/commit/e4fbce2))
|
|
12
|
+
* sync only events for dependent skills ([173c027](https://github.com/sprucelabsai/spruce-cli-workspace/commit/173c027))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [14.22.10](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v14.22.9...v14.22.10) (2021-10-24)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const didBookAppointmentsEventContract: {
|
|
2
|
+
eventSignatures: {
|
|
3
|
+
'appointments.did-book-appointments::v2021_06_23': {
|
|
4
|
+
isGlobal: true;
|
|
5
|
+
emitPayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Appointments.v2021_06_23.DidBookAppointmentsEmitTargetAndPayloadSchema;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export default didBookAppointmentsEventContract;
|
|
10
|
+
export declare type DidBookAppointmentsEventContract = typeof didBookAppointmentsEventContract;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _mercuryTypes = require("@sprucelabs/mercury-types");
|
|
11
|
+
|
|
12
|
+
var _didBookAppointmentsEmitTargetAndPayload = _interopRequireDefault(require("../../schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema"));
|
|
13
|
+
|
|
14
|
+
var didBookAppointmentsEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
15
|
+
eventSignatures: {
|
|
16
|
+
'appointments.did-book-appointments::v2021_06_23': {
|
|
17
|
+
isGlobal: true,
|
|
18
|
+
emitPayloadSchema: _didBookAppointmentsEmitTargetAndPayload["default"]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
var _default = didBookAppointmentsEventContract;
|
|
23
|
+
exports["default"] = _default;
|
|
24
|
+
//# sourceMappingURL=didBookAppointments.v2021_06_23.contract.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../src/.spruce/events/appointments/didBookAppointments.v2021_06_23.contract.ts"],"names":["didBookAppointmentsEventContract","eventSignatures","isGlobal","emitPayloadSchema","didBookAppointmentsEmitTargetAndPayloadSchema"],"mappings":";;;;;;;;;AAAA;;AACA;;AAEA,IAAMA,gCAAgC,GAAG,sCAAmB;AAC3DC,EAAAA,eAAe,EAAE;AAChB,uDAAmD;AAClDC,MAAAA,QAAQ,EAAE,IADwC;AAElDC,MAAAA,iBAAiB,EAAEC;AAF+B;AADnC;AAD0C,CAAnB,CAAzC;eAQeJ,gC","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport didBookAppointmentsEmitTargetAndPayloadSchema from '#spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema'\n\nconst didBookAppointmentsEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'appointments.did-book-appointments::v2021_06_23': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: didBookAppointmentsEmitTargetAndPayloadSchema,\n\t\t},\n\t},\n})\nexport default didBookAppointmentsEventContract\n\nexport type DidBookAppointmentsEventContract =\n\ttypeof didBookAppointmentsEventContract\n"],"file":"didBookAppointments.v2021_06_23.contract.js"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DidBookAppointmentsEventContract as AppointmentsDidBookAppointmentsEventContract_v2021_06_23 } from "./appointments/didBookAppointments.v2021_06_23.contract";
|
|
1
2
|
import { CreateCalendarEventTypeEventContract as CalendarCreateCalendarEventTypeEventContract_v2021_05_19 } from "./calendar/createCalendarEventType.v2021_05_19.contract";
|
|
2
3
|
import { ListCalendarEventTypesEventContract as CalendarListCalendarEventTypesEventContract_v2021_05_19 } from "./calendar/listCalendarEventTypes.v2021_05_19.contract";
|
|
3
4
|
import { ConvertPdfToFormEventContract as FormsConvertPdfToFormEventContract_v2021_07_02 } from "./forms/convertPdfToForm.v2021_07_02.contract";
|
|
@@ -15,6 +16,9 @@ import { GetSkillViewsEventContract as HeartwoodGetSkillViewsEventContract_v2021
|
|
|
15
16
|
import { RegisterSkillViewsEventContract as HeartwoodRegisterSkillViewsEventContract_v2021_02_11 } from "./heartwood/registerSkillViews.v2021_02_11.contract";
|
|
16
17
|
import { MyCoolEventEventContract as MySkill163362874854325100MyCoolEventEventContract_v2021_01_22 } from "./mySkill163362874854325100/myCoolEvent.v2021_01_22.contract";
|
|
17
18
|
import { MyCoolEventEventContract as MySkill163362882591525586MyCoolEventEventContract_v2021_01_22 } from "./mySkill163362882591525586/myCoolEvent.v2021_01_22.contract";
|
|
19
|
+
import { MyCoolEventEventContract as MySkill163459634973936127MyCoolEventEventContract_v2021_01_22 } from "./mySkill163459634973936127/myCoolEvent.v2021_01_22.contract";
|
|
20
|
+
import { MyCoolEventEventContract as MySkill163493473102035607MyCoolEventEventContract_v2021_01_22 } from "./mySkill163493473102035607/myCoolEvent.v2021_01_22.contract";
|
|
21
|
+
import { MyCoolEventEventContract as MySkill163493479880935941MyCoolEventEventContract_v2021_01_22 } from "./mySkill163493479880935941/myCoolEvent.v2021_01_22.contract";
|
|
18
22
|
declare const _default: ({
|
|
19
23
|
eventSignatures: {
|
|
20
24
|
'heartwood.get-skill-views::v2021_02_11': {
|
|
@@ -24,26 +28,133 @@ declare const _default: ({
|
|
|
24
28
|
emitPermissionContract: {
|
|
25
29
|
id: string;
|
|
26
30
|
name: string;
|
|
31
|
+
description: null;
|
|
27
32
|
requireAllPermissions: false;
|
|
28
33
|
permissions: {
|
|
29
34
|
id: string;
|
|
30
35
|
name: string;
|
|
36
|
+
description: null;
|
|
37
|
+
requireAllStatuses: null;
|
|
31
38
|
defaults: {
|
|
39
|
+
skill: true;
|
|
40
|
+
owner: null;
|
|
41
|
+
groupManager: null;
|
|
42
|
+
manager: null;
|
|
43
|
+
teammate: null;
|
|
32
44
|
guest: {
|
|
33
45
|
default: true;
|
|
46
|
+
clockedIn: null;
|
|
47
|
+
clockedOut: null;
|
|
48
|
+
onPrem: null;
|
|
49
|
+
offPrem: null;
|
|
34
50
|
};
|
|
35
51
|
anonymous: {
|
|
36
52
|
default: true;
|
|
53
|
+
clockedIn: null;
|
|
54
|
+
clockedOut: null;
|
|
55
|
+
onPrem: null;
|
|
56
|
+
offPrem: null;
|
|
57
|
+
};
|
|
58
|
+
loggedIn: {
|
|
59
|
+
default: true;
|
|
60
|
+
clockedIn: null;
|
|
61
|
+
clockedOut: null;
|
|
62
|
+
onPrem: null;
|
|
63
|
+
offPrem: null;
|
|
37
64
|
};
|
|
65
|
+
};
|
|
66
|
+
can: null;
|
|
67
|
+
}[];
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
} | {
|
|
72
|
+
eventSignatures: {
|
|
73
|
+
'heartwood.did-register-skill-views::v2021_02_11': {
|
|
74
|
+
isGlobal: true;
|
|
75
|
+
emitPayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.DidRegisterSkillViewsEmitTargetAndPayloadSchema;
|
|
76
|
+
listenPermissionContract: {
|
|
77
|
+
id: string;
|
|
78
|
+
name: string;
|
|
79
|
+
description: null;
|
|
80
|
+
requireAllPermissions: false;
|
|
81
|
+
permissions: {
|
|
82
|
+
id: string;
|
|
83
|
+
name: string;
|
|
84
|
+
description: null;
|
|
85
|
+
requireAllStatuses: null;
|
|
86
|
+
defaults: {
|
|
87
|
+
skill: null;
|
|
88
|
+
owner: null;
|
|
89
|
+
groupManager: null;
|
|
90
|
+
manager: null;
|
|
91
|
+
teammate: null;
|
|
92
|
+
guest: null;
|
|
93
|
+
anonymous: null;
|
|
38
94
|
loggedIn: {
|
|
39
95
|
default: true;
|
|
96
|
+
clockedIn: null;
|
|
97
|
+
clockedOut: null;
|
|
98
|
+
onPrem: null;
|
|
99
|
+
offPrem: null;
|
|
40
100
|
};
|
|
101
|
+
};
|
|
102
|
+
can: null;
|
|
103
|
+
}[];
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
} | {
|
|
108
|
+
eventSignatures: {
|
|
109
|
+
'heartwood.generate-url::v2021_02_11': {
|
|
110
|
+
isGlobal: true;
|
|
111
|
+
emitPayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.GenerateUrlEmitTargetAndPayloadSchema;
|
|
112
|
+
responsePayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.GenerateUrlResponsePayloadSchema;
|
|
113
|
+
emitPermissionContract: {
|
|
114
|
+
id: string;
|
|
115
|
+
name: string;
|
|
116
|
+
description: null;
|
|
117
|
+
requireAllPermissions: false;
|
|
118
|
+
permissions: {
|
|
119
|
+
id: string;
|
|
120
|
+
name: string;
|
|
121
|
+
description: null;
|
|
122
|
+
requireAllStatuses: null;
|
|
123
|
+
defaults: {
|
|
41
124
|
skill: true;
|
|
125
|
+
owner: null;
|
|
126
|
+
groupManager: null;
|
|
127
|
+
manager: null;
|
|
128
|
+
teammate: null;
|
|
129
|
+
guest: null;
|
|
130
|
+
anonymous: {
|
|
131
|
+
default: true;
|
|
132
|
+
clockedIn: null;
|
|
133
|
+
clockedOut: null;
|
|
134
|
+
onPrem: null;
|
|
135
|
+
offPrem: null;
|
|
136
|
+
};
|
|
137
|
+
loggedIn: {
|
|
138
|
+
default: true;
|
|
139
|
+
clockedIn: null;
|
|
140
|
+
clockedOut: null;
|
|
141
|
+
onPrem: null;
|
|
142
|
+
offPrem: null;
|
|
143
|
+
};
|
|
42
144
|
};
|
|
145
|
+
can: null;
|
|
43
146
|
}[];
|
|
44
147
|
};
|
|
45
148
|
};
|
|
46
149
|
};
|
|
150
|
+
} | {
|
|
151
|
+
eventSignatures: {
|
|
152
|
+
'heartwood.register-skill-views::v2021_02_11': {
|
|
153
|
+
isGlobal: true;
|
|
154
|
+
emitPayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.RegisterSkillViewsEmitTargetAndPayloadSchema;
|
|
155
|
+
responsePayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.RegisterSkillViewsResponsePayloadSchema;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
47
158
|
} | {
|
|
48
159
|
eventSignatures: {
|
|
49
160
|
'calendar.create-calendar-event-type::v2021_05_19': {
|
|
@@ -138,18 +249,36 @@ declare const _default: ({
|
|
|
138
249
|
emitPermissionContract: {
|
|
139
250
|
id: string;
|
|
140
251
|
name: string;
|
|
252
|
+
description: null;
|
|
141
253
|
requireAllPermissions: false;
|
|
142
254
|
permissions: {
|
|
143
255
|
id: string;
|
|
144
256
|
name: string;
|
|
257
|
+
description: null;
|
|
258
|
+
requireAllStatuses: null;
|
|
145
259
|
defaults: {
|
|
146
|
-
|
|
260
|
+
skill: null;
|
|
261
|
+
owner: null;
|
|
262
|
+
groupManager: null;
|
|
263
|
+
manager: null;
|
|
264
|
+
teammate: null;
|
|
265
|
+
guest: null;
|
|
266
|
+
anonymous: {
|
|
147
267
|
default: true;
|
|
268
|
+
clockedIn: null;
|
|
269
|
+
clockedOut: null;
|
|
270
|
+
onPrem: null;
|
|
271
|
+
offPrem: null;
|
|
148
272
|
};
|
|
149
|
-
|
|
273
|
+
loggedIn: {
|
|
150
274
|
default: true;
|
|
275
|
+
clockedIn: null;
|
|
276
|
+
clockedOut: null;
|
|
277
|
+
onPrem: null;
|
|
278
|
+
offPrem: null;
|
|
151
279
|
};
|
|
152
280
|
};
|
|
281
|
+
can: null;
|
|
153
282
|
}[];
|
|
154
283
|
};
|
|
155
284
|
};
|
|
@@ -163,18 +292,36 @@ declare const _default: ({
|
|
|
163
292
|
emitPermissionContract: {
|
|
164
293
|
id: string;
|
|
165
294
|
name: string;
|
|
295
|
+
description: null;
|
|
166
296
|
requireAllPermissions: false;
|
|
167
297
|
permissions: {
|
|
168
298
|
id: string;
|
|
169
299
|
name: string;
|
|
300
|
+
description: null;
|
|
301
|
+
requireAllStatuses: null;
|
|
170
302
|
defaults: {
|
|
171
|
-
|
|
303
|
+
skill: null;
|
|
304
|
+
owner: null;
|
|
305
|
+
groupManager: null;
|
|
306
|
+
manager: null;
|
|
307
|
+
teammate: null;
|
|
308
|
+
guest: null;
|
|
309
|
+
anonymous: {
|
|
172
310
|
default: true;
|
|
311
|
+
clockedIn: null;
|
|
312
|
+
clockedOut: null;
|
|
313
|
+
onPrem: null;
|
|
314
|
+
offPrem: null;
|
|
173
315
|
};
|
|
174
|
-
|
|
316
|
+
loggedIn: {
|
|
175
317
|
default: true;
|
|
318
|
+
clockedIn: null;
|
|
319
|
+
clockedOut: null;
|
|
320
|
+
onPrem: null;
|
|
321
|
+
offPrem: null;
|
|
176
322
|
};
|
|
177
323
|
};
|
|
324
|
+
can: null;
|
|
178
325
|
}[];
|
|
179
326
|
};
|
|
180
327
|
};
|
|
@@ -188,18 +335,36 @@ declare const _default: ({
|
|
|
188
335
|
emitPermissionContract: {
|
|
189
336
|
id: string;
|
|
190
337
|
name: string;
|
|
338
|
+
description: null;
|
|
191
339
|
requireAllPermissions: false;
|
|
192
340
|
permissions: {
|
|
193
341
|
id: string;
|
|
194
342
|
name: string;
|
|
343
|
+
description: null;
|
|
344
|
+
requireAllStatuses: null;
|
|
195
345
|
defaults: {
|
|
196
|
-
|
|
346
|
+
skill: null;
|
|
347
|
+
owner: null;
|
|
348
|
+
groupManager: null;
|
|
349
|
+
manager: null;
|
|
350
|
+
teammate: null;
|
|
351
|
+
guest: null;
|
|
352
|
+
anonymous: {
|
|
197
353
|
default: true;
|
|
354
|
+
clockedIn: null;
|
|
355
|
+
clockedOut: null;
|
|
356
|
+
onPrem: null;
|
|
357
|
+
offPrem: null;
|
|
198
358
|
};
|
|
199
|
-
|
|
359
|
+
loggedIn: {
|
|
200
360
|
default: true;
|
|
361
|
+
clockedIn: null;
|
|
362
|
+
clockedOut: null;
|
|
363
|
+
onPrem: null;
|
|
364
|
+
offPrem: null;
|
|
201
365
|
};
|
|
202
366
|
};
|
|
367
|
+
can: null;
|
|
203
368
|
}[];
|
|
204
369
|
};
|
|
205
370
|
};
|
|
@@ -213,18 +378,36 @@ declare const _default: ({
|
|
|
213
378
|
emitPermissionContract: {
|
|
214
379
|
id: string;
|
|
215
380
|
name: string;
|
|
381
|
+
description: null;
|
|
216
382
|
requireAllPermissions: false;
|
|
217
383
|
permissions: {
|
|
218
384
|
id: string;
|
|
219
385
|
name: string;
|
|
386
|
+
description: null;
|
|
387
|
+
requireAllStatuses: null;
|
|
220
388
|
defaults: {
|
|
221
|
-
|
|
389
|
+
skill: null;
|
|
390
|
+
owner: null;
|
|
391
|
+
groupManager: null;
|
|
392
|
+
manager: null;
|
|
393
|
+
teammate: null;
|
|
394
|
+
guest: null;
|
|
395
|
+
anonymous: {
|
|
222
396
|
default: true;
|
|
397
|
+
clockedIn: null;
|
|
398
|
+
clockedOut: null;
|
|
399
|
+
onPrem: null;
|
|
400
|
+
offPrem: null;
|
|
223
401
|
};
|
|
224
|
-
|
|
402
|
+
loggedIn: {
|
|
225
403
|
default: true;
|
|
404
|
+
clockedIn: null;
|
|
405
|
+
clockedOut: null;
|
|
406
|
+
onPrem: null;
|
|
407
|
+
offPrem: null;
|
|
226
408
|
};
|
|
227
409
|
};
|
|
410
|
+
can: null;
|
|
228
411
|
}[];
|
|
229
412
|
};
|
|
230
413
|
};
|
|
@@ -245,15 +428,30 @@ declare const _default: ({
|
|
|
245
428
|
emitPermissionContract: {
|
|
246
429
|
id: string;
|
|
247
430
|
name: string;
|
|
431
|
+
description: null;
|
|
248
432
|
requireAllPermissions: false;
|
|
249
433
|
permissions: {
|
|
250
434
|
id: string;
|
|
251
435
|
name: string;
|
|
436
|
+
description: null;
|
|
437
|
+
requireAllStatuses: null;
|
|
252
438
|
defaults: {
|
|
439
|
+
skill: null;
|
|
440
|
+
owner: null;
|
|
441
|
+
groupManager: null;
|
|
442
|
+
manager: null;
|
|
443
|
+
teammate: null;
|
|
444
|
+
guest: null;
|
|
445
|
+
anonymous: null;
|
|
253
446
|
loggedIn: {
|
|
254
447
|
default: true;
|
|
448
|
+
clockedIn: null;
|
|
449
|
+
clockedOut: null;
|
|
450
|
+
onPrem: null;
|
|
451
|
+
offPrem: null;
|
|
255
452
|
};
|
|
256
453
|
};
|
|
454
|
+
can: null;
|
|
257
455
|
}[];
|
|
258
456
|
};
|
|
259
457
|
};
|
|
@@ -266,19 +464,36 @@ declare const _default: ({
|
|
|
266
464
|
emitPermissionContract: {
|
|
267
465
|
id: string;
|
|
268
466
|
name: string;
|
|
467
|
+
description: null;
|
|
269
468
|
requireAllPermissions: false;
|
|
270
469
|
permissions: {
|
|
271
470
|
id: string;
|
|
272
471
|
name: string;
|
|
472
|
+
description: null;
|
|
473
|
+
requireAllStatuses: null;
|
|
273
474
|
defaults: {
|
|
274
|
-
|
|
475
|
+
skill: true;
|
|
476
|
+
owner: null;
|
|
477
|
+
groupManager: null;
|
|
478
|
+
manager: null;
|
|
479
|
+
teammate: null;
|
|
480
|
+
guest: null;
|
|
481
|
+
anonymous: {
|
|
275
482
|
default: true;
|
|
483
|
+
clockedIn: null;
|
|
484
|
+
clockedOut: null;
|
|
485
|
+
onPrem: null;
|
|
486
|
+
offPrem: null;
|
|
276
487
|
};
|
|
277
|
-
|
|
488
|
+
loggedIn: {
|
|
278
489
|
default: true;
|
|
490
|
+
clockedIn: null;
|
|
491
|
+
clockedOut: null;
|
|
492
|
+
onPrem: null;
|
|
493
|
+
offPrem: null;
|
|
279
494
|
};
|
|
280
|
-
skill: true;
|
|
281
495
|
};
|
|
496
|
+
can: null;
|
|
282
497
|
}[];
|
|
283
498
|
};
|
|
284
499
|
};
|
|
@@ -291,37 +506,71 @@ declare const _default: ({
|
|
|
291
506
|
emitPermissionContract: {
|
|
292
507
|
id: string;
|
|
293
508
|
name: string;
|
|
509
|
+
description: null;
|
|
294
510
|
requireAllPermissions: false;
|
|
295
511
|
permissions: {
|
|
296
512
|
id: string;
|
|
297
513
|
name: string;
|
|
514
|
+
description: null;
|
|
515
|
+
requireAllStatuses: null;
|
|
298
516
|
defaults: {
|
|
299
|
-
|
|
517
|
+
skill: true;
|
|
518
|
+
owner: null;
|
|
519
|
+
groupManager: null;
|
|
520
|
+
manager: null;
|
|
521
|
+
teammate: null;
|
|
522
|
+
guest: null;
|
|
523
|
+
anonymous: {
|
|
300
524
|
default: true;
|
|
525
|
+
clockedIn: null;
|
|
526
|
+
clockedOut: null;
|
|
527
|
+
onPrem: null;
|
|
528
|
+
offPrem: null;
|
|
301
529
|
};
|
|
302
|
-
|
|
530
|
+
loggedIn: {
|
|
303
531
|
default: true;
|
|
532
|
+
clockedIn: null;
|
|
533
|
+
clockedOut: null;
|
|
534
|
+
onPrem: null;
|
|
535
|
+
offPrem: null;
|
|
304
536
|
};
|
|
305
|
-
skill: true;
|
|
306
537
|
};
|
|
538
|
+
can: null;
|
|
307
539
|
}[];
|
|
308
540
|
};
|
|
309
541
|
listenPermissionContract: {
|
|
310
542
|
id: string;
|
|
311
543
|
name: string;
|
|
544
|
+
description: null;
|
|
312
545
|
requireAllPermissions: false;
|
|
313
546
|
permissions: {
|
|
314
547
|
id: string;
|
|
315
548
|
name: string;
|
|
549
|
+
description: null;
|
|
550
|
+
requireAllStatuses: null;
|
|
316
551
|
defaults: {
|
|
552
|
+
skill: true;
|
|
553
|
+
owner: null;
|
|
554
|
+
groupManager: null;
|
|
555
|
+
manager: null;
|
|
556
|
+
teammate: null;
|
|
557
|
+
guest: null;
|
|
317
558
|
anonymous: {
|
|
318
559
|
default: true;
|
|
560
|
+
clockedIn: null;
|
|
561
|
+
clockedOut: null;
|
|
562
|
+
onPrem: null;
|
|
563
|
+
offPrem: null;
|
|
319
564
|
};
|
|
320
565
|
loggedIn: {
|
|
321
566
|
default: true;
|
|
567
|
+
clockedIn: null;
|
|
568
|
+
clockedOut: null;
|
|
569
|
+
onPrem: null;
|
|
570
|
+
offPrem: null;
|
|
322
571
|
};
|
|
323
|
-
skill: true;
|
|
324
572
|
};
|
|
573
|
+
can: null;
|
|
325
574
|
}[];
|
|
326
575
|
};
|
|
327
576
|
};
|
|
@@ -336,63 +585,124 @@ declare const _default: ({
|
|
|
336
585
|
};
|
|
337
586
|
} | {
|
|
338
587
|
eventSignatures: {
|
|
339
|
-
'
|
|
588
|
+
'appointments.did-book-appointments::v2021_06_23': {
|
|
340
589
|
isGlobal: true;
|
|
341
|
-
emitPayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.
|
|
342
|
-
|
|
590
|
+
emitPayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Appointments.v2021_06_23.DidBookAppointmentsEmitTargetAndPayloadSchema;
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
} | {
|
|
594
|
+
eventSignatures: {
|
|
595
|
+
'my-skill-1634596349739-36127.my-cool-event::v2021_01_22': {
|
|
596
|
+
isGlobal: true;
|
|
597
|
+
emitPermissionContract: {
|
|
343
598
|
id: string;
|
|
344
599
|
name: string;
|
|
345
|
-
|
|
600
|
+
description: null;
|
|
601
|
+
requireAllPermissions: null;
|
|
346
602
|
permissions: {
|
|
347
603
|
id: string;
|
|
348
604
|
name: string;
|
|
605
|
+
description: null;
|
|
606
|
+
requireAllStatuses: null;
|
|
349
607
|
defaults: {
|
|
350
|
-
|
|
608
|
+
skill: null;
|
|
609
|
+
owner: null;
|
|
610
|
+
groupManager: null;
|
|
611
|
+
manager: null;
|
|
612
|
+
teammate: null;
|
|
613
|
+
guest: null;
|
|
614
|
+
anonymous: {
|
|
351
615
|
default: true;
|
|
616
|
+
clockedIn: null;
|
|
617
|
+
clockedOut: null;
|
|
618
|
+
onPrem: null;
|
|
619
|
+
offPrem: null;
|
|
352
620
|
};
|
|
621
|
+
loggedIn: null;
|
|
353
622
|
};
|
|
623
|
+
can: null;
|
|
354
624
|
}[];
|
|
355
625
|
};
|
|
356
626
|
};
|
|
357
627
|
};
|
|
358
628
|
} | {
|
|
359
629
|
eventSignatures: {
|
|
360
|
-
'
|
|
630
|
+
'my-skill-1634934731020-35607.my-cool-event::v2021_01_22': {
|
|
361
631
|
isGlobal: true;
|
|
362
|
-
emitPayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.GenerateUrlEmitTargetAndPayloadSchema;
|
|
363
|
-
responsePayloadSchema: import("@sprucelabs/mercury-core-events").SpruceSchemas.Heartwood.v2021_02_11.GenerateUrlResponsePayloadSchema;
|
|
364
632
|
emitPermissionContract: {
|
|
365
633
|
id: string;
|
|
366
634
|
name: string;
|
|
367
|
-
|
|
635
|
+
description: null;
|
|
636
|
+
requireAllPermissions: null;
|
|
368
637
|
permissions: {
|
|
369
|
-
name: string;
|
|
370
638
|
id: string;
|
|
639
|
+
name: string;
|
|
640
|
+
description: null;
|
|
641
|
+
requireAllStatuses: null;
|
|
371
642
|
defaults: {
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
643
|
+
skill: null;
|
|
644
|
+
owner: null;
|
|
645
|
+
groupManager: null;
|
|
646
|
+
manager: null;
|
|
647
|
+
teammate: null;
|
|
648
|
+
guest: null;
|
|
375
649
|
anonymous: {
|
|
376
650
|
default: true;
|
|
651
|
+
clockedIn: null;
|
|
652
|
+
clockedOut: null;
|
|
653
|
+
onPrem: null;
|
|
654
|
+
offPrem: null;
|
|
377
655
|
};
|
|
378
|
-
|
|
656
|
+
loggedIn: null;
|
|
379
657
|
};
|
|
658
|
+
can: null;
|
|
380
659
|
}[];
|
|
381
660
|
};
|
|
382
661
|
};
|
|
383
662
|
};
|
|
384
663
|
} | {
|
|
385
664
|
eventSignatures: {
|
|
386
|
-
'
|
|
665
|
+
'my-skill-1634934798809-35941.my-cool-event::v2021_01_22': {
|
|
387
666
|
isGlobal: true;
|
|
388
|
-
|
|
389
|
-
|
|
667
|
+
emitPermissionContract: {
|
|
668
|
+
id: string;
|
|
669
|
+
name: string;
|
|
670
|
+
description: null;
|
|
671
|
+
requireAllPermissions: null;
|
|
672
|
+
permissions: {
|
|
673
|
+
id: string;
|
|
674
|
+
name: string;
|
|
675
|
+
description: null;
|
|
676
|
+
requireAllStatuses: null;
|
|
677
|
+
defaults: {
|
|
678
|
+
skill: null;
|
|
679
|
+
owner: null;
|
|
680
|
+
groupManager: null;
|
|
681
|
+
manager: null;
|
|
682
|
+
teammate: null;
|
|
683
|
+
guest: null;
|
|
684
|
+
anonymous: {
|
|
685
|
+
default: true;
|
|
686
|
+
clockedIn: null;
|
|
687
|
+
clockedOut: null;
|
|
688
|
+
onPrem: null;
|
|
689
|
+
offPrem: null;
|
|
690
|
+
};
|
|
691
|
+
loggedIn: null;
|
|
692
|
+
};
|
|
693
|
+
can: null;
|
|
694
|
+
}[];
|
|
695
|
+
};
|
|
390
696
|
};
|
|
391
697
|
};
|
|
392
698
|
})[];
|
|
393
699
|
export default _default;
|
|
394
700
|
declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
|
|
395
701
|
interface SkillEventSignatures {
|
|
702
|
+
'heartwood.did-register-skill-views::v2021_02_11': HeartwoodDidRegisterSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.did-register-skill-views::v2021_02_11'];
|
|
703
|
+
'heartwood.generate-url::v2021_02_11': HeartwoodGenerateUrlEventContract_v2021_02_11['eventSignatures']['heartwood.generate-url::v2021_02_11'];
|
|
704
|
+
'heartwood.get-skill-views::v2021_02_11': HeartwoodGetSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.get-skill-views::v2021_02_11'];
|
|
705
|
+
'heartwood.register-skill-views::v2021_02_11': HeartwoodRegisterSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.register-skill-views::v2021_02_11'];
|
|
396
706
|
'calendar.create-calendar-event-type::v2021_05_19': CalendarCreateCalendarEventTypeEventContract_v2021_05_19['eventSignatures']['calendar.create-calendar-event-type::v2021_05_19'];
|
|
397
707
|
'calendar.list-calendar-event-types::v2021_05_19': CalendarListCalendarEventTypesEventContract_v2021_05_19['eventSignatures']['calendar.list-calendar-event-types::v2021_05_19'];
|
|
398
708
|
'my-skill-1633628748543-25100.my-cool-event::v2021_01_22': MySkill163362874854325100MyCoolEventEventContract_v2021_01_22['eventSignatures']['my-skill-1633628748543-25100.my-cool-event::v2021_01_22'];
|
|
@@ -406,9 +716,9 @@ declare module '@sprucelabs/mercury-types/build/types/mercury.types' {
|
|
|
406
716
|
'forms.list-completed-forms::v2021_07_02': FormsListCompletedFormsEventContract_v2021_07_02['eventSignatures']['forms.list-completed-forms::v2021_07_02'];
|
|
407
717
|
'forms.list-forms::v2021_07_02': FormsListFormsEventContract_v2021_07_02['eventSignatures']['forms.list-forms::v2021_07_02'];
|
|
408
718
|
'forms.update-completed-form::v2021_07_02': FormsUpdateCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.update-completed-form::v2021_07_02'];
|
|
409
|
-
'
|
|
410
|
-
'
|
|
411
|
-
'
|
|
412
|
-
'
|
|
719
|
+
'appointments.did-book-appointments::v2021_06_23': AppointmentsDidBookAppointmentsEventContract_v2021_06_23['eventSignatures']['appointments.did-book-appointments::v2021_06_23'];
|
|
720
|
+
'my-skill-1634596349739-36127.my-cool-event::v2021_01_22': MySkill163459634973936127MyCoolEventEventContract_v2021_01_22['eventSignatures']['my-skill-1634596349739-36127.my-cool-event::v2021_01_22'];
|
|
721
|
+
'my-skill-1634934731020-35607.my-cool-event::v2021_01_22': MySkill163493473102035607MyCoolEventEventContract_v2021_01_22['eventSignatures']['my-skill-1634934731020-35607.my-cool-event::v2021_01_22'];
|
|
722
|
+
'my-skill-1634934798809-35941.my-cool-event::v2021_01_22': MySkill163493479880935941MyCoolEventEventContract_v2021_01_22['eventSignatures']['my-skill-1634934798809-35941.my-cool-event::v2021_01_22'];
|
|
413
723
|
}
|
|
414
724
|
}
|