@promptbook/types 0.50.0-5 → 0.50.0-7
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/package.json +2 -2
- package/esm/typings/other/playground/playground.d.ts +0 -2
- package/umd/typings/other/playground/playground.d.ts +0 -2
- /package/esm/typings/{src/_packages → _packages}/cli.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/core.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/execute-javascript.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/langtail.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/mock.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/openai.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/remote-client.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/remote-server.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/types.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/utils.index.d.ts +0 -0
- /package/esm/typings/{src/_packages → _packages}/wizzard.index.d.ts +0 -0
- /package/esm/typings/{src/config.d.ts → config.d.ts} +0 -0
- /package/esm/typings/{src/conversion → conversion}/prettify/PrettifyOptions.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/prettify/prettifyPromptbookString.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/prettify/prettifyPromptbookStringCli.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/prettify/renderPromptbookMermaid.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/promptbookJsonToString.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/promptbookStringToJson.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/promptbookStringToJson.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/extractVariables.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/extractVariables.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/parseCommand.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/parseCommand.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/parseNumber.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/parseNumber.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/renameParameter.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/renameParameter.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/titleToName.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/utils/titleToName.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/validation/_importPromptbook.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/validation/promptbookStringToJson-syntaxErrors.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson-logicErrors.test.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson.d.ts +0 -0
- /package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson.test.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/PromptbookExecutionError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/PromptbookLogicError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/PromptbookNotFoundError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/PromptbookReferenceError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/PromptbookSyntaxError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/TemplateError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/UnexpectedError.d.ts +0 -0
- /package/esm/typings/{src/errors → errors}/_ExpectError.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/CommonExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/ExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/LlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/PromptResult.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/PromptbookExecutor.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/ScriptExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/UserInterfaceTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/assertsExecutionSuccessful.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/createPromptbookExecutor.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/langtail/LangtailExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/langtail/LangtailExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/MockedEchoLlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/MockedFackedLlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/faked-completion.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/joker.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/mocked-chat.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/mocked-completion.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/openai/OpenAiExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/openai/OpenAiExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/openai/computeOpenaiUsage.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Error.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Progress.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Request.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Response.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/RemoteServerOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/startRemoteServer.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function-async.test.ts.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function-missing.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function-with-dependencies.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptExecutionToolsOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/utils/preserve.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/utils/unknownToString.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/postprocessing.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/python/PythonExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/script-execution-errors.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/script-execution-tools.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/script-execution-tools/typescript/TypescriptExecutionTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceToolsOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/plugins/user-interface-execution-tools/user-interface-execution-tools.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/AutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/DebugAutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/FakeAutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/LindatAutomaticTranslator.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/TranslatorOptions.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/translation/automatic-translate/translateMessages.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/utils/checkExpectations.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/utils/checkExpectations.test.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/utils/replaceParameters.d.ts +0 -0
- /package/esm/typings/{src/execution → execution}/utils/replaceParameters.test.d.ts +0 -0
- /package/esm/typings/{src/library → library}/PromptbookLibrary.d.ts +0 -0
- /package/esm/typings/{src/library → library}/SimplePromptbookLibrary.d.ts +0 -0
- /package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromDirectory.d.ts +0 -0
- /package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromPromise.d.ts +0 -0
- /package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromSources.d.ts +0 -0
- /package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromUrl.d.ts +0 -0
- /package/esm/typings/{src/library → library}/constructors/createPromptbookSublibrary.d.ts +0 -0
- /package/esm/typings/{src/types → types}/Command.d.ts +0 -0
- /package/esm/typings/{src/types → types}/ExecutionTypes.d.ts +0 -0
- /package/esm/typings/{src/types → types}/ModelRequirements.d.ts +0 -0
- /package/esm/typings/{src/types → types}/Parameters.d.ts +0 -0
- /package/esm/typings/{src/types → types}/Prompt.d.ts +0 -0
- /package/esm/typings/{src/types → types}/PromptbookJson/PromptTemplateJson.d.ts +0 -0
- /package/esm/typings/{src/types → types}/PromptbookJson/PromptTemplateParameterJson.d.ts +0 -0
- /package/esm/typings/{src/types → types}/PromptbookJson/PromptbookJson.d.ts +0 -0
- /package/esm/typings/{src/types → types}/PromptbookString.d.ts +0 -0
- /package/esm/typings/{src/types → types}/ScriptLanguage.d.ts +0 -0
- /package/esm/typings/{src/types → types}/TaskProgress.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/ExecutionReportJson.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/ExecutionReportString.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/ExecutionReportStringOptions.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/config.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/countWorkingDuration.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/countWorkingDuration.test.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/executionReportJsonToString.d.ts +0 -0
- /package/esm/typings/{src/types → types}/execution-report/executionReportJsonToString.test.d.ts +0 -0
- /package/esm/typings/{src/types → types}/typeAliasEmoji.d.ts +0 -0
- /package/esm/typings/{src/types → types}/typeAliases.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/FromtoItems.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/emojis.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countCharacters.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countCharacters.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countLines.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countLines.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countPages.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countPages.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countParagraphs.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countParagraphs.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countSentences.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countSentences.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countWords.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/countWords.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/expectation-counters/index.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/extractParameters.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/extractParameters.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/formatNumber.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/formatNumber.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/getCurrentIsoDate.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/isRunningInWhatever.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/isValidJsonString.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/isValidJsonString.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/just.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/createMarkdownChart.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/createMarkdownChart.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/createMarkdownTable.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/createMarkdownTable.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/prettifyMarkdown.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/prettifyMarkdown.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/removeContentComments.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/removeContentComments.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown-json/MarkdownStructure.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/DIACRITIC_VARIANTS_LETTERS.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/IKeywords.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/capitalize.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/capitalize.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/decapitalize.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/decapitalize.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/isValidKeyword.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/isValidKeyword.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/nameToUriPart.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/nameToUriPart.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/nameToUriParts.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/nameToUriParts.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeWhitespaces.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/normalizeWhitespaces.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/parseKeywords.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/parseKeywords.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/parseKeywordsFromString.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/parseKeywordsFromString.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/removeDiacritics.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/removeDiacritics.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/searchKeywords.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/normalization/searchKeywords.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/postprocessing/extractBlock.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/removeEmojis.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/removeEmojis.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/removeQuotes.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/removeQuotes.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/trimCodeBlock.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/trimCodeBlock.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/trimEndOfCodeBlock.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/trimEndOfCodeBlock.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/unwrapResult.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/unwrapResult.test.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/validators/url/isValidUrl.d.ts +0 -0
- /package/esm/typings/{src/utils → utils}/validators/url/isValidUrl.test.d.ts +0 -0
- /package/esm/typings/{src/version.d.ts → version.d.ts} +0 -0
- /package/esm/typings/{src/wizzard → wizzard}/Wizzard.d.ts +0 -0
- /package/esm/typings/{src/wizzard → wizzard}/sample.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/cli.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/core.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/execute-javascript.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/langtail.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/mock.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/openai.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/remote-client.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/remote-server.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/types.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/utils.index.d.ts +0 -0
- /package/umd/typings/{src/_packages → _packages}/wizzard.index.d.ts +0 -0
- /package/umd/typings/{src/config.d.ts → config.d.ts} +0 -0
- /package/umd/typings/{src/conversion → conversion}/prettify/PrettifyOptions.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/prettify/prettifyPromptbookString.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/prettify/prettifyPromptbookStringCli.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/prettify/renderPromptbookMermaid.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/promptbookJsonToString.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/promptbookStringToJson.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/promptbookStringToJson.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/extractVariables.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/extractVariables.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/parseCommand.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/parseCommand.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/parseNumber.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/parseNumber.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/renameParameter.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/renameParameter.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/titleToName.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/utils/titleToName.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/validation/_importPromptbook.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/validation/promptbookStringToJson-syntaxErrors.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/validation/validatePromptbookJson-logicErrors.test.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/validation/validatePromptbookJson.d.ts +0 -0
- /package/umd/typings/{src/conversion → conversion}/validation/validatePromptbookJson.test.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/PromptbookExecutionError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/PromptbookLogicError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/PromptbookNotFoundError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/PromptbookReferenceError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/PromptbookSyntaxError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/TemplateError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/UnexpectedError.d.ts +0 -0
- /package/umd/typings/{src/errors → errors}/_ExpectError.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/CommonExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/ExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/LlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/PromptResult.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/PromptbookExecutor.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/ScriptExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/UserInterfaceTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/assertsExecutionSuccessful.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/createPromptbookExecutor.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/langtail/LangtailExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/langtail/LangtailExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/MockedEchoLlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/MockedFackedLlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/fakeTextToExpectations.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/faked-completion.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/joker.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/mocked-chat.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/mocked-completion.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/openai/OpenAiExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/openai/OpenAiExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/openai/computeOpenaiUsage.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/RemoteLlmExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Error.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Progress.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Request.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/Promptbook_Server_Response.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/interfaces/RemoteServerOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/llm-execution-tools/remote/startRemoteServer.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function-async.test.ts.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function-missing.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function-with-dependencies.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/custom-function.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptEvalExecutionTools.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/JavascriptExecutionToolsOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/utils/preserve.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/javascript/utils/unknownToString.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/postprocessing.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/python/PythonExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/script-execution-errors.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/script-execution-tools.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/script-execution-tools/typescript/TypescriptExecutionTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/user-interface-execution-tools/callback/CallbackInterfaceToolsOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/plugins/user-interface-execution-tools/user-interface-execution-tools.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/AutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/DebugAutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/FakeAutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/LindatAutomaticTranslator.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/TranslatorOptions.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/automatic-translators/utils/extractMultiplicatedOccurrence.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/translation/automatic-translate/translateMessages.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/utils/checkExpectations.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/utils/checkExpectations.test.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/utils/replaceParameters.d.ts +0 -0
- /package/umd/typings/{src/execution → execution}/utils/replaceParameters.test.d.ts +0 -0
- /package/umd/typings/{src/library → library}/PromptbookLibrary.d.ts +0 -0
- /package/umd/typings/{src/library → library}/SimplePromptbookLibrary.d.ts +0 -0
- /package/umd/typings/{src/library → library}/constructors/createPromptbookLibraryFromDirectory.d.ts +0 -0
- /package/umd/typings/{src/library → library}/constructors/createPromptbookLibraryFromPromise.d.ts +0 -0
- /package/umd/typings/{src/library → library}/constructors/createPromptbookLibraryFromSources.d.ts +0 -0
- /package/umd/typings/{src/library → library}/constructors/createPromptbookLibraryFromUrl.d.ts +0 -0
- /package/umd/typings/{src/library → library}/constructors/createPromptbookSublibrary.d.ts +0 -0
- /package/umd/typings/{src/types → types}/Command.d.ts +0 -0
- /package/umd/typings/{src/types → types}/ExecutionTypes.d.ts +0 -0
- /package/umd/typings/{src/types → types}/ModelRequirements.d.ts +0 -0
- /package/umd/typings/{src/types → types}/Parameters.d.ts +0 -0
- /package/umd/typings/{src/types → types}/Prompt.d.ts +0 -0
- /package/umd/typings/{src/types → types}/PromptbookJson/PromptTemplateJson.d.ts +0 -0
- /package/umd/typings/{src/types → types}/PromptbookJson/PromptTemplateParameterJson.d.ts +0 -0
- /package/umd/typings/{src/types → types}/PromptbookJson/PromptbookJson.d.ts +0 -0
- /package/umd/typings/{src/types → types}/PromptbookString.d.ts +0 -0
- /package/umd/typings/{src/types → types}/ScriptLanguage.d.ts +0 -0
- /package/umd/typings/{src/types → types}/TaskProgress.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/ExecutionReportJson.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/ExecutionReportString.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/ExecutionReportStringOptions.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/config.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/countWorkingDuration.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/countWorkingDuration.test.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/executionReportJsonToString.d.ts +0 -0
- /package/umd/typings/{src/types → types}/execution-report/executionReportJsonToString.test.d.ts +0 -0
- /package/umd/typings/{src/types → types}/typeAliasEmoji.d.ts +0 -0
- /package/umd/typings/{src/types → types}/typeAliases.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/FromtoItems.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/emojis.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countCharacters.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countCharacters.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countLines.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countLines.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countPages.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countPages.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countParagraphs.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countParagraphs.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countSentences.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countSentences.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countWords.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/countWords.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/expectation-counters/index.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/extractParameters.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/extractParameters.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/formatNumber.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/formatNumber.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/getCurrentIsoDate.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/isRunningInWhatever.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/isValidJsonString.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/isValidJsonString.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/just.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/addAutoGeneratedSection.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/createMarkdownChart.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/createMarkdownChart.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/createMarkdownTable.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/createMarkdownTable.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/escapeMarkdownBlock.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/extractAllBlocksFromMarkdown.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/extractAllListItemsFromMarkdown.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/extractOneBlockFromMarkdown.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/prettifyMarkdown.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/prettifyMarkdown.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/removeContentComments.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/removeContentComments.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown/removeMarkdownFormatting.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown-json/MarkdownStructure.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/DIACRITIC_VARIANTS_LETTERS.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/IKeywords.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/capitalize.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/capitalize.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/decapitalize.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/decapitalize.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/isValidKeyword.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/isValidKeyword.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/nameToUriPart.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/nameToUriPart.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/nameToUriParts.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/nameToUriParts.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalize-to-kebab-case.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_PascalCase.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_SCREAMING_CASE.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_camelCase.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeTo_snake_case.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeWhitespaces.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/normalizeWhitespaces.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/parseKeywords.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/parseKeywords.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/parseKeywordsFromString.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/parseKeywordsFromString.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/removeDiacritics.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/removeDiacritics.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/searchKeywords.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/normalization/searchKeywords.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/postprocessing/extractBlock.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/removeEmojis.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/removeEmojis.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/removeQuotes.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/removeQuotes.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/trimCodeBlock.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/trimCodeBlock.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/trimEndOfCodeBlock.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/trimEndOfCodeBlock.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/unwrapResult.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/unwrapResult.test.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/validators/url/isValidUrl.d.ts +0 -0
- /package/umd/typings/{src/utils → utils}/validators/url/isValidUrl.test.d.ts +0 -0
- /package/umd/typings/{src/version.d.ts → version.d.ts} +0 -0
- /package/umd/typings/{src/wizzard → wizzard}/Wizzard.d.ts +0 -0
- /package/umd/typings/{src/wizzard → wizzard}/sample.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.50.0-
|
|
3
|
+
"version": "0.50.0-7",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@promptbook/core": "0.50.0-
|
|
48
|
+
"@promptbook/core": "0.50.0-7"
|
|
49
49
|
},
|
|
50
50
|
"main": "./umd/index.umd.js",
|
|
51
51
|
"module": "./esm/index.es.js",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/conversion → conversion}/prettify/prettifyPromptbookStringCli.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/conversion → conversion}/validation/validatePromptbookJson.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/execution → execution}/plugins/llm-execution-tools/mocked/joker.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromDirectory.d.ts
RENAMED
|
File without changes
|
/package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromPromise.d.ts
RENAMED
|
File without changes
|
/package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromSources.d.ts
RENAMED
|
File without changes
|
/package/esm/typings/{src/library → library}/constructors/createPromptbookLibraryFromUrl.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/types → types}/execution-report/executionReportJsonToString.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/utils → utils}/markdown-json/countMarkdownStructureDeepness.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/esm/typings/{src/utils → utils}/markdown-json/markdownToMarkdownStructure.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|