mavenagi 1.0.7 → 1.0.9
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/Client.d.ts +8 -0
- package/Client.js +18 -8
- package/README.md +17 -17
- package/api/resources/actions/client/Client.d.ts +4 -1
- package/api/resources/actions/client/Client.js +29 -18
- package/api/resources/actions/types/ActionRequest.d.ts +2 -1
- package/api/resources/analytics/client/Client.d.ts +2 -0
- package/api/resources/analytics/client/Client.js +27 -17
- package/api/resources/analytics/types/CellData.d.ts +1 -1
- package/api/resources/analytics/types/ChartResponse.d.ts +1 -1
- package/api/resources/analytics/types/{BarChartRequest.d.ts → ConversationBarChartRequest.d.ts} +1 -1
- package/api/resources/analytics/types/ConversationChartRequest.d.ts +4 -4
- package/{dist/api/resources/analytics/types/DateHistogramRequest.d.ts → api/resources/analytics/types/ConversationDateHistogramRequest.d.ts} +1 -1
- package/api/resources/analytics/types/ConversationMetric.d.ts +1 -1
- package/api/resources/analytics/types/{PieChartRequest.d.ts → ConversationPieChartRequest.d.ts} +1 -1
- package/api/resources/analytics/types/ConversationTableRequest.d.ts +2 -1
- package/api/resources/analytics/types/FeedbackMetric.d.ts +1 -1
- package/api/resources/analytics/types/FeedbackTableRequest.d.ts +1 -0
- package/api/resources/analytics/types/FieldValue.d.ts +1 -1
- package/api/resources/analytics/types/TimeInterval.d.ts +1 -1
- package/api/resources/analytics/types/index.d.ts +3 -3
- package/api/resources/analytics/types/index.js +3 -3
- package/api/resources/appSettings/client/Client.d.ts +2 -0
- package/api/resources/appSettings/client/Client.js +21 -11
- package/api/resources/commons/errors/BadRequestError.js +17 -7
- package/api/resources/commons/errors/NotFoundError.js +17 -7
- package/api/resources/commons/errors/ServerError.js +17 -7
- package/api/resources/commons/types/ActionBase.d.ts +3 -1
- package/api/resources/commons/types/ActionParameterType.d.ts +1 -1
- package/api/resources/commons/types/ActionResponse.d.ts +2 -1
- package/api/resources/commons/types/AppUserIdentifyingPropertyType.d.ts +1 -1
- package/api/resources/commons/types/BaseConversationResponse.d.ts +30 -0
- package/api/resources/commons/types/BasePaginatedRequest.d.ts +11 -0
- package/api/resources/commons/types/BotConversationMessageType.d.ts +1 -1
- package/api/resources/commons/types/BotMessage.d.ts +1 -0
- package/api/resources/commons/types/BotMessageStatus.d.ts +22 -0
- package/api/resources/commons/types/BotMessageStatus.js +14 -0
- package/api/resources/commons/types/BotResponse.d.ts +1 -1
- package/api/resources/commons/types/Capability.d.ts +1 -1
- package/api/resources/commons/types/ChartSpecSchema.d.ts +1 -1
- package/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
- package/api/resources/commons/types/ConversationInformation.d.ts +8 -0
- package/api/resources/commons/types/ConversationMessageResponse.d.ts +1 -1
- package/api/resources/commons/types/ConversationPrecondition.d.ts +1 -1
- package/api/resources/commons/types/ConversationPreview.d.ts +6 -0
- package/api/resources/commons/types/ConversationResponse.d.ts +6 -10
- package/api/resources/commons/types/DocumentInformation.d.ts +12 -0
- package/api/resources/commons/types/EntityType.d.ts +3 -1
- package/api/resources/commons/types/EntityType.js +2 -0
- package/api/resources/commons/types/EventTriggerType.d.ts +2 -1
- package/api/resources/commons/types/EventTriggerType.js +1 -0
- package/api/resources/commons/types/FeedbackType.d.ts +1 -1
- package/api/resources/commons/types/InboxItem.d.ts +19 -0
- package/api/resources/commons/types/InboxItem.js +5 -0
- package/api/resources/commons/types/InboxItemBase.d.ts +14 -0
- package/api/resources/commons/types/InboxItemBase.js +5 -0
- package/api/resources/commons/types/InboxItemDuplicateDocuments.d.ts +12 -0
- package/api/resources/commons/types/InboxItemDuplicateDocuments.js +5 -0
- package/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +12 -0
- package/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.js +5 -0
- package/api/resources/commons/types/InboxItemFix.d.ts +16 -0
- package/api/resources/commons/types/InboxItemFix.js +5 -0
- package/api/resources/commons/types/InboxItemFixAddDocument.d.ts +10 -0
- package/api/resources/commons/types/InboxItemFixAddDocument.js +5 -0
- package/api/resources/commons/types/InboxItemFixBase.d.ts +8 -0
- package/api/resources/commons/types/InboxItemFixBase.js +5 -0
- package/api/resources/commons/types/InboxItemFixDeactivateDocument.d.ts +8 -0
- package/api/resources/commons/types/InboxItemFixDeactivateDocument.js +5 -0
- package/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +8 -0
- package/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js +5 -0
- package/api/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +10 -0
- package/api/resources/commons/types/InboxItemKnowledgeBaseAlert.js +5 -0
- package/api/resources/commons/types/InboxItemMissingKnowledge.d.ts +10 -0
- package/api/resources/commons/types/InboxItemMissingKnowledge.js +5 -0
- package/api/resources/commons/types/InboxItemStatus.d.ts +26 -0
- package/api/resources/commons/types/InboxItemStatus.js +13 -0
- package/api/resources/commons/types/InboxItemType.d.ts +22 -0
- package/api/resources/commons/types/InboxItemType.js +12 -0
- package/api/resources/commons/types/KnowledgeBaseInformation.d.ts +8 -0
- package/api/resources/commons/types/KnowledgeBaseInformation.js +5 -0
- package/api/resources/commons/types/Page.d.ts +13 -0
- package/api/resources/commons/types/Page.js +5 -0
- package/api/resources/commons/types/Precondition.d.ts +1 -1
- package/api/resources/commons/types/PreconditionGroupOperator.d.ts +1 -1
- package/api/resources/commons/types/PreconditionOperator.d.ts +1 -1
- package/api/resources/commons/types/ResponseLength.d.ts +1 -1
- package/api/resources/commons/types/Sentiment.d.ts +1 -1
- package/api/resources/commons/types/UserConversationMessageType.d.ts +1 -1
- package/api/resources/commons/types/VisibilityType.d.ts +1 -1
- package/api/resources/commons/types/index.d.ts +23 -3
- package/api/resources/commons/types/index.js +23 -3
- package/api/resources/conversation/client/Client.d.ts +45 -1
- package/api/resources/conversation/client/Client.js +228 -44
- package/api/resources/conversation/types/ConversationField.d.ts +2 -1
- package/api/resources/conversation/types/ConversationField.js +1 -0
- package/api/resources/conversation/types/ConversationFilter.d.ts +2 -0
- package/api/resources/conversation/types/ConversationMetadata.d.ts +20 -0
- package/api/resources/conversation/types/ConversationMetadata.js +5 -0
- package/api/resources/conversation/types/ConversationRequest.d.ts +15 -1
- package/api/resources/conversation/types/ConversationsResponse.d.ts +8 -0
- package/api/resources/conversation/types/ConversationsResponse.js +5 -0
- package/api/resources/conversation/types/ConversationsSearchRequest.d.ts +8 -0
- package/api/resources/conversation/types/ConversationsSearchRequest.js +5 -0
- package/api/resources/conversation/types/FeedbackField.d.ts +1 -1
- package/api/resources/conversation/types/NumericConversationField.d.ts +2 -1
- package/api/resources/conversation/types/NumericConversationField.js +1 -0
- package/api/resources/conversation/types/Quality.d.ts +1 -1
- package/api/resources/conversation/types/QualityReason.d.ts +1 -1
- package/api/resources/conversation/types/ResolutionStatus.d.ts +9 -0
- package/{dist/api/resources/knowledge/types/KnowledgeBaseType.js → api/resources/conversation/types/ResolutionStatus.js} +5 -5
- package/api/resources/conversation/types/StreamResponse.d.ts +1 -1
- package/api/resources/conversation/types/UpdateMetadataRequest.d.ts +18 -0
- package/api/resources/conversation/types/UpdateMetadataRequest.js +5 -0
- package/api/resources/conversation/types/index.d.ts +5 -0
- package/api/resources/conversation/types/index.js +5 -0
- package/api/resources/inbox/client/Client.d.ts +121 -0
- package/api/resources/inbox/client/Client.js +488 -0
- package/api/resources/inbox/client/index.d.ts +1 -0
- package/api/resources/inbox/client/index.js +17 -0
- package/api/resources/inbox/client/requests/InboxItemFixRequest.d.ts +15 -0
- package/api/resources/inbox/client/requests/InboxItemFixRequest.js +5 -0
- package/api/resources/inbox/client/requests/InboxItemIgnoreRequest.d.ts +15 -0
- package/api/resources/inbox/client/requests/InboxItemIgnoreRequest.js +5 -0
- package/api/resources/inbox/client/requests/InboxItemRequest.d.ts +15 -0
- package/api/resources/inbox/client/requests/InboxItemRequest.js +5 -0
- package/api/resources/inbox/client/requests/index.d.ts +3 -0
- package/api/resources/inbox/client/requests/index.js +2 -0
- package/api/resources/inbox/index.d.ts +2 -0
- package/api/resources/inbox/index.js +18 -0
- package/api/resources/inbox/types/AddDocumentFixRequest.d.ts +10 -0
- package/api/resources/inbox/types/AddDocumentFixRequest.js +5 -0
- package/api/resources/inbox/types/ApplyInboxItemFixRequest.d.ts +9 -0
- package/api/resources/inbox/types/ApplyInboxItemFixRequest.js +5 -0
- package/api/resources/inbox/types/BaseInboxSearchRequest.d.ts +9 -0
- package/api/resources/inbox/types/BaseInboxSearchRequest.js +5 -0
- package/api/resources/inbox/types/InboxSearchRequest.d.ts +14 -0
- package/api/resources/inbox/types/InboxSearchRequest.js +5 -0
- package/api/resources/inbox/types/InboxSearchResponse.d.ts +8 -0
- package/api/resources/inbox/types/InboxSearchResponse.js +5 -0
- package/api/resources/inbox/types/index.d.ts +5 -0
- package/api/resources/inbox/types/index.js +21 -0
- package/api/resources/index.d.ts +5 -0
- package/api/resources/index.js +23 -8
- package/api/resources/knowledge/client/Client.d.ts +3 -2
- package/api/resources/knowledge/client/Client.js +40 -31
- package/api/resources/knowledge/types/KnowledgeBaseProperties.d.ts +0 -4
- package/api/resources/knowledge/types/KnowledgeBaseRequest.d.ts +1 -2
- package/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +1 -2
- package/api/resources/knowledge/types/KnowledgeBaseVersionType.d.ts +1 -1
- package/api/resources/knowledge/types/KnowledgeDocumentContentType.d.ts +1 -1
- package/api/resources/knowledge/types/index.d.ts +0 -1
- package/api/resources/knowledge/types/index.js +0 -1
- package/api/resources/realtime/client/Client.d.ts +34 -0
- package/api/resources/realtime/client/Client.js +87 -0
- package/api/resources/realtime/client/Socket.d.ts +41 -0
- package/api/resources/realtime/client/Socket.js +155 -0
- package/api/resources/realtime/client/index.d.ts +1 -0
- package/api/resources/realtime/client/index.js +2 -0
- package/api/resources/realtime/index.d.ts +2 -0
- package/api/resources/realtime/index.js +18 -0
- package/api/resources/realtime/types/AudioPublishEvent.d.ts +6 -0
- package/api/resources/realtime/types/AudioPublishEvent.js +5 -0
- package/api/resources/realtime/types/AudioSubscribeEvent.d.ts +6 -0
- package/api/resources/realtime/types/AudioSubscribeEvent.js +5 -0
- package/api/resources/realtime/types/ControlEvent.d.ts +6 -0
- package/api/resources/realtime/types/ControlEvent.js +5 -0
- package/api/resources/realtime/types/PublishEvent.d.ts +13 -0
- package/api/resources/realtime/types/PublishEvent.js +5 -0
- package/api/resources/realtime/types/SubscribeEvent.d.ts +22 -0
- package/api/resources/realtime/types/SubscribeEvent.js +5 -0
- package/api/resources/realtime/types/index.d.ts +5 -0
- package/api/resources/realtime/types/index.js +21 -0
- package/api/resources/translations/client/Client.d.ts +2 -0
- package/api/resources/translations/client/Client.js +21 -11
- package/api/resources/triggers/client/Client.d.ts +2 -0
- package/api/resources/triggers/client/Client.js +27 -17
- package/api/resources/users/client/Client.d.ts +2 -0
- package/api/resources/users/client/Client.js +31 -21
- package/core/auth/BearerToken.d.ts +1 -1
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/Fetcher.d.ts +2 -2
- package/core/fetcher/Fetcher.js +6 -5
- package/core/fetcher/Supplier.d.ts +1 -1
- package/core/fetcher/createRequestUrl.d.ts +1 -1
- package/core/fetcher/createRequestUrl.js +1 -2
- package/core/fetcher/getFetchFn.js +18 -9
- package/core/fetcher/getHeader.js +1 -2
- package/core/fetcher/getRequestBody.js +5 -5
- package/core/fetcher/getResponseBody.js +1 -2
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/core/fetcher/requestWithRetries.js +4 -5
- package/core/fetcher/signals.d.ts +0 -1
- package/core/fetcher/signals.js +2 -3
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -1
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +6 -4
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +1 -1
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +18 -9
- package/core/index.d.ts +1 -0
- package/core/index.js +18 -7
- package/core/json.d.ts +15 -0
- package/core/json.js +24 -0
- package/core/runtime/runtime.d.ts +1 -1
- package/core/runtime/runtime.js +51 -41
- package/core/schemas/Schema.d.ts +7 -5
- package/core/schemas/Schema.js +2 -0
- package/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.js +22 -19
- package/core/schemas/builders/date/date.js +1 -2
- package/core/schemas/builders/enum/enum.js +1 -2
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +3 -4
- package/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/core/schemas/builders/list/list.js +1 -2
- package/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +3 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/core/schemas/builders/object/property.js +2 -3
- package/core/schemas/builders/object/types.d.ts +11 -11
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/record/record.js +2 -4
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/core/schemas/builders/set/set.js +1 -2
- package/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/core/schemas/builders/union/discriminant.js +1 -2
- package/core/schemas/builders/union/types.d.ts +6 -6
- package/core/schemas/builders/union/union.d.ts +1 -1
- package/core/schemas/builders/union/union.js +1 -2
- package/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/core/schemas/utils/entries.d.ts +1 -1
- package/core/schemas/utils/entries.js +1 -2
- package/core/schemas/utils/filterObject.d.ts +1 -1
- package/core/schemas/utils/filterObject.js +1 -2
- package/core/schemas/utils/getErrorMessageForIncorrectType.js +1 -2
- package/core/schemas/utils/isPlainObject.js +1 -2
- package/core/schemas/utils/keys.d.ts +1 -1
- package/core/schemas/utils/keys.js +1 -2
- package/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/core/schemas/utils/partition.js +1 -2
- package/core/streaming-fetcher/Stream.d.ts +0 -1
- package/core/streaming-fetcher/Stream.js +20 -21
- package/core/websocket/events.d.ts +36 -0
- package/core/websocket/events.js +27 -0
- package/core/websocket/index.d.ts +1 -0
- package/core/websocket/index.js +17 -0
- package/core/websocket/ws.d.ts +137 -0
- package/core/websocket/ws.js +452 -0
- package/dist/Client.d.ts +8 -0
- package/dist/Client.js +18 -8
- package/dist/api/resources/actions/client/Client.d.ts +4 -1
- package/dist/api/resources/actions/client/Client.js +29 -18
- package/dist/api/resources/actions/types/ActionRequest.d.ts +2 -1
- package/dist/api/resources/analytics/client/Client.d.ts +2 -0
- package/dist/api/resources/analytics/client/Client.js +27 -17
- package/dist/api/resources/analytics/types/CellData.d.ts +1 -1
- package/dist/api/resources/analytics/types/ChartResponse.d.ts +1 -1
- package/dist/api/resources/analytics/types/{BarChartRequest.d.ts → ConversationBarChartRequest.d.ts} +1 -1
- package/dist/api/resources/analytics/types/ConversationBarChartRequest.js +5 -0
- package/dist/api/resources/analytics/types/ConversationChartRequest.d.ts +4 -4
- package/{api/resources/analytics/types/DateHistogramRequest.d.ts → dist/api/resources/analytics/types/ConversationDateHistogramRequest.d.ts} +1 -1
- package/dist/api/resources/analytics/types/ConversationDateHistogramRequest.js +5 -0
- package/dist/api/resources/analytics/types/ConversationMetric.d.ts +1 -1
- package/dist/api/resources/analytics/types/{PieChartRequest.d.ts → ConversationPieChartRequest.d.ts} +1 -1
- package/dist/api/resources/analytics/types/ConversationPieChartRequest.js +5 -0
- package/dist/api/resources/analytics/types/ConversationTableRequest.d.ts +2 -1
- package/dist/api/resources/analytics/types/FeedbackMetric.d.ts +1 -1
- package/dist/api/resources/analytics/types/FeedbackTableRequest.d.ts +1 -0
- package/dist/api/resources/analytics/types/FieldValue.d.ts +1 -1
- package/dist/api/resources/analytics/types/TimeInterval.d.ts +1 -1
- package/dist/api/resources/analytics/types/index.d.ts +3 -3
- package/dist/api/resources/analytics/types/index.js +3 -3
- package/dist/api/resources/appSettings/client/Client.d.ts +2 -0
- package/dist/api/resources/appSettings/client/Client.js +21 -11
- package/dist/api/resources/commons/errors/BadRequestError.js +17 -7
- package/dist/api/resources/commons/errors/NotFoundError.js +17 -7
- package/dist/api/resources/commons/errors/ServerError.js +17 -7
- package/dist/api/resources/commons/types/ActionBase.d.ts +3 -1
- package/dist/api/resources/commons/types/ActionParameterType.d.ts +1 -1
- package/dist/api/resources/commons/types/ActionResponse.d.ts +2 -1
- package/dist/api/resources/commons/types/AppUserIdentifyingPropertyType.d.ts +1 -1
- package/dist/api/resources/commons/types/BaseConversationResponse.d.ts +30 -0
- package/dist/api/resources/commons/types/BaseConversationResponse.js +5 -0
- package/dist/api/resources/commons/types/BasePaginatedRequest.d.ts +11 -0
- package/dist/api/resources/commons/types/BasePaginatedRequest.js +5 -0
- package/dist/api/resources/commons/types/BotConversationMessageType.d.ts +1 -1
- package/dist/api/resources/commons/types/BotMessage.d.ts +1 -0
- package/dist/api/resources/commons/types/BotMessageStatus.d.ts +22 -0
- package/dist/api/resources/commons/types/BotMessageStatus.js +14 -0
- package/dist/api/resources/commons/types/BotResponse.d.ts +1 -1
- package/dist/api/resources/commons/types/Capability.d.ts +1 -1
- package/dist/api/resources/commons/types/ChartSpecSchema.d.ts +1 -1
- package/dist/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
- package/dist/api/resources/commons/types/ConversationInformation.d.ts +8 -0
- package/dist/api/resources/commons/types/ConversationInformation.js +5 -0
- package/dist/api/resources/commons/types/ConversationMessageResponse.d.ts +1 -1
- package/dist/api/resources/commons/types/ConversationPrecondition.d.ts +1 -1
- package/dist/api/resources/commons/types/ConversationPreview.d.ts +6 -0
- package/dist/api/resources/commons/types/ConversationPreview.js +5 -0
- package/dist/api/resources/commons/types/ConversationResponse.d.ts +6 -10
- package/dist/api/resources/commons/types/DocumentInformation.d.ts +12 -0
- package/dist/api/resources/commons/types/DocumentInformation.js +5 -0
- package/dist/api/resources/commons/types/EntityType.d.ts +3 -1
- package/dist/api/resources/commons/types/EntityType.js +2 -0
- package/dist/api/resources/commons/types/EventTriggerType.d.ts +2 -1
- package/dist/api/resources/commons/types/EventTriggerType.js +1 -0
- package/dist/api/resources/commons/types/FeedbackType.d.ts +1 -1
- package/dist/api/resources/commons/types/InboxItem.d.ts +19 -0
- package/dist/api/resources/commons/types/InboxItem.js +5 -0
- package/dist/api/resources/commons/types/InboxItemBase.d.ts +14 -0
- package/dist/api/resources/commons/types/InboxItemBase.js +5 -0
- package/dist/api/resources/commons/types/InboxItemDuplicateDocuments.d.ts +12 -0
- package/dist/api/resources/commons/types/InboxItemDuplicateDocuments.js +5 -0
- package/dist/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +12 -0
- package/dist/api/resources/commons/types/InboxItemDuplicateKnowledgeBase.js +5 -0
- package/dist/api/resources/commons/types/InboxItemFix.d.ts +16 -0
- package/dist/api/resources/commons/types/InboxItemFix.js +5 -0
- package/dist/api/resources/commons/types/InboxItemFixAddDocument.d.ts +10 -0
- package/dist/api/resources/commons/types/InboxItemFixAddDocument.js +5 -0
- package/dist/api/resources/commons/types/InboxItemFixBase.d.ts +8 -0
- package/dist/api/resources/commons/types/InboxItemFixBase.js +5 -0
- package/dist/api/resources/commons/types/InboxItemFixDeactivateDocument.d.ts +8 -0
- package/dist/api/resources/commons/types/InboxItemFixDeactivateDocument.js +5 -0
- package/dist/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +8 -0
- package/dist/api/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js +5 -0
- package/dist/api/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +10 -0
- package/dist/api/resources/commons/types/InboxItemKnowledgeBaseAlert.js +5 -0
- package/dist/api/resources/commons/types/InboxItemMissingKnowledge.d.ts +10 -0
- package/dist/api/resources/commons/types/InboxItemMissingKnowledge.js +5 -0
- package/dist/api/resources/commons/types/InboxItemStatus.d.ts +26 -0
- package/dist/api/resources/commons/types/InboxItemStatus.js +13 -0
- package/dist/api/resources/commons/types/InboxItemType.d.ts +22 -0
- package/dist/api/resources/commons/types/InboxItemType.js +12 -0
- package/dist/api/resources/commons/types/KnowledgeBaseInformation.d.ts +8 -0
- package/dist/api/resources/commons/types/KnowledgeBaseInformation.js +5 -0
- package/dist/api/resources/commons/types/Page.d.ts +13 -0
- package/dist/api/resources/commons/types/Page.js +5 -0
- package/dist/api/resources/commons/types/Precondition.d.ts +1 -1
- package/dist/api/resources/commons/types/PreconditionGroupOperator.d.ts +1 -1
- package/dist/api/resources/commons/types/PreconditionOperator.d.ts +1 -1
- package/dist/api/resources/commons/types/ResponseLength.d.ts +1 -1
- package/dist/api/resources/commons/types/Sentiment.d.ts +1 -1
- package/dist/api/resources/commons/types/UserConversationMessageType.d.ts +1 -1
- package/dist/api/resources/commons/types/VisibilityType.d.ts +1 -1
- package/dist/api/resources/commons/types/index.d.ts +23 -3
- package/dist/api/resources/commons/types/index.js +23 -3
- package/dist/api/resources/conversation/client/Client.d.ts +45 -1
- package/dist/api/resources/conversation/client/Client.js +228 -44
- package/dist/api/resources/conversation/types/ConversationField.d.ts +2 -1
- package/dist/api/resources/conversation/types/ConversationField.js +1 -0
- package/dist/api/resources/conversation/types/ConversationFilter.d.ts +2 -0
- package/dist/api/resources/conversation/types/ConversationMetadata.d.ts +20 -0
- package/dist/api/resources/conversation/types/ConversationMetadata.js +5 -0
- package/dist/api/resources/conversation/types/ConversationRequest.d.ts +15 -1
- package/dist/api/resources/conversation/types/ConversationsResponse.d.ts +8 -0
- package/dist/api/resources/conversation/types/ConversationsResponse.js +5 -0
- package/dist/api/resources/conversation/types/ConversationsSearchRequest.d.ts +8 -0
- package/dist/api/resources/conversation/types/ConversationsSearchRequest.js +5 -0
- package/dist/api/resources/conversation/types/FeedbackField.d.ts +1 -1
- package/dist/api/resources/conversation/types/NumericConversationField.d.ts +2 -1
- package/dist/api/resources/conversation/types/NumericConversationField.js +1 -0
- package/dist/api/resources/conversation/types/Quality.d.ts +1 -1
- package/dist/api/resources/conversation/types/QualityReason.d.ts +1 -1
- package/dist/api/resources/conversation/types/ResolutionStatus.d.ts +9 -0
- package/{api/resources/knowledge/types/KnowledgeBaseType.js → dist/api/resources/conversation/types/ResolutionStatus.js} +5 -5
- package/dist/api/resources/conversation/types/StreamResponse.d.ts +1 -1
- package/dist/api/resources/conversation/types/UpdateMetadataRequest.d.ts +18 -0
- package/dist/api/resources/conversation/types/UpdateMetadataRequest.js +5 -0
- package/dist/api/resources/conversation/types/index.d.ts +5 -0
- package/dist/api/resources/conversation/types/index.js +5 -0
- package/dist/api/resources/inbox/client/Client.d.ts +121 -0
- package/dist/api/resources/inbox/client/Client.js +488 -0
- package/dist/api/resources/inbox/client/index.d.ts +1 -0
- package/dist/api/resources/inbox/client/index.js +17 -0
- package/dist/api/resources/inbox/client/requests/InboxItemFixRequest.d.ts +15 -0
- package/dist/api/resources/inbox/client/requests/InboxItemFixRequest.js +5 -0
- package/dist/api/resources/inbox/client/requests/InboxItemIgnoreRequest.d.ts +15 -0
- package/dist/api/resources/inbox/client/requests/InboxItemIgnoreRequest.js +5 -0
- package/dist/api/resources/inbox/client/requests/InboxItemRequest.d.ts +15 -0
- package/dist/api/resources/inbox/client/requests/InboxItemRequest.js +5 -0
- package/dist/api/resources/inbox/client/requests/index.d.ts +3 -0
- package/dist/api/resources/inbox/client/requests/index.js +2 -0
- package/dist/api/resources/inbox/index.d.ts +2 -0
- package/dist/api/resources/inbox/index.js +18 -0
- package/dist/api/resources/inbox/types/AddDocumentFixRequest.d.ts +10 -0
- package/dist/api/resources/inbox/types/AddDocumentFixRequest.js +5 -0
- package/dist/api/resources/inbox/types/ApplyInboxItemFixRequest.d.ts +9 -0
- package/dist/api/resources/inbox/types/ApplyInboxItemFixRequest.js +5 -0
- package/dist/api/resources/inbox/types/BaseInboxSearchRequest.d.ts +9 -0
- package/dist/api/resources/inbox/types/BaseInboxSearchRequest.js +5 -0
- package/dist/api/resources/inbox/types/InboxSearchRequest.d.ts +14 -0
- package/dist/api/resources/inbox/types/InboxSearchRequest.js +5 -0
- package/dist/api/resources/inbox/types/InboxSearchResponse.d.ts +8 -0
- package/dist/api/resources/inbox/types/InboxSearchResponse.js +5 -0
- package/dist/api/resources/inbox/types/index.d.ts +5 -0
- package/dist/api/resources/inbox/types/index.js +21 -0
- package/dist/api/resources/index.d.ts +5 -0
- package/dist/api/resources/index.js +23 -8
- package/dist/api/resources/knowledge/client/Client.d.ts +3 -2
- package/dist/api/resources/knowledge/client/Client.js +40 -31
- package/dist/api/resources/knowledge/types/KnowledgeBaseProperties.d.ts +0 -4
- package/dist/api/resources/knowledge/types/KnowledgeBaseRequest.d.ts +1 -2
- package/dist/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +1 -2
- package/dist/api/resources/knowledge/types/KnowledgeBaseVersionType.d.ts +1 -1
- package/dist/api/resources/knowledge/types/KnowledgeDocumentContentType.d.ts +1 -1
- package/dist/api/resources/knowledge/types/index.d.ts +0 -1
- package/dist/api/resources/knowledge/types/index.js +0 -1
- package/dist/api/resources/realtime/client/Client.d.ts +34 -0
- package/dist/api/resources/realtime/client/Client.js +87 -0
- package/dist/api/resources/realtime/client/Socket.d.ts +41 -0
- package/dist/api/resources/realtime/client/Socket.js +155 -0
- package/dist/api/resources/realtime/client/index.d.ts +1 -0
- package/dist/api/resources/realtime/client/index.js +2 -0
- package/dist/api/resources/realtime/index.d.ts +2 -0
- package/dist/api/resources/realtime/index.js +18 -0
- package/dist/api/resources/realtime/types/AudioPublishEvent.d.ts +6 -0
- package/dist/api/resources/realtime/types/AudioPublishEvent.js +5 -0
- package/dist/api/resources/realtime/types/AudioSubscribeEvent.d.ts +6 -0
- package/dist/api/resources/realtime/types/AudioSubscribeEvent.js +5 -0
- package/dist/api/resources/realtime/types/ControlEvent.d.ts +6 -0
- package/dist/api/resources/realtime/types/ControlEvent.js +5 -0
- package/dist/api/resources/realtime/types/PublishEvent.d.ts +13 -0
- package/dist/api/resources/realtime/types/PublishEvent.js +5 -0
- package/dist/api/resources/realtime/types/SubscribeEvent.d.ts +22 -0
- package/dist/api/resources/realtime/types/SubscribeEvent.js +5 -0
- package/dist/api/resources/realtime/types/index.d.ts +5 -0
- package/dist/api/resources/realtime/types/index.js +21 -0
- package/dist/api/resources/translations/client/Client.d.ts +2 -0
- package/dist/api/resources/translations/client/Client.js +21 -11
- package/dist/api/resources/triggers/client/Client.d.ts +2 -0
- package/dist/api/resources/triggers/client/Client.js +27 -17
- package/dist/api/resources/users/client/Client.d.ts +2 -0
- package/dist/api/resources/users/client/Client.js +31 -21
- package/dist/core/auth/BearerToken.d.ts +1 -1
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/Fetcher.d.ts +2 -2
- package/dist/core/fetcher/Fetcher.js +6 -5
- package/dist/core/fetcher/Supplier.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
- package/dist/core/fetcher/createRequestUrl.js +1 -2
- package/dist/core/fetcher/getFetchFn.js +18 -9
- package/dist/core/fetcher/getHeader.js +1 -2
- package/dist/core/fetcher/getRequestBody.js +5 -5
- package/dist/core/fetcher/getResponseBody.js +1 -2
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/core/fetcher/requestWithRetries.js +4 -5
- package/dist/core/fetcher/signals.d.ts +0 -1
- package/dist/core/fetcher/signals.js +2 -3
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -1
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +6 -4
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +1 -1
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +1 -1
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +18 -9
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.js +18 -7
- package/dist/core/json.d.ts +15 -0
- package/dist/core/json.js +24 -0
- package/dist/core/runtime/runtime.d.ts +1 -1
- package/dist/core/runtime/runtime.js +51 -41
- package/dist/core/schemas/Schema.d.ts +7 -5
- package/dist/core/schemas/Schema.js +2 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.js +22 -19
- package/dist/core/schemas/builders/date/date.js +1 -2
- package/dist/core/schemas/builders/enum/enum.js +1 -2
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +3 -4
- package/dist/core/schemas/builders/lazy/lazyObject.js +1 -2
- package/dist/core/schemas/builders/list/list.js +1 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.js +1 -2
- package/dist/core/schemas/builders/literals/stringLiteral.js +1 -2
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +3 -3
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +3 -3
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.js +1 -2
- package/dist/core/schemas/builders/object/property.js +2 -3
- package/dist/core/schemas/builders/object/types.d.ts +11 -11
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -3
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/record/record.js +2 -4
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +4 -0
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.js +67 -4
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.js +1 -2
- package/dist/core/schemas/builders/set/set.js +1 -2
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +1 -2
- package/dist/core/schemas/builders/union/discriminant.js +1 -2
- package/dist/core/schemas/builders/union/types.d.ts +6 -6
- package/dist/core/schemas/builders/union/union.d.ts +1 -1
- package/dist/core/schemas/builders/union/union.js +1 -2
- package/dist/core/schemas/utils/MaybePromise.d.ts +1 -1
- package/dist/core/schemas/utils/addQuestionMarksToNullableProperties.d.ts +4 -4
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +1 -2
- package/dist/core/schemas/utils/entries.d.ts +1 -1
- package/dist/core/schemas/utils/entries.js +1 -2
- package/dist/core/schemas/utils/filterObject.d.ts +1 -1
- package/dist/core/schemas/utils/filterObject.js +1 -2
- package/dist/core/schemas/utils/getErrorMessageForIncorrectType.js +1 -2
- package/dist/core/schemas/utils/isPlainObject.js +1 -2
- package/dist/core/schemas/utils/keys.d.ts +1 -1
- package/dist/core/schemas/utils/keys.js +1 -2
- package/dist/core/schemas/utils/maybeSkipValidation.js +1 -2
- package/dist/core/schemas/utils/partition.js +1 -2
- package/dist/core/streaming-fetcher/Stream.d.ts +0 -1
- package/dist/core/streaming-fetcher/Stream.js +20 -21
- package/dist/core/websocket/events.d.ts +36 -0
- package/dist/core/websocket/events.js +27 -0
- package/dist/core/websocket/index.d.ts +1 -0
- package/dist/core/websocket/index.js +17 -0
- package/dist/core/websocket/ws.d.ts +137 -0
- package/dist/core/websocket/ws.js +452 -0
- package/dist/environments.d.ts +1 -1
- package/dist/errors/MavenAGIError.js +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +19 -8
- package/dist/serialization/resources/actions/types/ActionRequest.js +17 -7
- package/dist/serialization/resources/analytics/types/BarChartResponse.js +17 -7
- package/dist/serialization/resources/analytics/types/CellData.js +17 -7
- package/dist/serialization/resources/analytics/types/ChartResponse.js +17 -7
- package/dist/serialization/resources/analytics/types/ColumnDefinitionBase.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationAnalyticsRequest.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationAverage.js +17 -7
- package/dist/serialization/resources/analytics/types/{BarChartRequest.d.ts → ConversationBarChartRequest.d.ts} +2 -2
- package/dist/serialization/resources/analytics/types/{BarChartRequest.js → ConversationBarChartRequest.js} +19 -9
- package/dist/serialization/resources/analytics/types/ConversationBasicMetric.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationChartRequest.d.ts +6 -6
- package/dist/serialization/resources/analytics/types/ConversationChartRequest.js +23 -13
- package/dist/serialization/resources/analytics/types/ConversationColumnDefinition.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationCount.js +17 -7
- package/{serialization/resources/analytics/types/DateHistogramRequest.d.ts → dist/serialization/resources/analytics/types/ConversationDateHistogramRequest.d.ts} +2 -2
- package/{serialization/resources/analytics/types/DateHistogramRequest.js → dist/serialization/resources/analytics/types/ConversationDateHistogramRequest.js} +19 -9
- package/dist/serialization/resources/analytics/types/ConversationDistinctCount.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationGroupBy.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationMax.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationMedian.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationMetric.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationMin.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationNumericMetric.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationPercentile.js +17 -7
- package/{serialization/resources/analytics/types/PieChartRequest.d.ts → dist/serialization/resources/analytics/types/ConversationPieChartRequest.d.ts} +2 -2
- package/{serialization/resources/analytics/types/PieChartRequest.js → dist/serialization/resources/analytics/types/ConversationPieChartRequest.js} +19 -9
- package/dist/serialization/resources/analytics/types/ConversationRow.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationSum.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationTableRequest.js +17 -7
- package/dist/serialization/resources/analytics/types/ConversationTableResponse.js +17 -7
- package/dist/serialization/resources/analytics/types/DateHistogramResponse.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackAnalyticsRequest.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackColumnDefinition.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackCount.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackDistinctCount.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackGroupBy.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackMetric.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackRow.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackTableRequest.js +17 -7
- package/dist/serialization/resources/analytics/types/FeedbackTableResponse.js +17 -7
- package/dist/serialization/resources/analytics/types/FieldValue.js +17 -7
- package/dist/serialization/resources/analytics/types/GroupByBase.js +17 -7
- package/dist/serialization/resources/analytics/types/LabeledPoint.js +17 -7
- package/dist/serialization/resources/analytics/types/PieChartResponse.js +17 -7
- package/dist/serialization/resources/analytics/types/Range.js +17 -7
- package/dist/serialization/resources/analytics/types/RowBase.js +17 -7
- package/dist/serialization/resources/analytics/types/Series.js +17 -7
- package/dist/serialization/resources/analytics/types/TableResponseBase.js +17 -7
- package/dist/serialization/resources/analytics/types/TimeDataPoint.js +17 -7
- package/dist/serialization/resources/analytics/types/TimeInterval.js +17 -7
- package/dist/serialization/resources/analytics/types/TimeSeries.js +17 -7
- package/dist/serialization/resources/analytics/types/index.d.ts +3 -3
- package/dist/serialization/resources/analytics/types/index.js +3 -3
- package/dist/serialization/resources/appSettings/client/get.js +17 -7
- package/dist/serialization/resources/appSettings/client/index.js +17 -7
- package/dist/serialization/resources/commons/types/ActionBase.d.ts +1 -0
- package/dist/serialization/resources/commons/types/ActionBase.js +18 -7
- package/dist/serialization/resources/commons/types/ActionEnumOption.js +17 -7
- package/dist/serialization/resources/commons/types/ActionFormField.js +17 -7
- package/dist/serialization/resources/commons/types/ActionParameter.js +17 -7
- package/dist/serialization/resources/commons/types/ActionParameterType.js +17 -7
- package/dist/serialization/resources/commons/types/ActionResponse.js +17 -7
- package/dist/serialization/resources/commons/types/AppUser.js +17 -7
- package/dist/serialization/resources/commons/types/AppUserIdentifier.js +17 -7
- package/dist/serialization/resources/commons/types/AppUserIdentifyingPropertyType.js +17 -7
- package/dist/serialization/resources/commons/types/AppUserRequest.js +17 -7
- package/dist/serialization/resources/commons/types/AppUserResponse.js +17 -7
- package/dist/serialization/resources/commons/types/BaseConversationResponse.d.ts +27 -0
- package/dist/serialization/resources/commons/types/BaseConversationResponse.js +58 -0
- package/dist/serialization/resources/commons/types/BasePaginatedRequest.d.ts +14 -0
- package/dist/serialization/resources/commons/types/BasePaginatedRequest.js +45 -0
- package/dist/serialization/resources/commons/types/BotActionFormResponse.js +17 -7
- package/dist/serialization/resources/commons/types/BotChartResponse.js +17 -7
- package/dist/serialization/resources/commons/types/BotConversationMessageType.js +17 -7
- package/dist/serialization/resources/commons/types/BotMessage.d.ts +2 -0
- package/dist/serialization/resources/commons/types/BotMessage.js +19 -7
- package/dist/serialization/resources/commons/types/BotMessageStatus.d.ts +10 -0
- package/dist/serialization/resources/commons/types/BotMessageStatus.js +41 -0
- package/dist/serialization/resources/commons/types/BotResponse.js +17 -7
- package/dist/serialization/resources/commons/types/BotResponseMetadata.js +17 -7
- package/dist/serialization/resources/commons/types/BotTextResponse.js +17 -7
- package/dist/serialization/resources/commons/types/Capability.js +17 -7
- package/dist/serialization/resources/commons/types/ChartSpecSchema.js +17 -7
- package/dist/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
- package/dist/serialization/resources/commons/types/ConversationAnalysis.js +18 -7
- package/dist/serialization/resources/commons/types/ConversationExecutedActionPrecondition.js +17 -7
- package/dist/serialization/resources/commons/types/ConversationInformation.d.ts +13 -0
- package/dist/serialization/resources/commons/types/ConversationInformation.js +44 -0
- package/dist/serialization/resources/commons/types/ConversationMessageBase.js +17 -7
- package/dist/serialization/resources/commons/types/ConversationMessageResponse.js +17 -7
- package/dist/serialization/resources/commons/types/ConversationPrecondition.js +17 -7
- package/dist/serialization/resources/commons/types/ConversationPreview.d.ts +12 -0
- package/dist/serialization/resources/commons/types/ConversationPreview.js +42 -0
- package/dist/serialization/resources/commons/types/ConversationResponse.d.ts +2 -9
- package/dist/serialization/resources/commons/types/ConversationResponse.js +19 -16
- package/dist/serialization/resources/commons/types/ConversationSummary.js +17 -7
- package/dist/serialization/resources/commons/types/DocumentInformation.d.ts +15 -0
- package/dist/serialization/resources/commons/types/DocumentInformation.js +46 -0
- package/dist/serialization/resources/commons/types/EntityId.js +17 -7
- package/dist/serialization/resources/commons/types/EntityIdBase.js +17 -7
- package/dist/serialization/resources/commons/types/EntityIdFilter.js +17 -7
- package/dist/serialization/resources/commons/types/EntityIdWithoutAgent.js +17 -7
- package/dist/serialization/resources/commons/types/EntityType.d.ts +1 -1
- package/dist/serialization/resources/commons/types/EntityType.js +19 -7
- package/dist/serialization/resources/commons/types/ErrorMessage.js +17 -7
- package/dist/serialization/resources/commons/types/EventTriggerBase.js +17 -7
- package/dist/serialization/resources/commons/types/EventTriggerResponse.js +17 -7
- package/dist/serialization/resources/commons/types/EventTriggerType.d.ts +1 -1
- package/dist/serialization/resources/commons/types/EventTriggerType.js +18 -8
- package/dist/serialization/resources/commons/types/Feedback.js +17 -7
- package/dist/serialization/resources/commons/types/FeedbackBase.js +17 -7
- package/dist/serialization/resources/commons/types/FeedbackType.js +17 -7
- package/dist/serialization/resources/commons/types/InboxItem.d.ts +26 -0
- package/dist/serialization/resources/commons/types/InboxItem.js +55 -0
- package/dist/serialization/resources/commons/types/InboxItemBase.d.ts +17 -0
- package/dist/serialization/resources/commons/types/InboxItemBase.js +48 -0
- package/dist/serialization/resources/commons/types/InboxItemDuplicateDocuments.d.ts +17 -0
- package/dist/serialization/resources/commons/types/InboxItemDuplicateDocuments.js +50 -0
- package/dist/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +17 -0
- package/dist/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.js +50 -0
- package/dist/serialization/resources/commons/types/InboxItemFix.d.ts +22 -0
- package/dist/serialization/resources/commons/types/InboxItemFix.js +53 -0
- package/dist/serialization/resources/commons/types/InboxItemFixAddDocument.d.ts +14 -0
- package/dist/serialization/resources/commons/types/InboxItemFixAddDocument.js +47 -0
- package/dist/serialization/resources/commons/types/InboxItemFixBase.d.ts +13 -0
- package/dist/serialization/resources/commons/types/InboxItemFixBase.js +44 -0
- package/dist/serialization/resources/commons/types/InboxItemFixDeactivateDocument.d.ts +14 -0
- package/dist/serialization/resources/commons/types/InboxItemFixDeactivateDocument.js +47 -0
- package/dist/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +14 -0
- package/dist/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js +47 -0
- package/dist/serialization/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +16 -0
- package/dist/serialization/resources/commons/types/InboxItemKnowledgeBaseAlert.js +49 -0
- package/dist/serialization/resources/commons/types/InboxItemMissingKnowledge.d.ts +16 -0
- package/dist/serialization/resources/commons/types/InboxItemMissingKnowledge.js +49 -0
- package/dist/serialization/resources/commons/types/InboxItemStatus.d.ts +10 -0
- package/dist/serialization/resources/commons/types/InboxItemStatus.js +41 -0
- package/dist/serialization/resources/commons/types/InboxItemType.d.ts +10 -0
- package/dist/serialization/resources/commons/types/InboxItemType.js +46 -0
- package/dist/serialization/resources/commons/types/KnowledgeBaseInformation.d.ts +13 -0
- package/dist/serialization/resources/commons/types/KnowledgeBaseInformation.js +44 -0
- package/dist/serialization/resources/commons/types/MetadataPrecondition.js +17 -7
- package/dist/serialization/resources/commons/types/Page.d.ts +15 -0
- package/dist/serialization/resources/commons/types/Page.js +46 -0
- package/dist/serialization/resources/commons/types/Precondition.js +17 -7
- package/dist/serialization/resources/commons/types/PreconditionBase.js +17 -7
- package/dist/serialization/resources/commons/types/PreconditionGroup.js +17 -7
- package/dist/serialization/resources/commons/types/PreconditionGroupOperator.js +17 -7
- package/dist/serialization/resources/commons/types/PreconditionOperator.js +17 -7
- package/dist/serialization/resources/commons/types/ResponseConfig.js +17 -7
- package/dist/serialization/resources/commons/types/ResponseConfigPrecondition.js +17 -7
- package/dist/serialization/resources/commons/types/ResponseLength.js +17 -7
- package/dist/serialization/resources/commons/types/Sentiment.js +17 -7
- package/dist/serialization/resources/commons/types/Source.js +17 -7
- package/dist/serialization/resources/commons/types/TagsPrecondition.js +17 -7
- package/dist/serialization/resources/commons/types/UserConversationMessageType.js +17 -7
- package/dist/serialization/resources/commons/types/UserData.js +17 -7
- package/dist/serialization/resources/commons/types/UserMessage.js +17 -7
- package/dist/serialization/resources/commons/types/UserMessageAttachment.js +17 -7
- package/dist/serialization/resources/commons/types/UserMessageBase.js +17 -7
- package/dist/serialization/resources/commons/types/VisibilityType.js +17 -7
- package/dist/serialization/resources/commons/types/index.d.ts +23 -3
- package/dist/serialization/resources/commons/types/index.js +23 -3
- package/dist/serialization/resources/conversation/client/addConversationMetadata.js +17 -7
- package/dist/serialization/resources/conversation/client/appendNewMessages.js +17 -7
- package/dist/serialization/resources/conversation/client/index.js +17 -7
- package/dist/serialization/resources/conversation/types/AskRequest.js +17 -7
- package/dist/serialization/resources/conversation/types/AskStreamActionEvent.js +17 -7
- package/dist/serialization/resources/conversation/types/AskStreamChartEvent.js +17 -7
- package/dist/serialization/resources/conversation/types/AskStreamEndEvent.js +17 -7
- package/dist/serialization/resources/conversation/types/AskStreamMetadataEvent.js +17 -7
- package/dist/serialization/resources/conversation/types/AskStreamStartEvent.js +17 -7
- package/dist/serialization/resources/conversation/types/AskStreamTextEvent.js +17 -7
- package/dist/serialization/resources/conversation/types/Attachment.js +17 -7
- package/dist/serialization/resources/conversation/types/CategorizationResponse.js +17 -7
- package/dist/serialization/resources/conversation/types/ConversationField.d.ts +1 -1
- package/dist/serialization/resources/conversation/types/ConversationField.js +18 -7
- package/dist/serialization/resources/conversation/types/ConversationFilter.d.ts +3 -0
- package/dist/serialization/resources/conversation/types/ConversationFilter.js +20 -7
- package/dist/serialization/resources/conversation/types/ConversationMessageRequest.js +17 -7
- package/dist/serialization/resources/conversation/types/ConversationMetadata.d.ts +12 -0
- package/{serialization/resources/commons/types/ConversationBase.js → dist/serialization/resources/conversation/types/ConversationMetadata.js} +20 -17
- package/dist/serialization/resources/conversation/types/ConversationRequest.d.ts +9 -2
- package/dist/serialization/resources/conversation/types/ConversationRequest.js +27 -12
- package/dist/serialization/resources/conversation/types/ConversationsResponse.d.ts +14 -0
- package/dist/serialization/resources/conversation/types/ConversationsResponse.js +47 -0
- package/dist/serialization/resources/conversation/types/ConversationsSearchRequest.d.ts +16 -0
- package/dist/serialization/resources/conversation/types/ConversationsSearchRequest.js +49 -0
- package/dist/serialization/resources/conversation/types/FeedbackField.js +17 -7
- package/dist/serialization/resources/conversation/types/FeedbackFilter.js +17 -7
- package/dist/serialization/resources/conversation/types/FeedbackRequest.js +17 -7
- package/dist/serialization/resources/conversation/types/GenerateMavenSuggestionsRequest.js +17 -7
- package/dist/serialization/resources/conversation/types/NumericConversationField.d.ts +1 -1
- package/dist/serialization/resources/conversation/types/NumericConversationField.js +18 -7
- package/dist/serialization/resources/conversation/types/Quality.js +17 -7
- package/dist/serialization/resources/conversation/types/QualityReason.js +17 -7
- package/dist/serialization/resources/conversation/types/ResolutionStatus.d.ts +10 -0
- package/{serialization/resources/knowledge/types/KnowledgeBaseType.js → dist/serialization/resources/conversation/types/ResolutionStatus.js} +19 -9
- package/dist/serialization/resources/conversation/types/StreamResponse.js +17 -7
- package/dist/serialization/resources/conversation/types/SubmitActionFormRequest.js +17 -7
- package/dist/serialization/resources/conversation/types/UpdateMetadataRequest.d.ts +13 -0
- package/dist/serialization/resources/conversation/types/UpdateMetadataRequest.js +44 -0
- package/dist/serialization/resources/conversation/types/index.d.ts +5 -0
- package/dist/serialization/resources/conversation/types/index.js +5 -0
- package/dist/serialization/resources/inbox/index.d.ts +1 -0
- package/dist/serialization/resources/inbox/index.js +17 -0
- package/dist/serialization/resources/inbox/types/AddDocumentFixRequest.d.ts +14 -0
- package/dist/serialization/resources/inbox/types/AddDocumentFixRequest.js +45 -0
- package/dist/serialization/resources/inbox/types/ApplyInboxItemFixRequest.d.ts +14 -0
- package/dist/serialization/resources/inbox/types/ApplyInboxItemFixRequest.js +45 -0
- package/dist/serialization/resources/inbox/types/BaseInboxSearchRequest.d.ts +13 -0
- package/dist/serialization/resources/inbox/types/BaseInboxSearchRequest.js +44 -0
- package/dist/serialization/resources/inbox/types/InboxSearchRequest.d.ts +18 -0
- package/dist/serialization/resources/inbox/types/InboxSearchRequest.js +51 -0
- package/dist/serialization/resources/inbox/types/InboxSearchResponse.d.ts +14 -0
- package/dist/serialization/resources/inbox/types/InboxSearchResponse.js +47 -0
- package/dist/serialization/resources/inbox/types/index.d.ts +5 -0
- package/dist/serialization/resources/inbox/types/index.js +21 -0
- package/dist/serialization/resources/index.d.ts +4 -0
- package/dist/serialization/resources/index.js +22 -8
- package/dist/serialization/resources/knowledge/types/BaseKnowledgeDocument.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseProperties.d.ts +0 -3
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseProperties.js +17 -10
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseRequest.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersion.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionType.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentContentType.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentRequest.js +17 -7
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +17 -7
- package/dist/serialization/resources/knowledge/types/index.d.ts +0 -1
- package/dist/serialization/resources/knowledge/types/index.js +0 -1
- package/dist/serialization/resources/realtime/index.d.ts +1 -0
- package/dist/serialization/resources/realtime/index.js +17 -0
- package/dist/serialization/resources/realtime/types/AudioPublishEvent.d.ts +12 -0
- package/dist/serialization/resources/realtime/types/AudioPublishEvent.js +43 -0
- package/dist/serialization/resources/realtime/types/AudioSubscribeEvent.d.ts +12 -0
- package/dist/serialization/resources/realtime/types/AudioSubscribeEvent.js +43 -0
- package/dist/serialization/resources/realtime/types/ControlEvent.d.ts +12 -0
- package/dist/serialization/resources/realtime/types/ControlEvent.js +43 -0
- package/dist/serialization/resources/realtime/types/PublishEvent.d.ts +14 -0
- package/dist/serialization/resources/realtime/types/PublishEvent.js +49 -0
- package/dist/serialization/resources/realtime/types/SubscribeEvent.d.ts +24 -0
- package/dist/serialization/resources/realtime/types/SubscribeEvent.js +53 -0
- package/dist/serialization/resources/realtime/types/index.d.ts +5 -0
- package/dist/serialization/resources/realtime/types/index.js +21 -0
- package/dist/serialization/resources/translations/types/TranslationRequest.js +17 -7
- package/dist/serialization/resources/translations/types/TranslationResponse.js +17 -7
- package/dist/serialization/resources/triggers/types/EventTriggerRequest.js +17 -7
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/environments.d.ts +1 -1
- package/errors/MavenAGIError.js +2 -1
- package/index.d.ts +1 -0
- package/index.js +19 -8
- package/{jest.config.js → jest.config.mjs} +4 -1
- package/package.json +18 -16
- package/reference.md +520 -16
- package/scripts/rename-to-esm-files.js +115 -0
- package/serialization/resources/actions/types/ActionRequest.js +17 -7
- package/serialization/resources/analytics/types/BarChartResponse.js +17 -7
- package/serialization/resources/analytics/types/CellData.js +17 -7
- package/serialization/resources/analytics/types/ChartResponse.js +17 -7
- package/serialization/resources/analytics/types/ColumnDefinitionBase.js +17 -7
- package/serialization/resources/analytics/types/ConversationAnalyticsRequest.js +17 -7
- package/serialization/resources/analytics/types/ConversationAverage.js +17 -7
- package/serialization/resources/analytics/types/{BarChartRequest.d.ts → ConversationBarChartRequest.d.ts} +2 -2
- package/serialization/resources/analytics/types/{BarChartRequest.js → ConversationBarChartRequest.js} +19 -9
- package/serialization/resources/analytics/types/ConversationBasicMetric.js +17 -7
- package/serialization/resources/analytics/types/ConversationChartRequest.d.ts +6 -6
- package/serialization/resources/analytics/types/ConversationChartRequest.js +23 -13
- package/serialization/resources/analytics/types/ConversationColumnDefinition.js +17 -7
- package/serialization/resources/analytics/types/ConversationCount.js +17 -7
- package/{dist/serialization/resources/analytics/types/DateHistogramRequest.d.ts → serialization/resources/analytics/types/ConversationDateHistogramRequest.d.ts} +2 -2
- package/{dist/serialization/resources/analytics/types/DateHistogramRequest.js → serialization/resources/analytics/types/ConversationDateHistogramRequest.js} +19 -9
- package/serialization/resources/analytics/types/ConversationDistinctCount.js +17 -7
- package/serialization/resources/analytics/types/ConversationGroupBy.js +17 -7
- package/serialization/resources/analytics/types/ConversationMax.js +17 -7
- package/serialization/resources/analytics/types/ConversationMedian.js +17 -7
- package/serialization/resources/analytics/types/ConversationMetric.js +17 -7
- package/serialization/resources/analytics/types/ConversationMin.js +17 -7
- package/serialization/resources/analytics/types/ConversationNumericMetric.js +17 -7
- package/serialization/resources/analytics/types/ConversationPercentile.js +17 -7
- package/{dist/serialization/resources/analytics/types/PieChartRequest.d.ts → serialization/resources/analytics/types/ConversationPieChartRequest.d.ts} +2 -2
- package/{dist/serialization/resources/analytics/types/PieChartRequest.js → serialization/resources/analytics/types/ConversationPieChartRequest.js} +19 -9
- package/serialization/resources/analytics/types/ConversationRow.js +17 -7
- package/serialization/resources/analytics/types/ConversationSum.js +17 -7
- package/serialization/resources/analytics/types/ConversationTableRequest.js +17 -7
- package/serialization/resources/analytics/types/ConversationTableResponse.js +17 -7
- package/serialization/resources/analytics/types/DateHistogramResponse.js +17 -7
- package/serialization/resources/analytics/types/FeedbackAnalyticsRequest.js +17 -7
- package/serialization/resources/analytics/types/FeedbackColumnDefinition.js +17 -7
- package/serialization/resources/analytics/types/FeedbackCount.js +17 -7
- package/serialization/resources/analytics/types/FeedbackDistinctCount.js +17 -7
- package/serialization/resources/analytics/types/FeedbackGroupBy.js +17 -7
- package/serialization/resources/analytics/types/FeedbackMetric.js +17 -7
- package/serialization/resources/analytics/types/FeedbackRow.js +17 -7
- package/serialization/resources/analytics/types/FeedbackTableRequest.js +17 -7
- package/serialization/resources/analytics/types/FeedbackTableResponse.js +17 -7
- package/serialization/resources/analytics/types/FieldValue.js +17 -7
- package/serialization/resources/analytics/types/GroupByBase.js +17 -7
- package/serialization/resources/analytics/types/LabeledPoint.js +17 -7
- package/serialization/resources/analytics/types/PieChartResponse.js +17 -7
- package/serialization/resources/analytics/types/Range.js +17 -7
- package/serialization/resources/analytics/types/RowBase.js +17 -7
- package/serialization/resources/analytics/types/Series.js +17 -7
- package/serialization/resources/analytics/types/TableResponseBase.js +17 -7
- package/serialization/resources/analytics/types/TimeDataPoint.js +17 -7
- package/serialization/resources/analytics/types/TimeInterval.js +17 -7
- package/serialization/resources/analytics/types/TimeSeries.js +17 -7
- package/serialization/resources/analytics/types/index.d.ts +3 -3
- package/serialization/resources/analytics/types/index.js +3 -3
- package/serialization/resources/appSettings/client/get.js +17 -7
- package/serialization/resources/appSettings/client/index.js +17 -7
- package/serialization/resources/commons/types/ActionBase.d.ts +1 -0
- package/serialization/resources/commons/types/ActionBase.js +18 -7
- package/serialization/resources/commons/types/ActionEnumOption.js +17 -7
- package/serialization/resources/commons/types/ActionFormField.js +17 -7
- package/serialization/resources/commons/types/ActionParameter.js +17 -7
- package/serialization/resources/commons/types/ActionParameterType.js +17 -7
- package/serialization/resources/commons/types/ActionResponse.js +17 -7
- package/serialization/resources/commons/types/AppUser.js +17 -7
- package/serialization/resources/commons/types/AppUserIdentifier.js +17 -7
- package/serialization/resources/commons/types/AppUserIdentifyingPropertyType.js +17 -7
- package/serialization/resources/commons/types/AppUserRequest.js +17 -7
- package/serialization/resources/commons/types/AppUserResponse.js +17 -7
- package/serialization/resources/commons/types/BaseConversationResponse.d.ts +27 -0
- package/serialization/resources/commons/types/BaseConversationResponse.js +58 -0
- package/serialization/resources/commons/types/BasePaginatedRequest.d.ts +14 -0
- package/serialization/resources/commons/types/BasePaginatedRequest.js +45 -0
- package/serialization/resources/commons/types/BotActionFormResponse.js +17 -7
- package/serialization/resources/commons/types/BotChartResponse.js +17 -7
- package/serialization/resources/commons/types/BotConversationMessageType.js +17 -7
- package/serialization/resources/commons/types/BotMessage.d.ts +2 -0
- package/serialization/resources/commons/types/BotMessage.js +19 -7
- package/serialization/resources/commons/types/BotMessageStatus.d.ts +10 -0
- package/serialization/resources/commons/types/BotMessageStatus.js +41 -0
- package/serialization/resources/commons/types/BotResponse.js +17 -7
- package/serialization/resources/commons/types/BotResponseMetadata.js +17 -7
- package/serialization/resources/commons/types/BotTextResponse.js +17 -7
- package/serialization/resources/commons/types/Capability.js +17 -7
- package/serialization/resources/commons/types/ChartSpecSchema.js +17 -7
- package/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
- package/serialization/resources/commons/types/ConversationAnalysis.js +18 -7
- package/serialization/resources/commons/types/ConversationExecutedActionPrecondition.js +17 -7
- package/serialization/resources/commons/types/ConversationInformation.d.ts +13 -0
- package/serialization/resources/commons/types/ConversationInformation.js +44 -0
- package/serialization/resources/commons/types/ConversationMessageBase.js +17 -7
- package/serialization/resources/commons/types/ConversationMessageResponse.js +17 -7
- package/serialization/resources/commons/types/ConversationPrecondition.js +17 -7
- package/serialization/resources/commons/types/ConversationPreview.d.ts +12 -0
- package/serialization/resources/commons/types/ConversationPreview.js +42 -0
- package/serialization/resources/commons/types/ConversationResponse.d.ts +2 -9
- package/serialization/resources/commons/types/ConversationResponse.js +19 -16
- package/serialization/resources/commons/types/ConversationSummary.js +17 -7
- package/serialization/resources/commons/types/DocumentInformation.d.ts +15 -0
- package/serialization/resources/commons/types/DocumentInformation.js +46 -0
- package/serialization/resources/commons/types/EntityId.js +17 -7
- package/serialization/resources/commons/types/EntityIdBase.js +17 -7
- package/serialization/resources/commons/types/EntityIdFilter.js +17 -7
- package/serialization/resources/commons/types/EntityIdWithoutAgent.js +17 -7
- package/serialization/resources/commons/types/EntityType.d.ts +1 -1
- package/serialization/resources/commons/types/EntityType.js +19 -7
- package/serialization/resources/commons/types/ErrorMessage.js +17 -7
- package/serialization/resources/commons/types/EventTriggerBase.js +17 -7
- package/serialization/resources/commons/types/EventTriggerResponse.js +17 -7
- package/serialization/resources/commons/types/EventTriggerType.d.ts +1 -1
- package/serialization/resources/commons/types/EventTriggerType.js +18 -8
- package/serialization/resources/commons/types/Feedback.js +17 -7
- package/serialization/resources/commons/types/FeedbackBase.js +17 -7
- package/serialization/resources/commons/types/FeedbackType.js +17 -7
- package/serialization/resources/commons/types/InboxItem.d.ts +26 -0
- package/serialization/resources/commons/types/InboxItem.js +55 -0
- package/serialization/resources/commons/types/InboxItemBase.d.ts +17 -0
- package/serialization/resources/commons/types/InboxItemBase.js +48 -0
- package/serialization/resources/commons/types/InboxItemDuplicateDocuments.d.ts +17 -0
- package/serialization/resources/commons/types/InboxItemDuplicateDocuments.js +50 -0
- package/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.d.ts +17 -0
- package/serialization/resources/commons/types/InboxItemDuplicateKnowledgeBase.js +50 -0
- package/serialization/resources/commons/types/InboxItemFix.d.ts +22 -0
- package/serialization/resources/commons/types/InboxItemFix.js +53 -0
- package/serialization/resources/commons/types/InboxItemFixAddDocument.d.ts +14 -0
- package/serialization/resources/commons/types/InboxItemFixAddDocument.js +47 -0
- package/serialization/resources/commons/types/InboxItemFixBase.d.ts +13 -0
- package/serialization/resources/commons/types/InboxItemFixBase.js +44 -0
- package/serialization/resources/commons/types/InboxItemFixDeactivateDocument.d.ts +14 -0
- package/serialization/resources/commons/types/InboxItemFixDeactivateDocument.js +47 -0
- package/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.d.ts +14 -0
- package/serialization/resources/commons/types/InboxItemFixDeactivateKnowledgeBase.js +47 -0
- package/serialization/resources/commons/types/InboxItemKnowledgeBaseAlert.d.ts +16 -0
- package/serialization/resources/commons/types/InboxItemKnowledgeBaseAlert.js +49 -0
- package/serialization/resources/commons/types/InboxItemMissingKnowledge.d.ts +16 -0
- package/serialization/resources/commons/types/InboxItemMissingKnowledge.js +49 -0
- package/serialization/resources/commons/types/InboxItemStatus.d.ts +10 -0
- package/serialization/resources/commons/types/InboxItemStatus.js +41 -0
- package/serialization/resources/commons/types/InboxItemType.d.ts +10 -0
- package/serialization/resources/commons/types/InboxItemType.js +46 -0
- package/serialization/resources/commons/types/KnowledgeBaseInformation.d.ts +13 -0
- package/serialization/resources/commons/types/KnowledgeBaseInformation.js +44 -0
- package/serialization/resources/commons/types/MetadataPrecondition.js +17 -7
- package/serialization/resources/commons/types/Page.d.ts +15 -0
- package/serialization/resources/commons/types/Page.js +46 -0
- package/serialization/resources/commons/types/Precondition.js +17 -7
- package/serialization/resources/commons/types/PreconditionBase.js +17 -7
- package/serialization/resources/commons/types/PreconditionGroup.js +17 -7
- package/serialization/resources/commons/types/PreconditionGroupOperator.js +17 -7
- package/serialization/resources/commons/types/PreconditionOperator.js +17 -7
- package/serialization/resources/commons/types/ResponseConfig.js +17 -7
- package/serialization/resources/commons/types/ResponseConfigPrecondition.js +17 -7
- package/serialization/resources/commons/types/ResponseLength.js +17 -7
- package/serialization/resources/commons/types/Sentiment.js +17 -7
- package/serialization/resources/commons/types/Source.js +17 -7
- package/serialization/resources/commons/types/TagsPrecondition.js +17 -7
- package/serialization/resources/commons/types/UserConversationMessageType.js +17 -7
- package/serialization/resources/commons/types/UserData.js +17 -7
- package/serialization/resources/commons/types/UserMessage.js +17 -7
- package/serialization/resources/commons/types/UserMessageAttachment.js +17 -7
- package/serialization/resources/commons/types/UserMessageBase.js +17 -7
- package/serialization/resources/commons/types/VisibilityType.js +17 -7
- package/serialization/resources/commons/types/index.d.ts +23 -3
- package/serialization/resources/commons/types/index.js +23 -3
- package/serialization/resources/conversation/client/addConversationMetadata.js +17 -7
- package/serialization/resources/conversation/client/appendNewMessages.js +17 -7
- package/serialization/resources/conversation/client/index.js +17 -7
- package/serialization/resources/conversation/types/AskRequest.js +17 -7
- package/serialization/resources/conversation/types/AskStreamActionEvent.js +17 -7
- package/serialization/resources/conversation/types/AskStreamChartEvent.js +17 -7
- package/serialization/resources/conversation/types/AskStreamEndEvent.js +17 -7
- package/serialization/resources/conversation/types/AskStreamMetadataEvent.js +17 -7
- package/serialization/resources/conversation/types/AskStreamStartEvent.js +17 -7
- package/serialization/resources/conversation/types/AskStreamTextEvent.js +17 -7
- package/serialization/resources/conversation/types/Attachment.js +17 -7
- package/serialization/resources/conversation/types/CategorizationResponse.js +17 -7
- package/serialization/resources/conversation/types/ConversationField.d.ts +1 -1
- package/serialization/resources/conversation/types/ConversationField.js +18 -7
- package/serialization/resources/conversation/types/ConversationFilter.d.ts +3 -0
- package/serialization/resources/conversation/types/ConversationFilter.js +20 -7
- package/serialization/resources/conversation/types/ConversationMessageRequest.js +17 -7
- package/serialization/resources/conversation/types/ConversationMetadata.d.ts +12 -0
- package/{dist/serialization/resources/commons/types/ConversationBase.js → serialization/resources/conversation/types/ConversationMetadata.js} +20 -17
- package/serialization/resources/conversation/types/ConversationRequest.d.ts +9 -2
- package/serialization/resources/conversation/types/ConversationRequest.js +27 -12
- package/serialization/resources/conversation/types/ConversationsResponse.d.ts +14 -0
- package/serialization/resources/conversation/types/ConversationsResponse.js +47 -0
- package/serialization/resources/conversation/types/ConversationsSearchRequest.d.ts +16 -0
- package/serialization/resources/conversation/types/ConversationsSearchRequest.js +49 -0
- package/serialization/resources/conversation/types/FeedbackField.js +17 -7
- package/serialization/resources/conversation/types/FeedbackFilter.js +17 -7
- package/serialization/resources/conversation/types/FeedbackRequest.js +17 -7
- package/serialization/resources/conversation/types/GenerateMavenSuggestionsRequest.js +17 -7
- package/serialization/resources/conversation/types/NumericConversationField.d.ts +1 -1
- package/serialization/resources/conversation/types/NumericConversationField.js +18 -7
- package/serialization/resources/conversation/types/Quality.js +17 -7
- package/serialization/resources/conversation/types/QualityReason.js +17 -7
- package/serialization/resources/conversation/types/ResolutionStatus.d.ts +10 -0
- package/{dist/serialization/resources/knowledge/types/KnowledgeBaseType.js → serialization/resources/conversation/types/ResolutionStatus.js} +19 -9
- package/serialization/resources/conversation/types/StreamResponse.js +17 -7
- package/serialization/resources/conversation/types/SubmitActionFormRequest.js +17 -7
- package/serialization/resources/conversation/types/UpdateMetadataRequest.d.ts +13 -0
- package/serialization/resources/conversation/types/UpdateMetadataRequest.js +44 -0
- package/serialization/resources/conversation/types/index.d.ts +5 -0
- package/serialization/resources/conversation/types/index.js +5 -0
- package/serialization/resources/inbox/index.d.ts +1 -0
- package/serialization/resources/inbox/index.js +17 -0
- package/serialization/resources/inbox/types/AddDocumentFixRequest.d.ts +14 -0
- package/serialization/resources/inbox/types/AddDocumentFixRequest.js +45 -0
- package/serialization/resources/inbox/types/ApplyInboxItemFixRequest.d.ts +14 -0
- package/serialization/resources/inbox/types/ApplyInboxItemFixRequest.js +45 -0
- package/serialization/resources/inbox/types/BaseInboxSearchRequest.d.ts +13 -0
- package/serialization/resources/inbox/types/BaseInboxSearchRequest.js +44 -0
- package/serialization/resources/inbox/types/InboxSearchRequest.d.ts +18 -0
- package/serialization/resources/inbox/types/InboxSearchRequest.js +51 -0
- package/serialization/resources/inbox/types/InboxSearchResponse.d.ts +14 -0
- package/serialization/resources/inbox/types/InboxSearchResponse.js +47 -0
- package/serialization/resources/inbox/types/index.d.ts +5 -0
- package/serialization/resources/inbox/types/index.js +21 -0
- package/serialization/resources/index.d.ts +4 -0
- package/serialization/resources/index.js +22 -8
- package/serialization/resources/knowledge/types/BaseKnowledgeDocument.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeBaseProperties.d.ts +0 -3
- package/serialization/resources/knowledge/types/KnowledgeBaseProperties.js +17 -10
- package/serialization/resources/knowledge/types/KnowledgeBaseRequest.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeBaseVersion.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeBaseVersionType.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeDocumentContentType.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeDocumentRequest.js +17 -7
- package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +17 -7
- package/serialization/resources/knowledge/types/index.d.ts +0 -1
- package/serialization/resources/knowledge/types/index.js +0 -1
- package/serialization/resources/realtime/index.d.ts +1 -0
- package/serialization/resources/realtime/index.js +17 -0
- package/serialization/resources/realtime/types/AudioPublishEvent.d.ts +12 -0
- package/serialization/resources/realtime/types/AudioPublishEvent.js +43 -0
- package/serialization/resources/realtime/types/AudioSubscribeEvent.d.ts +12 -0
- package/serialization/resources/realtime/types/AudioSubscribeEvent.js +43 -0
- package/serialization/resources/realtime/types/ControlEvent.d.ts +12 -0
- package/serialization/resources/realtime/types/ControlEvent.js +43 -0
- package/serialization/resources/realtime/types/PublishEvent.d.ts +14 -0
- package/serialization/resources/realtime/types/PublishEvent.js +49 -0
- package/serialization/resources/realtime/types/SubscribeEvent.d.ts +24 -0
- package/serialization/resources/realtime/types/SubscribeEvent.js +53 -0
- package/serialization/resources/realtime/types/index.d.ts +5 -0
- package/serialization/resources/realtime/types/index.js +21 -0
- package/serialization/resources/translations/types/TranslationRequest.js +17 -7
- package/serialization/resources/translations/types/TranslationResponse.js +17 -7
- package/serialization/resources/triggers/types/EventTriggerRequest.js +17 -7
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/commons/types/ConversationBase.d.ts +0 -20
- package/api/resources/knowledge/types/KnowledgeBaseType.d.ts +0 -12
- package/dist/api/resources/commons/types/ConversationBase.d.ts +0 -20
- package/dist/api/resources/knowledge/types/KnowledgeBaseType.d.ts +0 -12
- package/dist/serialization/resources/commons/types/ConversationBase.d.ts +0 -19
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseType.d.ts +0 -10
- package/serialization/resources/commons/types/ConversationBase.d.ts +0 -19
- package/serialization/resources/knowledge/types/KnowledgeBaseType.d.ts +0 -10
- /package/api/resources/analytics/types/{BarChartRequest.js → ConversationBarChartRequest.js} +0 -0
- /package/api/resources/analytics/types/{DateHistogramRequest.js → ConversationDateHistogramRequest.js} +0 -0
- /package/api/resources/analytics/types/{PieChartRequest.js → ConversationPieChartRequest.js} +0 -0
- /package/api/resources/commons/types/{ConversationBase.js → BaseConversationResponse.js} +0 -0
- /package/{dist/api/resources/analytics/types/BarChartRequest.js → api/resources/commons/types/BasePaginatedRequest.js} +0 -0
- /package/{dist/api/resources/analytics/types/DateHistogramRequest.js → api/resources/commons/types/ConversationInformation.js} +0 -0
- /package/{dist/api/resources/analytics/types/PieChartRequest.js → api/resources/commons/types/ConversationPreview.js} +0 -0
- /package/{dist/api/resources/commons/types/ConversationBase.js → api/resources/commons/types/DocumentInformation.js} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { APIResponse } from "./APIResponse";
|
|
2
|
-
export
|
|
2
|
+
export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
|
|
3
3
|
export declare namespace Fetcher {
|
|
4
4
|
interface Args {
|
|
5
5
|
url: string;
|
|
6
6
|
method: string;
|
|
7
7
|
contentType?: string;
|
|
8
8
|
headers?: Record<string, string | undefined>;
|
|
9
|
-
queryParameters?: Record<string, string | string[] | object | object[]>;
|
|
9
|
+
queryParameters?: Record<string, string | string[] | object | object[] | null>;
|
|
10
10
|
body?: unknown;
|
|
11
11
|
timeoutMs?: number;
|
|
12
12
|
maxRetries?: number;
|
package/core/fetcher/Fetcher.js
CHANGED
|
@@ -9,7 +9,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.fetcher =
|
|
12
|
+
exports.fetcher = void 0;
|
|
13
|
+
exports.fetcherImpl = fetcherImpl;
|
|
14
|
+
const json_1 = require("../json");
|
|
13
15
|
const createRequestUrl_1 = require("./createRequestUrl");
|
|
14
16
|
const getFetchFn_1 = require("./getFetchFn");
|
|
15
17
|
const getRequestBody_1 = require("./getRequestBody");
|
|
@@ -30,7 +32,7 @@ function fetcherImpl(args) {
|
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
const url = (0, createRequestUrl_1.createRequestUrl)(args.url, args.queryParameters);
|
|
33
|
-
|
|
35
|
+
const requestBody = yield (0, getRequestBody_1.getRequestBody)({
|
|
34
36
|
body: args.body,
|
|
35
37
|
type: args.requestType === "json" ? "json" : "other",
|
|
36
38
|
});
|
|
@@ -39,7 +41,7 @@ function fetcherImpl(args) {
|
|
|
39
41
|
const response = yield (0, requestWithRetries_1.requestWithRetries)(() => __awaiter(this, void 0, void 0, function* () {
|
|
40
42
|
return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, headers, requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
|
|
41
43
|
}), args.maxRetries);
|
|
42
|
-
|
|
44
|
+
const responseBody = yield (0, getResponseBody_1.getResponseBody)(response, args.responseType);
|
|
43
45
|
if (response.status >= 200 && response.status < 400) {
|
|
44
46
|
return {
|
|
45
47
|
ok: true,
|
|
@@ -89,11 +91,10 @@ function fetcherImpl(args) {
|
|
|
89
91
|
ok: false,
|
|
90
92
|
error: {
|
|
91
93
|
reason: "unknown",
|
|
92
|
-
errorMessage:
|
|
94
|
+
errorMessage: (0, json_1.toJson)(error),
|
|
93
95
|
},
|
|
94
96
|
};
|
|
95
97
|
}
|
|
96
98
|
});
|
|
97
99
|
}
|
|
98
|
-
exports.fetcherImpl = fetcherImpl;
|
|
99
100
|
exports.fetcher = fetcherImpl;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[]>): string;
|
|
1
|
+
export declare function createRequestUrl(baseUrl: string, queryParameters?: Record<string, string | string[] | object | object[] | null>): string;
|
|
@@ -3,11 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.createRequestUrl =
|
|
6
|
+
exports.createRequestUrl = createRequestUrl;
|
|
7
7
|
const qs_1 = __importDefault(require("qs"));
|
|
8
8
|
function createRequestUrl(baseUrl, queryParameters) {
|
|
9
9
|
return Object.keys(queryParameters !== null && queryParameters !== void 0 ? queryParameters : {}).length > 0
|
|
10
10
|
? `${baseUrl}?${qs_1.default.stringify(queryParameters, { arrayFormat: "repeat" })}`
|
|
11
11
|
: baseUrl;
|
|
12
12
|
}
|
|
13
|
-
exports.createRequestUrl = createRequestUrl;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -32,7 +42,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
32
42
|
});
|
|
33
43
|
};
|
|
34
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.getFetchFn =
|
|
45
|
+
exports.getFetchFn = getFetchFn;
|
|
36
46
|
const runtime_1 = require("../runtime");
|
|
37
47
|
/**
|
|
38
48
|
* Returns a fetch function based on the runtime
|
|
@@ -56,4 +66,3 @@ function getFetchFn() {
|
|
|
56
66
|
return (yield Promise.resolve().then(() => __importStar(require("node-fetch")))).default;
|
|
57
67
|
});
|
|
58
68
|
}
|
|
59
|
-
exports.getFetchFn = getFetchFn;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getHeader =
|
|
3
|
+
exports.getHeader = getHeader;
|
|
4
4
|
function getHeader(headers, header) {
|
|
5
5
|
for (const [headerKey, headerValue] of Object.entries(headers)) {
|
|
6
6
|
if (headerKey.toLowerCase() === header.toLowerCase()) {
|
|
@@ -9,4 +9,3 @@ function getHeader(headers, header) {
|
|
|
9
9
|
}
|
|
10
10
|
return undefined;
|
|
11
11
|
}
|
|
12
|
-
exports.getHeader = getHeader;
|
|
@@ -9,15 +9,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.getRequestBody =
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
exports.getRequestBody = getRequestBody;
|
|
13
|
+
const json_1 = require("../json");
|
|
14
|
+
function getRequestBody(_a) {
|
|
15
|
+
return __awaiter(this, arguments, void 0, function* ({ body, type }) {
|
|
15
16
|
if (type.includes("json")) {
|
|
16
|
-
return
|
|
17
|
+
return (0, json_1.toJson)(body);
|
|
17
18
|
}
|
|
18
19
|
else {
|
|
19
20
|
return body;
|
|
20
21
|
}
|
|
21
22
|
});
|
|
22
23
|
}
|
|
23
|
-
exports.getRequestBody = getRequestBody;
|
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.getResponseBody =
|
|
12
|
+
exports.getResponseBody = getResponseBody;
|
|
13
13
|
const chooseStreamWrapper_1 = require("./stream-wrappers/chooseStreamWrapper");
|
|
14
14
|
function getResponseBody(response, responseType) {
|
|
15
15
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -52,4 +52,3 @@ function getResponseBody(response, responseType) {
|
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
|
-
exports.getResponseBody = getResponseBody;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number
|
|
1
|
+
export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
|
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.requestWithRetries =
|
|
12
|
+
exports.requestWithRetries = requestWithRetries;
|
|
13
13
|
const INITIAL_RETRY_DELAY = 1000; // in milliseconds
|
|
14
14
|
const MAX_RETRY_DELAY = 60000; // in milliseconds
|
|
15
15
|
const DEFAULT_MAX_RETRIES = 2;
|
|
@@ -19,11 +19,11 @@ function addJitter(delay) {
|
|
|
19
19
|
const jitterMultiplier = 1 + (Math.random() * 2 - 1) * JITTER_FACTOR;
|
|
20
20
|
return delay * jitterMultiplier;
|
|
21
21
|
}
|
|
22
|
-
function requestWithRetries(
|
|
23
|
-
return __awaiter(this,
|
|
22
|
+
function requestWithRetries(requestFn_1) {
|
|
23
|
+
return __awaiter(this, arguments, void 0, function* (requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
|
|
24
24
|
let response = yield requestFn();
|
|
25
25
|
for (let i = 0; i < maxRetries; ++i) {
|
|
26
|
-
if ([408,
|
|
26
|
+
if ([408, 429].includes(response.status) || response.status >= 500) {
|
|
27
27
|
// Calculate base delay using exponential backoff (in milliseconds)
|
|
28
28
|
const baseDelay = Math.min(INITIAL_RETRY_DELAY * Math.pow(2, i), MAX_RETRY_DELAY);
|
|
29
29
|
// Add jitter to the delay
|
|
@@ -38,4 +38,3 @@ function requestWithRetries(requestFn, maxRetries = DEFAULT_MAX_RETRIES) {
|
|
|
38
38
|
return response;
|
|
39
39
|
});
|
|
40
40
|
}
|
|
41
|
-
exports.requestWithRetries = requestWithRetries;
|
package/core/fetcher/signals.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.getTimeoutSignal = getTimeoutSignal;
|
|
4
|
+
exports.anySignal = anySignal;
|
|
4
5
|
const TIMEOUT = "timeout";
|
|
5
6
|
function getTimeoutSignal(timeoutMs) {
|
|
6
7
|
const controller = new AbortController();
|
|
7
8
|
const abortId = setTimeout(() => controller.abort(TIMEOUT), timeoutMs);
|
|
8
9
|
return { signal: controller.signal, abortId };
|
|
9
10
|
}
|
|
10
|
-
exports.getTimeoutSignal = getTimeoutSignal;
|
|
11
11
|
/**
|
|
12
12
|
* Returns an abort signal that is getting aborted when
|
|
13
13
|
* at least one of the specified abort signals is aborted.
|
|
@@ -34,4 +34,3 @@ function anySignal(...args) {
|
|
|
34
34
|
}
|
|
35
35
|
return controller.signal;
|
|
36
36
|
}
|
|
37
|
-
exports.anySignal = anySignal;
|
|
@@ -76,21 +76,23 @@ class NodePre18StreamWrapper {
|
|
|
76
76
|
this.encoding = encoding;
|
|
77
77
|
}
|
|
78
78
|
text() {
|
|
79
|
-
var e_1, _a;
|
|
80
79
|
return __awaiter(this, void 0, void 0, function* () {
|
|
80
|
+
var _a, e_1, _b, _c;
|
|
81
81
|
const chunks = [];
|
|
82
82
|
const encoder = new TextEncoder();
|
|
83
83
|
this.readableStream.setEncoding((this.encoding || "utf-8"));
|
|
84
84
|
try {
|
|
85
|
-
for (var
|
|
86
|
-
|
|
85
|
+
for (var _d = true, _e = __asyncValues(this.readableStream), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
|
|
86
|
+
_c = _f.value;
|
|
87
|
+
_d = false;
|
|
88
|
+
const chunk = _c;
|
|
87
89
|
chunks.push(encoder.encode(chunk));
|
|
88
90
|
}
|
|
89
91
|
}
|
|
90
92
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
91
93
|
finally {
|
|
92
94
|
try {
|
|
93
|
-
if (
|
|
95
|
+
if (!_d && !_a && (_b = _e.return)) yield _b.call(_e);
|
|
94
96
|
}
|
|
95
97
|
finally { if (e_1) throw e_1.error; }
|
|
96
98
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StreamWrapper } from "./chooseStreamWrapper";
|
|
2
|
-
|
|
2
|
+
type EventCallback = (data?: any) => void;
|
|
3
3
|
export declare class UndiciStreamWrapper<ReadFormat extends Uint8Array | Uint16Array | Uint32Array> implements StreamWrapper<UndiciStreamWrapper<ReadFormat> | WritableStream<ReadFormat>, ReadFormat> {
|
|
4
4
|
private readableStream;
|
|
5
5
|
private reader;
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -32,7 +42,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
32
42
|
});
|
|
33
43
|
};
|
|
34
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.chooseStreamWrapper =
|
|
45
|
+
exports.chooseStreamWrapper = chooseStreamWrapper;
|
|
36
46
|
const runtime_1 = require("../../runtime");
|
|
37
47
|
function chooseStreamWrapper(responseBody) {
|
|
38
48
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -47,4 +57,3 @@ function chooseStreamWrapper(responseBody) {
|
|
|
47
57
|
}
|
|
48
58
|
});
|
|
49
59
|
}
|
|
50
|
-
exports.chooseStreamWrapper = chooseStreamWrapper;
|
package/core/index.d.ts
CHANGED
package/core/index.js
CHANGED
|
@@ -18,15 +18,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
18
18
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
19
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
20
|
};
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
28
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
39
|
exports.serialization = void 0;
|
|
40
|
+
__exportStar(require("./websocket"), exports);
|
|
30
41
|
__exportStar(require("./fetcher"), exports);
|
|
31
42
|
__exportStar(require("./runtime"), exports);
|
|
32
43
|
__exportStar(require("./auth"), exports);
|
package/core/json.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Serialize a value to JSON
|
|
3
|
+
* @param value A JavaScript value, usually an object or array, to be converted.
|
|
4
|
+
* @param replacer A function that transforms the results.
|
|
5
|
+
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
|
|
6
|
+
* @returns JSON string
|
|
7
|
+
*/
|
|
8
|
+
export declare const toJson: (value: unknown, replacer?: (this: unknown, key: string, value: unknown) => unknown, space?: string | number) => string;
|
|
9
|
+
/**
|
|
10
|
+
* Parse JSON string to object, array, or other type
|
|
11
|
+
* @param text A valid JSON string.
|
|
12
|
+
* @param reviver A function that transforms the results. This function is called for each member of the object. If a member contains nested objects, the nested objects are transformed before the parent object is.
|
|
13
|
+
* @returns Parsed object, array, or other type
|
|
14
|
+
*/
|
|
15
|
+
export declare function fromJson<T = unknown>(text: string, reviver?: (this: unknown, key: string, value: unknown) => unknown): T;
|
package/core/json.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.toJson = void 0;
|
|
4
|
+
exports.fromJson = fromJson;
|
|
5
|
+
/**
|
|
6
|
+
* Serialize a value to JSON
|
|
7
|
+
* @param value A JavaScript value, usually an object or array, to be converted.
|
|
8
|
+
* @param replacer A function that transforms the results.
|
|
9
|
+
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
|
|
10
|
+
* @returns JSON string
|
|
11
|
+
*/
|
|
12
|
+
const toJson = (value, replacer, space) => {
|
|
13
|
+
return JSON.stringify(value, replacer, space);
|
|
14
|
+
};
|
|
15
|
+
exports.toJson = toJson;
|
|
16
|
+
/**
|
|
17
|
+
* Parse JSON string to object, array, or other type
|
|
18
|
+
* @param text A valid JSON string.
|
|
19
|
+
* @param reviver A function that transforms the results. This function is called for each member of the object. If a member contains nested objects, the nested objects are transformed before the parent object is.
|
|
20
|
+
* @returns Parsed object, array, or other type
|
|
21
|
+
*/
|
|
22
|
+
function fromJson(text, reviver) {
|
|
23
|
+
return JSON.parse(text, reviver);
|
|
24
|
+
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const RUNTIME: Runtime;
|
|
5
5
|
export interface Runtime {
|
|
6
|
-
type: "browser" | "web-worker" | "deno" | "bun" | "node" | "react-native" | "unknown" | "workerd";
|
|
6
|
+
type: "browser" | "web-worker" | "deno" | "bun" | "node" | "react-native" | "unknown" | "workerd" | "edge-runtime";
|
|
7
7
|
version?: string;
|
|
8
8
|
parsedVersion?: number;
|
|
9
9
|
}
|
package/core/runtime/runtime.js
CHANGED
|
@@ -1,80 +1,85 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var _a, _b, _c, _d, _e;
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
3
|
exports.RUNTIME = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* A constant that indicates whether the environment the code is running is a Web Browser.
|
|
7
|
-
*/
|
|
8
|
-
const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
9
|
-
/**
|
|
10
|
-
* A constant that indicates whether the environment the code is running is a Web Worker.
|
|
11
|
-
*/
|
|
12
|
-
const isWebWorker = typeof self === "object" &&
|
|
13
|
-
// @ts-ignore
|
|
14
|
-
typeof (self === null || self === void 0 ? void 0 : self.importScripts) === "function" &&
|
|
15
|
-
(((_a = self.constructor) === null || _a === void 0 ? void 0 : _a.name) === "DedicatedWorkerGlobalScope" ||
|
|
16
|
-
((_b = self.constructor) === null || _b === void 0 ? void 0 : _b.name) === "ServiceWorkerGlobalScope" ||
|
|
17
|
-
((_c = self.constructor) === null || _c === void 0 ? void 0 : _c.name) === "SharedWorkerGlobalScope");
|
|
18
|
-
/**
|
|
19
|
-
* A constant that indicates whether the environment the code is running is Deno.
|
|
20
|
-
*/
|
|
21
|
-
const isDeno = typeof Deno !== "undefined" && typeof Deno.version !== "undefined" && typeof Deno.version.deno !== "undefined";
|
|
22
|
-
/**
|
|
23
|
-
* A constant that indicates whether the environment the code is running is Bun.sh.
|
|
24
|
-
*/
|
|
25
|
-
const isBun = typeof Bun !== "undefined" && typeof Bun.version !== "undefined";
|
|
26
|
-
/**
|
|
27
|
-
* A constant that indicates whether the environment the code is running is Node.JS.
|
|
28
|
-
*/
|
|
29
|
-
const isNode = typeof process !== "undefined" &&
|
|
30
|
-
Boolean(process.version) &&
|
|
31
|
-
Boolean((_d = process.versions) === null || _d === void 0 ? void 0 : _d.node) &&
|
|
32
|
-
// Deno spoofs process.versions.node, see https://deno.land/std@0.177.0/node/process.ts?s=versions
|
|
33
|
-
!isDeno &&
|
|
34
|
-
!isBun;
|
|
35
|
-
/**
|
|
36
|
-
* A constant that indicates whether the environment the code is running is in React-Native.
|
|
37
|
-
* https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Core/setUpNavigator.js
|
|
38
|
-
*/
|
|
39
|
-
const isReactNative = typeof navigator !== "undefined" && (navigator === null || navigator === void 0 ? void 0 : navigator.product) === "ReactNative";
|
|
40
|
-
/**
|
|
41
|
-
* A constant that indicates whether the environment the code is running is Cloudflare.
|
|
42
|
-
* https://developers.cloudflare.com/workers/runtime-apis/web-standards/#navigatoruseragent
|
|
43
|
-
*/
|
|
44
|
-
const isCloudflare = typeof globalThis !== "undefined" && ((_e = globalThis === null || globalThis === void 0 ? void 0 : globalThis.navigator) === null || _e === void 0 ? void 0 : _e.userAgent) === "Cloudflare-Workers";
|
|
45
4
|
/**
|
|
46
5
|
* A constant that indicates which environment and version the SDK is running in.
|
|
47
6
|
*/
|
|
48
7
|
exports.RUNTIME = evaluateRuntime();
|
|
49
8
|
function evaluateRuntime() {
|
|
9
|
+
var _a, _b, _c, _d, _e;
|
|
10
|
+
/**
|
|
11
|
+
* A constant that indicates whether the environment the code is running is a Web Browser.
|
|
12
|
+
*/
|
|
13
|
+
const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined";
|
|
50
14
|
if (isBrowser) {
|
|
51
15
|
return {
|
|
52
16
|
type: "browser",
|
|
53
17
|
version: window.navigator.userAgent,
|
|
54
18
|
};
|
|
55
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* A constant that indicates whether the environment the code is running is Cloudflare.
|
|
22
|
+
* https://developers.cloudflare.com/workers/runtime-apis/web-standards/#navigatoruseragent
|
|
23
|
+
*/
|
|
24
|
+
const isCloudflare = typeof globalThis !== "undefined" && ((_a = globalThis === null || globalThis === void 0 ? void 0 : globalThis.navigator) === null || _a === void 0 ? void 0 : _a.userAgent) === "Cloudflare-Workers";
|
|
56
25
|
if (isCloudflare) {
|
|
57
26
|
return {
|
|
58
27
|
type: "workerd",
|
|
59
28
|
};
|
|
60
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* A constant that indicates whether the environment the code is running is Edge Runtime.
|
|
32
|
+
* https://vercel.com/docs/functions/runtimes/edge-runtime#check-if-you're-running-on-the-edge-runtime
|
|
33
|
+
*/
|
|
34
|
+
const isEdgeRuntime = typeof EdgeRuntime === "string";
|
|
35
|
+
if (isEdgeRuntime) {
|
|
36
|
+
return {
|
|
37
|
+
type: "edge-runtime",
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A constant that indicates whether the environment the code is running is a Web Worker.
|
|
42
|
+
*/
|
|
43
|
+
const isWebWorker = typeof self === "object" &&
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
typeof (self === null || self === void 0 ? void 0 : self.importScripts) === "function" &&
|
|
46
|
+
(((_b = self.constructor) === null || _b === void 0 ? void 0 : _b.name) === "DedicatedWorkerGlobalScope" ||
|
|
47
|
+
((_c = self.constructor) === null || _c === void 0 ? void 0 : _c.name) === "ServiceWorkerGlobalScope" ||
|
|
48
|
+
((_d = self.constructor) === null || _d === void 0 ? void 0 : _d.name) === "SharedWorkerGlobalScope");
|
|
61
49
|
if (isWebWorker) {
|
|
62
50
|
return {
|
|
63
51
|
type: "web-worker",
|
|
64
52
|
};
|
|
65
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* A constant that indicates whether the environment the code is running is Deno.
|
|
56
|
+
* FYI Deno spoofs process.versions.node, see https://deno.land/std@0.177.0/node/process.ts?s=versions
|
|
57
|
+
*/
|
|
58
|
+
const isDeno = typeof Deno !== "undefined" && typeof Deno.version !== "undefined" && typeof Deno.version.deno !== "undefined";
|
|
66
59
|
if (isDeno) {
|
|
67
60
|
return {
|
|
68
61
|
type: "deno",
|
|
69
62
|
version: Deno.version.deno,
|
|
70
63
|
};
|
|
71
64
|
}
|
|
65
|
+
/**
|
|
66
|
+
* A constant that indicates whether the environment the code is running is Bun.sh.
|
|
67
|
+
*/
|
|
68
|
+
const isBun = typeof Bun !== "undefined" && typeof Bun.version !== "undefined";
|
|
72
69
|
if (isBun) {
|
|
73
70
|
return {
|
|
74
71
|
type: "bun",
|
|
75
72
|
version: Bun.version,
|
|
76
73
|
};
|
|
77
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* A constant that indicates whether the environment the code is running is Node.JS.
|
|
77
|
+
*/
|
|
78
|
+
const isNode = typeof process !== "undefined" &&
|
|
79
|
+
"version" in process &&
|
|
80
|
+
!!process.version &&
|
|
81
|
+
"versions" in process &&
|
|
82
|
+
!!((_e = process.versions) === null || _e === void 0 ? void 0 : _e.node);
|
|
78
83
|
if (isNode) {
|
|
79
84
|
return {
|
|
80
85
|
type: "node",
|
|
@@ -82,6 +87,11 @@ function evaluateRuntime() {
|
|
|
82
87
|
parsedVersion: Number(process.versions.node.split(".")[0]),
|
|
83
88
|
};
|
|
84
89
|
}
|
|
90
|
+
/**
|
|
91
|
+
* A constant that indicates whether the environment the code is running is in React-Native.
|
|
92
|
+
* https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Core/setUpNavigator.js
|
|
93
|
+
*/
|
|
94
|
+
const isReactNative = typeof navigator !== "undefined" && (navigator === null || navigator === void 0 ? void 0 : navigator.product) === "ReactNative";
|
|
85
95
|
if (isReactNative) {
|
|
86
96
|
return {
|
|
87
97
|
type: "react-native",
|
package/core/schemas/Schema.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SchemaUtils } from "./builders";
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
2
|
+
export type Schema<Raw = unknown, Parsed = unknown> = BaseSchema<Raw, Parsed> & SchemaUtils<Raw, Parsed>;
|
|
3
|
+
export type inferRaw<S extends Schema> = S extends Schema<infer Raw, any> ? Raw : never;
|
|
4
|
+
export type inferParsed<S extends Schema> = S extends Schema<any, infer Parsed> ? Parsed : never;
|
|
5
5
|
export interface BaseSchema<Raw, Parsed> {
|
|
6
6
|
parse: (raw: unknown, opts?: SchemaOptions) => MaybeValid<Parsed>;
|
|
7
7
|
json: (parsed: unknown, opts?: SchemaOptions) => MaybeValid<Raw>;
|
|
@@ -24,10 +24,12 @@ export declare const SchemaType: {
|
|
|
24
24
|
readonly SET: "set";
|
|
25
25
|
readonly UNION: "union";
|
|
26
26
|
readonly UNDISCRIMINATED_UNION: "undiscriminatedUnion";
|
|
27
|
+
readonly NULLABLE: "nullable";
|
|
27
28
|
readonly OPTIONAL: "optional";
|
|
29
|
+
readonly OPTIONAL_NULLABLE: "optionalNullable";
|
|
28
30
|
};
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
+
export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
|
|
32
|
+
export type MaybeValid<T> = Valid<T> | Invalid;
|
|
31
33
|
export interface Valid<T> {
|
|
32
34
|
ok: true;
|
|
33
35
|
value: T;
|
package/core/schemas/Schema.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Schema } from "../../Schema";
|
|
2
|
-
export declare function bigint(): Schema<
|
|
2
|
+
export declare function bigint(): Schema<bigint | number, bigint>;
|