@superinterface/react 5.1.3 → 5.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/package.json +8 -6
- package/types/index.d.ts +4 -0
- package/types/node_modules/openai/LICENSE +201 -0
- package/types/node_modules/openai/_vendor/partial-json-parser/parser.d.mts +7 -0
- package/types/node_modules/openai/_vendor/partial-json-parser/parser.d.ts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/Options.d.mts +32 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/Options.d.ts +32 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/Refs.d.mts +21 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/Refs.d.ts +21 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/errorMessages.d.mts +12 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/errorMessages.d.ts +12 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/index.d.mts +38 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/index.d.ts +38 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parseDef.d.mts +38 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parseDef.d.ts +38 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/any.d.mts +3 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/any.d.ts +3 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/array.d.mts +13 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/array.d.ts +13 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.d.mts +15 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/bigint.d.ts +15 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/boolean.d.mts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/boolean.d.ts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.d.mts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/branded.d.ts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.mts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.ts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/date.d.mts +16 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/date.d.ts +16 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/default.d.mts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/default.d.ts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/effects.d.mts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/effects.d.ts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/enum.d.mts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/enum.d.ts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/intersection.d.mts +9 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/intersection.d.ts +9 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/literal.d.mts +10 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/literal.d.ts +10 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/map.d.mts +16 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/map.d.ts +16 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/nativeEnum.d.mts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/nativeEnum.d.ts +7 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/never.d.mts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/never.d.ts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/null.d.mts +6 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/null.d.ts +6 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/nullable.d.mts +11 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/nullable.d.ts +11 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/number.d.mts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/number.d.ts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/object.d.mts +11 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/object.d.ts +11 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/optional.d.mts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/optional.d.ts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/pipeline.d.mts +6 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/pipeline.d.ts +6 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/promise.d.mts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/promise.d.ts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.d.mts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/readonly.d.ts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/record.d.mts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/record.d.ts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/set.d.mts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/set.d.ts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/string.d.mts +70 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/string.d.ts +70 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/tuple.d.mts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/tuple.d.ts +14 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.d.mts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/undefined.d.ts +5 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/union.d.mts +24 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/union.d.ts +24 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/unknown.d.mts +3 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/parsers/unknown.d.ts +3 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/util.d.mts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/util.d.ts +4 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/zodToJsonSchema.d.mts +11 -0
- package/types/node_modules/openai/_vendor/zod-to-json-schema/zodToJsonSchema.d.ts +11 -0
- package/types/node_modules/openai/api-promise.d.mts +2 -0
- package/types/node_modules/openai/api-promise.d.ts +2 -0
- package/types/node_modules/openai/azure.d.mts +63 -0
- package/types/node_modules/openai/azure.d.ts +63 -0
- package/types/node_modules/openai/beta/realtime/index.d.mts +2 -0
- package/types/node_modules/openai/beta/realtime/index.d.ts +2 -0
- package/types/node_modules/openai/beta/realtime/internal-base.d.mts +45 -0
- package/types/node_modules/openai/beta/realtime/internal-base.d.ts +45 -0
- package/types/node_modules/openai/beta/realtime/websocket.d.mts +36 -0
- package/types/node_modules/openai/beta/realtime/websocket.d.ts +36 -0
- package/types/node_modules/openai/beta/realtime/ws.d.mts +27 -0
- package/types/node_modules/openai/beta/realtime/ws.d.ts +27 -0
- package/types/node_modules/openai/client.d.mts +297 -0
- package/types/node_modules/openai/client.d.ts +297 -0
- package/types/node_modules/openai/core/api-promise.d.mts +49 -0
- package/types/node_modules/openai/core/api-promise.d.ts +49 -0
- package/types/node_modules/openai/core/error.d.mts +59 -0
- package/types/node_modules/openai/core/error.d.ts +59 -0
- package/types/node_modules/openai/core/pagination.d.mts +89 -0
- package/types/node_modules/openai/core/pagination.d.ts +89 -0
- package/types/node_modules/openai/core/resource.d.mts +6 -0
- package/types/node_modules/openai/core/resource.d.ts +6 -0
- package/types/node_modules/openai/core/streaming.d.mts +33 -0
- package/types/node_modules/openai/core/streaming.d.ts +33 -0
- package/types/node_modules/openai/core/uploads.d.mts +3 -0
- package/types/node_modules/openai/core/uploads.d.ts +3 -0
- package/types/node_modules/openai/error.d.mts +2 -0
- package/types/node_modules/openai/error.d.ts +2 -0
- package/types/node_modules/openai/helpers/audio.d.mts +9 -0
- package/types/node_modules/openai/helpers/audio.d.ts +9 -0
- package/types/node_modules/openai/helpers/zod.d.mts +70 -0
- package/types/node_modules/openai/helpers/zod.d.ts +70 -0
- package/types/node_modules/openai/index.d.mts +8 -0
- package/types/node_modules/openai/index.d.ts +8 -0
- package/types/node_modules/openai/internal/builtin-types.d.mts +73 -0
- package/types/node_modules/openai/internal/builtin-types.d.ts +73 -0
- package/types/node_modules/openai/internal/decoders/line.d.mts +17 -0
- package/types/node_modules/openai/internal/decoders/line.d.ts +17 -0
- package/types/node_modules/openai/internal/detect-platform.d.mts +15 -0
- package/types/node_modules/openai/internal/detect-platform.d.ts +15 -0
- package/types/node_modules/openai/internal/errors.d.mts +3 -0
- package/types/node_modules/openai/internal/errors.d.ts +3 -0
- package/types/node_modules/openai/internal/headers.d.mts +20 -0
- package/types/node_modules/openai/internal/headers.d.ts +20 -0
- package/types/node_modules/openai/internal/parse.d.mts +17 -0
- package/types/node_modules/openai/internal/parse.d.ts +17 -0
- package/types/node_modules/openai/internal/qs/formats.d.mts +7 -0
- package/types/node_modules/openai/internal/qs/formats.d.ts +7 -0
- package/types/node_modules/openai/internal/qs/index.d.mts +10 -0
- package/types/node_modules/openai/internal/qs/index.d.ts +10 -0
- package/types/node_modules/openai/internal/qs/stringify.d.mts +3 -0
- package/types/node_modules/openai/internal/qs/stringify.d.ts +3 -0
- package/types/node_modules/openai/internal/qs/types.d.mts +57 -0
- package/types/node_modules/openai/internal/qs/types.d.ts +57 -0
- package/types/node_modules/openai/internal/qs/utils.d.mts +15 -0
- package/types/node_modules/openai/internal/qs/utils.d.ts +15 -0
- package/types/node_modules/openai/internal/request-options.d.mts +78 -0
- package/types/node_modules/openai/internal/request-options.d.ts +78 -0
- package/types/node_modules/openai/internal/shim-types.d.mts +17 -0
- package/types/node_modules/openai/internal/shim-types.d.ts +17 -0
- package/types/node_modules/openai/internal/shims.d.mts +20 -0
- package/types/node_modules/openai/internal/shims.d.ts +20 -0
- package/types/node_modules/openai/internal/stream-utils.d.mts +8 -0
- package/types/node_modules/openai/internal/stream-utils.d.ts +8 -0
- package/types/node_modules/openai/internal/to-file.d.mts +45 -0
- package/types/node_modules/openai/internal/to-file.d.ts +45 -0
- package/types/node_modules/openai/internal/types.d.mts +69 -0
- package/types/node_modules/openai/internal/types.d.ts +69 -0
- package/types/node_modules/openai/internal/uploads.d.mts +42 -0
- package/types/node_modules/openai/internal/uploads.d.ts +42 -0
- package/types/node_modules/openai/internal/utils/base64.d.mts +9 -0
- package/types/node_modules/openai/internal/utils/base64.d.ts +9 -0
- package/types/node_modules/openai/internal/utils/bytes.d.mts +4 -0
- package/types/node_modules/openai/internal/utils/bytes.d.ts +4 -0
- package/types/node_modules/openai/internal/utils/env.d.mts +9 -0
- package/types/node_modules/openai/internal/utils/env.d.ts +9 -0
- package/types/node_modules/openai/internal/utils/log.d.mts +37 -0
- package/types/node_modules/openai/internal/utils/log.d.ts +37 -0
- package/types/node_modules/openai/internal/utils/path.d.mts +15 -0
- package/types/node_modules/openai/internal/utils/path.d.ts +15 -0
- package/types/node_modules/openai/internal/utils/sleep.d.mts +2 -0
- package/types/node_modules/openai/internal/utils/sleep.d.ts +2 -0
- package/types/node_modules/openai/internal/utils/uuid.d.mts +5 -0
- package/types/node_modules/openai/internal/utils/uuid.d.ts +5 -0
- package/types/node_modules/openai/internal/utils/values.d.mts +18 -0
- package/types/node_modules/openai/internal/utils/values.d.ts +18 -0
- package/types/node_modules/openai/internal/utils.d.mts +7 -0
- package/types/node_modules/openai/internal/utils.d.ts +7 -0
- package/types/node_modules/openai/lib/AbstractChatCompletionRunner.d.mts +59 -0
- package/types/node_modules/openai/lib/AbstractChatCompletionRunner.d.ts +59 -0
- package/types/node_modules/openai/lib/AssistantStream.d.mts +60 -0
- package/types/node_modules/openai/lib/AssistantStream.d.ts +60 -0
- package/types/node_modules/openai/lib/ChatCompletionRunner.d.mts +16 -0
- package/types/node_modules/openai/lib/ChatCompletionRunner.d.ts +16 -0
- package/types/node_modules/openai/lib/ChatCompletionStream.d.mts +208 -0
- package/types/node_modules/openai/lib/ChatCompletionStream.d.ts +208 -0
- package/types/node_modules/openai/lib/ChatCompletionStreamingRunner.d.mts +19 -0
- package/types/node_modules/openai/lib/ChatCompletionStreamingRunner.d.ts +19 -0
- package/types/node_modules/openai/lib/EventEmitter.d.mts +45 -0
- package/types/node_modules/openai/lib/EventEmitter.d.ts +45 -0
- package/types/node_modules/openai/lib/EventStream.d.mts +62 -0
- package/types/node_modules/openai/lib/EventStream.d.ts +62 -0
- package/types/node_modules/openai/lib/ResponsesParser.d.mts +36 -0
- package/types/node_modules/openai/lib/ResponsesParser.d.ts +36 -0
- package/types/node_modules/openai/lib/RunnableFunction.d.mts +83 -0
- package/types/node_modules/openai/lib/RunnableFunction.d.ts +83 -0
- package/types/node_modules/openai/lib/Util.d.mts +5 -0
- package/types/node_modules/openai/lib/Util.d.ts +5 -0
- package/types/node_modules/openai/lib/chatCompletionUtils.d.mts +5 -0
- package/types/node_modules/openai/lib/chatCompletionUtils.d.ts +5 -0
- package/types/node_modules/openai/lib/jsonschema.d.mts +106 -0
- package/types/node_modules/openai/lib/jsonschema.d.ts +106 -0
- package/types/node_modules/openai/lib/parser.d.mts +47 -0
- package/types/node_modules/openai/lib/parser.d.ts +47 -0
- package/types/node_modules/openai/lib/responses/EventTypes.d.mts +9 -0
- package/types/node_modules/openai/lib/responses/EventTypes.d.ts +9 -0
- package/types/node_modules/openai/lib/responses/ResponseStream.d.mts +59 -0
- package/types/node_modules/openai/lib/responses/ResponseStream.d.ts +59 -0
- package/types/node_modules/openai/package.json +233 -0
- package/types/node_modules/openai/pagination.d.mts +2 -0
- package/types/node_modules/openai/pagination.d.ts +2 -0
- package/types/node_modules/openai/realtime/index.d.mts +2 -0
- package/types/node_modules/openai/realtime/index.d.ts +2 -0
- package/types/node_modules/openai/realtime/internal-base.d.mts +45 -0
- package/types/node_modules/openai/realtime/internal-base.d.ts +45 -0
- package/types/node_modules/openai/realtime/websocket.d.mts +36 -0
- package/types/node_modules/openai/realtime/websocket.d.ts +36 -0
- package/types/node_modules/openai/realtime/ws.d.mts +27 -0
- package/types/node_modules/openai/realtime/ws.d.ts +27 -0
- package/types/node_modules/openai/resource.d.mts +2 -0
- package/types/node_modules/openai/resource.d.ts +2 -0
- package/types/node_modules/openai/resources/audio/audio.d.mts +26 -0
- package/types/node_modules/openai/resources/audio/audio.d.ts +26 -0
- package/types/node_modules/openai/resources/audio/index.d.mts +5 -0
- package/types/node_modules/openai/resources/audio/index.d.ts +5 -0
- package/types/node_modules/openai/resources/audio/speech.d.mts +64 -0
- package/types/node_modules/openai/resources/audio/speech.d.ts +64 -0
- package/types/node_modules/openai/resources/audio/transcriptions.d.mts +485 -0
- package/types/node_modules/openai/resources/audio/transcriptions.d.ts +485 -0
- package/types/node_modules/openai/resources/audio/translations.d.mts +81 -0
- package/types/node_modules/openai/resources/audio/translations.d.ts +81 -0
- package/types/node_modules/openai/resources/audio.d.mts +2 -0
- package/types/node_modules/openai/resources/audio.d.ts +2 -0
- package/types/node_modules/openai/resources/batches.d.mts +279 -0
- package/types/node_modules/openai/resources/batches.d.ts +279 -0
- package/types/node_modules/openai/resources/beta/assistants.d.mts +1232 -0
- package/types/node_modules/openai/resources/beta/assistants.d.ts +1232 -0
- package/types/node_modules/openai/resources/beta/beta.d.mts +18 -0
- package/types/node_modules/openai/resources/beta/beta.d.ts +18 -0
- package/types/node_modules/openai/resources/beta/index.d.mts +5 -0
- package/types/node_modules/openai/resources/beta/index.d.ts +5 -0
- package/types/node_modules/openai/resources/beta/realtime/index.d.mts +4 -0
- package/types/node_modules/openai/resources/beta/realtime/index.d.ts +4 -0
- package/types/node_modules/openai/resources/beta/realtime/realtime.d.mts +2332 -0
- package/types/node_modules/openai/resources/beta/realtime/realtime.d.ts +2332 -0
- package/types/node_modules/openai/resources/beta/realtime/sessions.d.mts +744 -0
- package/types/node_modules/openai/resources/beta/realtime/sessions.d.ts +744 -0
- package/types/node_modules/openai/resources/beta/realtime/transcription-sessions.d.mts +299 -0
- package/types/node_modules/openai/resources/beta/realtime/transcription-sessions.d.ts +299 -0
- package/types/node_modules/openai/resources/beta/realtime.d.mts +2 -0
- package/types/node_modules/openai/resources/beta/realtime.d.ts +2 -0
- package/types/node_modules/openai/resources/beta/threads/index.d.mts +4 -0
- package/types/node_modules/openai/resources/beta/threads/index.d.ts +4 -0
- package/types/node_modules/openai/resources/beta/threads/messages.d.mts +594 -0
- package/types/node_modules/openai/resources/beta/threads/messages.d.ts +594 -0
- package/types/node_modules/openai/resources/beta/threads/runs/index.d.mts +3 -0
- package/types/node_modules/openai/resources/beta/threads/runs/index.d.ts +3 -0
- package/types/node_modules/openai/resources/beta/threads/runs/runs.d.mts +733 -0
- package/types/node_modules/openai/resources/beta/threads/runs/runs.d.ts +733 -0
- package/types/node_modules/openai/resources/beta/threads/runs/steps.d.mts +615 -0
- package/types/node_modules/openai/resources/beta/threads/runs/steps.d.ts +615 -0
- package/types/node_modules/openai/resources/beta/threads/runs.d.mts +2 -0
- package/types/node_modules/openai/resources/beta/threads/runs.d.ts +2 -0
- package/types/node_modules/openai/resources/beta/threads/threads.d.mts +1044 -0
- package/types/node_modules/openai/resources/beta/threads/threads.d.ts +1044 -0
- package/types/node_modules/openai/resources/beta/threads.d.mts +2 -0
- package/types/node_modules/openai/resources/beta/threads.d.ts +2 -0
- package/types/node_modules/openai/resources/beta.d.mts +2 -0
- package/types/node_modules/openai/resources/beta.d.ts +2 -0
- package/types/node_modules/openai/resources/chat/chat.d.mts +13 -0
- package/types/node_modules/openai/resources/chat/chat.d.ts +13 -0
- package/types/node_modules/openai/resources/chat/completions/completions.d.mts +1627 -0
- package/types/node_modules/openai/resources/chat/completions/completions.d.ts +1627 -0
- package/types/node_modules/openai/resources/chat/completions/index.d.mts +4 -0
- package/types/node_modules/openai/resources/chat/completions/index.d.ts +4 -0
- package/types/node_modules/openai/resources/chat/completions/messages.d.mts +34 -0
- package/types/node_modules/openai/resources/chat/completions/messages.d.ts +34 -0
- package/types/node_modules/openai/resources/chat/completions.d.mts +2 -0
- package/types/node_modules/openai/resources/chat/completions.d.ts +2 -0
- package/types/node_modules/openai/resources/chat/index.d.mts +3 -0
- package/types/node_modules/openai/resources/chat/index.d.ts +3 -0
- package/types/node_modules/openai/resources/chat.d.mts +2 -0
- package/types/node_modules/openai/resources/chat.d.ts +2 -0
- package/types/node_modules/openai/resources/completions.d.mts +329 -0
- package/types/node_modules/openai/resources/completions.d.ts +329 -0
- package/types/node_modules/openai/resources/containers/containers.d.mts +200 -0
- package/types/node_modules/openai/resources/containers/containers.d.ts +200 -0
- package/types/node_modules/openai/resources/containers/files/content.d.mts +16 -0
- package/types/node_modules/openai/resources/containers/files/content.d.ts +16 -0
- package/types/node_modules/openai/resources/containers/files/files.d.mts +148 -0
- package/types/node_modules/openai/resources/containers/files/files.d.ts +148 -0
- package/types/node_modules/openai/resources/containers/files/index.d.mts +3 -0
- package/types/node_modules/openai/resources/containers/files/index.d.ts +3 -0
- package/types/node_modules/openai/resources/containers/files.d.mts +2 -0
- package/types/node_modules/openai/resources/containers/files.d.ts +2 -0
- package/types/node_modules/openai/resources/containers/index.d.mts +3 -0
- package/types/node_modules/openai/resources/containers/index.d.ts +3 -0
- package/types/node_modules/openai/resources/containers.d.mts +2 -0
- package/types/node_modules/openai/resources/containers.d.ts +2 -0
- package/types/node_modules/openai/resources/conversations/conversations.d.mts +176 -0
- package/types/node_modules/openai/resources/conversations/conversations.d.ts +176 -0
- package/types/node_modules/openai/resources/conversations/index.d.mts +3 -0
- package/types/node_modules/openai/resources/conversations/index.d.ts +3 -0
- package/types/node_modules/openai/resources/conversations/items.d.mts +367 -0
- package/types/node_modules/openai/resources/conversations/items.d.ts +367 -0
- package/types/node_modules/openai/resources/conversations.d.mts +2 -0
- package/types/node_modules/openai/resources/conversations.d.ts +2 -0
- package/types/node_modules/openai/resources/embeddings.d.mts +113 -0
- package/types/node_modules/openai/resources/embeddings.d.ts +113 -0
- package/types/node_modules/openai/resources/evals/evals.d.mts +735 -0
- package/types/node_modules/openai/resources/evals/evals.d.ts +735 -0
- package/types/node_modules/openai/resources/evals/index.d.mts +3 -0
- package/types/node_modules/openai/resources/evals/index.d.ts +3 -0
- package/types/node_modules/openai/resources/evals/runs/index.d.mts +3 -0
- package/types/node_modules/openai/resources/evals/runs/index.d.ts +3 -0
- package/types/node_modules/openai/resources/evals/runs/output-items.d.mts +382 -0
- package/types/node_modules/openai/resources/evals/runs/output-items.d.ts +382 -0
- package/types/node_modules/openai/resources/evals/runs/runs.d.mts +2290 -0
- package/types/node_modules/openai/resources/evals/runs/runs.d.ts +2290 -0
- package/types/node_modules/openai/resources/evals/runs.d.mts +2 -0
- package/types/node_modules/openai/resources/evals/runs.d.ts +2 -0
- package/types/node_modules/openai/resources/evals.d.mts +2 -0
- package/types/node_modules/openai/resources/evals.d.ts +2 -0
- package/types/node_modules/openai/resources/files.d.mts +164 -0
- package/types/node_modules/openai/resources/files.d.ts +164 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha/alpha.d.mts +10 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha/alpha.d.ts +10 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha/graders.d.mts +119 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha/graders.d.ts +119 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha/index.d.mts +3 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha/index.d.ts +3 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha.d.mts +2 -0
- package/types/node_modules/openai/resources/fine-tuning/alpha.d.ts +2 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.d.mts +10 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.d.ts +10 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints/index.d.mts +3 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints/index.d.ts +3 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints/permissions.d.mts +160 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints/permissions.d.ts +160 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints.d.mts +2 -0
- package/types/node_modules/openai/resources/fine-tuning/checkpoints.d.ts +2 -0
- package/types/node_modules/openai/resources/fine-tuning/fine-tuning.d.mts +22 -0
- package/types/node_modules/openai/resources/fine-tuning/fine-tuning.d.ts +22 -0
- package/types/node_modules/openai/resources/fine-tuning/index.d.mts +6 -0
- package/types/node_modules/openai/resources/fine-tuning/index.d.ts +6 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs/checkpoints.d.mts +74 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs/checkpoints.d.ts +74 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs/index.d.mts +3 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs/index.d.ts +3 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs/jobs.d.mts +528 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs/jobs.d.ts +528 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs.d.mts +2 -0
- package/types/node_modules/openai/resources/fine-tuning/jobs.d.ts +2 -0
- package/types/node_modules/openai/resources/fine-tuning/methods.d.mts +120 -0
- package/types/node_modules/openai/resources/fine-tuning/methods.d.ts +120 -0
- package/types/node_modules/openai/resources/fine-tuning.d.mts +2 -0
- package/types/node_modules/openai/resources/fine-tuning.d.ts +2 -0
- package/types/node_modules/openai/resources/graders/grader-models.d.mts +304 -0
- package/types/node_modules/openai/resources/graders/grader-models.d.ts +304 -0
- package/types/node_modules/openai/resources/graders/graders.d.mts +10 -0
- package/types/node_modules/openai/resources/graders/graders.d.ts +10 -0
- package/types/node_modules/openai/resources/graders/index.d.mts +3 -0
- package/types/node_modules/openai/resources/graders/index.d.ts +3 -0
- package/types/node_modules/openai/resources/graders.d.mts +2 -0
- package/types/node_modules/openai/resources/graders.d.ts +2 -0
- package/types/node_modules/openai/resources/images.d.mts +653 -0
- package/types/node_modules/openai/resources/images.d.ts +653 -0
- package/types/node_modules/openai/resources/index.d.mts +22 -0
- package/types/node_modules/openai/resources/index.d.ts +22 -0
- package/types/node_modules/openai/resources/models.d.mts +52 -0
- package/types/node_modules/openai/resources/models.d.ts +52 -0
- package/types/node_modules/openai/resources/moderations.d.mts +295 -0
- package/types/node_modules/openai/resources/moderations.d.ts +295 -0
- package/types/node_modules/openai/resources/realtime/client-secrets.d.mts +594 -0
- package/types/node_modules/openai/resources/realtime/client-secrets.d.ts +594 -0
- package/types/node_modules/openai/resources/realtime/index.d.mts +3 -0
- package/types/node_modules/openai/resources/realtime/index.d.ts +3 -0
- package/types/node_modules/openai/resources/realtime/realtime.d.mts +3828 -0
- package/types/node_modules/openai/resources/realtime/realtime.d.ts +3828 -0
- package/types/node_modules/openai/resources/realtime.d.mts +2 -0
- package/types/node_modules/openai/resources/realtime.d.ts +2 -0
- package/types/node_modules/openai/resources/responses/index.d.mts +3 -0
- package/types/node_modules/openai/resources/responses/index.d.ts +3 -0
- package/types/node_modules/openai/resources/responses/input-items.d.mts +65 -0
- package/types/node_modules/openai/resources/responses/input-items.d.ts +65 -0
- package/types/node_modules/openai/resources/responses/responses.d.mts +4705 -0
- package/types/node_modules/openai/resources/responses/responses.d.ts +4705 -0
- package/types/node_modules/openai/resources/responses.d.mts +2 -0
- package/types/node_modules/openai/resources/responses.d.ts +2 -0
- package/types/node_modules/openai/resources/shared.d.mts +265 -0
- package/types/node_modules/openai/resources/shared.d.ts +265 -0
- package/types/node_modules/openai/resources/uploads/index.d.mts +3 -0
- package/types/node_modules/openai/resources/uploads/index.d.ts +3 -0
- package/types/node_modules/openai/resources/uploads/parts.d.mts +51 -0
- package/types/node_modules/openai/resources/uploads/parts.d.ts +51 -0
- package/types/node_modules/openai/resources/uploads/uploads.d.mts +157 -0
- package/types/node_modules/openai/resources/uploads/uploads.d.ts +157 -0
- package/types/node_modules/openai/resources/uploads.d.mts +2 -0
- package/types/node_modules/openai/resources/uploads.d.ts +2 -0
- package/types/node_modules/openai/resources/vector-stores/file-batches.d.mts +172 -0
- package/types/node_modules/openai/resources/vector-stores/file-batches.d.ts +172 -0
- package/types/node_modules/openai/resources/vector-stores/files.d.mts +231 -0
- package/types/node_modules/openai/resources/vector-stores/files.d.ts +231 -0
- package/types/node_modules/openai/resources/vector-stores/index.d.mts +4 -0
- package/types/node_modules/openai/resources/vector-stores/index.d.ts +4 -0
- package/types/node_modules/openai/resources/vector-stores/vector-stores.d.mts +373 -0
- package/types/node_modules/openai/resources/vector-stores/vector-stores.d.ts +373 -0
- package/types/node_modules/openai/resources/vector-stores.d.mts +2 -0
- package/types/node_modules/openai/resources/vector-stores.d.ts +2 -0
- package/types/node_modules/openai/resources/webhooks.d.mts +587 -0
- package/types/node_modules/openai/resources/webhooks.d.ts +587 -0
- package/types/node_modules/openai/resources.d.mts +2 -0
- package/types/node_modules/openai/resources.d.ts +2 -0
- package/types/node_modules/openai/src/_vendor/zod-to-json-schema/LICENSE +15 -0
- package/types/node_modules/openai/streaming.d.mts +2 -0
- package/types/node_modules/openai/streaming.d.ts +2 -0
- package/types/node_modules/openai/uploads.d.mts +2 -0
- package/types/node_modules/openai/uploads.d.ts +2 -0
- package/types/node_modules/openai/version.d.mts +2 -0
- package/types/node_modules/openai/version.d.ts +2 -0
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
export type AllModels = (string & {}) | ChatModel | 'o1-pro' | 'o1-pro-2025-03-19' | 'o3-pro' | 'o3-pro-2025-06-10' | 'o3-deep-research' | 'o3-deep-research-2025-06-26' | 'o4-mini-deep-research' | 'o4-mini-deep-research-2025-06-26' | 'computer-use-preview' | 'computer-use-preview-2025-03-11' | 'gpt-5-codex';
|
|
2
|
+
export type ChatModel = 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5-2025-08-07' | 'gpt-5-mini-2025-08-07' | 'gpt-5-nano-2025-08-07' | 'gpt-5-chat-latest' | 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-4.1-2025-04-14' | 'gpt-4.1-mini-2025-04-14' | 'gpt-4.1-nano-2025-04-14' | 'o4-mini' | 'o4-mini-2025-04-16' | 'o3' | 'o3-2025-04-16' | 'o3-mini' | 'o3-mini-2025-01-31' | 'o1' | 'o1-2024-12-17' | 'o1-preview' | 'o1-preview-2024-09-12' | 'o1-mini' | 'o1-mini-2024-09-12' | 'gpt-4o' | 'gpt-4o-2024-11-20' | 'gpt-4o-2024-08-06' | 'gpt-4o-2024-05-13' | 'gpt-4o-audio-preview' | 'gpt-4o-audio-preview-2024-10-01' | 'gpt-4o-audio-preview-2024-12-17' | 'gpt-4o-audio-preview-2025-06-03' | 'gpt-4o-mini-audio-preview' | 'gpt-4o-mini-audio-preview-2024-12-17' | 'gpt-4o-search-preview' | 'gpt-4o-mini-search-preview' | 'gpt-4o-search-preview-2025-03-11' | 'gpt-4o-mini-search-preview-2025-03-11' | 'chatgpt-4o-latest' | 'codex-mini-latest' | 'gpt-4o-mini' | 'gpt-4o-mini-2024-07-18' | 'gpt-4-turbo' | 'gpt-4-turbo-2024-04-09' | 'gpt-4-0125-preview' | 'gpt-4-turbo-preview' | 'gpt-4-1106-preview' | 'gpt-4-vision-preview' | 'gpt-4' | 'gpt-4-0314' | 'gpt-4-0613' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-32k-0613' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-1106' | 'gpt-3.5-turbo-0125' | 'gpt-3.5-turbo-16k-0613';
|
|
3
|
+
/**
|
|
4
|
+
* A filter used to compare a specified attribute key to a given value using a
|
|
5
|
+
* defined comparison operation.
|
|
6
|
+
*/
|
|
7
|
+
export interface ComparisonFilter {
|
|
8
|
+
/**
|
|
9
|
+
* The key to compare against the value.
|
|
10
|
+
*/
|
|
11
|
+
key: string;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the comparison operator: `eq`, `ne`, `gt`, `gte`, `lt`, `lte`.
|
|
14
|
+
*
|
|
15
|
+
* - `eq`: equals
|
|
16
|
+
* - `ne`: not equal
|
|
17
|
+
* - `gt`: greater than
|
|
18
|
+
* - `gte`: greater than or equal
|
|
19
|
+
* - `lt`: less than
|
|
20
|
+
* - `lte`: less than or equal
|
|
21
|
+
*/
|
|
22
|
+
type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';
|
|
23
|
+
/**
|
|
24
|
+
* The value to compare against the attribute key; supports string, number, or
|
|
25
|
+
* boolean types.
|
|
26
|
+
*/
|
|
27
|
+
value: string | number | boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Combine multiple filters using `and` or `or`.
|
|
31
|
+
*/
|
|
32
|
+
export interface CompoundFilter {
|
|
33
|
+
/**
|
|
34
|
+
* Array of filters to combine. Items can be `ComparisonFilter` or
|
|
35
|
+
* `CompoundFilter`.
|
|
36
|
+
*/
|
|
37
|
+
filters: Array<ComparisonFilter | unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* Type of operation: `and` or `or`.
|
|
40
|
+
*/
|
|
41
|
+
type: 'and' | 'or';
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* The input format for the custom tool. Default is unconstrained text.
|
|
45
|
+
*/
|
|
46
|
+
export type CustomToolInputFormat = CustomToolInputFormat.Text | CustomToolInputFormat.Grammar;
|
|
47
|
+
export declare namespace CustomToolInputFormat {
|
|
48
|
+
/**
|
|
49
|
+
* Unconstrained free-form text.
|
|
50
|
+
*/
|
|
51
|
+
interface Text {
|
|
52
|
+
/**
|
|
53
|
+
* Unconstrained text format. Always `text`.
|
|
54
|
+
*/
|
|
55
|
+
type: 'text';
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* A grammar defined by the user.
|
|
59
|
+
*/
|
|
60
|
+
interface Grammar {
|
|
61
|
+
/**
|
|
62
|
+
* The grammar definition.
|
|
63
|
+
*/
|
|
64
|
+
definition: string;
|
|
65
|
+
/**
|
|
66
|
+
* The syntax of the grammar definition. One of `lark` or `regex`.
|
|
67
|
+
*/
|
|
68
|
+
syntax: 'lark' | 'regex';
|
|
69
|
+
/**
|
|
70
|
+
* Grammar format. Always `grammar`.
|
|
71
|
+
*/
|
|
72
|
+
type: 'grammar';
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
export interface ErrorObject {
|
|
76
|
+
code: string | null;
|
|
77
|
+
message: string;
|
|
78
|
+
param: string | null;
|
|
79
|
+
type: string;
|
|
80
|
+
}
|
|
81
|
+
export interface FunctionDefinition {
|
|
82
|
+
/**
|
|
83
|
+
* The name of the function to be called. Must be a-z, A-Z, 0-9, or contain
|
|
84
|
+
* underscores and dashes, with a maximum length of 64.
|
|
85
|
+
*/
|
|
86
|
+
name: string;
|
|
87
|
+
/**
|
|
88
|
+
* A description of what the function does, used by the model to choose when and
|
|
89
|
+
* how to call the function.
|
|
90
|
+
*/
|
|
91
|
+
description?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The parameters the functions accepts, described as a JSON Schema object. See the
|
|
94
|
+
* [guide](https://platform.openai.com/docs/guides/function-calling) for examples,
|
|
95
|
+
* and the
|
|
96
|
+
* [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for
|
|
97
|
+
* documentation about the format.
|
|
98
|
+
*
|
|
99
|
+
* Omitting `parameters` defines a function with an empty parameter list.
|
|
100
|
+
*/
|
|
101
|
+
parameters?: FunctionParameters;
|
|
102
|
+
/**
|
|
103
|
+
* Whether to enable strict schema adherence when generating the function call. If
|
|
104
|
+
* set to true, the model will follow the exact schema defined in the `parameters`
|
|
105
|
+
* field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn
|
|
106
|
+
* more about Structured Outputs in the
|
|
107
|
+
* [function calling guide](https://platform.openai.com/docs/guides/function-calling).
|
|
108
|
+
*/
|
|
109
|
+
strict?: boolean | null;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* The parameters the functions accepts, described as a JSON Schema object. See the
|
|
113
|
+
* [guide](https://platform.openai.com/docs/guides/function-calling) for examples,
|
|
114
|
+
* and the
|
|
115
|
+
* [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for
|
|
116
|
+
* documentation about the format.
|
|
117
|
+
*
|
|
118
|
+
* Omitting `parameters` defines a function with an empty parameter list.
|
|
119
|
+
*/
|
|
120
|
+
export type FunctionParameters = {
|
|
121
|
+
[key: string]: unknown;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Set of 16 key-value pairs that can be attached to an object. This can be useful
|
|
125
|
+
* for storing additional information about the object in a structured format, and
|
|
126
|
+
* querying for objects via API or the dashboard.
|
|
127
|
+
*
|
|
128
|
+
* Keys are strings with a maximum length of 64 characters. Values are strings with
|
|
129
|
+
* a maximum length of 512 characters.
|
|
130
|
+
*/
|
|
131
|
+
export type Metadata = {
|
|
132
|
+
[key: string]: string;
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* **gpt-5 and o-series models only**
|
|
136
|
+
*
|
|
137
|
+
* Configuration options for
|
|
138
|
+
* [reasoning models](https://platform.openai.com/docs/guides/reasoning).
|
|
139
|
+
*/
|
|
140
|
+
export interface Reasoning {
|
|
141
|
+
/**
|
|
142
|
+
* Constrains effort on reasoning for
|
|
143
|
+
* [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
|
144
|
+
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
|
|
145
|
+
* effort can result in faster responses and fewer tokens used on reasoning in a
|
|
146
|
+
* response.
|
|
147
|
+
*/
|
|
148
|
+
effort?: ReasoningEffort | null;
|
|
149
|
+
/**
|
|
150
|
+
* @deprecated **Deprecated:** use `summary` instead.
|
|
151
|
+
*
|
|
152
|
+
* A summary of the reasoning performed by the model. This can be useful for
|
|
153
|
+
* debugging and understanding the model's reasoning process. One of `auto`,
|
|
154
|
+
* `concise`, or `detailed`.
|
|
155
|
+
*/
|
|
156
|
+
generate_summary?: 'auto' | 'concise' | 'detailed' | null;
|
|
157
|
+
/**
|
|
158
|
+
* A summary of the reasoning performed by the model. This can be useful for
|
|
159
|
+
* debugging and understanding the model's reasoning process. One of `auto`,
|
|
160
|
+
* `concise`, or `detailed`.
|
|
161
|
+
*/
|
|
162
|
+
summary?: 'auto' | 'concise' | 'detailed' | null;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Constrains effort on reasoning for
|
|
166
|
+
* [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
|
167
|
+
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
|
|
168
|
+
* effort can result in faster responses and fewer tokens used on reasoning in a
|
|
169
|
+
* response.
|
|
170
|
+
*/
|
|
171
|
+
export type ReasoningEffort = 'minimal' | 'low' | 'medium' | 'high' | null;
|
|
172
|
+
/**
|
|
173
|
+
* JSON object response format. An older method of generating JSON responses. Using
|
|
174
|
+
* `json_schema` is recommended for models that support it. Note that the model
|
|
175
|
+
* will not generate JSON without a system or user message instructing it to do so.
|
|
176
|
+
*/
|
|
177
|
+
export interface ResponseFormatJSONObject {
|
|
178
|
+
/**
|
|
179
|
+
* The type of response format being defined. Always `json_object`.
|
|
180
|
+
*/
|
|
181
|
+
type: 'json_object';
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* JSON Schema response format. Used to generate structured JSON responses. Learn
|
|
185
|
+
* more about
|
|
186
|
+
* [Structured Outputs](https://platform.openai.com/docs/guides/structured-outputs).
|
|
187
|
+
*/
|
|
188
|
+
export interface ResponseFormatJSONSchema {
|
|
189
|
+
/**
|
|
190
|
+
* Structured Outputs configuration options, including a JSON Schema.
|
|
191
|
+
*/
|
|
192
|
+
json_schema: ResponseFormatJSONSchema.JSONSchema;
|
|
193
|
+
/**
|
|
194
|
+
* The type of response format being defined. Always `json_schema`.
|
|
195
|
+
*/
|
|
196
|
+
type: 'json_schema';
|
|
197
|
+
}
|
|
198
|
+
export declare namespace ResponseFormatJSONSchema {
|
|
199
|
+
/**
|
|
200
|
+
* Structured Outputs configuration options, including a JSON Schema.
|
|
201
|
+
*/
|
|
202
|
+
interface JSONSchema {
|
|
203
|
+
/**
|
|
204
|
+
* The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores
|
|
205
|
+
* and dashes, with a maximum length of 64.
|
|
206
|
+
*/
|
|
207
|
+
name: string;
|
|
208
|
+
/**
|
|
209
|
+
* A description of what the response format is for, used by the model to determine
|
|
210
|
+
* how to respond in the format.
|
|
211
|
+
*/
|
|
212
|
+
description?: string;
|
|
213
|
+
/**
|
|
214
|
+
* The schema for the response format, described as a JSON Schema object. Learn how
|
|
215
|
+
* to build JSON schemas [here](https://json-schema.org/).
|
|
216
|
+
*/
|
|
217
|
+
schema?: {
|
|
218
|
+
[key: string]: unknown;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Whether to enable strict schema adherence when generating the output. If set to
|
|
222
|
+
* true, the model will always follow the exact schema defined in the `schema`
|
|
223
|
+
* field. Only a subset of JSON Schema is supported when `strict` is `true`. To
|
|
224
|
+
* learn more, read the
|
|
225
|
+
* [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
|
|
226
|
+
*/
|
|
227
|
+
strict?: boolean | null;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Default response format. Used to generate text responses.
|
|
232
|
+
*/
|
|
233
|
+
export interface ResponseFormatText {
|
|
234
|
+
/**
|
|
235
|
+
* The type of response format being defined. Always `text`.
|
|
236
|
+
*/
|
|
237
|
+
type: 'text';
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* A custom grammar for the model to follow when generating text. Learn more in the
|
|
241
|
+
* [custom grammars guide](https://platform.openai.com/docs/guides/custom-grammars).
|
|
242
|
+
*/
|
|
243
|
+
export interface ResponseFormatTextGrammar {
|
|
244
|
+
/**
|
|
245
|
+
* The custom grammar for the model to follow.
|
|
246
|
+
*/
|
|
247
|
+
grammar: string;
|
|
248
|
+
/**
|
|
249
|
+
* The type of response format being defined. Always `grammar`.
|
|
250
|
+
*/
|
|
251
|
+
type: 'grammar';
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Configure the model to generate valid Python code. See the
|
|
255
|
+
* [custom grammars guide](https://platform.openai.com/docs/guides/custom-grammars)
|
|
256
|
+
* for more details.
|
|
257
|
+
*/
|
|
258
|
+
export interface ResponseFormatTextPython {
|
|
259
|
+
/**
|
|
260
|
+
* The type of response format being defined. Always `python`.
|
|
261
|
+
*/
|
|
262
|
+
type: 'python';
|
|
263
|
+
}
|
|
264
|
+
export type ResponsesModel = (string & {}) | ChatModel | 'o1-pro' | 'o1-pro-2025-03-19' | 'o3-pro' | 'o3-pro-2025-06-10' | 'o3-deep-research' | 'o3-deep-research-2025-06-26' | 'o4-mini-deep-research' | 'o4-mini-deep-research-2025-06-26' | 'computer-use-preview' | 'computer-use-preview-2025-03-11' | 'gpt-5-codex';
|
|
265
|
+
//# sourceMappingURL=shared.d.mts.map
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
export type AllModels = (string & {}) | ChatModel | 'o1-pro' | 'o1-pro-2025-03-19' | 'o3-pro' | 'o3-pro-2025-06-10' | 'o3-deep-research' | 'o3-deep-research-2025-06-26' | 'o4-mini-deep-research' | 'o4-mini-deep-research-2025-06-26' | 'computer-use-preview' | 'computer-use-preview-2025-03-11' | 'gpt-5-codex';
|
|
2
|
+
export type ChatModel = 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-5-2025-08-07' | 'gpt-5-mini-2025-08-07' | 'gpt-5-nano-2025-08-07' | 'gpt-5-chat-latest' | 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-4.1-2025-04-14' | 'gpt-4.1-mini-2025-04-14' | 'gpt-4.1-nano-2025-04-14' | 'o4-mini' | 'o4-mini-2025-04-16' | 'o3' | 'o3-2025-04-16' | 'o3-mini' | 'o3-mini-2025-01-31' | 'o1' | 'o1-2024-12-17' | 'o1-preview' | 'o1-preview-2024-09-12' | 'o1-mini' | 'o1-mini-2024-09-12' | 'gpt-4o' | 'gpt-4o-2024-11-20' | 'gpt-4o-2024-08-06' | 'gpt-4o-2024-05-13' | 'gpt-4o-audio-preview' | 'gpt-4o-audio-preview-2024-10-01' | 'gpt-4o-audio-preview-2024-12-17' | 'gpt-4o-audio-preview-2025-06-03' | 'gpt-4o-mini-audio-preview' | 'gpt-4o-mini-audio-preview-2024-12-17' | 'gpt-4o-search-preview' | 'gpt-4o-mini-search-preview' | 'gpt-4o-search-preview-2025-03-11' | 'gpt-4o-mini-search-preview-2025-03-11' | 'chatgpt-4o-latest' | 'codex-mini-latest' | 'gpt-4o-mini' | 'gpt-4o-mini-2024-07-18' | 'gpt-4-turbo' | 'gpt-4-turbo-2024-04-09' | 'gpt-4-0125-preview' | 'gpt-4-turbo-preview' | 'gpt-4-1106-preview' | 'gpt-4-vision-preview' | 'gpt-4' | 'gpt-4-0314' | 'gpt-4-0613' | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-32k-0613' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-0301' | 'gpt-3.5-turbo-0613' | 'gpt-3.5-turbo-1106' | 'gpt-3.5-turbo-0125' | 'gpt-3.5-turbo-16k-0613';
|
|
3
|
+
/**
|
|
4
|
+
* A filter used to compare a specified attribute key to a given value using a
|
|
5
|
+
* defined comparison operation.
|
|
6
|
+
*/
|
|
7
|
+
export interface ComparisonFilter {
|
|
8
|
+
/**
|
|
9
|
+
* The key to compare against the value.
|
|
10
|
+
*/
|
|
11
|
+
key: string;
|
|
12
|
+
/**
|
|
13
|
+
* Specifies the comparison operator: `eq`, `ne`, `gt`, `gte`, `lt`, `lte`.
|
|
14
|
+
*
|
|
15
|
+
* - `eq`: equals
|
|
16
|
+
* - `ne`: not equal
|
|
17
|
+
* - `gt`: greater than
|
|
18
|
+
* - `gte`: greater than or equal
|
|
19
|
+
* - `lt`: less than
|
|
20
|
+
* - `lte`: less than or equal
|
|
21
|
+
*/
|
|
22
|
+
type: 'eq' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';
|
|
23
|
+
/**
|
|
24
|
+
* The value to compare against the attribute key; supports string, number, or
|
|
25
|
+
* boolean types.
|
|
26
|
+
*/
|
|
27
|
+
value: string | number | boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Combine multiple filters using `and` or `or`.
|
|
31
|
+
*/
|
|
32
|
+
export interface CompoundFilter {
|
|
33
|
+
/**
|
|
34
|
+
* Array of filters to combine. Items can be `ComparisonFilter` or
|
|
35
|
+
* `CompoundFilter`.
|
|
36
|
+
*/
|
|
37
|
+
filters: Array<ComparisonFilter | unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* Type of operation: `and` or `or`.
|
|
40
|
+
*/
|
|
41
|
+
type: 'and' | 'or';
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* The input format for the custom tool. Default is unconstrained text.
|
|
45
|
+
*/
|
|
46
|
+
export type CustomToolInputFormat = CustomToolInputFormat.Text | CustomToolInputFormat.Grammar;
|
|
47
|
+
export declare namespace CustomToolInputFormat {
|
|
48
|
+
/**
|
|
49
|
+
* Unconstrained free-form text.
|
|
50
|
+
*/
|
|
51
|
+
interface Text {
|
|
52
|
+
/**
|
|
53
|
+
* Unconstrained text format. Always `text`.
|
|
54
|
+
*/
|
|
55
|
+
type: 'text';
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* A grammar defined by the user.
|
|
59
|
+
*/
|
|
60
|
+
interface Grammar {
|
|
61
|
+
/**
|
|
62
|
+
* The grammar definition.
|
|
63
|
+
*/
|
|
64
|
+
definition: string;
|
|
65
|
+
/**
|
|
66
|
+
* The syntax of the grammar definition. One of `lark` or `regex`.
|
|
67
|
+
*/
|
|
68
|
+
syntax: 'lark' | 'regex';
|
|
69
|
+
/**
|
|
70
|
+
* Grammar format. Always `grammar`.
|
|
71
|
+
*/
|
|
72
|
+
type: 'grammar';
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
export interface ErrorObject {
|
|
76
|
+
code: string | null;
|
|
77
|
+
message: string;
|
|
78
|
+
param: string | null;
|
|
79
|
+
type: string;
|
|
80
|
+
}
|
|
81
|
+
export interface FunctionDefinition {
|
|
82
|
+
/**
|
|
83
|
+
* The name of the function to be called. Must be a-z, A-Z, 0-9, or contain
|
|
84
|
+
* underscores and dashes, with a maximum length of 64.
|
|
85
|
+
*/
|
|
86
|
+
name: string;
|
|
87
|
+
/**
|
|
88
|
+
* A description of what the function does, used by the model to choose when and
|
|
89
|
+
* how to call the function.
|
|
90
|
+
*/
|
|
91
|
+
description?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The parameters the functions accepts, described as a JSON Schema object. See the
|
|
94
|
+
* [guide](https://platform.openai.com/docs/guides/function-calling) for examples,
|
|
95
|
+
* and the
|
|
96
|
+
* [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for
|
|
97
|
+
* documentation about the format.
|
|
98
|
+
*
|
|
99
|
+
* Omitting `parameters` defines a function with an empty parameter list.
|
|
100
|
+
*/
|
|
101
|
+
parameters?: FunctionParameters;
|
|
102
|
+
/**
|
|
103
|
+
* Whether to enable strict schema adherence when generating the function call. If
|
|
104
|
+
* set to true, the model will follow the exact schema defined in the `parameters`
|
|
105
|
+
* field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn
|
|
106
|
+
* more about Structured Outputs in the
|
|
107
|
+
* [function calling guide](https://platform.openai.com/docs/guides/function-calling).
|
|
108
|
+
*/
|
|
109
|
+
strict?: boolean | null;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* The parameters the functions accepts, described as a JSON Schema object. See the
|
|
113
|
+
* [guide](https://platform.openai.com/docs/guides/function-calling) for examples,
|
|
114
|
+
* and the
|
|
115
|
+
* [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for
|
|
116
|
+
* documentation about the format.
|
|
117
|
+
*
|
|
118
|
+
* Omitting `parameters` defines a function with an empty parameter list.
|
|
119
|
+
*/
|
|
120
|
+
export type FunctionParameters = {
|
|
121
|
+
[key: string]: unknown;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Set of 16 key-value pairs that can be attached to an object. This can be useful
|
|
125
|
+
* for storing additional information about the object in a structured format, and
|
|
126
|
+
* querying for objects via API or the dashboard.
|
|
127
|
+
*
|
|
128
|
+
* Keys are strings with a maximum length of 64 characters. Values are strings with
|
|
129
|
+
* a maximum length of 512 characters.
|
|
130
|
+
*/
|
|
131
|
+
export type Metadata = {
|
|
132
|
+
[key: string]: string;
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* **gpt-5 and o-series models only**
|
|
136
|
+
*
|
|
137
|
+
* Configuration options for
|
|
138
|
+
* [reasoning models](https://platform.openai.com/docs/guides/reasoning).
|
|
139
|
+
*/
|
|
140
|
+
export interface Reasoning {
|
|
141
|
+
/**
|
|
142
|
+
* Constrains effort on reasoning for
|
|
143
|
+
* [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
|
144
|
+
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
|
|
145
|
+
* effort can result in faster responses and fewer tokens used on reasoning in a
|
|
146
|
+
* response.
|
|
147
|
+
*/
|
|
148
|
+
effort?: ReasoningEffort | null;
|
|
149
|
+
/**
|
|
150
|
+
* @deprecated **Deprecated:** use `summary` instead.
|
|
151
|
+
*
|
|
152
|
+
* A summary of the reasoning performed by the model. This can be useful for
|
|
153
|
+
* debugging and understanding the model's reasoning process. One of `auto`,
|
|
154
|
+
* `concise`, or `detailed`.
|
|
155
|
+
*/
|
|
156
|
+
generate_summary?: 'auto' | 'concise' | 'detailed' | null;
|
|
157
|
+
/**
|
|
158
|
+
* A summary of the reasoning performed by the model. This can be useful for
|
|
159
|
+
* debugging and understanding the model's reasoning process. One of `auto`,
|
|
160
|
+
* `concise`, or `detailed`.
|
|
161
|
+
*/
|
|
162
|
+
summary?: 'auto' | 'concise' | 'detailed' | null;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Constrains effort on reasoning for
|
|
166
|
+
* [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
|
|
167
|
+
* supported values are `minimal`, `low`, `medium`, and `high`. Reducing reasoning
|
|
168
|
+
* effort can result in faster responses and fewer tokens used on reasoning in a
|
|
169
|
+
* response.
|
|
170
|
+
*/
|
|
171
|
+
export type ReasoningEffort = 'minimal' | 'low' | 'medium' | 'high' | null;
|
|
172
|
+
/**
|
|
173
|
+
* JSON object response format. An older method of generating JSON responses. Using
|
|
174
|
+
* `json_schema` is recommended for models that support it. Note that the model
|
|
175
|
+
* will not generate JSON without a system or user message instructing it to do so.
|
|
176
|
+
*/
|
|
177
|
+
export interface ResponseFormatJSONObject {
|
|
178
|
+
/**
|
|
179
|
+
* The type of response format being defined. Always `json_object`.
|
|
180
|
+
*/
|
|
181
|
+
type: 'json_object';
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* JSON Schema response format. Used to generate structured JSON responses. Learn
|
|
185
|
+
* more about
|
|
186
|
+
* [Structured Outputs](https://platform.openai.com/docs/guides/structured-outputs).
|
|
187
|
+
*/
|
|
188
|
+
export interface ResponseFormatJSONSchema {
|
|
189
|
+
/**
|
|
190
|
+
* Structured Outputs configuration options, including a JSON Schema.
|
|
191
|
+
*/
|
|
192
|
+
json_schema: ResponseFormatJSONSchema.JSONSchema;
|
|
193
|
+
/**
|
|
194
|
+
* The type of response format being defined. Always `json_schema`.
|
|
195
|
+
*/
|
|
196
|
+
type: 'json_schema';
|
|
197
|
+
}
|
|
198
|
+
export declare namespace ResponseFormatJSONSchema {
|
|
199
|
+
/**
|
|
200
|
+
* Structured Outputs configuration options, including a JSON Schema.
|
|
201
|
+
*/
|
|
202
|
+
interface JSONSchema {
|
|
203
|
+
/**
|
|
204
|
+
* The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores
|
|
205
|
+
* and dashes, with a maximum length of 64.
|
|
206
|
+
*/
|
|
207
|
+
name: string;
|
|
208
|
+
/**
|
|
209
|
+
* A description of what the response format is for, used by the model to determine
|
|
210
|
+
* how to respond in the format.
|
|
211
|
+
*/
|
|
212
|
+
description?: string;
|
|
213
|
+
/**
|
|
214
|
+
* The schema for the response format, described as a JSON Schema object. Learn how
|
|
215
|
+
* to build JSON schemas [here](https://json-schema.org/).
|
|
216
|
+
*/
|
|
217
|
+
schema?: {
|
|
218
|
+
[key: string]: unknown;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Whether to enable strict schema adherence when generating the output. If set to
|
|
222
|
+
* true, the model will always follow the exact schema defined in the `schema`
|
|
223
|
+
* field. Only a subset of JSON Schema is supported when `strict` is `true`. To
|
|
224
|
+
* learn more, read the
|
|
225
|
+
* [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).
|
|
226
|
+
*/
|
|
227
|
+
strict?: boolean | null;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Default response format. Used to generate text responses.
|
|
232
|
+
*/
|
|
233
|
+
export interface ResponseFormatText {
|
|
234
|
+
/**
|
|
235
|
+
* The type of response format being defined. Always `text`.
|
|
236
|
+
*/
|
|
237
|
+
type: 'text';
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* A custom grammar for the model to follow when generating text. Learn more in the
|
|
241
|
+
* [custom grammars guide](https://platform.openai.com/docs/guides/custom-grammars).
|
|
242
|
+
*/
|
|
243
|
+
export interface ResponseFormatTextGrammar {
|
|
244
|
+
/**
|
|
245
|
+
* The custom grammar for the model to follow.
|
|
246
|
+
*/
|
|
247
|
+
grammar: string;
|
|
248
|
+
/**
|
|
249
|
+
* The type of response format being defined. Always `grammar`.
|
|
250
|
+
*/
|
|
251
|
+
type: 'grammar';
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Configure the model to generate valid Python code. See the
|
|
255
|
+
* [custom grammars guide](https://platform.openai.com/docs/guides/custom-grammars)
|
|
256
|
+
* for more details.
|
|
257
|
+
*/
|
|
258
|
+
export interface ResponseFormatTextPython {
|
|
259
|
+
/**
|
|
260
|
+
* The type of response format being defined. Always `python`.
|
|
261
|
+
*/
|
|
262
|
+
type: 'python';
|
|
263
|
+
}
|
|
264
|
+
export type ResponsesModel = (string & {}) | ChatModel | 'o1-pro' | 'o1-pro-2025-03-19' | 'o3-pro' | 'o3-pro-2025-06-10' | 'o3-deep-research' | 'o3-deep-research-2025-06-26' | 'o4-mini-deep-research' | 'o4-mini-deep-research-2025-06-26' | 'computer-use-preview' | 'computer-use-preview-2025-03-11' | 'gpt-5-codex';
|
|
265
|
+
//# sourceMappingURL=shared.d.ts.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
3
|
+
import { type Uploadable } from "../../core/uploads.mjs";
|
|
4
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
5
|
+
export declare class Parts extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Adds a
|
|
8
|
+
* [Part](https://platform.openai.com/docs/api-reference/uploads/part-object) to an
|
|
9
|
+
* [Upload](https://platform.openai.com/docs/api-reference/uploads/object) object.
|
|
10
|
+
* A Part represents a chunk of bytes from the file you are trying to upload.
|
|
11
|
+
*
|
|
12
|
+
* Each Part can be at most 64 MB, and you can add Parts until you hit the Upload
|
|
13
|
+
* maximum of 8 GB.
|
|
14
|
+
*
|
|
15
|
+
* It is possible to add multiple Parts in parallel. You can decide the intended
|
|
16
|
+
* order of the Parts when you
|
|
17
|
+
* [complete the Upload](https://platform.openai.com/docs/api-reference/uploads/complete).
|
|
18
|
+
*/
|
|
19
|
+
create(uploadID: string, body: PartCreateParams, options?: RequestOptions): APIPromise<UploadPart>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The upload Part represents a chunk of bytes we can add to an Upload object.
|
|
23
|
+
*/
|
|
24
|
+
export interface UploadPart {
|
|
25
|
+
/**
|
|
26
|
+
* The upload Part unique identifier, which can be referenced in API endpoints.
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The Unix timestamp (in seconds) for when the Part was created.
|
|
31
|
+
*/
|
|
32
|
+
created_at: number;
|
|
33
|
+
/**
|
|
34
|
+
* The object type, which is always `upload.part`.
|
|
35
|
+
*/
|
|
36
|
+
object: 'upload.part';
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the Upload object that this Part was added to.
|
|
39
|
+
*/
|
|
40
|
+
upload_id: string;
|
|
41
|
+
}
|
|
42
|
+
export interface PartCreateParams {
|
|
43
|
+
/**
|
|
44
|
+
* The chunk of bytes for this Part.
|
|
45
|
+
*/
|
|
46
|
+
data: Uploadable;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace Parts {
|
|
49
|
+
export { type UploadPart as UploadPart, type PartCreateParams as PartCreateParams };
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=parts.d.mts.map
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../../core/api-promise.js";
|
|
3
|
+
import { type Uploadable } from "../../core/uploads.js";
|
|
4
|
+
import { RequestOptions } from "../../internal/request-options.js";
|
|
5
|
+
export declare class Parts extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Adds a
|
|
8
|
+
* [Part](https://platform.openai.com/docs/api-reference/uploads/part-object) to an
|
|
9
|
+
* [Upload](https://platform.openai.com/docs/api-reference/uploads/object) object.
|
|
10
|
+
* A Part represents a chunk of bytes from the file you are trying to upload.
|
|
11
|
+
*
|
|
12
|
+
* Each Part can be at most 64 MB, and you can add Parts until you hit the Upload
|
|
13
|
+
* maximum of 8 GB.
|
|
14
|
+
*
|
|
15
|
+
* It is possible to add multiple Parts in parallel. You can decide the intended
|
|
16
|
+
* order of the Parts when you
|
|
17
|
+
* [complete the Upload](https://platform.openai.com/docs/api-reference/uploads/complete).
|
|
18
|
+
*/
|
|
19
|
+
create(uploadID: string, body: PartCreateParams, options?: RequestOptions): APIPromise<UploadPart>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The upload Part represents a chunk of bytes we can add to an Upload object.
|
|
23
|
+
*/
|
|
24
|
+
export interface UploadPart {
|
|
25
|
+
/**
|
|
26
|
+
* The upload Part unique identifier, which can be referenced in API endpoints.
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The Unix timestamp (in seconds) for when the Part was created.
|
|
31
|
+
*/
|
|
32
|
+
created_at: number;
|
|
33
|
+
/**
|
|
34
|
+
* The object type, which is always `upload.part`.
|
|
35
|
+
*/
|
|
36
|
+
object: 'upload.part';
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the Upload object that this Part was added to.
|
|
39
|
+
*/
|
|
40
|
+
upload_id: string;
|
|
41
|
+
}
|
|
42
|
+
export interface PartCreateParams {
|
|
43
|
+
/**
|
|
44
|
+
* The chunk of bytes for this Part.
|
|
45
|
+
*/
|
|
46
|
+
data: Uploadable;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace Parts {
|
|
49
|
+
export { type UploadPart as UploadPart, type PartCreateParams as PartCreateParams };
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=parts.d.ts.map
|