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.
Files changed (312) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +21 -16
  3. package/api/resources/commons/types/ArraySettingsSchemaEntry.d.ts +5 -0
  4. package/api/resources/commons/types/ArraySettingsSchemaEntry.js +3 -0
  5. package/api/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +4 -0
  6. package/api/resources/commons/types/CheckboxSettingsSchemaEntry.js +3 -0
  7. package/api/resources/commons/types/ColorSettingsSchemaEntry.d.ts +5 -0
  8. package/api/resources/commons/types/ColorSettingsSchemaEntry.js +3 -0
  9. package/api/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +4 -0
  10. package/api/resources/commons/types/ComplexArraySettingsSchemaEntry.js +3 -0
  11. package/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
  12. package/api/resources/commons/types/ConversationSummary.d.ts +2 -0
  13. package/api/resources/commons/types/CsatInfo.d.ts +3 -1
  14. package/api/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +5 -0
  15. package/api/resources/commons/types/DropdownSettingsSchemaEntry.js +3 -0
  16. package/api/resources/commons/types/ImageSettingsSchemaEntry.d.ts +4 -0
  17. package/api/resources/commons/types/ImageSettingsSchemaEntry.js +3 -0
  18. package/api/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +5 -0
  19. package/api/resources/commons/types/MultilineSettingsSchemaEntry.js +3 -0
  20. package/api/resources/commons/types/NumberSettingsSchemaEntry.d.ts +5 -0
  21. package/api/resources/commons/types/NumberSettingsSchemaEntry.js +3 -0
  22. package/api/resources/commons/types/OAuthAuthenticationMethod.d.ts +10 -0
  23. package/api/resources/commons/types/OAuthAuthenticationMethod.js +13 -0
  24. package/api/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +14 -0
  25. package/api/resources/commons/types/OAuthSettingsSchemaEntry.js +3 -0
  26. package/api/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +5 -0
  27. package/api/resources/commons/types/OneOfSettingsSchemaEntry.js +3 -0
  28. package/api/resources/commons/types/SectionSettingsSchemaEntry.d.ts +4 -0
  29. package/api/resources/commons/types/SectionSettingsSchemaEntry.js +3 -0
  30. package/api/resources/commons/types/SettingsSchema.d.ts +2 -0
  31. package/api/resources/commons/types/SettingsSchema.js +3 -0
  32. package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +11 -0
  33. package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +3 -0
  34. package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +5 -0
  35. package/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +3 -0
  36. package/api/resources/commons/types/SettingsSchemaEntry.d.ts +40 -0
  37. package/api/resources/commons/types/SettingsSchemaEntry.js +3 -0
  38. package/api/resources/commons/types/SettingsSchemaEntryBase.d.ts +9 -0
  39. package/api/resources/commons/types/SettingsSchemaEntryBase.js +3 -0
  40. package/api/resources/commons/types/SettingsSchemaValidation.d.ts +6 -0
  41. package/api/resources/commons/types/SettingsSchemaValidation.js +3 -0
  42. package/api/resources/commons/types/TextSettingsSchemaEntry.d.ts +5 -0
  43. package/api/resources/commons/types/TextSettingsSchemaEntry.js +3 -0
  44. package/api/resources/commons/types/UserEvent.d.ts +2 -0
  45. package/api/resources/commons/types/index.d.ts +19 -0
  46. package/api/resources/commons/types/index.js +19 -0
  47. package/api/resources/developersCommons/index.d.ts +1 -0
  48. package/api/resources/developersCommons/index.js +17 -0
  49. package/api/resources/developersCommons/types/AppCapability.d.ts +8 -0
  50. package/api/resources/developersCommons/types/AppCapability.js +11 -0
  51. package/api/resources/developersCommons/types/AppCategory.d.ts +10 -0
  52. package/api/resources/developersCommons/types/AppCategory.js +13 -0
  53. package/api/resources/developersCommons/types/AppVisibility.d.ts +6 -0
  54. package/api/resources/developersCommons/types/AppVisibility.js +9 -0
  55. package/api/resources/developersCommons/types/GithubRepository.d.ts +4 -0
  56. package/api/resources/developersCommons/types/GithubRepository.js +3 -0
  57. package/api/resources/developersCommons/types/Link.d.ts +5 -0
  58. package/api/resources/developersCommons/types/Link.js +3 -0
  59. package/api/resources/developersCommons/types/index.d.ts +5 -0
  60. package/api/resources/developersCommons/types/index.js +21 -0
  61. package/api/resources/index.d.ts +4 -0
  62. package/api/resources/index.js +5 -1
  63. package/api/resources/integrations/client/Client.d.ts +31 -0
  64. package/api/resources/integrations/client/Client.js +161 -0
  65. package/api/resources/integrations/client/index.d.ts +1 -0
  66. package/api/resources/integrations/client/index.js +2 -0
  67. package/api/resources/integrations/index.d.ts +2 -0
  68. package/api/resources/integrations/index.js +18 -0
  69. package/api/resources/integrations/types/UpdateIntegrationRequest.d.ts +20 -0
  70. package/api/resources/integrations/types/UpdateIntegrationRequest.js +3 -0
  71. package/api/resources/integrations/types/index.d.ts +1 -0
  72. package/api/resources/integrations/types/index.js +17 -0
  73. package/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +1 -1
  74. package/api/resources/segments/client/Client.d.ts +20 -0
  75. package/api/resources/segments/client/Client.js +102 -0
  76. package/api/resources/segments/client/requests/SegmentDeleteRequest.d.ts +8 -0
  77. package/api/resources/segments/client/requests/SegmentDeleteRequest.js +3 -0
  78. package/api/resources/segments/client/requests/index.d.ts +1 -0
  79. package/api/resources/segments/types/SegmentResponse.d.ts +4 -2
  80. package/api/resources/segments/types/SegmentStatus.d.ts +1 -0
  81. package/api/resources/segments/types/SegmentStatus.js +1 -0
  82. package/dist/Client.d.ts +3 -0
  83. package/dist/Client.js +21 -16
  84. package/dist/api/resources/commons/types/ArraySettingsSchemaEntry.d.ts +5 -0
  85. package/dist/api/resources/commons/types/ArraySettingsSchemaEntry.js +3 -0
  86. package/dist/api/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +4 -0
  87. package/dist/api/resources/commons/types/CheckboxSettingsSchemaEntry.js +3 -0
  88. package/dist/api/resources/commons/types/ColorSettingsSchemaEntry.d.ts +5 -0
  89. package/dist/api/resources/commons/types/ColorSettingsSchemaEntry.js +3 -0
  90. package/dist/api/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +4 -0
  91. package/dist/api/resources/commons/types/ComplexArraySettingsSchemaEntry.js +3 -0
  92. package/dist/api/resources/commons/types/ConversationAnalysis.d.ts +2 -0
  93. package/dist/api/resources/commons/types/ConversationSummary.d.ts +2 -0
  94. package/dist/api/resources/commons/types/CsatInfo.d.ts +3 -1
  95. package/dist/api/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +5 -0
  96. package/dist/api/resources/commons/types/DropdownSettingsSchemaEntry.js +3 -0
  97. package/dist/api/resources/commons/types/ImageSettingsSchemaEntry.d.ts +4 -0
  98. package/dist/api/resources/commons/types/ImageSettingsSchemaEntry.js +3 -0
  99. package/dist/api/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +5 -0
  100. package/dist/api/resources/commons/types/MultilineSettingsSchemaEntry.js +3 -0
  101. package/dist/api/resources/commons/types/NumberSettingsSchemaEntry.d.ts +5 -0
  102. package/dist/api/resources/commons/types/NumberSettingsSchemaEntry.js +3 -0
  103. package/dist/api/resources/commons/types/OAuthAuthenticationMethod.d.ts +10 -0
  104. package/dist/api/resources/commons/types/OAuthAuthenticationMethod.js +13 -0
  105. package/dist/api/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +14 -0
  106. package/dist/api/resources/commons/types/OAuthSettingsSchemaEntry.js +3 -0
  107. package/dist/api/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +5 -0
  108. package/dist/api/resources/commons/types/OneOfSettingsSchemaEntry.js +3 -0
  109. package/dist/api/resources/commons/types/SectionSettingsSchemaEntry.d.ts +4 -0
  110. package/dist/api/resources/commons/types/SectionSettingsSchemaEntry.js +3 -0
  111. package/dist/api/resources/commons/types/SettingsSchema.d.ts +2 -0
  112. package/dist/api/resources/commons/types/SettingsSchema.js +3 -0
  113. package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +11 -0
  114. package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +3 -0
  115. package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +5 -0
  116. package/dist/api/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +3 -0
  117. package/dist/api/resources/commons/types/SettingsSchemaEntry.d.ts +40 -0
  118. package/dist/api/resources/commons/types/SettingsSchemaEntry.js +3 -0
  119. package/dist/api/resources/commons/types/SettingsSchemaEntryBase.d.ts +9 -0
  120. package/dist/api/resources/commons/types/SettingsSchemaEntryBase.js +3 -0
  121. package/dist/api/resources/commons/types/SettingsSchemaValidation.d.ts +6 -0
  122. package/dist/api/resources/commons/types/SettingsSchemaValidation.js +3 -0
  123. package/dist/api/resources/commons/types/TextSettingsSchemaEntry.d.ts +5 -0
  124. package/dist/api/resources/commons/types/TextSettingsSchemaEntry.js +3 -0
  125. package/dist/api/resources/commons/types/UserEvent.d.ts +2 -0
  126. package/dist/api/resources/commons/types/index.d.ts +19 -0
  127. package/dist/api/resources/commons/types/index.js +19 -0
  128. package/dist/api/resources/developersCommons/index.d.ts +1 -0
  129. package/dist/api/resources/developersCommons/index.js +17 -0
  130. package/dist/api/resources/developersCommons/types/AppCapability.d.ts +8 -0
  131. package/dist/api/resources/developersCommons/types/AppCapability.js +11 -0
  132. package/dist/api/resources/developersCommons/types/AppCategory.d.ts +10 -0
  133. package/dist/api/resources/developersCommons/types/AppCategory.js +13 -0
  134. package/dist/api/resources/developersCommons/types/AppVisibility.d.ts +6 -0
  135. package/dist/api/resources/developersCommons/types/AppVisibility.js +9 -0
  136. package/dist/api/resources/developersCommons/types/GithubRepository.d.ts +4 -0
  137. package/dist/api/resources/developersCommons/types/GithubRepository.js +3 -0
  138. package/dist/api/resources/developersCommons/types/Link.d.ts +5 -0
  139. package/dist/api/resources/developersCommons/types/Link.js +3 -0
  140. package/dist/api/resources/developersCommons/types/index.d.ts +5 -0
  141. package/dist/api/resources/developersCommons/types/index.js +21 -0
  142. package/dist/api/resources/index.d.ts +4 -0
  143. package/dist/api/resources/index.js +5 -1
  144. package/dist/api/resources/integrations/client/Client.d.ts +31 -0
  145. package/dist/api/resources/integrations/client/Client.js +161 -0
  146. package/dist/api/resources/integrations/client/index.d.ts +1 -0
  147. package/dist/api/resources/integrations/client/index.js +2 -0
  148. package/dist/api/resources/integrations/index.d.ts +2 -0
  149. package/dist/api/resources/integrations/index.js +18 -0
  150. package/dist/api/resources/integrations/types/UpdateIntegrationRequest.d.ts +20 -0
  151. package/dist/api/resources/integrations/types/UpdateIntegrationRequest.js +3 -0
  152. package/dist/api/resources/integrations/types/index.d.ts +1 -0
  153. package/dist/api/resources/integrations/types/index.js +17 -0
  154. package/dist/api/resources/knowledge/types/KnowledgeDocumentRequest.d.ts +1 -1
  155. package/dist/api/resources/segments/client/Client.d.ts +20 -0
  156. package/dist/api/resources/segments/client/Client.js +102 -0
  157. package/dist/api/resources/segments/client/requests/SegmentDeleteRequest.d.ts +8 -0
  158. package/dist/api/resources/segments/client/requests/SegmentDeleteRequest.js +3 -0
  159. package/dist/api/resources/segments/client/requests/index.d.ts +1 -0
  160. package/dist/api/resources/segments/types/SegmentResponse.d.ts +4 -2
  161. package/dist/api/resources/segments/types/SegmentStatus.d.ts +1 -0
  162. package/dist/api/resources/segments/types/SegmentStatus.js +1 -0
  163. package/dist/serialization/resources/commons/types/ArraySettingsSchemaEntry.d.ts +12 -0
  164. package/dist/serialization/resources/commons/types/ArraySettingsSchemaEntry.js +46 -0
  165. package/dist/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +10 -0
  166. package/dist/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.js +44 -0
  167. package/dist/serialization/resources/commons/types/ColorSettingsSchemaEntry.d.ts +12 -0
  168. package/dist/serialization/resources/commons/types/ColorSettingsSchemaEntry.js +46 -0
  169. package/dist/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +10 -0
  170. package/dist/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.js +45 -0
  171. package/dist/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
  172. package/dist/serialization/resources/commons/types/ConversationAnalysis.js +1 -0
  173. package/dist/serialization/resources/commons/types/ConversationSummary.d.ts +1 -0
  174. package/dist/serialization/resources/commons/types/ConversationSummary.js +1 -0
  175. package/dist/serialization/resources/commons/types/CsatInfo.d.ts +1 -0
  176. package/dist/serialization/resources/commons/types/CsatInfo.js +1 -0
  177. package/dist/serialization/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +11 -0
  178. package/dist/serialization/resources/commons/types/DropdownSettingsSchemaEntry.js +45 -0
  179. package/dist/serialization/resources/commons/types/ImageSettingsSchemaEntry.d.ts +10 -0
  180. package/dist/serialization/resources/commons/types/ImageSettingsSchemaEntry.js +44 -0
  181. package/dist/serialization/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +12 -0
  182. package/dist/serialization/resources/commons/types/MultilineSettingsSchemaEntry.js +46 -0
  183. package/dist/serialization/resources/commons/types/NumberSettingsSchemaEntry.d.ts +12 -0
  184. package/dist/serialization/resources/commons/types/NumberSettingsSchemaEntry.js +46 -0
  185. package/dist/serialization/resources/commons/types/OAuthAuthenticationMethod.d.ts +7 -0
  186. package/dist/serialization/resources/commons/types/OAuthAuthenticationMethod.js +39 -0
  187. package/dist/serialization/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +18 -0
  188. package/dist/serialization/resources/commons/types/OAuthSettingsSchemaEntry.js +52 -0
  189. package/dist/serialization/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +11 -0
  190. package/dist/serialization/resources/commons/types/OneOfSettingsSchemaEntry.js +46 -0
  191. package/dist/serialization/resources/commons/types/SectionSettingsSchemaEntry.d.ts +10 -0
  192. package/dist/serialization/resources/commons/types/SectionSettingsSchemaEntry.js +45 -0
  193. package/dist/serialization/resources/commons/types/SettingsSchema.d.ts +7 -0
  194. package/dist/serialization/resources/commons/types/SettingsSchema.js +40 -0
  195. package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +12 -0
  196. package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +45 -0
  197. package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +7 -0
  198. package/dist/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +40 -0
  199. package/dist/serialization/resources/commons/types/SettingsSchemaEntry.d.ts +52 -0
  200. package/dist/serialization/resources/commons/types/SettingsSchemaEntry.js +67 -0
  201. package/dist/serialization/resources/commons/types/SettingsSchemaEntryBase.d.ts +14 -0
  202. package/dist/serialization/resources/commons/types/SettingsSchemaEntryBase.js +46 -0
  203. package/dist/serialization/resources/commons/types/SettingsSchemaValidation.d.ts +10 -0
  204. package/dist/serialization/resources/commons/types/SettingsSchemaValidation.js +42 -0
  205. package/dist/serialization/resources/commons/types/TextSettingsSchemaEntry.d.ts +12 -0
  206. package/dist/serialization/resources/commons/types/TextSettingsSchemaEntry.js +46 -0
  207. package/dist/serialization/resources/commons/types/UserEvent.d.ts +2 -0
  208. package/dist/serialization/resources/commons/types/UserEvent.js +2 -0
  209. package/dist/serialization/resources/commons/types/index.d.ts +19 -0
  210. package/dist/serialization/resources/commons/types/index.js +19 -0
  211. package/dist/serialization/resources/developersCommons/index.d.ts +1 -0
  212. package/dist/serialization/resources/developersCommons/index.js +17 -0
  213. package/dist/serialization/resources/developersCommons/types/AppCapability.d.ts +7 -0
  214. package/dist/serialization/resources/developersCommons/types/AppCapability.js +39 -0
  215. package/dist/serialization/resources/developersCommons/types/AppCategory.d.ts +7 -0
  216. package/dist/serialization/resources/developersCommons/types/AppCategory.js +47 -0
  217. package/dist/serialization/resources/developersCommons/types/AppVisibility.d.ts +7 -0
  218. package/dist/serialization/resources/developersCommons/types/AppVisibility.js +39 -0
  219. package/dist/serialization/resources/developersCommons/types/GithubRepository.d.ts +10 -0
  220. package/dist/serialization/resources/developersCommons/types/GithubRepository.js +42 -0
  221. package/dist/serialization/resources/developersCommons/types/Link.d.ts +11 -0
  222. package/dist/serialization/resources/developersCommons/types/Link.js +43 -0
  223. package/dist/serialization/resources/developersCommons/types/index.d.ts +5 -0
  224. package/dist/serialization/resources/developersCommons/types/index.js +21 -0
  225. package/dist/serialization/resources/index.d.ts +4 -0
  226. package/dist/serialization/resources/index.js +5 -1
  227. package/dist/serialization/resources/integrations/index.d.ts +1 -0
  228. package/dist/serialization/resources/integrations/index.js +17 -0
  229. package/dist/serialization/resources/integrations/types/UpdateIntegrationRequest.d.ts +30 -0
  230. package/dist/serialization/resources/integrations/types/UpdateIntegrationRequest.js +63 -0
  231. package/dist/serialization/resources/integrations/types/index.d.ts +1 -0
  232. package/dist/serialization/resources/integrations/types/index.js +17 -0
  233. package/dist/serialization/resources/segments/types/SegmentStatus.d.ts +1 -1
  234. package/dist/serialization/resources/segments/types/SegmentStatus.js +1 -1
  235. package/dist/version.d.ts +1 -1
  236. package/dist/version.js +1 -1
  237. package/package.json +1 -1
  238. package/reference.md +156 -1
  239. package/serialization/resources/commons/types/ArraySettingsSchemaEntry.d.ts +12 -0
  240. package/serialization/resources/commons/types/ArraySettingsSchemaEntry.js +46 -0
  241. package/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.d.ts +10 -0
  242. package/serialization/resources/commons/types/CheckboxSettingsSchemaEntry.js +44 -0
  243. package/serialization/resources/commons/types/ColorSettingsSchemaEntry.d.ts +12 -0
  244. package/serialization/resources/commons/types/ColorSettingsSchemaEntry.js +46 -0
  245. package/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.d.ts +10 -0
  246. package/serialization/resources/commons/types/ComplexArraySettingsSchemaEntry.js +45 -0
  247. package/serialization/resources/commons/types/ConversationAnalysis.d.ts +1 -0
  248. package/serialization/resources/commons/types/ConversationAnalysis.js +1 -0
  249. package/serialization/resources/commons/types/ConversationSummary.d.ts +1 -0
  250. package/serialization/resources/commons/types/ConversationSummary.js +1 -0
  251. package/serialization/resources/commons/types/CsatInfo.d.ts +1 -0
  252. package/serialization/resources/commons/types/CsatInfo.js +1 -0
  253. package/serialization/resources/commons/types/DropdownSettingsSchemaEntry.d.ts +11 -0
  254. package/serialization/resources/commons/types/DropdownSettingsSchemaEntry.js +45 -0
  255. package/serialization/resources/commons/types/ImageSettingsSchemaEntry.d.ts +10 -0
  256. package/serialization/resources/commons/types/ImageSettingsSchemaEntry.js +44 -0
  257. package/serialization/resources/commons/types/MultilineSettingsSchemaEntry.d.ts +12 -0
  258. package/serialization/resources/commons/types/MultilineSettingsSchemaEntry.js +46 -0
  259. package/serialization/resources/commons/types/NumberSettingsSchemaEntry.d.ts +12 -0
  260. package/serialization/resources/commons/types/NumberSettingsSchemaEntry.js +46 -0
  261. package/serialization/resources/commons/types/OAuthAuthenticationMethod.d.ts +7 -0
  262. package/serialization/resources/commons/types/OAuthAuthenticationMethod.js +39 -0
  263. package/serialization/resources/commons/types/OAuthSettingsSchemaEntry.d.ts +18 -0
  264. package/serialization/resources/commons/types/OAuthSettingsSchemaEntry.js +52 -0
  265. package/serialization/resources/commons/types/OneOfSettingsSchemaEntry.d.ts +11 -0
  266. package/serialization/resources/commons/types/OneOfSettingsSchemaEntry.js +46 -0
  267. package/serialization/resources/commons/types/SectionSettingsSchemaEntry.d.ts +10 -0
  268. package/serialization/resources/commons/types/SectionSettingsSchemaEntry.js +45 -0
  269. package/serialization/resources/commons/types/SettingsSchema.d.ts +7 -0
  270. package/serialization/resources/commons/types/SettingsSchema.js +40 -0
  271. package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.d.ts +12 -0
  272. package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOption.js +45 -0
  273. package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.d.ts +7 -0
  274. package/serialization/resources/commons/types/SettingsSchemaDiscriminatedUnionOptions.js +40 -0
  275. package/serialization/resources/commons/types/SettingsSchemaEntry.d.ts +52 -0
  276. package/serialization/resources/commons/types/SettingsSchemaEntry.js +67 -0
  277. package/serialization/resources/commons/types/SettingsSchemaEntryBase.d.ts +14 -0
  278. package/serialization/resources/commons/types/SettingsSchemaEntryBase.js +46 -0
  279. package/serialization/resources/commons/types/SettingsSchemaValidation.d.ts +10 -0
  280. package/serialization/resources/commons/types/SettingsSchemaValidation.js +42 -0
  281. package/serialization/resources/commons/types/TextSettingsSchemaEntry.d.ts +12 -0
  282. package/serialization/resources/commons/types/TextSettingsSchemaEntry.js +46 -0
  283. package/serialization/resources/commons/types/UserEvent.d.ts +2 -0
  284. package/serialization/resources/commons/types/UserEvent.js +2 -0
  285. package/serialization/resources/commons/types/index.d.ts +19 -0
  286. package/serialization/resources/commons/types/index.js +19 -0
  287. package/serialization/resources/developersCommons/index.d.ts +1 -0
  288. package/serialization/resources/developersCommons/index.js +17 -0
  289. package/serialization/resources/developersCommons/types/AppCapability.d.ts +7 -0
  290. package/serialization/resources/developersCommons/types/AppCapability.js +39 -0
  291. package/serialization/resources/developersCommons/types/AppCategory.d.ts +7 -0
  292. package/serialization/resources/developersCommons/types/AppCategory.js +47 -0
  293. package/serialization/resources/developersCommons/types/AppVisibility.d.ts +7 -0
  294. package/serialization/resources/developersCommons/types/AppVisibility.js +39 -0
  295. package/serialization/resources/developersCommons/types/GithubRepository.d.ts +10 -0
  296. package/serialization/resources/developersCommons/types/GithubRepository.js +42 -0
  297. package/serialization/resources/developersCommons/types/Link.d.ts +11 -0
  298. package/serialization/resources/developersCommons/types/Link.js +43 -0
  299. package/serialization/resources/developersCommons/types/index.d.ts +5 -0
  300. package/serialization/resources/developersCommons/types/index.js +21 -0
  301. package/serialization/resources/index.d.ts +4 -0
  302. package/serialization/resources/index.js +5 -1
  303. package/serialization/resources/integrations/index.d.ts +1 -0
  304. package/serialization/resources/integrations/index.js +17 -0
  305. package/serialization/resources/integrations/types/UpdateIntegrationRequest.d.ts +30 -0
  306. package/serialization/resources/integrations/types/UpdateIntegrationRequest.js +63 -0
  307. package/serialization/resources/integrations/types/index.d.ts +1 -0
  308. package/serialization/resources/integrations/types/index.js +17 -0
  309. package/serialization/resources/segments/types/SegmentStatus.d.ts +1 -1
  310. package/serialization/resources/segments/types/SegmentStatus.js +1 -1
  311. package/version.d.ts +1 -1
  312. 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/knowledge/client/Client");
