@sprucelabs/spruce-cli 19.0.0 → 19.1.1
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/.DS_Store +0 -0
- package/.env +25 -0
- package/.eslintcache +1 -0
- package/CHANGELOG.md +6 -0
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/bootError.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/fileExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/generic.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/storeExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/testFailed.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/themeExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js.map +1 -1
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js.map +1 -1
- package/build/.spruce/events/events.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js.map +1 -1
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.js.map +1 -1
- package/build/.spruce/schemas/fields/fieldClassMap.js.map +1 -1
- package/build/.spruce/schemas/fields/fields.types.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js.map +1 -1
- 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.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js.map +1 -1
- 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.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js.map +1 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js.map +1 -1
- package/build/.spruce/schemas/schemas.types.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/choice.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/link.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/location.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/message.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/messageSource.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/messageTarget.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/organization.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/person.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/personLocation.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/personOrganization.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/role.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/sendMessage.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/skill.schema.js.map +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/skillCreator.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/actionResponse.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/bootSkillOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createConversationTopicOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createErrorOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createOrganizationOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createSchemaOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createTestOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedDir.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedFile.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/listenEventOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/namedTemplateItem.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/npmPackage.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboardOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboarding.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/personWithToken.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupTestsOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupVscodeOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/skillFeature.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncErrorOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncEventOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemaFieldsOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemasOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/testOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/upgradeSkillOptions.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/watcherDidDetectChangesEmitPayload.schema.js.map +1 -1
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js.map +1 -1
- package/build/.spruce/skill.types.js.map +1 -1
- package/build/GlobalEmitter.js.map +1 -1
- package/build/InFlightEntertainment.js.map +1 -1
- package/build/__tests__/behavioral/AddingADependency.test.js +130 -144
- package/build/__tests__/behavioral/AddingADependency.test.js.map +1 -1
- package/build/__tests__/behavioral/BlockingCommands.test.js +59 -63
- package/build/__tests__/behavioral/BlockingCommands.test.js.map +1 -1
- package/build/__tests__/behavioral/BootingTheCli.test.d.ts +2 -1
- package/build/__tests__/behavioral/BootingTheCli.test.js +60 -22
- package/build/__tests__/behavioral/BootingTheCli.test.js.map +1 -1
- package/build/__tests__/behavioral/BootingWithBadFiles.test.js +46 -52
- package/build/__tests__/behavioral/BootingWithBadFiles.test.js.map +1 -1
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js +50 -56
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js.map +1 -1
- package/build/__tests__/behavioral/DeployingASkill.test.js +512 -548
- package/build/__tests__/behavioral/DeployingASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/DeployingToSandbox.test.js +321 -351
- package/build/__tests__/behavioral/DeployingToSandbox.test.js.map +1 -1
- package/build/__tests__/behavioral/EnablingAndDisablingCache.test.js +137 -153
- package/build/__tests__/behavioral/EnablingAndDisablingCache.test.js.map +1 -1
- package/build/__tests__/behavioral/GettingCliVersion.test.js +31 -37
- package/build/__tests__/behavioral/GettingCliVersion.test.js.map +1 -1
- package/build/__tests__/behavioral/ManagingDependencies.test.js +112 -122
- package/build/__tests__/behavioral/ManagingDependencies.test.js.map +1 -1
- package/build/__tests__/behavioral/OverridingCommandsInPackageJson.test.js +41 -45
- package/build/__tests__/behavioral/OverridingCommandsInPackageJson.test.js.map +1 -1
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js +55 -59
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js.map +1 -1
- package/build/__tests__/behavioral/RememberingUpgradeSelections.test.js +56 -64
- package/build/__tests__/behavioral/RememberingUpgradeSelections.test.js.map +1 -1
- package/build/__tests__/behavioral/SettingLogTransportsInASkill.test.js +90 -104
- package/build/__tests__/behavioral/SettingLogTransportsInASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/SettingRemote.test.js +64 -74
- package/build/__tests__/behavioral/SettingRemote.test.js.map +1 -1
- package/build/__tests__/behavioral/SettingUpVscode.test.js +52 -56
- package/build/__tests__/behavioral/SettingUpVscode.test.js.map +1 -1
- package/build/__tests__/behavioral/TestingAConversation.test.js +143 -157
- package/build/__tests__/behavioral/TestingAConversation.test.js.map +1 -1
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js +90 -100
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js.map +1 -1
- package/build/__tests__/behavioral/errors/KeepingErrorClassInSync.test.js +74 -78
- package/build/__tests__/behavioral/errors/KeepingErrorClassInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/errors/KeepingErrorsInSync.test.js +180 -190
- package/build/__tests__/behavioral/errors/KeepingErrorsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/errors/SettingUpErrors.test.js +34 -38
- package/build/__tests__/behavioral/errors/SettingUpErrors.test.js.map +1 -1
- package/build/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.js +179 -201
- package/build/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.js.map +1 -1
- package/build/__tests__/behavioral/events/CreatingAListener.test.js +423 -459
- package/build/__tests__/behavioral/events/CreatingAListener.test.js.map +1 -1
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js +287 -315
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +1 -1
- package/build/__tests__/behavioral/events/EventWriter.test.js +64 -66
- package/build/__tests__/behavioral/events/EventWriter.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js +286 -316
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +398 -420
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingListenersInSync.test.js +43 -49
- package/build/__tests__/behavioral/events/KeepingListenersInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/events/ListeningToAnEventYouCreate.test.js +55 -59
- package/build/__tests__/behavioral/events/ListeningToAnEventYouCreate.test.js.map +1 -1
- package/build/__tests__/behavioral/events/ListeningToCoreEvents.test.js +31 -35
- package/build/__tests__/behavioral/events/ListeningToCoreEvents.test.js.map +1 -1
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js +98 -104
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js.map +1 -1
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js +123 -135
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js.map +1 -1
- package/build/__tests__/behavioral/events/SettingUpEvents.test.js +15 -17
- package/build/__tests__/behavioral/events/SettingUpEvents.test.js.map +1 -1
- package/build/__tests__/behavioral/events/SkillEmitsBootEvents.test.js +66 -72
- package/build/__tests__/behavioral/events/SkillEmitsBootEvents.test.js.map +1 -1
- package/build/__tests__/behavioral/events/SyncingEventsOnlyFromDependencies.test.js +76 -82
- package/build/__tests__/behavioral/events/SyncingEventsOnlyFromDependencies.test.js.map +1 -1
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js +49 -55
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js.map +1 -1
- package/build/__tests__/behavioral/onboard/StartingOnboarding.test.js +79 -85
- package/build/__tests__/behavioral/onboard/StartingOnboarding.test.js.map +1 -1
- package/build/__tests__/behavioral/organization/CreatingAnOrg.test.js +45 -49
- package/build/__tests__/behavioral/organization/CreatingAnOrg.test.js.map +1 -1
- package/build/__tests__/behavioral/permissions/CreatingPermissions.test.js +40 -46
- package/build/__tests__/behavioral/permissions/CreatingPermissions.test.js.map +1 -1
- package/build/__tests__/behavioral/permissions/PermissionPlugin.test.js +15 -19
- package/build/__tests__/behavioral/permissions/PermissionPlugin.test.js.map +1 -1
- package/build/__tests__/behavioral/permissions/PermissionStore.test.js +174 -198
- package/build/__tests__/behavioral/permissions/PermissionStore.test.js.map +1 -1
- package/build/__tests__/behavioral/permissions/PermissionWriter.test.js +23 -27
- package/build/__tests__/behavioral/permissions/PermissionWriter.test.js.map +1 -1
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.d.ts +1 -0
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.js +209 -208
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.js.map +1 -1
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.js +34 -40
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.js.map +1 -1
- package/build/__tests__/behavioral/permissions/support/generateShortAlphaId.js.map +1 -1
- package/build/__tests__/behavioral/permissions/support/renderPermissionTestFile.js.map +1 -1
- package/build/__tests__/behavioral/permissions/support/sortPermissionContracts.js.map +1 -1
- package/build/__tests__/behavioral/person/LoggingInAsPerson.test.js +153 -171
- package/build/__tests__/behavioral/person/LoggingInAsPerson.test.js.map +1 -1
- package/build/__tests__/behavioral/person/SeeWhoIsLoggedIn.test.js +40 -46
- package/build/__tests__/behavioral/person/SeeWhoIsLoggedIn.test.js.map +1 -1
- package/build/__tests__/behavioral/polish/SettingUpPolish.test.js +102 -116
- package/build/__tests__/behavioral/polish/SettingUpPolish.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/CreatingANewSchemaBuilder.test.js +227 -247
- package/build/__tests__/behavioral/schemas/CreatingANewSchemaBuilder.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/CreatingSchemasWithGenerics.test.js +27 -29
- package/build/__tests__/behavioral/schemas/CreatingSchemasWithGenerics.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.js +38 -42
- package/build/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.js +65 -73
- package/build/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/HandlesRelatedSchemas.test.js +100 -110
- package/build/__tests__/behavioral/schemas/HandlesRelatedSchemas.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/ImportingSchemaImports.test.js +25 -27
- package/build/__tests__/behavioral/schemas/ImportingSchemaImports.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/KeepingSchemasInSync.test.js +425 -465
- package/build/__tests__/behavioral/schemas/KeepingSchemasInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/SettingUpSchemas.test.js +49 -55
- package/build/__tests__/behavioral/schemas/SettingUpSchemas.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js +435 -467
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/SyncingBadSchemasProvidesHelpfulErrorMessages.test.js +19 -21
- package/build/__tests__/behavioral/schemas/SyncingBadSchemasProvidesHelpfulErrorMessages.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/UsingSchemasInCli.test.js +9 -11
- package/build/__tests__/behavioral/schemas/UsingSchemasInCli.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/BootingASkill.test.js +61 -67
- package/build/__tests__/behavioral/skill/BootingASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js +37 -41
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/InstallingASkillAtAnOrg.test.js +183 -199
- package/build/__tests__/behavioral/skill/InstallingASkillAtAnOrg.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/LoggingInAsASkill.test.js +153 -171
- package/build/__tests__/behavioral/skill/LoggingInAsASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/RebuildingASkill.test.js +37 -43
- package/build/__tests__/behavioral/skill/RebuildingASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/RegisteringASkill.test.js +96 -104
- package/build/__tests__/behavioral/skill/RegisteringASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/SettingUpASkill.test.js +168 -184
- package/build/__tests__/behavioral/skill/SettingUpASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/stores/CreatingADataStore.test.js +169 -191
- package/build/__tests__/behavioral/stores/CreatingADataStore.test.js.map +1 -1
- package/build/__tests__/behavioral/stores/KeepingDataStoresInSync.test.js +105 -125
- package/build/__tests__/behavioral/stores/KeepingDataStoresInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/CreatingATest.test.js +208 -232
- package/build/__tests__/behavioral/tests/CreatingATest.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/RunningTests.test.js +75 -79
- package/build/__tests__/behavioral/tests/RunningTests.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/SelectingAnAbstractTestClass.test.js +293 -355
- package/build/__tests__/behavioral/tests/SelectingAnAbstractTestClass.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/SettingUpASkillForTesting.test.js +65 -75
- package/build/__tests__/behavioral/tests/SettingUpASkillForTesting.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/SettingUpTests.test.js +29 -33
- package/build/__tests__/behavioral/tests/SettingUpTests.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/TestReporterSettingsRemembered.test.js +50 -54
- package/build/__tests__/behavioral/tests/TestReporterSettingsRemembered.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/TestingDataStores.test.js +87 -95
- package/build/__tests__/behavioral/tests/TestingDataStores.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies.test.js +57 -65
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies2.test.js +146 -156
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies2.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingANodeModule.test.js +79 -87
- package/build/__tests__/behavioral/upgrading/UpgradingANodeModule.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill.test.js +282 -302
- package/build/__tests__/behavioral/upgrading/UpgradingASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill2.test.js +183 -197
- package/build/__tests__/behavioral/upgrading/UpgradingASkill2.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill3.test.js +214 -238
- package/build/__tests__/behavioral/upgrading/UpgradingASkill3.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill4.test.js +118 -126
- package/build/__tests__/behavioral/upgrading/UpgradingASkill4.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill5.test.js +138 -152
- package/build/__tests__/behavioral/upgrading/UpgradingASkill5.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingWithListeners.test.js +61 -69
- package/build/__tests__/behavioral/upgrading/UpgradingWithListeners.test.js.map +1 -1
- package/build/__tests__/behavioral/upgrading/UpgradingWithSandboxFeatureInstalled.test.js +90 -104
- package/build/__tests__/behavioral/upgrading/UpgradingWithSandboxFeatureInstalled.test.js.map +1 -1
- package/build/__tests__/behavioral/views/CreatingASkillView.test.js +194 -220
- package/build/__tests__/behavioral/views/CreatingASkillView.test.js.map +1 -1
- package/build/__tests__/behavioral/views/CreatingATheme.test.js +83 -97
- package/build/__tests__/behavioral/views/CreatingATheme.test.js.map +1 -1
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js +64 -76
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js +102 -114
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js.map +1 -1
- package/build/__tests__/behavioral/views/SettingUpViews.test.js +33 -37
- package/build/__tests__/behavioral/views/SettingUpViews.test.js.map +1 -1
- package/build/__tests__/behavioral/views/TestingViewControllers.test.js +94 -106
- package/build/__tests__/behavioral/views/TestingViewControllers.test.js.map +1 -1
- package/build/__tests__/behavioral/views/WatchingSkillViews.test.js +32 -38
- package/build/__tests__/behavioral/views/WatchingSkillViews.test.js.map +1 -1
- package/build/__tests__/behavioral/watchers/WatchingForChanges.test.js +302 -336
- package/build/__tests__/behavioral/watchers/WatchingForChanges.test.js.map +1 -1
- package/build/__tests__/implementation/ActionExecuter.test.js +132 -136
- package/build/__tests__/implementation/ActionExecuter.test.js.map +1 -1
- package/build/__tests__/implementation/ActionExecuter2.test.js +270 -286
- package/build/__tests__/implementation/ActionExecuter2.test.js.map +1 -1
- package/build/__tests__/implementation/ActionExecuter3.test.js +64 -72
- package/build/__tests__/implementation/ActionExecuter3.test.js.map +1 -1
- package/build/__tests__/implementation/ActionExecuter4.test.js +41 -47
- package/build/__tests__/implementation/ActionExecuter4.test.js.map +1 -1
- package/build/__tests__/implementation/ArgParser.test.js +13 -17
- package/build/__tests__/implementation/ArgParser.test.js.map +1 -1
- package/build/__tests__/implementation/BuildService.test.js +25 -29
- package/build/__tests__/implementation/BuildService.test.js.map +1 -1
- package/build/__tests__/implementation/BulkImporting.test.js +116 -136
- package/build/__tests__/implementation/BulkImporting.test.js.map +1 -1
- package/build/__tests__/implementation/CachingImports.test.js +89 -99
- package/build/__tests__/implementation/CachingImports.test.js.map +1 -1
- package/build/__tests__/implementation/CommandOptionBuilder.test.js.map +1 -1
- package/build/__tests__/implementation/CommanderCommandResultMapper.test.js +72 -90
- package/build/__tests__/implementation/CommanderCommandResultMapper.test.js.map +1 -1
- package/build/__tests__/implementation/DataStoreStore.test.js +127 -147
- package/build/__tests__/implementation/DataStoreStore.test.js.map +1 -1
- package/build/__tests__/implementation/DeletingOrphanedSchemaDefinitions.test.js +46 -52
- package/build/__tests__/implementation/DeletingOrphanedSchemaDefinitions.test.js.map +1 -1
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js +27 -35
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js.map +1 -1
- package/build/__tests__/implementation/EventStore.test.js +371 -399
- package/build/__tests__/implementation/EventStore.test.js.map +1 -1
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +21 -27
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +1 -1
- package/build/__tests__/implementation/FeatureCommandAttacher.test.js +155 -173
- package/build/__tests__/implementation/FeatureCommandAttacher.test.js.map +1 -1
- package/build/__tests__/implementation/FeatureFixture.test.js +54 -62
- package/build/__tests__/implementation/FeatureFixture.test.js.map +1 -1
- package/build/__tests__/implementation/FeatureInstaller.test.js +69 -77
- package/build/__tests__/implementation/FeatureInstaller.test.js.map +1 -1
- package/build/__tests__/implementation/FeaturesUtil.test.js +7 -9
- package/build/__tests__/implementation/FeaturesUtil.test.js.map +1 -1
- package/build/__tests__/implementation/FieldTemplateItemBuilder.test.js +6 -8
- package/build/__tests__/implementation/FieldTemplateItemBuilder.test.js.map +1 -1
- package/build/__tests__/implementation/GlobalEmitter.test.js +29 -33
- package/build/__tests__/implementation/GlobalEmitter.test.js.map +1 -1
- package/build/__tests__/implementation/Introspection.test.js.map +1 -1
- package/build/__tests__/implementation/JestJsonParser.test.js +9 -11
- package/build/__tests__/implementation/JestJsonParser.test.js.map +1 -1
- package/build/__tests__/implementation/LintService.test.js +32 -36
- package/build/__tests__/implementation/LintService.test.js.map +1 -1
- package/build/__tests__/implementation/ListenerStore.test.js.map +1 -1
- package/build/__tests__/implementation/OnboardingScriptLoader.test.js +72 -80
- package/build/__tests__/implementation/OnboardingScriptLoader.test.js.map +1 -1
- package/build/__tests__/implementation/OnboardingScriptPlayer.test.js +217 -243
- package/build/__tests__/implementation/OnboardingScriptPlayer.test.js.map +1 -1
- package/build/__tests__/implementation/OnboardingStore.test.js +19 -23
- package/build/__tests__/implementation/OnboardingStore.test.js.map +1 -1
- package/build/__tests__/implementation/OrganizationStore.test.js +114 -124
- package/build/__tests__/implementation/OrganizationStore.test.js.map +1 -1
- package/build/__tests__/implementation/ParentTestFinder.test.js +38 -44
- package/build/__tests__/implementation/ParentTestFinder.test.js.map +1 -1
- package/build/__tests__/implementation/PkgService.test.js +63 -75
- package/build/__tests__/implementation/PkgService.test.js.map +1 -1
- package/build/__tests__/implementation/SchemaStore.test.js +314 -346
- package/build/__tests__/implementation/SchemaStore.test.js.map +1 -1
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js +9 -11
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js.map +1 -1
- package/build/__tests__/implementation/SchemaValueTypeWriter.test.js +128 -142
- package/build/__tests__/implementation/SchemaValueTypeWriter.test.js.map +1 -1
- package/build/__tests__/implementation/ServiceFactory.test.js +8 -10
- package/build/__tests__/implementation/ServiceFactory.test.js.map +1 -1
- package/build/__tests__/implementation/SettingUpANodeModule.test.js +59 -65
- package/build/__tests__/implementation/SettingUpANodeModule.test.js.map +1 -1
- package/build/__tests__/implementation/SkillStore.test.js +153 -169
- package/build/__tests__/implementation/SkillStore.test.js.map +1 -1
- package/build/__tests__/implementation/StoreFeature.test.js +49 -53
- package/build/__tests__/implementation/StoreFeature.test.js.map +1 -1
- package/build/__tests__/implementation/TestReporter.test.js +31 -39
- package/build/__tests__/implementation/TestReporter.test.js.map +1 -1
- package/build/__tests__/implementation/TestRunner.test.js +215 -233
- package/build/__tests__/implementation/TestRunner.test.js.map +1 -1
- package/build/__tests__/implementation/ValueTypeMapping.test.js +24 -28
- package/build/__tests__/implementation/ValueTypeMapping.test.js.map +1 -1
- package/build/__tests__/implementation/Widgets.test.js +34 -42
- package/build/__tests__/implementation/Widgets.test.js.map +1 -1
- package/build/__tests__/support/EventFaker.js +12 -14
- package/build/__tests__/support/EventFaker.js.map +1 -1
- package/build/__tests__/support/onTestFileResult.js.map +1 -1
- package/build/__tests__/support/scripts/first.script.js +7 -9
- package/build/__tests__/support/scripts/first.script.js.map +1 -1
- package/build/__tests__/support/scripts/second.script.js.map +1 -1
- package/build/__tests__/support/scripts/third.test.script.js.map +1 -1
- package/build/addons/filePrompt.addon.js.map +1 -1
- package/build/boot.d.ts +2 -0
- package/build/boot.js +162 -0
- package/build/boot.js.map +1 -0
- package/build/{cli.d.ts → cli/Cli.d.ts} +9 -33
- package/build/cli/Cli.js +528 -0
- package/build/cli/Cli.js.map +1 -0
- package/build/components/AbstractComponent.js.map +1 -1
- package/build/components/FormComponent.js +156 -160
- package/build/components/FormComponent.js.map +1 -1
- package/build/components/QuizComponent.js +124 -128
- package/build/components/QuizComponent.js.map +1 -1
- package/build/constants.js.map +1 -1
- package/build/errors/SpruceError.js +1 -1
- package/build/errors/SpruceError.js.map +1 -1
- package/build/errors/actionCancelled.builder.js.map +1 -1
- package/build/errors/bootError.builder.js.map +1 -1
- package/build/errors/buildFailed.builder.js.map +1 -1
- package/build/errors/cacheNotEnabled.builder.js.map +1 -1
- package/build/errors/commandAborted.builder.js.map +1 -1
- package/build/errors/commandBlocked.builder.js.map +1 -1
- package/build/errors/commandNotImplemented.builder.js.map +1 -1
- package/build/errors/createAutoloaderFailed.builder.js.map +1 -1
- package/build/errors/dependencyExists.builder.js.map +1 -1
- package/build/errors/deployFailed.builder.js.map +1 -1
- package/build/errors/directoryEmpty.builder.js.map +1 -1
- package/build/errors/directoryNotSkill.builder.js.map +1 -1
- package/build/errors/dockerNotStarted.builder.js.map +1 -1
- package/build/errors/executingCommandFailed.builder.js.map +1 -1
- package/build/errors/failedToImport.builder.js.map +1 -1
- package/build/errors/featureNotInstalled.builder.js.map +1 -1
- package/build/errors/fileExists.builder.js.map +1 -1
- package/build/errors/generic.builder.js.map +1 -1
- package/build/errors/invalidCommand.builder.js.map +1 -1
- package/build/errors/invalidEventContract.builder.js.map +1 -1
- package/build/errors/invalidFeatureCode.builder.js.map +1 -1
- package/build/errors/invalidTestDirectory.builder.js.map +1 -1
- package/build/errors/lintFailed.builder.js.map +1 -1
- package/build/errors/mercuryResponseError.builder.js.map +1 -1
- package/build/errors/missingDependencies.builder.js.map +1 -1
- package/build/errors/noOrganizationsFound.builder.js.map +1 -1
- package/build/errors/noSkillsRegistered.builder.js.map +1 -1
- package/build/errors/notImplemented.builder.js.map +1 -1
- package/build/errors/notLoggedIn.builder.js.map +1 -1
- package/build/errors/schemaExists.builder.js.map +1 -1
- package/build/errors/schemaFailedToImport.builder.js.map +1 -1
- package/build/errors/schemaTemplateItemBuildingFailed.builder.js.map +1 -1
- package/build/errors/skillNotFound.builder.js.map +1 -1
- package/build/errors/skillNotRegistered.builder.js.map +1 -1
- package/build/errors/skillViewExists.builder.js.map +1 -1
- package/build/errors/storeExists.builder.js.map +1 -1
- package/build/errors/testFailed.builder.js.map +1 -1
- package/build/errors/themeExists.builder.js.map +1 -1
- package/build/errors/transportAlreadyExists.builder.js.map +1 -1
- package/build/errors/vscodeNotInstalled.builder.js.map +1 -1
- package/build/features/AbstractAction.js +65 -71
- package/build/features/AbstractAction.js.map +1 -1
- package/build/features/AbstractFeature.js +54 -62
- package/build/features/AbstractFeature.js.map +1 -1
- package/build/features/ActionExecuter.js +206 -210
- package/build/features/ActionExecuter.js.map +1 -1
- package/build/features/ActionFactory.js.map +1 -1
- package/build/features/ActionQuestionAsker.js +304 -320
- package/build/features/ActionQuestionAsker.js.map +1 -1
- package/build/features/FeatureCommandAttacher.js +45 -49
- package/build/features/FeatureCommandAttacher.js.map +1 -1
- package/build/features/FeatureInstaller.js +353 -375
- package/build/features/FeatureInstaller.js.map +1 -1
- package/build/features/FeatureInstallerFactory.js.map +1 -1
- package/build/features/OverrideActionDecorator.js +13 -15
- package/build/features/OverrideActionDecorator.js.map +1 -1
- package/build/features/cache/CacheFeature.js +6 -8
- package/build/features/cache/CacheFeature.js.map +1 -1
- package/build/features/cache/actions/DisableAction.js +42 -44
- package/build/features/cache/actions/DisableAction.js.map +1 -1
- package/build/features/cache/actions/EnableAction.js +37 -39
- package/build/features/cache/actions/EnableAction.js.map +1 -1
- package/build/features/cache/constants.js.map +1 -1
- package/build/features/conversation/ConversationFeature.js +40 -46
- package/build/features/conversation/ConversationFeature.js.map +1 -1
- package/build/features/conversation/actions/CreateAction.js +16 -18
- package/build/features/conversation/actions/CreateAction.js.map +1 -1
- package/build/features/conversation/actions/TestAction.js +96 -102
- package/build/features/conversation/actions/TestAction.js.map +1 -1
- package/build/features/conversation/stores/ConversationStore.js +19 -21
- package/build/features/conversation/stores/ConversationStore.js.map +1 -1
- package/build/features/conversation/writers/ConversationWriter.js +22 -24
- package/build/features/conversation/writers/ConversationWriter.js.map +1 -1
- package/build/features/dependencies/DependencyFeature.js +6 -8
- package/build/features/dependencies/DependencyFeature.js.map +1 -1
- package/build/features/dependencies/actions/AddAction.js +64 -66
- package/build/features/dependencies/actions/AddAction.js.map +1 -1
- package/build/features/dependencies/actions/ManageAction.js +63 -65
- package/build/features/dependencies/actions/ManageAction.js.map +1 -1
- package/build/features/deploy/DeployFeature.js +12 -14
- package/build/features/deploy/DeployFeature.js.map +1 -1
- package/build/features/deploy/actions/HerokuAction.js +389 -409
- package/build/features/deploy/actions/HerokuAction.js.map +1 -1
- package/build/features/deploy/writers/DeployWriter.js.map +1 -1
- package/build/features/error/ErrorFeature.js +84 -92
- package/build/features/error/ErrorFeature.js.map +1 -1
- package/build/features/error/ParentTestFinder.js +22 -24
- package/build/features/error/ParentTestFinder.js.map +1 -1
- package/build/features/error/actions/CreateAction.js +24 -26
- package/build/features/error/actions/CreateAction.js.map +1 -1
- package/build/features/error/actions/SyncAction.js +85 -91
- package/build/features/error/actions/SyncAction.js.map +1 -1
- package/build/features/error/writers/ErrorWriter.js +130 -140
- package/build/features/error/writers/ErrorWriter.js.map +1 -1
- package/build/features/event/EventFeature.js +153 -167
- package/build/features/event/EventFeature.js.map +1 -1
- package/build/features/event/actions/CreateAction.js +59 -61
- package/build/features/event/actions/CreateAction.js.map +1 -1
- package/build/features/event/actions/ListenAction.js +205 -219
- package/build/features/event/actions/ListenAction.js.map +1 -1
- package/build/features/event/actions/SetRemoteAction.js +11 -13
- package/build/features/event/actions/SetRemoteAction.js.map +1 -1
- package/build/features/event/actions/SyncAction.js +25 -27
- package/build/features/event/actions/SyncAction.js.map +1 -1
- package/build/features/event/actions/SyncListenersAction.js +23 -25
- package/build/features/event/actions/SyncListenersAction.js.map +1 -1
- package/build/features/event/builders/EventContractBuilder.js +136 -144
- package/build/features/event/builders/EventContractBuilder.js.map +1 -1
- package/build/features/event/builders/ListenerTemplateItemBuilder.js +1 -1
- package/build/features/event/builders/ListenerTemplateItemBuilder.js.map +1 -1
- package/build/features/event/services/EventSettingsService.js.map +1 -1
- package/build/features/event/services/RemoteService.js.map +1 -1
- package/build/features/event/stores/EventStore.js +246 -258
- package/build/features/event/stores/EventStore.js.map +1 -1
- package/build/features/event/stores/ListenerStore.js +26 -28
- package/build/features/event/stores/ListenerStore.js.map +1 -1
- package/build/features/event/writers/EventWriter.js +171 -183
- package/build/features/event/writers/EventWriter.js.map +1 -1
- package/build/features/eventContract/EventContractFeature.js +6 -8
- package/build/features/eventContract/EventContractFeature.js.map +1 -1
- package/build/features/eventContract/actions/PullAction.js +58 -62
- package/build/features/eventContract/actions/PullAction.js.map +1 -1
- package/build/features/feature.utilities.js.map +1 -1
- package/build/features/log/LogFeature.js.map +1 -1
- package/build/features/log/actions/CreateTransportAction.js +16 -18
- package/build/features/log/actions/CreateTransportAction.js.map +1 -1
- package/build/features/log/writers/LogWriter.js +23 -25
- package/build/features/log/writers/LogWriter.js.map +1 -1
- package/build/features/node/NodeFeature.js +110 -122
- package/build/features/node/NodeFeature.js.map +1 -1
- package/build/features/node/actions/CreateAction.js +9 -11
- package/build/features/node/actions/CreateAction.js.map +1 -1
- package/build/features/node/actions/UpdateDependenciesAction.js +140 -113
- package/build/features/node/actions/UpdateDependenciesAction.js.map +1 -1
- package/build/features/node/actions/UpgradeAction.js +70 -76
- package/build/features/node/actions/UpgradeAction.js.map +1 -1
- package/build/features/node/writers/NodeWriter.js +29 -31
- package/build/features/node/writers/NodeWriter.js.map +1 -1
- package/build/features/onboard/OnboardFeature.js +77 -87
- package/build/features/onboard/OnboardFeature.js.map +1 -1
- package/build/features/onboard/ScriptLoader.js +31 -33
- package/build/features/onboard/ScriptLoader.js.map +1 -1
- package/build/features/onboard/ScriptPlayer.js +80 -86
- package/build/features/onboard/ScriptPlayer.js.map +1 -1
- package/build/features/onboard/actions/OnboardAction.js +36 -38
- package/build/features/onboard/actions/OnboardAction.js.map +1 -1
- package/build/features/onboard/scripts/onboarding.first.script.js +68 -80
- package/build/features/onboard/scripts/onboarding.first.script.js.map +1 -1
- package/build/features/onboard/scripts/onboarding.immersive.script.js +24 -28
- package/build/features/onboard/scripts/onboarding.immersive.script.js.map +1 -1
- package/build/features/onboard/scripts/onboarding.returning.script.js +42 -44
- package/build/features/onboard/scripts/onboarding.returning.script.js.map +1 -1
- package/build/features/onboard/scripts/onboarding.short.script.js +38 -48
- package/build/features/onboard/scripts/onboarding.short.script.js.map +1 -1
- package/build/features/onboard/scripts/todo/todo.create.skill.script.js +9 -11
- package/build/features/onboard/scripts/todo/todo.create.skill.script.js.map +1 -1
- package/build/features/onboard/scripts/todo/todo.test.script.js +7 -9
- package/build/features/onboard/scripts/todo/todo.test.script.js.map +1 -1
- package/build/features/onboard/scripts/wrongCommand.script.js +40 -42
- package/build/features/onboard/scripts/wrongCommand.script.js.map +1 -1
- package/build/features/onboard/stores/OnboardingStore.js.map +1 -1
- package/build/features/organization/OrganizationFeature.js.map +1 -1
- package/build/features/organization/actions/CreateAction.js +18 -20
- package/build/features/organization/actions/CreateAction.js.map +1 -1
- package/build/features/organization/actions/InstallAction.js +81 -83
- package/build/features/organization/actions/InstallAction.js.map +1 -1
- package/build/features/organization/stores/OrganizationStore.js +101 -111
- package/build/features/organization/stores/OrganizationStore.js.map +1 -1
- package/build/features/permission/PermissionFeature.js +73 -79
- package/build/features/permission/PermissionFeature.js.map +1 -1
- package/build/features/permission/actions/CreateAction.js +23 -25
- package/build/features/permission/actions/CreateAction.js.map +1 -1
- package/build/features/permission/actions/SyncAction.js +50 -54
- package/build/features/permission/actions/SyncAction.js.map +1 -1
- package/build/features/permission/stores/PermissionStore.js +100 -104
- package/build/features/permission/stores/PermissionStore.js.map +1 -1
- package/build/features/permission/writers/PermissionWriter.js +57 -63
- package/build/features/permission/writers/PermissionWriter.js.map +1 -1
- package/build/features/person/PersonFeature.js.map +1 -1
- package/build/features/person/actions/LoginAction.js +69 -71
- package/build/features/person/actions/LoginAction.js.map +1 -1
- package/build/features/person/actions/LogoutAction.js +21 -23
- package/build/features/person/actions/LogoutAction.js.map +1 -1
- package/build/features/person/actions/WhoamiAction.js +24 -26
- package/build/features/person/actions/WhoamiAction.js.map +1 -1
- package/build/features/polish/PolishFeature.js.map +1 -1
- package/build/features/polish/actions/SetupAction.js +23 -25
- package/build/features/polish/actions/SetupAction.js.map +1 -1
- package/build/features/polish/writers/PolishWriter.js +16 -18
- package/build/features/polish/writers/PolishWriter.js.map +1 -1
- package/build/features/sandbox/SandboxFeature.js +20 -22
- package/build/features/sandbox/SandboxFeature.js.map +1 -1
- package/build/features/sandbox/actions/SetupAction.js +42 -44
- package/build/features/sandbox/actions/SetupAction.js.map +1 -1
- package/build/features/sandbox/writers/SandboxWriter.js +9 -11
- package/build/features/sandbox/writers/SandboxWriter.js.map +1 -1
- package/build/features/schema/SchemaFeature.js +82 -90
- package/build/features/schema/SchemaFeature.js.map +1 -1
- package/build/features/schema/ValueTypeBuilder.js +26 -28
- package/build/features/schema/ValueTypeBuilder.js.map +1 -1
- package/build/features/schema/actions/CreateAction.js +48 -50
- package/build/features/schema/actions/CreateAction.js.map +1 -1
- package/build/features/schema/actions/SyncAction.js +260 -270
- package/build/features/schema/actions/SyncAction.js.map +1 -1
- package/build/features/schema/actions/SyncFieldsAction.js +42 -44
- package/build/features/schema/actions/SyncFieldsAction.js.map +1 -1
- package/build/features/schema/services/SchemaService.js +24 -26
- package/build/features/schema/services/SchemaService.js.map +1 -1
- package/build/features/schema/stores/SchemaStore.js +205 -219
- package/build/features/schema/stores/SchemaStore.js.map +1 -1
- package/build/features/schema/utilities/schema.utility.js.map +1 -1
- package/build/features/schema/utilities/schemaDisk.utility.js +15 -17
- package/build/features/schema/utilities/schemaDisk.utility.js.map +1 -1
- package/build/features/schema/utilities/schemaGenerator.utility.js +40 -42
- package/build/features/schema/utilities/schemaGenerator.utility.js.map +1 -1
- package/build/features/schema/writers/SchemaWriter.js +173 -185
- package/build/features/schema/writers/SchemaWriter.js.map +1 -1
- package/build/features/skill/SkillFeature.js +99 -112
- package/build/features/skill/SkillFeature.js.map +1 -1
- package/build/features/skill/actions/BootAction.js +92 -96
- package/build/features/skill/actions/BootAction.js.map +1 -1
- package/build/features/skill/actions/CreateAction.js +9 -11
- package/build/features/skill/actions/CreateAction.js.map +1 -1
- package/build/features/skill/actions/DashboardAction.js +8 -10
- package/build/features/skill/actions/DashboardAction.js.map +1 -1
- package/build/features/skill/actions/LoginAction.js +122 -124
- package/build/features/skill/actions/LoginAction.js.map +1 -1
- package/build/features/skill/actions/RebuildAction.js +33 -35
- package/build/features/skill/actions/RebuildAction.js.map +1 -1
- package/build/features/skill/actions/RegisterAction.js +38 -40
- package/build/features/skill/actions/RegisterAction.js.map +1 -1
- package/build/features/skill/stores/SkillStore.d.ts +2 -2
- package/build/features/skill/stores/SkillStore.js +198 -216
- package/build/features/skill/stores/SkillStore.js.map +1 -1
- package/build/features/skill/updaters/Updater.js +38 -40
- package/build/features/skill/updaters/Updater.js.map +1 -1
- package/build/features/skill/writers/SkillWriter.js +15 -17
- package/build/features/skill/writers/SkillWriter.js.map +1 -1
- package/build/features/store/StoreFeature.js +50 -56
- package/build/features/store/StoreFeature.js.map +1 -1
- package/build/features/store/actions/CreateAction.js +29 -31
- package/build/features/store/actions/CreateAction.js.map +1 -1
- package/build/features/store/actions/SyncAction.js +35 -37
- package/build/features/store/actions/SyncAction.js.map +1 -1
- package/build/features/store/stores/StoreStore.js +39 -41
- package/build/features/store/stores/StoreStore.js.map +1 -1
- package/build/features/store/templateItemBuilders/StoreTemplateItemBuilder.js +1 -1
- package/build/features/store/templateItemBuilders/StoreTemplateItemBuilder.js.map +1 -1
- package/build/features/store/writers/StoreWriter.js +65 -73
- package/build/features/store/writers/StoreWriter.js.map +1 -1
- package/build/features/test/TestFeature.js +98 -102
- package/build/features/test/TestFeature.js.map +1 -1
- package/build/features/test/TestLogItemGenerator.js.map +1 -1
- package/build/features/test/TestReporter.d.ts +19 -19
- package/build/features/test/TestReporter.js +74 -82
- package/build/features/test/TestReporter.js.map +1 -1
- package/build/features/test/TestRunner.js +82 -88
- package/build/features/test/TestRunner.js.map +1 -1
- package/build/features/test/actions/CreateAction.js +145 -153
- package/build/features/test/actions/CreateAction.js.map +1 -1
- package/build/features/test/actions/SetupAction.js +37 -39
- package/build/features/test/actions/SetupAction.js.map +1 -1
- package/build/features/test/actions/TestAction.js +203 -213
- package/build/features/test/actions/TestAction.js.map +1 -1
- package/build/features/test/test.types.d.ts +1 -1
- package/build/features/test/test.types.js.map +1 -1
- package/build/features/test/writers/TestWriter.js +17 -19
- package/build/features/test/writers/TestWriter.js.map +1 -1
- package/build/features/universalDevDependencies.js.map +1 -1
- package/build/features/universalFileDescriptions.js.map +1 -1
- package/build/features/universalScripts.js.map +1 -1
- package/build/features/validateAndNormalize.utility.js.map +1 -1
- package/build/features/view/ViewFeature.js +52 -58
- package/build/features/view/ViewFeature.js.map +1 -1
- package/build/features/view/actions/CreateAction.js +64 -66
- package/build/features/view/actions/CreateAction.js.map +1 -1
- package/build/features/view/actions/CreateThemeAction.js +35 -37
- package/build/features/view/actions/CreateThemeAction.js.map +1 -1
- package/build/features/view/actions/SyncAction.js +61 -63
- package/build/features/view/actions/SyncAction.js.map +1 -1
- package/build/features/view/actions/WatchAction.d.ts +1 -0
- package/build/features/view/actions/WatchAction.js +26 -27
- package/build/features/view/actions/WatchAction.js.map +1 -1
- package/build/features/view/stores/ViewStore.js +35 -37
- package/build/features/view/stores/ViewStore.js.map +1 -1
- package/build/features/view/writers/ViewWriter.js +47 -51
- package/build/features/view/writers/ViewWriter.js.map +1 -1
- package/build/features/vscode/VsCodeFeature.js +18 -20
- package/build/features/vscode/VsCodeFeature.js.map +1 -1
- package/build/features/vscode/actions/SetupAction.js +173 -183
- package/build/features/vscode/actions/SetupAction.js.map +1 -1
- package/build/features/vscode/services/VsCodeService.js +63 -69
- package/build/features/vscode/services/VsCodeService.js.map +1 -1
- package/build/features/vscode/writers/VsCodeWriter.js +12 -14
- package/build/features/vscode/writers/VsCodeWriter.js.map +1 -1
- package/build/features/watch/WatchFeature.js +77 -88
- package/build/features/watch/WatchFeature.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/interfaces/SpyInterface.d.ts +1 -0
- package/build/interfaces/SpyInterface.js +139 -148
- package/build/interfaces/SpyInterface.js.map +1 -1
- package/build/interfaces/TerminalInterface.d.ts +1 -0
- package/build/interfaces/TerminalInterface.js +196 -207
- package/build/interfaces/TerminalInterface.js.map +1 -1
- package/build/schemas/v2020_07_22/actionResponse.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createTestOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/generatedFile.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/onboardOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/onboarding.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/personWithToken.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/skillFeature.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/syncEventOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/testOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.js.map +1 -1
- package/build/services/BuildService.js +16 -18
- package/build/services/BuildService.js.map +1 -1
- package/build/services/CommandService.js +107 -109
- package/build/services/CommandService.js.map +1 -1
- package/build/services/DependencyService.js.map +1 -1
- package/build/services/GameService.js +49 -51
- package/build/services/GameService.js.map +1 -1
- package/build/services/ImportService.js +186 -194
- package/build/services/ImportService.js.map +1 -1
- package/build/services/LintService.js +81 -83
- package/build/services/LintService.js.map +1 -1
- package/build/services/PkgService.js +85 -89
- package/build/services/PkgService.js.map +1 -1
- package/build/services/ServiceFactory.js.map +1 -1
- package/build/services/TypeCheckerService.js +7 -9
- package/build/services/TypeCheckerService.js.map +1 -1
- package/build/stores/AbstractLocalStore.js.map +1 -1
- package/build/stores/AbstractStore.js +6 -8
- package/build/stores/AbstractStore.js.map +1 -1
- package/build/stores/StoreFactory.js.map +1 -1
- package/build/templateItemBuilders/EventTemplateItemBuilder.js +1 -1
- package/build/templateItemBuilders/EventTemplateItemBuilder.js.map +1 -1
- package/build/templateItemBuilders/FieldTemplateItemBuilder.js +1 -1
- package/build/templateItemBuilders/FieldTemplateItemBuilder.js.map +1 -1
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js +1 -1
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js.map +1 -1
- package/build/tests/AbstractCliTest.d.ts +2 -3
- package/build/tests/AbstractCliTest.js +236 -266
- package/build/tests/AbstractCliTest.js.map +1 -1
- package/build/tests/AbstractErrorTest.d.ts +1 -1
- package/build/tests/AbstractErrorTest.js +19 -21
- package/build/tests/AbstractErrorTest.js.map +1 -1
- package/build/tests/AbstractEventTest.d.ts +3 -3
- package/build/tests/AbstractEventTest.js +89 -97
- package/build/tests/AbstractEventTest.js.map +1 -1
- package/build/tests/AbstractSchemaTest.d.ts +3 -3
- package/build/tests/AbstractSchemaTest.js +92 -98
- package/build/tests/AbstractSchemaTest.js.map +1 -1
- package/build/tests/AbstractSkillTest.d.ts +1 -1
- package/build/tests/AbstractSkillTest.js +40 -46
- package/build/tests/AbstractSkillTest.js.map +1 -1
- package/build/tests/AbstractTestTest.d.ts +1 -1
- package/build/tests/AbstractTestTest.js +14 -16
- package/build/tests/AbstractTestTest.js.map +1 -1
- package/build/tests/CommandFaker.js.map +1 -1
- package/build/tests/JestJsonParser.js +5 -2
- package/build/tests/JestJsonParser.js.map +1 -1
- package/build/tests/MockProgramFactory.js +11 -15
- package/build/tests/MockProgramFactory.js.map +1 -1
- package/build/tests/buildTestCache.js +223 -243
- package/build/tests/buildTestCache.js.map +1 -1
- package/build/tests/cleanTestCache.js.map +1 -1
- package/build/tests/cleanTestData.js +70 -72
- package/build/tests/cleanTestData.js.map +1 -1
- package/build/tests/constants.js.map +1 -1
- package/build/tests/fixtures/FeatureFixture.d.ts +15 -16
- package/build/tests/fixtures/FeatureFixture.js +142 -154
- package/build/tests/fixtures/FeatureFixture.js.map +1 -1
- package/build/tests/fixtures/MercuryFixture.js +9 -11
- package/build/tests/fixtures/MercuryFixture.js.map +1 -1
- package/build/tests/fixtures/OrganizationFixture.js +62 -68
- package/build/tests/fixtures/OrganizationFixture.js.map +1 -1
- package/build/tests/fixtures/PersonFixture.js +69 -73
- package/build/tests/fixtures/PersonFixture.js.map +1 -1
- package/build/tests/fixtures/SkillFixture.js +123 -137
- package/build/tests/fixtures/SkillFixture.js.map +1 -1
- package/build/tests/fixtures/ViewFixture.js +13 -15
- package/build/tests/fixtures/ViewFixture.js.map +1 -1
- package/build/tests/utilities/test.utility.js.map +1 -1
- package/build/tests/utilities/uiAssert.utility.js +31 -35
- package/build/tests/utilities/uiAssert.utility.js.map +1 -1
- package/build/types/cli.types.d.ts +26 -0
- package/build/types/cli.types.js.map +1 -1
- package/build/types/graphicsInterface.types.js.map +1 -1
- package/build/updaters/ScriptUpdater.js +78 -80
- package/build/updaters/ScriptUpdater.js.map +1 -1
- package/build/utilities/action.utility.js.map +1 -1
- package/build/utilities/apiClient.utility.js.map +1 -1
- package/build/utilities/argParser.utility.js +1 -1
- package/build/utilities/argParser.utility.js.map +1 -1
- package/build/utilities/commander.utility.js.map +1 -1
- package/build/utilities/duration.utility.js.map +1 -1
- package/build/utilities/eventContractCleaner.utility.js +1 -1
- package/build/utilities/eventContractCleaner.utility.js.map +1 -1
- package/build/utilities/form.utility.js.map +1 -1
- package/build/utilities/introspection.utility.js +3 -3
- package/build/utilities/introspection.utility.js.map +1 -1
- package/build/utilities/isCi.js.map +1 -1
- package/build/utilities/tsConfig.utility.js.map +1 -1
- package/build/utilities/ui.utility.js.map +1 -1
- package/build/widgets/Theme.js.map +1 -1
- package/build/widgets/WidgetFactory.js.map +1 -1
- package/build/widgets/keySelectChoices.js.map +1 -1
- package/build/widgets/terminalKit/TKButtonWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkBaseWidget.js +8 -10
- package/build/widgets/terminalKit/TkBaseWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkInputWidget.js +16 -20
- package/build/widgets/terminalKit/TkInputWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkLayoutCellWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkLayoutWidget.js +6 -8
- package/build/widgets/terminalKit/TkLayoutWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkMenuBarWidget.js +1 -1
- package/build/widgets/terminalKit/TkMenuBarWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkPopupWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkProgressBarWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkTextWidget.js +13 -15
- package/build/widgets/terminalKit/TkTextWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkWindowWidget.js +39 -45
- package/build/widgets/terminalKit/TkWindowWidget.js.map +1 -1
- package/build/widgets/terminalKit/termKit.utility.js +1 -1
- package/build/widgets/terminalKit/termKit.utility.js.map +1 -1
- package/build/widgets/types/button.types.js.map +1 -1
- package/build/widgets/types/factory.types.js.map +1 -1
- package/build/widgets/types/input.types.js.map +1 -1
- package/build/widgets/types/menuBar.types.js.map +1 -1
- package/build/widgets/types/popup.types.js.map +1 -1
- package/build/widgets/types/text.types.js.map +1 -1
- package/build/widgets/types/window.types.js.map +1 -1
- package/build/widgets/widget.utilities.js.map +1 -1
- package/build/writers/AbstractWriter.js +160 -166
- package/build/writers/AbstractWriter.js.map +1 -1
- package/build/writers/WriterFactory.js.map +1 -1
- package/junit.xml +7 -0
- package/node_modules/@typescript-eslint/parser/package.json +5 -5
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +1 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +2 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +1 -1
- package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +62 -7
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +6 -2
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +62 -7
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -1
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +6 -2
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/types/package.json +4 -4
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/clear-caches.d.ts +10 -0
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/describeFilePath.d.ts +2 -0
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +7 -1
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/ExpiringCache.d.ts +17 -0
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/createParseSettings.d.ts +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/getProjectConfigFiles.d.ts +12 -0
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/index.d.ts +6 -1
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/resolveProjectList.d.ts +19 -0
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +22 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts +10 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +24 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +38 -12
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +5 -10
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts +2 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +32 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +2 -15
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +7 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +15 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +2 -4
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts +17 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +62 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +22 -48
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts +12 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +70 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts +6 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts +19 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +103 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +1 -0
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +22 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/package.json +4 -5
- package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
- package/package.json +592 -597
- package/src/.DS_Store +0 -0
- package/src/__tests__/behavioral/BootingTheCli.test.ts +32 -2
- package/src/__tests__/behavioral/CreatingAConversationTopic.test.ts +1 -1
- package/src/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.ts +1 -1
- package/src/__tests__/behavioral/events/CreatingAnEvent.test.ts +1 -2
- package/src/__tests__/behavioral/permissions/SyncingPermissions.test.ts +11 -0
- package/src/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.ts +1 -1
- package/src/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.ts +1 -1
- package/src/__tests__/behavioral/upgrading/UpgradingASkill.test.ts +1 -2
- package/src/__tests__/implementation/TestRunner.test.ts +1 -1
- package/src/boot.ts +92 -0
- package/src/{cli.ts → cli/Cli.ts} +48 -150
- package/src/features/AbstractFeature.ts +1 -1
- package/src/features/FeatureInstaller.ts +3 -3
- package/src/features/error/ParentTestFinder.ts +1 -1
- package/src/features/event/builders/EventContractBuilder.ts +1 -1
- package/src/features/event/stores/EventStore.ts +4 -2
- package/src/features/event/stores/ListenerStore.ts +1 -1
- package/src/features/onboard/ScriptLoader.ts +1 -1
- package/src/features/permission/PermissionFeature.ts +3 -1
- package/src/features/permission/stores/PermissionStore.ts +1 -1
- package/src/features/schema/stores/SchemaStore.ts +1 -1
- package/src/features/schema/utilities/schemaGenerator.utility.ts +1 -1
- package/src/features/skill/SkillFeature.ts +1 -1
- package/src/features/store/stores/StoreStore.ts +1 -1
- package/src/features/test/TestReporter.ts +25 -25
- package/src/features/test/test.types.ts +8 -1
- package/src/features/view/actions/SyncAction.ts +1 -1
- package/src/features/view/actions/WatchAction.ts +8 -3
- package/src/index.ts +1 -1
- package/src/interfaces/SpyInterface.ts +2 -0
- package/src/interfaces/TerminalInterface.ts +5 -1
- package/src/tests/AbstractCliTest.ts +2 -3
- package/src/tests/AbstractSchemaTest.ts +1 -1
- package/src/tests/AbstractSkillTest.ts +1 -1
- package/src/tests/JestJsonParser.ts +4 -1
- package/src/tests/fixtures/FeatureFixture.ts +24 -20
- package/src/tests/fixtures/MercuryFixture.ts +1 -1
- package/src/types/cli.types.ts +30 -0
- package/yarn-error.log +12174 -0
- package/LICENSE +0 -21
- package/build/__tests__/behavioral/events/EverythingInstalledInstaller.d.ts +0 -17
- package/build/__tests__/behavioral/events/EverythingInstalledInstaller.js +0 -137
- package/build/__tests__/behavioral/events/EverythingInstalledInstaller.js.map +0 -1
- package/build/cli.js +0 -690
- package/build/cli.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/gitignore.js +0 -120
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.d.ts +0 -186
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/index.js +0 -181
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/license +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/package.json +0 -82
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/readme.md +0 -170
- package/node_modules/@typescript-eslint/typescript-estree/node_modules/globby/stream-utils.js +0 -46
- package/src/__tests__/behavioral/events/EverythingInstalledInstaller.ts +0 -46
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [19.1.0](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v19.0.0...v19.1.0) (2023-02-17)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- title of terminal window is now skill namespace ([1313ca1](https://github.com/sprucelabsai/spruce-cli-workspace/commit/1313ca1))
|
|
11
|
+
|
|
6
12
|
# [19.0.0](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v18.4.0...v19.0.0) (2022-12-21)
|
|
7
13
|
|
|
8
14
|
### Breaking Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionCancelled.schema.js","names":["actionCancelledSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/actionCancelled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst actionCancelledSchema: SpruceErrors.SpruceCli.ActionCancelledSchema = {\n\tid: 'actionCancelled',\n\tnamespace: 'SpruceCli',\n\tname: 'Action cancelled',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(actionCancelledSchema)\n\nexport default actionCancelledSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"actionCancelled.schema.js","names":["_schema","require","actionCancelledSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/actionCancelled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst actionCancelledSchema: SpruceErrors.SpruceCli.ActionCancelledSchema = {\n\tid: 'actionCancelled',\n\tnamespace: 'SpruceCli',\n\tname: 'Action cancelled',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(actionCancelledSchema)\n\nexport default actionCancelledSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,qBAAmE,GAAI;EAC5EC,EAAE,EAAE,iBAAiB;EACrBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,kBAAkB;EACpBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,qBAAqB,CAAC;AAAA,IAAAQ,QAAA,GAEhDR,qBAAqB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bootError.schema.js","names":["bootErrorSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/bootError.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst bootErrorSchema: SpruceErrors.SpruceCli.BootErrorSchema = {\n\tid: 'bootError',\n\tnamespace: 'SpruceCli',\n\tname: 'boot error',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(bootErrorSchema)\n\nexport default bootErrorSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"bootError.schema.js","names":["_schema","require","bootErrorSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/bootError.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst bootErrorSchema: SpruceErrors.SpruceCli.BootErrorSchema = {\n\tid: 'bootError',\n\tnamespace: 'SpruceCli',\n\tname: 'boot error',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(bootErrorSchema)\n\nexport default bootErrorSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,eAAuD,GAAI;EAChEC,EAAE,EAAE,WAAW;EACfC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,YAAY;EACdC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,eAAe,CAAC;AAAA,IAAAQ,QAAA,GAE1CR,eAAe;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buildFailed.schema.js","names":["buildFailedSchema","id","namespace","name","description","fields","label","type","hint","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/buildFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst buildFailedSchema: SpruceErrors.SpruceCli.BuildFailedSchema = {\n\tid: 'buildFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'BuildFailed',\n\tdescription: 'Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility.',\n\t fields: {\n\t /** File. File we wanted to build, if not set we wanted to build everything.. */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t hint: 'File we wanted to build, if not set we wanted to build everything..',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(buildFailedSchema)\n\nexport default buildFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"buildFailed.schema.js","names":["_schema","require","buildFailedSchema","id","namespace","name","description","fields","label","type","hint","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/buildFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst buildFailedSchema: SpruceErrors.SpruceCli.BuildFailedSchema = {\n\tid: 'buildFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'BuildFailed',\n\tdescription: 'Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility.',\n\t fields: {\n\t /** File. File we wanted to build, if not set we wanted to build everything.. */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t hint: 'File we wanted to build, if not set we wanted to build everything..',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(buildFailedSchema)\n\nexport default buildFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,iBAA2D,GAAI;EACpEC,EAAE,EAAE,aAAa;EACjBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,aAAa;EACnBC,WAAW,EAAE,6GAA6G;EACtHC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZC,IAAI,EAAE,qEAAqE;MAC3EC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACb,iBAAiB,CAAC;AAAA,IAAAc,QAAA,GAE5Cd,iBAAiB;AAAAe,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cacheNotEnabled.schema.js","names":["cacheNotEnabledSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/cacheNotEnabled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst cacheNotEnabledSchema: SpruceErrors.SpruceCli.CacheNotEnabledSchema = {\n\tid: 'cacheNotEnabled',\n\tnamespace: 'SpruceCli',\n\tname: 'Cache not enabled',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(cacheNotEnabledSchema)\n\nexport default cacheNotEnabledSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"cacheNotEnabled.schema.js","names":["_schema","require","cacheNotEnabledSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/cacheNotEnabled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst cacheNotEnabledSchema: SpruceErrors.SpruceCli.CacheNotEnabledSchema = {\n\tid: 'cacheNotEnabled',\n\tnamespace: 'SpruceCli',\n\tname: 'Cache not enabled',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(cacheNotEnabledSchema)\n\nexport default cacheNotEnabledSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,qBAAmE,GAAI;EAC5EC,EAAE,EAAE,iBAAiB;EACrBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,mBAAmB;EACrBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,qBAAqB,CAAC;AAAA,IAAAQ,QAAA,GAEhDR,qBAAqB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commandAborted.schema.js","names":["commandAbortedSchema","id","namespace","name","fields","label","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/commandAborted.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst commandAbortedSchema: SpruceErrors.SpruceCli.CommandAbortedSchema = {\n\tid: 'commandAborted',\n\tnamespace: 'SpruceCli',\n\tname: 'Command aborted',\n\t fields: {\n\t /** Command. */\n\t 'command': {\n\t label: 'Command',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(commandAbortedSchema)\n\nexport default commandAbortedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"commandAborted.schema.js","names":["_schema","require","commandAbortedSchema","id","namespace","name","fields","label","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/commandAborted.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst commandAbortedSchema: SpruceErrors.SpruceCli.CommandAbortedSchema = {\n\tid: 'commandAborted',\n\tnamespace: 'SpruceCli',\n\tname: 'Command aborted',\n\t fields: {\n\t /** Command. */\n\t 'command': {\n\t label: 'Command',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(commandAbortedSchema)\n\nexport default commandAbortedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,oBAAiE,GAAI;EAC1EC,EAAE,EAAE,gBAAgB;EACpBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,iBAAiB;EACnBC,MAAM,EAAE;IACA;IACA,SAAS,EAAE;MACPC,KAAK,EAAE,SAAS;MAChBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACZ,oBAAoB,CAAC;AAAA,IAAAa,QAAA,GAE/Cb,oBAAoB;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commandBlocked.schema.js","names":["commandBlockedSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/commandBlocked.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst commandBlockedSchema: SpruceErrors.SpruceCli.CommandBlockedSchema = {\n\tid: 'commandBlocked',\n\tnamespace: 'SpruceCli',\n\tname: 'Command blocked',\n\t fields: {\n\t /** . */\n\t 'command': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'hint': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(commandBlockedSchema)\n\nexport default commandBlockedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"commandBlocked.schema.js","names":["_schema","require","commandBlockedSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/commandBlocked.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst commandBlockedSchema: SpruceErrors.SpruceCli.CommandBlockedSchema = {\n\tid: 'commandBlocked',\n\tnamespace: 'SpruceCli',\n\tname: 'Command blocked',\n\t fields: {\n\t /** . */\n\t 'command': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'hint': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(commandBlockedSchema)\n\nexport default commandBlockedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,oBAAiE,GAAI;EAC1EC,EAAE,EAAE,gBAAgB;EACpBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,iBAAiB;EACnBC,MAAM,EAAE;IACA;IACA,SAAS,EAAE;MACPC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,MAAM,EAAE;MACJH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,oBAAoB,CAAC;AAAA,IAAAY,QAAA,GAE/CZ,oBAAoB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commandNotImplemented.schema.js","names":["commandNotImplementedSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","isArray","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/commandNotImplemented.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst commandNotImplementedSchema: SpruceErrors.SpruceCli.CommandNotImplementedSchema = {\n\tid: 'commandNotImplemented',\n\tnamespace: 'SpruceCli',\n\tname: 'Command not implemented',\n\tdescription: 'This command has not yet been implemented ',\n\t fields: {\n\t /** Command. the command being run! */\n\t 'command': {\n\t label: 'Command',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'the command being run!',\n\t options: undefined\n\t },\n\t /** Args. Arguments passed to the command */\n\t 'args': {\n\t label: 'Args',\n\t type: 'text',\n\t hint: 'Arguments passed to the command',\n\t isArray: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(commandNotImplementedSchema)\n\nexport default commandNotImplementedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"commandNotImplemented.schema.js","names":["_schema","require","commandNotImplementedSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","isArray","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/commandNotImplemented.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst commandNotImplementedSchema: SpruceErrors.SpruceCli.CommandNotImplementedSchema = {\n\tid: 'commandNotImplemented',\n\tnamespace: 'SpruceCli',\n\tname: 'Command not implemented',\n\tdescription: 'This command has not yet been implemented ',\n\t fields: {\n\t /** Command. the command being run! */\n\t 'command': {\n\t label: 'Command',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'the command being run!',\n\t options: undefined\n\t },\n\t /** Args. Arguments passed to the command */\n\t 'args': {\n\t label: 'Args',\n\t type: 'text',\n\t hint: 'Arguments passed to the command',\n\t isArray: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(commandNotImplementedSchema)\n\nexport default commandNotImplementedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,2BAA+E,GAAI;EACxFC,EAAE,EAAE,uBAAuB;EAC3BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,yBAAyB;EAC/BC,WAAW,EAAE,4CAA4C;EACrDC,MAAM,EAAE;IACA;IACA,SAAS,EAAE;MACPC,KAAK,EAAE,SAAS;MAChBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,wBAAwB;MAC9BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,MAAM,EAAE;MACJL,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,iCAAiC;MACvCG,OAAO,EAAE,IAAI;MACbF,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDE,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACf,2BAA2B,CAAC;AAAA,IAAAgB,QAAA,GAEtDhB,2BAA2B;AAAAiB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAutoloaderFailed.schema.js","names":["createAutoloaderFailedSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","isArray","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/createAutoloaderFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst createAutoloaderFailedSchema: SpruceErrors.SpruceCli.CreateAutoloaderFailedSchema = {\n\tid: 'createAutoloaderFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Could not create an autoloader',\n\tdescription: 'Autoloader creation failed',\n\t fields: {\n\t /** The globby pattern used to find files. Globby pattern */\n\t 'globbyPattern': {\n\t label: 'The globby pattern used to find files',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'Globby pattern',\n\t options: undefined\n\t },\n\t /** The files that were loaded. The files that were loaded */\n\t 'filePaths': {\n\t label: 'The files that were loaded',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The files that were loaded',\n\t isArray: true,\n\t options: undefined\n\t },\n\t /** The suffix for classes to autoload. Class suffix */\n\t 'suffix': {\n\t label: 'The suffix for classes to autoload',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'Class suffix',\n\t options: undefined\n\t },\n\t /** The directory we're trying to create the autoloader for. Directory to autoload */\n\t 'directory': {\n\t label: 'The directory we\\'re trying to create the autoloader for',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'Directory to autoload',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(createAutoloaderFailedSchema)\n\nexport default createAutoloaderFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"createAutoloaderFailed.schema.js","names":["_schema","require","createAutoloaderFailedSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","isArray","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/createAutoloaderFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst createAutoloaderFailedSchema: SpruceErrors.SpruceCli.CreateAutoloaderFailedSchema = {\n\tid: 'createAutoloaderFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Could not create an autoloader',\n\tdescription: 'Autoloader creation failed',\n\t fields: {\n\t /** The globby pattern used to find files. Globby pattern */\n\t 'globbyPattern': {\n\t label: 'The globby pattern used to find files',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'Globby pattern',\n\t options: undefined\n\t },\n\t /** The files that were loaded. The files that were loaded */\n\t 'filePaths': {\n\t label: 'The files that were loaded',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The files that were loaded',\n\t isArray: true,\n\t options: undefined\n\t },\n\t /** The suffix for classes to autoload. Class suffix */\n\t 'suffix': {\n\t label: 'The suffix for classes to autoload',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'Class suffix',\n\t options: undefined\n\t },\n\t /** The directory we're trying to create the autoloader for. Directory to autoload */\n\t 'directory': {\n\t label: 'The directory we\\'re trying to create the autoloader for',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'Directory to autoload',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(createAutoloaderFailedSchema)\n\nexport default createAutoloaderFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,4BAAiF,GAAI;EAC1FC,EAAE,EAAE,wBAAwB;EAC5BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,gCAAgC;EACtCC,WAAW,EAAE,4BAA4B;EACrCC,MAAM,EAAE;IACA;IACA,eAAe,EAAE;MACbC,KAAK,EAAE,uCAAuC;MAC9CC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,gBAAgB;MACtBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTL,KAAK,EAAE,4BAA4B;MACnCC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,4BAA4B;MAClCG,OAAO,EAAE,IAAI;MACbF,OAAO,EAAEC;IACb,CAAC;IACD;IACA,QAAQ,EAAE;MACNL,KAAK,EAAE,oCAAoC;MAC3CC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,cAAc;MACpBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTL,KAAK,EAAE,0DAA0D;MACjEC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,uBAAuB;MAC7BC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDE,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACf,4BAA4B,CAAC;AAAA,IAAAgB,QAAA,GAEvDhB,4BAA4B;AAAAiB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dependencyExists.schema.js","names":["dependencyExistsSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/dependencyExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst dependencyExistsSchema: SpruceErrors.SpruceCli.DependencyExistsSchema = {\n\tid: 'dependencyExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Dependency exists',\n\t fields: {\n\t /** . */\n\t 'namespace': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(dependencyExistsSchema)\n\nexport default dependencyExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"dependencyExists.schema.js","names":["_schema","require","dependencyExistsSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/dependencyExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst dependencyExistsSchema: SpruceErrors.SpruceCli.DependencyExistsSchema = {\n\tid: 'dependencyExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Dependency exists',\n\t fields: {\n\t /** . */\n\t 'namespace': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(dependencyExistsSchema)\n\nexport default dependencyExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,sBAAqE,GAAI;EAC9EC,EAAE,EAAE,kBAAkB;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,mBAAmB;EACrBC,MAAM,EAAE;IACA;IACA,WAAW,EAAE;MACTC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,sBAAsB,CAAC;AAAA,IAAAY,QAAA,GAEjDZ,sBAAsB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deployFailed.schema.js","names":["deployFailedSchema","id","namespace","name","fields","type","isRequired","options","choices","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/deployFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst deployFailedSchema: SpruceErrors.SpruceCli.DeployFailedSchema = {\n\tid: 'deployFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Deploy Failed',\n\t fields: {\n\t /** . */\n\t 'stage': {\n\t type: 'select',\n\t isRequired: true,\n\t options: {choices: [{\"label\":\"Skill\",\"value\":\"skill\"},{\"label\":\"Building\",\"value\":\"building\"},{\"label\":\"Testing\",\"value\":\"testing\"},{\"label\":\"Git\",\"value\":\"git\"},{\"label\":\"Procfile\",\"value\":\"procfile\"},{\"label\":\"Remote\",\"value\":\"remote\"},{\"label\":\"Heroku\",\"value\":\"heroku\"}],}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(deployFailedSchema)\n\nexport default deployFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"deployFailed.schema.js","names":["_schema","require","deployFailedSchema","id","namespace","name","fields","type","isRequired","options","choices","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/deployFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst deployFailedSchema: SpruceErrors.SpruceCli.DeployFailedSchema = {\n\tid: 'deployFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Deploy Failed',\n\t fields: {\n\t /** . */\n\t 'stage': {\n\t type: 'select',\n\t isRequired: true,\n\t options: {choices: [{\"label\":\"Skill\",\"value\":\"skill\"},{\"label\":\"Building\",\"value\":\"building\"},{\"label\":\"Testing\",\"value\":\"testing\"},{\"label\":\"Git\",\"value\":\"git\"},{\"label\":\"Procfile\",\"value\":\"procfile\"},{\"label\":\"Remote\",\"value\":\"remote\"},{\"label\":\"Heroku\",\"value\":\"heroku\"}],}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(deployFailedSchema)\n\nexport default deployFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,kBAA6D,GAAI;EACtEC,EAAE,EAAE,cAAc;EAClBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,eAAe;EACjBC,MAAM,EAAE;IACA;IACA,OAAO,EAAE;MACLC,IAAI,EAAE,QAAQ;MACdC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE;QAACC,OAAO,EAAE,CAAC;UAAC,OAAO,EAAC,OAAO;UAAC,OAAO,EAAC;QAAO,CAAC,EAAC;UAAC,OAAO,EAAC,UAAU;UAAC,OAAO,EAAC;QAAU,CAAC,EAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC,EAAC;UAAC,OAAO,EAAC,KAAK;UAAC,OAAO,EAAC;QAAK,CAAC,EAAC;UAAC,OAAO,EAAC,UAAU;UAAC,OAAO,EAAC;QAAU,CAAC,EAAC;UAAC,OAAO,EAAC,QAAQ;UAAC,OAAO,EAAC;QAAQ,CAAC,EAAC;UAAC,OAAO,EAAC,QAAQ;UAAC,OAAO,EAAC;QAAQ,CAAC;MAAE;IACvR;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,kBAAkB,CAAC;AAAA,IAAAY,QAAA,GAE7CZ,kBAAkB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directoryEmpty.schema.js","names":["directoryEmptySchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/directoryEmpty.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst directoryEmptySchema: SpruceErrors.SpruceCli.DirectoryEmptySchema = {\n\tid: 'directoryEmpty',\n\tnamespace: 'SpruceCli',\n\tname: 'directory empty',\n\t fields: {\n\t /** . */\n\t 'directory': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(directoryEmptySchema)\n\nexport default directoryEmptySchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"directoryEmpty.schema.js","names":["_schema","require","directoryEmptySchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/directoryEmpty.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst directoryEmptySchema: SpruceErrors.SpruceCli.DirectoryEmptySchema = {\n\tid: 'directoryEmpty',\n\tnamespace: 'SpruceCli',\n\tname: 'directory empty',\n\t fields: {\n\t /** . */\n\t 'directory': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(directoryEmptySchema)\n\nexport default directoryEmptySchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,oBAAiE,GAAI;EAC1EC,EAAE,EAAE,gBAAgB;EACpBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,iBAAiB;EACnBC,MAAM,EAAE;IACA;IACA,WAAW,EAAE;MACTC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,oBAAoB,CAAC;AAAA,IAAAY,QAAA,GAE/CZ,oBAAoB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"directoryNotSkill.schema.js","names":["directoryNotSkillSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/directoryNotSkill.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst directoryNotSkillSchema: SpruceErrors.SpruceCli.DirectoryNotSkillSchema = {\n\tid: 'directoryNotSkill',\n\tnamespace: 'SpruceCli',\n\tname: 'Dir not skill',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(directoryNotSkillSchema)\n\nexport default directoryNotSkillSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"directoryNotSkill.schema.js","names":["_schema","require","directoryNotSkillSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/directoryNotSkill.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst directoryNotSkillSchema: SpruceErrors.SpruceCli.DirectoryNotSkillSchema = {\n\tid: 'directoryNotSkill',\n\tnamespace: 'SpruceCli',\n\tname: 'Dir not skill',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(directoryNotSkillSchema)\n\nexport default directoryNotSkillSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,uBAAuE,GAAI;EAChFC,EAAE,EAAE,mBAAmB;EACvBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,eAAe;EACjBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,uBAAuB,CAAC;AAAA,IAAAQ,QAAA,GAElDR,uBAAuB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dockerNotStarted.schema.js","names":["dockerNotStartedSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/dockerNotStarted.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst dockerNotStartedSchema: SpruceErrors.SpruceCli.DockerNotStartedSchema = {\n\tid: 'dockerNotStarted',\n\tnamespace: 'SpruceCli',\n\tname: 'Docker not started',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(dockerNotStartedSchema)\n\nexport default dockerNotStartedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"dockerNotStarted.schema.js","names":["_schema","require","dockerNotStartedSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/dockerNotStarted.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst dockerNotStartedSchema: SpruceErrors.SpruceCli.DockerNotStartedSchema = {\n\tid: 'dockerNotStarted',\n\tnamespace: 'SpruceCli',\n\tname: 'Docker not started',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(dockerNotStartedSchema)\n\nexport default dockerNotStartedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,sBAAqE,GAAI;EAC9EC,EAAE,EAAE,kBAAkB;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,oBAAoB;EACtBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,sBAAsB,CAAC;AAAA,IAAAQ,QAAA,GAEjDR,sBAAsB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executingCommandFailed.schema.js","names":["executingCommandFailedSchema","id","namespace","name","description","fields","label","type","options","undefined","isArray","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/executingCommandFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst executingCommandFailedSchema: SpruceErrors.SpruceCli.ExecutingCommandFailedSchema = {\n\tid: 'executingCommandFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Executing command failed',\n\tdescription: 'The command that was being executed failed',\n\t fields: {\n\t /** The command being run. */\n\t 'cmd': {\n\t label: 'The command being run',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Args. */\n\t 'args': {\n\t label: 'Args',\n\t type: 'text',\n\t isArray: true,\n\t options: undefined\n\t },\n\t /** Cwd. */\n\t 'cwd': {\n\t label: 'Cwd',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Stdout. */\n\t 'stdout': {\n\t label: 'Stdout',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** stderr. */\n\t 'stderr': {\n\t label: 'stderr',\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(executingCommandFailedSchema)\n\nexport default executingCommandFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"executingCommandFailed.schema.js","names":["_schema","require","executingCommandFailedSchema","id","namespace","name","description","fields","label","type","options","undefined","isArray","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/executingCommandFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst executingCommandFailedSchema: SpruceErrors.SpruceCli.ExecutingCommandFailedSchema = {\n\tid: 'executingCommandFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Executing command failed',\n\tdescription: 'The command that was being executed failed',\n\t fields: {\n\t /** The command being run. */\n\t 'cmd': {\n\t label: 'The command being run',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Args. */\n\t 'args': {\n\t label: 'Args',\n\t type: 'text',\n\t isArray: true,\n\t options: undefined\n\t },\n\t /** Cwd. */\n\t 'cwd': {\n\t label: 'Cwd',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Stdout. */\n\t 'stdout': {\n\t label: 'Stdout',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** stderr. */\n\t 'stderr': {\n\t label: 'stderr',\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(executingCommandFailedSchema)\n\nexport default executingCommandFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,4BAAiF,GAAI;EAC1FC,EAAE,EAAE,wBAAwB;EAC5BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,0BAA0B;EAChCC,WAAW,EAAE,4CAA4C;EACrDC,MAAM,EAAE;IACA;IACA,KAAK,EAAE;MACHC,KAAK,EAAE,uBAAuB;MAC9BC,IAAI,EAAE,MAAM;MACZC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,MAAM,EAAE;MACJH,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZG,OAAO,EAAE,IAAI;MACbF,OAAO,EAAEC;IACb,CAAC;IACD;IACA,KAAK,EAAE;MACHH,KAAK,EAAE,KAAK;MACZC,IAAI,EAAE,MAAM;MACZC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,QAAQ,EAAE;MACNH,KAAK,EAAE,QAAQ;MACfC,IAAI,EAAE,MAAM;MACZC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,QAAQ,EAAE;MACNH,KAAK,EAAE,QAAQ;MACfC,IAAI,EAAE,MAAM;MACZC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDE,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACb,4BAA4B,CAAC;AAAA,IAAAc,QAAA,GAEvDd,4BAA4B;AAAAe,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"failedToImport.schema.js","names":["failedToImportSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/failedToImport.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst failedToImportSchema: SpruceErrors.SpruceCli.FailedToImportSchema = {\n\tid: 'failedToImport',\n\tnamespace: 'SpruceCli',\n\tname: 'FailedToImport',\n\tdescription: 'Failed to import a file through VM',\n\t fields: {\n\t /** File. The file I tried to import */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The file I tried to import',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(failedToImportSchema)\n\nexport default failedToImportSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"failedToImport.schema.js","names":["_schema","require","failedToImportSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/failedToImport.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst failedToImportSchema: SpruceErrors.SpruceCli.FailedToImportSchema = {\n\tid: 'failedToImport',\n\tnamespace: 'SpruceCli',\n\tname: 'FailedToImport',\n\tdescription: 'Failed to import a file through VM',\n\t fields: {\n\t /** File. The file I tried to import */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The file I tried to import',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(failedToImportSchema)\n\nexport default failedToImportSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,oBAAiE,GAAI;EAC1EC,EAAE,EAAE,gBAAgB;EACpBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,gBAAgB;EACtBC,WAAW,EAAE,oCAAoC;EAC7CC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,4BAA4B;MAClCC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACd,oBAAoB,CAAC;AAAA,IAAAe,QAAA,GAE/Cf,oBAAoB;AAAAgB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"featureNotInstalled.schema.js","names":["featureNotInstalledSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/featureNotInstalled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst featureNotInstalledSchema: SpruceErrors.SpruceCli.FeatureNotInstalledSchema = {\n\tid: 'featureNotInstalled',\n\tnamespace: 'SpruceCli',\n\tname: 'Feature not installed',\n\t fields: {\n\t /** . */\n\t 'featureCode': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(featureNotInstalledSchema)\n\nexport default featureNotInstalledSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"featureNotInstalled.schema.js","names":["_schema","require","featureNotInstalledSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/featureNotInstalled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst featureNotInstalledSchema: SpruceErrors.SpruceCli.FeatureNotInstalledSchema = {\n\tid: 'featureNotInstalled',\n\tnamespace: 'SpruceCli',\n\tname: 'Feature not installed',\n\t fields: {\n\t /** . */\n\t 'featureCode': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(featureNotInstalledSchema)\n\nexport default featureNotInstalledSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,yBAA2E,GAAI;EACpFC,EAAE,EAAE,qBAAqB;EACzBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,uBAAuB;EACzBC,MAAM,EAAE;IACA;IACA,aAAa,EAAE;MACXC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,yBAAyB,CAAC;AAAA,IAAAY,QAAA,GAEpDZ,yBAAyB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileExists.schema.js","names":["fileExistsSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/fileExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst fileExistsSchema: SpruceErrors.SpruceCli.FileExistsSchema = {\n\tid: 'fileExists',\n\tnamespace: 'SpruceCli',\n\tname: 'fileExists',\n\tdescription: 'The file already exists',\n\t fields: {\n\t /** File. The file being created */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The file being created',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(fileExistsSchema)\n\nexport default fileExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"fileExists.schema.js","names":["_schema","require","fileExistsSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/fileExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst fileExistsSchema: SpruceErrors.SpruceCli.FileExistsSchema = {\n\tid: 'fileExists',\n\tnamespace: 'SpruceCli',\n\tname: 'fileExists',\n\tdescription: 'The file already exists',\n\t fields: {\n\t /** File. The file being created */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The file being created',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(fileExistsSchema)\n\nexport default fileExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,gBAAyD,GAAI;EAClEC,EAAE,EAAE,YAAY;EAChBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,YAAY;EAClBC,WAAW,EAAE,yBAAyB;EAClCC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,wBAAwB;MAC9BC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACd,gBAAgB,CAAC;AAAA,IAAAe,QAAA,GAE3Cf,gBAAgB;AAAAgB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic.schema.js","names":["genericSchema","id","namespace","name","description","fields","label","type","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/generic.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst genericSchema: SpruceErrors.SpruceCli.GenericSchema = {\n\tid: 'generic',\n\tnamespace: 'SpruceCli',\n\tname: 'generic',\n\tdescription: 'When you\\'re too lazy to make a new error',\n\t fields: {\n\t /** Friendly message. */\n\t 'friendlyMessageSet': {\n\t label: 'Friendly message',\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(genericSchema)\n\nexport default genericSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"generic.schema.js","names":["_schema","require","genericSchema","id","namespace","name","description","fields","label","type","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/generic.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst genericSchema: SpruceErrors.SpruceCli.GenericSchema = {\n\tid: 'generic',\n\tnamespace: 'SpruceCli',\n\tname: 'generic',\n\tdescription: 'When you\\'re too lazy to make a new error',\n\t fields: {\n\t /** Friendly message. */\n\t 'friendlyMessageSet': {\n\t label: 'Friendly message',\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(genericSchema)\n\nexport default genericSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,aAAmD,GAAI;EAC5DC,EAAE,EAAE,SAAS;EACbC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,SAAS;EACfC,WAAW,EAAE,2CAA2C;EACpDC,MAAM,EAAE;IACA;IACA,oBAAoB,EAAE;MAClBC,KAAK,EAAE,kBAAkB;MACzBC,IAAI,EAAE,MAAM;MACZC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACZ,aAAa,CAAC;AAAA,IAAAa,QAAA,GAExCb,aAAa;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invalidCommand.schema.js","names":["invalidCommandSchema","id","namespace","name","description","fields","label","type","isRequired","isArray","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidCommand.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidCommandSchema: SpruceErrors.SpruceCli.InvalidCommandSchema = {\n\tid: 'invalidCommand',\n\tnamespace: 'SpruceCli',\n\tname: 'Invalid command',\n\tdescription: 'The command is not valid, try --help',\n\t fields: {\n\t /** args. */\n\t 'args': {\n\t label: 'args',\n\t type: 'text',\n\t isRequired: true,\n\t isArray: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidCommandSchema)\n\nexport default invalidCommandSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"invalidCommand.schema.js","names":["_schema","require","invalidCommandSchema","id","namespace","name","description","fields","label","type","isRequired","isArray","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidCommand.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidCommandSchema: SpruceErrors.SpruceCli.InvalidCommandSchema = {\n\tid: 'invalidCommand',\n\tnamespace: 'SpruceCli',\n\tname: 'Invalid command',\n\tdescription: 'The command is not valid, try --help',\n\t fields: {\n\t /** args. */\n\t 'args': {\n\t label: 'args',\n\t type: 'text',\n\t isRequired: true,\n\t isArray: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidCommandSchema)\n\nexport default invalidCommandSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,oBAAiE,GAAI;EAC1EC,EAAE,EAAE,gBAAgB;EACpBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,iBAAiB;EACvBC,WAAW,EAAE,sCAAsC;EAC/CC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE,IAAI;MACbC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACd,oBAAoB,CAAC;AAAA,IAAAe,QAAA,GAE/Cf,oBAAoB;AAAAgB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invalidEventContract.schema.js","names":["invalidEventContractSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidEventContract.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidEventContractSchema: SpruceErrors.SpruceCli.InvalidEventContractSchema = {\n\tid: 'invalidEventContract',\n\tnamespace: 'SpruceCli',\n\tname: 'invalid event contract',\n\t fields: {\n\t /** . */\n\t 'fullyQualifiedEventName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'brokenProperty': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidEventContractSchema)\n\nexport default invalidEventContractSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"invalidEventContract.schema.js","names":["_schema","require","invalidEventContractSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidEventContract.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidEventContractSchema: SpruceErrors.SpruceCli.InvalidEventContractSchema = {\n\tid: 'invalidEventContract',\n\tnamespace: 'SpruceCli',\n\tname: 'invalid event contract',\n\t fields: {\n\t /** . */\n\t 'fullyQualifiedEventName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'brokenProperty': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidEventContractSchema)\n\nexport default invalidEventContractSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,0BAA6E,GAAI;EACtFC,EAAE,EAAE,sBAAsB;EAC1BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,wBAAwB;EAC1BC,MAAM,EAAE;IACA;IACA,yBAAyB,EAAE;MACvBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,gBAAgB,EAAE;MACdH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,0BAA0B,CAAC;AAAA,IAAAY,QAAA,GAErDZ,0BAA0B;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invalidFeatureCode.schema.js","names":["invalidFeatureCodeSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidFeatureCode.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidFeatureCodeSchema: SpruceErrors.SpruceCli.InvalidFeatureCodeSchema = {\n\tid: 'invalidFeatureCode',\n\tnamespace: 'SpruceCli',\n\tname: 'Invalid feature code',\n\t fields: {\n\t /** . */\n\t 'featureCode': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidFeatureCodeSchema)\n\nexport default invalidFeatureCodeSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"invalidFeatureCode.schema.js","names":["_schema","require","invalidFeatureCodeSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidFeatureCode.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidFeatureCodeSchema: SpruceErrors.SpruceCli.InvalidFeatureCodeSchema = {\n\tid: 'invalidFeatureCode',\n\tnamespace: 'SpruceCli',\n\tname: 'Invalid feature code',\n\t fields: {\n\t /** . */\n\t 'featureCode': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidFeatureCodeSchema)\n\nexport default invalidFeatureCodeSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,wBAAyE,GAAI;EAClFC,EAAE,EAAE,oBAAoB;EACxBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sBAAsB;EACxBC,MAAM,EAAE;IACA;IACA,aAAa,EAAE;MACXC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,wBAAwB,CAAC;AAAA,IAAAY,QAAA,GAEnDZ,wBAAwB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invalidTestDirectory.schema.js","names":["invalidTestDirectorySchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidTestDirectory.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidTestDirectorySchema: SpruceErrors.SpruceCli.InvalidTestDirectorySchema = {\n\tid: 'invalidTestDirectory',\n\tnamespace: 'SpruceCli',\n\tname: 'invalid test directory',\n\t fields: {\n\t /** . */\n\t 'dir': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidTestDirectorySchema)\n\nexport default invalidTestDirectorySchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"invalidTestDirectory.schema.js","names":["_schema","require","invalidTestDirectorySchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/invalidTestDirectory.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst invalidTestDirectorySchema: SpruceErrors.SpruceCli.InvalidTestDirectorySchema = {\n\tid: 'invalidTestDirectory',\n\tnamespace: 'SpruceCli',\n\tname: 'invalid test directory',\n\t fields: {\n\t /** . */\n\t 'dir': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(invalidTestDirectorySchema)\n\nexport default invalidTestDirectorySchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,0BAA6E,GAAI;EACtFC,EAAE,EAAE,sBAAsB;EAC1BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,wBAAwB;EAC1BC,MAAM,EAAE;IACA;IACA,KAAK,EAAE;MACHC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,0BAA0B,CAAC;AAAA,IAAAY,QAAA,GAErDZ,0BAA0B;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lintFailed.schema.js","names":["lintFailedSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/lintFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst lintFailedSchema: SpruceErrors.SpruceCli.LintFailedSchema = {\n\tid: 'lintFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Lint failed!',\n\tdescription: 'When linting a file fails',\n\t fields: {\n\t /** Pattern. The pattern used to match files relative to the root of the skill */\n\t 'pattern': {\n\t label: 'Pattern',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The pattern used to match files relative to the root of the skill',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(lintFailedSchema)\n\nexport default lintFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"lintFailed.schema.js","names":["_schema","require","lintFailedSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/lintFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst lintFailedSchema: SpruceErrors.SpruceCli.LintFailedSchema = {\n\tid: 'lintFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Lint failed!',\n\tdescription: 'When linting a file fails',\n\t fields: {\n\t /** Pattern. The pattern used to match files relative to the root of the skill */\n\t 'pattern': {\n\t label: 'Pattern',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The pattern used to match files relative to the root of the skill',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(lintFailedSchema)\n\nexport default lintFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,gBAAyD,GAAI;EAClEC,EAAE,EAAE,YAAY;EAChBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,cAAc;EACpBC,WAAW,EAAE,2BAA2B;EACpCC,MAAM,EAAE;IACA;IACA,SAAS,EAAE;MACPC,KAAK,EAAE,SAAS;MAChBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,mEAAmE;MACzEC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACd,gBAAgB,CAAC;AAAA,IAAAe,QAAA,GAE3Cf,gBAAgB;AAAAgB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mercuryResponseError.schema.js","names":["mercuryResponseErrorSchema","id","namespace","name","fields","type","isRequired","isArray","options","valueType","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/mercuryResponseError.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst mercuryResponseErrorSchema: SpruceErrors.SpruceCli.MercuryResponseErrorSchema = {\n\tid: 'mercuryResponseError',\n\tnamespace: 'SpruceCli',\n\tname: 'Mercury response error',\n\t fields: {\n\t /** . */\n\t 'responseErrors': {\n\t type: 'raw',\n\t isRequired: true,\n\t isArray: true,\n\t options: {valueType: `AbstractSpruceError<any>`,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(mercuryResponseErrorSchema)\n\nexport default mercuryResponseErrorSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"mercuryResponseError.schema.js","names":["_schema","require","mercuryResponseErrorSchema","id","namespace","name","fields","type","isRequired","isArray","options","valueType","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/mercuryResponseError.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst mercuryResponseErrorSchema: SpruceErrors.SpruceCli.MercuryResponseErrorSchema = {\n\tid: 'mercuryResponseError',\n\tnamespace: 'SpruceCli',\n\tname: 'Mercury response error',\n\t fields: {\n\t /** . */\n\t 'responseErrors': {\n\t type: 'raw',\n\t isRequired: true,\n\t isArray: true,\n\t options: {valueType: `AbstractSpruceError<any>`,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(mercuryResponseErrorSchema)\n\nexport default mercuryResponseErrorSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,0BAA6E,GAAI;EACtFC,EAAE,EAAE,sBAAsB;EAC1BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,wBAAwB;EAC1BC,MAAM,EAAE;IACA;IACA,gBAAgB,EAAE;MACdC,IAAI,EAAE,KAAK;MACXC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE,IAAI;MACbC,OAAO,EAAE;QAACC,SAAS;MAA6B;IACpD;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACZ,0BAA0B,CAAC;AAAA,IAAAa,QAAA,GAErDb,0BAA0B;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"missingDependencies.schema.js","names":["missingDependenciesSchema","id","namespace","name","fields","type","isRequired","isArray","options","schema","missingDependenciesDependencySchema","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/missingDependencies.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\nimport missingDependenciesDependencySchema from '#spruce/errors/spruceCli/missingDependenciesDependency.schema'\n\nconst missingDependenciesSchema: SpruceErrors.SpruceCli.MissingDependenciesSchema = {\n\tid: 'missingDependencies',\n\tnamespace: 'SpruceCli',\n\tname: 'Missing dependencies',\n\t fields: {\n\t /** . */\n\t 'dependencies': {\n\t type: 'schema',\n\t isRequired: true,\n\t isArray: true,\n\t options: {schema: missingDependenciesDependencySchema,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(missingDependenciesSchema)\n\nexport default missingDependenciesSchema\n"],"mappings":";;;;;;;AAAA;AAGA;AAEA,
|
|
1
|
+
{"version":3,"file":"missingDependencies.schema.js","names":["_schema","require","_missingDependenciesDependency","_interopRequireDefault","missingDependenciesSchema","id","namespace","name","fields","type","isRequired","isArray","options","schema","missingDependenciesDependencySchema","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/missingDependencies.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\nimport missingDependenciesDependencySchema from '#spruce/errors/spruceCli/missingDependenciesDependency.schema'\n\nconst missingDependenciesSchema: SpruceErrors.SpruceCli.MissingDependenciesSchema = {\n\tid: 'missingDependencies',\n\tnamespace: 'SpruceCli',\n\tname: 'Missing dependencies',\n\t fields: {\n\t /** . */\n\t 'dependencies': {\n\t type: 'schema',\n\t isRequired: true,\n\t isArray: true,\n\t options: {schema: missingDependenciesDependencySchema,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(missingDependenciesSchema)\n\nexport default missingDependenciesSchema\n"],"mappings":";;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAGA,IAAAC,8BAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAMG,yBAA2E,GAAI;EACpFC,EAAE,EAAE,qBAAqB;EACzBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sBAAsB;EACxBC,MAAM,EAAE;IACA;IACA,cAAc,EAAE;MACZC,IAAI,EAAE,QAAQ;MACdC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE,IAAI;MACbC,OAAO,EAAE;QAACC,MAAM,EAAEC;MAAoC;IAC1D;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACb,yBAAyB,CAAC;AAAA,IAAAc,QAAA,GAEpDd,yBAAyB;AAAAe,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"missingDependenciesDependency.schema.js","names":["missingDependenciesDependencySchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/missingDependenciesDependency.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst missingDependenciesDependencySchema: SpruceErrors.SpruceCli.MissingDependenciesDependencySchema = {\n\tid: 'missingDependenciesDependency',\n\tnamespace: 'SpruceCli',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'name': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'hint': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(missingDependenciesDependencySchema)\n\nexport default missingDependenciesDependencySchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"missingDependenciesDependency.schema.js","names":["_schema","require","missingDependenciesDependencySchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/missingDependenciesDependency.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst missingDependenciesDependencySchema: SpruceErrors.SpruceCli.MissingDependenciesDependencySchema = {\n\tid: 'missingDependenciesDependency',\n\tnamespace: 'SpruceCli',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'name': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'hint': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(missingDependenciesDependencySchema)\n\nexport default missingDependenciesDependencySchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,mCAA+F,GAAI;EACxGC,EAAE,EAAE,+BAA+B;EACnCC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,EAAE;EACJC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,MAAM,EAAE;MACJH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,mCAAmC,CAAC;AAAA,IAAAY,QAAA,GAE9DZ,mCAAmC;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"noOrganizationsFound.schema.js","names":["noOrganizationsFoundSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/noOrganizationsFound.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst noOrganizationsFoundSchema: SpruceErrors.SpruceCli.NoOrganizationsFoundSchema = {\n\tid: 'noOrganizationsFound',\n\tnamespace: 'SpruceCli',\n\tname: 'no organizations found',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(noOrganizationsFoundSchema)\n\nexport default noOrganizationsFoundSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"noOrganizationsFound.schema.js","names":["_schema","require","noOrganizationsFoundSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/noOrganizationsFound.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst noOrganizationsFoundSchema: SpruceErrors.SpruceCli.NoOrganizationsFoundSchema = {\n\tid: 'noOrganizationsFound',\n\tnamespace: 'SpruceCli',\n\tname: 'no organizations found',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(noOrganizationsFoundSchema)\n\nexport default noOrganizationsFoundSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,0BAA6E,GAAI;EACtFC,EAAE,EAAE,sBAAsB;EAC1BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,wBAAwB;EAC1BC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,0BAA0B,CAAC;AAAA,IAAAQ,QAAA,GAErDR,0BAA0B;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"noSkillsRegistered.schema.js","names":["noSkillsRegisteredSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/noSkillsRegistered.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst noSkillsRegisteredSchema: SpruceErrors.SpruceCli.NoSkillsRegisteredSchema = {\n\tid: 'noSkillsRegistered',\n\tnamespace: 'SpruceCli',\n\tname: 'No skills registered',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(noSkillsRegisteredSchema)\n\nexport default noSkillsRegisteredSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"noSkillsRegistered.schema.js","names":["_schema","require","noSkillsRegisteredSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/noSkillsRegistered.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst noSkillsRegisteredSchema: SpruceErrors.SpruceCli.NoSkillsRegisteredSchema = {\n\tid: 'noSkillsRegistered',\n\tnamespace: 'SpruceCli',\n\tname: 'No skills registered',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(noSkillsRegisteredSchema)\n\nexport default noSkillsRegisteredSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,wBAAyE,GAAI;EAClFC,EAAE,EAAE,oBAAoB;EACxBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sBAAsB;EACxBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,wBAAwB,CAAC;AAAA,IAAAQ,QAAA,GAEnDR,wBAAwB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notImplemented.schema.js","names":["notImplementedSchema","id","namespace","name","description","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/notImplemented.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst notImplementedSchema: SpruceErrors.SpruceCli.NotImplementedSchema = {\n\tid: 'notImplemented',\n\tnamespace: 'SpruceCli',\n\tname: 'Not implemented',\n\tdescription: 'This feature has not been implemented',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(notImplementedSchema)\n\nexport default notImplementedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"notImplemented.schema.js","names":["_schema","require","notImplementedSchema","id","namespace","name","description","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/notImplemented.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst notImplementedSchema: SpruceErrors.SpruceCli.NotImplementedSchema = {\n\tid: 'notImplemented',\n\tnamespace: 'SpruceCli',\n\tname: 'Not implemented',\n\tdescription: 'This feature has not been implemented',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(notImplementedSchema)\n\nexport default notImplementedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,oBAAiE,GAAI;EAC1EC,EAAE,EAAE,gBAAgB;EACpBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,iBAAiB;EACvBC,WAAW,EAAE,uCAAuC;EAChDC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACR,oBAAoB,CAAC;AAAA,IAAAS,QAAA,GAE/CT,oBAAoB;AAAAU,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notLoggedIn.schema.js","names":["notLoggedInSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/notLoggedIn.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst notLoggedInSchema: SpruceErrors.SpruceCli.NotLoggedInSchema = {\n\tid: 'notLoggedIn',\n\tnamespace: 'SpruceCli',\n\tname: 'Not logged in',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(notLoggedInSchema)\n\nexport default notLoggedInSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"notLoggedIn.schema.js","names":["_schema","require","notLoggedInSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/notLoggedIn.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst notLoggedInSchema: SpruceErrors.SpruceCli.NotLoggedInSchema = {\n\tid: 'notLoggedIn',\n\tnamespace: 'SpruceCli',\n\tname: 'Not logged in',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(notLoggedInSchema)\n\nexport default notLoggedInSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,iBAA2D,GAAI;EACpEC,EAAE,EAAE,aAAa;EACjBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,eAAe;EACjBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,iBAAiB,CAAC;AAAA,IAAAQ,QAAA,GAE5CR,iBAAiB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaExists.schema.js","names":["schemaExistsSchema","id","namespace","name","fields","label","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/schemaExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst schemaExistsSchema: SpruceErrors.SpruceCli.SchemaExistsSchema = {\n\tid: 'schemaExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Schema exists',\n\t fields: {\n\t /** Schema id. */\n\t 'schemaId': {\n\t label: 'Schema id',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** Destination. */\n\t 'destination': {\n\t label: 'Destination',\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(schemaExistsSchema)\n\nexport default schemaExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"schemaExists.schema.js","names":["_schema","require","schemaExistsSchema","id","namespace","name","fields","label","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/schemaExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst schemaExistsSchema: SpruceErrors.SpruceCli.SchemaExistsSchema = {\n\tid: 'schemaExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Schema exists',\n\t fields: {\n\t /** Schema id. */\n\t 'schemaId': {\n\t label: 'Schema id',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** Destination. */\n\t 'destination': {\n\t label: 'Destination',\n\t type: 'text',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(schemaExistsSchema)\n\nexport default schemaExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,kBAA6D,GAAI;EACtEC,EAAE,EAAE,cAAc;EAClBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,eAAe;EACjBC,MAAM,EAAE;IACA;IACA,UAAU,EAAE;MACRC,KAAK,EAAE,WAAW;MAClBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,aAAa,EAAE;MACXJ,KAAK,EAAE,aAAa;MACpBC,IAAI,EAAE,MAAM;MACZE,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACZ,kBAAkB,CAAC;AAAA,IAAAa,QAAA,GAE7Cb,kBAAkB;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaFailedToImport.schema.js","names":["schemaFailedToImportSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/schemaFailedToImport.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst schemaFailedToImportSchema: SpruceErrors.SpruceCli.SchemaFailedToImportSchema = {\n\tid: 'schemaFailedToImport',\n\tnamespace: 'SpruceCli',\n\tname: 'Definition failed to import',\n\tdescription: 'The definition file failed to import',\n\t fields: {\n\t /** File. The file definition file I tried to import */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The file definition file I tried to import',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(schemaFailedToImportSchema)\n\nexport default schemaFailedToImportSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"schemaFailedToImport.schema.js","names":["_schema","require","schemaFailedToImportSchema","id","namespace","name","description","fields","label","type","isRequired","hint","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/schemaFailedToImport.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst schemaFailedToImportSchema: SpruceErrors.SpruceCli.SchemaFailedToImportSchema = {\n\tid: 'schemaFailedToImport',\n\tnamespace: 'SpruceCli',\n\tname: 'Definition failed to import',\n\tdescription: 'The definition file failed to import',\n\t fields: {\n\t /** File. The file definition file I tried to import */\n\t 'file': {\n\t label: 'File',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The file definition file I tried to import',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(schemaFailedToImportSchema)\n\nexport default schemaFailedToImportSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,0BAA6E,GAAI;EACtFC,EAAE,EAAE,sBAAsB;EAC1BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,6BAA6B;EACnCC,WAAW,EAAE,sCAAsC;EAC/CC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,MAAM;MACbC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,IAAI,EAAE,4CAA4C;MAClDC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACd,0BAA0B,CAAC;AAAA,IAAAe,QAAA,GAErDf,0BAA0B;AAAAgB,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaTemplateItemBuildingFailed.schema.js","names":["schemaTemplateItemBuildingFailedSchema","id","namespace","name","fields","type","isRequired","options","undefined","valueType","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst schemaTemplateItemBuildingFailedSchema: SpruceErrors.SpruceCli.SchemaTemplateItemBuildingFailedSchema = {\n\tid: 'schemaTemplateItemBuildingFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Schema template item building failed',\n\t fields: {\n\t /** . */\n\t 'schemaId': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'schemaNamespace': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'fieldName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'fieldOptions': {\n\t type: 'raw',\n\t isRequired: true,\n\t options: {valueType: `Record<string, any>`,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(schemaTemplateItemBuildingFailedSchema)\n\nexport default schemaTemplateItemBuildingFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"schemaTemplateItemBuildingFailed.schema.js","names":["_schema","require","schemaTemplateItemBuildingFailedSchema","id","namespace","name","fields","type","isRequired","options","undefined","valueType","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst schemaTemplateItemBuildingFailedSchema: SpruceErrors.SpruceCli.SchemaTemplateItemBuildingFailedSchema = {\n\tid: 'schemaTemplateItemBuildingFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Schema template item building failed',\n\t fields: {\n\t /** . */\n\t 'schemaId': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'schemaNamespace': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'fieldName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'fieldOptions': {\n\t type: 'raw',\n\t isRequired: true,\n\t options: {valueType: `Record<string, any>`,}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(schemaTemplateItemBuildingFailedSchema)\n\nexport default schemaTemplateItemBuildingFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,sCAAqG,GAAI;EAC9GC,EAAE,EAAE,kCAAkC;EACtCC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sCAAsC;EACxCC,MAAM,EAAE;IACA;IACA,UAAU,EAAE;MACRC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iBAAiB,EAAE;MACfH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,cAAc,EAAE;MACZH,IAAI,EAAE,KAAK;MACXC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE;QAACE,SAAS;MAAwB;IAC/C;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACZ,sCAAsC,CAAC;AAAA,IAAAa,QAAA,GAEjEb,sCAAsC;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skillNotFound.schema.js","names":["skillNotFoundSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/skillNotFound.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst skillNotFoundSchema: SpruceErrors.SpruceCli.SkillNotFoundSchema = {\n\tid: 'skillNotFound',\n\tnamespace: 'SpruceCli',\n\tname: 'skill not found',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(skillNotFoundSchema)\n\nexport default skillNotFoundSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"skillNotFound.schema.js","names":["_schema","require","skillNotFoundSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/skillNotFound.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst skillNotFoundSchema: SpruceErrors.SpruceCli.SkillNotFoundSchema = {\n\tid: 'skillNotFound',\n\tnamespace: 'SpruceCli',\n\tname: 'skill not found',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(skillNotFoundSchema)\n\nexport default skillNotFoundSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,mBAA+D,GAAI;EACxEC,EAAE,EAAE,eAAe;EACnBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,iBAAiB;EACnBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,mBAAmB,CAAC;AAAA,IAAAQ,QAAA,GAE9CR,mBAAmB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skillNotRegistered.schema.js","names":["skillNotRegisteredSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/skillNotRegistered.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst skillNotRegisteredSchema: SpruceErrors.SpruceCli.SkillNotRegisteredSchema = {\n\tid: 'skillNotRegistered',\n\tnamespace: 'SpruceCli',\n\tname: 'Skill not registered',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(skillNotRegisteredSchema)\n\nexport default skillNotRegisteredSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"skillNotRegistered.schema.js","names":["_schema","require","skillNotRegisteredSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/skillNotRegistered.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst skillNotRegisteredSchema: SpruceErrors.SpruceCli.SkillNotRegisteredSchema = {\n\tid: 'skillNotRegistered',\n\tnamespace: 'SpruceCli',\n\tname: 'Skill not registered',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(skillNotRegisteredSchema)\n\nexport default skillNotRegisteredSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,wBAAyE,GAAI;EAClFC,EAAE,EAAE,oBAAoB;EACxBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sBAAsB;EACxBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,wBAAwB,CAAC;AAAA,IAAAQ,QAAA,GAEnDR,wBAAwB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skillViewExists.schema.js","names":["skillViewExistsSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/skillViewExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst skillViewExistsSchema: SpruceErrors.SpruceCli.SkillViewExistsSchema = {\n\tid: 'skillViewExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Skill view exists',\n\t fields: {\n\t /** . */\n\t 'name': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(skillViewExistsSchema)\n\nexport default skillViewExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"skillViewExists.schema.js","names":["_schema","require","skillViewExistsSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/skillViewExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst skillViewExistsSchema: SpruceErrors.SpruceCli.SkillViewExistsSchema = {\n\tid: 'skillViewExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Skill view exists',\n\t fields: {\n\t /** . */\n\t 'name': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(skillViewExistsSchema)\n\nexport default skillViewExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,qBAAmE,GAAI;EAC5EC,EAAE,EAAE,iBAAiB;EACrBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,mBAAmB;EACrBC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,qBAAqB,CAAC;AAAA,IAAAY,QAAA,GAEhDZ,qBAAqB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storeExists.schema.js","names":["storeExistsSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/storeExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst storeExistsSchema: SpruceErrors.SpruceCli.StoreExistsSchema = {\n\tid: 'storeExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Store exists',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(storeExistsSchema)\n\nexport default storeExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"storeExists.schema.js","names":["_schema","require","storeExistsSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/storeExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst storeExistsSchema: SpruceErrors.SpruceCli.StoreExistsSchema = {\n\tid: 'storeExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Store exists',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(storeExistsSchema)\n\nexport default storeExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,iBAA2D,GAAI;EACpEC,EAAE,EAAE,aAAa;EACjBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,cAAc;EAChBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,iBAAiB,CAAC;AAAA,IAAAQ,QAAA,GAE5CR,iBAAiB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testFailed.schema.js","names":["testFailedSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/testFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst testFailedSchema: SpruceErrors.SpruceCli.TestFailedSchema = {\n\tid: 'testFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Test failed',\n\t fields: {\n\t /** . */\n\t 'fileName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'testName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'errorMessage': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(testFailedSchema)\n\nexport default testFailedSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"testFailed.schema.js","names":["_schema","require","testFailedSchema","id","namespace","name","fields","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/testFailed.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst testFailedSchema: SpruceErrors.SpruceCli.TestFailedSchema = {\n\tid: 'testFailed',\n\tnamespace: 'SpruceCli',\n\tname: 'Test failed',\n\t fields: {\n\t /** . */\n\t 'fileName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'testName': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'errorMessage': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(testFailedSchema)\n\nexport default testFailedSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,gBAAyD,GAAI;EAClEC,EAAE,EAAE,YAAY;EAChBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,aAAa;EACfC,MAAM,EAAE;IACA;IACA,UAAU,EAAE;MACRC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,UAAU,EAAE;MACRH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,cAAc,EAAE;MACZH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACX,gBAAgB,CAAC;AAAA,IAAAY,QAAA,GAE3CZ,gBAAgB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeExists.schema.js","names":["themeExistsSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/themeExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst themeExistsSchema: SpruceErrors.SpruceCli.ThemeExistsSchema = {\n\tid: 'themeExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Theme exists',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(themeExistsSchema)\n\nexport default themeExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"themeExists.schema.js","names":["_schema","require","themeExistsSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/themeExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst themeExistsSchema: SpruceErrors.SpruceCli.ThemeExistsSchema = {\n\tid: 'themeExists',\n\tnamespace: 'SpruceCli',\n\tname: 'Theme exists',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(themeExistsSchema)\n\nexport default themeExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,iBAA2D,GAAI;EACpEC,EAAE,EAAE,aAAa;EACjBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,cAAc;EAChBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,iBAAiB,CAAC;AAAA,IAAAQ,QAAA,GAE5CR,iBAAiB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transportAlreadyExists.schema.js","names":["transportAlreadyExistsSchema","id","namespace","name","fields","label","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/transportAlreadyExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst transportAlreadyExistsSchema: SpruceErrors.SpruceCli.TransportAlreadyExistsSchema = {\n\tid: 'transportAlreadyExists',\n\tnamespace: 'SpruceCli',\n\tname: 'transport already exists',\n\t fields: {\n\t /** Transport name. */\n\t 'name': {\n\t label: 'Transport name',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(transportAlreadyExistsSchema)\n\nexport default transportAlreadyExistsSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"transportAlreadyExists.schema.js","names":["_schema","require","transportAlreadyExistsSchema","id","namespace","name","fields","label","type","isRequired","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/transportAlreadyExists.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst transportAlreadyExistsSchema: SpruceErrors.SpruceCli.TransportAlreadyExistsSchema = {\n\tid: 'transportAlreadyExists',\n\tnamespace: 'SpruceCli',\n\tname: 'transport already exists',\n\t fields: {\n\t /** Transport name. */\n\t 'name': {\n\t label: 'Transport name',\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(transportAlreadyExistsSchema)\n\nexport default transportAlreadyExistsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,4BAAiF,GAAI;EAC1FC,EAAE,EAAE,wBAAwB;EAC5BC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,0BAA0B;EAC5BC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,gBAAgB;MACvBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACZ,4BAA4B,CAAC;AAAA,IAAAa,QAAA,GAEvDb,4BAA4B;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vscodeNotInstalled.schema.js","names":["vscodeNotInstalledSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema"],"sources":["../../../../src/.spruce/errors/spruceCli/vscodeNotInstalled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst vscodeNotInstalledSchema: SpruceErrors.SpruceCli.VscodeNotInstalledSchema = {\n\tid: 'vscodeNotInstalled',\n\tnamespace: 'SpruceCli',\n\tname: 'vscode not installed',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(vscodeNotInstalledSchema)\n\nexport default vscodeNotInstalledSchema\n"],"mappings":";;;;;;AAAA;AAKA,
|
|
1
|
+
{"version":3,"file":"vscodeNotInstalled.schema.js","names":["_schema","require","vscodeNotInstalledSchema","id","namespace","name","fields","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../src/.spruce/errors/spruceCli/vscodeNotInstalled.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceErrors } from '../errors.types'\n\n\n\nconst vscodeNotInstalledSchema: SpruceErrors.SpruceCli.VscodeNotInstalledSchema = {\n\tid: 'vscodeNotInstalled',\n\tnamespace: 'SpruceCli',\n\tname: 'vscode not installed',\n\t fields: {\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(vscodeNotInstalledSchema)\n\nexport default vscodeNotInstalledSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,wBAAyE,GAAI;EAClFC,EAAE,EAAE,oBAAoB;EACxBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sBAAsB;EACxBC,MAAM,EAAE,CACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,EAAE,CAACC,WAAW,CAACP,wBAAwB,CAAC;AAAA,IAAAQ,QAAA,GAEnDR,wBAAwB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.contract.js","names":["heartwoodDidRegisterSkillViewsEventContract_v2021_02_11","heartwoodGenerateUrlEventContract_v2021_02_11","heartwoodGetActiveThemeEventContract_v2021_02_11","heartwoodGetSkillViewsEventContract_v2021_02_11","heartwoodListViewsEventContract_v2021_02_11","heartwoodRegisterDashboardCardsEventContract_v2021_02_11","heartwoodRegisterSkillViewsEventContract_v2021_02_11","spruceCliRegisterSkillViewsEventContract_v2021_04_11","heartwoodUpsertThemeEventContract_v2021_02_11","coreEventContracts"],"sources":["../../../src/.spruce/events/events.contract.ts"],"sourcesContent":["import { coreEventContracts } from '@sprucelabs/mercury-core-events'\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 heartwoodGetActiveThemeEventContract_v2021_02_11, {\n\tGetActiveThemeEventContract as HeartwoodGetActiveThemeEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/getActiveTheme.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 heartwoodListViewsEventContract_v2021_02_11, {\n\tListViewsEventContract as HeartwoodListViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/listViews.v2021_02_11.contract'\nimport heartwoodRegisterDashboardCardsEventContract_v2021_02_11, {\n\tRegisterDashboardCardsEventContract as HeartwoodRegisterDashboardCardsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/registerDashboardCards.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 heartwoodUpsertThemeEventContract_v2021_02_11, {\n\tUpsertThemeEventContract as HeartwoodUpsertThemeEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/upsertTheme.v2021_02_11.contract'\nimport spruceCliRegisterSkillViewsEventContract_v2021_04_11, {\n\tRegisterSkillViewsEventContract as SpruceCliRegisterSkillViewsEventContract_v2021_04_11,\n} from '#spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract'\n\nexport default [\n\theartwoodDidRegisterSkillViewsEventContract_v2021_02_11,\n\theartwoodGenerateUrlEventContract_v2021_02_11,\n\theartwoodGetActiveThemeEventContract_v2021_02_11,\n\theartwoodGetSkillViewsEventContract_v2021_02_11,\n\theartwoodListViewsEventContract_v2021_02_11,\n\theartwoodRegisterDashboardCardsEventContract_v2021_02_11,\n\theartwoodRegisterSkillViewsEventContract_v2021_02_11,\n\tspruceCliRegisterSkillViewsEventContract_v2021_04_11,\n\theartwoodUpsertThemeEventContract_v2021_02_11,\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-active-theme::v2021_02_11': HeartwoodGetActiveThemeEventContract_v2021_02_11['eventSignatures']['heartwood.get-active-theme::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.list-views::v2021_02_11': HeartwoodListViewsEventContract_v2021_02_11['eventSignatures']['heartwood.list-views::v2021_02_11']\n\n\t\t'heartwood.register-dashboard-cards::v2021_02_11': HeartwoodRegisterDashboardCardsEventContract_v2021_02_11['eventSignatures']['heartwood.register-dashboard-cards::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'spruce-cli.register-skill-views::v2021_04_11': SpruceCliRegisterSkillViewsEventContract_v2021_04_11['eventSignatures']['spruce-cli.register-skill-views::v2021_04_11']\n\n\t\t'heartwood.upsert-theme::v2021_02_11': HeartwoodUpsertThemeEventContract_v2021_02_11['eventSignatures']['heartwood.upsert-theme::v2021_02_11']\n\t}\n}\n"],"mappings":";;;;;;;;AAAA;AACA;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAEyE,
|
|
1
|
+
{"version":3,"file":"events.contract.js","names":["_mercuryCoreEvents","require","_didRegisterSkillViewsV2021_02_","_interopRequireDefault","_generateUrlV2021_02_","_getActiveThemeV2021_02_","_getSkillViewsV2021_02_","_listViewsV2021_02_","_registerDashboardCardsV2021_02_","_registerSkillViewsV2021_02_","_upsertThemeV2021_02_","_registerSkillViewsV2021_04_","_default","heartwoodDidRegisterSkillViewsEventContract_v2021_02_11","heartwoodGenerateUrlEventContract_v2021_02_11","heartwoodGetActiveThemeEventContract_v2021_02_11","heartwoodGetSkillViewsEventContract_v2021_02_11","heartwoodListViewsEventContract_v2021_02_11","heartwoodRegisterDashboardCardsEventContract_v2021_02_11","heartwoodRegisterSkillViewsEventContract_v2021_02_11","spruceCliRegisterSkillViewsEventContract_v2021_04_11","heartwoodUpsertThemeEventContract_v2021_02_11","concat","_toConsumableArray2","coreEventContracts","exports"],"sources":["../../../src/.spruce/events/events.contract.ts"],"sourcesContent":["import { coreEventContracts } from '@sprucelabs/mercury-core-events'\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 heartwoodGetActiveThemeEventContract_v2021_02_11, {\n\tGetActiveThemeEventContract as HeartwoodGetActiveThemeEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/getActiveTheme.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 heartwoodListViewsEventContract_v2021_02_11, {\n\tListViewsEventContract as HeartwoodListViewsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/listViews.v2021_02_11.contract'\nimport heartwoodRegisterDashboardCardsEventContract_v2021_02_11, {\n\tRegisterDashboardCardsEventContract as HeartwoodRegisterDashboardCardsEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/registerDashboardCards.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 heartwoodUpsertThemeEventContract_v2021_02_11, {\n\tUpsertThemeEventContract as HeartwoodUpsertThemeEventContract_v2021_02_11,\n} from '#spruce/events/heartwood/upsertTheme.v2021_02_11.contract'\nimport spruceCliRegisterSkillViewsEventContract_v2021_04_11, {\n\tRegisterSkillViewsEventContract as SpruceCliRegisterSkillViewsEventContract_v2021_04_11,\n} from '#spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract'\n\nexport default [\n\theartwoodDidRegisterSkillViewsEventContract_v2021_02_11,\n\theartwoodGenerateUrlEventContract_v2021_02_11,\n\theartwoodGetActiveThemeEventContract_v2021_02_11,\n\theartwoodGetSkillViewsEventContract_v2021_02_11,\n\theartwoodListViewsEventContract_v2021_02_11,\n\theartwoodRegisterDashboardCardsEventContract_v2021_02_11,\n\theartwoodRegisterSkillViewsEventContract_v2021_02_11,\n\tspruceCliRegisterSkillViewsEventContract_v2021_04_11,\n\theartwoodUpsertThemeEventContract_v2021_02_11,\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-active-theme::v2021_02_11': HeartwoodGetActiveThemeEventContract_v2021_02_11['eventSignatures']['heartwood.get-active-theme::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.list-views::v2021_02_11': HeartwoodListViewsEventContract_v2021_02_11['eventSignatures']['heartwood.list-views::v2021_02_11']\n\n\t\t'heartwood.register-dashboard-cards::v2021_02_11': HeartwoodRegisterDashboardCardsEventContract_v2021_02_11['eventSignatures']['heartwood.register-dashboard-cards::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'spruce-cli.register-skill-views::v2021_04_11': SpruceCliRegisterSkillViewsEventContract_v2021_04_11['eventSignatures']['spruce-cli.register-skill-views::v2021_04_11']\n\n\t\t'heartwood.upsert-theme::v2021_02_11': HeartwoodUpsertThemeEventContract_v2021_02_11['eventSignatures']['heartwood.upsert-theme::v2021_02_11']\n\t}\n}\n"],"mappings":";;;;;;;;AAAA,IAAAA,kBAAA,GAAAC,OAAA;AACA,IAAAC,+BAAA,GAAAC,sBAAA,CAAAF,OAAA;AAGA,IAAAG,qBAAA,GAAAD,sBAAA,CAAAF,OAAA;AAGA,IAAAI,wBAAA,GAAAF,sBAAA,CAAAF,OAAA;AAGA,IAAAK,uBAAA,GAAAH,sBAAA,CAAAF,OAAA;AAGA,IAAAM,mBAAA,GAAAJ,sBAAA,CAAAF,OAAA;AAGA,IAAAO,gCAAA,GAAAL,sBAAA,CAAAF,OAAA;AAGA,IAAAQ,4BAAA,GAAAN,sBAAA,CAAAF,OAAA;AAGA,IAAAS,qBAAA,GAAAP,sBAAA,CAAAF,OAAA;AAGA,IAAAU,4BAAA,GAAAR,sBAAA,CAAAF,OAAA;AAEyE,IAAAW,QAAA,IAGxEC,0CAAuD,EACvDC,gCAA6C,EAC7CC,mCAAgD,EAChDC,kCAA+C,EAC/CC,8BAA2C,EAC3CC,2CAAwD,EACxDC,uCAAoD,EACpDC,uCAAoD,EACpDC,gCAA6C,EAAAC,MAAA,KAAAC,mBAAA,aAC1CC,qCAAkB;AAAAC,OAAA,cAAAb,QAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"didRegisterSkillViews.v2021_02_11.contract.js","names":["didRegisterSkillViewsEventContract","buildEventContract","eventSignatures","isGlobal","emitPayloadSchema","didRegisterSkillViewsEmitTargetAndPayloadSchema","listenPermissionContract","buildPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","anonymous","loggedIn","clockedIn","clockedOut","onPrem","offPrem","guest","can"],"sources":["../../../../src/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.ts"],"sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport didRegisterSkillViewsEmitTargetAndPayloadSchema from '#spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema'\n\nconst didRegisterSkillViewsEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'heartwood.did-register-skill-views::v2021_02_11': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: didRegisterSkillViewsEmitTargetAndPayloadSchema,\n\n\t\t\tlistenPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'didRegisterSkillViewsListenPermissions',\n\t\t\t\tname: 'did register skill views',\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-listen-to-did-register-skill-views',\n\t\t\t\t\t\tname: 'Know when skill views are registered',\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\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\tguest: null,\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 didRegisterSkillViewsEventContract\n\nexport type DidRegisterSkillViewsEventContract =\n\ttypeof didRegisterSkillViewsEventContract\n"],"mappings":";;;;;;;AAAA;AAEA;AAEA,
|
|
1
|
+
{"version":3,"file":"didRegisterSkillViews.v2021_02_11.contract.js","names":["_mercuryTypes","require","_didRegisterSkillViewsEmitTargetAndPayload","_interopRequireDefault","didRegisterSkillViewsEventContract","buildEventContract","eventSignatures","isGlobal","emitPayloadSchema","didRegisterSkillViewsEmitTargetAndPayloadSchema","listenPermissionContract","buildPermissionContract","id","name","description","requireAllPermissions","permissions","requireAllStatuses","defaults","skill","owner","groupManager","manager","teammate","anonymous","loggedIn","clockedIn","clockedOut","onPrem","offPrem","guest","can","_default","exports"],"sources":["../../../../src/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.ts"],"sourcesContent":["import { buildEventContract } from '@sprucelabs/mercury-types'\nimport { buildPermissionContract } from '@sprucelabs/mercury-types'\nimport didRegisterSkillViewsEmitTargetAndPayloadSchema from '#spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema'\n\nconst didRegisterSkillViewsEventContract = buildEventContract({\n\teventSignatures: {\n\t\t'heartwood.did-register-skill-views::v2021_02_11': {\n\t\t\tisGlobal: true,\n\t\t\temitPayloadSchema: didRegisterSkillViewsEmitTargetAndPayloadSchema,\n\n\t\t\tlistenPermissionContract: buildPermissionContract({\n\t\t\t\tid: 'didRegisterSkillViewsListenPermissions',\n\t\t\t\tname: 'did register skill views',\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-listen-to-did-register-skill-views',\n\t\t\t\t\t\tname: 'Know when skill views are registered',\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\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\tguest: null,\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 didRegisterSkillViewsEventContract\n\nexport type DidRegisterSkillViewsEventContract =\n\ttypeof didRegisterSkillViewsEventContract\n"],"mappings":";;;;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAEA,IAAAC,0CAAA,GAAAC,sBAAA,CAAAF,OAAA;AAEA,IAAMG,kCAAkC,GAAG,IAAAC,gCAAkB,EAAC;EAC7DC,eAAe,EAAE;IAChB,iDAAiD,EAAE;MAClDC,QAAQ,EAAE,IAAI;MACdC,iBAAiB,EAAEC,qDAA+C;MAElEC,wBAAwB,EAAE,IAAAC,qCAAuB,EAAC;QACjDC,EAAE,EAAE,wCAAwC;QAC5CC,IAAI,EAAE,0BAA0B;QAChCC,WAAW,EAAE,IAAI;QACjBC,qBAAqB,EAAE,KAAK;QAC5BC,WAAW,EAAE,CACZ;UACCJ,EAAE,EAAE,wCAAwC;UAC5CC,IAAI,EAAE,sCAAsC;UAC5CC,WAAW,EAAE,IAAI;UACjBG,kBAAkB,EAAE,IAAI;UACxBC,QAAQ,EAAE;YACTC,KAAK,EAAE,IAAI;YACXC,KAAK,EAAE,IAAI;YACXC,YAAY,EAAE,IAAI;YAClBC,OAAO,EAAE,IAAI;YACbC,QAAQ,EAAE,IAAI;YACdC,SAAS,EAAE,IAAI;YACfC,QAAQ,EAAE;cACT,WAAS,IAAI;cACbC,SAAS,EAAE,IAAI;cACfC,UAAU,EAAE,IAAI;cAChBC,MAAM,EAAE,IAAI;cACZC,OAAO,EAAE;YACV,CAAC;YACDC,KAAK,EAAE;UACR,CAAC;UACDC,GAAG,EAAE;QACN,CAAC;MAEH,CAAC;IACF;EACD;AACD,CAAC,CAAC;AAAA,IAAAC,QAAA,GACa5B,kCAAkC;AAAA6B,OAAA,cAAAD,QAAA"}
|