@sprucelabs/spruce-cli 19.1.22 → 19.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/build/.spruce/errors/errors.types.js +6 -0
- package/build/.spruce/errors/errors.types.js.map +1 -0
- package/build/.spruce/errors/options.types.d.ts +1 -1
- package/build/.spruce/errors/options.types.js +6 -0
- package/build/.spruce/errors/options.types.js.map +1 -0
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/bootError.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/bootError.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js +26 -0
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js +25 -0
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js +30 -0
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js +35 -0
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js +52 -0
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js +24 -0
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js +47 -0
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js +24 -0
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js +50 -0
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js +27 -0
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js +24 -0
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/fileExists.schema.js +27 -0
- package/build/.spruce/errors/spruceCli/fileExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/generic.schema.js +25 -0
- package/build/.spruce/errors/spruceCli/generic.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js +27 -0
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js +30 -0
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js +24 -0
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js +24 -0
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js +27 -0
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js +27 -0
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js +29 -0
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js +30 -0
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js +18 -0
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js +31 -0
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js +27 -0
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js +44 -0
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js +24 -0
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/storeExists.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/storeExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/testFailed.schema.js +36 -0
- package/build/.spruce/errors/spruceCli/testFailed.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/themeExists.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/themeExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js +25 -0
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js.map +1 -0
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js +17 -0
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js.map +1 -0
- package/build/.spruce/events/events.contract.d.ts +77 -77
- package/build/.spruce/events/events.contract.js +21 -0
- package/build/.spruce/events/events.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.d.ts +4 -4
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js +49 -0
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.d.ts +7 -7
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js +57 -0
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.d.ts +8 -8
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js +57 -0
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.d.ts +7 -7
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js +57 -0
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.d.ts +5 -5
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js +49 -0
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.d.ts +9 -9
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js +78 -0
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.d.ts +5 -5
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js +45 -0
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.d.ts +7 -7
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js +51 -0
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js.map +1 -0
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.d.ts +1 -1
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.js +17 -0
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.js.map +1 -0
- package/build/.spruce/schemas/fields/fieldClassMap.js +10 -0
- package/build/.spruce/schemas/fields/fieldClassMap.js.map +1 -0
- package/build/.spruce/schemas/fields/fields.types.js +31 -0
- package/build/.spruce/schemas/fields/fields.types.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js +26 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js +25 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js +47 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js +27 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js +28 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js +45 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js +26 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js +25 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js +38 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js +28 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js +38 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js +47 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js +25 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js +31 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js +45 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js +27 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js +41 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js +38 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js +26 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js +41 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js +29 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js +25 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js +47 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js +29 -0
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js +13 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js.map +1 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +13 -0
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js.map +1 -0
- package/build/.spruce/schemas/schemas.types.d.ts +1 -1
- package/build/.spruce/schemas/schemas.types.js +14 -0
- package/build/.spruce/schemas/schemas.types.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/choice.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/choice.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/link.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/link.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/location.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/location.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/message.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/message.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/messageSource.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/messageSource.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/messageTarget.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/messageTarget.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/organization.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/organization.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/person.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/person.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/personLocation.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/personLocation.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/personOrganization.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/personOrganization.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/role.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/role.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/sendMessage.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/sendMessage.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/skill.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/skill.schema.js.map +1 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/skillCreator.schema.js +13 -0
- package/build/.spruce/schemas/spruce/v2020_07_22/skillCreator.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/actionResponse.schema.js +70 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/actionResponse.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/bootSkillOptions.schema.js +50 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/bootSkillOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createConversationTopicOptions.schema.js +36 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createConversationTopicOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createErrorOptions.schema.js +218 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createErrorOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createOrganizationOptions.schema.js +35 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createOrganizationOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createSchemaOptions.schema.js +235 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createSchemaOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createTestOptions.schema.js +66 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createTestOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedDir.schema.js +56 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedDir.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedFile.schema.js +56 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedFile.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js +26 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/listenEventOptions.schema.js +85 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/listenEventOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/namedTemplateItem.schema.js +100 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/namedTemplateItem.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js +40 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/npmPackage.schema.js +35 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/npmPackage.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboardOptions.schema.js +19 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboardOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboarding.schema.js +52 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboarding.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/personWithToken.schema.js +47 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/personWithToken.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.schema.js +26 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupTestsOptions.schema.js +34 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupTestsOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupVscodeOptions.schema.js +26 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupVscodeOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/skillFeature.schema.js +39 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/skillFeature.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncErrorOptions.schema.js +178 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncErrorOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncEventOptions.schema.js +57 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncEventOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemaFieldsOptions.schema.js +46 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemaFieldsOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemasOptions.schema.js +171 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemasOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/testOptions.schema.js +75 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/testOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/upgradeSkillOptions.schema.js +38 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/upgradeSkillOptions.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/watcherDidDetectChangesEmitPayload.schema.js +31 -0
- package/build/.spruce/schemas/spruceCli/v2020_07_22/watcherDidDetectChangesEmitPayload.schema.js.map +1 -0
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js +13 -0
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js.map +1 -0
- package/build/.spruce/settings.json +46 -0
- package/build/.spruce/skill.types.js +7 -0
- package/build/.spruce/skill.types.js.map +1 -0
- package/build/GlobalEmitter.d.ts +74 -32
- package/build/GlobalEmitter.js +185 -0
- package/build/GlobalEmitter.js.map +1 -0
- package/build/InFlightEntertainment.js +53 -0
- package/build/InFlightEntertainment.js.map +1 -0
- package/build/__tests__/behavioral/AddingADependency.test.js +263 -0
- package/build/__tests__/behavioral/AddingADependency.test.js.map +1 -0
- package/build/__tests__/behavioral/BlockingCommands.test.js +121 -0
- package/build/__tests__/behavioral/BlockingCommands.test.js.map +1 -0
- package/build/__tests__/behavioral/BootingTheCli.test.js +96 -0
- package/build/__tests__/behavioral/BootingTheCli.test.js.map +1 -0
- package/build/__tests__/behavioral/BootingWithBadFiles.test.js +122 -0
- package/build/__tests__/behavioral/BootingWithBadFiles.test.js.map +1 -0
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js +125 -0
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js.map +1 -0
- package/build/__tests__/behavioral/DeployingASkill.test.js +806 -0
- package/build/__tests__/behavioral/DeployingASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/DeployingToSandbox.test.js +575 -0
- package/build/__tests__/behavioral/DeployingToSandbox.test.js.map +1 -0
- package/build/__tests__/behavioral/EnablingAndDisablingCache.test.js +293 -0
- package/build/__tests__/behavioral/EnablingAndDisablingCache.test.js.map +1 -0
- package/build/__tests__/behavioral/GettingCliVersion.test.js +105 -0
- package/build/__tests__/behavioral/GettingCliVersion.test.js.map +1 -0
- package/build/__tests__/behavioral/ManagingDependencies.test.js +214 -0
- package/build/__tests__/behavioral/ManagingDependencies.test.js.map +1 -0
- package/build/__tests__/behavioral/OverridingCommandsInPackageJson.test.js +119 -0
- package/build/__tests__/behavioral/OverridingCommandsInPackageJson.test.js.map +1 -0
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js +102 -0
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js.map +1 -0
- package/build/__tests__/behavioral/RememberingUpgradeSelections.test.js +164 -0
- package/build/__tests__/behavioral/RememberingUpgradeSelections.test.js.map +1 -0
- package/build/__tests__/behavioral/SettingLogTransportsInASkill.test.js +228 -0
- package/build/__tests__/behavioral/SettingLogTransportsInASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/SettingRemote.test.js +168 -0
- package/build/__tests__/behavioral/SettingRemote.test.js.map +1 -0
- package/build/__tests__/behavioral/SettingUpVscode.test.js +113 -0
- package/build/__tests__/behavioral/SettingUpVscode.test.js.map +1 -0
- package/build/__tests__/behavioral/TestingAConversation.test.js +268 -0
- package/build/__tests__/behavioral/TestingAConversation.test.js.map +1 -0
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js +192 -0
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js.map +1 -0
- package/build/__tests__/behavioral/errors/KeepingErrorClassInSync.test.js +140 -0
- package/build/__tests__/behavioral/errors/KeepingErrorClassInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/errors/KeepingErrorsInSync.test.js +292 -0
- package/build/__tests__/behavioral/errors/KeepingErrorsInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/errors/SettingUpErrors.test.js +94 -0
- package/build/__tests__/behavioral/errors/SettingUpErrors.test.js.map +1 -0
- package/build/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.js +369 -0
- package/build/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.js.map +1 -0
- package/build/__tests__/behavioral/events/CreatingAListener.test.js +739 -0
- package/build/__tests__/behavioral/events/CreatingAListener.test.js.map +1 -0
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js +496 -0
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +1 -0
- package/build/__tests__/behavioral/events/EventWriter.test.js +114 -0
- package/build/__tests__/behavioral/events/EventWriter.test.js.map +1 -0
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js +608 -0
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +596 -0
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +1 -0
- package/build/__tests__/behavioral/events/KeepingListenersInSync.test.js +126 -0
- package/build/__tests__/behavioral/events/KeepingListenersInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/events/ListeningToAnEventYouCreate.test.js +118 -0
- package/build/__tests__/behavioral/events/ListeningToAnEventYouCreate.test.js.map +1 -0
- package/build/__tests__/behavioral/events/ListeningToCoreEvents.test.js +93 -0
- package/build/__tests__/behavioral/events/ListeningToCoreEvents.test.js.map +1 -0
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js +157 -0
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js.map +1 -0
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js +236 -0
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js.map +1 -0
- package/build/__tests__/behavioral/events/SettingUpEvents.test.js +61 -0
- package/build/__tests__/behavioral/events/SettingUpEvents.test.js.map +1 -0
- package/build/__tests__/behavioral/events/SkillEmitsBootEvents.test.js +147 -0
- package/build/__tests__/behavioral/events/SkillEmitsBootEvents.test.js.map +1 -0
- package/build/__tests__/behavioral/events/SyncingEventsOnlyFromDependencies.test.js +159 -0
- package/build/__tests__/behavioral/events/SyncingEventsOnlyFromDependencies.test.js.map +1 -0
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js +124 -0
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js.map +1 -0
- package/build/__tests__/behavioral/onboard/StartingOnboarding.test.js +176 -0
- package/build/__tests__/behavioral/onboard/StartingOnboarding.test.js.map +1 -0
- package/build/__tests__/behavioral/organization/CreatingAnOrg.test.js +106 -0
- package/build/__tests__/behavioral/organization/CreatingAnOrg.test.js.map +1 -0
- package/build/__tests__/behavioral/permissions/CreatingPermissions.test.js +120 -0
- package/build/__tests__/behavioral/permissions/CreatingPermissions.test.js.map +1 -0
- package/build/__tests__/behavioral/permissions/PermissionPlugin.test.js +81 -0
- package/build/__tests__/behavioral/permissions/PermissionPlugin.test.js.map +1 -0
- package/build/__tests__/behavioral/permissions/PermissionStore.test.js +430 -0
- package/build/__tests__/behavioral/permissions/PermissionStore.test.js.map +1 -0
- package/build/__tests__/behavioral/permissions/PermissionWriter.test.js +84 -0
- package/build/__tests__/behavioral/permissions/PermissionWriter.test.js.map +1 -0
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.js +421 -0
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.js.map +1 -0
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.d.ts +1 -1
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.js +111 -0
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.js.map +1 -0
- package/build/__tests__/behavioral/permissions/support/generateShortAlphaId.js +11 -0
- package/build/__tests__/behavioral/permissions/support/generateShortAlphaId.js.map +1 -0
- package/build/__tests__/behavioral/permissions/support/renderPermissionTestFile.js +17 -0
- package/build/__tests__/behavioral/permissions/support/renderPermissionTestFile.js.map +1 -0
- package/build/__tests__/behavioral/permissions/support/sortPermissionContracts.js +10 -0
- package/build/__tests__/behavioral/permissions/support/sortPermissionContracts.js.map +1 -0
- package/build/__tests__/behavioral/person/LoggingInAsPerson.test.js +308 -0
- package/build/__tests__/behavioral/person/LoggingInAsPerson.test.js.map +1 -0
- package/build/__tests__/behavioral/person/SeeWhoIsLoggedIn.test.js +113 -0
- package/build/__tests__/behavioral/person/SeeWhoIsLoggedIn.test.js.map +1 -0
- package/build/__tests__/behavioral/polish/SettingUpPolish.test.js +232 -0
- package/build/__tests__/behavioral/polish/SettingUpPolish.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/CreatingANewSchemaBuilder.test.js +423 -0
- package/build/__tests__/behavioral/schemas/CreatingANewSchemaBuilder.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/CreatingSchemasWithGenerics.test.js +75 -0
- package/build/__tests__/behavioral/schemas/CreatingSchemasWithGenerics.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.js +100 -0
- package/build/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.js +156 -0
- package/build/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/HandlesRelatedSchemas.test.js +209 -0
- package/build/__tests__/behavioral/schemas/HandlesRelatedSchemas.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/ImportingSchemaImports.test.js +73 -0
- package/build/__tests__/behavioral/schemas/ImportingSchemaImports.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/KeepingSchemasInSync.test.js +756 -0
- package/build/__tests__/behavioral/schemas/KeepingSchemasInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/SettingUpSchemas.test.js +126 -0
- package/build/__tests__/behavioral/schemas/SettingUpSchemas.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js +741 -0
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/SyncingBadSchemasProvidesHelpfulErrorMessages.test.js +78 -0
- package/build/__tests__/behavioral/schemas/SyncingBadSchemasProvidesHelpfulErrorMessages.test.js.map +1 -0
- package/build/__tests__/behavioral/schemas/UsingSchemasInCli.test.js +59 -0
- package/build/__tests__/behavioral/schemas/UsingSchemasInCli.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/BootingASkill.test.js +139 -0
- package/build/__tests__/behavioral/skill/BootingASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js +99 -0
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/InstallingASkillAtAnOrg.test.js +327 -0
- package/build/__tests__/behavioral/skill/InstallingASkillAtAnOrg.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/LoggingInAsASkill.test.js +312 -0
- package/build/__tests__/behavioral/skill/LoggingInAsASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/RebuildingASkill.test.js +112 -0
- package/build/__tests__/behavioral/skill/RebuildingASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/RegisteringASkill.test.js +186 -0
- package/build/__tests__/behavioral/skill/RegisteringASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/skill/SettingUpASkill.test.js +316 -0
- package/build/__tests__/behavioral/skill/SettingUpASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/stores/CreatingADataStore.test.js +363 -0
- package/build/__tests__/behavioral/stores/CreatingADataStore.test.js.map +1 -0
- package/build/__tests__/behavioral/stores/KeepingDataStoresInSync.test.js +277 -0
- package/build/__tests__/behavioral/stores/KeepingDataStoresInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/CreatingATest.test.js +359 -0
- package/build/__tests__/behavioral/tests/CreatingATest.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/RunningTests.test.js +191 -0
- package/build/__tests__/behavioral/tests/RunningTests.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/SelectingAnAbstractTestClass.test.js +505 -0
- package/build/__tests__/behavioral/tests/SelectingAnAbstractTestClass.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/SettingUpASkillForTesting.test.js +168 -0
- package/build/__tests__/behavioral/tests/SettingUpASkillForTesting.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/SettingUpTests.test.js +89 -0
- package/build/__tests__/behavioral/tests/SettingUpTests.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/TestReporterSettingsRemembered.test.js +113 -0
- package/build/__tests__/behavioral/tests/TestReporterSettingsRemembered.test.js.map +1 -0
- package/build/__tests__/behavioral/tests/TestingDataStores.test.js +151 -0
- package/build/__tests__/behavioral/tests/TestingDataStores.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies.test.js +146 -0
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies2.test.js +280 -0
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies2.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingANodeModule.test.js +171 -0
- package/build/__tests__/behavioral/upgrading/UpgradingANodeModule.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill.test.js +477 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill2.test.js +332 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill2.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill3.test.js +435 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill3.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill4.test.js +224 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill4.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill5.test.js +278 -0
- package/build/__tests__/behavioral/upgrading/UpgradingASkill5.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingWithListeners.test.js +138 -0
- package/build/__tests__/behavioral/upgrading/UpgradingWithListeners.test.js.map +1 -0
- package/build/__tests__/behavioral/upgrading/UpgradingWithSandboxFeatureInstalled.test.js +222 -0
- package/build/__tests__/behavioral/upgrading/UpgradingWithSandboxFeatureInstalled.test.js.map +1 -0
- package/build/__tests__/behavioral/views/CreatingASkillView.test.js +429 -0
- package/build/__tests__/behavioral/views/CreatingASkillView.test.js.map +1 -0
- package/build/__tests__/behavioral/views/CreatingATheme.test.js +205 -0
- package/build/__tests__/behavioral/views/CreatingATheme.test.js.map +1 -0
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js +181 -0
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js.map +1 -0
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.d.ts +1 -1
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js +220 -0
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js.map +1 -0
- package/build/__tests__/behavioral/views/SettingUpViews.test.js +93 -0
- package/build/__tests__/behavioral/views/SettingUpViews.test.js.map +1 -0
- package/build/__tests__/behavioral/views/TestingViewControllers.test.js +200 -0
- package/build/__tests__/behavioral/views/TestingViewControllers.test.js.map +1 -0
- package/build/__tests__/behavioral/views/WatchingSkillViews.test.js +107 -0
- package/build/__tests__/behavioral/views/WatchingSkillViews.test.js.map +1 -0
- package/build/__tests__/behavioral/watchers/WatchingForChanges.test.js +521 -0
- package/build/__tests__/behavioral/watchers/WatchingForChanges.test.js.map +1 -0
- package/build/__tests__/implementation/ActionExecuter.test.js +195 -0
- package/build/__tests__/implementation/ActionExecuter.test.js.map +1 -0
- package/build/__tests__/implementation/ActionExecuter2.test.js +428 -0
- package/build/__tests__/implementation/ActionExecuter2.test.js.map +1 -0
- package/build/__tests__/implementation/ActionExecuter3.test.js +153 -0
- package/build/__tests__/implementation/ActionExecuter3.test.js.map +1 -0
- package/build/__tests__/implementation/ActionExecuter4.test.js +119 -0
- package/build/__tests__/implementation/ActionExecuter4.test.js.map +1 -0
- package/build/__tests__/implementation/ArgParser.test.js +82 -0
- package/build/__tests__/implementation/ArgParser.test.js.map +1 -0
- package/build/__tests__/implementation/BuildService.test.js +91 -0
- package/build/__tests__/implementation/BuildService.test.js.map +1 -0
- package/build/__tests__/implementation/BulkImporting.test.js +306 -0
- package/build/__tests__/implementation/BulkImporting.test.js.map +1 -0
- package/build/__tests__/implementation/CachingImports.test.js +194 -0
- package/build/__tests__/implementation/CachingImports.test.js.map +1 -0
- package/build/__tests__/implementation/CommandOptionBuilder.test.js +111 -0
- package/build/__tests__/implementation/CommandOptionBuilder.test.js.map +1 -0
- package/build/__tests__/implementation/CommanderCommandResultMapper.test.js +257 -0
- package/build/__tests__/implementation/CommanderCommandResultMapper.test.js.map +1 -0
- package/build/__tests__/implementation/DataStoreStore.test.js +301 -0
- package/build/__tests__/implementation/DataStoreStore.test.js.map +1 -0
- package/build/__tests__/implementation/DeletingOrphanedSchemaDefinitions.test.js +120 -0
- package/build/__tests__/implementation/DeletingOrphanedSchemaDefinitions.test.js.map +1 -0
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js +157 -0
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js.map +1 -0
- package/build/__tests__/implementation/EventStore.test.js +608 -0
- package/build/__tests__/implementation/EventStore.test.js.map +1 -0
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +447 -0
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +1 -0
- package/build/__tests__/implementation/FeatureCommandAttacher.test.js +330 -0
- package/build/__tests__/implementation/FeatureCommandAttacher.test.js.map +1 -0
- package/build/__tests__/implementation/FeatureFixture.test.js +146 -0
- package/build/__tests__/implementation/FeatureFixture.test.js.map +1 -0
- package/build/__tests__/implementation/FeatureInstaller.test.js +159 -0
- package/build/__tests__/implementation/FeatureInstaller.test.js.map +1 -0
- package/build/__tests__/implementation/FeaturesUtil.test.js +56 -0
- package/build/__tests__/implementation/FeaturesUtil.test.js.map +1 -0
- package/build/__tests__/implementation/FieldTemplateItemBuilder.test.js +129 -0
- package/build/__tests__/implementation/FieldTemplateItemBuilder.test.js.map +1 -0
- package/build/__tests__/implementation/GlobalEmitter.test.js +87 -0
- package/build/__tests__/implementation/GlobalEmitter.test.js.map +1 -0
- package/build/__tests__/implementation/Introspection.test.js +64 -0
- package/build/__tests__/implementation/Introspection.test.js.map +1 -0
- package/build/__tests__/implementation/JestJsonParser.test.js +468 -0
- package/build/__tests__/implementation/JestJsonParser.test.js.map +1 -0
- package/build/__tests__/implementation/LintService.test.js +93 -0
- package/build/__tests__/implementation/LintService.test.js.map +1 -0
- package/build/__tests__/implementation/ListenerStore.test.js +38 -0
- package/build/__tests__/implementation/ListenerStore.test.js.map +1 -0
- package/build/__tests__/implementation/OnboardingScriptLoader.test.js +154 -0
- package/build/__tests__/implementation/OnboardingScriptLoader.test.js.map +1 -0
- package/build/__tests__/implementation/OnboardingScriptPlayer.test.js +377 -0
- package/build/__tests__/implementation/OnboardingScriptPlayer.test.js.map +1 -0
- package/build/__tests__/implementation/OnboardingStore.test.js +157 -0
- package/build/__tests__/implementation/OnboardingStore.test.js.map +1 -0
- package/build/__tests__/implementation/OrganizationStore.test.js +215 -0
- package/build/__tests__/implementation/OrganizationStore.test.js.map +1 -0
- package/build/__tests__/implementation/ParentTestFinder.test.js +114 -0
- package/build/__tests__/implementation/ParentTestFinder.test.js.map +1 -0
- package/build/__tests__/implementation/PkgService.test.js +180 -0
- package/build/__tests__/implementation/PkgService.test.js.map +1 -0
- package/build/__tests__/implementation/SchemaStore.test.js +602 -0
- package/build/__tests__/implementation/SchemaStore.test.js.map +1 -0
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js +1373 -0
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js.map +1 -0
- package/build/__tests__/implementation/SchemaValueTypeWriter.test.js +278 -0
- package/build/__tests__/implementation/SchemaValueTypeWriter.test.js.map +1 -0
- package/build/__tests__/implementation/ServiceFactory.test.js +62 -0
- package/build/__tests__/implementation/ServiceFactory.test.js.map +1 -0
- package/build/__tests__/implementation/SettingUpANodeModule.test.js +134 -0
- package/build/__tests__/implementation/SettingUpANodeModule.test.js.map +1 -0
- package/build/__tests__/implementation/SkillStore.test.js +316 -0
- package/build/__tests__/implementation/SkillStore.test.js.map +1 -0
- package/build/__tests__/implementation/StoreFeature.test.js +97 -0
- package/build/__tests__/implementation/StoreFeature.test.js.map +1 -0
- package/build/__tests__/implementation/TestReporter.test.js +119 -0
- package/build/__tests__/implementation/TestReporter.test.js.map +1 -0
- package/build/__tests__/implementation/TestRunner.test.js +389 -0
- package/build/__tests__/implementation/TestRunner.test.js.map +1 -0
- package/build/__tests__/implementation/ValueTypeMapping.test.js +85 -0
- package/build/__tests__/implementation/ValueTypeMapping.test.js.map +1 -0
- package/build/__tests__/implementation/Widgets.test.js +173 -0
- package/build/__tests__/implementation/Widgets.test.js.map +1 -0
- package/build/__tests__/support/EventFaker.js +46 -0
- package/build/__tests__/support/EventFaker.js.map +1 -0
- package/build/__tests__/support/onTestFileResult.js +872 -0
- package/build/__tests__/support/onTestFileResult.js.map +1 -0
- package/build/__tests__/support/scripts/first.script.js +30 -0
- package/build/__tests__/support/scripts/first.script.js.map +1 -0
- package/build/__tests__/support/scripts/second.script.js +12 -0
- package/build/__tests__/support/scripts/second.script.js.map +1 -0
- package/build/__tests__/support/scripts/third.test.script.js +10 -0
- package/build/__tests__/support/scripts/third.test.script.js.map +1 -0
- package/build/__tests__/testDirsAndFiles/abstract_tests/AbstractTest.ts +3 -0
- package/build/__tests__/testDirsAndFiles/abstract_tests/AbstractTest2.ts +3 -0
- package/build/__tests__/testDirsAndFiles/abstract_tests/NotATest.ts +1 -0
- package/build/__tests__/testDirsAndFiles/abstract_tests/deeper/AbstractBananaTest.ts +3 -0
- package/build/__tests__/testDirsAndFiles/client-test.ts.hbs +14 -0
- package/build/__tests__/testDirsAndFiles/dynamic_key_schemas/v2020_07_22/mercuryContract.builder.d.ts +5 -5
- package/build/__tests__/testDirsAndFiles/dynamic_key_schemas/v2020_07_22/mercuryContract.builder.ts +57 -0
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPayload.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPayload.builder.ts +13 -0
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPermissions.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPermissions.builder.ts +31 -0
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitTarget.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitTarget.builder.ts +13 -0
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/event.options.ts +15 -0
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/listenPermissions.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/listenPermissions.builder.ts +33 -0
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/responsePayload.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/responsePayload.builder.ts +13 -0
- package/build/__tests__/testDirsAndFiles/field_registrations/testField.addon.ts +16 -0
- package/build/__tests__/testDirsAndFiles/field_registrations_one_bad/badField.addon.ts +4 -0
- package/build/__tests__/testDirsAndFiles/field_registrations_one_bad/testField.addon.ts +16 -0
- package/build/__tests__/testDirsAndFiles/introspection/BadDefinition.ts +6 -0
- package/build/__tests__/testDirsAndFiles/introspection/ImplementsInterface.ts +7 -0
- package/build/__tests__/testDirsAndFiles/jest_test_results/mercury-api.txt +80 -0
- package/build/__tests__/testDirsAndFiles/mercury-types-package.json +100 -0
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/organization.builder.d.ts +9 -9
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/organization.builder.ts +31 -0
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/person.builder.d.ts +24 -24
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/person.builder.ts +92 -0
- package/build/__tests__/testDirsAndFiles/nested_error_schemas/nestedError.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/nested_error_schemas/nestedError.builder.ts +27 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/namespace/v2020_07_22/one.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/namespacetwo/three.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/namespacetwo/v2020_07_22/four.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/two.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/food.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/food.builder.ts +13 -0
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/pet.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/pet.builder.ts +13 -0
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/skillWithExtraField.builder.d.ts +68 -1
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/skillWithExtraField.builder.ts +16 -0
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/testPerson.builder.d.ts +14 -14
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/testPerson.builder.ts +80 -0
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports.builder.ts +16 -0
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports2.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports2.builder.ts +16 -0
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix1.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix1.builder.ts +15 -0
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix2.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix2.builder.ts +14 -0
- package/build/__tests__/testDirsAndFiles/services/.ignoreThisToo/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/services/IgnoreThis/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/services/v2019_11_05/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/services/v2020_01_10/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/client-type-test.ts.hbs +11 -0
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/emitPayload.builder.ts +8 -0
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/emitPermissions.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/emitPermissions.builder.ts +11 -0
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/event.options.ts +13 -0
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/listenPermissions.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/listenPermissions.builder.ts +11 -0
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/responsePayload.builder.ts +8 -0
- package/build/__tests__/testDirsAndFiles/store-test.ts.hbs +25 -0
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaOne.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaOne.builder.ts +26 -0
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaThree.builder.ts +11 -0
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaTwo.builder.d.ts +14 -14
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaTwo.builder.ts +53 -0
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/badSchema.builder.ts +4 -0
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaOne.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaOne.builder.ts +26 -0
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaThree.builder.ts +11 -0
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaTwo.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaTwo.builder.ts +19 -0
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/anotherBad.builder.ts +4 -0
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/badSchema.builder.ts +4 -0
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/notDefault.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/notDefault.builder.ts +26 -0
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaOne.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaOne.builder.ts +26 -0
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaThree.builder.ts +11 -0
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaTwo.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaTwo.builder.ts +19 -0
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithNamespace.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithNamespace.builder.ts +27 -0
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithVersion.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithVersion.builder.ts +27 -0
- package/build/__tests__/testDirsAndFiles/utilities/.ignoreThisToo/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/utilities/IgnoreThis/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/utilities/v2019_11_05/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/utilities/v2020_02_15/index.md +1 -0
- package/build/__tests__/testDirsAndFiles/validFile.ts +1 -0
- package/build/addons/filePrompt.addon.js +9 -0
- package/build/addons/filePrompt.addon.js.map +1 -0
- package/build/boot.js +162 -0
- package/build/boot.js.map +1 -0
- package/build/cli/Cli.d.ts +34 -0
- package/build/cli/Cli.js +528 -0
- package/build/cli/Cli.js.map +1 -0
- package/build/components/AbstractComponent.js +30 -0
- package/build/components/AbstractComponent.js.map +1 -0
- package/build/components/FormComponent.d.ts +1 -1
- package/build/components/FormComponent.js +325 -0
- package/build/components/FormComponent.js.map +1 -0
- package/build/components/QuizComponent.js +272 -0
- package/build/components/QuizComponent.js.map +1 -0
- package/build/constants.js +17 -0
- package/build/constants.js.map +1 -0
- package/build/errors/SpruceError.d.ts +1 -1
- package/build/errors/SpruceError.js +228 -0
- package/build/errors/SpruceError.js.map +1 -0
- package/build/errors/actionCancelled.builder.js +14 -0
- package/build/errors/actionCancelled.builder.js.map +1 -0
- package/build/errors/bootError.builder.js +15 -0
- package/build/errors/bootError.builder.js.map +1 -0
- package/build/errors/buildFailed.builder.d.ts +1 -1
- package/build/errors/buildFailed.builder.js +21 -0
- package/build/errors/buildFailed.builder.js.map +1 -0
- package/build/errors/cacheNotEnabled.builder.js +15 -0
- package/build/errors/cacheNotEnabled.builder.js.map +1 -0
- package/build/errors/commandAborted.builder.d.ts +2 -2
- package/build/errors/commandAborted.builder.js +21 -0
- package/build/errors/commandAborted.builder.js.map +1 -0
- package/build/errors/commandBlocked.builder.d.ts +4 -4
- package/build/errors/commandBlocked.builder.js +24 -0
- package/build/errors/commandBlocked.builder.js.map +1 -0
- package/build/errors/commandNotImplemented.builder.d.ts +5 -5
- package/build/errors/commandNotImplemented.builder.js +29 -0
- package/build/errors/commandNotImplemented.builder.js.map +1 -0
- package/build/errors/createAutoloaderFailed.builder.d.ts +9 -9
- package/build/errors/createAutoloaderFailed.builder.js +41 -0
- package/build/errors/createAutoloaderFailed.builder.js.map +1 -0
- package/build/errors/dependencyExists.builder.d.ts +2 -2
- package/build/errors/dependencyExists.builder.js +19 -0
- package/build/errors/dependencyExists.builder.js.map +1 -0
- package/build/errors/deployFailed.builder.d.ts +2 -2
- package/build/errors/deployFailed.builder.js +44 -0
- package/build/errors/deployFailed.builder.js.map +1 -0
- package/build/errors/directoryEmpty.builder.d.ts +2 -2
- package/build/errors/directoryEmpty.builder.js +20 -0
- package/build/errors/directoryEmpty.builder.js.map +1 -0
- package/build/errors/directoryNotSkill.builder.js +15 -0
- package/build/errors/directoryNotSkill.builder.js.map +1 -0
- package/build/errors/dockerNotStarted.builder.js +15 -0
- package/build/errors/dockerNotStarted.builder.js.map +1 -0
- package/build/errors/executingCommandFailed.builder.d.ts +6 -6
- package/build/errors/executingCommandFailed.builder.js +37 -0
- package/build/errors/executingCommandFailed.builder.js.map +1 -0
- package/build/errors/failedToImport.builder.d.ts +2 -2
- package/build/errors/failedToImport.builder.js +23 -0
- package/build/errors/failedToImport.builder.js.map +1 -0
- package/build/errors/featureNotInstalled.builder.d.ts +2 -2
- package/build/errors/featureNotInstalled.builder.js +20 -0
- package/build/errors/featureNotInstalled.builder.js.map +1 -0
- package/build/errors/fileExists.builder.d.ts +2 -2
- package/build/errors/fileExists.builder.js +23 -0
- package/build/errors/fileExists.builder.js.map +1 -0
- package/build/errors/generic.builder.d.ts +1 -1
- package/build/errors/generic.builder.js +21 -0
- package/build/errors/generic.builder.js.map +1 -0
- package/build/errors/invalidCommand.builder.d.ts +3 -3
- package/build/errors/invalidCommand.builder.js +23 -0
- package/build/errors/invalidCommand.builder.js.map +1 -0
- package/build/errors/invalidEventContract.builder.d.ts +4 -4
- package/build/errors/invalidEventContract.builder.js +24 -0
- package/build/errors/invalidEventContract.builder.js.map +1 -0
- package/build/errors/invalidFeatureCode.builder.d.ts +2 -2
- package/build/errors/invalidFeatureCode.builder.js +20 -0
- package/build/errors/invalidFeatureCode.builder.js.map +1 -0
- package/build/errors/invalidTestDirectory.builder.d.ts +2 -2
- package/build/errors/invalidTestDirectory.builder.js +20 -0
- package/build/errors/invalidTestDirectory.builder.js.map +1 -0
- package/build/errors/lintFailed.builder.d.ts +2 -2
- package/build/errors/lintFailed.builder.js +23 -0
- package/build/errors/lintFailed.builder.js.map +1 -0
- package/build/errors/mercuryResponseError.builder.d.ts +3 -3
- package/build/errors/mercuryResponseError.builder.js +25 -0
- package/build/errors/mercuryResponseError.builder.js.map +1 -0
- package/build/errors/missingDependencies.builder.d.ts +7 -7
- package/build/errors/missingDependencies.builder.js +36 -0
- package/build/errors/missingDependencies.builder.js.map +1 -0
- package/build/errors/noOrganizationsFound.builder.js +15 -0
- package/build/errors/noOrganizationsFound.builder.js.map +1 -0
- package/build/errors/noSkillsRegistered.builder.js +15 -0
- package/build/errors/noSkillsRegistered.builder.js.map +1 -0
- package/build/errors/notImplemented.builder.js +16 -0
- package/build/errors/notImplemented.builder.js.map +1 -0
- package/build/errors/notLoggedIn.builder.js +15 -0
- package/build/errors/notLoggedIn.builder.js.map +1 -0
- package/build/errors/schemaExists.builder.d.ts +3 -3
- package/build/errors/schemaExists.builder.js +25 -0
- package/build/errors/schemaExists.builder.js.map +1 -0
- package/build/errors/schemaFailedToImport.builder.d.ts +2 -2
- package/build/errors/schemaFailedToImport.builder.js +22 -0
- package/build/errors/schemaFailedToImport.builder.js.map +1 -0
- package/build/errors/schemaTemplateItemBuildingFailed.builder.d.ts +8 -8
- package/build/errors/schemaTemplateItemBuildingFailed.builder.js +35 -0
- package/build/errors/schemaTemplateItemBuildingFailed.builder.js.map +1 -0
- package/build/errors/skillNotFound.builder.js +15 -0
- package/build/errors/skillNotFound.builder.js.map +1 -0
- package/build/errors/skillNotRegistered.builder.js +15 -0
- package/build/errors/skillNotRegistered.builder.js.map +1 -0
- package/build/errors/skillViewExists.builder.d.ts +2 -2
- package/build/errors/skillViewExists.builder.js +20 -0
- package/build/errors/skillViewExists.builder.js.map +1 -0
- package/build/errors/storeExists.builder.js +15 -0
- package/build/errors/storeExists.builder.js.map +1 -0
- package/build/errors/testFailed.builder.d.ts +6 -6
- package/build/errors/testFailed.builder.js +28 -0
- package/build/errors/testFailed.builder.js.map +1 -0
- package/build/errors/themeExists.builder.js +15 -0
- package/build/errors/themeExists.builder.js.map +1 -0
- package/build/errors/transportAlreadyExists.builder.d.ts +2 -2
- package/build/errors/transportAlreadyExists.builder.js +20 -0
- package/build/errors/transportAlreadyExists.builder.js.map +1 -0
- package/build/errors/vscodeNotInstalled.builder.js +15 -0
- package/build/errors/vscodeNotInstalled.builder.js.map +1 -0
- package/build/features/AbstractAction.js +208 -0
- package/build/features/AbstractAction.js.map +1 -0
- package/build/features/AbstractFeature.js +212 -0
- package/build/features/AbstractFeature.js.map +1 -0
- package/build/features/ActionExecuter.js +299 -0
- package/build/features/ActionExecuter.js.map +1 -0
- package/build/features/ActionFactory.js +112 -0
- package/build/features/ActionFactory.js.map +1 -0
- package/build/features/ActionQuestionAsker.d.ts +4 -1
- package/build/features/ActionQuestionAsker.js +495 -0
- package/build/features/ActionQuestionAsker.js.map +1 -0
- package/build/features/FeatureCommandAttacher.js +187 -0
- package/build/features/FeatureCommandAttacher.js.map +1 -0
- package/build/features/FeatureInstaller.d.ts +2 -2
- package/build/features/FeatureInstaller.js +690 -0
- package/build/features/FeatureInstaller.js.map +1 -0
- package/build/features/FeatureInstallerFactory.js +73 -0
- package/build/features/FeatureInstallerFactory.js.map +1 -0
- package/build/features/OverrideActionDecorator.d.ts +1 -1
- package/build/features/OverrideActionDecorator.js +192 -0
- package/build/features/OverrideActionDecorator.js.map +1 -0
- package/build/features/cache/CacheFeature.js +60 -0
- package/build/features/cache/CacheFeature.js.map +1 -0
- package/build/features/cache/actions/DisableAction.js +105 -0
- package/build/features/cache/actions/DisableAction.js.map +1 -0
- package/build/features/cache/actions/EnableAction.js +100 -0
- package/build/features/cache/actions/EnableAction.js.map +1 -0
- package/build/features/cache/constants.js +11 -0
- package/build/features/cache/constants.js.map +1 -0
- package/build/features/conversation/ConversationFeature.js +128 -0
- package/build/features/conversation/ConversationFeature.js.map +1 -0
- package/build/features/conversation/actions/CreateAction.d.ts +1 -1
- package/build/features/conversation/actions/CreateAction.js +69 -0
- package/build/features/conversation/actions/CreateAction.js.map +1 -0
- package/build/features/conversation/actions/TestAction.d.ts +8 -8
- package/build/features/conversation/actions/TestAction.js +185 -0
- package/build/features/conversation/actions/TestAction.js.map +1 -0
- package/build/features/conversation/stores/ConversationStore.d.ts +1 -1
- package/build/features/conversation/stores/ConversationStore.js +73 -0
- package/build/features/conversation/stores/ConversationStore.js.map +1 -0
- package/build/features/conversation/writers/ConversationWriter.d.ts +1 -1
- package/build/features/conversation/writers/ConversationWriter.js +74 -0
- package/build/features/conversation/writers/ConversationWriter.js.map +1 -0
- package/build/features/dependencies/DependencyFeature.js +65 -0
- package/build/features/dependencies/DependencyFeature.js.map +1 -0
- package/build/features/dependencies/actions/AddAction.d.ts +2 -2
- package/build/features/dependencies/actions/AddAction.js +131 -0
- package/build/features/dependencies/actions/AddAction.js.map +1 -0
- package/build/features/dependencies/actions/ManageAction.js +125 -0
- package/build/features/dependencies/actions/ManageAction.js.map +1 -0
- package/build/features/deploy/DeployFeature.js +75 -0
- package/build/features/deploy/DeployFeature.js.map +1 -0
- package/build/features/deploy/actions/HerokuAction.d.ts +16 -16
- package/build/features/deploy/actions/HerokuAction.js +617 -0
- package/build/features/deploy/actions/HerokuAction.js.map +1 -0
- package/build/features/deploy/writers/DeployWriter.js +36 -0
- package/build/features/deploy/writers/DeployWriter.js.map +1 -0
- package/build/features/error/ErrorFeature.js +181 -0
- package/build/features/error/ErrorFeature.js.map +1 -0
- package/build/features/error/ParentTestFinder.js +61 -0
- package/build/features/error/ParentTestFinder.js.map +1 -0
- package/build/features/error/actions/CreateAction.d.ts +1 -1
- package/build/features/error/actions/CreateAction.js +83 -0
- package/build/features/error/actions/CreateAction.js.map +1 -0
- package/build/features/error/actions/SyncAction.d.ts +1 -1
- package/build/features/error/actions/SyncAction.js +185 -0
- package/build/features/error/actions/SyncAction.js.map +1 -0
- package/build/features/error/writers/ErrorWriter.js +244 -0
- package/build/features/error/writers/ErrorWriter.js.map +1 -0
- package/build/features/event/EventFeature.d.ts +2 -2
- package/build/features/event/EventFeature.js +347 -0
- package/build/features/event/EventFeature.js.map +1 -0
- package/build/features/event/actions/CreateAction.d.ts +65 -1
- package/build/features/event/actions/CreateAction.js +148 -0
- package/build/features/event/actions/CreateAction.js.map +1 -0
- package/build/features/event/actions/ListenAction.d.ts +1 -1
- package/build/features/event/actions/ListenAction.js +437 -0
- package/build/features/event/actions/ListenAction.js.map +1 -0
- package/build/features/event/actions/SetRemoteAction.d.ts +2 -2
- package/build/features/event/actions/SetRemoteAction.js +98 -0
- package/build/features/event/actions/SetRemoteAction.js.map +1 -0
- package/build/features/event/actions/SyncAction.d.ts +1 -1
- package/build/features/event/actions/SyncAction.js +85 -0
- package/build/features/event/actions/SyncAction.js.map +1 -0
- package/build/features/event/actions/SyncListenersAction.js +83 -0
- package/build/features/event/actions/SyncListenersAction.js.map +1 -0
- package/build/features/event/builders/EventContractBuilder.js +251 -0
- package/build/features/event/builders/EventContractBuilder.js.map +1 -0
- package/build/features/event/builders/ListenerTemplateItemBuilder.d.ts +1 -0
- package/build/features/event/builders/ListenerTemplateItemBuilder.js +47 -0
- package/build/features/event/builders/ListenerTemplateItemBuilder.js.map +1 -0
- package/build/features/event/services/EventSettingsService.js +46 -0
- package/build/features/event/services/EventSettingsService.js.map +1 -0
- package/build/features/event/services/RemoteService.js +10 -0
- package/build/features/event/services/RemoteService.js.map +1 -0
- package/build/features/event/stores/EventStore.d.ts +28 -0
- package/build/features/event/stores/EventStore.js +444 -0
- package/build/features/event/stores/EventStore.js.map +1 -0
- package/build/features/event/stores/ListenerStore.d.ts +1 -1
- package/build/features/event/stores/ListenerStore.js +89 -0
- package/build/features/event/stores/ListenerStore.js.map +1 -0
- package/build/features/event/writers/EventWriter.d.ts +2 -2
- package/build/features/event/writers/EventWriter.js +302 -0
- package/build/features/event/writers/EventWriter.js.map +1 -0
- package/build/features/eventContract/EventContractFeature.js +54 -0
- package/build/features/eventContract/EventContractFeature.js.map +1 -0
- package/build/features/eventContract/actions/PullAction.d.ts +2 -2
- package/build/features/eventContract/actions/PullAction.js +141 -0
- package/build/features/eventContract/actions/PullAction.js.map +1 -0
- package/build/features/feature.utilities.js +54 -0
- package/build/features/feature.utilities.js.map +1 -0
- package/build/features/features.types.js +6 -0
- package/build/features/features.types.js.map +1 -0
- package/build/features/log/LogFeature.js +48 -0
- package/build/features/log/LogFeature.js.map +1 -0
- package/build/features/log/actions/CreateTransportAction.d.ts +8 -8
- package/build/features/log/actions/CreateTransportAction.js +84 -0
- package/build/features/log/actions/CreateTransportAction.js.map +1 -0
- package/build/features/log/writers/LogWriter.d.ts +1 -1
- package/build/features/log/writers/LogWriter.js +68 -0
- package/build/features/log/writers/LogWriter.js.map +1 -0
- package/build/features/node/NodeFeature.d.ts +2 -7
- package/build/features/node/NodeFeature.js +239 -0
- package/build/features/node/NodeFeature.js.map +1 -0
- package/build/features/node/actions/CreateAction.js +64 -0
- package/build/features/node/actions/CreateAction.js.map +1 -0
- package/build/features/node/actions/UpdateDependenciesAction.js +257 -0
- package/build/features/node/actions/UpdateDependenciesAction.js.map +1 -0
- package/build/features/node/actions/UpgradeAction.d.ts +1 -1
- package/build/features/node/actions/UpgradeAction.js +159 -0
- package/build/features/node/actions/UpgradeAction.js.map +1 -0
- package/build/features/node/writers/NodeWriter.js +81 -0
- package/build/features/node/writers/NodeWriter.js.map +1 -0
- package/build/features/onboard/OnboardFeature.js +205 -0
- package/build/features/onboard/OnboardFeature.js.map +1 -0
- package/build/features/onboard/ScriptLoader.js +70 -0
- package/build/features/onboard/ScriptLoader.js.map +1 -0
- package/build/features/onboard/ScriptPlayer.js +188 -0
- package/build/features/onboard/ScriptPlayer.js.map +1 -0
- package/build/features/onboard/actions/OnboardAction.d.ts +1 -1
- package/build/features/onboard/actions/OnboardAction.js +94 -0
- package/build/features/onboard/actions/OnboardAction.js.map +1 -0
- package/build/features/onboard/scripts/onboarding.first.script.d.ts +1 -1
- package/build/features/onboard/scripts/onboarding.first.script.js +143 -0
- package/build/features/onboard/scripts/onboarding.first.script.js.map +1 -0
- package/build/features/onboard/scripts/onboarding.immersive.script.js +57 -0
- package/build/features/onboard/scripts/onboarding.immersive.script.js.map +1 -0
- package/build/features/onboard/scripts/onboarding.returning.script.js +73 -0
- package/build/features/onboard/scripts/onboarding.returning.script.js.map +1 -0
- package/build/features/onboard/scripts/onboarding.short.script.js +112 -0
- package/build/features/onboard/scripts/onboarding.short.script.js.map +1 -0
- package/build/features/onboard/scripts/todo/todo.create.skill.script.js +31 -0
- package/build/features/onboard/scripts/todo/todo.create.skill.script.js.map +1 -0
- package/build/features/onboard/scripts/todo/todo.test.script.js +29 -0
- package/build/features/onboard/scripts/todo/todo.test.script.js.map +1 -0
- package/build/features/onboard/scripts/wrongCommand.script.js +66 -0
- package/build/features/onboard/scripts/wrongCommand.script.js.map +1 -0
- package/build/features/onboard/stores/OnboardingStore.d.ts +2 -2
- package/build/features/onboard/stores/OnboardingStore.js +107 -0
- package/build/features/onboard/stores/OnboardingStore.js.map +1 -0
- package/build/features/onboard/templates/RootViewController.test.ts.hbs +41 -0
- package/build/features/organization/OrganizationFeature.js +46 -0
- package/build/features/organization/OrganizationFeature.js.map +1 -0
- package/build/features/organization/actions/CreateAction.d.ts +1 -1
- package/build/features/organization/actions/CreateAction.js +71 -0
- package/build/features/organization/actions/CreateAction.js.map +1 -0
- package/build/features/organization/actions/InstallAction.d.ts +1 -1
- package/build/features/organization/actions/InstallAction.js +138 -0
- package/build/features/organization/actions/InstallAction.js.map +1 -0
- package/build/features/organization/stores/OrganizationStore.d.ts +3 -3
- package/build/features/organization/stores/OrganizationStore.js +209 -0
- package/build/features/organization/stores/OrganizationStore.js.map +1 -0
- package/build/features/permission/PermissionFeature.d.ts +1 -1
- package/build/features/permission/PermissionFeature.js +173 -0
- package/build/features/permission/PermissionFeature.js.map +1 -0
- package/build/features/permission/actions/CreateAction.d.ts +52 -8
- package/build/features/permission/actions/CreateAction.js +94 -0
- package/build/features/permission/actions/CreateAction.js.map +1 -0
- package/build/features/permission/actions/SyncAction.d.ts +2 -2
- package/build/features/permission/actions/SyncAction.js +127 -0
- package/build/features/permission/actions/SyncAction.js.map +1 -0
- package/build/features/permission/stores/PermissionStore.js +171 -0
- package/build/features/permission/stores/PermissionStore.js.map +1 -0
- package/build/features/permission/writers/PermissionWriter.js +137 -0
- package/build/features/permission/writers/PermissionWriter.js.map +1 -0
- package/build/features/person/PersonFeature.js +46 -0
- package/build/features/person/PersonFeature.js.map +1 -0
- package/build/features/person/actions/LoginAction.d.ts +3 -3
- package/build/features/person/actions/LoginAction.js +144 -0
- package/build/features/person/actions/LoginAction.js.map +1 -0
- package/build/features/person/actions/LogoutAction.js +81 -0
- package/build/features/person/actions/LogoutAction.js.map +1 -0
- package/build/features/person/actions/WhoamiAction.js +84 -0
- package/build/features/person/actions/WhoamiAction.js.map +1 -0
- package/build/features/polish/PolishFeature.js +49 -0
- package/build/features/polish/PolishFeature.js.map +1 -0
- package/build/features/polish/actions/SetupAction.js +82 -0
- package/build/features/polish/actions/SetupAction.js.map +1 -0
- package/build/features/polish/writers/PolishWriter.js +60 -0
- package/build/features/polish/writers/PolishWriter.js.map +1 -0
- package/build/features/sandbox/SandboxFeature.js +74 -0
- package/build/features/sandbox/SandboxFeature.js.map +1 -0
- package/build/features/sandbox/actions/SetupAction.d.ts +1 -1
- package/build/features/sandbox/actions/SetupAction.js +103 -0
- package/build/features/sandbox/actions/SetupAction.js.map +1 -0
- package/build/features/sandbox/writers/SandboxWriter.js +53 -0
- package/build/features/sandbox/writers/SandboxWriter.js.map +1 -0
- package/build/features/schema/SchemaFeature.js +194 -0
- package/build/features/schema/SchemaFeature.js.map +1 -0
- package/build/features/schema/ValueTypeBuilder.d.ts +2 -1
- package/build/features/schema/ValueTypeBuilder.js +66 -0
- package/build/features/schema/ValueTypeBuilder.js.map +1 -0
- package/build/features/schema/actions/CreateAction.d.ts +1 -1
- package/build/features/schema/actions/CreateAction.js +109 -0
- package/build/features/schema/actions/CreateAction.js.map +1 -0
- package/build/features/schema/actions/SyncAction.d.ts +1 -1
- package/build/features/schema/actions/SyncAction.js +393 -0
- package/build/features/schema/actions/SyncAction.js.map +1 -0
- package/build/features/schema/actions/SyncFieldsAction.d.ts +1 -1
- package/build/features/schema/actions/SyncFieldsAction.js +100 -0
- package/build/features/schema/actions/SyncFieldsAction.js.map +1 -0
- package/build/features/schema/services/SchemaService.js +70 -0
- package/build/features/schema/services/SchemaService.js.map +1 -0
- package/build/features/schema/stores/SchemaStore.d.ts +14 -14
- package/build/features/schema/stores/SchemaStore.js +415 -0
- package/build/features/schema/stores/SchemaStore.js.map +1 -0
- package/build/features/schema/utilities/schema.utility.js +24 -0
- package/build/features/schema/utilities/schema.utility.js.map +1 -0
- package/build/features/schema/utilities/schemaDisk.utility.js +72 -0
- package/build/features/schema/utilities/schemaDisk.utility.js.map +1 -0
- package/build/features/schema/utilities/schemaGenerator.utility.js +68 -0
- package/build/features/schema/utilities/schemaGenerator.utility.js.map +1 -0
- package/build/features/schema/writers/SchemaWriter.js +326 -0
- package/build/features/schema/writers/SchemaWriter.js.map +1 -0
- package/build/features/skill/SkillFeature.d.ts +1 -1
- package/build/features/skill/SkillFeature.js +310 -0
- package/build/features/skill/SkillFeature.js.map +1 -0
- package/build/features/skill/actions/BootAction.d.ts +1 -1
- package/build/features/skill/actions/BootAction.js +172 -0
- package/build/features/skill/actions/BootAction.js.map +1 -0
- package/build/features/skill/actions/CreateAction.d.ts +38 -2
- package/build/features/skill/actions/CreateAction.js +72 -0
- package/build/features/skill/actions/CreateAction.js.map +1 -0
- package/build/features/skill/actions/DashboardAction.js +68 -0
- package/build/features/skill/actions/DashboardAction.js.map +1 -0
- package/build/features/skill/actions/LoginAction.d.ts +1 -1
- package/build/features/skill/actions/LoginAction.js +195 -0
- package/build/features/skill/actions/LoginAction.js.map +1 -0
- package/build/features/skill/actions/RebuildAction.d.ts +2 -2
- package/build/features/skill/actions/RebuildAction.js +106 -0
- package/build/features/skill/actions/RebuildAction.js.map +1 -0
- package/build/features/skill/actions/RegisterAction.d.ts +12 -12
- package/build/features/skill/actions/RegisterAction.js +119 -0
- package/build/features/skill/actions/RegisterAction.js.map +1 -0
- package/build/features/skill/stores/SkillStore.d.ts +2 -2
- package/build/features/skill/stores/SkillStore.js +395 -0
- package/build/features/skill/stores/SkillStore.js.map +1 -0
- package/build/features/skill/updaters/Updater.d.ts +1 -1
- package/build/features/skill/updaters/Updater.js +85 -0
- package/build/features/skill/updaters/Updater.js.map +1 -0
- package/build/features/skill/writers/SkillWriter.js +65 -0
- package/build/features/skill/writers/SkillWriter.js.map +1 -0
- package/build/features/store/StoreFeature.js +143 -0
- package/build/features/store/StoreFeature.js.map +1 -0
- package/build/features/store/actions/CreateAction.d.ts +16 -16
- package/build/features/store/actions/CreateAction.js +106 -0
- package/build/features/store/actions/CreateAction.js.map +1 -0
- package/build/features/store/actions/SyncAction.d.ts +1 -1
- package/build/features/store/actions/SyncAction.js +96 -0
- package/build/features/store/actions/SyncAction.js.map +1 -0
- package/build/features/store/stores/StoreStore.js +99 -0
- package/build/features/store/stores/StoreStore.js.map +1 -0
- package/build/features/store/templateItemBuilders/StoreTemplateItemBuilder.js +48 -0
- package/build/features/store/templateItemBuilders/StoreTemplateItemBuilder.js.map +1 -0
- package/build/features/store/writers/StoreWriter.d.ts +2 -2
- package/build/features/store/writers/StoreWriter.js +162 -0
- package/build/features/store/writers/StoreWriter.js.map +1 -0
- package/build/features/test/TestFeature.js +256 -0
- package/build/features/test/TestFeature.js.map +1 -0
- package/build/features/test/TestLogItemGenerator.js +181 -0
- package/build/features/test/TestLogItemGenerator.js.map +1 -0
- package/build/features/test/TestReporter.js +837 -0
- package/build/features/test/TestReporter.js.map +1 -0
- package/build/features/test/TestRunner.d.ts +4 -4
- package/build/features/test/TestRunner.js +222 -0
- package/build/features/test/TestRunner.js.map +1 -0
- package/build/features/test/actions/CreateAction.d.ts +1 -1
- package/build/features/test/actions/CreateAction.js +244 -0
- package/build/features/test/actions/CreateAction.js.map +1 -0
- package/build/features/test/actions/SetupAction.d.ts +1 -1
- package/build/features/test/actions/SetupAction.js +93 -0
- package/build/features/test/actions/SetupAction.js.map +1 -0
- package/build/features/test/actions/TestAction.d.ts +1 -0
- package/build/features/test/actions/TestAction.js +560 -0
- package/build/features/test/actions/TestAction.js.map +1 -0
- package/build/features/test/test.types.js +6 -0
- package/build/features/test/test.types.js.map +1 -0
- package/build/features/test/writers/TestWriter.js +61 -0
- package/build/features/test/writers/TestWriter.js.map +1 -0
- package/build/features/universalDevDependencies.d.ts +2 -7
- package/build/features/universalDevDependencies.js +40 -0
- package/build/features/universalDevDependencies.js.map +1 -0
- package/build/features/universalFileDescriptions.js +42 -0
- package/build/features/universalFileDescriptions.js.map +1 -0
- package/build/features/universalScripts.js +32 -0
- package/build/features/universalScripts.js.map +1 -0
- package/build/features/validateAndNormalize.utility.js +33 -0
- package/build/features/validateAndNormalize.utility.js.map +1 -0
- package/build/features/view/ViewFeature.js +135 -0
- package/build/features/view/ViewFeature.js.map +1 -0
- package/build/features/view/actions/CreateAction.d.ts +8 -8
- package/build/features/view/actions/CreateAction.js +183 -0
- package/build/features/view/actions/CreateAction.js.map +1 -0
- package/build/features/view/actions/CreateThemeAction.js +96 -0
- package/build/features/view/actions/CreateThemeAction.js.map +1 -0
- package/build/features/view/actions/SyncAction.js +147 -0
- package/build/features/view/actions/SyncAction.js.map +1 -0
- package/build/features/view/actions/WatchAction.js +111 -0
- package/build/features/view/actions/WatchAction.js.map +1 -0
- package/build/features/view/stores/ViewStore.d.ts +1 -1
- package/build/features/view/stores/ViewStore.js +89 -0
- package/build/features/view/stores/ViewStore.js.map +1 -0
- package/build/features/view/writers/ViewWriter.js +181 -0
- package/build/features/view/writers/ViewWriter.js.map +1 -0
- package/build/features/vscode/VsCodeFeature.js +80 -0
- package/build/features/vscode/VsCodeFeature.js.map +1 -0
- package/build/features/vscode/actions/SetupAction.d.ts +1 -1
- package/build/features/vscode/actions/SetupAction.js +315 -0
- package/build/features/vscode/actions/SetupAction.js.map +1 -0
- package/build/features/vscode/services/VsCodeService.js +137 -0
- package/build/features/vscode/services/VsCodeService.js.map +1 -0
- package/build/features/vscode/writers/VsCodeWriter.js +57 -0
- package/build/features/vscode/writers/VsCodeWriter.js.map +1 -0
- package/build/features/watch/WatchFeature.js +199 -0
- package/build/features/watch/WatchFeature.js.map +1 -0
- package/build/index.js +17 -0
- package/build/index.js.map +1 -0
- package/build/interfaces/SpyInterface.d.ts +1 -1
- package/build/interfaces/SpyInterface.js +490 -0
- package/build/interfaces/SpyInterface.js.map +1 -0
- package/build/interfaces/TerminalInterface.d.ts +1 -1
- package/build/interfaces/TerminalInterface.js +711 -0
- package/build/interfaces/TerminalInterface.js.map +1 -0
- package/build/schemas/v2020_07_22/actionResponse.builder.d.ts +23 -23
- package/build/schemas/v2020_07_22/actionResponse.builder.js +70 -0
- package/build/schemas/v2020_07_22/actionResponse.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.d.ts +6 -6
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.js +41 -0
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.d.ts +4 -4
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js +26 -0
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/createErrorOptions.builder.d.ts +71 -71
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js +34 -0
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.d.ts +3 -3
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js +27 -0
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.d.ts +54 -54
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js +57 -0
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/createTestOptions.builder.d.ts +8 -8
- package/build/schemas/v2020_07_22/createTestOptions.builder.js +46 -0
- package/build/schemas/v2020_07_22/createTestOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/generatedFile.builder.d.ts +7 -7
- package/build/schemas/v2020_07_22/generatedFile.builder.js +45 -0
- package/build/schemas/v2020_07_22/generatedFile.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.js +20 -0
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/listenEventOptions.builder.d.ts +10 -10
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js +41 -0
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.d.ts +14 -14
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.js +74 -0
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.d.ts +5 -5
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js +30 -0
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/onboardOptions.builder.js +15 -0
- package/build/schemas/v2020_07_22/onboardOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/onboarding.builder.d.ts +3 -3
- package/build/schemas/v2020_07_22/onboarding.builder.js +46 -0
- package/build/schemas/v2020_07_22/onboarding.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/personWithToken.builder.d.ts +16 -5
- package/build/schemas/v2020_07_22/personWithToken.builder.js +28 -0
- package/build/schemas/v2020_07_22/personWithToken.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.js +23 -0
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.d.ts +4 -4
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.js +26 -0
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.js +20 -0
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/skillFeature.builder.d.ts +5 -5
- package/build/schemas/v2020_07_22/skillFeature.builder.js +29 -0
- package/build/schemas/v2020_07_22/skillFeature.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.d.ts +62 -62
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js +40 -0
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/syncEventOptions.builder.d.ts +5 -5
- package/build/schemas/v2020_07_22/syncEventOptions.builder.js +45 -0
- package/build/schemas/v2020_07_22/syncEventOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.d.ts +6 -6
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.js +36 -0
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.d.ts +40 -40
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js +117 -0
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/testOptions.builder.d.ts +10 -10
- package/build/schemas/v2020_07_22/testOptions.builder.js +60 -0
- package/build/schemas/v2020_07_22/testOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.js +33 -0
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.js.map +1 -0
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.d.ts +10 -10
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.js +28 -0
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.js.map +1 -0
- package/build/services/BuildService.js +64 -0
- package/build/services/BuildService.js.map +1 -0
- package/build/services/CommandService.js +202 -0
- package/build/services/CommandService.js.map +1 -0
- package/build/services/DependencyService.js +56 -0
- package/build/services/DependencyService.js.map +1 -0
- package/build/services/GameService.js +112 -0
- package/build/services/GameService.js.map +1 -0
- package/build/services/ImportService.js +387 -0
- package/build/services/ImportService.js.map +1 -0
- package/build/services/LintService.js +136 -0
- package/build/services/LintService.js.map +1 -0
- package/build/services/PkgService.js +177 -0
- package/build/services/PkgService.js.map +1 -0
- package/build/services/ServiceFactory.js +95 -0
- package/build/services/ServiceFactory.js.map +1 -0
- package/build/services/TypeCheckerService.js +37 -0
- package/build/services/TypeCheckerService.js.map +1 -0
- package/build/stores/AbstractLocalStore.js +66 -0
- package/build/stores/AbstractLocalStore.js.map +1 -0
- package/build/stores/AbstractStore.js +64 -0
- package/build/stores/AbstractStore.js.map +1 -0
- package/build/stores/README.md +3 -0
- package/build/stores/StoreFactory.js +75 -0
- package/build/stores/StoreFactory.js.map +1 -0
- package/build/templateItemBuilders/EventTemplateItemBuilder.js +241 -0
- package/build/templateItemBuilders/EventTemplateItemBuilder.js.map +1 -0
- package/build/templateItemBuilders/FieldTemplateItemBuilder.js +63 -0
- package/build/templateItemBuilders/FieldTemplateItemBuilder.js.map +1 -0
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js +235 -0
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js.map +1 -0
- package/build/tests/AbstractCliTest.js +783 -0
- package/build/tests/AbstractCliTest.js.map +1 -0
- package/build/tests/AbstractErrorTest.js +67 -0
- package/build/tests/AbstractErrorTest.js.map +1 -0
- package/build/tests/AbstractEventTest.d.ts +2 -2
- package/build/tests/AbstractEventTest.js +191 -0
- package/build/tests/AbstractEventTest.js.map +1 -0
- package/build/tests/AbstractSchemaTest.js +221 -0
- package/build/tests/AbstractSchemaTest.js.map +1 -0
- package/build/tests/AbstractSkillTest.js +115 -0
- package/build/tests/AbstractSkillTest.js.map +1 -0
- package/build/tests/AbstractTestTest.js +68 -0
- package/build/tests/AbstractTestTest.js.map +1 -0
- package/build/tests/CommandFaker.js +52 -0
- package/build/tests/CommandFaker.js.map +1 -0
- package/build/tests/JestJsonParser.js +203 -0
- package/build/tests/JestJsonParser.js.map +1 -0
- package/build/tests/MockProgramFactory.js +100 -0
- package/build/tests/MockProgramFactory.js.map +1 -0
- package/build/tests/buildTestCache.js +300 -0
- package/build/tests/buildTestCache.js.map +1 -0
- package/build/tests/cleanTestCache.js +21 -0
- package/build/tests/cleanTestCache.js.map +1 -0
- package/build/tests/cleanTestData.js +113 -0
- package/build/tests/cleanTestData.js.map +1 -0
- package/build/tests/constants.js +25 -0
- package/build/tests/constants.js.map +1 -0
- package/build/tests/fixtures/FeatureFixture.js +380 -0
- package/build/tests/fixtures/FeatureFixture.js.map +1 -0
- package/build/tests/fixtures/MercuryFixture.js +65 -0
- package/build/tests/fixtures/MercuryFixture.js.map +1 -0
- package/build/tests/fixtures/OrganizationFixture.d.ts +2 -2
- package/build/tests/fixtures/OrganizationFixture.js +133 -0
- package/build/tests/fixtures/OrganizationFixture.js.map +1 -0
- package/build/tests/fixtures/PersonFixture.js +130 -0
- package/build/tests/fixtures/PersonFixture.js.map +1 -0
- package/build/tests/fixtures/SkillFixture.d.ts +1 -1
- package/build/tests/fixtures/SkillFixture.js +233 -0
- package/build/tests/fixtures/SkillFixture.js.map +1 -0
- package/build/tests/fixtures/ViewFixture.d.ts +1 -1
- package/build/tests/fixtures/ViewFixture.js +54 -0
- package/build/tests/fixtures/ViewFixture.js.map +1 -0
- package/build/tests/utilities/test.utility.js +106 -0
- package/build/tests/utilities/test.utility.js.map +1 -0
- package/build/tests/utilities/uiAssert.utility.js +85 -0
- package/build/tests/utilities/uiAssert.utility.js.map +1 -0
- package/build/types/apiClient.types.js +6 -0
- package/build/types/apiClient.types.js.map +1 -0
- package/build/types/cli.types.d.ts +1 -1
- package/build/types/cli.types.js +13 -0
- package/build/types/cli.types.js.map +1 -0
- package/build/types/graphicsInterface.types.js +37 -0
- package/build/types/graphicsInterface.types.js.map +1 -0
- package/build/updaters/ScriptUpdater.js +144 -0
- package/build/updaters/ScriptUpdater.js.map +1 -0
- package/build/utilities/action.utility.js +51 -0
- package/build/utilities/action.utility.js.map +1 -0
- package/build/utilities/apiClient.utility.d.ts +2 -2
- package/build/utilities/apiClient.utility.js +54 -0
- package/build/utilities/apiClient.utility.js.map +1 -0
- package/build/utilities/argParser.utility.js +42 -0
- package/build/utilities/argParser.utility.js.map +1 -0
- package/build/utilities/commander.utility.js +39 -0
- package/build/utilities/commander.utility.js.map +1 -0
- package/build/utilities/duration.utility.js +35 -0
- package/build/utilities/duration.utility.js.map +1 -0
- package/build/utilities/eventContractCleaner.utility.d.ts +2 -1
- package/build/utilities/eventContractCleaner.utility.js +55 -0
- package/build/utilities/eventContractCleaner.utility.js.map +1 -0
- package/build/utilities/form.utility.d.ts +4 -1
- package/build/utilities/form.utility.js +68 -0
- package/build/utilities/form.utility.js.map +1 -0
- package/build/utilities/introspection.utility.js +136 -0
- package/build/utilities/introspection.utility.js.map +1 -0
- package/build/utilities/isCi.js +16 -0
- package/build/utilities/isCi.js.map +1 -0
- package/build/utilities/tsConfig.utility.js +61 -0
- package/build/utilities/tsConfig.utility.js.map +1 -0
- package/build/utilities/ui.utility.js +26 -0
- package/build/utilities/ui.utility.js.map +1 -0
- package/build/widgets/Theme.js +20 -0
- package/build/widgets/Theme.js.map +1 -0
- package/build/widgets/WidgetFactory.js +40 -0
- package/build/widgets/WidgetFactory.js.map +1 -0
- package/build/widgets/keySelectChoices.js +850 -0
- package/build/widgets/keySelectChoices.js.map +1 -0
- package/build/widgets/terminalKit/TKButtonWidget.js +71 -0
- package/build/widgets/terminalKit/TKButtonWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkBaseWidget.js +258 -0
- package/build/widgets/terminalKit/TkBaseWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkInputWidget.js +140 -0
- package/build/widgets/terminalKit/TkInputWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkLayoutCellWidget.js +65 -0
- package/build/widgets/terminalKit/TkLayoutCellWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkLayoutWidget.js +213 -0
- package/build/widgets/terminalKit/TkLayoutWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkMenuBarWidget.js +156 -0
- package/build/widgets/terminalKit/TkMenuBarWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkPopupWidget.js +66 -0
- package/build/widgets/terminalKit/TkPopupWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkProgressBarWidget.js +85 -0
- package/build/widgets/terminalKit/TkProgressBarWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkTextWidget.js +160 -0
- package/build/widgets/terminalKit/TkTextWidget.js.map +1 -0
- package/build/widgets/terminalKit/TkWindowWidget.js +195 -0
- package/build/widgets/terminalKit/TkWindowWidget.js.map +1 -0
- package/build/widgets/terminalKit/termKit.utility.js +147 -0
- package/build/widgets/terminalKit/termKit.utility.js.map +1 -0
- package/build/widgets/types/button.types.js +13 -0
- package/build/widgets/types/button.types.js.map +1 -0
- package/build/widgets/types/factory.types.d.ts +17 -17
- package/build/widgets/types/factory.types.js +46 -0
- package/build/widgets/types/factory.types.js.map +1 -0
- package/build/widgets/types/input.types.d.ts +2 -2
- package/build/widgets/types/input.types.js +28 -0
- package/build/widgets/types/input.types.js.map +1 -0
- package/build/widgets/types/layout.types.js +6 -0
- package/build/widgets/types/layout.types.js.map +1 -0
- package/build/widgets/types/menuBar.types.d.ts +2 -2
- package/build/widgets/types/menuBar.types.js +27 -0
- package/build/widgets/types/menuBar.types.js.map +1 -0
- package/build/widgets/types/popup.types.js +13 -0
- package/build/widgets/types/popup.types.js.map +1 -0
- package/build/widgets/types/progressBar.types.js +6 -0
- package/build/widgets/types/progressBar.types.js.map +1 -0
- package/build/widgets/types/table.types.js +6 -0
- package/build/widgets/types/table.types.js.map +1 -0
- package/build/widgets/types/text.types.d.ts +5 -5
- package/build/widgets/types/text.types.js +33 -0
- package/build/widgets/types/text.types.js.map +1 -0
- package/build/widgets/types/widgets.types.js +6 -0
- package/build/widgets/types/widgets.types.js.map +1 -0
- package/build/widgets/types/window.types.d.ts +8 -8
- package/build/widgets/types/window.types.js +53 -0
- package/build/widgets/types/window.types.js.map +1 -0
- package/build/widgets/widget.utilities.js +38 -0
- package/build/widgets/widget.utilities.js.map +1 -0
- package/build/writers/AbstractWriter.js +325 -0
- package/build/writers/AbstractWriter.js.map +1 -0
- package/build/writers/README.md +3 -0
- package/build/writers/WriterFactory.js +76 -0
- package/build/writers/WriterFactory.js.map +1 -0
- package/package.json +3 -3
- package/.DS_Store +0 -0
- package/.env +0 -25
- package/.eslintcache +0 -1
- package/junit.xml +0 -7
- package/src/.DS_Store +0 -0
- package/yarn-error.log +0 -12174
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.23](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.22...v19.1.23) (2023-08-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [19.1.22](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.20...v19.1.22) (2023-08-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.types.js","names":[],"sources":["../../../src/.spruce/errors/errors.types.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable no-redeclare */\n\nimport { default as SchemaEntity } from '@sprucelabs/schema'\nimport * as SpruceSchema from '@sprucelabs/schema'\n\n\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface VscodeNotInstalled {\n\t\t\n\t}\n\n\texport interface VscodeNotInstalledSchema extends SpruceSchema.Schema {\n\t\tid: 'vscodeNotInstalled',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'vscode not installed',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type VscodeNotInstalledEntity = SchemaEntity<SpruceErrors.SpruceCli.VscodeNotInstalledSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface TransportAlreadyExists {\n\t\t\n\t\t\t/** Transport name. */\n\t\t\t'name': string\n\t}\n\n\texport interface TransportAlreadyExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'transportAlreadyExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'transport already exists',\n\t\t fields: {\n\t\t /** Transport name. */\n\t\t 'name': {\n\t\t label: 'Transport name',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type TransportAlreadyExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.TransportAlreadyExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface ThemeExists {\n\t\t\n\t}\n\n\texport interface ThemeExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'themeExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Theme exists',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type ThemeExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.ThemeExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface TestFailed {\n\t\t\n\t\t\t\n\t\t\t'fileName': string\n\t\t\t\n\t\t\t'testName': string\n\t\t\t\n\t\t\t'errorMessage': string\n\t}\n\n\texport interface TestFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'testFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Test failed',\n\t\t fields: {\n\t\t /** . */\n\t\t 'fileName': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'testName': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'errorMessage': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type TestFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.TestFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface StoreExists {\n\t\t\n\t}\n\n\texport interface StoreExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'storeExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Store exists',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type StoreExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.StoreExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface SkillViewExists {\n\t\t\n\t\t\t\n\t\t\t'name': string\n\t}\n\n\texport interface SkillViewExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'skillViewExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Skill view exists',\n\t\t fields: {\n\t\t /** . */\n\t\t 'name': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type SkillViewExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.SkillViewExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface SkillNotRegistered {\n\t\t\n\t}\n\n\texport interface SkillNotRegisteredSchema extends SpruceSchema.Schema {\n\t\tid: 'skillNotRegistered',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Skill not registered',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type SkillNotRegisteredEntity = SchemaEntity<SpruceErrors.SpruceCli.SkillNotRegisteredSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface SkillNotFound {\n\t\t\n\t}\n\n\texport interface SkillNotFoundSchema extends SpruceSchema.Schema {\n\t\tid: 'skillNotFound',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'skill not found',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type SkillNotFoundEntity = SchemaEntity<SpruceErrors.SpruceCli.SkillNotFoundSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface SchemaTemplateItemBuildingFailed {\n\t\t\n\t\t\t\n\t\t\t'schemaId': string\n\t\t\t\n\t\t\t'schemaNamespace': string\n\t\t\t\n\t\t\t'fieldName': string\n\t\t\t\n\t\t\t'fieldOptions': (Record<string, any>)\n\t}\n\n\texport interface SchemaTemplateItemBuildingFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'schemaTemplateItemBuildingFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Schema template item building failed',\n\t\t fields: {\n\t\t /** . */\n\t\t 'schemaId': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'schemaNamespace': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'fieldName': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'fieldOptions': {\n\t\t type: 'raw',\n\t\t isRequired: true,\n\t\t options: {valueType: `Record<string, any>`,}\n\t\t },\n\t\t }\n\t}\n\n\texport type SchemaTemplateItemBuildingFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.SchemaTemplateItemBuildingFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** The definition file failed to import */\n\texport interface SchemaFailedToImport {\n\t\t\n\t\t\t/** File. The file definition file I tried to import */\n\t\t\t'file': string\n\t}\n\n\texport interface SchemaFailedToImportSchema extends SpruceSchema.Schema {\n\t\tid: 'schemaFailedToImport',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Definition failed to import',\n\t\tdescription: 'The definition file failed to import',\n\t\t fields: {\n\t\t /** File. The file definition file I tried to import */\n\t\t 'file': {\n\t\t label: 'File',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'The file definition file I tried to import',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type SchemaFailedToImportEntity = SchemaEntity<SpruceErrors.SpruceCli.SchemaFailedToImportSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface SchemaExists {\n\t\t\n\t\t\t/** Schema id. */\n\t\t\t'schemaId': string\n\t\t\t/** Destination. */\n\t\t\t'destination'?: string| undefined | null\n\t}\n\n\texport interface SchemaExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'schemaExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Schema exists',\n\t\t fields: {\n\t\t /** Schema id. */\n\t\t 'schemaId': {\n\t\t label: 'Schema id',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** Destination. */\n\t\t 'destination': {\n\t\t label: 'Destination',\n\t\t type: 'text',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type SchemaExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.SchemaExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface NotLoggedIn {\n\t\t\n\t}\n\n\texport interface NotLoggedInSchema extends SpruceSchema.Schema {\n\t\tid: 'notLoggedIn',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Not logged in',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type NotLoggedInEntity = SchemaEntity<SpruceErrors.SpruceCli.NotLoggedInSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** This feature has not been implemented */\n\texport interface NotImplemented {\n\t\t\n\t}\n\n\texport interface NotImplementedSchema extends SpruceSchema.Schema {\n\t\tid: 'notImplemented',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Not implemented',\n\t\tdescription: 'This feature has not been implemented',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type NotImplementedEntity = SchemaEntity<SpruceErrors.SpruceCli.NotImplementedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface NoSkillsRegistered {\n\t\t\n\t}\n\n\texport interface NoSkillsRegisteredSchema extends SpruceSchema.Schema {\n\t\tid: 'noSkillsRegistered',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'No skills registered',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type NoSkillsRegisteredEntity = SchemaEntity<SpruceErrors.SpruceCli.NoSkillsRegisteredSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface NoOrganizationsFound {\n\t\t\n\t}\n\n\texport interface NoOrganizationsFoundSchema extends SpruceSchema.Schema {\n\t\tid: 'noOrganizationsFound',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'no organizations found',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type NoOrganizationsFoundEntity = SchemaEntity<SpruceErrors.SpruceCli.NoOrganizationsFoundSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface MissingDependenciesDependency {\n\t\t\n\t\t\t\n\t\t\t'name': string\n\t\t\t\n\t\t\t'hint': string\n\t}\n\n\texport interface MissingDependenciesDependencySchema extends SpruceSchema.Schema {\n\t\tid: 'missingDependenciesDependency',\n\t\tnamespace: 'SpruceCli',\n\t\tname: '',\n\t\t fields: {\n\t\t /** . */\n\t\t 'name': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'hint': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type MissingDependenciesDependencyEntity = SchemaEntity<SpruceErrors.SpruceCli.MissingDependenciesDependencySchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface MissingDependencies {\n\t\t\n\t\t\t\n\t\t\t'dependencies': SpruceErrors.SpruceCli.MissingDependenciesDependency[]\n\t}\n\n\texport interface MissingDependenciesSchema extends SpruceSchema.Schema {\n\t\tid: 'missingDependencies',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Missing dependencies',\n\t\t fields: {\n\t\t /** . */\n\t\t 'dependencies': {\n\t\t type: 'schema',\n\t\t isRequired: true,\n\t\t isArray: true,\n\t\t options: {schema: SpruceErrors.SpruceCli.MissingDependenciesDependencySchema,}\n\t\t },\n\t\t }\n\t}\n\n\texport type MissingDependenciesEntity = SchemaEntity<SpruceErrors.SpruceCli.MissingDependenciesSchema>\n\n}\n\n\nimport AbstractSpruceError from '@sprucelabs/error'\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface MercuryResponseError {\n\t\t\n\t\t\t\n\t\t\t'responseErrors': (AbstractSpruceError<any>)[]\n\t}\n\n\texport interface MercuryResponseErrorSchema extends SpruceSchema.Schema {\n\t\tid: 'mercuryResponseError',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Mercury response error',\n\t\t fields: {\n\t\t /** . */\n\t\t 'responseErrors': {\n\t\t type: 'raw',\n\t\t isRequired: true,\n\t\t isArray: true,\n\t\t options: {valueType: `AbstractSpruceError<any>`,}\n\t\t },\n\t\t }\n\t}\n\n\texport type MercuryResponseErrorEntity = SchemaEntity<SpruceErrors.SpruceCli.MercuryResponseErrorSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** When linting a file fails */\n\texport interface LintFailed {\n\t\t\n\t\t\t/** Pattern. The pattern used to match files relative to the root of the skill */\n\t\t\t'pattern': string\n\t}\n\n\texport interface LintFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'lintFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Lint failed!',\n\t\tdescription: 'When linting a file fails',\n\t\t fields: {\n\t\t /** Pattern. The pattern used to match files relative to the root of the skill */\n\t\t 'pattern': {\n\t\t label: 'Pattern',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'The pattern used to match files relative to the root of the skill',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type LintFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.LintFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface InvalidTestDirectory {\n\t\t\n\t\t\t\n\t\t\t'dir': string\n\t}\n\n\texport interface InvalidTestDirectorySchema extends SpruceSchema.Schema {\n\t\tid: 'invalidTestDirectory',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'invalid test directory',\n\t\t fields: {\n\t\t /** . */\n\t\t 'dir': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type InvalidTestDirectoryEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidTestDirectorySchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface InvalidFeatureCode {\n\t\t\n\t\t\t\n\t\t\t'featureCode': string\n\t}\n\n\texport interface InvalidFeatureCodeSchema extends SpruceSchema.Schema {\n\t\tid: 'invalidFeatureCode',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Invalid feature code',\n\t\t fields: {\n\t\t /** . */\n\t\t 'featureCode': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type InvalidFeatureCodeEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidFeatureCodeSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface InvalidEventContract {\n\t\t\n\t\t\t\n\t\t\t'fullyQualifiedEventName': string\n\t\t\t\n\t\t\t'brokenProperty': string\n\t}\n\n\texport interface InvalidEventContractSchema extends SpruceSchema.Schema {\n\t\tid: 'invalidEventContract',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'invalid event contract',\n\t\t fields: {\n\t\t /** . */\n\t\t 'fullyQualifiedEventName': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'brokenProperty': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type InvalidEventContractEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidEventContractSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** The command is not valid, try --help */\n\texport interface InvalidCommand {\n\t\t\n\t\t\t/** args. */\n\t\t\t'args': string[]\n\t}\n\n\texport interface InvalidCommandSchema extends SpruceSchema.Schema {\n\t\tid: 'invalidCommand',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Invalid command',\n\t\tdescription: 'The command is not valid, try --help',\n\t\t fields: {\n\t\t /** args. */\n\t\t 'args': {\n\t\t label: 'args',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t isArray: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type InvalidCommandEntity = SchemaEntity<SpruceErrors.SpruceCli.InvalidCommandSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** When you're too lazy to make a new error */\n\texport interface Generic {\n\t\t\n\t\t\t/** Friendly message. */\n\t\t\t'friendlyMessageSet'?: string| undefined | null\n\t}\n\n\texport interface GenericSchema extends SpruceSchema.Schema {\n\t\tid: 'generic',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'generic',\n\t\tdescription: 'When you\\'re too lazy to make a new error',\n\t\t fields: {\n\t\t /** Friendly message. */\n\t\t 'friendlyMessageSet': {\n\t\t label: 'Friendly message',\n\t\t type: 'text',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type GenericEntity = SchemaEntity<SpruceErrors.SpruceCli.GenericSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** The file already exists */\n\texport interface FileExists {\n\t\t\n\t\t\t/** File. The file being created */\n\t\t\t'file': string\n\t}\n\n\texport interface FileExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'fileExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'fileExists',\n\t\tdescription: 'The file already exists',\n\t\t fields: {\n\t\t /** File. The file being created */\n\t\t 'file': {\n\t\t label: 'File',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'The file being created',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type FileExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.FileExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface FeatureNotInstalled {\n\t\t\n\t\t\t\n\t\t\t'featureCode': string\n\t}\n\n\texport interface FeatureNotInstalledSchema extends SpruceSchema.Schema {\n\t\tid: 'featureNotInstalled',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Feature not installed',\n\t\t fields: {\n\t\t /** . */\n\t\t 'featureCode': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type FeatureNotInstalledEntity = SchemaEntity<SpruceErrors.SpruceCli.FeatureNotInstalledSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** Failed to import a file through VM */\n\texport interface FailedToImport {\n\t\t\n\t\t\t/** File. The file I tried to import */\n\t\t\t'file': string\n\t}\n\n\texport interface FailedToImportSchema extends SpruceSchema.Schema {\n\t\tid: 'failedToImport',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'FailedToImport',\n\t\tdescription: 'Failed to import a file through VM',\n\t\t fields: {\n\t\t /** File. The file I tried to import */\n\t\t 'file': {\n\t\t label: 'File',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'The file I tried to import',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type FailedToImportEntity = SchemaEntity<SpruceErrors.SpruceCli.FailedToImportSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** The command that was being executed failed */\n\texport interface ExecutingCommandFailed {\n\t\t\n\t\t\t/** The command being run. */\n\t\t\t'cmd'?: string| undefined | null\n\t\t\t/** Args. */\n\t\t\t'args'?: string[]| undefined | null\n\t\t\t/** Cwd. */\n\t\t\t'cwd'?: string| undefined | null\n\t\t\t/** Stdout. */\n\t\t\t'stdout'?: string| undefined | null\n\t\t\t/** stderr. */\n\t\t\t'stderr'?: string| undefined | null\n\t}\n\n\texport interface ExecutingCommandFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'executingCommandFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Executing command failed',\n\t\tdescription: 'The command that was being executed failed',\n\t\t fields: {\n\t\t /** The command being run. */\n\t\t 'cmd': {\n\t\t label: 'The command being run',\n\t\t type: 'text',\n\t\t options: undefined\n\t\t },\n\t\t /** Args. */\n\t\t 'args': {\n\t\t label: 'Args',\n\t\t type: 'text',\n\t\t isArray: true,\n\t\t options: undefined\n\t\t },\n\t\t /** Cwd. */\n\t\t 'cwd': {\n\t\t label: 'Cwd',\n\t\t type: 'text',\n\t\t options: undefined\n\t\t },\n\t\t /** Stdout. */\n\t\t 'stdout': {\n\t\t label: 'Stdout',\n\t\t type: 'text',\n\t\t options: undefined\n\t\t },\n\t\t /** stderr. */\n\t\t 'stderr': {\n\t\t label: 'stderr',\n\t\t type: 'text',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type ExecutingCommandFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.ExecutingCommandFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface DockerNotStarted {\n\t\t\n\t}\n\n\texport interface DockerNotStartedSchema extends SpruceSchema.Schema {\n\t\tid: 'dockerNotStarted',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Docker not started',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type DockerNotStartedEntity = SchemaEntity<SpruceErrors.SpruceCli.DockerNotStartedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface DirectoryNotSkill {\n\t\t\n\t}\n\n\texport interface DirectoryNotSkillSchema extends SpruceSchema.Schema {\n\t\tid: 'directoryNotSkill',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Dir not skill',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type DirectoryNotSkillEntity = SchemaEntity<SpruceErrors.SpruceCli.DirectoryNotSkillSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface DirectoryEmpty {\n\t\t\n\t\t\t\n\t\t\t'directory': string\n\t}\n\n\texport interface DirectoryEmptySchema extends SpruceSchema.Schema {\n\t\tid: 'directoryEmpty',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'directory empty',\n\t\t fields: {\n\t\t /** . */\n\t\t 'directory': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type DirectoryEmptyEntity = SchemaEntity<SpruceErrors.SpruceCli.DirectoryEmptySchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface DeployFailed {\n\t\t\n\t\t\t\n\t\t\t'stage': (\"skill\" | \"building\" | \"testing\" | \"git\" | \"procfile\" | \"remote\" | \"heroku\")\n\t}\n\n\texport interface DeployFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'deployFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Deploy Failed',\n\t\t fields: {\n\t\t /** . */\n\t\t 'stage': {\n\t\t type: 'select',\n\t\t isRequired: true,\n\t\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\t },\n\t\t }\n\t}\n\n\texport type DeployFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.DeployFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface DependencyExists {\n\t\t\n\t\t\t\n\t\t\t'namespace': string\n\t}\n\n\texport interface DependencyExistsSchema extends SpruceSchema.Schema {\n\t\tid: 'dependencyExists',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Dependency exists',\n\t\t fields: {\n\t\t /** . */\n\t\t 'namespace': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type DependencyExistsEntity = SchemaEntity<SpruceErrors.SpruceCli.DependencyExistsSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** Autoloader creation failed */\n\texport interface CreateAutoloaderFailed {\n\t\t\n\t\t\t/** The globby pattern used to find files. Globby pattern */\n\t\t\t'globbyPattern': string\n\t\t\t/** The files that were loaded. The files that were loaded */\n\t\t\t'filePaths': string[]\n\t\t\t/** The suffix for classes to autoload. Class suffix */\n\t\t\t'suffix': string\n\t\t\t/** The directory we're trying to create the autoloader for. Directory to autoload */\n\t\t\t'directory': string\n\t}\n\n\texport interface CreateAutoloaderFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'createAutoloaderFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Could not create an autoloader',\n\t\tdescription: 'Autoloader creation failed',\n\t\t fields: {\n\t\t /** The globby pattern used to find files. Globby pattern */\n\t\t 'globbyPattern': {\n\t\t label: 'The globby pattern used to find files',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'Globby pattern',\n\t\t options: undefined\n\t\t },\n\t\t /** The files that were loaded. The files that were loaded */\n\t\t 'filePaths': {\n\t\t label: 'The files that were loaded',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'The files that were loaded',\n\t\t isArray: true,\n\t\t options: undefined\n\t\t },\n\t\t /** The suffix for classes to autoload. Class suffix */\n\t\t 'suffix': {\n\t\t label: 'The suffix for classes to autoload',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'Class suffix',\n\t\t options: undefined\n\t\t },\n\t\t /** The directory we're trying to create the autoloader for. Directory to autoload */\n\t\t 'directory': {\n\t\t label: 'The directory we\\'re trying to create the autoloader for',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'Directory to autoload',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type CreateAutoloaderFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.CreateAutoloaderFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** This command has not yet been implemented */\n\texport interface CommandNotImplemented {\n\t\t\n\t\t\t/** Command. the command being run! */\n\t\t\t'command': string\n\t\t\t/** Args. Arguments passed to the command */\n\t\t\t'args'?: string[]| undefined | null\n\t}\n\n\texport interface CommandNotImplementedSchema extends SpruceSchema.Schema {\n\t\tid: 'commandNotImplemented',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Command not implemented',\n\t\tdescription: 'This command has not yet been implemented ',\n\t\t fields: {\n\t\t /** Command. the command being run! */\n\t\t 'command': {\n\t\t label: 'Command',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t hint: 'the command being run!',\n\t\t options: undefined\n\t\t },\n\t\t /** Args. Arguments passed to the command */\n\t\t 'args': {\n\t\t label: 'Args',\n\t\t type: 'text',\n\t\t hint: 'Arguments passed to the command',\n\t\t isArray: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type CommandNotImplementedEntity = SchemaEntity<SpruceErrors.SpruceCli.CommandNotImplementedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface CommandBlocked {\n\t\t\n\t\t\t\n\t\t\t'command': string\n\t\t\t\n\t\t\t'hint': string\n\t}\n\n\texport interface CommandBlockedSchema extends SpruceSchema.Schema {\n\t\tid: 'commandBlocked',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Command blocked',\n\t\t fields: {\n\t\t /** . */\n\t\t 'command': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t /** . */\n\t\t 'hint': {\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type CommandBlockedEntity = SchemaEntity<SpruceErrors.SpruceCli.CommandBlockedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface CommandAborted {\n\t\t\n\t\t\t/** Command. */\n\t\t\t'command': string\n\t}\n\n\texport interface CommandAbortedSchema extends SpruceSchema.Schema {\n\t\tid: 'commandAborted',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Command aborted',\n\t\t fields: {\n\t\t /** Command. */\n\t\t 'command': {\n\t\t label: 'Command',\n\t\t type: 'text',\n\t\t isRequired: true,\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type CommandAbortedEntity = SchemaEntity<SpruceErrors.SpruceCli.CommandAbortedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface CacheNotEnabled {\n\t\t\n\t}\n\n\texport interface CacheNotEnabledSchema extends SpruceSchema.Schema {\n\t\tid: 'cacheNotEnabled',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Cache not enabled',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type CacheNotEnabledEntity = SchemaEntity<SpruceErrors.SpruceCli.CacheNotEnabledSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t/** Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility. */\n\texport interface BuildFailed {\n\t\t\n\t\t\t/** File. File we wanted to build, if not set we wanted to build everything.. */\n\t\t\t'file'?: string| undefined | null\n\t}\n\n\texport interface BuildFailedSchema extends SpruceSchema.Schema {\n\t\tid: 'buildFailed',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'BuildFailed',\n\t\tdescription: 'Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility.',\n\t\t fields: {\n\t\t /** File. File we wanted to build, if not set we wanted to build everything.. */\n\t\t 'file': {\n\t\t label: 'File',\n\t\t type: 'text',\n\t\t hint: 'File we wanted to build, if not set we wanted to build everything..',\n\t\t options: undefined\n\t\t },\n\t\t }\n\t}\n\n\texport type BuildFailedEntity = SchemaEntity<SpruceErrors.SpruceCli.BuildFailedSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface BootError {\n\t\t\n\t}\n\n\texport interface BootErrorSchema extends SpruceSchema.Schema {\n\t\tid: 'bootError',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'boot error',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type BootErrorEntity = SchemaEntity<SpruceErrors.SpruceCli.BootErrorSchema>\n\n}\n\n\n\nexport declare namespace SpruceErrors.SpruceCli {\n\n\t\n\texport interface ActionCancelled {\n\t\t\n\t}\n\n\texport interface ActionCancelledSchema extends SpruceSchema.Schema {\n\t\tid: 'actionCancelled',\n\t\tnamespace: 'SpruceCli',\n\t\tname: 'Action cancelled',\n\t\t fields: {\n\t\t }\n\t}\n\n\texport type ActionCancelledEntity = SchemaEntity<SpruceErrors.SpruceCli.ActionCancelledSchema>\n\n}\n\n\n\n\n"],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SpruceErrors } from "
|
|
1
|
+
import { SpruceErrors } from "./errors.types";
|
|
2
2
|
import { ErrorOptions as ISpruceErrorOptions } from "@sprucelabs/error";
|
|
3
3
|
export interface VscodeNotInstalledErrorOptions extends SpruceErrors.SpruceCli.VscodeNotInstalled, ISpruceErrorOptions {
|
|
4
4
|
code: 'VSCODE_NOT_INSTALLED';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.types.js","names":[],"sources":["../../../src/.spruce/errors/options.types.ts"],"sourcesContent":["import { SpruceErrors } from \"#spruce/errors/errors.types\"\nimport { ErrorOptions as ISpruceErrorOptions} from \"@sprucelabs/error\"\n\nexport interface VscodeNotInstalledErrorOptions extends SpruceErrors.SpruceCli.VscodeNotInstalled, ISpruceErrorOptions {\n\tcode: 'VSCODE_NOT_INSTALLED'\n}\nexport interface TransportAlreadyExistsErrorOptions extends SpruceErrors.SpruceCli.TransportAlreadyExists, ISpruceErrorOptions {\n\tcode: 'TRANSPORT_ALREADY_EXISTS'\n}\nexport interface ThemeExistsErrorOptions extends SpruceErrors.SpruceCli.ThemeExists, ISpruceErrorOptions {\n\tcode: 'THEME_EXISTS'\n}\nexport interface TestFailedErrorOptions extends SpruceErrors.SpruceCli.TestFailed, ISpruceErrorOptions {\n\tcode: 'TEST_FAILED'\n}\nexport interface StoreExistsErrorOptions extends SpruceErrors.SpruceCli.StoreExists, ISpruceErrorOptions {\n\tcode: 'STORE_EXISTS'\n}\nexport interface SkillViewExistsErrorOptions extends SpruceErrors.SpruceCli.SkillViewExists, ISpruceErrorOptions {\n\tcode: 'SKILL_VIEW_EXISTS'\n}\nexport interface SkillNotRegisteredErrorOptions extends SpruceErrors.SpruceCli.SkillNotRegistered, ISpruceErrorOptions {\n\tcode: 'SKILL_NOT_REGISTERED'\n}\nexport interface SkillNotFoundErrorOptions extends SpruceErrors.SpruceCli.SkillNotFound, ISpruceErrorOptions {\n\tcode: 'SKILL_NOT_FOUND'\n}\nexport interface SchemaTemplateItemBuildingFailedErrorOptions extends SpruceErrors.SpruceCli.SchemaTemplateItemBuildingFailed, ISpruceErrorOptions {\n\tcode: 'SCHEMA_TEMPLATE_ITEM_BUILDING_FAILED'\n}\nexport interface SchemaFailedToImportErrorOptions extends SpruceErrors.SpruceCli.SchemaFailedToImport, ISpruceErrorOptions {\n\tcode: 'SCHEMA_FAILED_TO_IMPORT'\n}\nexport interface SchemaExistsErrorOptions extends SpruceErrors.SpruceCli.SchemaExists, ISpruceErrorOptions {\n\tcode: 'SCHEMA_EXISTS'\n}\nexport interface NotLoggedInErrorOptions extends SpruceErrors.SpruceCli.NotLoggedIn, ISpruceErrorOptions {\n\tcode: 'NOT_LOGGED_IN'\n}\nexport interface NotImplementedErrorOptions extends SpruceErrors.SpruceCli.NotImplemented, ISpruceErrorOptions {\n\tcode: 'NOT_IMPLEMENTED'\n}\nexport interface NoSkillsRegisteredErrorOptions extends SpruceErrors.SpruceCli.NoSkillsRegistered, ISpruceErrorOptions {\n\tcode: 'NO_SKILLS_REGISTERED'\n}\nexport interface NoOrganizationsFoundErrorOptions extends SpruceErrors.SpruceCli.NoOrganizationsFound, ISpruceErrorOptions {\n\tcode: 'NO_ORGANIZATIONS_FOUND'\n}\nexport interface MissingDependenciesErrorOptions extends SpruceErrors.SpruceCli.MissingDependencies, ISpruceErrorOptions {\n\tcode: 'MISSING_DEPENDENCIES'\n}\nexport interface MercuryResponseErrorErrorOptions extends SpruceErrors.SpruceCli.MercuryResponseError, ISpruceErrorOptions {\n\tcode: 'MERCURY_RESPONSE_ERROR'\n}\nexport interface LintFailedErrorOptions extends SpruceErrors.SpruceCli.LintFailed, ISpruceErrorOptions {\n\tcode: 'LINT_FAILED'\n}\nexport interface InvalidTestDirectoryErrorOptions extends SpruceErrors.SpruceCli.InvalidTestDirectory, ISpruceErrorOptions {\n\tcode: 'INVALID_TEST_DIRECTORY'\n}\nexport interface InvalidFeatureCodeErrorOptions extends SpruceErrors.SpruceCli.InvalidFeatureCode, ISpruceErrorOptions {\n\tcode: 'INVALID_FEATURE_CODE'\n}\nexport interface InvalidEventContractErrorOptions extends SpruceErrors.SpruceCli.InvalidEventContract, ISpruceErrorOptions {\n\tcode: 'INVALID_EVENT_CONTRACT'\n}\nexport interface InvalidCommandErrorOptions extends SpruceErrors.SpruceCli.InvalidCommand, ISpruceErrorOptions {\n\tcode: 'INVALID_COMMAND'\n}\nexport interface GenericErrorOptions extends SpruceErrors.SpruceCli.Generic, ISpruceErrorOptions {\n\tcode: 'GENERIC'\n}\nexport interface FileExistsErrorOptions extends SpruceErrors.SpruceCli.FileExists, ISpruceErrorOptions {\n\tcode: 'FILE_EXISTS'\n}\nexport interface FeatureNotInstalledErrorOptions extends SpruceErrors.SpruceCli.FeatureNotInstalled, ISpruceErrorOptions {\n\tcode: 'FEATURE_NOT_INSTALLED'\n}\nexport interface FailedToImportErrorOptions extends SpruceErrors.SpruceCli.FailedToImport, ISpruceErrorOptions {\n\tcode: 'FAILED_TO_IMPORT'\n}\nexport interface ExecutingCommandFailedErrorOptions extends SpruceErrors.SpruceCli.ExecutingCommandFailed, ISpruceErrorOptions {\n\tcode: 'EXECUTING_COMMAND_FAILED'\n}\nexport interface DockerNotStartedErrorOptions extends SpruceErrors.SpruceCli.DockerNotStarted, ISpruceErrorOptions {\n\tcode: 'DOCKER_NOT_STARTED'\n}\nexport interface DirectoryNotSkillErrorOptions extends SpruceErrors.SpruceCli.DirectoryNotSkill, ISpruceErrorOptions {\n\tcode: 'DIRECTORY_NOT_SKILL'\n}\nexport interface DirectoryEmptyErrorOptions extends SpruceErrors.SpruceCli.DirectoryEmpty, ISpruceErrorOptions {\n\tcode: 'DIRECTORY_EMPTY'\n}\nexport interface DeployFailedErrorOptions extends SpruceErrors.SpruceCli.DeployFailed, ISpruceErrorOptions {\n\tcode: 'DEPLOY_FAILED'\n}\nexport interface DependencyExistsErrorOptions extends SpruceErrors.SpruceCli.DependencyExists, ISpruceErrorOptions {\n\tcode: 'DEPENDENCY_EXISTS'\n}\nexport interface CreateAutoloaderFailedErrorOptions extends SpruceErrors.SpruceCli.CreateAutoloaderFailed, ISpruceErrorOptions {\n\tcode: 'CREATE_AUTOLOADER_FAILED'\n}\nexport interface CommandNotImplementedErrorOptions extends SpruceErrors.SpruceCli.CommandNotImplemented, ISpruceErrorOptions {\n\tcode: 'COMMAND_NOT_IMPLEMENTED'\n}\nexport interface CommandBlockedErrorOptions extends SpruceErrors.SpruceCli.CommandBlocked, ISpruceErrorOptions {\n\tcode: 'COMMAND_BLOCKED'\n}\nexport interface CommandAbortedErrorOptions extends SpruceErrors.SpruceCli.CommandAborted, ISpruceErrorOptions {\n\tcode: 'COMMAND_ABORTED'\n}\nexport interface CacheNotEnabledErrorOptions extends SpruceErrors.SpruceCli.CacheNotEnabled, ISpruceErrorOptions {\n\tcode: 'CACHE_NOT_ENABLED'\n}\nexport interface BuildFailedErrorOptions extends SpruceErrors.SpruceCli.BuildFailed, ISpruceErrorOptions {\n\tcode: 'BUILD_FAILED'\n}\nexport interface BootErrorErrorOptions extends SpruceErrors.SpruceCli.BootError, ISpruceErrorOptions {\n\tcode: 'BOOT_ERROR'\n}\nexport interface ActionCancelledErrorOptions extends SpruceErrors.SpruceCli.ActionCancelled, ISpruceErrorOptions {\n\tcode: 'ACTION_CANCELLED'\n}\n\ntype ErrorOptions = | VscodeNotInstalledErrorOptions | TransportAlreadyExistsErrorOptions | ThemeExistsErrorOptions | TestFailedErrorOptions | StoreExistsErrorOptions | SkillViewExistsErrorOptions | SkillNotRegisteredErrorOptions | SkillNotFoundErrorOptions | SchemaTemplateItemBuildingFailedErrorOptions | SchemaFailedToImportErrorOptions | SchemaExistsErrorOptions | NotLoggedInErrorOptions | NotImplementedErrorOptions | NoSkillsRegisteredErrorOptions | NoOrganizationsFoundErrorOptions | MissingDependenciesErrorOptions | MercuryResponseErrorErrorOptions | LintFailedErrorOptions | InvalidTestDirectoryErrorOptions | InvalidFeatureCodeErrorOptions | InvalidEventContractErrorOptions | InvalidCommandErrorOptions | GenericErrorOptions | FileExistsErrorOptions | FeatureNotInstalledErrorOptions | FailedToImportErrorOptions | ExecutingCommandFailedErrorOptions | DockerNotStartedErrorOptions | DirectoryNotSkillErrorOptions | DirectoryEmptyErrorOptions | DeployFailedErrorOptions | DependencyExistsErrorOptions | CreateAutoloaderFailedErrorOptions | CommandNotImplementedErrorOptions | CommandBlockedErrorOptions | CommandAbortedErrorOptions | CacheNotEnabledErrorOptions | BuildFailedErrorOptions | BootErrorErrorOptions | ActionCancelledErrorOptions \n\nexport default ErrorOptions\n"],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var actionCancelledSchema = {
|
|
9
|
+
id: 'actionCancelled',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Action cancelled',
|
|
12
|
+
fields: {}
|
|
13
|
+
};
|
|
14
|
+
_schema.SchemaRegistry.getInstance().trackSchema(actionCancelledSchema);
|
|
15
|
+
var _default = actionCancelledSchema;
|
|
16
|
+
exports["default"] = _default;
|
|
17
|
+
//# sourceMappingURL=actionCancelled.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACP,qBAAqB,CAAC;AAAA,IAAAQ,QAAA,GAEhDR,qBAAqB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var bootErrorSchema = {
|
|
9
|
+
id: 'bootError',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'boot error',
|
|
12
|
+
fields: {}
|
|
13
|
+
};
|
|
14
|
+
_schema.SchemaRegistry.getInstance().trackSchema(bootErrorSchema);
|
|
15
|
+
var _default = bootErrorSchema;
|
|
16
|
+
exports["default"] = _default;
|
|
17
|
+
//# sourceMappingURL=bootError.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACP,eAAe,CAAC;AAAA,IAAAQ,QAAA,GAE1CR,eAAe;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var buildFailedSchema = {
|
|
9
|
+
id: 'buildFailed',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'BuildFailed',
|
|
12
|
+
description: 'Error thrown when building or linting failed. Happens when a yarn command fails inside the package utility.',
|
|
13
|
+
fields: {
|
|
14
|
+
/** File. File we wanted to build, if not set we wanted to build everything.. */
|
|
15
|
+
'file': {
|
|
16
|
+
label: 'File',
|
|
17
|
+
type: 'text',
|
|
18
|
+
hint: 'File we wanted to build, if not set we wanted to build everything..',
|
|
19
|
+
options: undefined
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
_schema.SchemaRegistry.getInstance().trackSchema(buildFailedSchema);
|
|
24
|
+
var _default = buildFailedSchema;
|
|
25
|
+
exports["default"] = _default;
|
|
26
|
+
//# sourceMappingURL=buildFailed.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACb,iBAAiB,CAAC;AAAA,IAAAc,QAAA,GAE5Cd,iBAAiB;AAAAe,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var cacheNotEnabledSchema = {
|
|
9
|
+
id: 'cacheNotEnabled',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Cache not enabled',
|
|
12
|
+
fields: {}
|
|
13
|
+
};
|
|
14
|
+
_schema.SchemaRegistry.getInstance().trackSchema(cacheNotEnabledSchema);
|
|
15
|
+
var _default = cacheNotEnabledSchema;
|
|
16
|
+
exports["default"] = _default;
|
|
17
|
+
//# sourceMappingURL=cacheNotEnabled.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACP,qBAAqB,CAAC;AAAA,IAAAQ,QAAA,GAEhDR,qBAAqB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var commandAbortedSchema = {
|
|
9
|
+
id: 'commandAborted',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Command aborted',
|
|
12
|
+
fields: {
|
|
13
|
+
/** Command. */
|
|
14
|
+
'command': {
|
|
15
|
+
label: 'Command',
|
|
16
|
+
type: 'text',
|
|
17
|
+
isRequired: true,
|
|
18
|
+
options: undefined
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
_schema.SchemaRegistry.getInstance().trackSchema(commandAbortedSchema);
|
|
23
|
+
var _default = commandAbortedSchema;
|
|
24
|
+
exports["default"] = _default;
|
|
25
|
+
//# sourceMappingURL=commandAborted.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACZ,oBAAoB,CAAC;AAAA,IAAAa,QAAA,GAE/Cb,oBAAoB;AAAAc,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var commandBlockedSchema = {
|
|
9
|
+
id: 'commandBlocked',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Command blocked',
|
|
12
|
+
fields: {
|
|
13
|
+
/** . */
|
|
14
|
+
'command': {
|
|
15
|
+
type: 'text',
|
|
16
|
+
isRequired: true,
|
|
17
|
+
options: undefined
|
|
18
|
+
},
|
|
19
|
+
/** . */
|
|
20
|
+
'hint': {
|
|
21
|
+
type: 'text',
|
|
22
|
+
isRequired: true,
|
|
23
|
+
options: undefined
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
_schema.SchemaRegistry.getInstance().trackSchema(commandBlockedSchema);
|
|
28
|
+
var _default = commandBlockedSchema;
|
|
29
|
+
exports["default"] = _default;
|
|
30
|
+
//# sourceMappingURL=commandBlocked.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACX,oBAAoB,CAAC;AAAA,IAAAY,QAAA,GAE/CZ,oBAAoB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var commandNotImplementedSchema = {
|
|
9
|
+
id: 'commandNotImplemented',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Command not implemented',
|
|
12
|
+
description: 'This command has not yet been implemented ',
|
|
13
|
+
fields: {
|
|
14
|
+
/** Command. the command being run! */
|
|
15
|
+
'command': {
|
|
16
|
+
label: 'Command',
|
|
17
|
+
type: 'text',
|
|
18
|
+
isRequired: true,
|
|
19
|
+
hint: 'the command being run!',
|
|
20
|
+
options: undefined
|
|
21
|
+
},
|
|
22
|
+
/** Args. Arguments passed to the command */
|
|
23
|
+
'args': {
|
|
24
|
+
label: 'Args',
|
|
25
|
+
type: 'text',
|
|
26
|
+
hint: 'Arguments passed to the command',
|
|
27
|
+
isArray: true,
|
|
28
|
+
options: undefined
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
_schema.SchemaRegistry.getInstance().trackSchema(commandNotImplementedSchema);
|
|
33
|
+
var _default = commandNotImplementedSchema;
|
|
34
|
+
exports["default"] = _default;
|
|
35
|
+
//# sourceMappingURL=commandNotImplemented.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACf,2BAA2B,CAAC;AAAA,IAAAgB,QAAA,GAEtDhB,2BAA2B;AAAAiB,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var createAutoloaderFailedSchema = {
|
|
9
|
+
id: 'createAutoloaderFailed',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Could not create an autoloader',
|
|
12
|
+
description: 'Autoloader creation failed',
|
|
13
|
+
fields: {
|
|
14
|
+
/** The globby pattern used to find files. Globby pattern */
|
|
15
|
+
'globbyPattern': {
|
|
16
|
+
label: 'The globby pattern used to find files',
|
|
17
|
+
type: 'text',
|
|
18
|
+
isRequired: true,
|
|
19
|
+
hint: 'Globby pattern',
|
|
20
|
+
options: undefined
|
|
21
|
+
},
|
|
22
|
+
/** The files that were loaded. The files that were loaded */
|
|
23
|
+
'filePaths': {
|
|
24
|
+
label: 'The files that were loaded',
|
|
25
|
+
type: 'text',
|
|
26
|
+
isRequired: true,
|
|
27
|
+
hint: 'The files that were loaded',
|
|
28
|
+
isArray: true,
|
|
29
|
+
options: undefined
|
|
30
|
+
},
|
|
31
|
+
/** The suffix for classes to autoload. Class suffix */
|
|
32
|
+
'suffix': {
|
|
33
|
+
label: 'The suffix for classes to autoload',
|
|
34
|
+
type: 'text',
|
|
35
|
+
isRequired: true,
|
|
36
|
+
hint: 'Class suffix',
|
|
37
|
+
options: undefined
|
|
38
|
+
},
|
|
39
|
+
/** The directory we're trying to create the autoloader for. Directory to autoload */
|
|
40
|
+
'directory': {
|
|
41
|
+
label: 'The directory we\'re trying to create the autoloader for',
|
|
42
|
+
type: 'text',
|
|
43
|
+
isRequired: true,
|
|
44
|
+
hint: 'Directory to autoload',
|
|
45
|
+
options: undefined
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
_schema.SchemaRegistry.getInstance().trackSchema(createAutoloaderFailedSchema);
|
|
50
|
+
var _default = createAutoloaderFailedSchema;
|
|
51
|
+
exports["default"] = _default;
|
|
52
|
+
//# sourceMappingURL=createAutoloaderFailed.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACf,4BAA4B,CAAC;AAAA,IAAAgB,QAAA,GAEvDhB,4BAA4B;AAAAiB,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var dependencyExistsSchema = {
|
|
9
|
+
id: 'dependencyExists',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Dependency exists',
|
|
12
|
+
fields: {
|
|
13
|
+
/** . */
|
|
14
|
+
'namespace': {
|
|
15
|
+
type: 'text',
|
|
16
|
+
isRequired: true,
|
|
17
|
+
options: undefined
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
_schema.SchemaRegistry.getInstance().trackSchema(dependencyExistsSchema);
|
|
22
|
+
var _default = dependencyExistsSchema;
|
|
23
|
+
exports["default"] = _default;
|
|
24
|
+
//# sourceMappingURL=dependencyExists.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACX,sBAAsB,CAAC;AAAA,IAAAY,QAAA,GAEjDZ,sBAAsB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var deployFailedSchema = {
|
|
9
|
+
id: 'deployFailed',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Deploy Failed',
|
|
12
|
+
fields: {
|
|
13
|
+
/** . */
|
|
14
|
+
'stage': {
|
|
15
|
+
type: 'select',
|
|
16
|
+
isRequired: true,
|
|
17
|
+
options: {
|
|
18
|
+
choices: [{
|
|
19
|
+
"label": "Skill",
|
|
20
|
+
"value": "skill"
|
|
21
|
+
}, {
|
|
22
|
+
"label": "Building",
|
|
23
|
+
"value": "building"
|
|
24
|
+
}, {
|
|
25
|
+
"label": "Testing",
|
|
26
|
+
"value": "testing"
|
|
27
|
+
}, {
|
|
28
|
+
"label": "Git",
|
|
29
|
+
"value": "git"
|
|
30
|
+
}, {
|
|
31
|
+
"label": "Procfile",
|
|
32
|
+
"value": "procfile"
|
|
33
|
+
}, {
|
|
34
|
+
"label": "Remote",
|
|
35
|
+
"value": "remote"
|
|
36
|
+
}, {
|
|
37
|
+
"label": "Heroku",
|
|
38
|
+
"value": "heroku"
|
|
39
|
+
}]
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
_schema.SchemaRegistry.getInstance().trackSchema(deployFailedSchema);
|
|
45
|
+
var _default = deployFailedSchema;
|
|
46
|
+
exports["default"] = _default;
|
|
47
|
+
//# sourceMappingURL=deployFailed.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACX,kBAAkB,CAAC;AAAA,IAAAY,QAAA,GAE7CZ,kBAAkB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var directoryEmptySchema = {
|
|
9
|
+
id: 'directoryEmpty',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'directory empty',
|
|
12
|
+
fields: {
|
|
13
|
+
/** . */
|
|
14
|
+
'directory': {
|
|
15
|
+
type: 'text',
|
|
16
|
+
isRequired: true,
|
|
17
|
+
options: undefined
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
_schema.SchemaRegistry.getInstance().trackSchema(directoryEmptySchema);
|
|
22
|
+
var _default = directoryEmptySchema;
|
|
23
|
+
exports["default"] = _default;
|
|
24
|
+
//# sourceMappingURL=directoryEmpty.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACX,oBAAoB,CAAC;AAAA,IAAAY,QAAA,GAE/CZ,oBAAoB;AAAAa,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var directoryNotSkillSchema = {
|
|
9
|
+
id: 'directoryNotSkill',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Dir not skill',
|
|
12
|
+
fields: {}
|
|
13
|
+
};
|
|
14
|
+
_schema.SchemaRegistry.getInstance().trackSchema(directoryNotSkillSchema);
|
|
15
|
+
var _default = directoryNotSkillSchema;
|
|
16
|
+
exports["default"] = _default;
|
|
17
|
+
//# sourceMappingURL=directoryNotSkill.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACP,uBAAuB,CAAC;AAAA,IAAAQ,QAAA,GAElDR,uBAAuB;AAAAS,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _schema = require("@sprucelabs/schema");
|
|
8
|
+
var dockerNotStartedSchema = {
|
|
9
|
+
id: 'dockerNotStarted',
|
|
10
|
+
namespace: 'SpruceCli',
|
|
11
|
+
name: 'Docker not started',
|
|
12
|
+
fields: {}
|
|
13
|
+
};
|
|
14
|
+
_schema.SchemaRegistry.getInstance().trackSchema(dockerNotStartedSchema);
|
|
15
|
+
var _default = dockerNotStartedSchema;
|
|
16
|
+
exports["default"] = _default;
|
|
17
|
+
//# sourceMappingURL=dockerNotStarted.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,CAAC,CAAC,CAACC,WAAW,CAACP,sBAAsB,CAAC;AAAA,IAAAQ,QAAA,GAEjDR,sBAAsB;AAAAS,OAAA,cAAAD,QAAA"}
|