mavenagi 1.2.13 → 1.2.15
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 +3 -1
- 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/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 +19 -0
- package/api/resources/commons/types/index.js +19 -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/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +1 -1
- package/api/resources/segments/client/Client.d.ts +20 -0
- package/api/resources/segments/client/Client.js +102 -0
- package/api/resources/segments/client/requests/SegmentDeleteRequest.d.ts +8 -0
- package/api/resources/segments/client/requests/SegmentDeleteRequest.js +3 -0
- package/api/resources/segments/client/requests/index.d.ts +1 -0
- package/api/resources/segments/types/SegmentResponse.d.ts +4 -2
- package/api/resources/segments/types/SegmentStatus.d.ts +1 -0
- package/api/resources/segments/types/SegmentStatus.js +1 -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 +3 -1
- 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/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 +19 -0
- package/dist/api/resources/commons/types/index.js +19 -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/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +1 -1
- package/dist/api/resources/segments/client/Client.d.ts +20 -0
- package/dist/api/resources/segments/client/Client.js +102 -0
- package/dist/api/resources/segments/client/requests/SegmentDeleteRequest.d.ts +8 -0
- package/dist/api/resources/segments/client/requests/SegmentDeleteRequest.js +3 -0
- package/dist/api/resources/segments/client/requests/index.d.ts +1 -0
- package/dist/api/resources/segments/types/SegmentResponse.d.ts +4 -2
- package/dist/api/resources/segments/types/SegmentStatus.d.ts +1 -0
- package/dist/api/resources/segments/types/SegmentStatus.js +1 -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 +1 -0
- package/dist/serialization/resources/commons/types/CsatInfo.js +1 -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/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 +19 -0
- package/dist/serialization/resources/commons/types/index.js +19 -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/serialization/resources/segments/types/SegmentStatus.d.ts +1 -1
- package/dist/serialization/resources/segments/types/SegmentStatus.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +156 -1
- 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 +1 -0
- package/serialization/resources/commons/types/CsatInfo.js +1 -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/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 +19 -0
- package/serialization/resources/commons/types/index.js +19 -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/serialization/resources/segments/types/SegmentStatus.d.ts +1 -1
- package/serialization/resources/segments/types/SegmentStatus.js +1 -1
- 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.15",
|
|
66
|
+
"User-Agent": "mavenagi/1.2.15",
|
|
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.
|
|
@@ -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";
|
|
@@ -59,6 +63,7 @@ export * from "./CsatInfo";
|
|
|
59
63
|
export * from "./DeviceInfo";
|
|
60
64
|
export * from "./DeviceType";
|
|
61
65
|
export * from "./DocumentInformation";
|
|
66
|
+
export * from "./DropdownSettingsSchemaEntry";
|
|
62
67
|
export * from "./EntityId";
|
|
63
68
|
export * from "./EntityIdBase";
|
|
64
69
|
export * from "./EntityIdFilter";
|
|
@@ -83,6 +88,7 @@ export * from "./FeedbackInfo";
|
|
|
83
88
|
export * from "./FeedbackType";
|
|
84
89
|
export * from "./GeoInfo";
|
|
85
90
|
export * from "./HarmfulContentAnalysis";
|
|
91
|
+
export * from "./ImageSettingsSchemaEntry";
|
|
86
92
|
export * from "./InboxItem";
|
|
87
93
|
export * from "./InboxItemBase";
|
|
88
94
|
export * from "./InboxItemCustom";
|
|
@@ -104,10 +110,15 @@ export * from "./LlmInclusionStatus";
|
|
|
104
110
|
export * from "./LlmPersona";
|
|
105
111
|
export * from "./MessageStatus";
|
|
106
112
|
export * from "./MetadataPrecondition";
|
|
113
|
+
export * from "./MultilineSettingsSchemaEntry";
|
|
107
114
|
export * from "./NovelSystemEvent";
|
|
108
115
|
export * from "./NovelSystemEventNoId";
|
|
109
116
|
export * from "./NovelUserEvent";
|
|
110
117
|
export * from "./NumberRange";
|
|
118
|
+
export * from "./NumberSettingsSchemaEntry";
|
|
119
|
+
export * from "./OAuthAuthenticationMethod";
|
|
120
|
+
export * from "./OAuthSettingsSchemaEntry";
|
|
121
|
+
export * from "./OneOfSettingsSchemaEntry";
|
|
111
122
|
export * from "./OsInfo";
|
|
112
123
|
export * from "./OsType";
|
|
113
124
|
export * from "./Page";
|
|
@@ -125,8 +136,15 @@ export * from "./ResponseConfigPrecondition";
|
|
|
125
136
|
export * from "./ResponseLength";
|
|
126
137
|
export * from "./SafetyCheckReport";
|
|
127
138
|
export * from "./ScopedEntity";
|
|
139
|
+
export * from "./SectionSettingsSchemaEntry";
|
|
128
140
|
export * from "./Sentiment";
|
|
129
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";
|
|
130
148
|
export * from "./SimulationContext";
|
|
131
149
|
export * from "./Source";
|
|
132
150
|
export * from "./SourceInfo";
|
|
@@ -135,6 +153,7 @@ export * from "./SurveyInfo";
|
|
|
135
153
|
export * from "./SystemEvent";
|
|
136
154
|
export * from "./SystemEventName";
|
|
137
155
|
export * from "./TagsPrecondition";
|
|
156
|
+
export * from "./TextSettingsSchemaEntry";
|
|
138
157
|
export * from "./UserConversationMessageType";
|
|
139
158
|
export * from "./UserData";
|
|
140
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);
|
|
@@ -75,6 +79,7 @@ __exportStar(require("./CsatInfo"), exports);
|
|
|
75
79
|
__exportStar(require("./DeviceInfo"), exports);
|
|
76
80
|
__exportStar(require("./DeviceType"), exports);
|
|
77
81
|
__exportStar(require("./DocumentInformation"), exports);
|
|
82
|
+
__exportStar(require("./DropdownSettingsSchemaEntry"), exports);
|
|
78
83
|
__exportStar(require("./EntityId"), exports);
|
|
79
84
|
__exportStar(require("./EntityIdBase"), exports);
|
|
80
85
|
__exportStar(require("./EntityIdFilter"), exports);
|
|
@@ -99,6 +104,7 @@ __exportStar(require("./FeedbackInfo"), exports);
|
|
|
99
104
|
__exportStar(require("./FeedbackType"), exports);
|
|
100
105
|
__exportStar(require("./GeoInfo"), exports);
|
|
101
106
|
__exportStar(require("./HarmfulContentAnalysis"), exports);
|
|
107
|
+
__exportStar(require("./ImageSettingsSchemaEntry"), exports);
|
|
102
108
|
__exportStar(require("./InboxItem"), exports);
|
|
103
109
|
__exportStar(require("./InboxItemBase"), exports);
|
|
104
110
|
__exportStar(require("./InboxItemCustom"), exports);
|
|
@@ -120,10 +126,15 @@ __exportStar(require("./LlmInclusionStatus"), exports);
|
|
|
120
126
|
__exportStar(require("./LlmPersona"), exports);
|
|
121
127
|
__exportStar(require("./MessageStatus"), exports);
|
|
122
128
|
__exportStar(require("./MetadataPrecondition"), exports);
|
|
129
|
+
__exportStar(require("./MultilineSettingsSchemaEntry"), exports);
|
|
123
130
|
__exportStar(require("./NovelSystemEvent"), exports);
|
|
124
131
|
__exportStar(require("./NovelSystemEventNoId"), exports);
|
|
125
132
|
__exportStar(require("./NovelUserEvent"), exports);
|
|
126
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);
|
|
127
138
|
__exportStar(require("./OsInfo"), exports);
|
|
128
139
|
__exportStar(require("./OsType"), exports);
|
|
129
140
|
__exportStar(require("./Page"), exports);
|
|
@@ -141,8 +152,15 @@ __exportStar(require("./ResponseConfigPrecondition"), exports);
|
|
|
141
152
|
__exportStar(require("./ResponseLength"), exports);
|
|
142
153
|
__exportStar(require("./SafetyCheckReport"), exports);
|
|
143
154
|
__exportStar(require("./ScopedEntity"), exports);
|
|
155
|
+
__exportStar(require("./SectionSettingsSchemaEntry"), exports);
|
|
144
156
|
__exportStar(require("./Sentiment"), exports);
|
|
145
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);
|
|
146
164
|
__exportStar(require("./SimulationContext"), exports);
|
|
147
165
|
__exportStar(require("./Source"), exports);
|
|
148
166
|
__exportStar(require("./SourceInfo"), exports);
|
|
@@ -151,6 +169,7 @@ __exportStar(require("./SurveyInfo"), exports);
|
|
|
151
169
|
__exportStar(require("./SystemEvent"), exports);
|
|
152
170
|
__exportStar(require("./SystemEventName"), exports);
|
|
153
171
|
__exportStar(require("./TagsPrecondition"), exports);
|
|
172
|
+
__exportStar(require("./TextSettingsSchemaEntry"), exports);
|
|
154
173
|
__exportStar(require("./UserConversationMessageType"), exports);
|
|
155
174
|
__exportStar(require("./UserData"), exports);
|
|
156
175
|
__exportStar(require("./UserDataWithReference"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AppCapability: {
|
|
2
|
+
readonly Actions: "ACTIONS";
|
|
3
|
+
readonly Bailout: "BAILOUT";
|
|
4
|
+
readonly KnowledgeBases: "KNOWLEDGE_BASES";
|
|
5
|
+
readonly Personalization: "PERSONALIZATION";
|
|
6
|
+
readonly Triggers: "TRIGGERS";
|
|
7
|
+
};
|
|
8
|
+
export type AppCapability = (typeof AppCapability)[keyof typeof AppCapability];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AppCapability = void 0;
|
|
5
|
+
exports.AppCapability = {
|
|
6
|
+
Actions: "ACTIONS",
|
|
7
|
+
Bailout: "BAILOUT",
|
|
8
|
+
KnowledgeBases: "KNOWLEDGE_BASES",
|
|
9
|
+
Personalization: "PERSONALIZATION",
|
|
10
|
+
Triggers: "TRIGGERS",
|
|
11
|
+
};
|