49
- const Client_12 = require("./api/resources/organizations/client/Client");
50
- const Client_13 = require("./api/resources/segments/client/Client");
51
- const Client_14 = require("./api/resources/translations/client/Client");
52
- const Client_15 = require("./api/resources/triggers/client/Client");
53
- const Client_16 = require("./api/resources/users/client/Client");
54
- const Client_17 = require("./api/resources/websockets/client/Client");
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.13",
65
- "User-Agent": "mavenagi/1.2.13",
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 Client_11.Knowledge(this._options)));
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 Client_12.Organizations(this._options)));
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 Client_13.Segments(this._options)));
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 Client_14.Translations(this._options)));
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 Client_15.Triggers(this._options)));
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 Client_16.Users(this._options)));
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 Client_17.Websockets(this._options)));
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;
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface ArraySettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: string[];
4
+ validation?: MavenAGI.SettingsSchemaValidation;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface CheckboxSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: boolean;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface ColorSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: string;
4
+ validation?: MavenAGI.SettingsSchemaValidation;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface ComplexArraySettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ fields?: MavenAGI.SettingsSchema;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -20,4 +20,6 @@ export interface ConversationAnalysis {
20
20
  primaryLanguage?: string;
21
21
  /** The predicted NPS of the conversation. */
22
22
  predictedNps?: number;
23
+ /** The CSAT of the conversation. */
24
+ csat?: number;
23
25
  }
