@sprucelabs/spruce-cli 14.19.3 → 14.21.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/.nvmrc +1 -1
- package/CHANGELOG.md +38 -0
- package/build/.spruce/events/calendar/createCalendarEventType.v2021_05_19.contract.d.ts +11 -0
- package/build/.spruce/events/calendar/createCalendarEventType.v2021_05_19.contract.js +27 -0
- package/build/.spruce/events/calendar/createCalendarEventType.v2021_05_19.contract.js.map +1 -0
- package/build/.spruce/events/calendar/listCalendarEventTypes.v2021_05_19.contract.d.ts +10 -0
- package/build/.spruce/events/calendar/listCalendarEventTypes.v2021_05_19.contract.js +24 -0
- package/build/.spruce/events/calendar/listCalendarEventTypes.v2021_05_19.contract.js.map +1 -0
- package/build/.spruce/events/events.contract.d.ts +74 -147
- package/build/.spruce/events/events.contract.js +4 -10
- package/build/.spruce/events/events.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/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.js +11 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/appointments/v2021_06_23/eventSource.schema.d.ts +3 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/eventSource.schema.js +29 -0
- package/build/.spruce/schemas/appointments/v2021_06_23/eventSource.schema.js.map +1 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitPayload.schema.js +36 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitTargetAndPayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitTargetAndPayload.schema.js +46 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeResponsePayload.schema.js +35 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/eventSource.schema.d.ts +3 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/eventSource.schema.js +59 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/eventSource.schema.js.map +1 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/fullCalendarEventType.schema.d.ts +3 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/fullCalendarEventType.schema.js +54 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/fullCalendarEventType.schema.js.map +1 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/listCalendarEventTypesResponsePayload.schema.d.ts +3 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/listCalendarEventTypesResponsePayload.schema.js +37 -0
- package/build/.spruce/schemas/calendar/v2021_05_19/listCalendarEventTypesResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js +11 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/eventSource.schema.d.ts +3 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/eventSource.schema.js +29 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/eventSource.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js +11 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js +11 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js +2 -2
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js +2 -2
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js +11 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.d.ts +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/{text.schema.js → theme.schema.js} +2 -2
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js.map +1 -0
- package/build/.spruce/schemas/schemas.types.d.ts +368 -851
- package/build/.spruce/schemas/schemas.types.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.d.ts +3 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js +46 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js.map +1 -0
- package/build/GlobalEmitter.d.ts +11 -0
- package/build/GlobalEmitter.js +11 -0
- package/build/GlobalEmitter.js.map +1 -1
- package/build/__tests__/behavioral/DeployingToSandbox.test.d.ts +3 -2
- package/build/__tests__/behavioral/DeployingToSandbox.test.js +237 -162
- package/build/__tests__/behavioral/DeployingToSandbox.test.js.map +1 -1
- package/build/__tests__/behavioral/RegisteringEventsOnBoot.test.js +5 -83
- package/build/__tests__/behavioral/RegisteringEventsOnBoot.test.js.map +1 -1
- package/build/__tests__/behavioral/RegisteringSkillViewOnBoot.test.d.ts +1 -1
- package/build/__tests__/behavioral/SettingUpSchemasForModuleDistribution.test.d.ts +3 -2
- package/build/__tests__/behavioral/SettingUpSchemasForModuleDistribution.test.js +174 -31
- package/build/__tests__/behavioral/SettingUpSchemasForModuleDistribution.test.js.map +1 -1
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.d.ts +1 -1
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js +61 -61
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js.map +1 -1
- package/build/__tests__/behavioral/{CreatingAnEvent.test.d.ts → events/CreatingAnEvent.test.d.ts} +1 -1
- package/build/__tests__/behavioral/{CreatingAnEvent.test.js → events/CreatingAnEvent.test.js} +3 -3
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +1 -0
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js +4 -2
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.d.ts +6 -0
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js +168 -0
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js.map +1 -0
- package/build/__tests__/behavioral/{CreatingASkill.test.d.ts → skill/CreatingASkill.test.d.ts} +1 -1
- package/build/__tests__/behavioral/{CreatingASkill.test.js → skill/CreatingASkill.test.js} +3 -3
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/UpgradingASkill2.test.d.ts +5 -0
- package/build/__tests__/behavioral/skill/UpgradingASkill2.test.js +144 -19
- package/build/__tests__/behavioral/skill/UpgradingASkill2.test.js.map +1 -1
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js +4 -4
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js.map +1 -1
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +4 -4
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +1 -1
- package/build/__tests__/{behavioral/node → implementation}/SettingUpANodeModule.test.d.ts +1 -1
- package/build/__tests__/{behavioral/node → implementation}/SettingUpANodeModule.test.js +1 -1
- package/build/__tests__/implementation/SettingUpANodeModule.test.js.map +1 -0
- package/build/cli.js +6 -7
- package/build/cli.js.map +1 -1
- package/build/features/FeatureInstaller.d.ts +2 -32
- package/build/features/conversation/writers/ConversationWriter.d.ts +1 -1
- package/build/features/error/ErrorFeature.js +66 -35
- package/build/features/error/ErrorFeature.js.map +1 -1
- package/build/features/event/EventFeature.js +4 -4
- package/build/features/event/EventFeature.js.map +1 -1
- package/build/features/event/actions/SetRemoteAction.js +1 -1
- package/build/features/event/actions/SetRemoteAction.js.map +1 -1
- package/build/features/event/stores/EventStore.js.map +1 -1
- package/build/features/event/writers/EventWriter.d.ts +2 -2
- package/build/features/features.types.d.ts +1 -1
- package/build/features/log/actions/CreateTransportAction.d.ts +1 -1
- package/build/features/log/writers/LogWriter.d.ts +1 -1
- package/build/features/node/NodeFeature.d.ts +7 -22
- package/build/features/node/NodeFeature.js +49 -72
- package/build/features/node/NodeFeature.js.map +1 -1
- package/build/features/node/actions/CreateAction.d.ts +12 -0
- package/build/features/node/actions/CreateAction.js +92 -0
- package/build/features/node/actions/CreateAction.js.map +1 -0
- package/build/features/node/actions/UpdateDependenciesAction.js +13 -16
- package/build/features/node/actions/UpdateDependenciesAction.js.map +1 -1
- package/build/features/organization/stores/OrganizationStore.d.ts +2 -2
- package/build/features/sandbox/actions/SetupAction.d.ts +1 -1
- package/build/features/schema/actions/SyncAction.js +1 -1
- package/build/features/schema/actions/SyncAction.js.map +1 -1
- package/build/features/schema/writers/SchemaWriter.js +4 -6
- package/build/features/schema/writers/SchemaWriter.js.map +1 -1
- package/build/features/skill/SkillFeature.d.ts +0 -3
- package/build/features/skill/SkillFeature.js +6 -31
- package/build/features/skill/SkillFeature.js.map +1 -1
- package/build/features/skill/stores/SkillStore.d.ts +1 -1
- package/build/features/skill/stores/SkillStore.js +8 -1
- package/build/features/skill/stores/SkillStore.js.map +1 -1
- package/build/features/skill/updaters/Updater.d.ts +3 -1
- package/build/features/skill/updaters/Updater.js +43 -5
- package/build/features/skill/updaters/Updater.js.map +1 -1
- package/build/features/store/actions/SyncAction.d.ts +1 -1
- package/build/features/store/writers/StoreWriter.d.ts +1 -1
- package/build/features/universalDevDependencies.d.ts +5 -0
- package/build/features/universalDevDependencies.js +40 -0
- package/build/features/universalDevDependencies.js.map +1 -0
- package/build/features/universalScripts.d.ts +0 -3
- package/build/features/universalScripts.js +0 -3
- package/build/features/universalScripts.js.map +1 -1
- package/build/features/view/stores/ViewStore.d.ts +1 -1
- package/build/interfaces/SpyInterface.js +7 -1
- package/build/interfaces/SpyInterface.js.map +1 -1
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.d.ts +22 -0
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js +33 -0
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js.map +1 -0
- package/build/services/AuthService.d.ts +1 -0
- package/build/services/AuthService.js +8 -0
- package/build/services/AuthService.js.map +1 -1
- package/build/services/PkgService.d.ts +2 -1
- package/build/services/PkgService.js +20 -17
- package/build/services/PkgService.js.map +1 -1
- package/build/tests/AbstractCliTest.d.ts +5 -0
- package/build/tests/AbstractCliTest.js +31 -0
- package/build/tests/AbstractCliTest.js.map +1 -1
- package/build/tests/AbstractEventTest.d.ts +2 -2
- package/build/tests/buildTestCache.js +3 -0
- package/build/tests/buildTestCache.js.map +1 -1
- package/build/tests/cleanTestData.js +1 -0
- package/build/tests/cleanTestData.js.map +1 -1
- package/build/tests/fixtures/OrganizationFixture.d.ts +1 -1
- package/build/tests/fixtures/ViewFixture.d.ts +1 -1
- package/build/writers/AbstractWriter.js.map +1 -1
- package/package.json +4 -3
- package/src/.spruce/events/calendar/createCalendarEventType.v2021_05_19.contract.ts +17 -0
- package/src/.spruce/events/calendar/listCalendarEventTypes.v2021_05_19.contract.ts +16 -0
- package/src/.spruce/events/events.contract.ts +16 -34
- 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/schemas/appointments/v2021_06_23/didBookAppointmentsEmitTargetAndPayload.schema.ts +7 -0
- package/src/.spruce/schemas/appointments/v2021_06_23/eventSource.schema.ts +23 -0
- package/src/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitPayload.schema.ts +29 -0
- package/src/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeEmitTargetAndPayload.schema.ts +30 -0
- package/src/.spruce/schemas/calendar/v2021_05_19/createCalendarEventTypeResponsePayload.schema.ts +23 -0
- package/src/.spruce/schemas/calendar/v2021_05_19/eventSource.schema.ts +48 -0
- package/src/.spruce/schemas/calendar/v2021_05_19/fullCalendarEventType.schema.ts +39 -0
- package/src/.spruce/schemas/calendar/v2021_05_19/listCalendarEventTypesResponsePayload.schema.ts +25 -0
- package/src/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.ts +7 -0
- package/src/.spruce/schemas/heartwood/v2021_02_11/eventSource.schema.ts +23 -0
- package/src/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.ts +7 -0
- package/src/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.ts +7 -0
- package/src/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.ts +2 -2
- package/src/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.ts +2 -2
- package/src/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.ts +7 -0
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.ts +1 -0
- package/src/.spruce/schemas/schemas.types.ts +411 -1056
- package/src/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.ts +38 -0
- package/src/GlobalEmitter.ts +11 -0
- package/src/__tests__/behavioral/DeployingToSandbox.test.ts +47 -20
- package/src/__tests__/behavioral/RegisteringEventsOnBoot.test.ts +1 -63
- package/src/__tests__/behavioral/SettingUpSchemasForModuleDistribution.test.ts +110 -5
- package/src/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.ts +5 -5
- package/src/__tests__/behavioral/{CreatingAnEvent.test.ts → events/CreatingAnEvent.test.ts} +6 -6
- package/src/__tests__/behavioral/events/KeepingEventsInSync.test.ts +1 -2
- package/src/__tests__/behavioral/node/CreatingANodeModule.test.ts +47 -0
- package/src/__tests__/behavioral/{CreatingASkill.test.ts → skill/CreatingASkill.test.ts} +3 -3
- package/src/__tests__/behavioral/skill/UpgradingASkill2.test.ts +69 -8
- package/src/__tests__/implementation/EventContractCleanerUtil.test.ts +1 -1
- package/src/__tests__/implementation/EventTemplateItemBuilder.test.ts +3 -5
- package/src/__tests__/{behavioral/node → implementation}/SettingUpANodeModule.test.ts +1 -1
- package/src/cli.ts +3 -1
- package/src/features/error/ErrorFeature.ts +11 -0
- package/src/features/event/EventFeature.ts +4 -4
- package/src/features/event/actions/SetRemoteAction.ts +1 -1
- package/src/features/event/stores/EventStore.ts +1 -0
- package/src/features/node/NodeFeature.ts +37 -41
- package/src/features/node/actions/CreateAction.ts +34 -0
- package/src/features/node/actions/UpdateDependenciesAction.ts +5 -6
- package/src/features/schema/actions/SyncAction.ts +1 -2
- package/src/features/schema/writers/SchemaWriter.ts +3 -5
- package/src/features/skill/SkillFeature.ts +5 -12
- package/src/features/skill/stores/SkillStore.ts +5 -0
- package/src/features/skill/updaters/Updater.ts +25 -2
- package/src/features/universalDevDependencies.ts +14 -0
- package/src/features/universalScripts.ts +0 -5
- package/src/interfaces/SpyInterface.ts +6 -1
- package/src/schemas/v2020_07_22/nodeFeatureOptions.builder.ts +24 -0
- package/src/services/AuthService.ts +7 -0
- package/src/services/PkgService.ts +10 -4
- package/src/tests/AbstractCliTest.ts +11 -0
- package/src/tests/buildTestCache.ts +2 -0
- package/src/tests/cleanTestData.ts +1 -0
- package/src/writers/AbstractWriter.ts +0 -1
- package/build/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.d.ts +0 -25
- package/build/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.js +0 -41
- package/build/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.js.map +0 -1
- package/build/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.d.ts +0 -25
- package/build/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.js +0 -41
- package/build/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.js.map +0 -1
- package/build/.spruce/events/forms/createForm.v2021_07_02.contract.d.ts +0 -25
- package/build/.spruce/events/forms/createForm.v2021_07_02.contract.js +0 -41
- package/build/.spruce/events/forms/createForm.v2021_07_02.contract.js.map +0 -1
- package/build/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.d.ts +0 -28
- package/build/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.js +0 -42
- package/build/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.js.map +0 -1
- package/build/.spruce/events/forms/listForms.v2021_07_02.contract.d.ts +0 -46
- package/build/.spruce/events/forms/listForms.v2021_07_02.contract.js +0 -60
- package/build/.spruce/events/forms/listForms.v2021_07_02.contract.js.map +0 -1
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsResponsePayload.schema.js +0 -28
- package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/builtForm.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/builtForm.schema.js +0 -66
- package/build/.spruce/schemas/forms/v2021_07_02/builtForm.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/completedFormResponse.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/completedFormResponse.schema.js +0 -50
- package/build/.spruce/schemas/forms/v2021_07_02/completedFormResponse.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/completedFormSourceForm.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/completedFormSourceForm.schema.js +0 -59
- package/build/.spruce/schemas/forms/v2021_07_02/completedFormSourceForm.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitPayload.schema.js +0 -30
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormResponsePayload.schema.js +0 -34
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToFormResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitPayload.schema.js +0 -30
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasResponsePayload.schema.js +0 -33
- package/build/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/createBuiltForm.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/createBuiltForm.schema.js +0 -52
- package/build/.spruce/schemas/forms/v2021_07_02/createBuiltForm.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/createFormEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/createFormEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/createFormEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/createFormResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/createFormResponsePayload.schema.js +0 -44
- package/build/.spruce/schemas/forms/v2021_07_02/createFormResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTarget.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTarget.schema.js +0 -29
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormResponsePayload.schema.js +0 -29
- package/build/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/didSaveFormEmitPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/didSaveFormEmitPayload.schema.js +0 -29
- package/build/.spruce/schemas/forms/v2021_07_02/didSaveFormEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/didUpdateCompletedFormEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/didUpdateCompletedFormEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/didUpdateCompletedFormEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTarget.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTarget.schema.js +0 -29
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEventForm.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEventForm.schema.js +0 -78
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormEventForm.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormResponsePayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/getCompletedFormResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/listCompletedFormsResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/listCompletedFormsResponsePayload.schema.js +0 -37
- package/build/.spruce/schemas/forms/v2021_07_02/listCompletedFormsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/listFormsForm.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/listFormsForm.schema.js +0 -51
- package/build/.spruce/schemas/forms/v2021_07_02/listFormsForm.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/listFormsResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/listFormsResponsePayload.schema.js +0 -37
- package/build/.spruce/schemas/forms/v2021_07_02/listFormsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitPayload.schema.js +0 -38
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitTargetAndPayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitTargetAndPayload.schema.js +0 -35
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormResponsePayload.schema.d.ts +0 -3
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormResponsePayload.schema.js +0 -29
- package/build/.spruce/schemas/forms/v2021_07_02/updateCompletedFormResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerationTheme.schema.d.ts +0 -3
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerationTheme.schema.js +0 -35
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerationTheme.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formBuilderImportExportObject.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formBuilderImportExportObject.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formBuilderImportExportObject.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formSection.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formSection.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formSection.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/list.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/list.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/list.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCellButton.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCellButton.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCellButton.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listRow.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listRow.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listRow.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listSelectInput.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listSelectInput.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listSelectInput.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listTextInput.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listTextInput.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listTextInput.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/selectInputChoice.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/selectInputChoice.schema.js +0 -14
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/selectInputChoice.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/text.schema.d.ts +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/text.schema.js.map +0 -1
- package/build/__tests__/behavioral/CreatingASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/CreatingAnEvent.test.js.map +0 -1
- package/build/__tests__/behavioral/node/SettingUpANodeModule.test.js.map +0 -1
- package/build/__tests__/support/coreEventContract.d.ts +0 -3
- package/build/__tests__/support/coreEventContract.js +0 -5152
- package/build/__tests__/support/coreEventContract.js.map +0 -1
- package/src/.spruce/events/forms/convertPdfToForm.v2021_07_02.contract.ts +0 -33
- package/src/.spruce/events/forms/convertPdfToSchemas.v2021_07_02.contract.ts +0 -34
- package/src/.spruce/events/forms/createForm.v2021_07_02.contract.ts +0 -33
- package/src/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.ts +0 -37
- package/src/.spruce/events/forms/listForms.v2021_07_02.contract.ts +0 -56
- package/src/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsResponsePayload.schema.ts +0 -22
- package/src/.spruce/schemas/forms/v2021_07_02/builtForm.schema.ts +0 -50
- package/src/.spruce/schemas/forms/v2021_07_02/completedFormResponse.schema.ts +0 -41
- package/src/.spruce/schemas/forms/v2021_07_02/completedFormSourceForm.schema.ts +0 -44
- package/src/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitPayload.schema.ts +0 -24
- package/src/.spruce/schemas/forms/v2021_07_02/convertPdfToFormEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/convertPdfToFormResponsePayload.schema.ts +0 -22
- package/src/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitPayload.schema.ts +0 -24
- package/src/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/convertPdfToSchemasResponsePayload.schema.ts +0 -25
- package/src/.spruce/schemas/forms/v2021_07_02/createBuiltForm.schema.ts +0 -38
- package/src/.spruce/schemas/forms/v2021_07_02/createFormEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/createFormResponsePayload.schema.ts +0 -29
- package/src/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTarget.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/deleteCompletedFormResponsePayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/didSaveFormEmitPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/didUpdateCompletedFormEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTarget.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/getCompletedFormEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/getCompletedFormEventForm.schema.ts +0 -58
- package/src/.spruce/schemas/forms/v2021_07_02/getCompletedFormResponsePayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/listCompletedFormsResponsePayload.schema.ts +0 -25
- package/src/.spruce/schemas/forms/v2021_07_02/listFormsForm.schema.ts +0 -42
- package/src/.spruce/schemas/forms/v2021_07_02/listFormsResponsePayload.schema.ts +0 -25
- package/src/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitPayload.schema.ts +0 -29
- package/src/.spruce/schemas/forms/v2021_07_02/updateCompletedFormEmitTargetAndPayload.schema.ts +0 -23
- package/src/.spruce/schemas/forms/v2021_07_02/updateCompletedFormResponsePayload.schema.ts +0 -23
- package/src/.spruce/schemas/heartwood/v2021_02_11/registerationTheme.schema.ts +0 -23
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formBuilderImportExportObject.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/formSection.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/list.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCell.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listCellButton.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listRow.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listSelectInput.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/listTextInput.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/selectInputChoice.schema.ts +0 -1
- package/src/.spruce/schemas/heartwoodViewControllers/v2021_02_11/text.schema.ts +0 -1
- package/src/__tests__/support/coreEventContract.ts +0 -4184
|
@@ -1 +0,0 @@
|
|
|
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","anonymous"],"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,qBAAqB,EAAE,KAHwB;AAI/CC,QAAAA,WAAW,EAAE,CACZ;AACCH,UAAAA,EAAE,EAAE,yBADL;AAECC,UAAAA,IAAI,EAAE,yBAFP;AAGCG,UAAAA,QAAQ,EAAE;AACTC,YAAAA,SAAS,EAAE;AACV,yBAAS;AADC;AADF;AAHX,SADY;AAJkC,OAAxB;AAJiB;AAD1B;AADuC,CAAnB,CAAtC;eAyBeb,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\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\tdefaults: {\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},\n\t\t\t\t\t\t},\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"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const convertPdfToSchemasEventContract: {
|
|
2
|
-
eventSignatures: {
|
|
3
|
-
'forms.convert-pdf-to-schemas::v2021_07_02': {
|
|
4
|
-
isGlobal: true;
|
|
5
|
-
emitPayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Forms.v2021_07_02.ConvertPdfToSchemasEmitTargetAndPayloadSchema;
|
|
6
|
-
responsePayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Forms.v2021_07_02.ConvertPdfToSchemasResponsePayloadSchema;
|
|
7
|
-
emitPermissionContract: {
|
|
8
|
-
id: string;
|
|
9
|
-
name: string;
|
|
10
|
-
requireAllPermissions: false;
|
|
11
|
-
permissions: {
|
|
12
|
-
id: string;
|
|
13
|
-
name: string;
|
|
14
|
-
defaults: {
|
|
15
|
-
anonymous: {
|
|
16
|
-
default: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}[];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default convertPdfToSchemasEventContract;
|
|
25
|
-
export declare type ConvertPdfToSchemasEventContract = typeof convertPdfToSchemasEventContract;
|
|
@@ -1,41 +0,0 @@
|
|
|
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 _convertPdfToSchemasEmitTargetAndPayload = _interopRequireDefault(require("../../schemas/forms/v2021_07_02/convertPdfToSchemasEmitTargetAndPayload.schema"));
|
|
13
|
-
|
|
14
|
-
var _convertPdfToSchemasResponsePayload = _interopRequireDefault(require("../../schemas/forms/v2021_07_02/convertPdfToSchemasResponsePayload.schema"));
|
|
15
|
-
|
|
16
|
-
var convertPdfToSchemasEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
17
|
-
eventSignatures: {
|
|
18
|
-
'forms.convert-pdf-to-schemas::v2021_07_02': {
|
|
19
|
-
isGlobal: true,
|
|
20
|
-
emitPayloadSchema: _convertPdfToSchemasEmitTargetAndPayload["default"],
|
|
21
|
-
responsePayloadSchema: _convertPdfToSchemasResponsePayload["default"],
|
|
22
|
-
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
|
-
id: 'convertPdfToSchemasEmitPermissions',
|
|
24
|
-
name: 'convert pdf to schemas',
|
|
25
|
-
requireAllPermissions: false,
|
|
26
|
-
permissions: [{
|
|
27
|
-
id: 'can-convert-pdf-to-schemas',
|
|
28
|
-
name: 'Can convert pdf to schemas',
|
|
29
|
-
defaults: {
|
|
30
|
-
anonymous: {
|
|
31
|
-
"default": true
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}]
|
|
35
|
-
})
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
var _default = convertPdfToSchemasEventContract;
|
|
40
|
-
exports["default"] = _default;
|
|
41
|
-
//# sourceMappingURL=convertPdfToSchemas.v2021_07_02.contract.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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","anonymous"],"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,qBAAqB,EAAE,KAHwB;AAI/CC,QAAAA,WAAW,EAAE,CACZ;AACCH,UAAAA,EAAE,EAAE,4BADL;AAECC,UAAAA,IAAI,EAAE,4BAFP;AAGCG,UAAAA,QAAQ,EAAE;AACTC,YAAAA,SAAS,EAAE;AACV,yBAAS;AADC;AADF;AAHX,SADY;AAJkC,OAAxB;AAJoB;AAD7B;AAD0C,CAAnB,CAAzC;eAyBeb,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\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\tdefaults: {\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},\n\t\t\t\t\t\t},\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"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const createFormEventContract: {
|
|
2
|
-
eventSignatures: {
|
|
3
|
-
'forms.create-form::v2021_07_02': {
|
|
4
|
-
isGlobal: true;
|
|
5
|
-
emitPayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Forms.v2021_07_02.CreateFormEmitTargetAndPayloadSchema;
|
|
6
|
-
responsePayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Forms.v2021_07_02.CreateFormResponsePayloadSchema;
|
|
7
|
-
emitPermissionContract: {
|
|
8
|
-
id: string;
|
|
9
|
-
name: string;
|
|
10
|
-
requireAllPermissions: false;
|
|
11
|
-
permissions: {
|
|
12
|
-
id: string;
|
|
13
|
-
name: string;
|
|
14
|
-
defaults: {
|
|
15
|
-
anonymous: {
|
|
16
|
-
default: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
}[];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default createFormEventContract;
|
|
25
|
-
export declare type CreateFormEventContract = typeof createFormEventContract;
|
|
@@ -1,41 +0,0 @@
|
|
|
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 _createFormEmitTargetAndPayload = _interopRequireDefault(require("../../schemas/forms/v2021_07_02/createFormEmitTargetAndPayload.schema"));
|
|
13
|
-
|
|
14
|
-
var _createFormResponsePayload = _interopRequireDefault(require("../../schemas/forms/v2021_07_02/createFormResponsePayload.schema"));
|
|
15
|
-
|
|
16
|
-
var createFormEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
17
|
-
eventSignatures: {
|
|
18
|
-
'forms.create-form::v2021_07_02': {
|
|
19
|
-
isGlobal: true,
|
|
20
|
-
emitPayloadSchema: _createFormEmitTargetAndPayload["default"],
|
|
21
|
-
responsePayloadSchema: _createFormResponsePayload["default"],
|
|
22
|
-
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
23
|
-
id: 'createFormEmitPermissions',
|
|
24
|
-
name: 'Create Form',
|
|
25
|
-
requireAllPermissions: false,
|
|
26
|
-
permissions: [{
|
|
27
|
-
id: 'can-create-form',
|
|
28
|
-
name: 'Can create form',
|
|
29
|
-
defaults: {
|
|
30
|
-
anonymous: {
|
|
31
|
-
"default": true
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}]
|
|
35
|
-
})
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
var _default = createFormEventContract;
|
|
40
|
-
exports["default"] = _default;
|
|
41
|
-
//# sourceMappingURL=createForm.v2021_07_02.contract.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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","anonymous"],"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,qBAAqB,EAAE,KAHwB;AAI/CC,QAAAA,WAAW,EAAE,CACZ;AACCH,UAAAA,EAAE,EAAE,iBADL;AAECC,UAAAA,IAAI,EAAE,iBAFP;AAGCG,UAAAA,QAAQ,EAAE;AACTC,YAAAA,SAAS,EAAE;AACV,yBAAS;AADC;AADF;AAHX,SADY;AAJkC,OAAxB;AAJS;AADlB;AADiC,CAAnB,CAAhC;eAyBeb,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\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\tdefaults: {\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},\n\t\t\t\t\t\t},\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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const listCompletedFormsEventContract: {
|
|
2
|
-
eventSignatures: {
|
|
3
|
-
'forms.list-completed-forms::v2021_07_02': {
|
|
4
|
-
isGlobal: true;
|
|
5
|
-
responsePayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Forms.v2021_07_02.ListCompletedFormsResponsePayloadSchema;
|
|
6
|
-
emitPermissionContract: {
|
|
7
|
-
id: string;
|
|
8
|
-
name: string;
|
|
9
|
-
requireAllPermissions: false;
|
|
10
|
-
permissions: {
|
|
11
|
-
id: string;
|
|
12
|
-
name: string;
|
|
13
|
-
defaults: {
|
|
14
|
-
loggedIn: {
|
|
15
|
-
default: true;
|
|
16
|
-
};
|
|
17
|
-
anonymous: {
|
|
18
|
-
default: true;
|
|
19
|
-
};
|
|
20
|
-
skill: true;
|
|
21
|
-
};
|
|
22
|
-
}[];
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default listCompletedFormsEventContract;
|
|
28
|
-
export declare type ListCompletedFormsEventContract = typeof listCompletedFormsEventContract;
|
|
@@ -1,42 +0,0 @@
|
|
|
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 _listCompletedFormsResponsePayload = _interopRequireDefault(require("../../schemas/forms/v2021_07_02/listCompletedFormsResponsePayload.schema"));
|
|
13
|
-
|
|
14
|
-
var listCompletedFormsEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
15
|
-
eventSignatures: {
|
|
16
|
-
'forms.list-completed-forms::v2021_07_02': {
|
|
17
|
-
isGlobal: true,
|
|
18
|
-
responsePayloadSchema: _listCompletedFormsResponsePayload["default"],
|
|
19
|
-
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
20
|
-
id: 'listCompletedFormsEmitPermissions',
|
|
21
|
-
name: 'list completed forms',
|
|
22
|
-
requireAllPermissions: false,
|
|
23
|
-
permissions: [{
|
|
24
|
-
id: 'can-list-completed-forms',
|
|
25
|
-
name: 'Can list completed forms',
|
|
26
|
-
defaults: {
|
|
27
|
-
loggedIn: {
|
|
28
|
-
"default": true
|
|
29
|
-
},
|
|
30
|
-
anonymous: {
|
|
31
|
-
"default": true
|
|
32
|
-
},
|
|
33
|
-
skill: true
|
|
34
|
-
}
|
|
35
|
-
}]
|
|
36
|
-
})
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
var _default = listCompletedFormsEventContract;
|
|
41
|
-
exports["default"] = _default;
|
|
42
|
-
//# sourceMappingURL=listCompletedForms.v2021_07_02.contract.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/listCompletedForms.v2021_07_02.contract.ts"],"names":["listCompletedFormsEventContract","eventSignatures","isGlobal","responsePayloadSchema","listCompletedFormsResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","loggedIn","anonymous","skill"],"mappings":";;;;;;;;;AAAA;;AAEA;;AAEA,IAAMA,+BAA+B,GAAG,sCAAmB;AAC1DC,EAAAA,eAAe,EAAE;AAChB,+CAA2C;AAC1CC,MAAAA,QAAQ,EAAE,IADgC;AAG1CC,MAAAA,qBAAqB,EAAEC,6CAHmB;AAI1CC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,mCAD2C;AAE/CC,QAAAA,IAAI,EAAE,sBAFyC;AAG/CC,QAAAA,qBAAqB,EAAE,KAHwB;AAI/CC,QAAAA,WAAW,EAAE,CACZ;AACCH,UAAAA,EAAE,EAAE,0BADL;AAECC,UAAAA,IAAI,EAAE,0BAFP;AAGCG,UAAAA,QAAQ,EAAE;AACTC,YAAAA,QAAQ,EAAE;AACT,yBAAS;AADA,aADD;AAITC,YAAAA,SAAS,EAAE;AACV,yBAAS;AADC,aAJF;AAOTC,YAAAA,KAAK,EAAE;AAPE;AAHX,SADY;AAJkC,OAAxB;AAJkB;AAD3B;AADyC,CAAnB,CAAxC;eA6Beb,+B","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport listCompletedFormsResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/listCompletedFormsResponsePayload.schema'\n\nconst listCompletedFormsEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.list-completed-forms::v2021_07_02': {\n\t\t\tisGlobal: true,\n\n\t\t\tresponsePayloadSchema: listCompletedFormsResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'listCompletedFormsEmitPermissions',\n\t\t\t\tname: 'list completed forms',\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-list-completed-forms',\n\t\t\t\t\t\tname: 'Can list completed forms',\n\t\t\t\t\t\tdefaults: {\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},\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},\n\t\t\t\t\t\t\tskill: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default listCompletedFormsEventContract\n\nexport type ListCompletedFormsEventContract =\n\ttypeof listCompletedFormsEventContract\n"],"file":"listCompletedForms.v2021_07_02.contract.js"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
declare const listFormsEventContract: {
|
|
2
|
-
eventSignatures: {
|
|
3
|
-
'forms.list-forms::v2021_07_02': {
|
|
4
|
-
isGlobal: true;
|
|
5
|
-
responsePayloadSchema: import("@sprucelabs/mercury-types").SpruceSchemas.Forms.v2021_07_02.ListFormsResponsePayloadSchema;
|
|
6
|
-
emitPermissionContract: {
|
|
7
|
-
id: string;
|
|
8
|
-
name: string;
|
|
9
|
-
requireAllPermissions: false;
|
|
10
|
-
permissions: {
|
|
11
|
-
id: string;
|
|
12
|
-
name: string;
|
|
13
|
-
defaults: {
|
|
14
|
-
loggedIn: {
|
|
15
|
-
default: true;
|
|
16
|
-
};
|
|
17
|
-
anonymous: {
|
|
18
|
-
default: true;
|
|
19
|
-
};
|
|
20
|
-
skill: true;
|
|
21
|
-
};
|
|
22
|
-
}[];
|
|
23
|
-
};
|
|
24
|
-
listenPermissionContract: {
|
|
25
|
-
id: string;
|
|
26
|
-
name: string;
|
|
27
|
-
requireAllPermissions: false;
|
|
28
|
-
permissions: {
|
|
29
|
-
id: string;
|
|
30
|
-
name: string;
|
|
31
|
-
defaults: {
|
|
32
|
-
anonymous: {
|
|
33
|
-
default: true;
|
|
34
|
-
};
|
|
35
|
-
loggedIn: {
|
|
36
|
-
default: true;
|
|
37
|
-
};
|
|
38
|
-
skill: true;
|
|
39
|
-
};
|
|
40
|
-
}[];
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export default listFormsEventContract;
|
|
46
|
-
export declare type ListFormsEventContract = typeof listFormsEventContract;
|
|
@@ -1,60 +0,0 @@
|
|
|
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 _listFormsResponsePayload = _interopRequireDefault(require("../../schemas/forms/v2021_07_02/listFormsResponsePayload.schema"));
|
|
13
|
-
|
|
14
|
-
var listFormsEventContract = (0, _mercuryTypes.buildEventContract)({
|
|
15
|
-
eventSignatures: {
|
|
16
|
-
'forms.list-forms::v2021_07_02': {
|
|
17
|
-
isGlobal: true,
|
|
18
|
-
responsePayloadSchema: _listFormsResponsePayload["default"],
|
|
19
|
-
emitPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
20
|
-
id: 'listFormsEmitPermissions',
|
|
21
|
-
name: 'list forms',
|
|
22
|
-
requireAllPermissions: false,
|
|
23
|
-
permissions: [{
|
|
24
|
-
id: 'can-list-forms',
|
|
25
|
-
name: 'Can list forms',
|
|
26
|
-
defaults: {
|
|
27
|
-
loggedIn: {
|
|
28
|
-
"default": true
|
|
29
|
-
},
|
|
30
|
-
anonymous: {
|
|
31
|
-
"default": true
|
|
32
|
-
},
|
|
33
|
-
skill: true
|
|
34
|
-
}
|
|
35
|
-
}]
|
|
36
|
-
}),
|
|
37
|
-
listenPermissionContract: (0, _mercuryTypes.buildPermissionContract)({
|
|
38
|
-
id: 'listFormsListenPermissions',
|
|
39
|
-
name: 'list forms',
|
|
40
|
-
requireAllPermissions: false,
|
|
41
|
-
permissions: [{
|
|
42
|
-
id: 'can-list-forms',
|
|
43
|
-
name: 'Can list forms',
|
|
44
|
-
defaults: {
|
|
45
|
-
anonymous: {
|
|
46
|
-
"default": true
|
|
47
|
-
},
|
|
48
|
-
loggedIn: {
|
|
49
|
-
"default": true
|
|
50
|
-
},
|
|
51
|
-
skill: true
|
|
52
|
-
}
|
|
53
|
-
}]
|
|
54
|
-
})
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
var _default = listFormsEventContract;
|
|
59
|
-
exports["default"] = _default;
|
|
60
|
-
//# sourceMappingURL=listForms.v2021_07_02.contract.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/.spruce/events/forms/listForms.v2021_07_02.contract.ts"],"names":["listFormsEventContract","eventSignatures","isGlobal","responsePayloadSchema","listFormsResponsePayloadSchema","emitPermissionContract","id","name","requireAllPermissions","permissions","defaults","loggedIn","anonymous","skill","listenPermissionContract"],"mappings":";;;;;;;;;AAAA;;AAEA;;AAEA,IAAMA,sBAAsB,GAAG,sCAAmB;AACjDC,EAAAA,eAAe,EAAE;AAChB,qCAAiC;AAChCC,MAAAA,QAAQ,EAAE,IADsB;AAGhCC,MAAAA,qBAAqB,EAAEC,oCAHS;AAIhCC,MAAAA,sBAAsB,EAAE,2CAAwB;AAC/CC,QAAAA,EAAE,EAAE,0BAD2C;AAE/CC,QAAAA,IAAI,EAAE,YAFyC;AAG/CC,QAAAA,qBAAqB,EAAE,KAHwB;AAI/CC,QAAAA,WAAW,EAAE,CACZ;AACCH,UAAAA,EAAE,EAAE,gBADL;AAECC,UAAAA,IAAI,EAAE,gBAFP;AAGCG,UAAAA,QAAQ,EAAE;AACTC,YAAAA,QAAQ,EAAE;AACT,yBAAS;AADA,aADD;AAITC,YAAAA,SAAS,EAAE;AACV,yBAAS;AADC,aAJF;AAOTC,YAAAA,KAAK,EAAE;AAPE;AAHX,SADY;AAJkC,OAAxB,CAJQ;AAwBhCC,MAAAA,wBAAwB,EAAE,2CAAwB;AACjDR,QAAAA,EAAE,EAAE,4BAD6C;AAEjDC,QAAAA,IAAI,EAAE,YAF2C;AAGjDC,QAAAA,qBAAqB,EAAE,KAH0B;AAIjDC,QAAAA,WAAW,EAAE,CACZ;AACCH,UAAAA,EAAE,EAAE,gBADL;AAECC,UAAAA,IAAI,EAAE,gBAFP;AAGCG,UAAAA,QAAQ,EAAE;AACTE,YAAAA,SAAS,EAAE;AACV,yBAAS;AADC,aADF;AAITD,YAAAA,QAAQ,EAAE;AACT,yBAAS;AADA,aAJD;AAOTE,YAAAA,KAAK,EAAE;AAPE;AAHX,SADY;AAJoC,OAAxB;AAxBM;AADjB;AADgC,CAAnB,CAA/B;eAiDeb,sB","sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport listFormsResponsePayloadSchema from '#spruce/schemas/forms/v2021_07_02/listFormsResponsePayload.schema'\n\nconst listFormsEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'forms.list-forms::v2021_07_02': {\n\t\t\tisGlobal: true,\n\n\t\t\tresponsePayloadSchema: listFormsResponsePayloadSchema,\n\t\t\temitPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'listFormsEmitPermissions',\n\t\t\t\tname: 'list forms',\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-list-forms',\n\t\t\t\t\t\tname: 'Can list forms',\n\t\t\t\t\t\tdefaults: {\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},\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},\n\t\t\t\t\t\t\tskill: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t\tlistenPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'listFormsListenPermissions',\n\t\t\t\tname: 'list forms',\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-list-forms',\n\t\t\t\t\t\tname: 'Can list forms',\n\t\t\t\t\t\tdefaults: {\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},\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},\n\t\t\t\t\t\t\tskill: true,\n\t\t\t\t\t\t},\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t}),\n\t\t},\n\t},\n})\nexport default listFormsEventContract\n\nexport type ListFormsEventContract = typeof listFormsEventContract\n"],"file":"listForms.v2021_07_02.contract.js"}
|
package/build/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsResponsePayload.schema.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _schema = require("@sprucelabs/schema");
|
|
9
|
-
|
|
10
|
-
var didBookAppointmentsResponsePayloadSchema = {
|
|
11
|
-
id: 'didBookAppointmentsResponsePayload',
|
|
12
|
-
version: 'v2021_06_23',
|
|
13
|
-
namespace: 'Appointments',
|
|
14
|
-
name: '',
|
|
15
|
-
fields: {
|
|
16
|
-
/** . */
|
|
17
|
-
'optionalField': {
|
|
18
|
-
type: 'text',
|
|
19
|
-
options: undefined
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
_schema.SchemaRegistry.getInstance().trackSchema(didBookAppointmentsResponsePayloadSchema);
|
|
25
|
-
|
|
26
|
-
var _default = didBookAppointmentsResponsePayloadSchema;
|
|
27
|
-
exports["default"] = _default;
|
|
28
|
-
//# sourceMappingURL=didBookAppointmentsResponsePayload.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/.spruce/schemas/appointments/v2021_06_23/didBookAppointmentsResponsePayload.schema.ts"],"names":["didBookAppointmentsResponsePayloadSchema","id","version","namespace","name","fields","type","options","undefined","SchemaRegistry","getInstance","trackSchema"],"mappings":";;;;;;;AAAA;;AAKA,IAAMA,wCAAyH,GAAI;AAClIC,EAAAA,EAAE,EAAE,oCAD8H;AAElIC,EAAAA,OAAO,EAAE,aAFyH;AAGlIC,EAAAA,SAAS,EAAE,cAHuH;AAIlIC,EAAAA,IAAI,EAAE,EAJ4H;AAK9HC,EAAAA,MAAM,EAAE;AACA;AACA,qBAAiB;AACbC,MAAAA,IAAI,EAAE,MADO;AAEbC,MAAAA,OAAO,EAAEC;AAFI;AAFjB;AALsH,CAAnI;;AAcAC,uBAAeC,WAAf,GAA6BC,WAA7B,CAAyCX,wCAAzC;;eAEeA,wC","sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst didBookAppointmentsResponsePayloadSchema: SpruceSchemas.Appointments.v2021_06_23.DidBookAppointmentsResponsePayloadSchema = {\n\tid: 'didBookAppointmentsResponsePayload',\n\tversion: 'v2021_06_23',\n\tnamespace: 'Appointments',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'optionalField': {\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(didBookAppointmentsResponsePayloadSchema)\n\nexport default didBookAppointmentsResponsePayloadSchema\n"],"file":"didBookAppointmentsResponsePayload.schema.js"}
|
|
@@ -1,66 +0,0 @@
|
|
|
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 _schema = require("@sprucelabs/schema");
|
|
11
|
-
|
|
12
|
-
var _builderImportExportPage = _interopRequireDefault(require("../../heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema"));
|
|
13
|
-
|
|
14
|
-
var builtFormSchema = {
|
|
15
|
-
id: 'builtForm',
|
|
16
|
-
version: 'v2021_07_02',
|
|
17
|
-
namespace: 'Forms',
|
|
18
|
-
name: '',
|
|
19
|
-
fields: {
|
|
20
|
-
/** . */
|
|
21
|
-
'id': {
|
|
22
|
-
type: 'id',
|
|
23
|
-
isRequired: true,
|
|
24
|
-
options: undefined
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
/** . */
|
|
28
|
-
'dateDeleted': {
|
|
29
|
-
type: 'number',
|
|
30
|
-
isPrivate: true,
|
|
31
|
-
options: undefined
|
|
32
|
-
},
|
|
33
|
-
|
|
34
|
-
/** Title. */
|
|
35
|
-
'title': {
|
|
36
|
-
label: 'Title',
|
|
37
|
-
type: 'text',
|
|
38
|
-
isRequired: true,
|
|
39
|
-
options: undefined
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
/** Subtitle. */
|
|
43
|
-
'subtitle': {
|
|
44
|
-
label: 'Subtitle',
|
|
45
|
-
type: 'text',
|
|
46
|
-
options: undefined
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
/** Pages. */
|
|
50
|
-
'pages': {
|
|
51
|
-
label: 'Pages',
|
|
52
|
-
type: 'schema',
|
|
53
|
-
isRequired: true,
|
|
54
|
-
isArray: true,
|
|
55
|
-
options: {
|
|
56
|
-
schema: _builderImportExportPage["default"]
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
_schema.SchemaRegistry.getInstance().trackSchema(builtFormSchema);
|
|
63
|
-
|
|
64
|
-
var _default = builtFormSchema;
|
|
65
|
-
exports["default"] = _default;
|
|
66
|
-
//# sourceMappingURL=builtForm.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/.spruce/schemas/forms/v2021_07_02/builtForm.schema.ts"],"names":["builtFormSchema","id","version","namespace","name","fields","type","isRequired","options","undefined","isPrivate","label","isArray","schema","builderImportExportPageSchema_v2021_02_11","SchemaRegistry","getInstance","trackSchema"],"mappings":";;;;;;;;;AAAA;;AAGA;;AAEA,IAAMA,eAAgE,GAAI;AACzEC,EAAAA,EAAE,EAAE,WADqE;AAEzEC,EAAAA,OAAO,EAAE,aAFgE;AAGzEC,EAAAA,SAAS,EAAE,OAH8D;AAIzEC,EAAAA,IAAI,EAAE,EAJmE;AAKrEC,EAAAA,MAAM,EAAE;AACA;AACA,UAAM;AACFC,MAAAA,IAAI,EAAE,IADJ;AAEFC,MAAAA,UAAU,EAAE,IAFV;AAGFC,MAAAA,OAAO,EAAEC;AAHP,KAFN;;AAOA;AACA,mBAAe;AACXH,MAAAA,IAAI,EAAE,QADK;AAEXI,MAAAA,SAAS,EAAE,IAFA;AAGXF,MAAAA,OAAO,EAAEC;AAHE,KARf;;AAaA;AACA,aAAS;AACLE,MAAAA,KAAK,EAAE,OADF;AAELL,MAAAA,IAAI,EAAE,MAFD;AAGLC,MAAAA,UAAU,EAAE,IAHP;AAILC,MAAAA,OAAO,EAAEC;AAJJ,KAdT;;AAoBA;AACA,gBAAY;AACRE,MAAAA,KAAK,EAAE,UADC;AAERL,MAAAA,IAAI,EAAE,MAFE;AAGRE,MAAAA,OAAO,EAAEC;AAHD,KArBZ;;AA0BA;AACA,aAAS;AACLE,MAAAA,KAAK,EAAE,OADF;AAELL,MAAAA,IAAI,EAAE,QAFD;AAGLC,MAAAA,UAAU,EAAE,IAHP;AAILK,MAAAA,OAAO,EAAE,IAJJ;AAKLJ,MAAAA,OAAO,EAAE;AAACK,QAAAA,MAAM,EAAEC;AAAT;AALJ;AA3BT;AAL6D,CAA1E;;AA0CAC,uBAAeC,WAAf,GAA6BC,WAA7B,CAAyCjB,eAAzC;;eAEeA,e","sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\nimport builderImportExportPageSchema_v2021_02_11 from '#spruce/schemas/heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema'\n\nconst builtFormSchema: SpruceSchemas.Forms.v2021_07_02.BuiltFormSchema = {\n\tid: 'builtForm',\n\tversion: 'v2021_07_02',\n\tnamespace: 'Forms',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'id': {\n\t type: 'id',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'dateDeleted': {\n\t type: 'number',\n\t isPrivate: true,\n\t options: undefined\n\t },\n\t /** Title. */\n\t 'title': {\n\t label: 'Title',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** Subtitle. */\n\t 'subtitle': {\n\t label: 'Subtitle',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Pages. */\n\t 'pages': {\n\t label: 'Pages',\n\t type: 'schema',\n\t isRequired: true,\n\t isArray: true,\n\t options: {schema: builderImportExportPageSchema_v2021_02_11,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(builtFormSchema)\n\nexport default builtFormSchema\n"],"file":"builtForm.schema.js"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _schema = require("@sprucelabs/schema");
|
|
9
|
-
|
|
10
|
-
var completedFormResponseSchema = {
|
|
11
|
-
id: 'completedFormResponse',
|
|
12
|
-
version: 'v2021_07_02',
|
|
13
|
-
namespace: 'Forms',
|
|
14
|
-
name: '',
|
|
15
|
-
fields: {
|
|
16
|
-
/** . */
|
|
17
|
-
'personName': {
|
|
18
|
-
type: 'text',
|
|
19
|
-
isRequired: true,
|
|
20
|
-
options: undefined
|
|
21
|
-
},
|
|
22
|
-
|
|
23
|
-
/** . */
|
|
24
|
-
'formTitle': {
|
|
25
|
-
type: 'text',
|
|
26
|
-
isRequired: true,
|
|
27
|
-
options: undefined
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
/** . */
|
|
31
|
-
'completedFormBuilderId': {
|
|
32
|
-
type: 'id',
|
|
33
|
-
isRequired: true,
|
|
34
|
-
options: undefined
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
/** . */
|
|
38
|
-
'percentComplete': {
|
|
39
|
-
type: 'number',
|
|
40
|
-
isRequired: true,
|
|
41
|
-
options: undefined
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
_schema.SchemaRegistry.getInstance().trackSchema(completedFormResponseSchema);
|
|
47
|
-
|
|
48
|
-
var _default = completedFormResponseSchema;
|
|
49
|
-
exports["default"] = _default;
|
|
50
|
-
//# sourceMappingURL=completedFormResponse.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/.spruce/schemas/forms/v2021_07_02/completedFormResponse.schema.ts"],"names":["completedFormResponseSchema","id","version","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"mappings":";;;;;;;AAAA;;AAKA,IAAMA,2BAAwF,GAAI;AACjGC,EAAAA,EAAE,EAAE,uBAD6F;AAEjGC,EAAAA,OAAO,EAAE,aAFwF;AAGjGC,EAAAA,SAAS,EAAE,OAHsF;AAIjGC,EAAAA,IAAI,EAAE,EAJ2F;AAK7FC,EAAAA,MAAM,EAAE;AACA;AACA,kBAAc;AACVC,MAAAA,IAAI,EAAE,MADI;AAEVC,MAAAA,UAAU,EAAE,IAFF;AAGVC,MAAAA,OAAO,EAAEC;AAHC,KAFd;;AAOA;AACA,iBAAa;AACTH,MAAAA,IAAI,EAAE,MADG;AAETC,MAAAA,UAAU,EAAE,IAFH;AAGTC,MAAAA,OAAO,EAAEC;AAHA,KARb;;AAaA;AACA,8BAA0B;AACtBH,MAAAA,IAAI,EAAE,IADgB;AAEtBC,MAAAA,UAAU,EAAE,IAFU;AAGtBC,MAAAA,OAAO,EAAEC;AAHa,KAd1B;;AAmBA;AACA,uBAAmB;AACfH,MAAAA,IAAI,EAAE,QADS;AAEfC,MAAAA,UAAU,EAAE,IAFG;AAGfC,MAAAA,OAAO,EAAEC;AAHM;AApBnB;AALqF,CAAlG;;AAiCAC,uBAAeC,WAAf,GAA6BC,WAA7B,CAAyCZ,2BAAzC;;eAEeA,2B","sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst completedFormResponseSchema: SpruceSchemas.Forms.v2021_07_02.CompletedFormResponseSchema = {\n\tid: 'completedFormResponse',\n\tversion: 'v2021_07_02',\n\tnamespace: 'Forms',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'personName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'formTitle': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'completedFormBuilderId': {\n\t type: 'id',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'percentComplete': {\n\t type: 'number',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(completedFormResponseSchema)\n\nexport default completedFormResponseSchema\n"],"file":"completedFormResponse.schema.js"}
|
|
@@ -1,59 +0,0 @@
|
|
|
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 _schema = require("@sprucelabs/schema");
|
|
11
|
-
|
|
12
|
-
var _builderImportExportPage = _interopRequireDefault(require("../../heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema"));
|
|
13
|
-
|
|
14
|
-
var completedFormSourceFormSchema = {
|
|
15
|
-
id: 'completedFormSourceForm',
|
|
16
|
-
version: 'v2021_07_02',
|
|
17
|
-
namespace: 'Forms',
|
|
18
|
-
name: '',
|
|
19
|
-
fields: {
|
|
20
|
-
/** . */
|
|
21
|
-
'id': {
|
|
22
|
-
type: 'id',
|
|
23
|
-
isRequired: true,
|
|
24
|
-
options: undefined
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
/** Title. */
|
|
28
|
-
'title': {
|
|
29
|
-
label: 'Title',
|
|
30
|
-
type: 'text',
|
|
31
|
-
isRequired: true,
|
|
32
|
-
options: undefined
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
/** Subtitle. */
|
|
36
|
-
'subtitle': {
|
|
37
|
-
label: 'Subtitle',
|
|
38
|
-
type: 'text',
|
|
39
|
-
options: undefined
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
/** Pages. */
|
|
43
|
-
'pages': {
|
|
44
|
-
label: 'Pages',
|
|
45
|
-
type: 'schema',
|
|
46
|
-
isRequired: true,
|
|
47
|
-
isArray: true,
|
|
48
|
-
options: {
|
|
49
|
-
schema: _builderImportExportPage["default"]
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
_schema.SchemaRegistry.getInstance().trackSchema(completedFormSourceFormSchema);
|
|
56
|
-
|
|
57
|
-
var _default = completedFormSourceFormSchema;
|
|
58
|
-
exports["default"] = _default;
|
|
59
|
-
//# sourceMappingURL=completedFormSourceForm.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/.spruce/schemas/forms/v2021_07_02/completedFormSourceForm.schema.ts"],"names":["completedFormSourceFormSchema","id","version","namespace","name","fields","type","isRequired","options","undefined","label","isArray","schema","builderImportExportPageSchema_v2021_02_11","SchemaRegistry","getInstance","trackSchema"],"mappings":";;;;;;;;;AAAA;;AAGA;;AAEA,IAAMA,6BAA4F,GAAI;AACrGC,EAAAA,EAAE,EAAE,yBADiG;AAErGC,EAAAA,OAAO,EAAE,aAF4F;AAGrGC,EAAAA,SAAS,EAAE,OAH0F;AAIrGC,EAAAA,IAAI,EAAE,EAJ+F;AAKjGC,EAAAA,MAAM,EAAE;AACA;AACA,UAAM;AACFC,MAAAA,IAAI,EAAE,IADJ;AAEFC,MAAAA,UAAU,EAAE,IAFV;AAGFC,MAAAA,OAAO,EAAEC;AAHP,KAFN;;AAOA;AACA,aAAS;AACLC,MAAAA,KAAK,EAAE,OADF;AAELJ,MAAAA,IAAI,EAAE,MAFD;AAGLC,MAAAA,UAAU,EAAE,IAHP;AAILC,MAAAA,OAAO,EAAEC;AAJJ,KART;;AAcA;AACA,gBAAY;AACRC,MAAAA,KAAK,EAAE,UADC;AAERJ,MAAAA,IAAI,EAAE,MAFE;AAGRE,MAAAA,OAAO,EAAEC;AAHD,KAfZ;;AAoBA;AACA,aAAS;AACLC,MAAAA,KAAK,EAAE,OADF;AAELJ,MAAAA,IAAI,EAAE,QAFD;AAGLC,MAAAA,UAAU,EAAE,IAHP;AAILI,MAAAA,OAAO,EAAE,IAJJ;AAKLH,MAAAA,OAAO,EAAE;AAACI,QAAAA,MAAM,EAAEC;AAAT;AALJ;AArBT;AALyF,CAAtG;;AAoCAC,uBAAeC,WAAf,GAA6BC,WAA7B,CAAyChB,6BAAzC;;eAEeA,6B","sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\nimport builderImportExportPageSchema_v2021_02_11 from '#spruce/schemas/heartwoodViewControllers/v2021_02_11/builderImportExportPage.schema'\n\nconst completedFormSourceFormSchema: SpruceSchemas.Forms.v2021_07_02.CompletedFormSourceFormSchema = {\n\tid: 'completedFormSourceForm',\n\tversion: 'v2021_07_02',\n\tnamespace: 'Forms',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'id': {\n\t type: 'id',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** Title. */\n\t 'title': {\n\t label: 'Title',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** Subtitle. */\n\t 'subtitle': {\n\t label: 'Subtitle',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Pages. */\n\t 'pages': {\n\t label: 'Pages',\n\t type: 'schema',\n\t isRequired: true,\n\t isArray: true,\n\t options: {schema: builderImportExportPageSchema_v2021_02_11,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(completedFormSourceFormSchema)\n\nexport default completedFormSourceFormSchema\n"],"file":"completedFormSourceForm.schema.js"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _schema = require("@sprucelabs/schema");
|
|
9
|
-
|
|
10
|
-
var convertPdfToFormEmitPayloadSchema = {
|
|
11
|
-
id: 'convertPdfToFormEmitPayload',
|
|
12
|
-
version: 'v2021_07_02',
|
|
13
|
-
namespace: 'Forms',
|
|
14
|
-
name: '',
|
|
15
|
-
fields: {
|
|
16
|
-
/** Contents of PDF to convert to form. */
|
|
17
|
-
'pdfContents': {
|
|
18
|
-
label: 'Contents of PDF to convert to form',
|
|
19
|
-
type: 'text',
|
|
20
|
-
isRequired: true,
|
|
21
|
-
options: undefined
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
_schema.SchemaRegistry.getInstance().trackSchema(convertPdfToFormEmitPayloadSchema);
|
|
27
|
-
|
|
28
|
-
var _default = convertPdfToFormEmitPayloadSchema;
|
|
29
|
-
exports["default"] = _default;
|
|
30
|
-
//# sourceMappingURL=convertPdfToFormEmitPayload.schema.js.map
|