mavenagi 1.2.12 → 1.2.14
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 +21 -16
- package/api/resources/commons/types/ArraySettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/ArraySettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +4 -0
- package/api/resources/commons/types/CheckboxSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/ColorSettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/ColorSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +4 -0
- package/api/resources/commons/types/ComplexArraySettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
- package/api/resources/commons/types/ConversationSummary.d.ts +2 -0
- package/api/resources/commons/types/CsatInfo.d.ts +6 -0
- package/api/resources/commons/types/CsatInfo.js +3 -0
- package/api/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/DropdownSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/ImageSettingsSchemaEntry.d.ts +4 -0
- package/api/resources/commons/types/ImageSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/MultilineSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/NovelUserEvent.d.ts +2 -0
- package/api/resources/commons/types/NumberSettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/NumberSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/OAuthAuthenticationMethod.d.ts +10 -0
- package/api/resources/commons/types/OAuthAuthenticationMethod.js +13 -0
- package/api/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +14 -0
- package/api/resources/commons/types/OAuthSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/OneOfSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/SectionSettingsSchemaEntry.d.ts +4 -0
- package/api/resources/commons/types/SectionSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/SettingsSchema.d.ts +2 -0
- package/api/resources/commons/types/SettingsSchema.js +3 -0
- package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +11 -0
- package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +3 -0
- package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +5 -0
- package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +3 -0
- package/api/resources/commons/types/SettingsSchemaEntry.d.ts +40 -0
- package/api/resources/commons/types/SettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/SettingsSchemaEntryBase.d.ts +9 -0
- package/api/resources/commons/types/SettingsSchemaEntryBase.js +3 -0
- package/api/resources/commons/types/SettingsSchemaValidation.d.ts +6 -0
- package/api/resources/commons/types/SettingsSchemaValidation.js +3 -0
- package/api/resources/commons/types/TextSettingsSchemaEntry.d.ts +5 -0
- package/api/resources/commons/types/TextSettingsSchemaEntry.js +3 -0
- package/api/resources/commons/types/UserEvent.d.ts +2 -0
- package/api/resources/commons/types/index.d.ts +20 -0
- package/api/resources/commons/types/index.js +20 -0
- package/api/resources/conversation/types/ConversationField.d.ts +1 -0
- package/api/resources/conversation/types/ConversationField.js +1 -0
- package/api/resources/conversation/types/NumericConversationField.d.ts +1 -0
- package/api/resources/conversation/types/NumericConversationField.js +1 -0
- package/api/resources/developersCommons/index.d.ts +1 -0
- package/api/resources/developersCommons/index.js +17 -0
- package/api/resources/developersCommons/types/AppCapability.d.ts +8 -0
- package/api/resources/developersCommons/types/AppCapability.js +11 -0
- package/api/resources/developersCommons/types/AppCategory.d.ts +10 -0
- package/api/resources/developersCommons/types/AppCategory.js +13 -0
- package/api/resources/developersCommons/types/AppVisibility.d.ts +6 -0
- package/api/resources/developersCommons/types/AppVisibility.js +9 -0
- package/api/resources/developersCommons/types/GithubRepository.d.ts +4 -0
- package/api/resources/developersCommons/types/GithubRepository.js +3 -0
- package/api/resources/developersCommons/types/Link.d.ts +5 -0
- package/api/resources/developersCommons/types/Link.js +3 -0
- package/api/resources/developersCommons/types/index.d.ts +5 -0
- package/api/resources/developersCommons/types/index.js +21 -0
- package/api/resources/index.d.ts +4 -0
- package/api/resources/index.js +5 -1
- package/api/resources/integrations/client/Client.d.ts +31 -0
- package/api/resources/integrations/client/Client.js +161 -0
- package/api/resources/integrations/client/index.d.ts +1 -0
- package/api/resources/integrations/client/index.js +2 -0
- package/api/resources/integrations/index.d.ts +2 -0
- package/api/resources/integrations/index.js +18 -0
- package/api/resources/integrations/types/UpdateIntegrationRequest.d.ts +20 -0
- package/api/resources/integrations/types/UpdateIntegrationRequest.js +3 -0
- package/api/resources/integrations/types/index.d.ts +1 -0
- package/api/resources/integrations/types/index.js +17 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +21 -16
- package/dist/api/resources/commons/types/ArraySettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/ArraySettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +4 -0
- package/dist/api/resources/commons/types/CheckboxSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/ColorSettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/ColorSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +4 -0
- package/dist/api/resources/commons/types/ComplexArraySettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
- package/dist/api/resources/commons/types/ConversationSummary.d.ts +2 -0
- package/dist/api/resources/commons/types/CsatInfo.d.ts +6 -0
- package/dist/api/resources/commons/types/CsatInfo.js +3 -0
- package/dist/api/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/DropdownSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/ImageSettingsSchemaEntry.d.ts +4 -0
- package/dist/api/resources/commons/types/ImageSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/MultilineSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/NovelUserEvent.d.ts +2 -0
- package/dist/api/resources/commons/types/NumberSettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/NumberSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/OAuthAuthenticationMethod.d.ts +10 -0
- package/dist/api/resources/commons/types/OAuthAuthenticationMethod.js +13 -0
- package/dist/api/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +14 -0
- package/dist/api/resources/commons/types/OAuthSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/OneOfSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/SectionSettingsSchemaEntry.d.ts +4 -0
- package/dist/api/resources/commons/types/SectionSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/SettingsSchema.d.ts +2 -0
- package/dist/api/resources/commons/types/SettingsSchema.js +3 -0
- package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +11 -0
- package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +3 -0
- package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +5 -0
- package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +3 -0
- package/dist/api/resources/commons/types/SettingsSchemaEntry.d.ts +40 -0
- package/dist/api/resources/commons/types/SettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/SettingsSchemaEntryBase.d.ts +9 -0
- package/dist/api/resources/commons/types/SettingsSchemaEntryBase.js +3 -0
- package/dist/api/resources/commons/types/SettingsSchemaValidation.d.ts +6 -0
- package/dist/api/resources/commons/types/SettingsSchemaValidation.js +3 -0
- package/dist/api/resources/commons/types/TextSettingsSchemaEntry.d.ts +5 -0
- package/dist/api/resources/commons/types/TextSettingsSchemaEntry.js +3 -0
- package/dist/api/resources/commons/types/UserEvent.d.ts +2 -0
- package/dist/api/resources/commons/types/index.d.ts +20 -0
- package/dist/api/resources/commons/types/index.js +20 -0
- package/dist/api/resources/conversation/types/ConversationField.d.ts +1 -0
- package/dist/api/resources/conversation/types/ConversationField.js +1 -0
- package/dist/api/resources/conversation/types/NumericConversationField.d.ts +1 -0
- package/dist/api/resources/conversation/types/NumericConversationField.js +1 -0
- package/dist/api/resources/developersCommons/index.d.ts +1 -0
- package/dist/api/resources/developersCommons/index.js +17 -0
- package/dist/api/resources/developersCommons/types/AppCapability.d.ts +8 -0
- package/dist/api/resources/developersCommons/types/AppCapability.js +11 -0
- package/dist/api/resources/developersCommons/types/AppCategory.d.ts +10 -0
- package/dist/api/resources/developersCommons/types/AppCategory.js +13 -0
- package/dist/api/resources/developersCommons/types/AppVisibility.d.ts +6 -0
- package/dist/api/resources/developersCommons/types/AppVisibility.js +9 -0
- package/dist/api/resources/developersCommons/types/GithubRepository.d.ts +4 -0
- package/dist/api/resources/developersCommons/types/GithubRepository.js +3 -0
- package/dist/api/resources/developersCommons/types/Link.d.ts +5 -0
- package/dist/api/resources/developersCommons/types/Link.js +3 -0
- package/dist/api/resources/developersCommons/types/index.d.ts +5 -0
- package/dist/api/resources/developersCommons/types/index.js +21 -0
- package/dist/api/resources/index.d.ts +4 -0
- package/dist/api/resources/index.js +5 -1
- package/dist/api/resources/integrations/client/Client.d.ts +31 -0
- package/dist/api/resources/integrations/client/Client.js +161 -0
- package/dist/api/resources/integrations/client/index.d.ts +1 -0
- package/dist/api/resources/integrations/client/index.js +2 -0
- package/dist/api/resources/integrations/index.d.ts +2 -0
- package/dist/api/resources/integrations/index.js +18 -0
- package/dist/api/resources/integrations/types/UpdateIntegrationRequest.d.ts +20 -0
- package/dist/api/resources/integrations/types/UpdateIntegrationRequest.js +3 -0
- package/dist/api/resources/integrations/types/index.d.ts +1 -0
- package/dist/api/resources/integrations/types/index.js +17 -0
- package/dist/serialization/resources/commons/types/ArraySettingsSchemaEntry.d.ts +12 -0
- package/dist/serialization/resources/commons/types/ArraySettingsSchemaEntry.js +46 -0
- package/dist/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +10 -0
- package/dist/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.js +44 -0
- package/dist/serialization/resources/commons/types/ColorSettingsSchemaEntry.d.ts +12 -0
- package/dist/serialization/resources/commons/types/ColorSettingsSchemaEntry.js +46 -0
- package/dist/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.js +45 -0
- package/dist/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
- package/dist/serialization/resources/commons/types/ConversationAnalysis.js +1 -0
- package/dist/serialization/resources/commons/types/ConversationSummary.d.ts +1 -0
- package/dist/serialization/resources/commons/types/ConversationSummary.js +1 -0
- package/dist/serialization/resources/commons/types/CsatInfo.d.ts +10 -0
- package/dist/serialization/resources/commons/types/CsatInfo.js +42 -0
- package/dist/serialization/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +11 -0
- package/dist/serialization/resources/commons/types/DropdownSettingsSchemaEntry.js +45 -0
- package/dist/serialization/resources/commons/types/ImageSettingsSchemaEntry.d.ts +10 -0
- package/dist/serialization/resources/commons/types/ImageSettingsSchemaEntry.js +44 -0
- package/dist/serialization/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +12 -0
- package/dist/serialization/resources/commons/types/MultilineSettingsSchemaEntry.js +46 -0
- package/dist/serialization/resources/commons/types/NovelUserEvent.d.ts +2 -0
- package/dist/serialization/resources/commons/types/NovelUserEvent.js +2 -0
- package/dist/serialization/resources/commons/types/NumberSettingsSchemaEntry.d.ts +12 -0
- package/dist/serialization/resources/commons/types/NumberSettingsSchemaEntry.js +46 -0
- package/dist/serialization/resources/commons/types/OAuthAuthenticationMethod.d.ts +7 -0
- package/dist/serialization/resources/commons/types/OAuthAuthenticationMethod.js +39 -0
- package/dist/serialization/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +18 -0
- package/dist/serialization/resources/commons/types/OAuthSettingsSchemaEntry.js +52 -0
- package/dist/serialization/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +11 -0
- package/dist/serialization/resources/commons/types/OneOfSettingsSchemaEntry.js +46 -0
- package/dist/serialization/resources/commons/types/SectionSettingsSchemaEntry.d.ts +10 -0
- package/dist/serialization/resources/commons/types/SectionSettingsSchemaEntry.js +45 -0
- package/dist/serialization/resources/commons/types/SettingsSchema.d.ts +7 -0
- package/dist/serialization/resources/commons/types/SettingsSchema.js +40 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +12 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +45 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +7 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +40 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaEntry.d.ts +52 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaEntry.js +67 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaEntryBase.d.ts +14 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaEntryBase.js +46 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaValidation.d.ts +10 -0
- package/dist/serialization/resources/commons/types/SettingsSchemaValidation.js +42 -0
- package/dist/serialization/resources/commons/types/TextSettingsSchemaEntry.d.ts +12 -0
- package/dist/serialization/resources/commons/types/TextSettingsSchemaEntry.js +46 -0
- package/dist/serialization/resources/commons/types/UserEvent.d.ts +2 -0
- package/dist/serialization/resources/commons/types/UserEvent.js +2 -0
- package/dist/serialization/resources/commons/types/index.d.ts +20 -0
- package/dist/serialization/resources/commons/types/index.js +20 -0
- package/dist/serialization/resources/conversation/types/ConversationField.d.ts +1 -1
- package/dist/serialization/resources/conversation/types/ConversationField.js +1 -0
- package/dist/serialization/resources/conversation/types/NumericConversationField.d.ts +1 -1
- package/dist/serialization/resources/conversation/types/NumericConversationField.js +1 -0
- package/dist/serialization/resources/developersCommons/index.d.ts +1 -0
- package/dist/serialization/resources/developersCommons/index.js +17 -0
- package/dist/serialization/resources/developersCommons/types/AppCapability.d.ts +7 -0
- package/dist/serialization/resources/developersCommons/types/AppCapability.js +39 -0
- package/dist/serialization/resources/developersCommons/types/AppCategory.d.ts +7 -0
- package/dist/serialization/resources/developersCommons/types/AppCategory.js +47 -0
- package/dist/serialization/resources/developersCommons/types/AppVisibility.d.ts +7 -0
- package/dist/serialization/resources/developersCommons/types/AppVisibility.js +39 -0
- package/dist/serialization/resources/developersCommons/types/GithubRepository.d.ts +10 -0
- package/dist/serialization/resources/developersCommons/types/GithubRepository.js +42 -0
- package/dist/serialization/resources/developersCommons/types/Link.d.ts +11 -0
- package/dist/serialization/resources/developersCommons/types/Link.js +43 -0
- package/dist/serialization/resources/developersCommons/types/index.d.ts +5 -0
- package/dist/serialization/resources/developersCommons/types/index.js +21 -0
- package/dist/serialization/resources/index.d.ts +4 -0
- package/dist/serialization/resources/index.js +5 -1
- package/dist/serialization/resources/integrations/index.d.ts +1 -0
- package/dist/serialization/resources/integrations/index.js +17 -0
- package/dist/serialization/resources/integrations/types/UpdateIntegrationRequest.d.ts +30 -0
- package/dist/serialization/resources/integrations/types/UpdateIntegrationRequest.js +63 -0
- package/dist/serialization/resources/integrations/types/index.d.ts +1 -0
- package/dist/serialization/resources/integrations/types/index.js +17 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +80 -0
- package/serialization/resources/commons/types/ArraySettingsSchemaEntry.d.ts +12 -0
- package/serialization/resources/commons/types/ArraySettingsSchemaEntry.js +46 -0
- package/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +10 -0
- package/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.js +44 -0
- package/serialization/resources/commons/types/ColorSettingsSchemaEntry.d.ts +12 -0
- package/serialization/resources/commons/types/ColorSettingsSchemaEntry.js +46 -0
- package/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +10 -0
- package/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.js +45 -0
- package/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
- package/serialization/resources/commons/types/ConversationAnalysis.js +1 -0
- package/serialization/resources/commons/types/ConversationSummary.d.ts +1 -0
- package/serialization/resources/commons/types/ConversationSummary.js +1 -0
- package/serialization/resources/commons/types/CsatInfo.d.ts +10 -0
- package/serialization/resources/commons/types/CsatInfo.js +42 -0
- package/serialization/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +11 -0
- package/serialization/resources/commons/types/DropdownSettingsSchemaEntry.js +45 -0
- package/serialization/resources/commons/types/ImageSettingsSchemaEntry.d.ts +10 -0
- package/serialization/resources/commons/types/ImageSettingsSchemaEntry.js +44 -0
- package/serialization/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +12 -0
- package/serialization/resources/commons/types/MultilineSettingsSchemaEntry.js +46 -0
- package/serialization/resources/commons/types/NovelUserEvent.d.ts +2 -0
- package/serialization/resources/commons/types/NovelUserEvent.js +2 -0
- package/serialization/resources/commons/types/NumberSettingsSchemaEntry.d.ts +12 -0
- package/serialization/resources/commons/types/NumberSettingsSchemaEntry.js +46 -0
- package/serialization/resources/commons/types/OAuthAuthenticationMethod.d.ts +7 -0
- package/serialization/resources/commons/types/OAuthAuthenticationMethod.js +39 -0
- package/serialization/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +18 -0
- package/serialization/resources/commons/types/OAuthSettingsSchemaEntry.js +52 -0
- package/serialization/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +11 -0
- package/serialization/resources/commons/types/OneOfSettingsSchemaEntry.js +46 -0
- package/serialization/resources/commons/types/SectionSettingsSchemaEntry.d.ts +10 -0
- package/serialization/resources/commons/types/SectionSettingsSchemaEntry.js +45 -0
- package/serialization/resources/commons/types/SettingsSchema.d.ts +7 -0
- package/serialization/resources/commons/types/SettingsSchema.js +40 -0
- package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +12 -0
- package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +45 -0
- package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +7 -0
- package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +40 -0
- package/serialization/resources/commons/types/SettingsSchemaEntry.d.ts +52 -0
- package/serialization/resources/commons/types/SettingsSchemaEntry.js +67 -0
- package/serialization/resources/commons/types/SettingsSchemaEntryBase.d.ts +14 -0
- package/serialization/resources/commons/types/SettingsSchemaEntryBase.js +46 -0
- package/serialization/resources/commons/types/SettingsSchemaValidation.d.ts +10 -0
- package/serialization/resources/commons/types/SettingsSchemaValidation.js +42 -0
- package/serialization/resources/commons/types/TextSettingsSchemaEntry.d.ts +12 -0
- package/serialization/resources/commons/types/TextSettingsSchemaEntry.js +46 -0
- package/serialization/resources/commons/types/UserEvent.d.ts +2 -0
- package/serialization/resources/commons/types/UserEvent.js +2 -0
- package/serialization/resources/commons/types/index.d.ts +20 -0
- package/serialization/resources/commons/types/index.js +20 -0
- package/serialization/resources/conversation/types/ConversationField.d.ts +1 -1
- package/serialization/resources/conversation/types/ConversationField.js +1 -0
- package/serialization/resources/conversation/types/NumericConversationField.d.ts +1 -1
- package/serialization/resources/conversation/types/NumericConversationField.js +1 -0
- package/serialization/resources/developersCommons/index.d.ts +1 -0
- package/serialization/resources/developersCommons/index.js +17 -0
- package/serialization/resources/developersCommons/types/AppCapability.d.ts +7 -0
- package/serialization/resources/developersCommons/types/AppCapability.js +39 -0
- package/serialization/resources/developersCommons/types/AppCategory.d.ts +7 -0
- package/serialization/resources/developersCommons/types/AppCategory.js +47 -0
- package/serialization/resources/developersCommons/types/AppVisibility.d.ts +7 -0
- package/serialization/resources/developersCommons/types/AppVisibility.js +39 -0
- package/serialization/resources/developersCommons/types/GithubRepository.d.ts +10 -0
- package/serialization/resources/developersCommons/types/GithubRepository.js +42 -0
- package/serialization/resources/developersCommons/types/Link.d.ts +11 -0
- package/serialization/resources/developersCommons/types/Link.js +43 -0
- package/serialization/resources/developersCommons/types/index.d.ts +5 -0
- package/serialization/resources/developersCommons/types/index.js +21 -0
- package/serialization/resources/index.d.ts +4 -0
- package/serialization/resources/index.js +5 -1
- package/serialization/resources/integrations/index.d.ts +1 -0
- package/serialization/resources/integrations/index.js +17 -0
- package/serialization/resources/integrations/types/UpdateIntegrationRequest.d.ts +30 -0
- package/serialization/resources/integrations/types/UpdateIntegrationRequest.js +63 -0
- package/serialization/resources/integrations/types/index.d.ts +1 -0
- package/serialization/resources/integrations/types/index.js +17 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/Client.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { Conversation } from "./api/resources/conversation/client/Client";
|
|
|
8
8
|
import { Customers } from "./api/resources/customers/client/Client";
|
|
9
9
|
import { Events } from "./api/resources/events/client/Client";
|
|
10
10
|
import { Inbox } from "./api/resources/inbox/client/Client";
|
|
11
|
+
import { Integrations } from "./api/resources/integrations/client/Client";
|
|
11
12
|
import { Knowledge } from "./api/resources/knowledge/client/Client";
|
|
12
13
|
import { Organizations } from "./api/resources/organizations/client/Client";
|
|
13
14
|
import { Segments } from "./api/resources/segments/client/Client";
|
|
@@ -34,6 +35,7 @@ export declare class MavenAGIClient {
|
|
|
34
35
|
protected _customers: Customers | undefined;
|
|
35
36
|
protected _events: Events | undefined;
|
|
36
37
|
protected _inbox: Inbox | undefined;
|
|
38
|
+
protected _integrations: Integrations | undefined;
|
|
37
39
|
protected _knowledge: Knowledge | undefined;
|
|
38
40
|
protected _organizations: Organizations | undefined;
|
|
39
41
|
protected _segments: Segments | undefined;
|
|
@@ -52,6 +54,7 @@ export declare class MavenAGIClient {
|
|
|
52
54
|
get customers(): Customers;
|
|
53
55
|
get events(): Events;
|
|
54
56
|
get inbox(): Inbox;
|
|
57
|
+
get integrations(): Integrations;
|
|
55
58
|
get knowledge(): Knowledge;
|
|
56
59
|
get organizations(): Organizations;
|
|
57
60
|
get segments(): Segments;
|
package/Client.js
CHANGED
|
@@ -45,13 +45,14 @@ const Client_7 = require("./api/resources/conversation/client/Client");
|
|
|
45
45
|
const Client_8 = require("./api/resources/customers/client/Client");
|
|
46
46
|
const Client_9 = require("./api/resources/events/client/Client");
|
|
47
47
|
const Client_10 = require("./api/resources/inbox/client/Client");
|
|
48
|
-
const Client_11 = require("./api/resources/
|
|
49
|
-
const Client_12 = require("./api/resources/
|
|
50
|
-
const Client_13 = require("./api/resources/
|
|
51
|
-
const Client_14 = require("./api/resources/
|
|
52
|
-
const Client_15 = require("./api/resources/
|
|
53
|
-
const Client_16 = require("./api/resources/
|
|
54
|
-
const Client_17 = require("./api/resources/
|
|
48
|
+
const Client_11 = require("./api/resources/integrations/client/Client");
|
|
49
|
+
const Client_12 = require("./api/resources/knowledge/client/Client");
|
|
50
|
+
const Client_13 = require("./api/resources/organizations/client/Client");
|
|
51
|
+
const Client_14 = require("./api/resources/segments/client/Client");
|
|
52
|
+
const Client_15 = require("./api/resources/translations/client/Client");
|
|
53
|
+
const Client_16 = require("./api/resources/triggers/client/Client");
|
|
54
|
+
const Client_17 = require("./api/resources/users/client/Client");
|
|
55
|
+
const Client_18 = require("./api/resources/websockets/client/Client");
|
|
55
56
|
const core = __importStar(require("./core"));
|
|
56
57
|
const headers_1 = require("./core/headers");
|
|
57
58
|
class MavenAGIClient {
|
|
@@ -61,8 +62,8 @@ class MavenAGIClient {
|
|
|
61
62
|
"X-Agent-Id": _options === null || _options === void 0 ? void 0 : _options.agentId,
|
|
62
63
|
"X-Fern-Language": "JavaScript",
|
|
63
64
|
"X-Fern-SDK-Name": "mavenagi",
|
|
64
|
-
"X-Fern-SDK-Version": "1.2.
|
|
65
|
-
"User-Agent": "mavenagi/1.2.
|
|
65
|
+
"X-Fern-SDK-Version": "1.2.14",
|
|
66
|
+
"User-Agent": "mavenagi/1.2.14",
|
|
66
67
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
67
68
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
68
69
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -107,33 +108,37 @@ class MavenAGIClient {
|
|
|
107
108
|
var _a;
|
|
108
109
|
return ((_a = this._inbox) !== null && _a !== void 0 ? _a : (this._inbox = new Client_10.Inbox(this._options)));
|
|
109
110
|
}
|
|
111
|
+
get integrations() {
|
|
112
|
+
var _a;
|
|
113
|
+
return ((_a = this._integrations) !== null && _a !== void 0 ? _a : (this._integrations = new Client_11.Integrations(this._options)));
|
|
114
|
+
}
|
|
110
115
|
get knowledge() {
|
|
111
116
|
var _a;
|
|
112
|
-
return ((_a = this._knowledge) !== null && _a !== void 0 ? _a : (this._knowledge = new
|
|
117
|
+
return ((_a = this._knowledge) !== null && _a !== void 0 ? _a : (this._knowledge = new Client_12.Knowledge(this._options)));
|
|
113
118
|
}
|
|
114
119
|
get organizations() {
|
|
115
120
|
var _a;
|
|
116
|
-
return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new
|
|
121
|
+
return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_13.Organizations(this._options)));
|
|
117
122
|
}
|
|
118
123
|
get segments() {
|
|
119
124
|
var _a;
|
|
120
|
-
return ((_a = this._segments) !== null && _a !== void 0 ? _a : (this._segments = new
|
|
125
|
+
return ((_a = this._segments) !== null && _a !== void 0 ? _a : (this._segments = new Client_14.Segments(this._options)));
|
|
121
126
|
}
|
|
122
127
|
get translations() {
|
|
123
128
|
var _a;
|
|
124
|
-
return ((_a = this._translations) !== null && _a !== void 0 ? _a : (this._translations = new
|
|
129
|
+
return ((_a = this._translations) !== null && _a !== void 0 ? _a : (this._translations = new Client_15.Translations(this._options)));
|
|
125
130
|
}
|
|
126
131
|
get triggers() {
|
|
127
132
|
var _a;
|
|
128
|
-
return ((_a = this._triggers) !== null && _a !== void 0 ? _a : (this._triggers = new
|
|
133
|
+
return ((_a = this._triggers) !== null && _a !== void 0 ? _a : (this._triggers = new Client_16.Triggers(this._options)));
|
|
129
134
|
}
|
|
130
135
|
get users() {
|
|
131
136
|
var _a;
|
|
132
|
-
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new
|
|
137
|
+
return ((_a = this._users) !== null && _a !== void 0 ? _a : (this._users = new Client_17.Users(this._options)));
|
|
133
138
|
}
|
|
134
139
|
get websockets() {
|
|
135
140
|
var _a;
|
|
136
|
-
return ((_a = this._websockets) !== null && _a !== void 0 ? _a : (this._websockets = new
|
|
141
|
+
return ((_a = this._websockets) !== null && _a !== void 0 ? _a : (this._websockets = new Client_18.Websockets(this._options)));
|
|
137
142
|
}
|
|
138
143
|
}
|
|
139
144
|
exports.MavenAGIClient = MavenAGIClient;
|
|
@@ -16,6 +16,8 @@ export interface ConversationSummary {
|
|
|
16
16
|
userMessageCount: number;
|
|
17
17
|
/** The number of bot answer messages in the conversation. */
|
|
18
18
|
botMessageCount: number;
|
|
19
|
+
/** The CSAT score for the conversation */
|
|
20
|
+
csat?: number;
|
|
19
21
|
/**
|
|
20
22
|
* The total time in milliseconds that the user spent interacting with the conversation.
|
|
21
23
|
* Calculated by taking the timestamp of the last message in the conversation minus the timestamp of the first message.
|
|
@@ -6,6 +6,8 @@ export interface NovelUserEvent extends MavenAGI.EventBaseNoId {
|
|
|
6
6
|
eventName: MavenAGI.UserEventName;
|
|
7
7
|
/** Information about the user who triggered the event */
|
|
8
8
|
userInfo: MavenAGI.EventUserInfoBase;
|
|
9
|
+
/** Information about any CSAT associated with the event */
|
|
10
|
+
csatInfo?: MavenAGI.CsatInfo;
|
|
9
11
|
/** Information about any feedback associated with the event */
|
|
10
12
|
feedbackInfo?: MavenAGI.FeedbackInfo[];
|
|
11
13
|
/** Information about the page on which the event occurred */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/** The authentication method to use for OAuth token requests */
|
|
2
|
+
export declare const OAuthAuthenticationMethod: {
|
|
3
|
+
/**
|
|
4
|
+
* Basic Auth with credentials in Authorization header */
|
|
5
|
+
readonly Basic: "basic";
|
|
6
|
+
/**
|
|
7
|
+
* Credentials in request body (default) */
|
|
8
|
+
readonly Post: "post";
|
|
9
|
+
};
|
|
10
|
+
export type OAuthAuthenticationMethod = (typeof OAuthAuthenticationMethod)[keyof typeof OAuthAuthenticationMethod];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.OAuthAuthenticationMethod = void 0;
|
|
5
|
+
/** The authentication method to use for OAuth token requests */
|
|
6
|
+
exports.OAuthAuthenticationMethod = {
|
|
7
|
+
/**
|
|
8
|
+
* Basic Auth with credentials in Authorization header */
|
|
9
|
+
Basic: "basic",
|
|
10
|
+
/**
|
|
11
|
+
* Credentials in request body (default) */
|
|
12
|
+
Post: "post",
|
|
13
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as MavenAGI from "../../../index";
|
|
2
|
+
export interface OAuthSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
|
|
3
|
+
/** The scopes to request from the OAuth provider. */
|
|
4
|
+
oauthScopes: string[];
|
|
5
|
+
/** Optional labels for customizing scope display names. */
|
|
6
|
+
scopeLabels?: unknown[];
|
|
7
|
+
oauthRedirectUri?: string;
|
|
8
|
+
oauthClientId?: string;
|
|
9
|
+
oauthAuthorizationUrl?: string;
|
|
10
|
+
oauthClientSecret?: string;
|
|
11
|
+
oauthTokenUrl?: string;
|
|
12
|
+
/** The authentication method for OAuth token requests. */
|
|
13
|
+
oauthAuthenticationMethod?: MavenAGI.OAuthAuthenticationMethod;
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as MavenAGI from "../../../index";
|
|
2
|
+
export interface SettingsSchemaDiscriminatedUnionOption {
|
|
3
|
+
/** The value for this option (used as discriminator value) */
|
|
4
|
+
value: string;
|
|
5
|
+
/** The display name shown in the dropdown */
|
|
6
|
+
displayName: string;
|
|
7
|
+
/** Optional description for this option */
|
|
8
|
+
description?: string;
|
|
9
|
+
/** The schema fields to display when this option is selected. Required fields within these fields are only validated when this option is active. */
|
|
10
|
+
fields: MavenAGI.SettingsSchema;
|
|
11
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type * as MavenAGI from "../../../index";
|
|
2
|
+
export type SettingsSchemaEntry = MavenAGI.SettingsSchemaEntry.Text | MavenAGI.SettingsSchemaEntry.Multiline | MavenAGI.SettingsSchemaEntry.Array | MavenAGI.SettingsSchemaEntry.Complexarray | MavenAGI.SettingsSchemaEntry.Color | MavenAGI.SettingsSchemaEntry.Image | MavenAGI.SettingsSchemaEntry.Checkbox | MavenAGI.SettingsSchemaEntry.Dropdown | MavenAGI.SettingsSchemaEntry.Section | MavenAGI.SettingsSchemaEntry.Oauth | MavenAGI.SettingsSchemaEntry.Number | MavenAGI.SettingsSchemaEntry.OneOf;
|
|
3
|
+
export declare namespace SettingsSchemaEntry {
|
|
4
|
+
interface Text extends MavenAGI.TextSettingsSchemaEntry {
|
|
5
|
+
type: "text";
|
|
6
|
+
}
|
|
7
|
+
interface Multiline extends MavenAGI.MultilineSettingsSchemaEntry {
|
|
8
|
+
type: "multiline";
|
|
9
|
+
}
|
|
10
|
+
interface Array extends MavenAGI.ArraySettingsSchemaEntry {
|
|
11
|
+
type: "array";
|
|
12
|
+
}
|
|
13
|
+
interface Complexarray extends MavenAGI.ComplexArraySettingsSchemaEntry {
|
|
14
|
+
type: "complexarray";
|
|
15
|
+
}
|
|
16
|
+
interface Color extends MavenAGI.ColorSettingsSchemaEntry {
|
|
17
|
+
type: "color";
|
|
18
|
+
}
|
|
19
|
+
interface Image extends MavenAGI.ImageSettingsSchemaEntry {
|
|
20
|
+
type: "image";
|
|
21
|
+
}
|
|
22
|
+
interface Checkbox extends MavenAGI.CheckboxSettingsSchemaEntry {
|
|
23
|
+
type: "checkbox";
|
|
24
|
+
}
|
|
25
|
+
interface Dropdown extends MavenAGI.DropdownSettingsSchemaEntry {
|
|
26
|
+
type: "dropdown";
|
|
27
|
+
}
|
|
28
|
+
interface Section extends MavenAGI.SectionSettingsSchemaEntry {
|
|
29
|
+
type: "section";
|
|
30
|
+
}
|
|
31
|
+
interface Oauth extends MavenAGI.OAuthSettingsSchemaEntry {
|
|
32
|
+
type: "oauth";
|
|
33
|
+
}
|
|
34
|
+
interface Number extends MavenAGI.NumberSettingsSchemaEntry {
|
|
35
|
+
type: "number";
|
|
36
|
+
}
|
|
37
|
+
interface OneOf extends MavenAGI.OneOfSettingsSchemaEntry {
|
|
38
|
+
type: "oneOf";
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as MavenAGI from "../../../index";
|
|
2
|
+
export interface SettingsSchemaEntryBase {
|
|
3
|
+
key: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
visibility?: MavenAGI.VisibilityType;
|
|
7
|
+
/** Whether the setting must have a value upon install. Defaults to false. */
|
|
8
|
+
required?: boolean;
|
|
9
|
+
}
|
|
@@ -10,6 +10,8 @@ export interface UserEvent extends MavenAGI.EventBaseNoId {
|
|
|
10
10
|
userInfo: MavenAGI.EventUserInfo;
|
|
11
11
|
/** Information about any feedback associated with the event */
|
|
12
12
|
feedbackInfo?: MavenAGI.FeedbackInfo[];
|
|
13
|
+
/** Information about any CSAT survey associated with the event */
|
|
14
|
+
csatInfo?: MavenAGI.CsatInfo;
|
|
13
15
|
/** Information about the page on which the event occurred */
|
|
14
16
|
pageInfo?: MavenAGI.PageInfo;
|
|
15
17
|
}
|
|
@@ -14,6 +14,7 @@ export * from "./AppUserIdentifier";
|
|
|
14
14
|
export * from "./AppUserIdentifyingPropertyType";
|
|
15
15
|
export * from "./AppUserRequest";
|
|
16
16
|
export * from "./AppUserResponse";
|
|
17
|
+
export * from "./ArraySettingsSchemaEntry";
|
|
17
18
|
export * from "./AttachmentRequest";
|
|
18
19
|
export * from "./AttachmentResponse";
|
|
19
20
|
export * from "./AttachmentStatus";
|
|
@@ -45,6 +46,9 @@ export * from "./BrowserInfo";
|
|
|
45
46
|
export * from "./BrowserType";
|
|
46
47
|
export * from "./Capability";
|
|
47
48
|
export * from "./ChartSpecSchema";
|
|
49
|
+
export * from "./CheckboxSettingsSchemaEntry";
|
|
50
|
+
export * from "./ColorSettingsSchemaEntry";
|
|
51
|
+
export * from "./ComplexArraySettingsSchemaEntry";
|
|
48
52
|
export * from "./ContextInfo";
|
|
49
53
|
export * from "./ConversationAnalysis";
|
|
50
54
|
export * from "./ConversationExecutedActionPrecondition";
|
|
@@ -55,9 +59,11 @@ export * from "./ConversationPrecondition";
|
|
|
55
59
|
export * from "./ConversationPreview";
|
|
56
60
|
export * from "./ConversationResponse";
|
|
57
61
|
export * from "./ConversationSummary";
|
|
62
|
+
export * from "./CsatInfo";
|
|
58
63
|
export * from "./DeviceInfo";
|
|
59
64
|
export * from "./DeviceType";
|
|
60
65
|
export * from "./DocumentInformation";
|
|
66
|
+
export * from "./DropdownSettingsSchemaEntry";
|
|
61
67
|
export * from "./EntityId";
|
|
62
68
|
export * from "./EntityIdBase";
|
|
63
69
|
export * from "./EntityIdFilter";
|
|
@@ -82,6 +88,7 @@ export * from "./FeedbackInfo";
|
|
|
82
88
|
export * from "./FeedbackType";
|
|
83
89
|
export * from "./GeoInfo";
|
|
84
90
|
export * from "./HarmfulContentAnalysis";
|
|
91
|
+
export * from "./ImageSettingsSchemaEntry";
|
|
85
92
|
export * from "./InboxItem";
|
|
86
93
|
export * from "./InboxItemBase";
|
|
87
94
|
export * from "./InboxItemCustom";
|
|
@@ -103,10 +110,15 @@ export * from "./LlmInclusionStatus";
|
|
|
103
110
|
export * from "./LlmPersona";
|
|
104
111
|
export * from "./MessageStatus";
|
|
105
112
|
export * from "./MetadataPrecondition";
|
|
113
|
+
export * from "./MultilineSettingsSchemaEntry";
|
|
106
114
|
export * from "./NovelSystemEvent";
|
|
107
115
|
export * from "./NovelSystemEventNoId";
|
|
108
116
|
export * from "./NovelUserEvent";
|
|
109
117
|
export * from "./NumberRange";
|
|
118
|
+
export * from "./NumberSettingsSchemaEntry";
|
|
119
|
+
export * from "./OAuthAuthenticationMethod";
|
|
120
|
+
export * from "./OAuthSettingsSchemaEntry";
|
|
121
|
+
export * from "./OneOfSettingsSchemaEntry";
|
|
110
122
|
export * from "./OsInfo";
|
|
111
123
|
export * from "./OsType";
|
|
112
124
|
export * from "./Page";
|
|
@@ -124,8 +136,15 @@ export * from "./ResponseConfigPrecondition";
|
|
|
124
136
|
export * from "./ResponseLength";
|
|
125
137
|
export * from "./SafetyCheckReport";
|
|
126
138
|
export * from "./ScopedEntity";
|
|
139
|
+
export * from "./SectionSettingsSchemaEntry";
|
|
127
140
|
export * from "./Sentiment";
|
|
128
141
|
export * from "./SessionInfo";
|
|
142
|
+
export * from "./SettingsSchema";
|
|
143
|
+
export * from "./SettingsSchemaDiscriminatedUnionOption";
|
|
144
|
+
export * from "./SettingsSchemaDiscriminatedUnionOptions";
|
|
145
|
+
export * from "./SettingsSchemaEntry";
|
|
146
|
+
export * from "./SettingsSchemaEntryBase";
|
|
147
|
+
export * from "./SettingsSchemaValidation";
|
|
129
148
|
export * from "./SimulationContext";
|
|
130
149
|
export * from "./Source";
|
|
131
150
|
export * from "./SourceInfo";
|
|
@@ -134,6 +153,7 @@ export * from "./SurveyInfo";
|
|
|
134
153
|
export * from "./SystemEvent";
|
|
135
154
|
export * from "./SystemEventName";
|
|
136
155
|
export * from "./TagsPrecondition";
|
|
156
|
+
export * from "./TextSettingsSchemaEntry";
|
|
137
157
|
export * from "./UserConversationMessageType";
|
|
138
158
|
export * from "./UserData";
|
|
139
159
|
export * from "./UserDataWithReference";
|
|
@@ -30,6 +30,7 @@ __exportStar(require("./AppUserIdentifier"), exports);
|
|
|
30
30
|
__exportStar(require("./AppUserIdentifyingPropertyType"), exports);
|
|
31
31
|
__exportStar(require("./AppUserRequest"), exports);
|
|
32
32
|
__exportStar(require("./AppUserResponse"), exports);
|
|
33
|
+
__exportStar(require("./ArraySettingsSchemaEntry"), exports);
|
|
33
34
|
__exportStar(require("./AttachmentRequest"), exports);
|
|
34
35
|
__exportStar(require("./AttachmentResponse"), exports);
|
|
35
36
|
__exportStar(require("./AttachmentStatus"), exports);
|
|
@@ -61,6 +62,9 @@ __exportStar(require("./BrowserInfo"), exports);
|
|
|
61
62
|
__exportStar(require("./BrowserType"), exports);
|
|
62
63
|
__exportStar(require("./Capability"), exports);
|
|
63
64
|
__exportStar(require("./ChartSpecSchema"), exports);
|
|
65
|
+
__exportStar(require("./CheckboxSettingsSchemaEntry"), exports);
|
|
66
|
+
__exportStar(require("./ColorSettingsSchemaEntry"), exports);
|
|
67
|
+
__exportStar(require("./ComplexArraySettingsSchemaEntry"), exports);
|
|
64
68
|
__exportStar(require("./ContextInfo"), exports);
|
|
65
69
|
__exportStar(require("./ConversationAnalysis"), exports);
|
|
66
70
|
__exportStar(require("./ConversationExecutedActionPrecondition"), exports);
|
|
@@ -71,9 +75,11 @@ __exportStar(require("./ConversationPrecondition"), exports);
|
|
|
71
75
|
__exportStar(require("./ConversationPreview"), exports);
|
|
72
76
|
__exportStar(require("./ConversationResponse"), exports);
|
|
73
77
|
__exportStar(require("./ConversationSummary"), exports);
|
|
78
|
+
__exportStar(require("./CsatInfo"), exports);
|
|
74
79
|
__exportStar(require("./DeviceInfo"), exports);
|
|
75
80
|
__exportStar(require("./DeviceType"), exports);
|
|
76
81
|
__exportStar(require("./DocumentInformation"), exports);
|
|
82
|
+
__exportStar(require("./DropdownSettingsSchemaEntry"), exports);
|
|
77
83
|
__exportStar(require("./EntityId"), exports);
|
|
78
84
|
__exportStar(require("./EntityIdBase"), exports);
|
|
79
85
|
__exportStar(require("./EntityIdFilter"), exports);
|
|
@@ -98,6 +104,7 @@ __exportStar(require("./FeedbackInfo"), exports);
|
|
|
98
104
|
__exportStar(require("./FeedbackType"), exports);
|
|
99
105
|
__exportStar(require("./GeoInfo"), exports);
|
|
100
106
|
__exportStar(require("./HarmfulContentAnalysis"), exports);
|
|
107
|
+
__exportStar(require("./ImageSettingsSchemaEntry"), exports);
|
|
101
108
|
__exportStar(require("./InboxItem"), exports);
|
|
102
109
|
__exportStar(require("./InboxItemBase"), exports);
|
|
103
110
|
__exportStar(require("./InboxItemCustom"), exports);
|
|
@@ -119,10 +126,15 @@ __exportStar(require("./LlmInclusionStatus"), exports);
|
|
|
119
126
|
__exportStar(require("./LlmPersona"), exports);
|
|
120
127
|
__exportStar(require("./MessageStatus"), exports);
|
|
121
128
|
__exportStar(require("./MetadataPrecondition"), exports);
|
|
129
|
+
__exportStar(require("./MultilineSettingsSchemaEntry"), exports);
|
|
122
130
|
__exportStar(require("./NovelSystemEvent"), exports);
|
|
123
131
|
__exportStar(require("./NovelSystemEventNoId"), exports);
|
|
124
132
|
__exportStar(require("./NovelUserEvent"), exports);
|
|
125
133
|
__exportStar(require("./NumberRange"), exports);
|
|
134
|
+
__exportStar(require("./NumberSettingsSchemaEntry"), exports);
|
|
135
|
+
__exportStar(require("./OAuthAuthenticationMethod"), exports);
|
|
136
|
+
__exportStar(require("./OAuthSettingsSchemaEntry"), exports);
|
|
137
|
+
__exportStar(require("./OneOfSettingsSchemaEntry"), exports);
|
|
126
138
|
__exportStar(require("./OsInfo"), exports);
|
|
127
139
|
__exportStar(require("./OsType"), exports);
|
|
128
140
|
__exportStar(require("./Page"), exports);
|
|
@@ -140,8 +152,15 @@ __exportStar(require("./ResponseConfigPrecondition"), exports);
|
|
|
140
152
|
__exportStar(require("./ResponseLength"), exports);
|
|
141
153
|
__exportStar(require("./SafetyCheckReport"), exports);
|
|
142
154
|
__exportStar(require("./ScopedEntity"), exports);
|
|
155
|
+
__exportStar(require("./SectionSettingsSchemaEntry"), exports);
|
|
143
156
|
__exportStar(require("./Sentiment"), exports);
|
|
144
157
|
__exportStar(require("./SessionInfo"), exports);
|
|
158
|
+
__exportStar(require("./SettingsSchema"), exports);
|
|
159
|
+
__exportStar(require("./SettingsSchemaDiscriminatedUnionOption"), exports);
|
|
160
|
+
__exportStar(require("./SettingsSchemaDiscriminatedUnionOptions"), exports);
|
|
161
|
+
__exportStar(require("./SettingsSchemaEntry"), exports);
|
|
162
|
+
__exportStar(require("./SettingsSchemaEntryBase"), exports);
|
|
163
|
+
__exportStar(require("./SettingsSchemaValidation"), exports);
|
|
145
164
|
__exportStar(require("./SimulationContext"), exports);
|
|
146
165
|
__exportStar(require("./Source"), exports);
|
|
147
166
|
__exportStar(require("./SourceInfo"), exports);
|
|
@@ -150,6 +169,7 @@ __exportStar(require("./SurveyInfo"), exports);
|
|
|
150
169
|
__exportStar(require("./SystemEvent"), exports);
|
|
151
170
|
__exportStar(require("./SystemEventName"), exports);
|
|
152
171
|
__exportStar(require("./TagsPrecondition"), exports);
|
|
172
|
+
__exportStar(require("./TextSettingsSchemaEntry"), exports);
|
|
153
173
|
__exportStar(require("./UserConversationMessageType"), exports);
|
|
154
174
|
__exportStar(require("./UserData"), exports);
|
|
155
175
|
__exportStar(require("./UserDataWithReference"), exports);
|
|
@@ -24,6 +24,7 @@ export declare const ConversationField: {
|
|
|
24
24
|
readonly Sources: "Sources";
|
|
25
25
|
readonly CreatedAt: "CreatedAt";
|
|
26
26
|
readonly PredictedNps: "PredictedNPS";
|
|
27
|
+
readonly Csat: "Csat";
|
|
27
28
|
readonly OrganizationId: "OrganizationId";
|
|
28
29
|
readonly AgentId: "AgentId";
|
|
29
30
|
readonly InboxItems: "InboxItems";
|