@@ -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.
@@ -1,4 +1,6 @@
1
1
  export interface CsatInfo {
2
- /** The rating of the CSAT rating [0.0, 5.0] */
2
+ /** The rating of the CSAT rating */
3
3
  rating?: number;
4
+ /** The max rating of the CSAT value (default 5) */
5
+ maxRating?: number;
4
6
  }
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface DropdownSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ dropdownOptions: string[];
4
+ defaultValue?: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface ImageSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: string;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface MultilineSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: string;
4
+ validation?: MavenAGI.SettingsSchemaValidation;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface NumberSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: number;
4
+ validation?: MavenAGI.SettingsSchemaValidation;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface OneOfSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ unionOptions: MavenAGI.SettingsSchemaDiscriminatedUnionOptions;
4
+ defaultValue?: unknown;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface SectionSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ fields?: MavenAGI.SettingsSchema;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export type SettingsSchema = MavenAGI.SettingsSchemaEntry[];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ /**
3
+ * Array of options for a discriminated union field
4
+ */
5
+ export type SettingsSchemaDiscriminatedUnionOptions = MavenAGI.SettingsSchemaDiscriminatedUnionOption[];
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface SettingsSchemaValidation {
2
+ /** Regular expression pattern for validation */
3
+ pattern: string;
4
+ /** Custom error message shown when validation fails */
5
+ errorMessage: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as MavenAGI from "../../../index";
2
+ export interface TextSettingsSchemaEntry extends MavenAGI.SettingsSchemaEntryBase {
3
+ defaultValue?: string;
4
+ validation?: MavenAGI.SettingsSchemaValidation;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ };