@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
|
@@ -11,6 +11,8 @@ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers
|
|
|
11
11
|
|
|
12
12
|
var _mercuryCoreEvents = require("@sprucelabs/mercury-core-events");
|
|
13
13
|
|
|
14
|
+
var _didBookAppointmentsV2021_06_ = _interopRequireDefault(require("./appointments/didBookAppointments.v2021_06_23.contract"));
|
|
15
|
+
|
|
14
16
|
var _createCalendarEventTypeV2021_05_ = _interopRequireDefault(require("./calendar/createCalendarEventType.v2021_05_19.contract"));
|
|
15
17
|
|
|
16
18
|
var _listCalendarEventTypesV2021_05_ = _interopRequireDefault(require("./calendar/listCalendarEventTypes.v2021_05_19.contract"));
|
|
@@ -45,7 +47,13 @@ var _myCoolEventV2021_01_ = _interopRequireDefault(require("./mySkill16336287485
|
|
|
45
47
|
|
|
46
48
|
var _myCoolEventV2021_01_2 = _interopRequireDefault(require("./mySkill163362882591525586/myCoolEvent.v2021_01_22.contract"));
|
|
47
49
|
|
|
48
|
-
var
|
|
50
|
+
var _myCoolEventV2021_01_3 = _interopRequireDefault(require("./mySkill163459634973936127/myCoolEvent.v2021_01_22.contract"));
|
|
51
|
+
|
|
52
|
+
var _myCoolEventV2021_01_4 = _interopRequireDefault(require("./mySkill163493473102035607/myCoolEvent.v2021_01_22.contract"));
|
|
53
|
+
|
|
54
|
+
var _myCoolEventV2021_01_5 = _interopRequireDefault(require("./mySkill163493479880935941/myCoolEvent.v2021_01_22.contract"));
|
|
55
|
+
|
|
56
|
+
var _default = [_didRegisterSkillViewsV2021_02_["default"], _generateUrlV2021_02_["default"], _getSkillViewsV2021_02_["default"], _registerSkillViewsV2021_02_["default"], _createCalendarEventTypeV2021_05_["default"], _listCalendarEventTypesV2021_05_["default"], _myCoolEventV2021_01_["default"], _myCoolEventV2021_01_2["default"], _convertPdfToFormV2021_07_["default"], _convertPdfToSchemasV2021_07_["default"], _createFormV2021_07_["default"], _deleteCompletedFormV2021_07_["default"], _didUpdateCompletedFormV2021_07_["default"], _getCompletedFormV2021_07_["default"], _listCompletedFormsV2021_07_["default"], _listFormsV2021_07_["default"], _updateCompletedFormV2021_07_["default"], _didBookAppointmentsV2021_06_["default"], _myCoolEventV2021_01_3["default"], _myCoolEventV2021_01_4["default"], _myCoolEventV2021_01_5["default"]].concat((0, _toConsumableArray2["default"])(_mercuryCoreEvents.coreEventContracts));
|
|
49
57
|
|
|
50
58
|
exports["default"] = _default;
|
|
51
59
|
//# sourceMappingURL=events.contract.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/.spruce/events/events.contract.ts"],"names":["calendarCreateCalendarEventTypeEventContract_v2021_05_19","calendarListCalendarEventTypesEventContract_v2021_05_19","mySkill163362874854325100MyCoolEventEventContract_v2021_01_22","mySkill163362882591525586MyCoolEventEventContract_v2021_01_22","formsConvertPdfToFormEventContract_v2021_07_02","formsConvertPdfToSchemasEventContract_v2021_07_02","formsCreateFormEventContract_v2021_07_02","formsDeleteCompletedFormEventContract_v2021_07_02","formsDidUpdateCompletedFormEventContract_v2021_07_02","formsGetCompletedFormEventContract_v2021_07_02","formsListCompletedFormsEventContract_v2021_07_02","formsListFormsEventContract_v2021_07_02","formsUpdateCompletedFormEventContract_v2021_07_02","heartwoodDidRegisterSkillViewsEventContract_v2021_02_11","heartwoodGenerateUrlEventContract_v2021_02_11","heartwoodGetSkillViewsEventContract_v2021_02_11","heartwoodRegisterSkillViewsEventContract_v2021_02_11","coreEventContracts"],"mappings":";;;;;;;;;;;AAAA;;AACA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;gBAKCA,4C,EACAC,2C,EACAC,gC,EACAC,iC,EACAC,qC,EACAC,wC,EACAC,+B,EACAC,wC,EACAC,2C,EACAC,qC,EACAC,uC,EACAC,8B,EACAC,wC,EACAC,0C,EACAC,gC,EACAC,kC,EACAC,uC,6CACGC,qC","sourcesContent":["import { coreEventContracts } from '@sprucelabs/mercury-core-events'\nimport calendarCreateCalendarEventTypeEventContract_v2021_05_19, {\n\tCreateCalendarEventTypeEventContract as CalendarCreateCalendarEventTypeEventContract_v2021_05_19,\n} from '#spruce/events/calendar/createCalendarEventType.v2021_05_19.contract'\nimport calendarListCalendarEventTypesEventContract_v2021_05_19, {\n\tListCalendarEventTypesEventContract as CalendarListCalendarEventTypesEventContract_v2021_05_19,\n} from '#spruce/events/calendar/listCalendarEventTypes.v2021_05_19.contract'\nimport formsConvertPdfToFormEventContract_v2021_07_02, {\n\tConvertPdfToFormEventContract as FormsConvertPdfToFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/convertPdfToForm.v2021_07_02.contract'\nimport formsConvertPdfToSchemasEventContract_v2021_07_02, {\n\tConvertPdfToSchemasEventContract as FormsConvertPdfToSchemasEventContract_v2021_07_02,\n} from '#spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract'\nimport formsCreateFormEventContract_v2021_07_02, {\n\tCreateFormEventContract as FormsCreateFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/createForm.v2021_07_02.contract'\nimport formsDeleteCompletedFormEventContract_v2021_07_02, {\n\tDeleteCompletedFormEventContract as FormsDeleteCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/deleteCompletedForm.v2021_07_02.contract'\nimport formsDidUpdateCompletedFormEventContract_v2021_07_02, {\n\tDidUpdateCompletedFormEventContract as FormsDidUpdateCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/didUpdateCompletedForm.v2021_07_02.contract'\nimport formsGetCompletedFormEventContract_v2021_07_02, {\n\tGetCompletedFormEventContract as FormsGetCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/getCompletedForm.v2021_07_02.contract'\nimport formsListCompletedFormsEventContract_v2021_07_02, {\n\tListCompletedFormsEventContract as FormsListCompletedFormsEventContract_v2021_07_02,\n} from '#spruce/events/forms/listCompletedForms.v2021_07_02.contract'\nimport formsListFormsEventContract_v2021_07_02, {\n\tListFormsEventContract as FormsListFormsEventContract_v2021_07_02,\n} from '#spruce/events/forms/listForms.v2021_07_02.contract'\nimport formsUpdateCompletedFormEventContract_v2021_07_02, {\n\tUpdateCompletedFormEventContract as FormsUpdateCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/updateCompletedForm.v2021_07_02.contract'\nimport heartwoodDidRegisterSkillViewsEventContract_v2021_02_11, {\n\tDidRegisterSkillViewsEventContract as HeartwoodDidRegisterSkillViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract'\nimport heartwoodGenerateUrlEventContract_v2021_02_11, {\n\tGenerateUrlEventContract as HeartwoodGenerateUrlEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/generateUrl.v2021_02_11.contract'\nimport heartwoodGetSkillViewsEventContract_v2021_02_11, {\n\tGetSkillViewsEventContract as HeartwoodGetSkillViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/getSkillViews.v2021_02_11.contract'\nimport heartwoodRegisterSkillViewsEventContract_v2021_02_11, {\n\tRegisterSkillViewsEventContract as HeartwoodRegisterSkillViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/registerSkillViews.v2021_02_11.contract'\nimport mySkill163362874854325100MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163362874854325100MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163362874854325100/myCoolEvent.v2021_01_22.contract'\nimport mySkill163362882591525586MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163362882591525586MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163362882591525586/myCoolEvent.v2021_01_22.contract'\n\nexport default [\n\tcalendarCreateCalendarEventTypeEventContract_v2021_05_19,\n\tcalendarListCalendarEventTypesEventContract_v2021_05_19,\n\tmySkill163362874854325100MyCoolEventEventContract_v2021_01_22,\n\tmySkill163362882591525586MyCoolEventEventContract_v2021_01_22,\n\tformsConvertPdfToFormEventContract_v2021_07_02,\n\tformsConvertPdfToSchemasEventContract_v2021_07_02,\n\tformsCreateFormEventContract_v2021_07_02,\n\tformsDeleteCompletedFormEventContract_v2021_07_02,\n\tformsDidUpdateCompletedFormEventContract_v2021_07_02,\n\tformsGetCompletedFormEventContract_v2021_07_02,\n\tformsListCompletedFormsEventContract_v2021_07_02,\n\tformsListFormsEventContract_v2021_07_02,\n\tformsUpdateCompletedFormEventContract_v2021_07_02,\n\theartwoodDidRegisterSkillViewsEventContract_v2021_02_11,\n\theartwoodGenerateUrlEventContract_v2021_02_11,\n\theartwoodGetSkillViewsEventContract_v2021_02_11,\n\theartwoodRegisterSkillViewsEventContract_v2021_02_11,\n\t...coreEventContracts,\n]\n\ndeclare module '@sprucelabs/mercury-types/build/types/mercury.types' {\n\tinterface SkillEventSignatures {\n\t\t'calendar.create-calendar-event-type::v2021_05_19': CalendarCreateCalendarEventTypeEventContract_v2021_05_19['eventSignatures']['calendar.create-calendar-event-type::v2021_05_19']\n\n\t\t'calendar.list-calendar-event-types::v2021_05_19': CalendarListCalendarEventTypesEventContract_v2021_05_19['eventSignatures']['calendar.list-calendar-event-types::v2021_05_19']\n\n\t\t'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']\n\n\t\t'my-skill-1633628825915-25586.my-cool-event::v2021_01_22': MySkill163362882591525586MyCoolEventEventContract_v2021_01_22['eventSignatures']['my-skill-1633628825915-25586.my-cool-event::v2021_01_22']\n\n\t\t'forms.convert-pdf-to-form::v2021_07_02': FormsConvertPdfToFormEventContract_v2021_07_02['eventSignatures']['forms.convert-pdf-to-form::v2021_07_02']\n\n\t\t'forms.convert-pdf-to-schemas::v2021_07_02': FormsConvertPdfToSchemasEventContract_v2021_07_02['eventSignatures']['forms.convert-pdf-to-schemas::v2021_07_02']\n\n\t\t'forms.create-form::v2021_07_02': FormsCreateFormEventContract_v2021_07_02['eventSignatures']['forms.create-form::v2021_07_02']\n\n\t\t'forms.delete-completed-form::v2021_07_02': FormsDeleteCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.delete-completed-form::v2021_07_02']\n\n\t\t'forms.did-update-completed-form::v2021_07_02': FormsDidUpdateCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.did-update-completed-form::v2021_07_02']\n\n\t\t'forms.get-completed-form::v2021_07_02': FormsGetCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.get-completed-form::v2021_07_02']\n\n\t\t'forms.list-completed-forms::v2021_07_02': FormsListCompletedFormsEventContract_v2021_07_02['eventSignatures']['forms.list-completed-forms::v2021_07_02']\n\n\t\t'forms.list-forms::v2021_07_02': FormsListFormsEventContract_v2021_07_02['eventSignatures']['forms.list-forms::v2021_07_02']\n\n\t\t'forms.update-completed-form::v2021_07_02': FormsUpdateCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.update-completed-form::v2021_07_02']\n\n\t\t'heartwood.did-register-skill-views::v2021_02_11': HeartwoodDidRegisterSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.did-register-skill-views::v2021_02_11']\n\n\t\t'heartwood.generate-url::v2021_02_11': HeartwoodGenerateUrlEventContract_v2021_02_11['eventSignatures']['heartwood.generate-url::v2021_02_11']\n\n\t\t'heartwood.get-skill-views::v2021_02_11': HeartwoodGetSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.get-skill-views::v2021_02_11']\n\n\t\t'heartwood.register-skill-views::v2021_02_11': HeartwoodRegisterSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.register-skill-views::v2021_02_11']\n\t}\n}\n"],"file":"events.contract.js"}
|
|
1
|
+
{"version":3,"sources":["../../../src/.spruce/events/events.contract.ts"],"names":["heartwoodDidRegisterSkillViewsEventContract_v2021_02_11","heartwoodGenerateUrlEventContract_v2021_02_11","heartwoodGetSkillViewsEventContract_v2021_02_11","heartwoodRegisterSkillViewsEventContract_v2021_02_11","calendarCreateCalendarEventTypeEventContract_v2021_05_19","calendarListCalendarEventTypesEventContract_v2021_05_19","mySkill163362874854325100MyCoolEventEventContract_v2021_01_22","mySkill163362882591525586MyCoolEventEventContract_v2021_01_22","formsConvertPdfToFormEventContract_v2021_07_02","formsConvertPdfToSchemasEventContract_v2021_07_02","formsCreateFormEventContract_v2021_07_02","formsDeleteCompletedFormEventContract_v2021_07_02","formsDidUpdateCompletedFormEventContract_v2021_07_02","formsGetCompletedFormEventContract_v2021_07_02","formsListCompletedFormsEventContract_v2021_07_02","formsListFormsEventContract_v2021_07_02","formsUpdateCompletedFormEventContract_v2021_07_02","appointmentsDidBookAppointmentsEventContract_v2021_06_23","mySkill163459634973936127MyCoolEventEventContract_v2021_01_22","mySkill163493473102035607MyCoolEventEventContract_v2021_01_22","mySkill163493479880935941MyCoolEventEventContract_v2021_01_22","coreEventContracts"],"mappings":";;;;;;;;;;;AAAA;;AACA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;AAGA;;gBAKCA,0C,EACAC,gC,EACAC,kC,EACAC,uC,EACAC,4C,EACAC,2C,EACAC,gC,EACAC,iC,EACAC,qC,EACAC,wC,EACAC,+B,EACAC,wC,EACAC,2C,EACAC,qC,EACAC,uC,EACAC,8B,EACAC,wC,EACAC,wC,EACAC,iC,EACAC,iC,EACAC,iC,6CACGC,qC","sourcesContent":["import { coreEventContracts } from '@sprucelabs/mercury-core-events'\nimport appointmentsDidBookAppointmentsEventContract_v2021_06_23, {\n\tDidBookAppointmentsEventContract as AppointmentsDidBookAppointmentsEventContract_v2021_06_23,\n} from '#spruce/events/appointments/didBookAppointments.v2021_06_23.contract'\nimport calendarCreateCalendarEventTypeEventContract_v2021_05_19, {\n\tCreateCalendarEventTypeEventContract as CalendarCreateCalendarEventTypeEventContract_v2021_05_19,\n} from '#spruce/events/calendar/createCalendarEventType.v2021_05_19.contract'\nimport calendarListCalendarEventTypesEventContract_v2021_05_19, {\n\tListCalendarEventTypesEventContract as CalendarListCalendarEventTypesEventContract_v2021_05_19,\n} from '#spruce/events/calendar/listCalendarEventTypes.v2021_05_19.contract'\nimport formsConvertPdfToFormEventContract_v2021_07_02, {\n\tConvertPdfToFormEventContract as FormsConvertPdfToFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/convertPdfToForm.v2021_07_02.contract'\nimport formsConvertPdfToSchemasEventContract_v2021_07_02, {\n\tConvertPdfToSchemasEventContract as FormsConvertPdfToSchemasEventContract_v2021_07_02,\n} from '#spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract'\nimport formsCreateFormEventContract_v2021_07_02, {\n\tCreateFormEventContract as FormsCreateFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/createForm.v2021_07_02.contract'\nimport formsDeleteCompletedFormEventContract_v2021_07_02, {\n\tDeleteCompletedFormEventContract as FormsDeleteCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/deleteCompletedForm.v2021_07_02.contract'\nimport formsDidUpdateCompletedFormEventContract_v2021_07_02, {\n\tDidUpdateCompletedFormEventContract as FormsDidUpdateCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/didUpdateCompletedForm.v2021_07_02.contract'\nimport formsGetCompletedFormEventContract_v2021_07_02, {\n\tGetCompletedFormEventContract as FormsGetCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/getCompletedForm.v2021_07_02.contract'\nimport formsListCompletedFormsEventContract_v2021_07_02, {\n\tListCompletedFormsEventContract as FormsListCompletedFormsEventContract_v2021_07_02,\n} from '#spruce/events/forms/listCompletedForms.v2021_07_02.contract'\nimport formsListFormsEventContract_v2021_07_02, {\n\tListFormsEventContract as FormsListFormsEventContract_v2021_07_02,\n} from '#spruce/events/forms/listForms.v2021_07_02.contract'\nimport formsUpdateCompletedFormEventContract_v2021_07_02, {\n\tUpdateCompletedFormEventContract as FormsUpdateCompletedFormEventContract_v2021_07_02,\n} from '#spruce/events/forms/updateCompletedForm.v2021_07_02.contract'\nimport heartwoodDidRegisterSkillViewsEventContract_v2021_02_11, {\n\tDidRegisterSkillViewsEventContract as HeartwoodDidRegisterSkillViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract'\nimport heartwoodGenerateUrlEventContract_v2021_02_11, {\n\tGenerateUrlEventContract as HeartwoodGenerateUrlEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/generateUrl.v2021_02_11.contract'\nimport heartwoodGetSkillViewsEventContract_v2021_02_11, {\n\tGetSkillViewsEventContract as HeartwoodGetSkillViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/getSkillViews.v2021_02_11.contract'\nimport heartwoodRegisterSkillViewsEventContract_v2021_02_11, {\n\tRegisterSkillViewsEventContract as HeartwoodRegisterSkillViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/registerSkillViews.v2021_02_11.contract'\nimport mySkill163362874854325100MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163362874854325100MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163362874854325100/myCoolEvent.v2021_01_22.contract'\nimport mySkill163362882591525586MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163362882591525586MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163362882591525586/myCoolEvent.v2021_01_22.contract'\nimport mySkill163459634973936127MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163459634973936127MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163459634973936127/myCoolEvent.v2021_01_22.contract'\nimport mySkill163493473102035607MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163493473102035607MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163493473102035607/myCoolEvent.v2021_01_22.contract'\nimport mySkill163493479880935941MyCoolEventEventContract_v2021_01_22, {\n\tMyCoolEventEventContract as MySkill163493479880935941MyCoolEventEventContract_v2021_01_22,\n} from '#spruce/events/mySkill163493479880935941/myCoolEvent.v2021_01_22.contract'\n\nexport default [\n\theartwoodDidRegisterSkillViewsEventContract_v2021_02_11,\n\theartwoodGenerateUrlEventContract_v2021_02_11,\n\theartwoodGetSkillViewsEventContract_v2021_02_11,\n\theartwoodRegisterSkillViewsEventContract_v2021_02_11,\n\tcalendarCreateCalendarEventTypeEventContract_v2021_05_19,\n\tcalendarListCalendarEventTypesEventContract_v2021_05_19,\n\tmySkill163362874854325100MyCoolEventEventContract_v2021_01_22,\n\tmySkill163362882591525586MyCoolEventEventContract_v2021_01_22,\n\tformsConvertPdfToFormEventContract_v2021_07_02,\n\tformsConvertPdfToSchemasEventContract_v2021_07_02,\n\tformsCreateFormEventContract_v2021_07_02,\n\tformsDeleteCompletedFormEventContract_v2021_07_02,\n\tformsDidUpdateCompletedFormEventContract_v2021_07_02,\n\tformsGetCompletedFormEventContract_v2021_07_02,\n\tformsListCompletedFormsEventContract_v2021_07_02,\n\tformsListFormsEventContract_v2021_07_02,\n\tformsUpdateCompletedFormEventContract_v2021_07_02,\n\tappointmentsDidBookAppointmentsEventContract_v2021_06_23,\n\tmySkill163459634973936127MyCoolEventEventContract_v2021_01_22,\n\tmySkill163493473102035607MyCoolEventEventContract_v2021_01_22,\n\tmySkill163493479880935941MyCoolEventEventContract_v2021_01_22,\n\t...coreEventContracts,\n]\n\ndeclare module '@sprucelabs/mercury-types/build/types/mercury.types' {\n\tinterface SkillEventSignatures {\n\t\t'heartwood.did-register-skill-views::v2021_02_11': HeartwoodDidRegisterSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.did-register-skill-views::v2021_02_11']\n\n\t\t'heartwood.generate-url::v2021_02_11': HeartwoodGenerateUrlEventContract_v2021_02_11['eventSignatures']['heartwood.generate-url::v2021_02_11']\n\n\t\t'heartwood.get-skill-views::v2021_02_11': HeartwoodGetSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.get-skill-views::v2021_02_11']\n\n\t\t'heartwood.register-skill-views::v2021_02_11': HeartwoodRegisterSkillViewsEventContract_v2021_02_11['eventSignatures']['heartwood.register-skill-views::v2021_02_11']\n\n\t\t'calendar.create-calendar-event-type::v2021_05_19': CalendarCreateCalendarEventTypeEventContract_v2021_05_19['eventSignatures']['calendar.create-calendar-event-type::v2021_05_19']\n\n\t\t'calendar.list-calendar-event-types::v2021_05_19': CalendarListCalendarEventTypesEventContract_v2021_05_19['eventSignatures']['calendar.list-calendar-event-types::v2021_05_19']\n\n\t\t'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']\n\n\t\t'my-skill-1633628825915-25586.my-cool-event::v2021_01_22': MySkill163362882591525586MyCoolEventEventContract_v2021_01_22['eventSignatures']['my-skill-1633628825915-25586.my-cool-event::v2021_01_22']\n\n\t\t'forms.convert-pdf-to-form::v2021_07_02': FormsConvertPdfToFormEventContract_v2021_07_02['eventSignatures']['forms.convert-pdf-to-form::v2021_07_02']\n\n\t\t'forms.convert-pdf-to-schemas::v2021_07_02': FormsConvertPdfToSchemasEventContract_v2021_07_02['eventSignatures']['forms.convert-pdf-to-schemas::v2021_07_02']\n\n\t\t'forms.create-form::v2021_07_02': FormsCreateFormEventContract_v2021_07_02['eventSignatures']['forms.create-form::v2021_07_02']\n\n\t\t'forms.delete-completed-form::v2021_07_02': FormsDeleteCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.delete-completed-form::v2021_07_02']\n\n\t\t'forms.did-update-completed-form::v2021_07_02': FormsDidUpdateCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.did-update-completed-form::v2021_07_02']\n\n\t\t'forms.get-completed-form::v2021_07_02': FormsGetCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.get-completed-form::v2021_07_02']\n\n\t\t'forms.list-completed-forms::v2021_07_02': FormsListCompletedFormsEventContract_v2021_07_02['eventSignatures']['forms.list-completed-forms::v2021_07_02']\n\n\t\t'forms.list-forms::v2021_07_02': FormsListFormsEventContract_v2021_07_02['eventSignatures']['forms.list-forms::v2021_07_02']\n\n\t\t'forms.update-completed-form::v2021_07_02': FormsUpdateCompletedFormEventContract_v2021_07_02['eventSignatures']['forms.update-completed-form::v2021_07_02']\n\n\t\t'appointments.did-book-appointments::v2021_06_23': AppointmentsDidBookAppointmentsEventContract_v2021_06_23['eventSignatures']['appointments.did-book-appointments::v2021_06_23']\n\n\t\t'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']\n\n\t\t'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']\n\n\t\t'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']\n\t}\n}\n"],"file":"events.contract.js"}
|
|
@@ -7,18 +7,36 @@ declare const convertPdfToFormEventContract: {
|
|
|
7
7
|
emitPermissionContract: {
|
|
8
8
|
id: string;
|
|
9
9
|
name: string;
|
|
10
|
+
description: null;
|
|
10
11
|
requireAllPermissions: false;
|
|
11
12
|
permissions: {
|
|
12
13
|
id: string;
|
|
13
14
|
name: string;
|
|
15
|
+
description: null;
|
|
16
|
+
requireAllStatuses: null;
|
|
14
17
|
defaults: {
|
|
15
|
-
|
|
18
|
+
skill: null;
|
|
19
|
+
owner: null;
|
|
20
|
+
groupManager: null;
|
|
21
|
+
manager: null;
|
|
22
|
+
teammate: null;
|
|
23
|
+
guest: null;
|
|
24
|
+
anonymous: {
|
|
16
25
|
default: true;
|
|
26
|
+
clockedIn: null;
|
|
27
|
+
clockedOut: null;
|
|
28
|
+
onPrem: null;
|
|
29
|
+
offPrem: null;
|
|
17
30
|
};
|
|
18
|
-
|
|
31
|
+
loggedIn: {
|
|
19
32
|
default: true;
|
|
33
|
+
clockedIn: null;
|
|
34
|
+
clockedOut: null;
|
|
35
|
+
onPrem: null;
|
|
36
|
+
offPrem: null;
|
|
20
37
|
};
|
|
21
38
|
};
|
|
39
|
+
can: null;
|
|
22
40
|
}[];
|
|
23
41
|
};
|
|
24
42
|
};
|
|
@@ -22,18 +22,36 @@ var convertPdfToFormEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
|
22
22
|
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
23
|
id: 'convertPdfToFormEmitPermissions',
|
|
24
24
|
name: 'Convert Pdf to Form',
|
|
25
|
+
description: null,
|
|
25
26
|
requireAllPermissions: false,
|
|
26
27
|
permissions: [{
|
|
27
28
|
id: 'can-convert-pdf-to-form',
|
|
28
29
|
name: 'Can convert pdf to form',
|
|
30
|
+
description: null,
|
|
31
|
+
requireAllStatuses: null,
|
|
29
32
|
defaults: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
skill: null,
|
|
34
|
+
owner: null,
|
|
35
|
+
groupManager: null,
|
|
36
|
+
manager: null,
|
|
37
|
+
teammate: null,
|
|
38
|
+
guest: null,
|
|
33
39
|
anonymous: {
|
|
34
|
-
"default": true
|
|
40
|
+
"default": true,
|
|
41
|
+
clockedIn: null,
|
|
42
|
+
clockedOut: null,
|
|
43
|
+
onPrem: null,
|
|
44
|
+
offPrem: null
|
|
45
|
+
},
|
|
46
|
+
loggedIn: {
|
|
47
|
+
"default": true,
|
|
48
|
+
clockedIn: null,
|
|
49
|
+
clockedOut: null,
|
|
50
|
+
onPrem: null,
|
|
51
|
+
offPrem: null
|
|
35
52
|
}
|
|
36
|
-
}
|
|
53
|
+
},
|
|
54
|
+
can: null
|
|
37
55
|
}]
|
|
38
56
|
})
|
|
39
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.ts"],"names":["convertPdfToFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","convertPdfToFormEmitTargetAndPayloadSchema","responsePayloadSchema","convertPdfToFormResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","
|
|
1
|
+
{"version":3,"sources":["../../../../src/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.ts"],"names":["convertPdfToFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","convertPdfToFormEmitTargetAndPayloadSchema","responsePayloadSchema","convertPdfToFormResponsePayloadSchema","emitPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","guest","anonymous","clockedIn","clockedOut","onPrem","offPrem","loggedIn","can"],"mappings":";;;;;;;;;AAAA;;AAEA;;AACA;;AAEA,IAAMA,6BAA6B,GAAG,sCAAmB;AACxDC,EAAAA,eAAe,EAAE;AAChB,8CAA0C;AACzCC,MAAAA,QAAQ,EAAE,IAD+B;AAEzCC,MAAAA,iBAAiB,EAAEC,gDAFsB;AAGzCC,MAAAA,qBAAqB,EAAEC,2CAHkB;AAIzCC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,iCAD2C;AAE/CC,QAAAA,IAAI,EAAE,qBAFyC;AAG/CC,QAAAA,WAAW,EAAE,IAHkC;AAI/CC,QAAAA,qBAAqB,EAAE,KAJwB;AAK/CC,QAAAA,WAAW,EAAE,CACZ;AACCJ,UAAAA,EAAE,EAAE,yBADL;AAECC,UAAAA,IAAI,EAAE,yBAFP;AAGCC,UAAAA,WAAW,EAAE,IAHd;AAICG,UAAAA,kBAAkB,EAAE,IAJrB;AAKCC,UAAAA,QAAQ,EAAE;AACTC,YAAAA,KAAK,EAAE,IADE;AAETC,YAAAA,KAAK,EAAE,IAFE;AAGTC,YAAAA,YAAY,EAAE,IAHL;AAITC,YAAAA,OAAO,EAAE,IAJA;AAKTC,YAAAA,QAAQ,EAAE,IALD;AAMTC,YAAAA,KAAK,EAAE,IANE;AAOTC,YAAAA,SAAS,EAAE;AACV,yBAAS,IADC;AAEVC,cAAAA,SAAS,EAAE,IAFD;AAGVC,cAAAA,UAAU,EAAE,IAHF;AAIVC,cAAAA,MAAM,EAAE,IAJE;AAKVC,cAAAA,OAAO,EAAE;AALC,aAPF;AAcTC,YAAAA,QAAQ,EAAE;AACT,yBAAS,IADA;AAETJ,cAAAA,SAAS,EAAE,IAFF;AAGTC,cAAAA,UAAU,EAAE,IAHH;AAITC,cAAAA,MAAM,EAAE,IAJC;AAKTC,cAAAA,OAAO,EAAE;AALA;AAdD,WALX;AA2BCE,UAAAA,GAAG,EAAE;AA3BN,SADY;AALkC,OAAxB;AAJiB;AAD1B;AADuC,CAAnB,CAAtC;eA8Ce3B,6B","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport convertPdfToFormEmitTargetAndPayloadSchema from '#spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitTargetAndPayload.schema'\nimport convertPdfToFormResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/convertPdfToFormResponsePayload.schema'\n\nconst convertPdfToFormEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.convert-pdf-to-form::v2021_07_02': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: convertPdfToFormEmitTargetAndPayloadSchema,\n\t\t\tresponsePayloadSchema: convertPdfToFormResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'convertPdfToFormEmitPermissions',\n\t\t\t\tname: 'Convert Pdf to Form',\n\t\t\t\tdescription: null,\n\t\t\t\trequireAllPermissions: false,\n\t\t\t\tpermissions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'can-convert-pdf-to-form',\n\t\t\t\t\t\tname: 'Can convert pdf to form',\n\t\t\t\t\t\tdescription: null,\n\t\t\t\t\t\trequireAllStatuses: null,\n\t\t\t\t\t\tdefaults: {\n\t\t\t\t\t\t\tskill: null,\n\t\t\t\t\t\t\towner: null,\n\t\t\t\t\t\t\tgroupManager: null,\n\t\t\t\t\t\t\tmanager: null,\n\t\t\t\t\t\t\tteammate: null,\n\t\t\t\t\t\t\tguest: null,\n\t\t\t\t\t\t\tanonymous: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tloggedIn: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tcan: null,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default convertPdfToFormEventContract\n\nexport type ConvertPdfToFormEventContract = typeof convertPdfToFormEventContract\n"],"file":"convertPdfToForm.v2021_07_02.contract.js"}
|
|
@@ -7,18 +7,36 @@ declare const convertPdfToSchemasEventContract: {
|
|
|
7
7
|
emitPermissionContract: {
|
|
8
8
|
id: string;
|
|
9
9
|
name: string;
|
|
10
|
+
description: null;
|
|
10
11
|
requireAllPermissions: false;
|
|
11
12
|
permissions: {
|
|
12
13
|
id: string;
|
|
13
14
|
name: string;
|
|
15
|
+
description: null;
|
|
16
|
+
requireAllStatuses: null;
|
|
14
17
|
defaults: {
|
|
15
|
-
|
|
18
|
+
skill: null;
|
|
19
|
+
owner: null;
|
|
20
|
+
groupManager: null;
|
|
21
|
+
manager: null;
|
|
22
|
+
teammate: null;
|
|
23
|
+
guest: null;
|
|
24
|
+
anonymous: {
|
|
16
25
|
default: true;
|
|
26
|
+
clockedIn: null;
|
|
27
|
+
clockedOut: null;
|
|
28
|
+
onPrem: null;
|
|
29
|
+
offPrem: null;
|
|
17
30
|
};
|
|
18
|
-
|
|
31
|
+
loggedIn: {
|
|
19
32
|
default: true;
|
|
33
|
+
clockedIn: null;
|
|
34
|
+
clockedOut: null;
|
|
35
|
+
onPrem: null;
|
|
36
|
+
offPrem: null;
|
|
20
37
|
};
|
|
21
38
|
};
|
|
39
|
+
can: null;
|
|
22
40
|
}[];
|
|
23
41
|
};
|
|
24
42
|
};
|
|
@@ -22,18 +22,36 @@ var convertPdfToSchemasEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
|
22
22
|
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
23
|
id: 'convertPdfToSchemasEmitPermissions',
|
|
24
24
|
name: 'convert pdf to schemas',
|
|
25
|
+
description: null,
|
|
25
26
|
requireAllPermissions: false,
|
|
26
27
|
permissions: [{
|
|
27
28
|
id: 'can-convert-pdf-to-schemas',
|
|
28
29
|
name: 'Can convert pdf to schemas',
|
|
30
|
+
description: null,
|
|
31
|
+
requireAllStatuses: null,
|
|
29
32
|
defaults: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
skill: null,
|
|
34
|
+
owner: null,
|
|
35
|
+
groupManager: null,
|
|
36
|
+
manager: null,
|
|
37
|
+
teammate: null,
|
|
38
|
+
guest: null,
|
|
33
39
|
anonymous: {
|
|
34
|
-
"default": true
|
|
40
|
+
"default": true,
|
|
41
|
+
clockedIn: null,
|
|
42
|
+
clockedOut: null,
|
|
43
|
+
onPrem: null,
|
|
44
|
+
offPrem: null
|
|
45
|
+
},
|
|
46
|
+
loggedIn: {
|
|
47
|
+
"default": true,
|
|
48
|
+
clockedIn: null,
|
|
49
|
+
clockedOut: null,
|
|
50
|
+
onPrem: null,
|
|
51
|
+
offPrem: null
|
|
35
52
|
}
|
|
36
|
-
}
|
|
53
|
+
},
|
|
54
|
+
can: null
|
|
37
55
|
}]
|
|
38
56
|
})
|
|
39
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.ts"],"names":["convertPdfToSchemasEventContract","eventSignatures","isGlobal","emitPayloadSchema","convertPdfToSchemasEmitTargetAndPayloadSchema","responsePayloadSchema","convertPdfToSchemasResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","
|
|
1
|
+
{"version":3,"sources":["../../../../src/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.ts"],"names":["convertPdfToSchemasEventContract","eventSignatures","isGlobal","emitPayloadSchema","convertPdfToSchemasEmitTargetAndPayloadSchema","responsePayloadSchema","convertPdfToSchemasResponsePayloadSchema","emitPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","guest","anonymous","clockedIn","clockedOut","onPrem","offPrem","loggedIn","can"],"mappings":";;;;;;;;;AAAA;;AAEA;;AACA;;AAEA,IAAMA,gCAAgC,GAAG,sCAAmB;AAC3DC,EAAAA,eAAe,EAAE;AAChB,iDAA6C;AAC5CC,MAAAA,QAAQ,EAAE,IADkC;AAE5CC,MAAAA,iBAAiB,EAAEC,mDAFyB;AAG5CC,MAAAA,qBAAqB,EAAEC,8CAHqB;AAI5CC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,oCAD2C;AAE/CC,QAAAA,IAAI,EAAE,wBAFyC;AAG/CC,QAAAA,WAAW,EAAE,IAHkC;AAI/CC,QAAAA,qBAAqB,EAAE,KAJwB;AAK/CC,QAAAA,WAAW,EAAE,CACZ;AACCJ,UAAAA,EAAE,EAAE,4BADL;AAECC,UAAAA,IAAI,EAAE,4BAFP;AAGCC,UAAAA,WAAW,EAAE,IAHd;AAICG,UAAAA,kBAAkB,EAAE,IAJrB;AAKCC,UAAAA,QAAQ,EAAE;AACTC,YAAAA,KAAK,EAAE,IADE;AAETC,YAAAA,KAAK,EAAE,IAFE;AAGTC,YAAAA,YAAY,EAAE,IAHL;AAITC,YAAAA,OAAO,EAAE,IAJA;AAKTC,YAAAA,QAAQ,EAAE,IALD;AAMTC,YAAAA,KAAK,EAAE,IANE;AAOTC,YAAAA,SAAS,EAAE;AACV,yBAAS,IADC;AAEVC,cAAAA,SAAS,EAAE,IAFD;AAGVC,cAAAA,UAAU,EAAE,IAHF;AAIVC,cAAAA,MAAM,EAAE,IAJE;AAKVC,cAAAA,OAAO,EAAE;AALC,aAPF;AAcTC,YAAAA,QAAQ,EAAE;AACT,yBAAS,IADA;AAETJ,cAAAA,SAAS,EAAE,IAFF;AAGTC,cAAAA,UAAU,EAAE,IAHH;AAITC,cAAAA,MAAM,EAAE,IAJC;AAKTC,cAAAA,OAAO,EAAE;AALA;AAdD,WALX;AA2BCE,UAAAA,GAAG,EAAE;AA3BN,SADY;AALkC,OAAxB;AAJoB;AAD7B;AAD0C,CAAnB,CAAzC;eA8Ce3B,gC","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport convertPdfToSchemasEmitTargetAndPayloadSchema from '#spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitTargetAndPayload.schema'\nimport convertPdfToSchemasResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/convertPdfToSchemasResponsePayload.schema'\n\nconst convertPdfToSchemasEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.convert-pdf-to-schemas::v2021_07_02': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: convertPdfToSchemasEmitTargetAndPayloadSchema,\n\t\t\tresponsePayloadSchema: convertPdfToSchemasResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'convertPdfToSchemasEmitPermissions',\n\t\t\t\tname: 'convert pdf to schemas',\n\t\t\t\tdescription: null,\n\t\t\t\trequireAllPermissions: false,\n\t\t\t\tpermissions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'can-convert-pdf-to-schemas',\n\t\t\t\t\t\tname: 'Can convert pdf to schemas',\n\t\t\t\t\t\tdescription: null,\n\t\t\t\t\t\trequireAllStatuses: null,\n\t\t\t\t\t\tdefaults: {\n\t\t\t\t\t\t\tskill: null,\n\t\t\t\t\t\t\towner: null,\n\t\t\t\t\t\t\tgroupManager: null,\n\t\t\t\t\t\t\tmanager: null,\n\t\t\t\t\t\t\tteammate: null,\n\t\t\t\t\t\t\tguest: null,\n\t\t\t\t\t\t\tanonymous: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tloggedIn: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tcan: null,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default convertPdfToSchemasEventContract\n\nexport type ConvertPdfToSchemasEventContract =\n\ttypeof convertPdfToSchemasEventContract\n"],"file":"convertPdfToSchemas.v2021_07_02.contract.js"}
|
|
@@ -7,18 +7,36 @@ declare const createFormEventContract: {
|
|
|
7
7
|
emitPermissionContract: {
|
|
8
8
|
id: string;
|
|
9
9
|
name: string;
|
|
10
|
+
description: null;
|
|
10
11
|
requireAllPermissions: false;
|
|
11
12
|
permissions: {
|
|
12
13
|
id: string;
|
|
13
14
|
name: string;
|
|
15
|
+
description: null;
|
|
16
|
+
requireAllStatuses: null;
|
|
14
17
|
defaults: {
|
|
15
|
-
|
|
18
|
+
skill: null;
|
|
19
|
+
owner: null;
|
|
20
|
+
groupManager: null;
|
|
21
|
+
manager: null;
|
|
22
|
+
teammate: null;
|
|
23
|
+
guest: null;
|
|
24
|
+
anonymous: {
|
|
16
25
|
default: true;
|
|
26
|
+
clockedIn: null;
|
|
27
|
+
clockedOut: null;
|
|
28
|
+
onPrem: null;
|
|
29
|
+
offPrem: null;
|
|
17
30
|
};
|
|
18
|
-
|
|
31
|
+
loggedIn: {
|
|
19
32
|
default: true;
|
|
33
|
+
clockedIn: null;
|
|
34
|
+
clockedOut: null;
|
|
35
|
+
onPrem: null;
|
|
36
|
+
offPrem: null;
|
|
20
37
|
};
|
|
21
38
|
};
|
|
39
|
+
can: null;
|
|
22
40
|
}[];
|
|
23
41
|
};
|
|
24
42
|
};
|
|
@@ -22,18 +22,36 @@ var createFormEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
|
22
22
|
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
23
|
id: 'createFormEmitPermissions',
|
|
24
24
|
name: 'Create Form',
|
|
25
|
+
description: null,
|
|
25
26
|
requireAllPermissions: false,
|
|
26
27
|
permissions: [{
|
|
27
28
|
id: 'can-create-form',
|
|
28
29
|
name: 'Can create form',
|
|
30
|
+
description: null,
|
|
31
|
+
requireAllStatuses: null,
|
|
29
32
|
defaults: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
skill: null,
|
|
34
|
+
owner: null,
|
|
35
|
+
groupManager: null,
|
|
36
|
+
manager: null,
|
|
37
|
+
teammate: null,
|
|
38
|
+
guest: null,
|
|
33
39
|
anonymous: {
|
|
34
|
-
"default": true
|
|
40
|
+
"default": true,
|
|
41
|
+
clockedIn: null,
|
|
42
|
+
clockedOut: null,
|
|
43
|
+
onPrem: null,
|
|
44
|
+
offPrem: null
|
|
45
|
+
},
|
|
46
|
+
loggedIn: {
|
|
47
|
+
"default": true,
|
|
48
|
+
clockedIn: null,
|
|
49
|
+
clockedOut: null,
|
|
50
|
+
onPrem: null,
|
|
51
|
+
offPrem: null
|
|
35
52
|
}
|
|
36
|
-
}
|
|
53
|
+
},
|
|
54
|
+
can: null
|
|
37
55
|
}]
|
|
38
56
|
})
|
|
39
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/createForm.v2021_07_02.contract.ts"],"names":["createFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","createFormEmitTargetAndPayloadSchema","responsePayloadSchema","createFormResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","
|
|
1
|
+
{"version":3,"sources":["../../../../src/.spruce/events/forms/createForm.v2021_07_02.contract.ts"],"names":["createFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","createFormEmitTargetAndPayloadSchema","responsePayloadSchema","createFormResponsePayloadSchema","emitPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","guest","anonymous","clockedIn","clockedOut","onPrem","offPrem","loggedIn","can"],"mappings":";;;;;;;;;AAAA;;AAEA;;AACA;;AAEA,IAAMA,uBAAuB,GAAG,sCAAmB;AAClDC,EAAAA,eAAe,EAAE;AAChB,sCAAkC;AACjCC,MAAAA,QAAQ,EAAE,IADuB;AAEjCC,MAAAA,iBAAiB,EAAEC,0CAFc;AAGjCC,MAAAA,qBAAqB,EAAEC,qCAHU;AAIjCC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,2BAD2C;AAE/CC,QAAAA,IAAI,EAAE,aAFyC;AAG/CC,QAAAA,WAAW,EAAE,IAHkC;AAI/CC,QAAAA,qBAAqB,EAAE,KAJwB;AAK/CC,QAAAA,WAAW,EAAE,CACZ;AACCJ,UAAAA,EAAE,EAAE,iBADL;AAECC,UAAAA,IAAI,EAAE,iBAFP;AAGCC,UAAAA,WAAW,EAAE,IAHd;AAICG,UAAAA,kBAAkB,EAAE,IAJrB;AAKCC,UAAAA,QAAQ,EAAE;AACTC,YAAAA,KAAK,EAAE,IADE;AAETC,YAAAA,KAAK,EAAE,IAFE;AAGTC,YAAAA,YAAY,EAAE,IAHL;AAITC,YAAAA,OAAO,EAAE,IAJA;AAKTC,YAAAA,QAAQ,EAAE,IALD;AAMTC,YAAAA,KAAK,EAAE,IANE;AAOTC,YAAAA,SAAS,EAAE;AACV,yBAAS,IADC;AAEVC,cAAAA,SAAS,EAAE,IAFD;AAGVC,cAAAA,UAAU,EAAE,IAHF;AAIVC,cAAAA,MAAM,EAAE,IAJE;AAKVC,cAAAA,OAAO,EAAE;AALC,aAPF;AAcTC,YAAAA,QAAQ,EAAE;AACT,yBAAS,IADA;AAETJ,cAAAA,SAAS,EAAE,IAFF;AAGTC,cAAAA,UAAU,EAAE,IAHH;AAITC,cAAAA,MAAM,EAAE,IAJC;AAKTC,cAAAA,OAAO,EAAE;AALA;AAdD,WALX;AA2BCE,UAAAA,GAAG,EAAE;AA3BN,SADY;AALkC,OAAxB;AAJS;AADlB;AADiC,CAAnB,CAAhC;eA8Ce3B,uB","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport createFormEmitTargetAndPayloadSchema from '#spruce/schemas/forms/v2021_07_02/createFormEmitTargetAndPayload.schema'\nimport createFormResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/createFormResponsePayload.schema'\n\nconst createFormEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.create-form::v2021_07_02': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: createFormEmitTargetAndPayloadSchema,\n\t\t\tresponsePayloadSchema: createFormResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'createFormEmitPermissions',\n\t\t\t\tname: 'Create Form',\n\t\t\t\tdescription: null,\n\t\t\t\trequireAllPermissions: false,\n\t\t\t\tpermissions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'can-create-form',\n\t\t\t\t\t\tname: 'Can create form',\n\t\t\t\t\t\tdescription: null,\n\t\t\t\t\t\trequireAllStatuses: null,\n\t\t\t\t\t\tdefaults: {\n\t\t\t\t\t\t\tskill: null,\n\t\t\t\t\t\t\towner: null,\n\t\t\t\t\t\t\tgroupManager: null,\n\t\t\t\t\t\t\tmanager: null,\n\t\t\t\t\t\t\tteammate: null,\n\t\t\t\t\t\t\tguest: null,\n\t\t\t\t\t\t\tanonymous: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tloggedIn: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tcan: null,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default createFormEventContract\n\nexport type CreateFormEventContract = typeof createFormEventContract\n"],"file":"createForm.v2021_07_02.contract.js"}
|
|
@@ -7,18 +7,36 @@ declare const deleteCompletedFormEventContract: {
|
|
|
7
7
|
emitPermissionContract: {
|
|
8
8
|
id: string;
|
|
9
9
|
name: string;
|
|
10
|
+
description: null;
|
|
10
11
|
requireAllPermissions: false;
|
|
11
12
|
permissions: {
|
|
12
13
|
id: string;
|
|
13
14
|
name: string;
|
|
15
|
+
description: null;
|
|
16
|
+
requireAllStatuses: null;
|
|
14
17
|
defaults: {
|
|
15
|
-
|
|
18
|
+
skill: null;
|
|
19
|
+
owner: null;
|
|
20
|
+
groupManager: null;
|
|
21
|
+
manager: null;
|
|
22
|
+
teammate: null;
|
|
23
|
+
guest: null;
|
|
24
|
+
anonymous: {
|
|
16
25
|
default: true;
|
|
26
|
+
clockedIn: null;
|
|
27
|
+
clockedOut: null;
|
|
28
|
+
onPrem: null;
|
|
29
|
+
offPrem: null;
|
|
17
30
|
};
|
|
18
|
-
|
|
31
|
+
loggedIn: {
|
|
19
32
|
default: true;
|
|
33
|
+
clockedIn: null;
|
|
34
|
+
clockedOut: null;
|
|
35
|
+
onPrem: null;
|
|
36
|
+
offPrem: null;
|
|
20
37
|
};
|
|
21
38
|
};
|
|
39
|
+
can: null;
|
|
22
40
|
}[];
|
|
23
41
|
};
|
|
24
42
|
};
|
|
@@ -22,18 +22,36 @@ var deleteCompletedFormEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
|
22
22
|
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
23
|
id: 'deleteCompletedFormEmitPermissions',
|
|
24
24
|
name: 'delete completed form',
|
|
25
|
+
description: null,
|
|
25
26
|
requireAllPermissions: false,
|
|
26
27
|
permissions: [{
|
|
27
28
|
id: 'can-delete-completed-form',
|
|
28
29
|
name: 'Can delete completed form',
|
|
30
|
+
description: null,
|
|
31
|
+
requireAllStatuses: null,
|
|
29
32
|
defaults: {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
skill: null,
|
|
34
|
+
owner: null,
|
|
35
|
+
groupManager: null,
|
|
36
|
+
manager: null,
|
|
37
|
+
teammate: null,
|
|
38
|
+
guest: null,
|
|
33
39
|
anonymous: {
|
|
34
|
-
"default": true
|
|
40
|
+
"default": true,
|
|
41
|
+
clockedIn: null,
|
|
42
|
+
clockedOut: null,
|
|
43
|
+
onPrem: null,
|
|
44
|
+
offPrem: null
|
|
45
|
+
},
|
|
46
|
+
loggedIn: {
|
|
47
|
+
"default": true,
|
|
48
|
+
clockedIn: null,
|
|
49
|
+
clockedOut: null,
|
|
50
|
+
onPrem: null,
|
|
51
|
+
offPrem: null
|
|
35
52
|
}
|
|
36
|
-
}
|
|
53
|
+
},
|
|
54
|
+
can: null
|
|
37
55
|
}]
|
|
38
56
|
})
|
|
39
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/deleteCompletedForm.v2021_07_02.contract.ts"],"names":["deleteCompletedFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","deleteCompletedFormEmitTargetAndPayloadSchema","responsePayloadSchema","deleteCompletedFormResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","
|
|
1
|
+
{"version":3,"sources":["../../../../src/.spruce/events/forms/deleteCompletedForm.v2021_07_02.contract.ts"],"names":["deleteCompletedFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","deleteCompletedFormEmitTargetAndPayloadSchema","responsePayloadSchema","deleteCompletedFormResponsePayloadSchema","emitPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","guest","anonymous","clockedIn","clockedOut","onPrem","offPrem","loggedIn","can"],"mappings":";;;;;;;;;AAAA;;AAEA;;AACA;;AAEA,IAAMA,gCAAgC,GAAG,sCAAmB;AAC3DC,EAAAA,eAAe,EAAE;AAChB,gDAA4C;AAC3CC,MAAAA,QAAQ,EAAE,IADiC;AAE3CC,MAAAA,iBAAiB,EAAEC,mDAFwB;AAG3CC,MAAAA,qBAAqB,EAAEC,8CAHoB;AAI3CC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,oCAD2C;AAE/CC,QAAAA,IAAI,EAAE,uBAFyC;AAG/CC,QAAAA,WAAW,EAAE,IAHkC;AAI/CC,QAAAA,qBAAqB,EAAE,KAJwB;AAK/CC,QAAAA,WAAW,EAAE,CACZ;AACCJ,UAAAA,EAAE,EAAE,2BADL;AAECC,UAAAA,IAAI,EAAE,2BAFP;AAGCC,UAAAA,WAAW,EAAE,IAHd;AAICG,UAAAA,kBAAkB,EAAE,IAJrB;AAKCC,UAAAA,QAAQ,EAAE;AACTC,YAAAA,KAAK,EAAE,IADE;AAETC,YAAAA,KAAK,EAAE,IAFE;AAGTC,YAAAA,YAAY,EAAE,IAHL;AAITC,YAAAA,OAAO,EAAE,IAJA;AAKTC,YAAAA,QAAQ,EAAE,IALD;AAMTC,YAAAA,KAAK,EAAE,IANE;AAOTC,YAAAA,SAAS,EAAE;AACV,yBAAS,IADC;AAEVC,cAAAA,SAAS,EAAE,IAFD;AAGVC,cAAAA,UAAU,EAAE,IAHF;AAIVC,cAAAA,MAAM,EAAE,IAJE;AAKVC,cAAAA,OAAO,EAAE;AALC,aAPF;AAcTC,YAAAA,QAAQ,EAAE;AACT,yBAAS,IADA;AAETJ,cAAAA,SAAS,EAAE,IAFF;AAGTC,cAAAA,UAAU,EAAE,IAHH;AAITC,cAAAA,MAAM,EAAE,IAJC;AAKTC,cAAAA,OAAO,EAAE;AALA;AAdD,WALX;AA2BCE,UAAAA,GAAG,EAAE;AA3BN,SADY;AALkC,OAAxB;AAJmB;AAD5B;AAD0C,CAAnB,CAAzC;eA8Ce3B,gC","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport deleteCompletedFormEmitTargetAndPayloadSchema from '#spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTargetAndPayload.schema'\nimport deleteCompletedFormResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/deleteCompletedFormResponsePayload.schema'\n\nconst deleteCompletedFormEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.delete-completed-form::v2021_07_02': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: deleteCompletedFormEmitTargetAndPayloadSchema,\n\t\t\tresponsePayloadSchema: deleteCompletedFormResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'deleteCompletedFormEmitPermissions',\n\t\t\t\tname: 'delete completed form',\n\t\t\t\tdescription: null,\n\t\t\t\trequireAllPermissions: false,\n\t\t\t\tpermissions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'can-delete-completed-form',\n\t\t\t\t\t\tname: 'Can delete completed form',\n\t\t\t\t\t\tdescription: null,\n\t\t\t\t\t\trequireAllStatuses: null,\n\t\t\t\t\t\tdefaults: {\n\t\t\t\t\t\t\tskill: null,\n\t\t\t\t\t\t\towner: null,\n\t\t\t\t\t\t\tgroupManager: null,\n\t\t\t\t\t\t\tmanager: null,\n\t\t\t\t\t\t\tteammate: null,\n\t\t\t\t\t\t\tguest: null,\n\t\t\t\t\t\t\tanonymous: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tloggedIn: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tcan: null,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default deleteCompletedFormEventContract\n\nexport type DeleteCompletedFormEventContract =\n\ttypeof deleteCompletedFormEventContract\n"],"file":"deleteCompletedForm.v2021_07_02.contract.js"}
|
|
@@ -7,15 +7,30 @@ declare const getCompletedFormEventContract: {
|
|
|
7
7
|
emitPermissionContract: {
|
|
8
8
|
id: string;
|
|
9
9
|
name: string;
|
|
10
|
+
description: null;
|
|
10
11
|
requireAllPermissions: false;
|
|
11
12
|
permissions: {
|
|
12
13
|
id: string;
|
|
13
14
|
name: string;
|
|
15
|
+
description: null;
|
|
16
|
+
requireAllStatuses: null;
|
|
14
17
|
defaults: {
|
|
18
|
+
skill: null;
|
|
19
|
+
owner: null;
|
|
20
|
+
groupManager: null;
|
|
21
|
+
manager: null;
|
|
22
|
+
teammate: null;
|
|
23
|
+
guest: null;
|
|
24
|
+
anonymous: null;
|
|
15
25
|
loggedIn: {
|
|
16
26
|
default: true;
|
|
27
|
+
clockedIn: null;
|
|
28
|
+
clockedOut: null;
|
|
29
|
+
onPrem: null;
|
|
30
|
+
offPrem: null;
|
|
17
31
|
};
|
|
18
32
|
};
|
|
33
|
+
can: null;
|
|
19
34
|
}[];
|
|
20
35
|
};
|
|
21
36
|
};
|
|
@@ -22,15 +22,30 @@ var getCompletedFormEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
|
22
22
|
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
23
|
id: 'getCompletedFormEmitPermissions',
|
|
24
24
|
name: 'Get completed form',
|
|
25
|
+
description: null,
|
|
25
26
|
requireAllPermissions: false,
|
|
26
27
|
permissions: [{
|
|
27
28
|
id: 'can-get-completed-form',
|
|
28
29
|
name: 'Can get completed form',
|
|
30
|
+
description: null,
|
|
31
|
+
requireAllStatuses: null,
|
|
29
32
|
defaults: {
|
|
33
|
+
skill: null,
|
|
34
|
+
owner: null,
|
|
35
|
+
groupManager: null,
|
|
36
|
+
manager: null,
|
|
37
|
+
teammate: null,
|
|
38
|
+
guest: null,
|
|
39
|
+
anonymous: null,
|
|
30
40
|
loggedIn: {
|
|
31
|
-
"default": true
|
|
41
|
+
"default": true,
|
|
42
|
+
clockedIn: null,
|
|
43
|
+
clockedOut: null,
|
|
44
|
+
onPrem: null,
|
|
45
|
+
offPrem: null
|
|
32
46
|
}
|
|
33
|
-
}
|
|
47
|
+
},
|
|
48
|
+
can: null
|
|
34
49
|
}]
|
|
35
50
|
})
|
|
36
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/getCompletedForm.v2021_07_02.contract.ts"],"names":["getCompletedFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","getCompletedFormEmitTargetAndPayloadSchema","responsePayloadSchema","getCompletedFormResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","loggedIn"],"mappings":";;;;;;;;;AAAA;;AAEA;;AACA;;AAEA,IAAMA,6BAA6B,GAAG,sCAAmB;AACxDC,EAAAA,eAAe,EAAE;AAChB,6CAAyC;AACxCC,MAAAA,QAAQ,EAAE,IAD8B;AAExCC,MAAAA,iBAAiB,EAAEC,gDAFqB;AAGxCC,MAAAA,qBAAqB,EAAEC,2CAHiB;AAIxCC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,iCAD2C;AAE/CC,QAAAA,IAAI,EAAE,oBAFyC;AAG/CC,QAAAA,
|
|
1
|
+
{"version":3,"sources":["../../../../src/.spruce/events/forms/getCompletedForm.v2021_07_02.contract.ts"],"names":["getCompletedFormEventContract","eventSignatures","isGlobal","emitPayloadSchema","getCompletedFormEmitTargetAndPayloadSchema","responsePayloadSchema","getCompletedFormResponsePayloadSchema","emitPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","guest","anonymous","loggedIn","clockedIn","clockedOut","onPrem","offPrem","can"],"mappings":";;;;;;;;;AAAA;;AAEA;;AACA;;AAEA,IAAMA,6BAA6B,GAAG,sCAAmB;AACxDC,EAAAA,eAAe,EAAE;AAChB,6CAAyC;AACxCC,MAAAA,QAAQ,EAAE,IAD8B;AAExCC,MAAAA,iBAAiB,EAAEC,gDAFqB;AAGxCC,MAAAA,qBAAqB,EAAEC,2CAHiB;AAIxCC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,iCAD2C;AAE/CC,QAAAA,IAAI,EAAE,oBAFyC;AAG/CC,QAAAA,WAAW,EAAE,IAHkC;AAI/CC,QAAAA,qBAAqB,EAAE,KAJwB;AAK/CC,QAAAA,WAAW,EAAE,CACZ;AACCJ,UAAAA,EAAE,EAAE,wBADL;AAECC,UAAAA,IAAI,EAAE,wBAFP;AAGCC,UAAAA,WAAW,EAAE,IAHd;AAICG,UAAAA,kBAAkB,EAAE,IAJrB;AAKCC,UAAAA,QAAQ,EAAE;AACTC,YAAAA,KAAK,EAAE,IADE;AAETC,YAAAA,KAAK,EAAE,IAFE;AAGTC,YAAAA,YAAY,EAAE,IAHL;AAITC,YAAAA,OAAO,EAAE,IAJA;AAKTC,YAAAA,QAAQ,EAAE,IALD;AAMTC,YAAAA,KAAK,EAAE,IANE;AAOTC,YAAAA,SAAS,EAAE,IAPF;AAQTC,YAAAA,QAAQ,EAAE;AACT,yBAAS,IADA;AAETC,cAAAA,SAAS,EAAE,IAFF;AAGTC,cAAAA,UAAU,EAAE,IAHH;AAITC,cAAAA,MAAM,EAAE,IAJC;AAKTC,cAAAA,OAAO,EAAE;AALA;AARD,WALX;AAqBCC,UAAAA,GAAG,EAAE;AArBN,SADY;AALkC,OAAxB;AAJgB;AADzB;AADuC,CAAnB,CAAtC;eAwCe3B,6B","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport getCompletedFormEmitTargetAndPayloadSchema from '#spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTargetAndPayload.schema'\nimport getCompletedFormResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/getCompletedFormResponsePayload.schema'\n\nconst getCompletedFormEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.get-completed-form::v2021_07_02': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: getCompletedFormEmitTargetAndPayloadSchema,\n\t\t\tresponsePayloadSchema: getCompletedFormResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'getCompletedFormEmitPermissions',\n\t\t\t\tname: 'Get completed form',\n\t\t\t\tdescription: null,\n\t\t\t\trequireAllPermissions: false,\n\t\t\t\tpermissions: [\n\t\t\t\t\t{\n\t\t\t\t\t\tid: 'can-get-completed-form',\n\t\t\t\t\t\tname: 'Can get completed form',\n\t\t\t\t\t\tdescription: null,\n\t\t\t\t\t\trequireAllStatuses: null,\n\t\t\t\t\t\tdefaults: {\n\t\t\t\t\t\t\tskill: null,\n\t\t\t\t\t\t\towner: null,\n\t\t\t\t\t\t\tgroupManager: null,\n\t\t\t\t\t\t\tmanager: null,\n\t\t\t\t\t\t\tteammate: null,\n\t\t\t\t\t\t\tguest: null,\n\t\t\t\t\t\t\tanonymous: null,\n\t\t\t\t\t\t\tloggedIn: {\n\t\t\t\t\t\t\t\tdefault: true,\n\t\t\t\t\t\t\t\tclockedIn: null,\n\t\t\t\t\t\t\t\tclockedOut: null,\n\t\t\t\t\t\t\t\tonPrem: null,\n\t\t\t\t\t\t\t\toffPrem: null,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t},\n\t\t\t\t\t\tcan: null,\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default getCompletedFormEventContract\n\nexport type GetCompletedFormEventContract = typeof getCompletedFormEventContract\n"],"file":"getCompletedForm.v2021_07_02.contract.js"}
|
|
@@ -6,19 +6,36 @@ declare const listCompletedFormsEventContract: {
|
|
|
6
6
|
emitPermissionContract: {
|
|
7
7
|
id: string;
|
|
8
8
|
name: string;
|
|
9
|
+
description: null;
|
|
9
10
|
requireAllPermissions: false;
|
|
10
11
|
permissions: {
|
|
11
12
|
id: string;
|
|
12
13
|
name: string;
|
|
14
|
+
description: null;
|
|
15
|
+
requireAllStatuses: null;
|
|
13
16
|
defaults: {
|
|
14
|
-
|
|
17
|
+
skill: true;
|
|
18
|
+
owner: null;
|
|
19
|
+
groupManager: null;
|
|
20
|
+
manager: null;
|
|
21
|
+
teammate: null;
|
|
22
|
+
guest: null;
|
|
23
|
+
anonymous: {
|
|
15
24
|
default: true;
|
|
25
|
+
clockedIn: null;
|
|
26
|
+
clockedOut: null;
|
|
27
|
+
onPrem: null;
|
|
28
|
+
offPrem: null;
|
|
16
29
|
};
|
|
17
|
-
|
|
30
|
+
loggedIn: {
|
|
18
31
|
default: true;
|
|
32
|
+
clockedIn: null;
|
|
33
|
+
clockedOut: null;
|
|
34
|
+
onPrem: null;
|
|
35
|
+
offPrem: null;
|
|
19
36
|
};
|
|
20
|
-
skill: true;
|
|
21
37
|
};
|
|
38
|
+
can: null;
|
|
22
39
|
}[];
|
|
23
40
|
};
|
|
24
41
|
};
|