mavenagi 1.2.0 → 1.2.3
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 +3 -0
- package/Client.js +33 -28
- package/README.md +1 -1
- package/api/resources/actions/client/Client.d.ts +2 -2
- package/api/resources/actions/client/Client.js +5 -5
- package/api/resources/actions/client/requests/ActionPatchRequest.d.ts +24 -0
- package/api/resources/actions/client/requests/index.d.ts +1 -0
- package/api/resources/actions/types/index.d.ts +0 -1
- package/api/resources/actions/types/index.js +0 -1
- package/api/resources/agentCapabilities/client/Client.d.ts +85 -0
- package/api/resources/agentCapabilities/client/Client.js +349 -0
- package/api/resources/agentCapabilities/client/index.d.ts +1 -0
- package/api/resources/agentCapabilities/client/index.js +2 -0
- package/api/resources/agentCapabilities/index.d.ts +2 -0
- package/api/resources/agentCapabilities/index.js +18 -0
- package/api/resources/agentCapabilities/types/ActionCapability.d.ts +16 -0
- package/api/resources/agentCapabilities/types/AgentCapability.d.ts +13 -0
- package/api/resources/agentCapabilities/types/AgentCapabilityBase.d.ts +15 -0
- package/api/resources/agentCapabilities/types/AgentCapabilityField.d.ts +11 -0
- package/api/resources/agentCapabilities/types/AgentCapabilityField.js +13 -0
- package/api/resources/agentCapabilities/types/AgentCapabilityListRequest.d.ts +14 -0
- package/api/resources/agentCapabilities/types/AgentCapabilityType.d.ts +8 -0
- package/api/resources/agentCapabilities/types/AgentCapabilityType.js +10 -0
- package/api/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.d.ts +8 -0
- package/api/resources/agentCapabilities/types/PatchAgentCapabilityRequest.d.ts +11 -0
- package/api/resources/agentCapabilities/types/TriggerCapability.d.ts +7 -0
- package/api/resources/agentCapabilities/types/TriggerType.d.ts +10 -0
- package/api/resources/agentCapabilities/types/TriggerType.js +12 -0
- package/api/resources/agentCapabilities/types/index.d.ts +10 -0
- package/api/resources/agentCapabilities/types/index.js +26 -0
- package/api/resources/agents/types/Agent.d.ts +2 -0
- package/api/resources/agents/types/AgentPatchRequest.d.ts +2 -0
- package/api/resources/agents/types/PiiCategory.d.ts +2 -2
- package/api/resources/agents/types/PiiCategory.js +1 -1
- package/api/resources/analytics/client/Client.d.ts +25 -0
- package/api/resources/analytics/client/Client.js +103 -0
- package/api/resources/analytics/types/AgentUserAnalyticsRequest.d.ts +14 -0
- package/api/resources/analytics/types/AgentUserColumnDefinition.d.ts +8 -0
- package/api/resources/analytics/types/AgentUserCount.d.ts +8 -0
- package/api/resources/analytics/types/AgentUserMetric.d.ts +13 -0
- package/api/resources/analytics/types/AgentUserRow.d.ts +11 -0
- package/api/resources/analytics/types/AgentUserTableRequest.d.ts +30 -0
- package/api/resources/analytics/types/AgentUserTableResponse.d.ts +28 -0
- package/api/resources/analytics/types/ConversationAnalyticsRequest.d.ts +6 -0
- package/api/resources/analytics/types/FeedbackAnalyticsRequest.d.ts +6 -0
- package/api/resources/analytics/types/FieldValue.d.ts +1 -1
- package/api/resources/analytics/types/index.d.ts +7 -0
- package/api/resources/analytics/types/index.js +7 -0
- package/api/resources/commons/types/ActionExecutionParamValue.d.ts +14 -0
- package/api/resources/commons/types/ActionOAuthConfiguration.d.ts +12 -0
- package/api/resources/commons/types/ActionParameter.d.ts +20 -1
- package/api/resources/commons/types/ActionParameterType.d.ts +9 -1
- package/api/resources/commons/types/ActionParameterType.js +2 -0
- package/api/resources/commons/types/BotLogicActionExecutedDetail.d.ts +1 -1
- package/api/resources/commons/types/BotOAuthButtonResponse.d.ts +12 -0
- package/api/resources/commons/types/BotResponse.d.ts +4 -1
- package/api/resources/commons/types/Capability.d.ts +2 -1
- package/api/resources/commons/types/Capability.js +1 -0
- package/api/resources/commons/types/EntityResult.d.ts +8 -0
- package/{dist/api/resources/events → api/resources/commons}/types/EventBaseNoId.d.ts +1 -1
- package/api/resources/{events → commons}/types/EventFilter.d.ts +2 -1
- package/api/resources/commons/types/EventRequest.d.ts +13 -0
- package/api/resources/{events/types/UserInfo.d.ts → commons/types/EventUserInfo.d.ts} +1 -1
- package/api/resources/commons/types/EventUserInfoBase.d.ts +7 -0
- package/api/resources/commons/types/NovelSystemEvent.d.ts +8 -0
- package/api/resources/commons/types/NovelUserEvent.d.ts +16 -0
- package/api/resources/commons/types/QualityReason.d.ts +2 -1
- package/api/resources/commons/types/QualityReason.js +1 -0
- package/api/resources/commons/types/ResponseConfig.d.ts +1 -0
- package/api/resources/commons/types/ScopedEntity.d.ts +8 -0
- package/api/resources/{events → commons}/types/UserEvent.d.ts +1 -1
- package/api/resources/{events → commons}/types/UserEventName.d.ts +5 -1
- package/api/resources/{events → commons}/types/UserEventName.js +1 -0
- package/api/resources/commons/types/index.d.ts +38 -0
- package/api/resources/commons/types/index.js +38 -0
- package/api/resources/conversation/client/Client.js +4 -1
- package/api/resources/conversation/client/requests/ConversationGetRequest.d.ts +4 -0
- package/api/resources/conversation/types/ActionFormAttachment.d.ts +8 -0
- package/api/resources/conversation/types/ActionFormRequestParamValue.d.ts +5 -0
- package/api/resources/conversation/types/ActionFormRequestParamValue.js +5 -0
- package/api/resources/conversation/types/AskStreamOAuthButtonEvent.d.ts +6 -0
- package/api/resources/conversation/types/AskStreamOAuthButtonEvent.js +5 -0
- package/api/resources/conversation/types/ConversationFilter.d.ts +4 -0
- package/api/resources/conversation/types/StreamResponse.d.ts +4 -1
- package/api/resources/conversation/types/SubmitActionFormRequest.d.ts +2 -1
- package/api/resources/conversation/types/index.d.ts +3 -0
- package/api/resources/conversation/types/index.js +3 -0
- package/api/resources/events/client/Client.d.ts +26 -0
- package/api/resources/events/client/Client.js +104 -0
- package/api/resources/events/index.d.ts +0 -1
- package/api/resources/events/index.js +0 -1
- package/api/resources/index.d.ts +5 -3
- package/api/resources/index.js +6 -4
- package/api/resources/knowledge/client/Client.d.ts +43 -38
- package/api/resources/knowledge/client/Client.js +150 -60
- package/api/resources/knowledge/client/requests/KnowledgeBasePatchRequest.d.ts +30 -0
- package/api/resources/knowledge/client/requests/KnowledgeBasePatchRequest.js +5 -0
- package/api/resources/knowledge/client/requests/KnowledgeBaseVersionsListRequest.d.ts +13 -0
- package/api/resources/knowledge/client/requests/KnowledgeBaseVersionsListRequest.js +5 -0
- package/api/resources/knowledge/client/requests/KnowledgeDocumentGetRequest.d.ts +15 -0
- package/api/resources/knowledge/client/requests/KnowledgeDocumentGetRequest.js +5 -0
- package/api/resources/knowledge/client/requests/index.d.ts +3 -0
- package/api/resources/knowledge/types/KnowledgeBaseFilter.d.ts +2 -0
- package/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +2 -0
- package/api/resources/knowledge/types/KnowledgeBaseVersion.d.ts +1 -3
- package/api/resources/knowledge/types/KnowledgeBaseVersionRequest.d.ts +14 -0
- package/api/resources/knowledge/types/KnowledgeBaseVersionRequest.js +5 -0
- package/api/resources/knowledge/types/KnowledgeBaseVersionsListResponse.d.ts +8 -0
- package/api/resources/knowledge/types/KnowledgeBaseVersionsListResponse.js +5 -0
- package/api/resources/knowledge/types/KnowledgeDeleteRequest.d.ts +18 -0
- package/api/resources/knowledge/types/KnowledgeDeleteRequest.js +5 -0
- package/api/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +8 -0
- package/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +8 -3
- package/api/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +5 -2
- package/api/resources/knowledge/types/index.d.ts +3 -1
- package/api/resources/knowledge/types/index.js +3 -1
- package/api/resources/organizations/client/Client.d.ts +78 -0
- package/api/resources/organizations/client/Client.js +376 -0
- package/api/resources/organizations/index.d.ts +1 -0
- package/api/resources/organizations/index.js +1 -0
- package/api/resources/organizations/types/BaseOrganization.d.ts +9 -0
- package/api/resources/organizations/types/BaseOrganization.js +5 -0
- package/api/resources/organizations/types/CreateOrganizationRequest.d.ts +6 -0
- package/api/resources/organizations/types/CreateOrganizationRequest.js +5 -0
- package/api/resources/organizations/types/Organization.d.ts +8 -0
- package/api/resources/organizations/types/Organization.js +5 -0
- package/api/resources/organizations/types/OrganizationPatchRequest.d.ts +9 -0
- package/api/resources/organizations/types/OrganizationPatchRequest.js +5 -0
- package/api/resources/organizations/types/index.d.ts +4 -0
- package/api/resources/organizations/types/index.js +20 -0
- package/api/resources/triggers/types/EventTriggerType.d.ts +2 -1
- package/api/resources/triggers/types/EventTriggerType.js +1 -0
- package/api/resources/users/types/AgentUserFilter.d.ts +5 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +33 -28
- package/dist/api/resources/actions/client/Client.d.ts +2 -2
- package/dist/api/resources/actions/client/Client.js +5 -5
- package/dist/api/resources/actions/client/requests/ActionPatchRequest.d.ts +24 -0
- package/dist/api/resources/actions/client/requests/ActionPatchRequest.js +5 -0
- package/dist/api/resources/actions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/actions/types/index.d.ts +0 -1
- package/dist/api/resources/actions/types/index.js +0 -1
- package/dist/api/resources/agentCapabilities/client/Client.d.ts +85 -0
- package/dist/api/resources/agentCapabilities/client/Client.js +349 -0
- package/dist/api/resources/agentCapabilities/client/index.d.ts +1 -0
- package/dist/api/resources/agentCapabilities/client/index.js +2 -0
- package/dist/api/resources/agentCapabilities/index.d.ts +2 -0
- package/dist/api/resources/agentCapabilities/index.js +18 -0
- package/dist/api/resources/agentCapabilities/types/ActionCapability.d.ts +16 -0
- package/dist/api/resources/agentCapabilities/types/ActionCapability.js +5 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapability.d.ts +13 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapability.js +5 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityBase.d.ts +15 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityBase.js +5 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityField.d.ts +11 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityField.js +13 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityListRequest.d.ts +14 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityListRequest.js +5 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityType.d.ts +8 -0
- package/dist/api/resources/agentCapabilities/types/AgentCapabilityType.js +10 -0
- package/dist/api/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.d.ts +8 -0
- package/dist/api/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.js +5 -0
- package/dist/api/resources/agentCapabilities/types/PatchAgentCapabilityRequest.d.ts +11 -0
- package/dist/api/resources/agentCapabilities/types/PatchAgentCapabilityRequest.js +5 -0
- package/dist/api/resources/agentCapabilities/types/TriggerCapability.d.ts +7 -0
- package/dist/api/resources/agentCapabilities/types/TriggerCapability.js +5 -0
- package/dist/api/resources/agentCapabilities/types/TriggerType.d.ts +10 -0
- package/dist/api/resources/agentCapabilities/types/TriggerType.js +12 -0
- package/dist/api/resources/agentCapabilities/types/index.d.ts +10 -0
- package/dist/api/resources/agentCapabilities/types/index.js +26 -0
- package/dist/api/resources/agents/types/Agent.d.ts +2 -0
- package/dist/api/resources/agents/types/AgentPatchRequest.d.ts +2 -0
- package/dist/api/resources/agents/types/PiiCategory.d.ts +2 -2
- package/dist/api/resources/agents/types/PiiCategory.js +1 -1
- package/dist/api/resources/analytics/client/Client.d.ts +25 -0
- package/dist/api/resources/analytics/client/Client.js +103 -0
- package/dist/api/resources/analytics/types/AgentUserAnalyticsRequest.d.ts +14 -0
- package/dist/api/resources/analytics/types/AgentUserAnalyticsRequest.js +5 -0
- package/dist/api/resources/analytics/types/AgentUserColumnDefinition.d.ts +8 -0
- package/dist/api/resources/analytics/types/AgentUserColumnDefinition.js +5 -0
- package/dist/api/resources/analytics/types/AgentUserCount.d.ts +8 -0
- package/dist/api/resources/analytics/types/AgentUserCount.js +5 -0
- package/dist/api/resources/analytics/types/AgentUserMetric.d.ts +13 -0
- package/dist/api/resources/analytics/types/AgentUserMetric.js +5 -0
- package/dist/api/resources/analytics/types/AgentUserRow.d.ts +11 -0
- package/dist/api/resources/analytics/types/AgentUserRow.js +5 -0
- package/dist/api/resources/analytics/types/AgentUserTableRequest.d.ts +30 -0
- package/dist/api/resources/analytics/types/AgentUserTableRequest.js +5 -0
- package/dist/api/resources/analytics/types/AgentUserTableResponse.d.ts +28 -0
- package/dist/api/resources/analytics/types/AgentUserTableResponse.js +5 -0
- package/dist/api/resources/analytics/types/ConversationAnalyticsRequest.d.ts +6 -0
- package/dist/api/resources/analytics/types/FeedbackAnalyticsRequest.d.ts +6 -0
- package/dist/api/resources/analytics/types/FieldValue.d.ts +1 -1
- package/dist/api/resources/analytics/types/index.d.ts +7 -0
- package/dist/api/resources/analytics/types/index.js +7 -0
- package/dist/api/resources/commons/types/ActionExecutionParamValue.d.ts +14 -0
- package/dist/api/resources/commons/types/ActionExecutionParamValue.js +5 -0
- package/dist/api/resources/commons/types/ActionOAuthConfiguration.d.ts +12 -0
- package/dist/api/resources/commons/types/ActionOAuthConfiguration.js +5 -0
- package/dist/api/resources/commons/types/ActionParameter.d.ts +20 -1
- package/dist/api/resources/commons/types/ActionParameterType.d.ts +9 -1
- package/dist/api/resources/commons/types/ActionParameterType.js +2 -0
- package/dist/api/resources/commons/types/BotLogicActionExecutedDetail.d.ts +1 -1
- package/dist/api/resources/commons/types/BotOAuthButtonResponse.d.ts +12 -0
- package/dist/api/resources/commons/types/BotOAuthButtonResponse.js +5 -0
- package/dist/api/resources/commons/types/BotResponse.d.ts +4 -1
- package/dist/api/resources/commons/types/BrowserInfo.js +5 -0
- package/dist/api/resources/commons/types/Capability.d.ts +2 -1
- package/dist/api/resources/commons/types/Capability.js +1 -0
- package/dist/api/resources/commons/types/ContextInfo.js +5 -0
- package/dist/api/resources/commons/types/DeviceInfo.js +5 -0
- package/dist/api/resources/commons/types/EntityResult.d.ts +8 -0
- package/dist/api/resources/commons/types/EntityResult.js +5 -0
- package/{api/resources/events → dist/api/resources/commons}/types/EventBaseNoId.d.ts +1 -1
- package/dist/api/resources/commons/types/EventBaseNoId.js +5 -0
- package/dist/api/resources/{events → commons}/types/EventFilter.d.ts +2 -1
- package/dist/api/resources/commons/types/EventFilter.js +5 -0
- package/dist/api/resources/commons/types/EventRequest.d.ts +13 -0
- package/dist/api/resources/commons/types/EventRequest.js +5 -0
- package/dist/api/resources/commons/types/EventResponse.js +5 -0
- package/dist/api/resources/{events/types/UserInfo.d.ts → commons/types/EventUserInfo.d.ts} +1 -1
- package/dist/api/resources/commons/types/EventUserInfo.js +5 -0
- package/dist/api/resources/commons/types/EventUserInfoBase.d.ts +7 -0
- package/dist/api/resources/commons/types/EventUserInfoBase.js +5 -0
- package/dist/api/resources/commons/types/EventsSearchRequest.js +5 -0
- package/dist/api/resources/commons/types/EventsSearchResponse.js +5 -0
- package/dist/api/resources/commons/types/FeedbackInfo.js +5 -0
- package/dist/api/resources/commons/types/GeoInfo.js +5 -0
- package/dist/api/resources/commons/types/IpInfo.js +5 -0
- package/dist/api/resources/commons/types/LanguageInfo.js +5 -0
- package/dist/api/resources/commons/types/NovelSystemEvent.d.ts +8 -0
- package/dist/api/resources/commons/types/NovelSystemEvent.js +5 -0
- package/dist/api/resources/commons/types/NovelSystemEventNoId.js +5 -0
- package/dist/api/resources/commons/types/NovelUserEvent.d.ts +16 -0
- package/dist/api/resources/commons/types/NovelUserEvent.js +5 -0
- package/dist/api/resources/commons/types/OsInfo.js +5 -0
- package/dist/api/resources/commons/types/PageInfo.js +5 -0
- package/dist/api/resources/commons/types/QualityReason.d.ts +2 -1
- package/dist/api/resources/commons/types/QualityReason.js +1 -0
- package/dist/api/resources/commons/types/ResponseConfig.d.ts +1 -0
- package/dist/api/resources/commons/types/ScopedEntity.d.ts +8 -0
- package/dist/api/resources/commons/types/ScopedEntity.js +5 -0
- package/dist/api/resources/commons/types/SessionInfo.js +5 -0
- package/dist/api/resources/commons/types/SourceInfo.js +5 -0
- package/dist/api/resources/commons/types/SurveyInfo.js +5 -0
- package/dist/api/resources/commons/types/SystemEvent.js +5 -0
- package/dist/api/resources/{events → commons}/types/UserEvent.d.ts +1 -1
- package/dist/api/resources/commons/types/UserEvent.js +5 -0
- package/dist/api/resources/{events → commons}/types/UserEventName.d.ts +5 -1
- package/dist/api/resources/{events → commons}/types/UserEventName.js +1 -0
- package/dist/api/resources/commons/types/index.d.ts +38 -0
- package/dist/api/resources/commons/types/index.js +38 -0
- package/dist/api/resources/conversation/client/Client.js +4 -1
- package/dist/api/resources/conversation/client/requests/ConversationGetRequest.d.ts +4 -0
- package/dist/api/resources/conversation/types/ActionFormAttachment.d.ts +8 -0
- package/dist/api/resources/conversation/types/ActionFormAttachment.js +5 -0
- package/dist/api/resources/conversation/types/ActionFormRequestParamValue.d.ts +5 -0
- package/dist/api/resources/conversation/types/ActionFormRequestParamValue.js +5 -0
- package/dist/api/resources/conversation/types/AskStreamOAuthButtonEvent.d.ts +6 -0
- package/dist/api/resources/conversation/types/AskStreamOAuthButtonEvent.js +5 -0
- package/dist/api/resources/conversation/types/ConversationFilter.d.ts +4 -0
- package/dist/api/resources/conversation/types/StreamResponse.d.ts +4 -1
- package/dist/api/resources/conversation/types/SubmitActionFormRequest.d.ts +2 -1
- package/dist/api/resources/conversation/types/index.d.ts +3 -0
- package/dist/api/resources/conversation/types/index.js +3 -0
- package/dist/api/resources/events/client/Client.d.ts +26 -0
- package/dist/api/resources/events/client/Client.js +104 -0
- package/dist/api/resources/events/index.d.ts +0 -1
- package/dist/api/resources/events/index.js +0 -1
- package/dist/api/resources/index.d.ts +5 -3
- package/dist/api/resources/index.js +6 -4
- package/dist/api/resources/knowledge/client/Client.d.ts +43 -38
- package/dist/api/resources/knowledge/client/Client.js +150 -60
- package/dist/api/resources/knowledge/client/requests/KnowledgeBasePatchRequest.d.ts +30 -0
- package/dist/api/resources/knowledge/client/requests/KnowledgeBasePatchRequest.js +5 -0
- package/dist/api/resources/knowledge/client/requests/KnowledgeBaseVersionsListRequest.d.ts +13 -0
- package/dist/api/resources/knowledge/client/requests/KnowledgeBaseVersionsListRequest.js +5 -0
- package/dist/api/resources/knowledge/client/requests/KnowledgeDocumentGetRequest.d.ts +15 -0
- package/dist/api/resources/knowledge/client/requests/KnowledgeDocumentGetRequest.js +5 -0
- package/dist/api/resources/knowledge/client/requests/index.d.ts +3 -0
- package/dist/api/resources/knowledge/types/KnowledgeBaseFilter.d.ts +2 -0
- package/dist/api/resources/knowledge/types/KnowledgeBaseResponse.d.ts +2 -0
- package/dist/api/resources/knowledge/types/KnowledgeBaseVersion.d.ts +1 -3
- package/dist/api/resources/knowledge/types/KnowledgeBaseVersionRequest.d.ts +14 -0
- package/dist/api/resources/knowledge/types/KnowledgeBaseVersionRequest.js +5 -0
- package/dist/api/resources/knowledge/types/KnowledgeBaseVersionsListResponse.d.ts +8 -0
- package/dist/api/resources/knowledge/types/KnowledgeBaseVersionsListResponse.js +5 -0
- package/dist/api/resources/knowledge/types/KnowledgeDeleteRequest.d.ts +18 -0
- package/dist/api/resources/knowledge/types/KnowledgeDeleteRequest.js +5 -0
- package/dist/api/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +8 -0
- package/dist/api/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +8 -3
- package/dist/api/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +5 -2
- package/dist/api/resources/knowledge/types/index.d.ts +3 -1
- package/dist/api/resources/knowledge/types/index.js +3 -1
- package/dist/api/resources/organizations/client/Client.d.ts +78 -0
- package/dist/api/resources/organizations/client/Client.js +376 -0
- package/dist/api/resources/organizations/index.d.ts +1 -0
- package/dist/api/resources/organizations/index.js +1 -0
- package/dist/api/resources/organizations/types/BaseOrganization.d.ts +9 -0
- package/dist/api/resources/organizations/types/BaseOrganization.js +5 -0
- package/dist/api/resources/organizations/types/CreateOrganizationRequest.d.ts +6 -0
- package/dist/api/resources/organizations/types/CreateOrganizationRequest.js +5 -0
- package/dist/api/resources/organizations/types/Organization.d.ts +8 -0
- package/dist/api/resources/organizations/types/Organization.js +5 -0
- package/dist/api/resources/organizations/types/OrganizationPatchRequest.d.ts +9 -0
- package/dist/api/resources/organizations/types/OrganizationPatchRequest.js +5 -0
- package/dist/api/resources/organizations/types/index.d.ts +4 -0
- package/dist/api/resources/organizations/types/index.js +20 -0
- package/dist/api/resources/triggers/types/EventTriggerType.d.ts +2 -1
- package/dist/api/resources/triggers/types/EventTriggerType.js +1 -0
- package/dist/api/resources/users/types/AgentUserFilter.d.ts +5 -0
- package/dist/serialization/resources/actions/client/index.d.ts +1 -0
- package/dist/serialization/resources/actions/client/index.js +17 -0
- package/dist/serialization/resources/actions/client/requests/ActionPatchRequest.d.ts +17 -0
- package/dist/serialization/resources/actions/{types → client/requests}/ActionPatchRequest.js +4 -2
- package/dist/serialization/resources/actions/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/actions/client/requests/index.js +5 -0
- package/dist/serialization/resources/actions/index.d.ts +1 -0
- package/dist/serialization/resources/actions/index.js +1 -0
- package/dist/serialization/resources/actions/types/index.d.ts +0 -1
- package/dist/serialization/resources/actions/types/index.js +0 -1
- package/dist/serialization/resources/agentCapabilities/types/ActionCapability.d.ts +20 -0
- package/dist/serialization/resources/agentCapabilities/types/ActionCapability.js +54 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapability.d.ts +18 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapability.js +51 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityBase.d.ts +18 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityBase.js +49 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityField.d.ts +10 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityField.js +41 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityListRequest.d.ts +21 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityListRequest.js +54 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityType.d.ts +10 -0
- package/dist/serialization/resources/agentCapabilities/types/AgentCapabilityType.js +41 -0
- package/dist/serialization/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.d.ts +15 -0
- package/dist/serialization/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.js +48 -0
- package/dist/serialization/resources/agentCapabilities/types/PatchAgentCapabilityRequest.d.ts +14 -0
- package/dist/serialization/resources/agentCapabilities/types/PatchAgentCapabilityRequest.js +45 -0
- package/dist/serialization/resources/agentCapabilities/types/TriggerCapability.d.ts +14 -0
- package/dist/serialization/resources/agentCapabilities/types/TriggerCapability.js +47 -0
- package/dist/serialization/resources/agentCapabilities/types/TriggerType.d.ts +10 -0
- package/dist/serialization/resources/agentCapabilities/types/TriggerType.js +41 -0
- package/dist/serialization/resources/agentCapabilities/types/index.d.ts +10 -0
- package/dist/serialization/resources/agentCapabilities/types/index.js +26 -0
- package/dist/serialization/resources/agents/types/Agent.d.ts +1 -0
- package/dist/serialization/resources/agents/types/Agent.js +1 -0
- package/dist/serialization/resources/agents/types/AgentPatchRequest.d.ts +1 -0
- package/dist/serialization/resources/agents/types/AgentPatchRequest.js +1 -0
- package/dist/serialization/resources/agents/types/PiiCategory.d.ts +1 -1
- package/dist/serialization/resources/agents/types/PiiCategory.js +1 -1
- package/dist/serialization/resources/analytics/types/AgentUserAnalyticsRequest.d.ts +14 -0
- package/dist/serialization/resources/analytics/types/AgentUserAnalyticsRequest.js +45 -0
- package/dist/serialization/resources/analytics/types/AgentUserColumnDefinition.d.ts +14 -0
- package/dist/serialization/resources/analytics/types/AgentUserColumnDefinition.js +47 -0
- package/dist/serialization/resources/analytics/types/AgentUserCount.d.ts +11 -0
- package/dist/serialization/resources/analytics/types/AgentUserCount.js +41 -0
- package/dist/serialization/resources/analytics/types/AgentUserMetric.d.ts +14 -0
- package/dist/serialization/resources/analytics/types/AgentUserMetric.js +49 -0
- package/dist/serialization/resources/analytics/types/AgentUserRow.d.ts +15 -0
- package/dist/serialization/resources/analytics/types/AgentUserRow.js +48 -0
- package/dist/serialization/resources/analytics/types/AgentUserTableRequest.d.ts +16 -0
- package/dist/serialization/resources/analytics/types/AgentUserTableRequest.js +49 -0
- package/dist/serialization/resources/analytics/types/AgentUserTableResponse.d.ts +14 -0
- package/dist/serialization/resources/analytics/types/AgentUserTableResponse.js +47 -0
- package/dist/serialization/resources/analytics/types/ConversationAnalyticsRequest.d.ts +1 -0
- package/dist/serialization/resources/analytics/types/ConversationAnalyticsRequest.js +1 -0
- package/dist/serialization/resources/analytics/types/FeedbackAnalyticsRequest.d.ts +1 -0
- package/dist/serialization/resources/analytics/types/FeedbackAnalyticsRequest.js +1 -0
- package/dist/serialization/resources/analytics/types/FieldValue.d.ts +2 -2
- package/dist/serialization/resources/analytics/types/FieldValue.js +2 -2
- package/dist/serialization/resources/analytics/types/index.d.ts +7 -0
- package/dist/serialization/resources/analytics/types/index.js +7 -0
- package/dist/serialization/resources/commons/types/ActionExecutionParamValue.d.ts +18 -0
- package/dist/serialization/resources/commons/types/ActionExecutionParamValue.js +52 -0
- package/dist/serialization/resources/commons/types/ActionOAuthConfiguration.d.ts +18 -0
- package/dist/serialization/resources/commons/types/ActionOAuthConfiguration.js +49 -0
- package/dist/serialization/resources/commons/types/ActionParameter.d.ts +3 -0
- package/dist/serialization/resources/commons/types/ActionParameter.js +3 -0
- package/dist/serialization/resources/commons/types/ActionParameterType.d.ts +1 -1
- package/dist/serialization/resources/commons/types/ActionParameterType.js +1 -1
- package/dist/serialization/resources/commons/types/BotLogicActionExecutedDetail.d.ts +2 -1
- package/dist/serialization/resources/commons/types/BotLogicActionExecutedDetail.js +2 -1
- package/dist/serialization/resources/commons/types/BotOAuthButtonResponse.d.ts +13 -0
- package/dist/serialization/resources/commons/types/BotOAuthButtonResponse.js +44 -0
- package/dist/serialization/resources/commons/types/BotResponse.d.ts +5 -1
- package/dist/serialization/resources/commons/types/BotResponse.js +2 -0
- package/dist/serialization/resources/commons/types/Capability.d.ts +1 -1
- package/dist/serialization/resources/commons/types/Capability.js +1 -1
- package/dist/serialization/resources/commons/types/EntityResult.d.ts +13 -0
- package/dist/serialization/resources/commons/types/EntityResult.js +46 -0
- package/dist/serialization/resources/{events → commons}/types/EventBaseNoId.d.ts +2 -2
- package/dist/serialization/resources/{events → commons}/types/EventBaseNoId.js +2 -2
- package/dist/serialization/resources/{events → commons}/types/EventFilter.d.ts +3 -2
- package/dist/serialization/resources/{events → commons}/types/EventFilter.js +3 -2
- package/dist/serialization/resources/commons/types/EventRequest.d.ts +18 -0
- package/dist/serialization/resources/commons/types/EventRequest.js +51 -0
- package/dist/serialization/resources/{events/types/UserInfo.d.ts → commons/types/EventUserInfo.d.ts} +3 -3
- package/{serialization/resources/events/types/UserInfo.js → dist/serialization/resources/commons/types/EventUserInfo.js} +3 -3
- package/dist/serialization/resources/commons/types/EventUserInfoBase.d.ts +13 -0
- package/dist/serialization/resources/commons/types/EventUserInfoBase.js +44 -0
- package/dist/serialization/resources/{events → commons}/types/EventsSearchRequest.d.ts +1 -1
- package/{serialization/resources/events → dist/serialization/resources/commons}/types/EventsSearchRequest.js +1 -1
- package/dist/serialization/resources/{events → commons}/types/EventsSearchResponse.d.ts +1 -1
- package/dist/serialization/resources/{events → commons}/types/EventsSearchResponse.js +1 -1
- package/dist/serialization/resources/commons/types/NovelSystemEvent.d.ts +14 -0
- package/dist/serialization/resources/commons/types/NovelSystemEvent.js +47 -0
- package/dist/serialization/resources/commons/types/NovelUserEvent.d.ts +22 -0
- package/dist/serialization/resources/commons/types/NovelUserEvent.js +55 -0
- package/dist/serialization/resources/commons/types/QualityReason.d.ts +1 -1
- package/dist/serialization/resources/commons/types/QualityReason.js +1 -0
- package/dist/serialization/resources/commons/types/ScopedEntity.d.ts +14 -0
- package/dist/serialization/resources/commons/types/ScopedEntity.js +45 -0
- package/dist/serialization/resources/{events → commons}/types/SystemEvent.d.ts +1 -1
- package/dist/serialization/resources/{events → commons}/types/SystemEvent.js +1 -1
- package/{serialization/resources/events → dist/serialization/resources/commons}/types/UserEvent.d.ts +3 -3
- package/{serialization/resources/events → dist/serialization/resources/commons}/types/UserEvent.js +3 -3
- package/dist/serialization/resources/{events → commons}/types/UserEventName.d.ts +1 -1
- package/dist/serialization/resources/{events → commons}/types/UserEventName.js +1 -1
- package/dist/serialization/resources/commons/types/index.d.ts +38 -0
- package/dist/serialization/resources/commons/types/index.js +38 -0
- package/dist/serialization/resources/conversation/types/ActionFormAttachment.d.ts +13 -0
- package/dist/serialization/resources/conversation/types/ActionFormAttachment.js +44 -0
- package/dist/serialization/resources/conversation/types/ActionFormRequestParamValue.d.ts +11 -0
- package/dist/serialization/resources/conversation/types/ActionFormRequestParamValue.js +42 -0
- package/dist/serialization/resources/conversation/types/AskStreamOAuthButtonEvent.d.ts +12 -0
- package/dist/serialization/resources/conversation/types/AskStreamOAuthButtonEvent.js +42 -0
- package/dist/serialization/resources/conversation/types/ConversationFilter.d.ts +2 -0
- package/dist/serialization/resources/conversation/types/ConversationFilter.js +2 -0
- package/dist/serialization/resources/conversation/types/StreamResponse.d.ts +5 -1
- package/dist/serialization/resources/conversation/types/StreamResponse.js +2 -0
- package/dist/serialization/resources/conversation/types/SubmitActionFormRequest.d.ts +2 -1
- package/dist/serialization/resources/conversation/types/SubmitActionFormRequest.js +2 -1
- package/dist/serialization/resources/conversation/types/index.d.ts +3 -0
- package/dist/serialization/resources/conversation/types/index.js +3 -0
- package/dist/serialization/resources/index.d.ts +6 -2
- package/dist/serialization/resources/index.js +7 -3
- package/dist/serialization/resources/knowledge/client/index.d.ts +1 -0
- package/dist/serialization/resources/knowledge/client/index.js +17 -0
- package/dist/serialization/resources/knowledge/client/requests/KnowledgeBasePatchRequest.d.ts +21 -0
- package/dist/serialization/resources/knowledge/{types → client/requests}/KnowledgeBasePatchRequest.js +7 -3
- package/dist/serialization/resources/knowledge/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/knowledge/client/requests/index.js +5 -0
- package/dist/serialization/resources/knowledge/index.d.ts +1 -0
- package/dist/serialization/resources/knowledge/index.js +1 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseFilter.d.ts +1 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseFilter.js +1 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.d.ts +1 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +1 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersion.d.ts +2 -3
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersion.js +5 -4
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionRequest.d.ts +13 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionRequest.js +44 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionsListResponse.d.ts +13 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeBaseVersionsListResponse.js +44 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeDeleteRequest.d.ts +13 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeDeleteRequest.js +44 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +3 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentFilter.js +3 -0
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +2 -4
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +2 -4
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +1 -1
- package/dist/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.js +1 -1
- package/dist/serialization/resources/knowledge/types/index.d.ts +3 -1
- package/dist/serialization/resources/knowledge/types/index.js +3 -1
- package/dist/serialization/resources/organizations/types/BaseOrganization.d.ts +13 -0
- package/dist/serialization/resources/organizations/types/BaseOrganization.js +44 -0
- package/dist/serialization/resources/organizations/types/CreateOrganizationRequest.d.ts +12 -0
- package/dist/serialization/resources/organizations/types/CreateOrganizationRequest.js +42 -0
- package/dist/serialization/resources/organizations/types/Organization.d.ts +14 -0
- package/dist/serialization/resources/organizations/types/Organization.js +47 -0
- package/dist/serialization/resources/organizations/types/OrganizationPatchRequest.d.ts +13 -0
- package/dist/serialization/resources/organizations/types/OrganizationPatchRequest.js +44 -0
- package/dist/serialization/resources/organizations/types/index.d.ts +4 -0
- package/dist/serialization/resources/organizations/types/index.js +20 -0
- package/dist/serialization/resources/triggers/types/EventTriggerType.d.ts +1 -1
- package/dist/serialization/resources/triggers/types/EventTriggerType.js +1 -1
- package/dist/serialization/resources/users/types/AgentUserFilter.d.ts +1 -0
- package/dist/serialization/resources/users/types/AgentUserFilter.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +732 -43
- package/serialization/resources/actions/client/index.d.ts +1 -0
- package/serialization/resources/actions/client/index.js +17 -0
- package/serialization/resources/actions/client/requests/ActionPatchRequest.d.ts +17 -0
- package/serialization/resources/actions/{types → client/requests}/ActionPatchRequest.js +4 -2
- package/serialization/resources/actions/client/requests/index.d.ts +1 -0
- package/serialization/resources/actions/client/requests/index.js +5 -0
- package/serialization/resources/actions/index.d.ts +1 -0
- package/serialization/resources/actions/index.js +1 -0
- package/serialization/resources/actions/types/index.d.ts +0 -1
- package/serialization/resources/actions/types/index.js +0 -1
- package/serialization/resources/agentCapabilities/index.d.ts +1 -0
- package/serialization/resources/agentCapabilities/index.js +17 -0
- package/serialization/resources/agentCapabilities/types/ActionCapability.d.ts +20 -0
- package/serialization/resources/agentCapabilities/types/ActionCapability.js +54 -0
- package/serialization/resources/agentCapabilities/types/AgentCapability.d.ts +18 -0
- package/serialization/resources/agentCapabilities/types/AgentCapability.js +51 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityBase.d.ts +18 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityBase.js +49 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityField.d.ts +10 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityField.js +41 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityListRequest.d.ts +21 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityListRequest.js +54 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityType.d.ts +10 -0
- package/serialization/resources/agentCapabilities/types/AgentCapabilityType.js +41 -0
- package/serialization/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.d.ts +15 -0
- package/serialization/resources/agentCapabilities/types/ListAgentCapabilitiesResponse.js +48 -0
- package/serialization/resources/agentCapabilities/types/PatchAgentCapabilityRequest.d.ts +14 -0
- package/serialization/resources/agentCapabilities/types/PatchAgentCapabilityRequest.js +45 -0
- package/serialization/resources/agentCapabilities/types/TriggerCapability.d.ts +14 -0
- package/serialization/resources/agentCapabilities/types/TriggerCapability.js +47 -0
- package/serialization/resources/agentCapabilities/types/TriggerType.d.ts +10 -0
- package/serialization/resources/agentCapabilities/types/TriggerType.js +41 -0
- package/serialization/resources/agentCapabilities/types/index.d.ts +10 -0
- package/serialization/resources/agentCapabilities/types/index.js +26 -0
- package/serialization/resources/agents/types/Agent.d.ts +1 -0
- package/serialization/resources/agents/types/Agent.js +1 -0
- package/serialization/resources/agents/types/AgentPatchRequest.d.ts +1 -0
- package/serialization/resources/agents/types/AgentPatchRequest.js +1 -0
- package/serialization/resources/agents/types/PiiCategory.d.ts +1 -1
- package/serialization/resources/agents/types/PiiCategory.js +1 -1
- package/serialization/resources/analytics/types/AgentUserAnalyticsRequest.d.ts +14 -0
- package/serialization/resources/analytics/types/AgentUserAnalyticsRequest.js +45 -0
- package/serialization/resources/analytics/types/AgentUserColumnDefinition.d.ts +14 -0
- package/serialization/resources/analytics/types/AgentUserColumnDefinition.js +47 -0
- package/serialization/resources/analytics/types/AgentUserCount.d.ts +11 -0
- package/serialization/resources/analytics/types/AgentUserCount.js +41 -0
- package/serialization/resources/analytics/types/AgentUserMetric.d.ts +14 -0
- package/serialization/resources/analytics/types/AgentUserMetric.js +49 -0
- package/serialization/resources/analytics/types/AgentUserRow.d.ts +15 -0
- package/serialization/resources/analytics/types/AgentUserRow.js +48 -0
- package/serialization/resources/analytics/types/AgentUserTableRequest.d.ts +16 -0
- package/serialization/resources/analytics/types/AgentUserTableRequest.js +49 -0
- package/serialization/resources/analytics/types/AgentUserTableResponse.d.ts +14 -0
- package/serialization/resources/analytics/types/AgentUserTableResponse.js +47 -0
- package/serialization/resources/analytics/types/ConversationAnalyticsRequest.d.ts +1 -0
- package/serialization/resources/analytics/types/ConversationAnalyticsRequest.js +1 -0
- package/serialization/resources/analytics/types/FeedbackAnalyticsRequest.d.ts +1 -0
- package/serialization/resources/analytics/types/FeedbackAnalyticsRequest.js +1 -0
- package/serialization/resources/analytics/types/FieldValue.d.ts +2 -2
- package/serialization/resources/analytics/types/FieldValue.js +2 -2
- package/serialization/resources/analytics/types/index.d.ts +7 -0
- package/serialization/resources/analytics/types/index.js +7 -0
- package/serialization/resources/commons/types/ActionExecutionParamValue.d.ts +18 -0
- package/serialization/resources/commons/types/ActionExecutionParamValue.js +52 -0
- package/serialization/resources/commons/types/ActionOAuthConfiguration.d.ts +18 -0
- package/serialization/resources/commons/types/ActionOAuthConfiguration.js +49 -0
- package/serialization/resources/commons/types/ActionParameter.d.ts +3 -0
- package/serialization/resources/commons/types/ActionParameter.js +3 -0
- package/serialization/resources/commons/types/ActionParameterType.d.ts +1 -1
- package/serialization/resources/commons/types/ActionParameterType.js +1 -1
- package/serialization/resources/commons/types/BotLogicActionExecutedDetail.d.ts +2 -1
- package/serialization/resources/commons/types/BotLogicActionExecutedDetail.js +2 -1
- package/serialization/resources/commons/types/BotOAuthButtonResponse.d.ts +13 -0
- package/serialization/resources/commons/types/BotOAuthButtonResponse.js +44 -0
- package/serialization/resources/commons/types/BotResponse.d.ts +5 -1
- package/serialization/resources/commons/types/BotResponse.js +2 -0
- package/serialization/resources/commons/types/Capability.d.ts +1 -1
- package/serialization/resources/commons/types/Capability.js +1 -1
- package/serialization/resources/commons/types/EntityResult.d.ts +13 -0
- package/serialization/resources/commons/types/EntityResult.js +46 -0
- package/serialization/resources/{events → commons}/types/EventBaseNoId.d.ts +2 -2
- package/serialization/resources/{events → commons}/types/EventBaseNoId.js +2 -2
- package/serialization/resources/{events → commons}/types/EventFilter.d.ts +3 -2
- package/serialization/resources/{events → commons}/types/EventFilter.js +3 -2
- package/serialization/resources/commons/types/EventRequest.d.ts +18 -0
- package/serialization/resources/commons/types/EventRequest.js +51 -0
- package/serialization/resources/{events/types/UserInfo.d.ts → commons/types/EventUserInfo.d.ts} +3 -3
- package/{dist/serialization/resources/events/types/UserInfo.js → serialization/resources/commons/types/EventUserInfo.js} +3 -3
- package/serialization/resources/commons/types/EventUserInfoBase.d.ts +13 -0
- package/serialization/resources/commons/types/EventUserInfoBase.js +44 -0
- package/serialization/resources/{events → commons}/types/EventsSearchRequest.d.ts +1 -1
- package/{dist/serialization/resources/events → serialization/resources/commons}/types/EventsSearchRequest.js +1 -1
- package/serialization/resources/{events → commons}/types/EventsSearchResponse.d.ts +1 -1
- package/serialization/resources/{events → commons}/types/EventsSearchResponse.js +1 -1
- package/serialization/resources/commons/types/NovelSystemEvent.d.ts +14 -0
- package/serialization/resources/commons/types/NovelSystemEvent.js +47 -0
- package/serialization/resources/commons/types/NovelUserEvent.d.ts +22 -0
- package/serialization/resources/commons/types/NovelUserEvent.js +55 -0
- package/serialization/resources/commons/types/QualityReason.d.ts +1 -1
- package/serialization/resources/commons/types/QualityReason.js +1 -0
- package/serialization/resources/commons/types/ScopedEntity.d.ts +14 -0
- package/serialization/resources/commons/types/ScopedEntity.js +45 -0
- package/serialization/resources/{events → commons}/types/SystemEvent.d.ts +1 -1
- package/serialization/resources/{events → commons}/types/SystemEvent.js +1 -1
- package/{dist/serialization/resources/events → serialization/resources/commons}/types/UserEvent.d.ts +3 -3
- package/{dist/serialization/resources/events → serialization/resources/commons}/types/UserEvent.js +3 -3
- package/serialization/resources/{events → commons}/types/UserEventName.d.ts +1 -1
- package/serialization/resources/{events → commons}/types/UserEventName.js +1 -1
- package/serialization/resources/commons/types/index.d.ts +38 -0
- package/serialization/resources/commons/types/index.js +38 -0
- package/serialization/resources/conversation/types/ActionFormAttachment.d.ts +13 -0
- package/serialization/resources/conversation/types/ActionFormAttachment.js +44 -0
- package/serialization/resources/conversation/types/ActionFormRequestParamValue.d.ts +11 -0
- package/serialization/resources/conversation/types/ActionFormRequestParamValue.js +42 -0
- package/serialization/resources/conversation/types/AskStreamOAuthButtonEvent.d.ts +12 -0
- package/serialization/resources/conversation/types/AskStreamOAuthButtonEvent.js +42 -0
- package/serialization/resources/conversation/types/ConversationFilter.d.ts +2 -0
- package/serialization/resources/conversation/types/ConversationFilter.js +2 -0
- package/serialization/resources/conversation/types/StreamResponse.d.ts +5 -1
- package/serialization/resources/conversation/types/StreamResponse.js +2 -0
- package/serialization/resources/conversation/types/SubmitActionFormRequest.d.ts +2 -1
- package/serialization/resources/conversation/types/SubmitActionFormRequest.js +2 -1
- package/serialization/resources/conversation/types/index.d.ts +3 -0
- package/serialization/resources/conversation/types/index.js +3 -0
- package/serialization/resources/index.d.ts +6 -2
- package/serialization/resources/index.js +7 -3
- package/serialization/resources/knowledge/client/index.d.ts +1 -0
- package/serialization/resources/knowledge/client/index.js +17 -0
- package/serialization/resources/knowledge/client/requests/KnowledgeBasePatchRequest.d.ts +21 -0
- package/serialization/resources/knowledge/{types → client/requests}/KnowledgeBasePatchRequest.js +7 -3
- package/serialization/resources/knowledge/client/requests/index.d.ts +1 -0
- package/serialization/resources/knowledge/client/requests/index.js +5 -0
- package/serialization/resources/knowledge/index.d.ts +1 -0
- package/serialization/resources/knowledge/index.js +1 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseFilter.d.ts +1 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseFilter.js +1 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseResponse.d.ts +1 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseResponse.js +1 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseVersion.d.ts +2 -3
- package/serialization/resources/knowledge/types/KnowledgeBaseVersion.js +5 -4
- package/serialization/resources/knowledge/types/KnowledgeBaseVersionRequest.d.ts +13 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseVersionRequest.js +44 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseVersionsListResponse.d.ts +13 -0
- package/serialization/resources/knowledge/types/KnowledgeBaseVersionsListResponse.js +44 -0
- package/serialization/resources/knowledge/types/KnowledgeDeleteRequest.d.ts +13 -0
- package/serialization/resources/knowledge/types/KnowledgeDeleteRequest.js +44 -0
- package/serialization/resources/knowledge/types/KnowledgeDocumentFilter.d.ts +3 -0
- package/serialization/resources/knowledge/types/KnowledgeDocumentFilter.js +3 -0
- package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.d.ts +2 -4
- package/serialization/resources/knowledge/types/KnowledgeDocumentResponse.js +2 -4
- package/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.d.ts +1 -1
- package/serialization/resources/knowledge/types/KnowledgeDocumentSearchResponse.js +1 -1
- package/serialization/resources/knowledge/types/index.d.ts +3 -1
- package/serialization/resources/knowledge/types/index.js +3 -1
- package/serialization/resources/organizations/index.d.ts +1 -0
- package/serialization/resources/organizations/index.js +17 -0
- package/serialization/resources/organizations/types/BaseOrganization.d.ts +13 -0
- package/serialization/resources/organizations/types/BaseOrganization.js +44 -0
- package/serialization/resources/organizations/types/CreateOrganizationRequest.d.ts +12 -0
- package/serialization/resources/organizations/types/CreateOrganizationRequest.js +42 -0
- package/serialization/resources/organizations/types/Organization.d.ts +14 -0
- package/serialization/resources/organizations/types/Organization.js +47 -0
- package/serialization/resources/organizations/types/OrganizationPatchRequest.d.ts +13 -0
- package/serialization/resources/organizations/types/OrganizationPatchRequest.js +44 -0
- package/serialization/resources/organizations/types/index.d.ts +4 -0
- package/serialization/resources/organizations/types/index.js +20 -0
- package/serialization/resources/triggers/types/EventTriggerType.d.ts +1 -1
- package/serialization/resources/triggers/types/EventTriggerType.js +1 -1
- package/serialization/resources/users/types/AgentUserFilter.d.ts +1 -0
- package/serialization/resources/users/types/AgentUserFilter.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/actions/types/ActionPatchRequest.d.ts +0 -12
- package/api/resources/events/types/index.d.ts +0 -29
- package/api/resources/events/types/index.js +0 -45
- package/api/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +0 -16
- package/dist/api/resources/actions/types/ActionPatchRequest.d.ts +0 -12
- package/dist/api/resources/events/types/index.d.ts +0 -29
- package/dist/api/resources/events/types/index.js +0 -45
- package/dist/api/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +0 -16
- package/dist/serialization/resources/actions/types/ActionPatchRequest.d.ts +0 -15
- package/dist/serialization/resources/events/types/index.d.ts +0 -29
- package/dist/serialization/resources/events/types/index.js +0 -45
- package/dist/serialization/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +0 -18
- package/serialization/resources/actions/types/ActionPatchRequest.d.ts +0 -15
- package/serialization/resources/events/types/index.d.ts +0 -29
- package/serialization/resources/events/types/index.js +0 -45
- package/serialization/resources/knowledge/types/KnowledgeBasePatchRequest.d.ts +0 -18
- /package/api/resources/actions/{types → client/requests}/ActionPatchRequest.js +0 -0
- /package/api/resources/{events/types/BrowserInfo.js → agentCapabilities/types/ActionCapability.js} +0 -0
- /package/api/resources/{events/types/ContextInfo.js → agentCapabilities/types/AgentCapability.js} +0 -0
- /package/api/resources/{events/types/DeviceInfo.js → agentCapabilities/types/AgentCapabilityBase.js} +0 -0
- /package/api/resources/{events/types/EventBaseNoId.js → agentCapabilities/types/AgentCapabilityListRequest.js} +0 -0
- /package/api/resources/{events/types/EventFilter.js → agentCapabilities/types/ListAgentCapabilitiesResponse.js} +0 -0
- /package/api/resources/{events/types/EventResponse.js → agentCapabilities/types/PatchAgentCapabilityRequest.js} +0 -0
- /package/api/resources/{events/types/EventsSearchRequest.js → agentCapabilities/types/TriggerCapability.js} +0 -0
- /package/api/resources/{events/types/EventsSearchResponse.js → analytics/types/AgentUserAnalyticsRequest.js} +0 -0
- /package/api/resources/{events/types/FeedbackInfo.js → analytics/types/AgentUserColumnDefinition.js} +0 -0
- /package/api/resources/{events/types/GeoInfo.js → analytics/types/AgentUserCount.js} +0 -0
- /package/api/resources/{events/types/IpInfo.js → analytics/types/AgentUserMetric.js} +0 -0
- /package/api/resources/{events/types/LanguageInfo.js → analytics/types/AgentUserRow.js} +0 -0
- /package/api/resources/{events/types/NovelSystemEventNoId.js → analytics/types/AgentUserTableRequest.js} +0 -0
- /package/api/resources/{events/types/OsInfo.js → analytics/types/AgentUserTableResponse.js} +0 -0
- /package/api/resources/{events/types/PageInfo.js → commons/types/ActionExecutionParamValue.js} +0 -0
- /package/api/resources/{events/types/SessionInfo.js → commons/types/ActionOAuthConfiguration.js} +0 -0
- /package/api/resources/{events/types/SourceInfo.js → commons/types/BotOAuthButtonResponse.js} +0 -0
- /package/api/resources/{events → commons}/types/BrowserInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/BrowserInfo.js +0 -0
- /package/api/resources/{events → commons}/types/BrowserType.d.ts +0 -0
- /package/api/resources/{events → commons}/types/BrowserType.js +0 -0
- /package/api/resources/{events → commons}/types/ContextInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/ContextInfo.js +0 -0
- /package/api/resources/{events → commons}/types/DeviceInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/DeviceInfo.js +0 -0
- /package/api/resources/{events → commons}/types/DeviceType.d.ts +0 -0
- /package/api/resources/{events → commons}/types/DeviceType.js +0 -0
- /package/api/resources/{events/types/SurveyInfo.js → commons/types/EntityResult.js} +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/EventBaseNoId.js +0 -0
- /package/api/resources/{events → commons}/types/EventField.d.ts +0 -0
- /package/api/resources/{events → commons}/types/EventField.js +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/EventFilter.js +0 -0
- /package/api/resources/{events/types/SystemEvent.js → commons/types/EventRequest.js} +0 -0
- /package/api/resources/{events → commons}/types/EventResponse.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/EventResponse.js +0 -0
- /package/api/resources/{events → commons}/types/EventType.d.ts +0 -0
- /package/api/resources/{events → commons}/types/EventType.js +0 -0
- /package/api/resources/{events/types/UserEvent.js → commons/types/EventUserInfo.js} +0 -0
- /package/api/resources/{events/types/UserInfo.js → commons/types/EventUserInfoBase.js} +0 -0
- /package/api/resources/{events → commons}/types/EventsSearchRequest.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/EventsSearchRequest.js +0 -0
- /package/api/resources/{events → commons}/types/EventsSearchResponse.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/EventsSearchResponse.js +0 -0
- /package/api/resources/{events → commons}/types/FeedbackInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/FeedbackInfo.js +0 -0
- /package/api/resources/{events → commons}/types/GeoInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/GeoInfo.js +0 -0
- /package/api/resources/{events → commons}/types/IpInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/IpInfo.js +0 -0
- /package/api/resources/{events → commons}/types/LanguageInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/LanguageInfo.js +0 -0
- /package/api/resources/{knowledge/types/KnowledgeBasePatchRequest.js → commons/types/NovelSystemEvent.js} +0 -0
- /package/api/resources/{events → commons}/types/NovelSystemEventNoId.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/NovelSystemEventNoId.js +0 -0
- /package/{dist/api/resources/actions/types/ActionPatchRequest.js → api/resources/commons/types/NovelUserEvent.js} +0 -0
- /package/api/resources/{events → commons}/types/OsInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/OsInfo.js +0 -0
- /package/api/resources/{events → commons}/types/OsType.d.ts +0 -0
- /package/api/resources/{events → commons}/types/OsType.js +0 -0
- /package/api/resources/{events → commons}/types/PageInfo.d.ts +0 -0
- /package/{dist/api/resources/events → api/resources/commons}/types/PageInfo.js +0 -0
- /package/{dist/api/resources/events/types/SessionInfo.js → api/resources/commons/types/ScopedEntity.js} +0 -0
- /package/api/resources/{events → commons}/types/SessionInfo.d.ts +0 -0
- /package/{dist/api/resources/events/types/SourceInfo.js → api/resources/commons/types/SessionInfo.js} +0 -0
- /package/api/resources/{events → commons}/types/SourceInfo.d.ts +0 -0
- /package/{dist/api/resources/events/types/SurveyInfo.js → api/resources/commons/types/SourceInfo.js} +0 -0
- /package/api/resources/{events → commons}/types/SourceType.d.ts +0 -0
- /package/api/resources/{events → commons}/types/SourceType.js +0 -0
- /package/api/resources/{events → commons}/types/SurveyInfo.d.ts +0 -0
- /package/{dist/api/resources/events/types/SystemEvent.js → api/resources/commons/types/SurveyInfo.js} +0 -0
- /package/api/resources/{events → commons}/types/SystemEvent.d.ts +0 -0
- /package/{dist/api/resources/events/types/UserEvent.js → api/resources/commons/types/SystemEvent.js} +0 -0
- /package/api/resources/{events → commons}/types/SystemEventName.d.ts +0 -0
- /package/api/resources/{events → commons}/types/SystemEventName.js +0 -0
- /package/{dist/api/resources/events/types/UserInfo.js → api/resources/commons/types/UserEvent.js} +0 -0
- /package/{dist/api/resources/knowledge/types/KnowledgeBasePatchRequest.js → api/resources/conversation/types/ActionFormAttachment.js} +0 -0
- /package/dist/api/resources/{events → commons}/types/BrowserInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/BrowserType.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/BrowserType.js +0 -0
- /package/dist/api/resources/{events → commons}/types/ContextInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/DeviceInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/DeviceType.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/DeviceType.js +0 -0
- /package/dist/api/resources/{events → commons}/types/EventField.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/EventField.js +0 -0
- /package/dist/api/resources/{events → commons}/types/EventResponse.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/EventType.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/EventType.js +0 -0
- /package/dist/api/resources/{events → commons}/types/EventsSearchRequest.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/EventsSearchResponse.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/FeedbackInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/GeoInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/IpInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/LanguageInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/NovelSystemEventNoId.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/OsInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/OsType.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/OsType.js +0 -0
- /package/dist/api/resources/{events → commons}/types/PageInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SessionInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SourceInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SourceType.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SourceType.js +0 -0
- /package/dist/api/resources/{events → commons}/types/SurveyInfo.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SystemEvent.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SystemEventName.d.ts +0 -0
- /package/dist/api/resources/{events → commons}/types/SystemEventName.js +0 -0
- /package/dist/serialization/resources/{events → agentCapabilities}/index.d.ts +0 -0
- /package/dist/serialization/resources/{events → agentCapabilities}/index.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/BrowserInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/BrowserInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/BrowserType.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/BrowserType.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/ContextInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/ContextInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/DeviceInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/DeviceInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/DeviceType.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/DeviceType.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/EventField.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/EventField.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/EventResponse.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/EventResponse.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/EventType.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/EventType.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/FeedbackInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/FeedbackInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/GeoInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/GeoInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/IpInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/IpInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/LanguageInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/LanguageInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/NovelSystemEventNoId.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/NovelSystemEventNoId.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/OsInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/OsInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/OsType.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/OsType.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/PageInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/PageInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SessionInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SessionInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SourceInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SourceInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SourceType.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SourceType.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SurveyInfo.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SurveyInfo.js +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SystemEventName.d.ts +0 -0
- /package/dist/serialization/resources/{events → commons}/types/SystemEventName.js +0 -0
- /package/{serialization/resources/events → dist/serialization/resources/organizations}/index.d.ts +0 -0
- /package/{serialization/resources/events → dist/serialization/resources/organizations}/index.js +0 -0
- /package/serialization/resources/{events → commons}/types/BrowserInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/BrowserInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/BrowserType.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/BrowserType.js +0 -0
- /package/serialization/resources/{events → commons}/types/ContextInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/ContextInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/DeviceInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/DeviceInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/DeviceType.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/DeviceType.js +0 -0
- /package/serialization/resources/{events → commons}/types/EventField.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/EventField.js +0 -0
- /package/serialization/resources/{events → commons}/types/EventResponse.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/EventResponse.js +0 -0
- /package/serialization/resources/{events → commons}/types/EventType.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/EventType.js +0 -0
- /package/serialization/resources/{events → commons}/types/FeedbackInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/FeedbackInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/GeoInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/GeoInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/IpInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/IpInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/LanguageInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/LanguageInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/NovelSystemEventNoId.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/NovelSystemEventNoId.js +0 -0
- /package/serialization/resources/{events → commons}/types/OsInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/OsInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/OsType.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/OsType.js +0 -0
- /package/serialization/resources/{events → commons}/types/PageInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/PageInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/SessionInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/SessionInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/SourceInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/SourceInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/SourceType.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/SourceType.js +0 -0
- /package/serialization/resources/{events → commons}/types/SurveyInfo.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/SurveyInfo.js +0 -0
- /package/serialization/resources/{events → commons}/types/SystemEventName.d.ts +0 -0
- /package/serialization/resources/{events → commons}/types/SystemEventName.js +0 -0
|
@@ -39,7 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.FieldValue = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
41
|
const Range_1 = require("./Range");
|
|
42
|
-
const
|
|
42
|
+
const EntityResult_1 = require("../../commons/types/EntityResult");
|
|
43
43
|
exports.FieldValue = core.serialization
|
|
44
44
|
.union("type", {
|
|
45
45
|
dateTime: core.serialization.object({
|
|
@@ -58,7 +58,7 @@ exports.FieldValue = core.serialization
|
|
|
58
58
|
boolean: core.serialization.object({
|
|
59
59
|
value: core.serialization.boolean(),
|
|
60
60
|
}),
|
|
61
|
-
entityId:
|
|
61
|
+
entityId: EntityResult_1.EntityResult,
|
|
62
62
|
})
|
|
63
63
|
.transform({
|
|
64
64
|
transform: (value) => value,
|
|
@@ -5,6 +5,9 @@ export * from "./ConversationTableResponse";
|
|
|
5
5
|
export * from "./FeedbackAnalyticsRequest";
|
|
6
6
|
export * from "./FeedbackTableRequest";
|
|
7
7
|
export * from "./FeedbackTableResponse";
|
|
8
|
+
export * from "./AgentUserAnalyticsRequest";
|
|
9
|
+
export * from "./AgentUserTableRequest";
|
|
10
|
+
export * from "./AgentUserTableResponse";
|
|
8
11
|
export * from "./ColumnDefinitionBase";
|
|
9
12
|
export * from "./ConversationColumnDefinition";
|
|
10
13
|
export * from "./FeedbackColumnDefinition";
|
|
@@ -26,6 +29,10 @@ export * from "./ConversationPercentile";
|
|
|
26
29
|
export * from "./FeedbackMetric";
|
|
27
30
|
export * from "./FeedbackCount";
|
|
28
31
|
export * from "./FeedbackDistinctCount";
|
|
32
|
+
export * from "./AgentUserColumnDefinition";
|
|
33
|
+
export * from "./AgentUserRow";
|
|
34
|
+
export * from "./AgentUserMetric";
|
|
35
|
+
export * from "./AgentUserCount";
|
|
29
36
|
export * from "./GroupByBase";
|
|
30
37
|
export * from "./ConversationGroupBy";
|
|
31
38
|
export * from "./FeedbackGroupBy";
|
|
@@ -21,6 +21,9 @@ __exportStar(require("./ConversationTableResponse"), exports);
|
|
|
21
21
|
__exportStar(require("./FeedbackAnalyticsRequest"), exports);
|
|
22
22
|
__exportStar(require("./FeedbackTableRequest"), exports);
|
|
23
23
|
__exportStar(require("./FeedbackTableResponse"), exports);
|
|
24
|
+
__exportStar(require("./AgentUserAnalyticsRequest"), exports);
|
|
25
|
+
__exportStar(require("./AgentUserTableRequest"), exports);
|
|
26
|
+
__exportStar(require("./AgentUserTableResponse"), exports);
|
|
24
27
|
__exportStar(require("./ColumnDefinitionBase"), exports);
|
|
25
28
|
__exportStar(require("./ConversationColumnDefinition"), exports);
|
|
26
29
|
__exportStar(require("./FeedbackColumnDefinition"), exports);
|
|
@@ -42,6 +45,10 @@ __exportStar(require("./ConversationPercentile"), exports);
|
|
|
42
45
|
__exportStar(require("./FeedbackMetric"), exports);
|
|
43
46
|
__exportStar(require("./FeedbackCount"), exports);
|
|
44
47
|
__exportStar(require("./FeedbackDistinctCount"), exports);
|
|
48
|
+
__exportStar(require("./AgentUserColumnDefinition"), exports);
|
|
49
|
+
__exportStar(require("./AgentUserRow"), exports);
|
|
50
|
+
__exportStar(require("./AgentUserMetric"), exports);
|
|
51
|
+
__exportStar(require("./AgentUserCount"), exports);
|
|
45
52
|
__exportStar(require("./GroupByBase"), exports);
|
|
46
53
|
__exportStar(require("./ConversationGroupBy"), exports);
|
|
47
54
|
__exportStar(require("./FeedbackGroupBy"), exports);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as MavenAGI from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
import { AttachmentResponse } from "./AttachmentResponse";
|
|
8
|
+
export declare const ActionExecutionParamValue: core.serialization.Schema<serializers.ActionExecutionParamValue.Raw, MavenAGI.ActionExecutionParamValue>;
|
|
9
|
+
export declare namespace ActionExecutionParamValue {
|
|
10
|
+
type Raw = ActionExecutionParamValue.Primitive | ActionExecutionParamValue.Attachment;
|
|
11
|
+
interface Primitive {
|
|
12
|
+
valueType: "primitive";
|
|
13
|
+
value?: unknown;
|
|
14
|
+
}
|
|
15
|
+
interface Attachment extends AttachmentResponse.Raw {
|
|
16
|
+
valueType: "attachment";
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
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
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ActionExecutionParamValue = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
const AttachmentResponse_1 = require("./AttachmentResponse");
|
|
42
|
+
exports.ActionExecutionParamValue = core.serialization
|
|
43
|
+
.union("valueType", {
|
|
44
|
+
primitive: core.serialization.object({
|
|
45
|
+
value: core.serialization.unknown(),
|
|
46
|
+
}),
|
|
47
|
+
attachment: AttachmentResponse_1.AttachmentResponse,
|
|
48
|
+
})
|
|
49
|
+
.transform({
|
|
50
|
+
transform: (value) => value,
|
|
51
|
+
untransform: (value) => value,
|
|
52
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as MavenAGI from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const ActionOAuthConfiguration: core.serialization.ObjectSchema<serializers.ActionOAuthConfiguration.Raw, MavenAGI.ActionOAuthConfiguration>;
|
|
8
|
+
export declare namespace ActionOAuthConfiguration {
|
|
9
|
+
interface Raw {
|
|
10
|
+
authorizationUrl: string;
|
|
11
|
+
tokenUrl: string;
|
|
12
|
+
clientId: string;
|
|
13
|
+
clientSecret: string;
|
|
14
|
+
scopes: string[];
|
|
15
|
+
extraAuthParams?: Record<string, string> | null;
|
|
16
|
+
extraTokenParams?: Record<string, string> | null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
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
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ActionOAuthConfiguration = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
exports.ActionOAuthConfiguration = core.serialization.object({
|
|
42
|
+
authorizationUrl: core.serialization.string(),
|
|
43
|
+
tokenUrl: core.serialization.string(),
|
|
44
|
+
clientId: core.serialization.string(),
|
|
45
|
+
clientSecret: core.serialization.string(),
|
|
46
|
+
scopes: core.serialization.list(core.serialization.string()),
|
|
47
|
+
extraAuthParams: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
48
|
+
extraTokenParams: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
49
|
+
});
|
|
@@ -6,6 +6,7 @@ import * as MavenAGI from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
import { ActionParameterType } from "./ActionParameterType";
|
|
8
8
|
import { ActionEnumOption } from "./ActionEnumOption";
|
|
9
|
+
import { ActionOAuthConfiguration } from "./ActionOAuthConfiguration";
|
|
9
10
|
export declare const ActionParameter: core.serialization.ObjectSchema<serializers.ActionParameter.Raw, MavenAGI.ActionParameter>;
|
|
10
11
|
export declare namespace ActionParameter {
|
|
11
12
|
interface Raw {
|
|
@@ -13,8 +14,10 @@ export declare namespace ActionParameter {
|
|
|
13
14
|
label: string;
|
|
14
15
|
description: string;
|
|
15
16
|
required: boolean;
|
|
17
|
+
hidden?: boolean | null;
|
|
16
18
|
type?: ActionParameterType.Raw | null;
|
|
17
19
|
enumOptions?: ActionEnumOption.Raw[] | null;
|
|
18
20
|
schema?: string | null;
|
|
21
|
+
oauthConfiguration?: ActionOAuthConfiguration.Raw | null;
|
|
19
22
|
}
|
|
20
23
|
}
|
|
@@ -40,12 +40,15 @@ exports.ActionParameter = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
41
|
const ActionParameterType_1 = require("./ActionParameterType");
|
|
42
42
|
const ActionEnumOption_1 = require("./ActionEnumOption");
|
|
43
|
+
const ActionOAuthConfiguration_1 = require("./ActionOAuthConfiguration");
|
|
43
44
|
exports.ActionParameter = core.serialization.object({
|
|
44
45
|
id: core.serialization.string(),
|
|
45
46
|
label: core.serialization.string(),
|
|
46
47
|
description: core.serialization.string(),
|
|
47
48
|
required: core.serialization.boolean(),
|
|
49
|
+
hidden: core.serialization.boolean().optional(),
|
|
48
50
|
type: ActionParameterType_1.ActionParameterType.optional(),
|
|
49
51
|
enumOptions: core.serialization.list(ActionEnumOption_1.ActionEnumOption).optional(),
|
|
50
52
|
schema: core.serialization.string().optional(),
|
|
53
|
+
oauthConfiguration: ActionOAuthConfiguration_1.ActionOAuthConfiguration.optional(),
|
|
51
54
|
});
|
|
@@ -6,5 +6,5 @@ import * as MavenAGI from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const ActionParameterType: core.serialization.Schema<serializers.ActionParameterType.Raw, MavenAGI.ActionParameterType>;
|
|
8
8
|
export declare namespace ActionParameterType {
|
|
9
|
-
type Raw = "STRING" | "BOOLEAN" | "NUMBER" | "SCHEMA";
|
|
9
|
+
type Raw = "STRING" | "BOOLEAN" | "NUMBER" | "SCHEMA" | "FILE" | "OAUTH";
|
|
10
10
|
}
|
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ActionParameterType = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.ActionParameterType = core.serialization.enum_(["STRING", "BOOLEAN", "NUMBER", "SCHEMA"]);
|
|
41
|
+
exports.ActionParameterType = core.serialization.enum_(["STRING", "BOOLEAN", "NUMBER", "SCHEMA", "FILE", "OAUTH"]);
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
5
|
import * as MavenAGI from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
+
import { ActionExecutionParamValue } from "./ActionExecutionParamValue";
|
|
7
8
|
import { BotLogicActionReviewedDetail } from "./BotLogicActionReviewedDetail";
|
|
8
9
|
export declare const BotLogicActionExecutedDetail: core.serialization.ObjectSchema<serializers.BotLogicActionExecutedDetail.Raw, MavenAGI.BotLogicActionExecutedDetail>;
|
|
9
10
|
export declare namespace BotLogicActionExecutedDetail {
|
|
10
11
|
interface Raw extends BotLogicActionReviewedDetail.Raw {
|
|
11
|
-
actionParameters: Record<string,
|
|
12
|
+
actionParameters: Record<string, ActionExecutionParamValue.Raw>;
|
|
12
13
|
executionResult?: string | null;
|
|
13
14
|
executionError?: string | null;
|
|
14
15
|
}
|
|
@@ -38,10 +38,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.BotLogicActionExecutedDetail = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
+
const ActionExecutionParamValue_1 = require("./ActionExecutionParamValue");
|
|
41
42
|
const BotLogicActionReviewedDetail_1 = require("./BotLogicActionReviewedDetail");
|
|
42
43
|
exports.BotLogicActionExecutedDetail = core.serialization
|
|
43
44
|
.object({
|
|
44
|
-
actionParameters: core.serialization.record(core.serialization.string(),
|
|
45
|
+
actionParameters: core.serialization.record(core.serialization.string(), ActionExecutionParamValue_1.ActionExecutionParamValue),
|
|
45
46
|
executionResult: core.serialization.string().optional(),
|
|
46
47
|
executionError: core.serialization.string().optional(),
|
|
47
48
|
})
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as MavenAGI from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
export declare const BotOAuthButtonResponse: core.serialization.ObjectSchema<serializers.BotOAuthButtonResponse.Raw, MavenAGI.BotOAuthButtonResponse>;
|
|
8
|
+
export declare namespace BotOAuthButtonResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
buttonName: string;
|
|
11
|
+
url: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
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
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.BotOAuthButtonResponse = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
exports.BotOAuthButtonResponse = core.serialization.object({
|
|
42
|
+
buttonName: core.serialization.string(),
|
|
43
|
+
url: core.serialization.string(),
|
|
44
|
+
});
|
|
@@ -6,17 +6,21 @@ import * as MavenAGI from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
import { BotTextResponse } from "./BotTextResponse";
|
|
8
8
|
import { BotActionFormResponse } from "./BotActionFormResponse";
|
|
9
|
+
import { BotOAuthButtonResponse } from "./BotOAuthButtonResponse";
|
|
9
10
|
import { BotChartResponse } from "./BotChartResponse";
|
|
10
11
|
import { BotObjectResponse } from "./BotObjectResponse";
|
|
11
12
|
export declare const BotResponse: core.serialization.Schema<serializers.BotResponse.Raw, MavenAGI.BotResponse>;
|
|
12
13
|
export declare namespace BotResponse {
|
|
13
|
-
type Raw = BotResponse.Text | BotResponse.ActionForm | BotResponse.Chart | BotResponse.Object;
|
|
14
|
+
type Raw = BotResponse.Text | BotResponse.ActionForm | BotResponse.OauthButton | BotResponse.Chart | BotResponse.Object;
|
|
14
15
|
interface Text extends BotTextResponse.Raw {
|
|
15
16
|
type: "text";
|
|
16
17
|
}
|
|
17
18
|
interface ActionForm extends BotActionFormResponse.Raw {
|
|
18
19
|
type: "actionForm";
|
|
19
20
|
}
|
|
21
|
+
interface OauthButton extends BotOAuthButtonResponse.Raw {
|
|
22
|
+
type: "oauthButton";
|
|
23
|
+
}
|
|
20
24
|
interface Chart extends BotChartResponse.Raw {
|
|
21
25
|
type: "chart";
|
|
22
26
|
}
|
|
@@ -40,12 +40,14 @@ exports.BotResponse = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
41
|
const BotTextResponse_1 = require("./BotTextResponse");
|
|
42
42
|
const BotActionFormResponse_1 = require("./BotActionFormResponse");
|
|
43
|
+
const BotOAuthButtonResponse_1 = require("./BotOAuthButtonResponse");
|
|
43
44
|
const BotChartResponse_1 = require("./BotChartResponse");
|
|
44
45
|
const BotObjectResponse_1 = require("./BotObjectResponse");
|
|
45
46
|
exports.BotResponse = core.serialization
|
|
46
47
|
.union("type", {
|
|
47
48
|
text: BotTextResponse_1.BotTextResponse,
|
|
48
49
|
actionForm: BotActionFormResponse_1.BotActionFormResponse,
|
|
50
|
+
oauthButton: BotOAuthButtonResponse_1.BotOAuthButtonResponse,
|
|
49
51
|
chart: BotChartResponse_1.BotChartResponse,
|
|
50
52
|
object: BotObjectResponse_1.BotObjectResponse,
|
|
51
53
|
})
|
|
@@ -6,5 +6,5 @@ import * as MavenAGI from "../../../../api/index";
|
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
7
|
export declare const Capability: core.serialization.Schema<serializers.Capability.Raw, MavenAGI.Capability>;
|
|
8
8
|
export declare namespace Capability {
|
|
9
|
-
type Raw = "MARKDOWN" | "FORMS" | "IMAGES" | "CHARTS_HIGHCHARTS_TS" | "ASYNC";
|
|
9
|
+
type Raw = "MARKDOWN" | "FORMS" | "IMAGES" | "CHARTS_HIGHCHARTS_TS" | "ASYNC" | "OAUTH_BUTTONS";
|
|
10
10
|
}
|
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.Capability = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
exports.Capability = core.serialization.enum_(["MARKDOWN", "FORMS", "IMAGES", "CHARTS_HIGHCHARTS_TS", "ASYNC"]);
|
|
41
|
+
exports.Capability = core.serialization.enum_(["MARKDOWN", "FORMS", "IMAGES", "CHARTS_HIGHCHARTS_TS", "ASYNC", "OAUTH_BUTTONS"]);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as MavenAGI from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
import { EntityIdFilter } from "./EntityIdFilter";
|
|
8
|
+
export declare const EntityResult: core.serialization.ObjectSchema<serializers.EntityResult.Raw, MavenAGI.EntityResult>;
|
|
9
|
+
export declare namespace EntityResult {
|
|
10
|
+
interface Raw extends EntityIdFilter.Raw {
|
|
11
|
+
name?: string | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
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
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.EntityResult = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
const EntityIdFilter_1 = require("./EntityIdFilter");
|
|
42
|
+
exports.EntityResult = core.serialization
|
|
43
|
+
.object({
|
|
44
|
+
name: core.serialization.string().optional(),
|
|
45
|
+
})
|
|
46
|
+
.extend(EntityIdFilter_1.EntityIdFilter);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
5
|
import * as MavenAGI from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { ScopedEntity } from "./ScopedEntity";
|
|
8
8
|
import { SourceInfo } from "./SourceInfo";
|
|
9
9
|
import { SessionInfo } from "./SessionInfo";
|
|
10
10
|
import { ContextInfo } from "./ContextInfo";
|
|
@@ -12,7 +12,7 @@ export declare const EventBaseNoId: core.serialization.ObjectSchema<serializers.
|
|
|
12
12
|
export declare namespace EventBaseNoId {
|
|
13
13
|
interface Raw {
|
|
14
14
|
timestamp?: string | null;
|
|
15
|
-
references?:
|
|
15
|
+
references?: ScopedEntity.Raw[] | null;
|
|
16
16
|
sourceInfo?: SourceInfo.Raw | null;
|
|
17
17
|
sessionInfo?: SessionInfo.Raw | null;
|
|
18
18
|
contextInfo?: ContextInfo.Raw | null;
|
|
@@ -38,13 +38,13 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.EventBaseNoId = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const
|
|
41
|
+
const ScopedEntity_1 = require("./ScopedEntity");
|
|
42
42
|
const SourceInfo_1 = require("./SourceInfo");
|
|
43
43
|
const SessionInfo_1 = require("./SessionInfo");
|
|
44
44
|
const ContextInfo_1 = require("./ContextInfo");
|
|
45
45
|
exports.EventBaseNoId = core.serialization.object({
|
|
46
46
|
timestamp: core.serialization.date().optional(),
|
|
47
|
-
references: core.serialization.list(
|
|
47
|
+
references: core.serialization.list(ScopedEntity_1.ScopedEntity).optional(),
|
|
48
48
|
sourceInfo: SourceInfo_1.SourceInfo.optional(),
|
|
49
49
|
sessionInfo: SessionInfo_1.SessionInfo.optional(),
|
|
50
50
|
contextInfo: ContextInfo_1.ContextInfo.optional(),
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
5
|
import * as MavenAGI from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { ScopedEntity } from "./ScopedEntity";
|
|
8
8
|
import { EventType } from "./EventType";
|
|
9
9
|
import { UserEventName } from "./UserEventName";
|
|
10
10
|
import { SystemEventName } from "./SystemEventName";
|
|
@@ -14,9 +14,10 @@ export declare namespace EventFilter {
|
|
|
14
14
|
search?: string | null;
|
|
15
15
|
createdAfter?: string | null;
|
|
16
16
|
createdBefore?: string | null;
|
|
17
|
-
references?:
|
|
17
|
+
references?: ScopedEntity.Raw[] | null;
|
|
18
18
|
eventTypes?: EventType.Raw[] | null;
|
|
19
19
|
userEventNames?: UserEventName.Raw[] | null;
|
|
20
20
|
systemEventNames?: SystemEventName.Raw[] | null;
|
|
21
|
+
agentUserIds?: string[] | null;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -38,7 +38,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.EventFilter = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const
|
|
41
|
+
const ScopedEntity_1 = require("./ScopedEntity");
|
|
42
42
|
const EventType_1 = require("./EventType");
|
|
43
43
|
const UserEventName_1 = require("./UserEventName");
|
|
44
44
|
const SystemEventName_1 = require("./SystemEventName");
|
|
@@ -46,8 +46,9 @@ exports.EventFilter = core.serialization.object({
|
|
|
46
46
|
search: core.serialization.string().optional(),
|
|
47
47
|
createdAfter: core.serialization.date().optional(),
|
|
48
48
|
createdBefore: core.serialization.date().optional(),
|
|
49
|
-
references: core.serialization.list(
|
|
49
|
+
references: core.serialization.list(ScopedEntity_1.ScopedEntity).optional(),
|
|
50
50
|
eventTypes: core.serialization.list(EventType_1.EventType).optional(),
|
|
51
51
|
userEventNames: core.serialization.list(UserEventName_1.UserEventName).optional(),
|
|
52
52
|
systemEventNames: core.serialization.list(SystemEventName_1.SystemEventName).optional(),
|
|
53
|
+
agentUserIds: core.serialization.list(core.serialization.string()).optional(),
|
|
53
54
|
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../index";
|
|
5
|
+
import * as MavenAGI from "../../../../api/index";
|
|
6
|
+
import * as core from "../../../../core";
|
|
7
|
+
import { NovelUserEvent } from "./NovelUserEvent";
|
|
8
|
+
import { NovelSystemEvent } from "./NovelSystemEvent";
|
|
9
|
+
export declare const EventRequest: core.serialization.Schema<serializers.EventRequest.Raw, MavenAGI.EventRequest>;
|
|
10
|
+
export declare namespace EventRequest {
|
|
11
|
+
type Raw = EventRequest.UserEvent | EventRequest.SystemEvent;
|
|
12
|
+
interface UserEvent extends NovelUserEvent.Raw {
|
|
13
|
+
eventType: "userEvent";
|
|
14
|
+
}
|
|
15
|
+
interface SystemEvent extends NovelSystemEvent.Raw {
|
|
16
|
+
eventType: "systemEvent";
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
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
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.EventRequest = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
const NovelUserEvent_1 = require("./NovelUserEvent");
|
|
42
|
+
const NovelSystemEvent_1 = require("./NovelSystemEvent");
|
|
43
|
+
exports.EventRequest = core.serialization
|
|
44
|
+
.union("eventType", {
|
|
45
|
+
userEvent: NovelUserEvent_1.NovelUserEvent,
|
|
46
|
+
systemEvent: NovelSystemEvent_1.NovelSystemEvent,
|
|
47
|
+
})
|
|
48
|
+
.transform({
|
|
49
|
+
transform: (value) => value,
|
|
50
|
+
untransform: (value) => value,
|
|
51
|
+
});
|
package/dist/serialization/resources/{events/types/UserInfo.d.ts → commons/types/EventUserInfo.d.ts}
RENAMED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
5
|
import * as MavenAGI from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
import { EntityId } from "
|
|
8
|
-
export declare const
|
|
9
|
-
export declare namespace
|
|
7
|
+
import { EntityId } from "./EntityId";
|
|
8
|
+
export declare const EventUserInfo: core.serialization.ObjectSchema<serializers.EventUserInfo.Raw, MavenAGI.EventUserInfo>;
|
|
9
|
+
export declare namespace EventUserInfo {
|
|
10
10
|
interface Raw {
|
|
11
11
|
id?: EntityId.Raw | null;
|
|
12
12
|
}
|
|
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.EventUserInfo = void 0;
|
|
40
40
|
const core = __importStar(require("../../../../core"));
|
|
41
|
-
const EntityId_1 = require("
|
|
42
|
-
exports.
|
|
41
|
+
const EntityId_1 = require("./EntityId");
|
|
42
|
+
exports.EventUserInfo = core.serialization.object({
|
|
43
43
|
id: EntityId_1.EntityId.optional(),
|
|
44
44
|
});
|