agent-generator-cli 1.0.0 → 1.0.2

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 (766) hide show
  1. package/README.md +2 -22
  2. package/install-extension.js +89 -0
  3. package/main.js +45 -7
  4. package/package.json +21 -8
  5. package/source/api-data-generators/.idea/api-data-generators.iml +9 -0
  6. package/source/api-data-generators/.idea/misc.xml +6 -0
  7. package/source/api-data-generators/.idea/modules.xml +8 -0
  8. package/source/api-data-generators/.idea/vcs.xml +6 -0
  9. package/source/api-data-generators/portal/ArticleComment/test_data_generation_configurations.json +318 -0
  10. package/source/api-data-generators/portal/ArticleFeedback/test_data_generation_configurations.json +32 -0
  11. package/source/api-data-generators/portal/AsapMobile/test_data_generation_configurations.json +21 -0
  12. package/source/api-data-generators/portal/AsapWeb/test_data_generation_configurations.json +18 -0
  13. package/source/api-data-generators/portal/Category/test_data_generation_configurations.json +39 -0
  14. package/source/api-data-generators/portal/Comment/test_data_generation_configurations.json +157 -0
  15. package/source/api-data-generators/portal/Community/test_data_generation_configurations.json +46 -0
  16. package/source/api-data-generators/portal/CommunityUser/test_data_generation_configurations.json +16 -0
  17. package/source/api-data-generators/portal/Contact/test_data_generation_configurations.json +33 -0
  18. package/source/api-data-generators/portal/Department/test_data_generation_configurations.json +13 -0
  19. package/source/api-data-generators/portal/Extension/test_data_generation_configurations.json +91 -0
  20. package/source/api-data-generators/portal/FeedbackWidget/test_data_generation_configurations.json +18 -0
  21. package/source/api-data-generators/portal/FileExport/test_data_generation_configurations.json +42 -0
  22. package/source/api-data-generators/portal/Followers/test_data_generation_configurations.json +92 -0
  23. package/source/api-data-generators/portal/Gamification/test_data_generation_configurations.json +51 -0
  24. package/source/api-data-generators/portal/HelpCenters/test_data_generation_configurations.json +11 -0
  25. package/source/api-data-generators/portal/Helpcenter/test_data_generation_configurations.json +41 -0
  26. package/source/api-data-generators/portal/HelpcenterGroups/test_data_generation_configurations.json +18 -0
  27. package/source/api-data-generators/portal/KBRootCategory/test_data_generation_configurations.json +76 -0
  28. package/source/api-data-generators/portal/KbCategory/test_data_generation_configurations.json +51 -0
  29. package/source/api-data-generators/portal/KbSection/test_data_generation_configurations.json +25 -0
  30. package/source/api-data-generators/portal/KnowledgeBase/test_data_generation_configurations.json +26 -0
  31. package/source/api-data-generators/portal/Label/test_data_generation_configurations.json +18 -0
  32. package/source/api-data-generators/portal/Layout/test_data_generation_configurations.json +17 -0
  33. package/source/api-data-generators/portal/LayoutRules/test_data_generation_configurations.json +17 -0
  34. package/source/api-data-generators/portal/NewAsapMobile/test_data_generation_configurations.json +21 -0
  35. package/source/api-data-generators/portal/Permalink/test_data_generation_configurations.json +32 -0
  36. package/source/api-data-generators/portal/Product/test_data_generation_configurations.json +43 -0
  37. package/source/api-data-generators/portal/Solution/test_data_generation_configurations.json +631 -0
  38. package/source/api-data-generators/portal/Thread/test_data_generation_configurations.json +70 -0
  39. package/source/api-data-generators/portal/Ticket/test_data_generation_configurations.json +294 -0
  40. package/source/api-data-generators/portal/TicketComment/test_data_generation_configurations.json +58 -0
  41. package/source/api-data-generators/portal/TicketCount/test_data_generation_configurations.json +74 -0
  42. package/source/api-data-generators/portal/TicketStatusMapping/test_data_generation_configurations.json +11 -0
  43. package/source/api-data-generators/portal/TicketTemplate/test_data_generation_configurations.json +24 -0
  44. package/source/api-data-generators/portal/Topic/test_data_generation_configurations.json +259 -0
  45. package/source/api-data-generators/portal/Translation/test_data_generation_configurations.json +6 -0
  46. package/source/api-data-generators/portal/ValidationRules/test_data_generation_configurations.json +14 -0
  47. package/source/api-data-generators/portal/View/test_data_generation_configurations.json +19 -0
  48. package/source/api-data-generators/support/Account/test_data_generation_configurations.json +265 -0
  49. package/source/api-data-generators/support/AccountAttachment/test_data_generation_configurations.json +48 -0
  50. package/source/api-data-generators/support/AccountComments/test_data_generation_configurations.json +47 -0
  51. package/source/api-data-generators/support/AccountContactMappingInfo/test_data_generation_configurations.json +14 -0
  52. package/source/api-data-generators/support/AccountFollowers/test_data_generation_configurations.json +52 -0
  53. package/source/api-data-generators/support/AccountSla/test_data_generation_configurations.json +33 -0
  54. package/source/api-data-generators/support/AccountTimeEntry/test_data_generation_configurations.json +45 -0
  55. package/source/api-data-generators/support/ActiveCalls/test_data_generation_configurations.json +38 -0
  56. package/source/api-data-generators/support/Activity/test_data_generation_configurations.json +50 -0
  57. package/source/api-data-generators/support/ActorsAPI/test_data_generation_configurations.json +22 -0
  58. package/source/api-data-generators/support/Agent/test_data_generation_configurations.json +217 -0
  59. package/source/api-data-generators/support/AgentPresence/test_data_generation_configurations.json +30 -0
  60. package/source/api-data-generators/support/AgentSignatures/test_data_generation_configurations.json +31 -0
  61. package/source/api-data-generators/support/AgentTimeEntry/test_data_generation_configurations.json +36 -0
  62. package/source/api-data-generators/support/AntiSpamInfo/test_data_generation_configurations.json +32 -0
  63. package/source/api-data-generators/support/ApiCreditNotificationRule/test_data_generation_configurations.json +49 -0
  64. package/source/api-data-generators/support/ArchivedView/test_data_generation_configurations.json +66 -0
  65. package/source/api-data-generators/support/Article/test_data_generation_configurations.json +294 -0
  66. package/source/api-data-generators/support/ArticleAttachment/test_data_generation_configurations.json +150 -0
  67. package/source/api-data-generators/support/ArticleComment/test_data_generation_configurations.json +238 -0
  68. package/source/api-data-generators/support/ArticleFeedback/test_data_generation_configurations.json +147 -0
  69. package/source/api-data-generators/support/ArticleFeedbackResolution/test_data_generation_configurations.json +56 -0
  70. package/source/api-data-generators/support/ArticleStatistics/test_data_generation_configurations.json +397 -0
  71. package/source/api-data-generators/support/ArticleTranslation/test_data_generation_configurations.json +1123 -0
  72. package/source/api-data-generators/support/ArticleVersion/test_data_generation_configurations.json +26 -0
  73. package/source/api-data-generators/support/ArticleViews/test_data_generation_configurations.json +26 -0
  74. package/source/api-data-generators/support/Asap/test_data_generation_configurations.json +49 -0
  75. package/source/api-data-generators/support/AuditLog/test_data_generation_configurations.json +58 -0
  76. package/source/api-data-generators/support/AutomationAlerts/test_data_generation_configurations.json +27 -0
  77. package/source/api-data-generators/support/AutomationEngine/test_data_generation_configurations.json +20 -0
  78. package/source/api-data-generators/support/AutomationFeatureCount/test_data_generation_configurations.json +13 -0
  79. package/source/api-data-generators/support/AutomationFieldUpdates/test_data_generation_configurations.json +24 -0
  80. package/source/api-data-generators/support/AutomationTask/test_data_generation_configurations.json +29 -0
  81. package/source/api-data-generators/support/Backup/test_data_generation_configurations.json +115 -0
  82. package/source/api-data-generators/support/Badge/test_data_generation_configurations.json +64 -0
  83. package/source/api-data-generators/support/Bot/test_data_generation_configurations.json +288 -0
  84. package/source/api-data-generators/support/BotInference/test_data_generation_configurations.json +119 -0
  85. package/source/api-data-generators/support/BugInteg/test_data_generation_configurations.json +37 -0
  86. package/source/api-data-generators/support/BulkAction/test_data_generation_configurations.json +26 -0
  87. package/source/api-data-generators/support/BulkImport/test_data_generation_configurations.json +211 -0
  88. package/source/api-data-generators/support/BulkUpdate/test_data_generation_configurations.json +40 -0
  89. package/source/api-data-generators/support/BulkWrite/test_data_generation_configurations.json +32 -0
  90. package/source/api-data-generators/support/BusinessHour/test_data_generation_configurations.json +72 -0
  91. package/source/api-data-generators/support/Call/test_data_generation_configurations.json +247 -0
  92. package/source/api-data-generators/support/CallComments/test_data_generation_configurations.json +51 -0
  93. package/source/api-data-generators/support/CallHistory/test_data_generation_configurations.json +65 -0
  94. package/source/api-data-generators/support/CallTimeEntry/test_data_generation_configurations.json +77 -0
  95. package/source/api-data-generators/support/CallTimer/test_data_generation_configurations.json +14 -0
  96. package/source/api-data-generators/support/Channel/test_data_generation_configurations.json +44 -0
  97. package/source/api-data-generators/support/Chart/test_data_generation_configurations.json +35 -0
  98. package/source/api-data-generators/support/ChatTicket/test_data_generation_configurations.json +185 -0
  99. package/source/api-data-generators/support/Common/test_data_generation_configurations.json +43 -0
  100. package/source/api-data-generators/support/Community/test_data_generation_configurations.json +313 -0
  101. package/source/api-data-generators/support/CommunityAttachment/test_data_generation_configurations.json +16 -0
  102. package/source/api-data-generators/support/CommunityCategory/test_data_generation_configurations.json +121 -0
  103. package/source/api-data-generators/support/CommunityComment/test_data_generation_configurations.json +350 -0
  104. package/source/api-data-generators/support/CommunityInitPermissions/test_data_generation_configurations.json +16 -0
  105. package/source/api-data-generators/support/CommunityPreferences/test_data_generation_configurations.json +19 -0
  106. package/source/api-data-generators/support/CommunityTopic/test_data_generation_configurations.json +509 -0
  107. package/source/api-data-generators/support/CommunityTopicInsights/test_data_generation_configurations.json +32 -0
  108. package/source/api-data-generators/support/CommunityUser/test_data_generation_configurations.json +63 -0
  109. package/source/api-data-generators/support/Contact/test_data_generation_configurations.json +370 -0
  110. package/source/api-data-generators/support/ContactAttachment/test_data_generation_configurations.json +44 -0
  111. package/source/api-data-generators/support/ContactComments/test_data_generation_configurations.json +47 -0
  112. package/source/api-data-generators/support/ContactFollowers/test_data_generation_configurations.json +52 -0
  113. package/source/api-data-generators/support/ContactProfile/test_data_generation_configurations.json +11 -0
  114. package/source/api-data-generators/support/ContactTimeEntry/test_data_generation_configurations.json +45 -0
  115. package/source/api-data-generators/support/Contract/test_data_generation_configurations.json +184 -0
  116. package/source/api-data-generators/support/ContractAttachment/test_data_generation_configurations.json +30 -0
  117. package/source/api-data-generators/support/CreateTicket/test_data_generation_configurations.json +93 -0
  118. package/source/api-data-generators/support/Criteria/test_data_generation_configurations.json +19 -0
  119. package/source/api-data-generators/support/CrmInteg/test_data_generation_configurations.json +202 -0
  120. package/source/api-data-generators/support/CustomAction/test_data_generation_configurations.json +56 -0
  121. package/source/api-data-generators/support/CustomActionRuleMapping/test_data_generation_configurations.json +334 -0
  122. package/source/api-data-generators/support/CustomButton/test_data_generation_configurations.json +113 -0
  123. package/source/api-data-generators/support/CustomFunctionExecutionLogs/test_data_generation_configurations.json +68 -0
  124. package/source/api-data-generators/support/CustomFunctionGallery/test_data_generation_configurations.json +16 -0
  125. package/source/api-data-generators/support/CustomFunctions/test_data_generation_configurations.json +270 -0
  126. package/source/api-data-generators/support/CustomTheme/test_data_generation_configurations.json +70 -0
  127. package/source/api-data-generators/support/CustomView/test_data_generation_configurations.json +486 -0
  128. package/source/api-data-generators/support/CustomerHappiness/test_data_generation_configurations.json +77 -0
  129. package/source/api-data-generators/support/DashboardComponent/test_data_generation_configurations.json +305 -0
  130. package/source/api-data-generators/support/DashboardFolder/test_data_generation_configurations.json +126 -0
  131. package/source/api-data-generators/support/DashboardMetrics/test_data_generation_configurations.json +205 -0
  132. package/source/api-data-generators/support/Dashboards/test_data_generation_configurations.json +90 -0
  133. package/source/api-data-generators/support/DataChips/test_data_generation_configurations.json +33 -0
  134. package/source/api-data-generators/support/DataSync/test_data_generation_configurations.json +228 -0
  135. package/source/api-data-generators/support/DeleteTicket/test_data_generation_configurations.json +44 -0
  136. package/source/api-data-generators/support/Department/test_data_generation_configurations.json +156 -0
  137. package/source/api-data-generators/support/DependencyMappings/test_data_generation_configurations.json +50 -0
  138. package/source/api-data-generators/support/DirectAssignRuleTarget/test_data_generation_configurations.json +17 -0
  139. package/source/api-data-generators/support/DirectAssignmentRules/test_data_generation_configurations.json +37 -0
  140. package/source/api-data-generators/support/DisplayEntity/test_data_generation_configurations.json +45 -0
  141. package/source/api-data-generators/support/DomainMapping/test_data_generation_configurations.json +6 -0
  142. package/source/api-data-generators/support/EmailFailureAlert/test_data_generation_configurations.json +21 -0
  143. package/source/api-data-generators/support/EmailTemplates/test_data_generation_configurations.json +106 -0
  144. package/source/api-data-generators/support/EntityBlueprints/test_data_generation_configurations.json +205 -0
  145. package/source/api-data-generators/support/Event/test_data_generation_configurations.json +196 -0
  146. package/source/api-data-generators/support/EventComments/test_data_generation_configurations.json +45 -0
  147. package/source/api-data-generators/support/EventTimeEntry/test_data_generation_configurations.json +77 -0
  148. package/source/api-data-generators/support/EventTimer/test_data_generation_configurations.json +14 -0
  149. package/source/api-data-generators/support/Extension/test_data_generation_configurations.json +689 -0
  150. package/source/api-data-generators/support/FbManager/test_data_generation_configurations.json +64 -0
  151. package/source/api-data-generators/support/Feature/test_data_generation_configurations.json +61 -0
  152. package/source/api-data-generators/support/FeatureFile/test_data_generation_configurations.json +49 -0
  153. package/source/api-data-generators/support/FeatureFolder/test_data_generation_configurations.json +44 -0
  154. package/source/api-data-generators/support/FeaturePermission/test_data_generation_configurations.json +108 -0
  155. package/source/api-data-generators/support/FederatedLogin/test_data_generation_configurations.json +39 -0
  156. package/source/api-data-generators/support/FeedsAPIs/test_data_generation_configurations.json +54 -0
  157. package/source/api-data-generators/support/Field/test_data_generation_configurations.json +1031 -0
  158. package/source/api-data-generators/support/FieldPrediction/test_data_generation_configurations.json +564 -0
  159. package/source/api-data-generators/support/FileExport/test_data_generation_configurations.json +36 -0
  160. package/source/api-data-generators/support/Finance/test_data_generation_configurations.json +180 -0
  161. package/source/api-data-generators/support/Followers/test_data_generation_configurations.json +60 -0
  162. package/source/api-data-generators/support/GC_Bots/test_data_generation_configurations.json +26 -0
  163. package/source/api-data-generators/support/GC_Guide/test_data_generation_configurations.json +240 -0
  164. package/source/api-data-generators/support/GenericAction/test_data_generation_configurations.json +16 -0
  165. package/source/api-data-generators/support/GenericActionMapping/test_data_generation_configurations.json +216 -0
  166. package/source/api-data-generators/support/GoogleAnalytics/test_data_generation_configurations.json +168 -0
  167. package/source/api-data-generators/support/GoogleChat/test_data_generation_configurations.json +29 -0
  168. package/source/api-data-generators/support/Helpcenter/test_data_generation_configurations.json +98 -0
  169. package/source/api-data-generators/support/HelpcenterAutoTranslateSetting/test_data_generation_configurations.json +11 -0
  170. package/source/api-data-generators/support/HelpcenterGroups/test_data_generation_configurations.json +93 -0
  171. package/source/api-data-generators/support/HelpcenterPages/test_data_generation_configurations.json +34 -0
  172. package/source/api-data-generators/support/HelpcenterPreference/test_data_generation_configurations.json +18 -0
  173. package/source/api-data-generators/support/HelpcenterUpload/test_data_generation_configurations.json +25 -0
  174. package/source/api-data-generators/support/HolidayList/test_data_generation_configurations.json +65 -0
  175. package/source/api-data-generators/support/IMCannedMessage/test_data_generation_configurations.json +155 -0
  176. package/source/api-data-generators/support/IMCannedMessageTranslation/test_data_generation_configurations.json +92 -0
  177. package/source/api-data-generators/support/IMTemplateMessage/test_data_generation_configurations.json +22 -0
  178. package/source/api-data-generators/support/IM_AddOn/test_data_generation_configurations.json +19 -0
  179. package/source/api-data-generators/support/IM_Bot/test_data_generation_configurations.json +143 -0
  180. package/source/api-data-generators/support/IM_Broadcast/test_data_generation_configurations.json +39 -0
  181. package/source/api-data-generators/support/IM_Channel/test_data_generation_configurations.json +312 -0
  182. package/source/api-data-generators/support/IM_ChannelPreference/test_data_generation_configurations.json +35 -0
  183. package/source/api-data-generators/support/IM_Contact/test_data_generation_configurations.json +16 -0
  184. package/source/api-data-generators/support/IM_Integration/test_data_generation_configurations.json +32 -0
  185. package/source/api-data-generators/support/IM_Message/test_data_generation_configurations.json +297 -0
  186. package/source/api-data-generators/support/IM_Metrics/test_data_generation_configurations.json +38 -0
  187. package/source/api-data-generators/support/IM_Search/test_data_generation_configurations.json +56 -0
  188. package/source/api-data-generators/support/IM_Session/test_data_generation_configurations.json +149 -0
  189. package/source/api-data-generators/support/IM_TimeSeriesMetrics/test_data_generation_configurations.json +77 -0
  190. package/source/api-data-generators/support/IM_ZiaGpt/test_data_generation_configurations.json +52 -0
  191. package/source/api-data-generators/support/Import/test_data_generation_configurations.json +229 -0
  192. package/source/api-data-generators/support/InlineImage/test_data_generation_configurations.json +16 -0
  193. package/source/api-data-generators/support/IntegModule/test_data_generation_configurations.json +90 -0
  194. package/source/api-data-generators/support/Integrations/test_data_generation_configurations.json +25 -0
  195. package/source/api-data-generators/support/InteractiveTours/test_data_generation_configurations.json +66 -0
  196. package/source/api-data-generators/support/JWT/test_data_generation_configurations.json +49 -0
  197. package/source/api-data-generators/support/KBCategoryUser/test_data_generation_configurations.json +23 -0
  198. package/source/api-data-generators/support/KBRecycleBin/test_data_generation_configurations.json +131 -0
  199. package/source/api-data-generators/support/KBRootCategory/test_data_generation_configurations.json +214 -0
  200. package/source/api-data-generators/support/KBRootCategoryTranslation/test_data_generation_configurations.json +30 -0
  201. package/source/api-data-generators/support/KBSection/test_data_generation_configurations.json +173 -0
  202. package/source/api-data-generators/support/KPIWidget/test_data_generation_configurations.json +21 -0
  203. package/source/api-data-generators/support/KbCategory/test_data_generation_configurations.json +93 -0
  204. package/source/api-data-generators/support/Label/test_data_generation_configurations.json +103 -0
  205. package/source/api-data-generators/support/Layout/test_data_generation_configurations.json +503 -0
  206. package/source/api-data-generators/support/LayoutRuleCriteria/test_data_generation_configurations.json +19 -0
  207. package/source/api-data-generators/support/LayoutRules/test_data_generation_configurations.json +334 -0
  208. package/source/api-data-generators/support/License/test_data_generation_configurations.json +60 -0
  209. package/source/api-data-generators/support/Livecall/test_data_generation_configurations.json +72 -0
  210. package/source/api-data-generators/support/LookupRecord/test_data_generation_configurations.json +34 -0
  211. package/source/api-data-generators/support/Macros/test_data_generation_configurations.json +184 -0
  212. package/source/api-data-generators/support/MailReplyAddress/test_data_generation_configurations.json +32 -0
  213. package/source/api-data-generators/support/MassAction/test_data_generation_configurations.json +38 -0
  214. package/source/api-data-generators/support/Message/test_data_generation_configurations.json +38 -0
  215. package/source/api-data-generators/support/MicrosoftTeams/test_data_generation_configurations.json +50 -0
  216. package/source/api-data-generators/support/Misc/test_data_generation_configurations.json +16 -0
  217. package/source/api-data-generators/support/Module/test_data_generation_configurations.json +96 -0
  218. package/source/api-data-generators/support/NewCriteria/test_data_generation_configurations.json +26 -0
  219. package/source/api-data-generators/support/NewFeatureFields/test_data_generation_configurations.json +19 -0
  220. package/source/api-data-generators/support/NewTicketHistory/test_data_generation_configurations.json +20 -0
  221. package/source/api-data-generators/support/NotificationRules/test_data_generation_configurations.json +27 -0
  222. package/source/api-data-generators/support/OEmbedData/test_data_generation_configurations.json +19 -0
  223. package/source/api-data-generators/support/Onboarding/test_data_generation_configurations.json +29 -0
  224. package/source/api-data-generators/support/Organization/test_data_generation_configurations.json +79 -0
  225. package/source/api-data-generators/support/PBGroup/test_data_generation_configurations.json +109 -0
  226. package/source/api-data-generators/support/PBGroupAgents/test_data_generation_configurations.json +66 -0
  227. package/source/api-data-generators/support/PBPlatform/test_data_generation_configurations.json +113 -0
  228. package/source/api-data-generators/support/PBX/test_data_generation_configurations.json +28 -0
  229. package/source/api-data-generators/support/PBXConfig/test_data_generation_configurations.json +17 -0
  230. package/source/api-data-generators/support/PBXPhoneNumbers/test_data_generation_configurations.json +54 -0
  231. package/source/api-data-generators/support/PBXPreference/test_data_generation_configurations.json +54 -0
  232. package/source/api-data-generators/support/PageSense/test_data_generation_configurations.json +77 -0
  233. package/source/api-data-generators/support/PendingApproval/test_data_generation_configurations.json +14 -0
  234. package/source/api-data-generators/support/Permalink/test_data_generation_configurations.json +32 -0
  235. package/source/api-data-generators/support/PhoneAgents/test_data_generation_configurations.json +66 -0
  236. package/source/api-data-generators/support/PinnedConversation/test_data_generation_configurations.json +64 -0
  237. package/source/api-data-generators/support/Pipeline_Service/test_data_generation_configurations.json +32 -0
  238. package/source/api-data-generators/support/Product/test_data_generation_configurations.json +196 -0
  239. package/source/api-data-generators/support/ProductAttachment/test_data_generation_configurations.json +48 -0
  240. package/source/api-data-generators/support/Profile/test_data_generation_configurations.json +59 -0
  241. package/source/api-data-generators/support/QueueView/test_data_generation_configurations.json +37 -0
  242. package/source/api-data-generators/support/Records/test_data_generation_configurations.json +239 -0
  243. package/source/api-data-generators/support/Recyclebin/test_data_generation_configurations.json +52 -0
  244. package/source/api-data-generators/support/RemoteAuth/test_data_generation_configurations.json +52 -0
  245. package/source/api-data-generators/support/Report/test_data_generation_configurations.json +538 -0
  246. package/source/api-data-generators/support/ReportChart/test_data_generation_configurations.json +28 -0
  247. package/source/api-data-generators/support/ReportFolder/test_data_generation_configurations.json +100 -0
  248. package/source/api-data-generators/support/Resources/test_data_generation_configurations.json +29 -0
  249. package/source/api-data-generators/support/Role/test_data_generation_configurations.json +84 -0
  250. package/source/api-data-generators/support/RoundRobin/test_data_generation_configurations.json +58 -0
  251. package/source/api-data-generators/support/RoundRobinTarget/test_data_generation_configurations.json +50 -0
  252. package/source/api-data-generators/support/RoutingPreference/test_data_generation_configurations.json +29 -0
  253. package/source/api-data-generators/support/SLAMetaInfo/test_data_generation_configurations.json +22 -0
  254. package/source/api-data-generators/support/Saml/test_data_generation_configurations.json +42 -0
  255. package/source/api-data-generators/support/Sandbox/test_data_generation_configurations.json +92 -0
  256. package/source/api-data-generators/support/SandboxChangeset/test_data_generation_configurations.json +46 -0
  257. package/source/api-data-generators/support/SandboxDeployment/test_data_generation_configurations.json +50 -0
  258. package/source/api-data-generators/support/SandboxDeploymentLogs/test_data_generation_configurations.json +22 -0
  259. package/source/api-data-generators/support/SavedFilters/test_data_generation_configurations.json +203 -0
  260. package/source/api-data-generators/support/Schedule/test_data_generation_configurations.json +172 -0
  261. package/source/api-data-generators/support/ScheduleReplyInfo/test_data_generation_configurations.json +182 -0
  262. package/source/api-data-generators/support/Search/test_data_generation_configurations.json +636 -0
  263. package/source/api-data-generators/support/SearchInteg/test_data_generation_configurations.json +32 -0
  264. package/source/api-data-generators/support/Setup/test_data_generation_configurations.json +32 -0
  265. package/source/api-data-generators/support/SharedSnippet/test_data_generation_configurations.json +62 -0
  266. package/source/api-data-generators/support/Signature/test_data_generation_configurations.json +24 -0
  267. package/source/api-data-generators/support/Skill/test_data_generation_configurations.json +164 -0
  268. package/source/api-data-generators/support/SkillConfiguration/test_data_generation_configurations.json +21 -0
  269. package/source/api-data-generators/support/SkillType/test_data_generation_configurations.json +60 -0
  270. package/source/api-data-generators/support/Slack/test_data_generation_configurations.json +51 -0
  271. package/source/api-data-generators/support/SmsTemplates/test_data_generation_configurations.json +40 -0
  272. package/source/api-data-generators/support/Snippets/test_data_generation_configurations.json +47 -0
  273. package/source/api-data-generators/support/SocialInteg/test_data_generation_configurations.json +22 -0
  274. package/source/api-data-generators/support/SocialPosts/test_data_generation_configurations.json +223 -0
  275. package/source/api-data-generators/support/SocialTwitterConversations/test_data_generation_configurations.json +22 -0
  276. package/source/api-data-generators/support/StarredTemplates/test_data_generation_configurations.json +76 -0
  277. package/source/api-data-generators/support/SubjectAccessRequest/test_data_generation_configurations.json +104 -0
  278. package/source/api-data-generators/support/Supervise/test_data_generation_configurations.json +43 -0
  279. package/source/api-data-generators/support/SupportPlan/test_data_generation_configurations.json +65 -0
  280. package/source/api-data-generators/support/Tab/test_data_generation_configurations.json +29 -0
  281. package/source/api-data-generators/support/Target/test_data_generation_configurations.json +97 -0
  282. package/source/api-data-generators/support/Task/test_data_generation_configurations.json +219 -0
  283. package/source/api-data-generators/support/TaskAttachment/test_data_generation_configurations.json +42 -0
  284. package/source/api-data-generators/support/TaskComments/test_data_generation_configurations.json +45 -0
  285. package/source/api-data-generators/support/TaskTimeEntry/test_data_generation_configurations.json +87 -0
  286. package/source/api-data-generators/support/TaskTimer/test_data_generation_configurations.json +27 -0
  287. package/source/api-data-generators/support/Team/test_data_generation_configurations.json +115 -0
  288. package/source/api-data-generators/support/TemplateFolders/test_data_generation_configurations.json +72 -0
  289. package/source/api-data-generators/support/Thread/test_data_generation_configurations.json +383 -0
  290. package/source/api-data-generators/support/Ticket/test_data_generation_configurations.json +694 -0
  291. package/source/api-data-generators/support/TicketApprovals/test_data_generation_configurations.json +66 -0
  292. package/source/api-data-generators/support/TicketAttachment/test_data_generation_configurations.json +58 -0
  293. package/source/api-data-generators/support/TicketComment/test_data_generation_configurations.json +82 -0
  294. package/source/api-data-generators/support/TicketCount/test_data_generation_configurations.json +43 -0
  295. package/source/api-data-generators/support/TicketFollowers/test_data_generation_configurations.json +65 -0
  296. package/source/api-data-generators/support/TicketMetrics/test_data_generation_configurations.json +16 -0
  297. package/source/api-data-generators/support/TicketTag/test_data_generation_configurations.json +99 -0
  298. package/source/api-data-generators/support/TicketTemplate/test_data_generation_configurations.json +475 -0
  299. package/source/api-data-generators/support/TicketTimeEntry/test_data_generation_configurations.json +110 -0
  300. package/source/api-data-generators/support/TicketTimer/test_data_generation_configurations.json +48 -0
  301. package/source/api-data-generators/support/TicketWithChildren/test_data_generation_configurations.json +91 -0
  302. package/source/api-data-generators/support/TimeTracking/test_data_generation_configurations.json +46 -0
  303. package/source/api-data-generators/support/TranslationLanguages/test_data_generation_configurations.json +68 -0
  304. package/source/api-data-generators/support/Upload/test_data_generation_configurations.json +54 -0
  305. package/source/api-data-generators/support/User/test_data_generation_configurations.json +100 -0
  306. package/source/api-data-generators/support/UserAuthentication/test_data_generation_configurations.json +49 -0
  307. package/source/api-data-generators/support/UserPresence/test_data_generation_configurations.json +19 -0
  308. package/source/api-data-generators/support/ValidationRuleCriteria/test_data_generation_configurations.json +19 -0
  309. package/source/api-data-generators/support/ValidationRules/test_data_generation_configurations.json +321 -0
  310. package/source/api-data-generators/support/Webhook/test_data_generation_configurations.json +501 -0
  311. package/source/api-data-generators/support/Widget/test_data_generation_configurations.json +166 -0
  312. package/source/api-data-generators/support/ZIAAnswerbotInference/test_data_generation_configurations.json +26 -0
  313. package/source/api-data-generators/support/ZIADocumentData/test_data_generation_configurations.json +38 -0
  314. package/source/api-data-generators/support/ZIAVectorSearch/test_data_generation_configurations.json +22 -0
  315. package/source/api-data-generators/support/ZiaGPT/test_data_generation_configurations.json +19 -0
  316. package/source/api-data-generators/support/ZiaScheduler/test_data_generation_configurations.json +22 -0
  317. package/source/api-data-generators/support/ZiapoweredbyGPT/test_data_generation_configurations.json +33 -0
  318. package/source/api-data-generators/support/Zwitch/test_data_generation_configurations.json +71 -0
  319. package/source/api-data-generators/support/blueprintDrafts/test_data_generation_configurations.json +859 -0
  320. package/source/api-data-generators/support/blueprintTransitions/test_data_generation_configurations.json +26 -0
  321. package/source/api-data-generators/support/blueprints/test_data_generation_configurations.json +652 -0
  322. package/source/api-data-generators/support/borrow_book/test_data_generation_configurations.json +21 -0
  323. package/source/api-data-generators/support/zlabsnlp/test_data_generation_configurations.json +50 -0
  324. package/source/openapi-specifications/v1.0/common/Common.json +587 -0
  325. package/source/openapi-specifications/v1.0/portal/Account.json +183 -0
  326. package/source/openapi-specifications/v1.0/portal/ArticleComment.json +1103 -0
  327. package/source/openapi-specifications/v1.0/portal/ArticleFeedback.json +133 -0
  328. package/source/openapi-specifications/v1.0/portal/AsapMobile.json +712 -0
  329. package/source/openapi-specifications/v1.0/portal/AsapWeb.json +91 -0
  330. package/source/openapi-specifications/v1.0/portal/Attachment.json +122 -0
  331. package/source/openapi-specifications/v1.0/portal/Captcha.json +334 -0
  332. package/source/openapi-specifications/v1.0/portal/Category.json +1061 -0
  333. package/source/openapi-specifications/v1.0/portal/Comment.json +1546 -0
  334. package/source/openapi-specifications/v1.0/portal/Community.json +235 -0
  335. package/source/openapi-specifications/v1.0/portal/CommunityUser.json +296 -0
  336. package/source/openapi-specifications/v1.0/portal/Contact.json +536 -0
  337. package/source/openapi-specifications/v1.0/portal/CustomerHappiness.json +163 -0
  338. package/source/openapi-specifications/v1.0/portal/Department.json +246 -0
  339. package/source/openapi-specifications/v1.0/portal/Extension.json +1122 -0
  340. package/source/openapi-specifications/v1.0/portal/FeedbackWidget.json +96 -0
  341. package/source/openapi-specifications/v1.0/portal/Field.json +1239 -0
  342. package/source/openapi-specifications/v1.0/portal/FileExport.json +313 -0
  343. package/source/openapi-specifications/v1.0/portal/Followers.json +802 -0
  344. package/source/openapi-specifications/v1.0/portal/Gamification.json +819 -0
  345. package/source/openapi-specifications/v1.0/portal/HashTags.json +61 -0
  346. package/source/openapi-specifications/v1.0/portal/HelpCenterUser.json +605 -0
  347. package/source/openapi-specifications/v1.0/portal/HelpCenterUserPreference.json +148 -0
  348. package/source/openapi-specifications/v1.0/portal/Helpcenter.json +920 -0
  349. package/source/openapi-specifications/v1.0/portal/HelpcenterGroups.json +118 -0
  350. package/source/openapi-specifications/v1.0/portal/HelpcenterPages.json +184 -0
  351. package/source/openapi-specifications/v1.0/portal/KBCategoryTranslation.json +70 -0
  352. package/source/openapi-specifications/v1.0/portal/KBRootCategory.json +1310 -0
  353. package/source/openapi-specifications/v1.0/portal/KbCategory.json +1525 -0
  354. package/source/openapi-specifications/v1.0/portal/KbSection.json +515 -0
  355. package/source/openapi-specifications/v1.0/portal/Label.json +172 -0
  356. package/source/openapi-specifications/v1.0/portal/Layout.json +303 -0
  357. package/source/openapi-specifications/v1.0/portal/LayoutRules.json +375 -0
  358. package/source/openapi-specifications/v1.0/portal/Mentions.json +580 -0
  359. package/source/openapi-specifications/v1.0/portal/NewAsapMobile.json +699 -0
  360. package/source/openapi-specifications/v1.0/portal/Permalink.json +265 -0
  361. package/source/openapi-specifications/v1.0/portal/Placeholders.json +57 -0
  362. package/source/openapi-specifications/v1.0/portal/Product.json +401 -0
  363. package/source/openapi-specifications/v1.0/portal/Solution.json +3766 -0
  364. package/source/openapi-specifications/v1.0/portal/Thread.json +821 -0
  365. package/source/openapi-specifications/v1.0/portal/Ticket.json +2636 -0
  366. package/source/openapi-specifications/v1.0/portal/TicketComment.json +822 -0
  367. package/source/openapi-specifications/v1.0/portal/TicketCount.json +336 -0
  368. package/source/openapi-specifications/v1.0/portal/TicketExport.json +609 -0
  369. package/source/openapi-specifications/v1.0/portal/TicketField.json +358 -0
  370. package/source/openapi-specifications/v1.0/portal/TicketForm.json +517 -0
  371. package/source/openapi-specifications/v1.0/portal/TicketStatusMapping.json +155 -0
  372. package/source/openapi-specifications/v1.0/portal/TicketTemplate.json +409 -0
  373. package/source/openapi-specifications/v1.0/portal/TicketsViewCount.json +175 -0
  374. package/source/openapi-specifications/v1.0/portal/Topic.json +4079 -0
  375. package/source/openapi-specifications/v1.0/portal/Translation.json +174 -0
  376. package/source/openapi-specifications/v1.0/portal/Upload.json +156 -0
  377. package/source/openapi-specifications/v1.0/portal/ValidationRules.json +309 -0
  378. package/source/openapi-specifications/v1.0/portal/View.json +353 -0
  379. package/source/openapi-specifications/v1.0/portal/Widget.json +218 -0
  380. package/source/openapi-specifications/v1.0/support/AEAdminTool.json +354 -0
  381. package/source/openapi-specifications/v1.0/support/Account.json +3206 -0
  382. package/source/openapi-specifications/v1.0/support/AccountAttachment.json +484 -0
  383. package/source/openapi-specifications/v1.0/support/AccountComments.json +794 -0
  384. package/source/openapi-specifications/v1.0/support/AccountContactMappingInfo.json +227 -0
  385. package/source/openapi-specifications/v1.0/support/AccountDeduplication.json +578 -0
  386. package/source/openapi-specifications/v1.0/support/AccountFollowers.json +350 -0
  387. package/source/openapi-specifications/v1.0/support/AccountSla.json +341 -0
  388. package/source/openapi-specifications/v1.0/support/AccountTimeEntry.json +1152 -0
  389. package/source/openapi-specifications/v1.0/support/ActiveCalls.json +573 -0
  390. package/source/openapi-specifications/v1.0/support/Activity.json +1400 -0
  391. package/source/openapi-specifications/v1.0/support/Actor.json +88 -0
  392. package/source/openapi-specifications/v1.0/support/ActorsAPI.json +304 -0
  393. package/source/openapi-specifications/v1.0/support/AdminTool.json +489 -0
  394. package/source/openapi-specifications/v1.0/support/Agent.json +6685 -0
  395. package/source/openapi-specifications/v1.0/support/AgentPresence.json +567 -0
  396. package/source/openapi-specifications/v1.0/support/AgentRoom.json +1997 -0
  397. package/source/openapi-specifications/v1.0/support/AgentSignatures.json +359 -0
  398. package/source/openapi-specifications/v1.0/support/AgentTimeEntry.json +1402 -0
  399. package/source/openapi-specifications/v1.0/support/AntiSpamInfo.json +510 -0
  400. package/source/openapi-specifications/v1.0/support/ApiCreditNotificationRule.json +1189 -0
  401. package/source/openapi-specifications/v1.0/support/ApiDashboard.json +543 -0
  402. package/source/openapi-specifications/v1.0/support/ApplicationFlags.json +155 -0
  403. package/source/openapi-specifications/v1.0/support/ArchivedView.json +469 -0
  404. package/source/openapi-specifications/v1.0/support/Article.json +5060 -0
  405. package/source/openapi-specifications/v1.0/support/ArticleAttachment.json +544 -0
  406. package/source/openapi-specifications/v1.0/support/ArticleComment.json +1929 -0
  407. package/source/openapi-specifications/v1.0/support/ArticleExternalImageUrlResponse.json +56 -0
  408. package/source/openapi-specifications/v1.0/support/ArticleFeedback.json +1314 -0
  409. package/source/openapi-specifications/v1.0/support/ArticleFeedbackResolution.json +513 -0
  410. package/source/openapi-specifications/v1.0/support/ArticleHistory.json +2510 -0
  411. package/source/openapi-specifications/v1.0/support/ArticleStatistics.json +3053 -0
  412. package/source/openapi-specifications/v1.0/support/ArticleTranslation.json +7530 -0
  413. package/source/openapi-specifications/v1.0/support/ArticleVersion.json +184 -0
  414. package/source/openapi-specifications/v1.0/support/ArticleViews.json +564 -0
  415. package/source/openapi-specifications/v1.0/support/Asap.json +1525 -0
  416. package/source/openapi-specifications/v1.0/support/AsapModule.json +246 -0
  417. package/source/openapi-specifications/v1.0/support/AsapStatus.json +199 -0
  418. package/source/openapi-specifications/v1.0/support/AssistInteg.json +613 -0
  419. package/source/openapi-specifications/v1.0/support/AttachmentRestriction.json +786 -0
  420. package/source/openapi-specifications/v1.0/support/AuditLog.json +1122 -0
  421. package/source/openapi-specifications/v1.0/support/AutomatedSummaryForChats.json +702 -0
  422. package/source/openapi-specifications/v1.0/support/AutomationAlerts.json +868 -0
  423. package/source/openapi-specifications/v1.0/support/AutomationEngine.json +1181 -0
  424. package/source/openapi-specifications/v1.0/support/AutomationFeatureCount.json +207 -0
  425. package/source/openapi-specifications/v1.0/support/AutomationFieldUpdates.json +809 -0
  426. package/source/openapi-specifications/v1.0/support/AutomationTask.json +1054 -0
  427. package/source/openapi-specifications/v1.0/support/Backup.json +2845 -0
  428. package/source/openapi-specifications/v1.0/support/Badge.json +544 -0
  429. package/source/openapi-specifications/v1.0/support/Bot.json +2103 -0
  430. package/source/openapi-specifications/v1.0/support/BotInference.json +1071 -0
  431. package/source/openapi-specifications/v1.0/support/BotResources.json +175 -0
  432. package/source/openapi-specifications/v1.0/support/BotStaticResources.json +541 -0
  433. package/source/openapi-specifications/v1.0/support/Bot_UserInfo.json +63 -0
  434. package/source/openapi-specifications/v1.0/support/Bots.json +58 -0
  435. package/source/openapi-specifications/v1.0/support/BugInteg.json +481 -0
  436. package/source/openapi-specifications/v1.0/support/BulkAction.json +150 -0
  437. package/source/openapi-specifications/v1.0/support/BulkImport.json +2845 -0
  438. package/source/openapi-specifications/v1.0/support/BulkUpdate.json +743 -0
  439. package/source/openapi-specifications/v1.0/support/BulkWrite.json +678 -0
  440. package/source/openapi-specifications/v1.0/support/BusinessHour.json +1344 -0
  441. package/source/openapi-specifications/v1.0/support/Call.json +3839 -0
  442. package/source/openapi-specifications/v1.0/support/CallComments.json +721 -0
  443. package/source/openapi-specifications/v1.0/support/CallHistory.json +936 -0
  444. package/source/openapi-specifications/v1.0/support/CallTimeEntry.json +1745 -0
  445. package/source/openapi-specifications/v1.0/support/CallTimer.json +285 -0
  446. package/source/openapi-specifications/v1.0/support/Channel.json +730 -0
  447. package/source/openapi-specifications/v1.0/support/Chart.json +422 -0
  448. package/source/openapi-specifications/v1.0/support/ChatTicket.json +553 -0
  449. package/source/openapi-specifications/v1.0/support/ClientAction.json +1834 -0
  450. package/source/openapi-specifications/v1.0/support/ClientEvent.json +780 -0
  451. package/source/openapi-specifications/v1.0/support/CliqIntegJsonMapping.json +1123 -0
  452. package/source/openapi-specifications/v1.0/support/CloudAttachment.json +528 -0
  453. package/source/openapi-specifications/v1.0/support/CommonMassActionError.json +44 -0
  454. package/source/openapi-specifications/v1.0/support/CommonMassActionResponse.json +94 -0
  455. package/source/openapi-specifications/v1.0/support/Community.json +2545 -0
  456. package/source/openapi-specifications/v1.0/support/CommunityAttachment.json +249 -0
  457. package/source/openapi-specifications/v1.0/support/CommunityCategory.json +1896 -0
  458. package/source/openapi-specifications/v1.0/support/CommunityCategoryLogo.json +145 -0
  459. package/source/openapi-specifications/v1.0/support/CommunityComment.json +2492 -0
  460. package/source/openapi-specifications/v1.0/support/CommunityInitPermissions.json +129 -0
  461. package/source/openapi-specifications/v1.0/support/CommunityPreferences.json +343 -0
  462. package/source/openapi-specifications/v1.0/support/CommunitySearch.json +78 -0
  463. package/source/openapi-specifications/v1.0/support/CommunityTopic.json +6005 -0
  464. package/source/openapi-specifications/v1.0/support/CommunityTopicInsights.json +310 -0
  465. package/source/openapi-specifications/v1.0/support/CommunityUser.json +822 -0
  466. package/source/openapi-specifications/v1.0/support/Composite.json +414 -0
  467. package/source/openapi-specifications/v1.0/support/Contact.json +4691 -0
  468. package/source/openapi-specifications/v1.0/support/ContactAttachment.json +484 -0
  469. package/source/openapi-specifications/v1.0/support/ContactComments.json +769 -0
  470. package/source/openapi-specifications/v1.0/support/ContactDeduplication.json +683 -0
  471. package/source/openapi-specifications/v1.0/support/ContactFollowers.json +350 -0
  472. package/source/openapi-specifications/v1.0/support/ContactProfile.json +195 -0
  473. package/source/openapi-specifications/v1.0/support/ContactTimeEntry.json +1157 -0
  474. package/source/openapi-specifications/v1.0/support/Contract.json +2877 -0
  475. package/source/openapi-specifications/v1.0/support/ContractAttachment.json +307 -0
  476. package/source/openapi-specifications/v1.0/support/Conversation.json +570 -0
  477. package/source/openapi-specifications/v1.0/support/CountriesAndLanguages.json +5279 -0
  478. package/source/openapi-specifications/v1.0/support/CreditCycle.json +124 -0
  479. package/source/openapi-specifications/v1.0/support/Criteria.json +1014 -0
  480. package/source/openapi-specifications/v1.0/support/CriteriaValue.json +50 -0
  481. package/source/openapi-specifications/v1.0/support/CrmInteg.json +5938 -0
  482. package/source/openapi-specifications/v1.0/support/CustomAction.json +2106 -0
  483. package/source/openapi-specifications/v1.0/support/CustomActionRuleMapping.json +1327 -0
  484. package/source/openapi-specifications/v1.0/support/CustomButton.json +1898 -0
  485. package/source/openapi-specifications/v1.0/support/CustomFunctionExecutionLogs.json +883 -0
  486. package/source/openapi-specifications/v1.0/support/CustomFunctionGallery.json +329 -0
  487. package/source/openapi-specifications/v1.0/support/CustomFunctionReRun.json +317 -0
  488. package/source/openapi-specifications/v1.0/support/CustomFunctionZiaCopilot.json +379 -0
  489. package/source/openapi-specifications/v1.0/support/CustomFunctions.json +3457 -0
  490. package/source/openapi-specifications/v1.0/support/CustomModuleAdminTool.json +81 -0
  491. package/source/openapi-specifications/v1.0/support/CustomTheme.json +7391 -0
  492. package/source/openapi-specifications/v1.0/support/CustomView.json +3478 -0
  493. package/source/openapi-specifications/v1.0/support/CustomerHappiness.json +464 -0
  494. package/source/openapi-specifications/v1.0/support/DBThrottle.json +334 -0
  495. package/source/openapi-specifications/v1.0/support/DashboardComponent.json +1163 -0
  496. package/source/openapi-specifications/v1.0/support/DashboardFolder.json +1258 -0
  497. package/source/openapi-specifications/v1.0/support/DashboardMetrics.json +2310 -0
  498. package/source/openapi-specifications/v1.0/support/Dashboards.json +1219 -0
  499. package/source/openapi-specifications/v1.0/support/DataChips.json +477 -0
  500. package/source/openapi-specifications/v1.0/support/DataImport.json +1099 -0
  501. package/source/openapi-specifications/v1.0/support/DataSync.json +1246 -0
  502. package/source/openapi-specifications/v1.0/support/DatasetEntry.json +153 -0
  503. package/source/openapi-specifications/v1.0/support/Department.json +1971 -0
  504. package/source/openapi-specifications/v1.0/support/DependencyMappings.json +656 -0
  505. package/source/openapi-specifications/v1.0/support/DirectAssignRuleTarget.json +232 -0
  506. package/source/openapi-specifications/v1.0/support/DirectAssignmentRules.json +722 -0
  507. package/source/openapi-specifications/v1.0/support/DisplayEntity.json +91 -0
  508. package/source/openapi-specifications/v1.0/support/DomainMapping.json +1143 -0
  509. package/source/openapi-specifications/v1.0/support/EmailFailureAlert.json +306 -0
  510. package/source/openapi-specifications/v1.0/support/EmailTemplates.json +1491 -0
  511. package/source/openapi-specifications/v1.0/support/EntityBlueprints.json +572 -0
  512. package/source/openapi-specifications/v1.0/support/Event.json +3607 -0
  513. package/source/openapi-specifications/v1.0/support/EventComments.json +737 -0
  514. package/source/openapi-specifications/v1.0/support/EventTimeEntry.json +1520 -0
  515. package/source/openapi-specifications/v1.0/support/EventTimer.json +285 -0
  516. package/source/openapi-specifications/v1.0/support/Expression.json +43 -0
  517. package/source/openapi-specifications/v1.0/support/Extension.json +7152 -0
  518. package/source/openapi-specifications/v1.0/support/ExtensionOrg.json +129 -0
  519. package/source/openapi-specifications/v1.0/support/FAQ.json +142 -0
  520. package/source/openapi-specifications/v1.0/support/FAQTranslation.json +178 -0
  521. package/source/openapi-specifications/v1.0/support/FbManager.json +1147 -0
  522. package/source/openapi-specifications/v1.0/support/Feature.json +691 -0
  523. package/source/openapi-specifications/v1.0/support/FeatureFile.json +435 -0
  524. package/source/openapi-specifications/v1.0/support/FeatureFolder.json +576 -0
  525. package/source/openapi-specifications/v1.0/support/FeaturePermission.json +492 -0
  526. package/source/openapi-specifications/v1.0/support/FederatedLogin.json +318 -0
  527. package/source/openapi-specifications/v1.0/support/FeedsAPIs.json +198 -0
  528. package/source/openapi-specifications/v1.0/support/Field.json +7493 -0
  529. package/source/openapi-specifications/v1.0/support/FieldDetails.json +139 -0
  530. package/source/openapi-specifications/v1.0/support/FieldPermissions.json +113 -0
  531. package/source/openapi-specifications/v1.0/support/FieldPrediction.json +3831 -0
  532. package/source/openapi-specifications/v1.0/support/FileExport.json +324 -0
  533. package/source/openapi-specifications/v1.0/support/Finance.json +4290 -0
  534. package/source/openapi-specifications/v1.0/support/Followers.json +875 -0
  535. package/source/openapi-specifications/v1.0/support/FormulaFunctions.json +47 -0
  536. package/source/openapi-specifications/v1.0/support/GC_Bots.json +138 -0
  537. package/source/openapi-specifications/v1.0/support/GC_Guide.json +1536 -0
  538. package/source/openapi-specifications/v1.0/support/GC_GuideHistories.json +58 -0
  539. package/source/openapi-specifications/v1.0/support/GC_GuideHistory.json +79 -0
  540. package/source/openapi-specifications/v1.0/support/GC_Guides.json +89 -0
  541. package/source/openapi-specifications/v1.0/support/GC_Info.json +208 -0
  542. package/source/openapi-specifications/v1.0/support/GC_Status.json +69 -0
  543. package/source/openapi-specifications/v1.0/support/GC_UserInfo.json +79 -0
  544. package/source/openapi-specifications/v1.0/support/GenericAction.json +1888 -0
  545. package/source/openapi-specifications/v1.0/support/GenericActionMapping.json +1050 -0
  546. package/source/openapi-specifications/v1.0/support/GoogleAnalytics.json +1715 -0
  547. package/source/openapi-specifications/v1.0/support/GoogleChat.json +650 -0
  548. package/source/openapi-specifications/v1.0/support/HelpCenterCommon.json +44 -0
  549. package/source/openapi-specifications/v1.0/support/Help_Center_OIDC_Authentication.json +900 -0
  550. package/source/openapi-specifications/v1.0/support/Helpcenter.json +1212 -0
  551. package/source/openapi-specifications/v1.0/support/HelpcenterAutoTranslateSetting.json +331 -0
  552. package/source/openapi-specifications/v1.0/support/HelpcenterGroups.json +1496 -0
  553. package/source/openapi-specifications/v1.0/support/HelpcenterPages.json +504 -0
  554. package/source/openapi-specifications/v1.0/support/HelpcenterPreference.json +208 -0
  555. package/source/openapi-specifications/v1.0/support/HelpcenterTranslationApp.json +64 -0
  556. package/source/openapi-specifications/v1.0/support/HelpcenterUpload.json +211 -0
  557. package/source/openapi-specifications/v1.0/support/HolidayList.json +731 -0
  558. package/source/openapi-specifications/v1.0/support/IMAPAddress.json +1091 -0
  559. package/source/openapi-specifications/v1.0/support/IMCannedMessage.json +1357 -0
  560. package/source/openapi-specifications/v1.0/support/IMCannedMessagePlaceHolders.json +169 -0
  561. package/source/openapi-specifications/v1.0/support/IMCannedMessageTranslation.json +624 -0
  562. package/source/openapi-specifications/v1.0/support/IMTemplateMessage.json +597 -0
  563. package/source/openapi-specifications/v1.0/support/IM_AddOn.json +841 -0
  564. package/source/openapi-specifications/v1.0/support/IM_AttachmentMessage.json +64 -0
  565. package/source/openapi-specifications/v1.0/support/IM_Bot.json +1007 -0
  566. package/source/openapi-specifications/v1.0/support/IM_BotService.json +357 -0
  567. package/source/openapi-specifications/v1.0/support/IM_Broadcast.json +323 -0
  568. package/source/openapi-specifications/v1.0/support/IM_Channel.json +2849 -0
  569. package/source/openapi-specifications/v1.0/support/IM_ChannelPreference.json +502 -0
  570. package/source/openapi-specifications/v1.0/support/IM_Contact.json +165 -0
  571. package/source/openapi-specifications/v1.0/support/IM_Efc.json +188 -0
  572. package/source/openapi-specifications/v1.0/support/IM_Integration.json +1269 -0
  573. package/source/openapi-specifications/v1.0/support/IM_IntegrationService.json +454 -0
  574. package/source/openapi-specifications/v1.0/support/IM_LayoutView.json +625 -0
  575. package/source/openapi-specifications/v1.0/support/IM_License.json +225 -0
  576. package/source/openapi-specifications/v1.0/support/IM_Message.json +1371 -0
  577. package/source/openapi-specifications/v1.0/support/IM_Metrics.json +462 -0
  578. package/source/openapi-specifications/v1.0/support/IM_Search.json +547 -0
  579. package/source/openapi-specifications/v1.0/support/IM_Session.json +1397 -0
  580. package/source/openapi-specifications/v1.0/support/IM_TemplateButton.json +142 -0
  581. package/source/openapi-specifications/v1.0/support/IM_TemplateFooter.json +83 -0
  582. package/source/openapi-specifications/v1.0/support/IM_TemplateHeader.json +86 -0
  583. package/source/openapi-specifications/v1.0/support/IM_TemplateItems.json +73 -0
  584. package/source/openapi-specifications/v1.0/support/IM_TimeSeriesMetrics.json +435 -0
  585. package/source/openapi-specifications/v1.0/support/IM_TwilioPhoneNumber.json +202 -0
  586. package/source/openapi-specifications/v1.0/support/IM_WhatsApp_Integrations.json +193 -0
  587. package/source/openapi-specifications/v1.0/support/IM_ZiaGpt.json +489 -0
  588. package/source/openapi-specifications/v1.0/support/Import.json +1844 -0
  589. package/source/openapi-specifications/v1.0/support/IncrementalDocuments.json +395 -0
  590. package/source/openapi-specifications/v1.0/support/Inference.json +307 -0
  591. package/source/openapi-specifications/v1.0/support/InlineImage.json +97 -0
  592. package/source/openapi-specifications/v1.0/support/IntegModule.json +938 -0
  593. package/source/openapi-specifications/v1.0/support/Integrations.json +1264 -0
  594. package/source/openapi-specifications/v1.0/support/InteractiveTours.json +539 -0
  595. package/source/openapi-specifications/v1.0/support/JWT.json +535 -0
  596. package/source/openapi-specifications/v1.0/support/KBCategoryPermalink.json +208 -0
  597. package/source/openapi-specifications/v1.0/support/KBCategoryUser.json +241 -0
  598. package/source/openapi-specifications/v1.0/support/KBPreference.json +323 -0
  599. package/source/openapi-specifications/v1.0/support/KBRecycleBin.json +2316 -0
  600. package/source/openapi-specifications/v1.0/support/KBRootCategory.json +2839 -0
  601. package/source/openapi-specifications/v1.0/support/KBRootCategoryTranslation.json +570 -0
  602. package/source/openapi-specifications/v1.0/support/KBSection.json +1941 -0
  603. package/source/openapi-specifications/v1.0/support/KBTranslationMassActionResponse.json +169 -0
  604. package/source/openapi-specifications/v1.0/support/KPIWidget.json +206 -0
  605. package/source/openapi-specifications/v1.0/support/KbBot.json +511 -0
  606. package/source/openapi-specifications/v1.0/support/KbCategory.json +1618 -0
  607. package/source/openapi-specifications/v1.0/support/KbCategoryLogo.json +124 -0
  608. package/source/openapi-specifications/v1.0/support/Label.json +1251 -0
  609. package/source/openapi-specifications/v1.0/support/Layout.json +8042 -0
  610. package/source/openapi-specifications/v1.0/support/LayoutRuleCriteria.json +491 -0
  611. package/source/openapi-specifications/v1.0/support/LayoutRules.json +1422 -0
  612. package/source/openapi-specifications/v1.0/support/LensInteg.json +86 -0
  613. package/source/openapi-specifications/v1.0/support/LicenseFeaturePlan.json +548 -0
  614. package/source/openapi-specifications/v1.0/support/LicenseInfo.json +1231 -0
  615. package/source/openapi-specifications/v1.0/support/LicenseTool.json +165 -0
  616. package/source/openapi-specifications/v1.0/support/Livecall.json +954 -0
  617. package/source/openapi-specifications/v1.0/support/LookupRecord.json +174 -0
  618. package/source/openapi-specifications/v1.0/support/Macros.json +1960 -0
  619. package/source/openapi-specifications/v1.0/support/MailReplyAddress.json +1263 -0
  620. package/source/openapi-specifications/v1.0/support/MassAction.json +1151 -0
  621. package/source/openapi-specifications/v1.0/support/MassActionError.json +55 -0
  622. package/source/openapi-specifications/v1.0/support/MassActionResponse.json +89 -0
  623. package/source/openapi-specifications/v1.0/support/Mentions.json +491 -0
  624. package/source/openapi-specifications/v1.0/support/Message.json +685 -0
  625. package/source/openapi-specifications/v1.0/support/Microsoft.json +887 -0
  626. package/source/openapi-specifications/v1.0/support/MicrosoftTeams.json +574 -0
  627. package/source/openapi-specifications/v1.0/support/Microsoft_PowerBI.json +903 -0
  628. package/source/openapi-specifications/v1.0/support/Misc.json +214 -0
  629. package/source/openapi-specifications/v1.0/support/Module.json +1625 -0
  630. package/source/openapi-specifications/v1.0/support/NewCriteria.json +1863 -0
  631. package/source/openapi-specifications/v1.0/support/NewFeatureFields.json +204 -0
  632. package/source/openapi-specifications/v1.0/support/NewTicketHistory.json +150 -0
  633. package/source/openapi-specifications/v1.0/support/NotificationRules.json +441 -0
  634. package/source/openapi-specifications/v1.0/support/OEmbedData.json +233 -0
  635. package/source/openapi-specifications/v1.0/support/Onboarding.json +282 -0
  636. package/source/openapi-specifications/v1.0/support/Organization.json +1391 -0
  637. package/source/openapi-specifications/v1.0/support/PBGroup.json +634 -0
  638. package/source/openapi-specifications/v1.0/support/PBGroupAgents.json +433 -0
  639. package/source/openapi-specifications/v1.0/support/PBPlatform.json +1447 -0
  640. package/source/openapi-specifications/v1.0/support/PBX.json +550 -0
  641. package/source/openapi-specifications/v1.0/support/PBXConfig.json +219 -0
  642. package/source/openapi-specifications/v1.0/support/PBXPhoneNumbers.json +443 -0
  643. package/source/openapi-specifications/v1.0/support/PBXPreference.json +314 -0
  644. package/source/openapi-specifications/v1.0/support/PageSense.json +1505 -0
  645. package/source/openapi-specifications/v1.0/support/PendingApproval.json +279 -0
  646. package/source/openapi-specifications/v1.0/support/Permalink.json +393 -0
  647. package/source/openapi-specifications/v1.0/support/PhoneAgents.json +1014 -0
  648. package/source/openapi-specifications/v1.0/support/PhoneMenu.json +118 -0
  649. package/source/openapi-specifications/v1.0/support/PinnedConversation.json +1115 -0
  650. package/source/openapi-specifications/v1.0/support/Pipeline_Info.json +232 -0
  651. package/source/openapi-specifications/v1.0/support/Pipeline_Service.json +499 -0
  652. package/source/openapi-specifications/v1.0/support/Product.json +1861 -0
  653. package/source/openapi-specifications/v1.0/support/ProductAttachment.json +485 -0
  654. package/source/openapi-specifications/v1.0/support/Profile.json +4236 -0
  655. package/source/openapi-specifications/v1.0/support/ProjectsInteg.json +989 -0
  656. package/source/openapi-specifications/v1.0/support/QueryStore.json +238 -0
  657. package/source/openapi-specifications/v1.0/support/QueueView.json +335 -0
  658. package/source/openapi-specifications/v1.0/support/RatelimitAdminTool.json +1204 -0
  659. package/source/openapi-specifications/v1.0/support/Records.json +1509 -0
  660. package/source/openapi-specifications/v1.0/support/Recyclebin.json +669 -0
  661. package/source/openapi-specifications/v1.0/support/RemoteAuth.json +401 -0
  662. package/source/openapi-specifications/v1.0/support/Report.json +6491 -0
  663. package/source/openapi-specifications/v1.0/support/ReportChart.json +254 -0
  664. package/source/openapi-specifications/v1.0/support/ReportFolder.json +1076 -0
  665. package/source/openapi-specifications/v1.0/support/ReportIntegration.json +202 -0
  666. package/source/openapi-specifications/v1.0/support/RequestFlags.json +358 -0
  667. package/source/openapi-specifications/v1.0/support/Resources.json +335 -0
  668. package/source/openapi-specifications/v1.0/support/ResponseHelpCenterUser.json +128 -0
  669. package/source/openapi-specifications/v1.0/support/Role.json +996 -0
  670. package/source/openapi-specifications/v1.0/support/RoundRobin.json +796 -0
  671. package/source/openapi-specifications/v1.0/support/RoundRobinTarget.json +381 -0
  672. package/source/openapi-specifications/v1.0/support/RoutingPreference.json +615 -0
  673. package/source/openapi-specifications/v1.0/support/RuleGroup.json +1630 -0
  674. package/source/openapi-specifications/v1.0/support/SLAMetaInfo.json +227 -0
  675. package/source/openapi-specifications/v1.0/support/Saml.json +565 -0
  676. package/source/openapi-specifications/v1.0/support/Sandbox.json +1075 -0
  677. package/source/openapi-specifications/v1.0/support/SandboxChangeset.json +501 -0
  678. package/source/openapi-specifications/v1.0/support/SandboxDeployment.json +428 -0
  679. package/source/openapi-specifications/v1.0/support/SandboxDeploymentLogs.json +295 -0
  680. package/source/openapi-specifications/v1.0/support/SandboxSourceOrganization.json +268 -0
  681. package/source/openapi-specifications/v1.0/support/SavedFilters.json +652 -0
  682. package/source/openapi-specifications/v1.0/support/Schedule.json +2077 -0
  683. package/source/openapi-specifications/v1.0/support/ScheduleReplyInfo.json +2271 -0
  684. package/source/openapi-specifications/v1.0/support/Search.json +12600 -0
  685. package/source/openapi-specifications/v1.0/support/SearchInteg.json +2254 -0
  686. package/source/openapi-specifications/v1.0/support/Setup.json +1766 -0
  687. package/source/openapi-specifications/v1.0/support/SharedSnippet.json +1110 -0
  688. package/source/openapi-specifications/v1.0/support/SharingRule.json +287 -0
  689. package/source/openapi-specifications/v1.0/support/Signature.json +354 -0
  690. package/source/openapi-specifications/v1.0/support/Skill.json +2164 -0
  691. package/source/openapi-specifications/v1.0/support/SkillConfiguration.json +269 -0
  692. package/source/openapi-specifications/v1.0/support/SkillType.json +807 -0
  693. package/source/openapi-specifications/v1.0/support/Slack.json +957 -0
  694. package/source/openapi-specifications/v1.0/support/SmsTemplates.json +514 -0
  695. package/source/openapi-specifications/v1.0/support/Snippets.json +918 -0
  696. package/source/openapi-specifications/v1.0/support/SocialBrands.json +427 -0
  697. package/source/openapi-specifications/v1.0/support/SocialInteg.json +336 -0
  698. package/source/openapi-specifications/v1.0/support/SocialPosts.json +2460 -0
  699. package/source/openapi-specifications/v1.0/support/SocialTwitterConversations.json +337 -0
  700. package/source/openapi-specifications/v1.0/support/StarredTemplates.json +690 -0
  701. package/source/openapi-specifications/v1.0/support/Statistics.json +125 -0
  702. package/source/openapi-specifications/v1.0/support/SubjectAccessRequest.json +2419 -0
  703. package/source/openapi-specifications/v1.0/support/Supervise.json +774 -0
  704. package/source/openapi-specifications/v1.0/support/SupportEmailAddress.json +188 -0
  705. package/source/openapi-specifications/v1.0/support/SupportEmailDomain.json +293 -0
  706. package/source/openapi-specifications/v1.0/support/SupportPlan.json +1109 -0
  707. package/source/openapi-specifications/v1.0/support/Tab.json +606 -0
  708. package/source/openapi-specifications/v1.0/support/Target.json +1311 -0
  709. package/source/openapi-specifications/v1.0/support/TargetFunctions.json +130 -0
  710. package/source/openapi-specifications/v1.0/support/Task.json +4006 -0
  711. package/source/openapi-specifications/v1.0/support/TaskAttachment.json +443 -0
  712. package/source/openapi-specifications/v1.0/support/TaskComments.json +706 -0
  713. package/source/openapi-specifications/v1.0/support/TaskTimeEntry.json +1756 -0
  714. package/source/openapi-specifications/v1.0/support/TaskTimer.json +441 -0
  715. package/source/openapi-specifications/v1.0/support/Team.json +1383 -0
  716. package/source/openapi-specifications/v1.0/support/TemplateFolders.json +1069 -0
  717. package/source/openapi-specifications/v1.0/support/Theme.json +152 -0
  718. package/source/openapi-specifications/v1.0/support/Thread.json +3545 -0
  719. package/source/openapi-specifications/v1.0/support/Ticket.json +9495 -0
  720. package/source/openapi-specifications/v1.0/support/TicketApprovals.json +855 -0
  721. package/source/openapi-specifications/v1.0/support/TicketAttachment.json +562 -0
  722. package/source/openapi-specifications/v1.0/support/TicketComment.json +1444 -0
  723. package/source/openapi-specifications/v1.0/support/TicketCount.json +690 -0
  724. package/source/openapi-specifications/v1.0/support/TicketFollowers.json +454 -0
  725. package/source/openapi-specifications/v1.0/support/TicketHistory.json +414 -0
  726. package/source/openapi-specifications/v1.0/support/TicketMetrics.json +369 -0
  727. package/source/openapi-specifications/v1.0/support/TicketRealTime.json +178 -0
  728. package/source/openapi-specifications/v1.0/support/TicketTag.json +1513 -0
  729. package/source/openapi-specifications/v1.0/support/TicketTemplate.json +907 -0
  730. package/source/openapi-specifications/v1.0/support/TicketTimeEntry.json +1681 -0
  731. package/source/openapi-specifications/v1.0/support/TicketTimer.json +1205 -0
  732. package/source/openapi-specifications/v1.0/support/TimeTracking.json +1212 -0
  733. package/source/openapi-specifications/v1.0/support/TrainingCourses.json +614 -0
  734. package/source/openapi-specifications/v1.0/support/TrainingIntegration.json +163 -0
  735. package/source/openapi-specifications/v1.0/support/TranslationLanguages.json +2772 -0
  736. package/source/openapi-specifications/v1.0/support/Upload.json +620 -0
  737. package/source/openapi-specifications/v1.0/support/User.json +1409 -0
  738. package/source/openapi-specifications/v1.0/support/UserAuthentication.json +617 -0
  739. package/source/openapi-specifications/v1.0/support/UserPresence.json +763 -0
  740. package/source/openapi-specifications/v1.0/support/ValidationRuleCriteria.json +107 -0
  741. package/source/openapi-specifications/v1.0/support/ValidationRules.json +1173 -0
  742. package/source/openapi-specifications/v1.0/support/Webhook.json +1330 -0
  743. package/source/openapi-specifications/v1.0/support/WhatsAppDetails.json +132 -0
  744. package/source/openapi-specifications/v1.0/support/WhatsAppMigration.json +143 -0
  745. package/source/openapi-specifications/v1.0/support/WhatsAppTemplateTags.json +132 -0
  746. package/source/openapi-specifications/v1.0/support/Widget.json +3023 -0
  747. package/source/openapi-specifications/v1.0/support/WmsDomain.json +104 -0
  748. package/source/openapi-specifications/v1.0/support/ZIAAnswerbotInference.json +756 -0
  749. package/source/openapi-specifications/v1.0/support/ZIADocumentData.json +989 -0
  750. package/source/openapi-specifications/v1.0/support/ZIASolutionService.json +135 -0
  751. package/source/openapi-specifications/v1.0/support/ZIAVectorSearch.json +376 -0
  752. package/source/openapi-specifications/v1.0/support/ZiaDCMigration.json +159 -0
  753. package/source/openapi-specifications/v1.0/support/ZiaGPT.json +3229 -0
  754. package/source/openapi-specifications/v1.0/support/ZiaScheduler.json +453 -0
  755. package/source/openapi-specifications/v1.0/support/Zwitch.json +1543 -0
  756. package/source/openapi-specifications/v1.0/support/blueprintChartData.json +201 -0
  757. package/source/openapi-specifications/v1.0/support/blueprintConnections.json +75 -0
  758. package/source/openapi-specifications/v1.0/support/blueprintCriteria.json +255 -0
  759. package/source/openapi-specifications/v1.0/support/blueprintDrafts.json +1677 -0
  760. package/source/openapi-specifications/v1.0/support/blueprintStates.json +284 -0
  761. package/source/openapi-specifications/v1.0/support/blueprintStrictModeConfig.json +91 -0
  762. package/source/openapi-specifications/v1.0/support/blueprintTransitions.json +1546 -0
  763. package/source/openapi-specifications/v1.0/support/blueprints.json +2992 -0
  764. package/source/openapi-specifications/v1.0/support/errors.json +80 -0
  765. package/source/openapi-specifications/v1.0/support/zlabsnlp.json +416 -0
  766. package/.github/agents/Generators.agent.md +0 -121
@@ -0,0 +1,3229 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "ZiaGPT",
5
+ "version" : "1.0.0"
6
+ },
7
+ "paths" : {
8
+ "/api/v1/ziagpt/features" : {
9
+ "get" : {
10
+ "tags" : [ "ZiaGPT" ],
11
+ "operationId" : "getAllowedFeatures",
12
+ "parameters" : [ {
13
+ "$ref" : "#/components/parameters/type"
14
+ }, {
15
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
16
+ } ],
17
+ "responses" : {
18
+ "404" : {
19
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
20
+ },
21
+ "200" : {
22
+ "$ref" : "#/components/responses/gptFeatures"
23
+ },
24
+ "422" : {
25
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
26
+ },
27
+ "500" : {
28
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
29
+ },
30
+ "403" : {
31
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
32
+ }
33
+ },
34
+ "security" : [ {
35
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
36
+ }, {
37
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
38
+ } ],
39
+ "x-audience" : [ "company-internal" ],
40
+ "x-custom-url-attribute" : {
41
+ "security" : {
42
+ "throttle" : {
43
+ "inline" : [ {
44
+ "scope" : "APPSERVER",
45
+ "rules" : [ {
46
+ "duration" : 60000,
47
+ "lock-period" : 300000,
48
+ "threshold" : 60,
49
+ "hip" : false
50
+ }, {
51
+ "duration" : 3600000,
52
+ "lock-period" : 600000,
53
+ "threshold" : 200,
54
+ "hip" : false
55
+ } ],
56
+ "window" : "ROLLING",
57
+ "key" : "url.path+user.zuid"
58
+ } ]
59
+ },
60
+ "extraparams" : {
61
+ "disable" : true,
62
+ "ignore" : false
63
+ },
64
+ "authentication" : { }
65
+ },
66
+ "clan-group" : "zia",
67
+ "module-group" : "zia",
68
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getAllowedFeature"
69
+ }
70
+ }
71
+ },
72
+ "/api/v1/ziagpt/status" : {
73
+ "get" : {
74
+ "tags" : [ "ZiaGPT" ],
75
+ "operationId" : "getOrg",
76
+ "parameters" : [ {
77
+ "$ref" : "#/components/parameters/type"
78
+ }, {
79
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
80
+ } ],
81
+ "responses" : {
82
+ "404" : {
83
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
84
+ },
85
+ "200" : {
86
+ "$ref" : "#/components/responses/getOrg"
87
+ },
88
+ "422" : {
89
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
90
+ },
91
+ "500" : {
92
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
93
+ },
94
+ "403" : {
95
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
96
+ }
97
+ },
98
+ "security" : [ {
99
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
100
+ }, {
101
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
102
+ } ],
103
+ "x-audience" : [ "company-internal" ],
104
+ "x-custom-url-attribute" : {
105
+ "security" : {
106
+ "throttle" : {
107
+ "inline" : [ {
108
+ "scope" : "APPSERVER",
109
+ "rules" : [ {
110
+ "duration" : 60000,
111
+ "lock-period" : 300000,
112
+ "threshold" : 60,
113
+ "hip" : false
114
+ } ],
115
+ "window" : "ROLLING",
116
+ "key" : "url.path+user.zuid"
117
+ } ]
118
+ },
119
+ "extraparams" : {
120
+ "disable" : true,
121
+ "ignore" : false
122
+ },
123
+ "authentication" : { }
124
+ },
125
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getOrg"
126
+ }
127
+ },
128
+ "post" : {
129
+ "tags" : [ "ZiaGPT" ],
130
+ "operationId" : "createOrg",
131
+ "parameters" : [ {
132
+ "$ref" : "#/components/parameters/type"
133
+ }, {
134
+ "name" : "status",
135
+ "in" : "query",
136
+ "description" : "ZiaGpt enable disable",
137
+ "required" : false,
138
+ "style" : "form",
139
+ "explode" : true,
140
+ "schema" : {
141
+ "type" : [ "string", "null" ],
142
+ "description" : "ZiaGpt enable disable",
143
+ "enum" : [ "ACTIVE,INACTIVE" ],
144
+ "maxLength" : 100,
145
+ "minLength" : 0
146
+ }
147
+ }, {
148
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
149
+ } ],
150
+ "responses" : {
151
+ "404" : {
152
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
153
+ },
154
+ "200" : {
155
+ "$ref" : "#/components/responses/getConfiguration"
156
+ },
157
+ "422" : {
158
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
159
+ },
160
+ "500" : {
161
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
162
+ },
163
+ "403" : {
164
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
165
+ }
166
+ },
167
+ "security" : [ {
168
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
169
+ }, {
170
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
171
+ } ],
172
+ "x-audience" : [ "company-internal" ],
173
+ "x-custom-url-attribute" : {
174
+ "security" : {
175
+ "throttle" : {
176
+ "inline" : [ {
177
+ "scope" : "APPSERVER",
178
+ "rules" : [ {
179
+ "duration" : 60000,
180
+ "lock-period" : 300000,
181
+ "threshold" : 60,
182
+ "hip" : false
183
+ } ],
184
+ "window" : "ROLLING",
185
+ "key" : "url.path+user.zuid"
186
+ } ]
187
+ },
188
+ "extraparams" : {
189
+ "disable" : true,
190
+ "ignore" : false
191
+ },
192
+ "authentication" : { }
193
+ },
194
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.createOrg"
195
+ }
196
+ },
197
+ "patch" : {
198
+ "tags" : [ "ZiaGPT" ],
199
+ "operationId" : "updateOrg",
200
+ "parameters" : [ {
201
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
202
+ } ],
203
+ "requestBody" : {
204
+ "$ref" : "#/components/requestBodies/updateOrgJson"
205
+ },
206
+ "responses" : {
207
+ "404" : {
208
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
209
+ },
210
+ "200" : {
211
+ "$ref" : "#/components/responses/getApiKey"
212
+ },
213
+ "422" : {
214
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
215
+ },
216
+ "500" : {
217
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
218
+ },
219
+ "204" : {
220
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
221
+ },
222
+ "403" : {
223
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
224
+ }
225
+ },
226
+ "security" : [ {
227
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
228
+ }, {
229
+ "iam-oauth2-schema" : [ "Desk.zia.UPDATE" ]
230
+ } ],
231
+ "x-audience" : [ "company-internal" ],
232
+ "x-custom-url-attribute" : {
233
+ "security" : {
234
+ "throttle" : {
235
+ "inline" : [ {
236
+ "scope" : "APPSERVER",
237
+ "rules" : [ {
238
+ "duration" : 60000,
239
+ "lock-period" : 300000,
240
+ "threshold" : 60,
241
+ "hip" : false
242
+ } ],
243
+ "window" : "ROLLING",
244
+ "key" : "url.path+user.zuid"
245
+ } ]
246
+ },
247
+ "extraparams" : {
248
+ "disable" : true,
249
+ "ignore" : false
250
+ },
251
+ "authentication" : { }
252
+ },
253
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.updateOrg"
254
+ }
255
+ }
256
+ },
257
+ "/api/v1/ziagpt/authentication" : {
258
+ "get" : {
259
+ "tags" : [ "ZiaGPT" ],
260
+ "operationId" : "getApiKey",
261
+ "parameters" : [ {
262
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
263
+ } ],
264
+ "responses" : {
265
+ "404" : {
266
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
267
+ },
268
+ "200" : {
269
+ "$ref" : "#/components/responses/getApiKey"
270
+ },
271
+ "422" : {
272
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
273
+ },
274
+ "500" : {
275
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
276
+ },
277
+ "403" : {
278
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
279
+ }
280
+ },
281
+ "security" : [ {
282
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
283
+ }, {
284
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
285
+ } ],
286
+ "x-audience" : [ "company-internal" ],
287
+ "x-custom-url-attribute" : {
288
+ "security" : {
289
+ "throttle" : {
290
+ "inline" : [ {
291
+ "scope" : "APPSERVER",
292
+ "rules" : [ {
293
+ "duration" : 60000,
294
+ "lock-period" : 300000,
295
+ "threshold" : 60,
296
+ "hip" : false
297
+ } ],
298
+ "window" : "ROLLING",
299
+ "key" : "url.path+user.zuid"
300
+ } ]
301
+ },
302
+ "extraparams" : {
303
+ "disable" : true,
304
+ "ignore" : false
305
+ },
306
+ "authentication" : { }
307
+ },
308
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getApiKey"
309
+ }
310
+ },
311
+ "put" : {
312
+ "tags" : [ "ZiaGPT" ],
313
+ "operationId" : "updateApiKey",
314
+ "parameters" : [ {
315
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
316
+ } ],
317
+ "requestBody" : {
318
+ "$ref" : "#/components/requestBodies/updateApiKey"
319
+ },
320
+ "responses" : {
321
+ "404" : {
322
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
323
+ },
324
+ "200" : {
325
+ "$ref" : "#/components/responses/updateTokenId"
326
+ },
327
+ "422" : {
328
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
329
+ },
330
+ "500" : {
331
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
332
+ },
333
+ "403" : {
334
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
335
+ }
336
+ },
337
+ "security" : [ {
338
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
339
+ }, {
340
+ "iam-oauth2-schema" : [ "Desk.zia.UPDATE" ]
341
+ } ],
342
+ "x-audience" : [ "company-internal" ],
343
+ "x-custom-url-attribute" : {
344
+ "security" : {
345
+ "throttle" : {
346
+ "inline" : [ {
347
+ "scope" : "APPSERVER",
348
+ "rules" : [ {
349
+ "duration" : 60000,
350
+ "lock-period" : 300000,
351
+ "threshold" : 60,
352
+ "hip" : false
353
+ } ],
354
+ "window" : "ROLLING",
355
+ "key" : "url.path+user.zuid"
356
+ } ]
357
+ },
358
+ "extraparams" : {
359
+ "disable" : true,
360
+ "ignore" : false
361
+ },
362
+ "authentication" : { }
363
+ },
364
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.updateApiKey"
365
+ }
366
+ },
367
+ "post" : {
368
+ "tags" : [ "ZiaGPT" ],
369
+ "operationId" : "addApiKey",
370
+ "parameters" : [ {
371
+ "name" : "addApiKey",
372
+ "in" : "header",
373
+ "required" : false,
374
+ "style" : "simple",
375
+ "explode" : false,
376
+ "schema" : {
377
+ "type" : [ "null", "object" ],
378
+ "additionalProperties" : false
379
+ }
380
+ }, {
381
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
382
+ } ],
383
+ "requestBody" : {
384
+ "$ref" : "#/components/requestBodies/addApiKey"
385
+ },
386
+ "responses" : {
387
+ "404" : {
388
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
389
+ },
390
+ "200" : {
391
+ "$ref" : "#/components/responses/addApiKey"
392
+ },
393
+ "422" : {
394
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
395
+ },
396
+ "500" : {
397
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
398
+ },
399
+ "403" : {
400
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
401
+ }
402
+ },
403
+ "security" : [ {
404
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
405
+ }, {
406
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
407
+ } ],
408
+ "x-audience" : [ "company-internal" ],
409
+ "x-custom-url-attribute" : {
410
+ "security" : {
411
+ "throttle" : {
412
+ "inline" : [ {
413
+ "scope" : "APPSERVER",
414
+ "rules" : [ {
415
+ "duration" : 60000,
416
+ "lock-period" : 300000,
417
+ "threshold" : 60,
418
+ "hip" : false
419
+ } ],
420
+ "window" : "ROLLING",
421
+ "key" : "url.path+user.zuid"
422
+ } ]
423
+ },
424
+ "extraparams" : {
425
+ "disable" : true,
426
+ "ignore" : false
427
+ },
428
+ "authentication" : { }
429
+ },
430
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.addApiKey"
431
+ }
432
+ }
433
+ },
434
+ "/api/v1/ziagpt/tickets/summary" : {
435
+ "post" : {
436
+ "tags" : [ "ZiaGPT" ],
437
+ "operationId" : "getSummary",
438
+ "parameters" : [ {
439
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
440
+ } ],
441
+ "requestBody" : {
442
+ "$ref" : "#/components/requestBodies/summaryRequestJSON"
443
+ },
444
+ "responses" : {
445
+ "404" : {
446
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
447
+ },
448
+ "200" : {
449
+ "$ref" : "#/components/responses/summaryResponseJSON"
450
+ },
451
+ "422" : {
452
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
453
+ },
454
+ "500" : {
455
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
456
+ },
457
+ "204" : {
458
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
459
+ },
460
+ "403" : {
461
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
462
+ }
463
+ },
464
+ "security" : [ {
465
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
466
+ }, {
467
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
468
+ } ],
469
+ "x-audience" : [ "company-internal" ],
470
+ "x-custom-url-attribute" : {
471
+ "security" : {
472
+ "throttle" : {
473
+ "inline" : [ {
474
+ "scope" : "APPSERVER",
475
+ "rules" : [ {
476
+ "duration" : 60000,
477
+ "lock-period" : 300000,
478
+ "threshold" : 60,
479
+ "hip" : false
480
+ } ],
481
+ "window" : "ROLLING",
482
+ "key" : "url.path+user.zuid"
483
+ } ]
484
+ },
485
+ "extraparams" : {
486
+ "disable" : true,
487
+ "ignore" : false
488
+ },
489
+ "authentication" : { }
490
+ },
491
+ "clan-group" : "zia",
492
+ "module-group" : "zia",
493
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getSummary"
494
+ }
495
+ }
496
+ },
497
+ "/api/v1/ziagpt/tickets/aspects" : {
498
+ "post" : {
499
+ "tags" : [ "ZiaGPT" ],
500
+ "operationId" : "getAspects",
501
+ "parameters" : [ {
502
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
503
+ } ],
504
+ "requestBody" : {
505
+ "$ref" : "#/components/requestBodies/gptTicketAspectsRequestJSON"
506
+ },
507
+ "responses" : {
508
+ "404" : {
509
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
510
+ },
511
+ "200" : {
512
+ "$ref" : "#/components/responses/gptTicketAspectsResponseJSON"
513
+ },
514
+ "422" : {
515
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
516
+ },
517
+ "500" : {
518
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
519
+ },
520
+ "403" : {
521
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
522
+ }
523
+ },
524
+ "security" : [ {
525
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
526
+ }, {
527
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
528
+ } ],
529
+ "x-audience" : [ "company-internal" ],
530
+ "x-custom-url-attribute" : {
531
+ "security" : {
532
+ "throttle" : {
533
+ "inline" : [ {
534
+ "scope" : "APPSERVER",
535
+ "rules" : [ {
536
+ "duration" : 60000,
537
+ "lock-period" : 300000,
538
+ "threshold" : 60,
539
+ "hip" : false
540
+ } ],
541
+ "window" : "ROLLING",
542
+ "key" : "url.path+user.zuid"
543
+ } ]
544
+ },
545
+ "extraparams" : {
546
+ "disable" : true,
547
+ "ignore" : false
548
+ },
549
+ "authentication" : { }
550
+ },
551
+ "clan-group" : "zia",
552
+ "module-group" : "zia",
553
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getAspects"
554
+ }
555
+ }
556
+ },
557
+ "/api/v1/ziagpt/tickets/article" : {
558
+ "post" : {
559
+ "tags" : [ "ZiaGPT" ],
560
+ "operationId" : "getArticle",
561
+ "parameters" : [ {
562
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
563
+ } ],
564
+ "requestBody" : {
565
+ "$ref" : "#/components/requestBodies/ArticleGenerationRequestJSON"
566
+ },
567
+ "responses" : {
568
+ "404" : {
569
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
570
+ },
571
+ "200" : {
572
+ "$ref" : "#/components/responses/ArticleGenerationResponseJSON"
573
+ },
574
+ "422" : {
575
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
576
+ },
577
+ "500" : {
578
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
579
+ },
580
+ "403" : {
581
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
582
+ }
583
+ },
584
+ "security" : [ {
585
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
586
+ }, {
587
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
588
+ } ],
589
+ "x-audience" : [ "company-internal" ],
590
+ "x-custom-url-attribute" : {
591
+ "security" : {
592
+ "throttle" : {
593
+ "inline" : [ {
594
+ "scope" : "APPSERVER",
595
+ "rules" : [ {
596
+ "duration" : 60000,
597
+ "lock-period" : 300000,
598
+ "threshold" : 60,
599
+ "hip" : false
600
+ } ],
601
+ "window" : "ROLLING",
602
+ "key" : "url.path+user.zuid"
603
+ } ]
604
+ },
605
+ "extraparams" : {
606
+ "disable" : true,
607
+ "ignore" : false
608
+ },
609
+ "authentication" : { }
610
+ },
611
+ "clan-group" : "zia",
612
+ "module-group" : "zia",
613
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getArticle"
614
+ }
615
+ }
616
+ },
617
+ "/api/v1/ziagpt/generate" : {
618
+ "post" : {
619
+ "tags" : [ "ZiaGPT" ],
620
+ "operationId" : "llmGeneration",
621
+ "parameters" : [ {
622
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
623
+ } ],
624
+ "requestBody" : {
625
+ "$ref" : "#/components/requestBodies/getGenerationJSONObject"
626
+ },
627
+ "responses" : {
628
+ "200" : {
629
+ "$ref" : "#/components/responses/summaryResponseJSON"
630
+ }
631
+ },
632
+ "security" : [ {
633
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
634
+ }, {
635
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
636
+ } ],
637
+ "x-audience" : [ "company-internal" ],
638
+ "x-custom-url-attribute" : {
639
+ "security" : {
640
+ "throttle" : {
641
+ "inline" : [ {
642
+ "scope" : "APPSERVER",
643
+ "rules" : [ {
644
+ "duration" : 60000,
645
+ "lock-period" : 300000,
646
+ "threshold" : 60,
647
+ "hip" : false
648
+ } ],
649
+ "window" : "ROLLING",
650
+ "key" : "url.path+user.zuid"
651
+ } ]
652
+ },
653
+ "extraparams" : {
654
+ "disable" : true,
655
+ "ignore" : false
656
+ },
657
+ "authentication" : { }
658
+ },
659
+ "clan-group" : "zia",
660
+ "module-group" : "zia",
661
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.llmGeneration"
662
+ }
663
+ }
664
+ },
665
+ "/api/v1/ziagpt/services" : {
666
+ "get" : {
667
+ "tags" : [ "ZiaGPT" ],
668
+ "operationId" : "getAllowedServices",
669
+ "parameters" : [ {
670
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
671
+ } ],
672
+ "responses" : {
673
+ "404" : {
674
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
675
+ },
676
+ "200" : {
677
+ "$ref" : "#/components/responses/getAllowedServices"
678
+ },
679
+ "422" : {
680
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
681
+ },
682
+ "500" : {
683
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
684
+ },
685
+ "403" : {
686
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
687
+ }
688
+ },
689
+ "security" : [ {
690
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
691
+ }, {
692
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
693
+ } ],
694
+ "x-audience" : [ "company-internal" ],
695
+ "x-custom-url-attribute" : {
696
+ "security" : {
697
+ "throttle" : {
698
+ "inline" : [ {
699
+ "scope" : "APPSERVER",
700
+ "rules" : [ {
701
+ "duration" : 60000,
702
+ "lock-period" : 300000,
703
+ "threshold" : 60,
704
+ "hip" : false
705
+ }, {
706
+ "duration" : 3600000,
707
+ "lock-period" : 600000,
708
+ "threshold" : 200,
709
+ "hip" : false
710
+ } ],
711
+ "window" : "ROLLING",
712
+ "key" : "url.path+user.zuid"
713
+ } ]
714
+ },
715
+ "extraparams" : {
716
+ "disable" : true,
717
+ "ignore" : false
718
+ },
719
+ "authentication" : { }
720
+ },
721
+ "clan-group" : "zia",
722
+ "module-group" : "zia",
723
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getAllowedService"
724
+ }
725
+ }
726
+ },
727
+ "/api/v1/ziagpt/bot/answer" : {
728
+ "post" : {
729
+ "tags" : [ "ZiaGPT" ],
730
+ "operationId" : "getBotAnswer",
731
+ "parameters" : [ {
732
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
733
+ } ],
734
+ "requestBody" : {
735
+ "$ref" : "#/components/requestBodies/botAnswerRequestJSON"
736
+ },
737
+ "responses" : {
738
+ "404" : {
739
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
740
+ },
741
+ "200" : {
742
+ "$ref" : "#/components/responses/ticketAnswerResponseJSON"
743
+ },
744
+ "422" : {
745
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
746
+ },
747
+ "500" : {
748
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
749
+ },
750
+ "204" : {
751
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
752
+ },
753
+ "403" : {
754
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
755
+ }
756
+ },
757
+ "security" : [ {
758
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
759
+ }, {
760
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
761
+ } ],
762
+ "x-audience" : [ "company-internal" ],
763
+ "x-custom-url-attribute" : {
764
+ "security" : {
765
+ "throttle" : {
766
+ "inline" : [ {
767
+ "scope" : "APPSERVER",
768
+ "rules" : [ {
769
+ "duration" : 60000,
770
+ "lock-period" : 300000,
771
+ "threshold" : 60,
772
+ "hip" : false
773
+ } ],
774
+ "window" : "ROLLING",
775
+ "key" : "url.path+user.zuid"
776
+ } ]
777
+ },
778
+ "extraparams" : {
779
+ "disable" : true,
780
+ "ignore" : false
781
+ },
782
+ "authentication" : { }
783
+ },
784
+ "clan-group" : "zia",
785
+ "module-group" : "zia",
786
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getBotAnswer"
787
+ }
788
+ }
789
+ },
790
+ "/api/v1/ziagpt/models" : {
791
+ "get" : {
792
+ "tags" : [ "ZiaGPT" ],
793
+ "operationId" : "getAllowedGptModels",
794
+ "parameters" : [ {
795
+ "$ref" : "#/components/parameters/type"
796
+ }, {
797
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
798
+ } ],
799
+ "responses" : {
800
+ "404" : {
801
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
802
+ },
803
+ "200" : {
804
+ "$ref" : "#/components/responses/modelsArray"
805
+ },
806
+ "422" : {
807
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
808
+ },
809
+ "500" : {
810
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
811
+ },
812
+ "204" : {
813
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
814
+ },
815
+ "403" : {
816
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
817
+ }
818
+ },
819
+ "security" : [ {
820
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
821
+ }, {
822
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
823
+ } ],
824
+ "x-audience" : [ "company-internal" ],
825
+ "x-custom-url-attribute" : {
826
+ "security" : {
827
+ "throttle" : {
828
+ "inline" : [ {
829
+ "scope" : "APPSERVER",
830
+ "rules" : [ {
831
+ "duration" : 60000,
832
+ "lock-period" : 300000,
833
+ "threshold" : 60,
834
+ "hip" : false
835
+ }, {
836
+ "duration" : 3600000,
837
+ "lock-period" : 600000,
838
+ "threshold" : 200,
839
+ "hip" : false
840
+ } ],
841
+ "window" : "ROLLING",
842
+ "key" : "url.path+user.zuid"
843
+ } ]
844
+ },
845
+ "extraparams" : {
846
+ "disable" : true,
847
+ "ignore" : false
848
+ },
849
+ "authentication" : { }
850
+ },
851
+ "clan-group" : "zia",
852
+ "module-group" : "zia",
853
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getAllowedGptModels"
854
+ }
855
+ }
856
+ },
857
+ "/api/v1/ziagpt/tickets/tone" : {
858
+ "post" : {
859
+ "tags" : [ "ZiaGPT" ],
860
+ "operationId" : "getTone",
861
+ "parameters" : [ {
862
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
863
+ } ],
864
+ "requestBody" : {
865
+ "$ref" : "#/components/requestBodies/toneRequestJSON"
866
+ },
867
+ "responses" : {
868
+ "404" : {
869
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
870
+ },
871
+ "200" : {
872
+ "$ref" : "#/components/responses/toneResponseJSON"
873
+ },
874
+ "422" : {
875
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
876
+ },
877
+ "500" : {
878
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
879
+ },
880
+ "204" : {
881
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
882
+ },
883
+ "403" : {
884
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
885
+ }
886
+ },
887
+ "security" : [ {
888
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
889
+ }, {
890
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
891
+ } ],
892
+ "x-audience" : [ "company-internal" ],
893
+ "x-custom-url-attribute" : {
894
+ "security" : {
895
+ "throttle" : {
896
+ "inline" : [ {
897
+ "scope" : "APPSERVER",
898
+ "rules" : [ {
899
+ "duration" : 60000,
900
+ "lock-period" : 300000,
901
+ "threshold" : 60,
902
+ "hip" : false
903
+ } ],
904
+ "window" : "ROLLING",
905
+ "key" : "url.path+user.zuid"
906
+ } ]
907
+ },
908
+ "extraparams" : {
909
+ "disable" : true,
910
+ "ignore" : false
911
+ },
912
+ "authentication" : { }
913
+ },
914
+ "clan-group" : "zia",
915
+ "module-group" : "zia",
916
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getTone"
917
+ }
918
+ }
919
+ },
920
+ "/api/v1/ziagpt/authentication/token" : {
921
+ "get" : {
922
+ "tags" : [ "ZiaGPT" ],
923
+ "operationId" : "getExistingBundledToken",
924
+ "parameters" : [ {
925
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
926
+ } ],
927
+ "responses" : {
928
+ "404" : {
929
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
930
+ },
931
+ "200" : {
932
+ "$ref" : "#/components/responses/getIntegratedTokenValidResposne"
933
+ },
934
+ "422" : {
935
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
936
+ },
937
+ "500" : {
938
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
939
+ },
940
+ "403" : {
941
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
942
+ }
943
+ },
944
+ "security" : [ {
945
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
946
+ }, {
947
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
948
+ } ],
949
+ "x-audience" : [ "company-internal" ],
950
+ "x-custom-url-attribute" : {
951
+ "security" : {
952
+ "throttle" : {
953
+ "inline" : [ {
954
+ "scope" : "APPSERVER",
955
+ "rules" : [ {
956
+ "duration" : 60000,
957
+ "lock-period" : 300000,
958
+ "threshold" : 60,
959
+ "hip" : false
960
+ } ],
961
+ "window" : "ROLLING",
962
+ "key" : "url.path+user.zuid"
963
+ } ]
964
+ },
965
+ "extraparams" : {
966
+ "disable" : true,
967
+ "ignore" : false
968
+ },
969
+ "authentication" : { }
970
+ },
971
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getIntegratedToken"
972
+ }
973
+ }
974
+ },
975
+ "/api/v1/ziagpt/authentication/maptoken" : {
976
+ "post" : {
977
+ "tags" : [ "ZiaGPT" ],
978
+ "operationId" : "mapBundledOpenAIAPIKey",
979
+ "parameters" : [ {
980
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
981
+ } ],
982
+ "requestBody" : {
983
+ "$ref" : "#/components/requestBodies/MapTokenInputPayload"
984
+ },
985
+ "responses" : {
986
+ "404" : {
987
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
988
+ },
989
+ "200" : {
990
+ "$ref" : "#/components/responses/mapTokenResponse"
991
+ },
992
+ "422" : {
993
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
994
+ },
995
+ "500" : {
996
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
997
+ },
998
+ "403" : {
999
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
1000
+ }
1001
+ },
1002
+ "security" : [ {
1003
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1004
+ }, {
1005
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
1006
+ } ],
1007
+ "x-audience" : [ "company-internal" ],
1008
+ "x-custom-url-attribute" : {
1009
+ "security" : {
1010
+ "throttle" : {
1011
+ "inline" : [ {
1012
+ "scope" : "APPSERVER",
1013
+ "rules" : [ {
1014
+ "duration" : 60000,
1015
+ "lock-period" : 300000,
1016
+ "threshold" : 60,
1017
+ "hip" : false
1018
+ } ],
1019
+ "window" : "ROLLING",
1020
+ "key" : "url.path+user.zuid"
1021
+ } ]
1022
+ },
1023
+ "extraparams" : {
1024
+ "disable" : true,
1025
+ "ignore" : false
1026
+ },
1027
+ "authentication" : { }
1028
+ },
1029
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.addMapApiKey"
1030
+ }
1031
+ }
1032
+ },
1033
+ "/api/v1/ziagpt/configuration" : {
1034
+ "get" : {
1035
+ "tags" : [ "ZiaGPT" ],
1036
+ "operationId" : "getAllZiaGptConfiguration",
1037
+ "parameters" : [ {
1038
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
1039
+ } ],
1040
+ "responses" : {
1041
+ "404" : {
1042
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
1043
+ },
1044
+ "200" : {
1045
+ "$ref" : "#/components/responses/getAllZiaGptConfigurationResponse"
1046
+ },
1047
+ "422" : {
1048
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
1049
+ },
1050
+ "500" : {
1051
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
1052
+ },
1053
+ "403" : {
1054
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
1055
+ }
1056
+ },
1057
+ "security" : [ {
1058
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1059
+ }, {
1060
+ "iam-oauth2-schema" : [ "Desk.zia.READ" ]
1061
+ } ],
1062
+ "x-audience" : [ "company-internal" ],
1063
+ "x-custom-url-attribute" : {
1064
+ "security" : {
1065
+ "throttle" : {
1066
+ "inline" : [ {
1067
+ "scope" : "APPSERVER",
1068
+ "rules" : [ {
1069
+ "duration" : 60000,
1070
+ "lock-period" : 300000,
1071
+ "threshold" : 60,
1072
+ "hip" : false
1073
+ }, {
1074
+ "duration" : 3600000,
1075
+ "lock-period" : 600000,
1076
+ "threshold" : 200,
1077
+ "hip" : false
1078
+ } ],
1079
+ "window" : "ROLLING",
1080
+ "key" : "url.path+user.zuid"
1081
+ } ]
1082
+ },
1083
+ "extraparams" : {
1084
+ "disable" : true,
1085
+ "ignore" : false
1086
+ },
1087
+ "authentication" : { }
1088
+ },
1089
+ "clan-group" : "zia",
1090
+ "module-group" : "zia",
1091
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.getAllZiaGptConfiguration"
1092
+ }
1093
+ },
1094
+ "patch" : {
1095
+ "tags" : [ "ZiaGPT" ],
1096
+ "operationId" : "updateConfiguration",
1097
+ "parameters" : [ {
1098
+ "name" : "ticketSentiment",
1099
+ "in" : "query",
1100
+ "description" : "Enable Disable ticketSentimentStatus",
1101
+ "required" : false,
1102
+ "style" : "form",
1103
+ "explode" : true,
1104
+ "schema" : {
1105
+ "type" : [ "boolean", "null" ],
1106
+ "description" : "Enable Disable ticketSentimentStatus"
1107
+ }
1108
+ }, {
1109
+ "name" : "ticketPrediction",
1110
+ "in" : "query",
1111
+ "description" : "Enable Disable ticketPrediction",
1112
+ "required" : false,
1113
+ "style" : "form",
1114
+ "explode" : true,
1115
+ "schema" : {
1116
+ "type" : [ "boolean", "null" ],
1117
+ "description" : "Enable Disable ticketPrediction"
1118
+ }
1119
+ }, {
1120
+ "name" : "openDomainData",
1121
+ "in" : "query",
1122
+ "required" : false,
1123
+ "style" : "form",
1124
+ "explode" : true,
1125
+ "schema" : {
1126
+ "type" : [ "boolean", "null" ]
1127
+ }
1128
+ }, {
1129
+ "name" : "integtype",
1130
+ "in" : "query",
1131
+ "required" : false,
1132
+ "style" : "form",
1133
+ "explode" : true,
1134
+ "schema" : {
1135
+ "type" : [ "string", "null" ],
1136
+ "enum" : [ "OPENAI" ],
1137
+ "maxLength" : 100,
1138
+ "minLength" : 0
1139
+ }
1140
+ }, {
1141
+ "name" : "replyAssistance",
1142
+ "in" : "query",
1143
+ "description" : "Enable Disable replyAssistance",
1144
+ "required" : false,
1145
+ "style" : "form",
1146
+ "explode" : true,
1147
+ "schema" : {
1148
+ "type" : [ "boolean", "null" ],
1149
+ "description" : "Enable Disable replyAssistance"
1150
+ }
1151
+ }, {
1152
+ "name" : "ticketSummary",
1153
+ "in" : "query",
1154
+ "description" : "Enable Disable ticketSummaryStatus",
1155
+ "required" : false,
1156
+ "style" : "form",
1157
+ "explode" : true,
1158
+ "schema" : {
1159
+ "type" : [ "boolean", "null" ],
1160
+ "description" : "Enable Disable ticketSummaryStatus"
1161
+ }
1162
+ }, {
1163
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
1164
+ } ],
1165
+ "responses" : {
1166
+ "404" : {
1167
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
1168
+ },
1169
+ "200" : {
1170
+ "$ref" : "#/components/responses/getAllZiaGptConfigurationResponse"
1171
+ },
1172
+ "422" : {
1173
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
1174
+ },
1175
+ "500" : {
1176
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
1177
+ },
1178
+ "403" : {
1179
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
1180
+ }
1181
+ },
1182
+ "security" : [ {
1183
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1184
+ }, {
1185
+ "iam-oauth2-schema" : [ "Desk.zia.UPDATE" ]
1186
+ } ],
1187
+ "x-audience" : [ "company-internal" ],
1188
+ "x-custom-url-attribute" : {
1189
+ "security" : {
1190
+ "throttle" : {
1191
+ "inline" : [ {
1192
+ "scope" : "APPSERVER",
1193
+ "rules" : [ {
1194
+ "duration" : 60000,
1195
+ "lock-period" : 300000,
1196
+ "threshold" : 60,
1197
+ "hip" : false
1198
+ }, {
1199
+ "duration" : 3600000,
1200
+ "lock-period" : 600000,
1201
+ "threshold" : 200,
1202
+ "hip" : false
1203
+ } ],
1204
+ "window" : "ROLLING",
1205
+ "key" : "url.path+user.zuid"
1206
+ } ]
1207
+ },
1208
+ "extraparams" : {
1209
+ "disable" : true,
1210
+ "ignore" : false
1211
+ },
1212
+ "authentication" : { }
1213
+ },
1214
+ "apimethod" : "com.zoho.desk.ziagpt.integ.service.ZiaGPTIntegService.updateZiaGptConfiguration"
1215
+ }
1216
+ }
1217
+ },
1218
+ "/api/v1/ziadesk/gpt/status" : {
1219
+ "post" : {
1220
+ "tags" : [ "ZiaGPT" ],
1221
+ "operationId" : "internalUpdateGPTFeatureStatus",
1222
+ "parameters" : [ {
1223
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
1224
+ } ],
1225
+ "requestBody" : {
1226
+ "$ref" : "#/components/requestBodies/GptInternalUpdateStatusRequestJSON"
1227
+ },
1228
+ "responses" : {
1229
+ "404" : {
1230
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
1231
+ },
1232
+ "200" : {
1233
+ "$ref" : "#/components/responses/GptInternalUpdateStatusResponseJSON"
1234
+ },
1235
+ "422" : {
1236
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
1237
+ },
1238
+ "500" : {
1239
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
1240
+ },
1241
+ "204" : {
1242
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
1243
+ },
1244
+ "403" : {
1245
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
1246
+ }
1247
+ },
1248
+ "security" : [ { }, {
1249
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1250
+ }, {
1251
+ "cookie-auth" : [ "cookie-auth" ]
1252
+ } ],
1253
+ "x-audience" : [ "company-internal" ],
1254
+ "x-custom-url-attribute" : {
1255
+ "security" : {
1256
+ "throttle" : {
1257
+ "inline" : [ {
1258
+ "scope" : "APPSERVER",
1259
+ "rules" : [ {
1260
+ "duration" : 60000,
1261
+ "lock-period" : 120000,
1262
+ "threshold" : 5000,
1263
+ "hip" : false
1264
+ } ],
1265
+ "window" : "ROLLING",
1266
+ "key" : "url.path+user.remoteip"
1267
+ } ]
1268
+ },
1269
+ "extraparams" : {
1270
+ "disable" : true,
1271
+ "ignore" : false
1272
+ },
1273
+ "ip-validations" : "internal",
1274
+ "authentication" : {
1275
+ "scoped-services" : [ "ZohoSupport" ]
1276
+ }
1277
+ },
1278
+ "clan-group" : "zia",
1279
+ "module-group" : "zia",
1280
+ "apimethod" : "com.zoho.desk.zia.restapi.ZIAGptService.updateGPTFeatureStatus"
1281
+ }
1282
+ }
1283
+ },
1284
+ "/api/v1/ziagpt/tickets/answer" : {
1285
+ "post" : {
1286
+ "tags" : [ "ZiaGPT" ],
1287
+ "operationId" : "getTicketAnswer",
1288
+ "parameters" : [ {
1289
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
1290
+ } ],
1291
+ "requestBody" : {
1292
+ "$ref" : "#/components/requestBodies/ticketAnswerRequestJSON"
1293
+ },
1294
+ "responses" : {
1295
+ "404" : {
1296
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
1297
+ },
1298
+ "200" : {
1299
+ "$ref" : "#/components/responses/ticketAnswerResponseJSON"
1300
+ },
1301
+ "422" : {
1302
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
1303
+ },
1304
+ "500" : {
1305
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
1306
+ },
1307
+ "204" : {
1308
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
1309
+ },
1310
+ "403" : {
1311
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
1312
+ }
1313
+ },
1314
+ "security" : [ {
1315
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1316
+ }, {
1317
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
1318
+ } ],
1319
+ "x-audience" : [ "company-internal" ],
1320
+ "x-custom-url-attribute" : {
1321
+ "security" : {
1322
+ "throttle" : {
1323
+ "inline" : [ {
1324
+ "scope" : "APPSERVER",
1325
+ "rules" : [ {
1326
+ "duration" : 60000,
1327
+ "lock-period" : 300000,
1328
+ "threshold" : 60,
1329
+ "hip" : false
1330
+ } ],
1331
+ "window" : "ROLLING",
1332
+ "key" : "url.path+user.zuid"
1333
+ } ]
1334
+ },
1335
+ "extraparams" : {
1336
+ "disable" : true,
1337
+ "ignore" : false
1338
+ },
1339
+ "authentication" : { }
1340
+ },
1341
+ "clan-group" : "zia",
1342
+ "module-group" : "zia",
1343
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getTicketAnswer"
1344
+ }
1345
+ }
1346
+ },
1347
+ "/api/v1/ziagpt/assistance" : {
1348
+ "post" : {
1349
+ "tags" : [ "ZiaGPT" ],
1350
+ "operationId" : "getAssistance",
1351
+ "parameters" : [ {
1352
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
1353
+ } ],
1354
+ "requestBody" : {
1355
+ "$ref" : "#/components/requestBodies/assistanceRequestJSON"
1356
+ },
1357
+ "responses" : {
1358
+ "204" : {
1359
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
1360
+ },
1361
+ "200" : {
1362
+ "$ref" : "#/components/responses/summaryResponseJSON"
1363
+ }
1364
+ },
1365
+ "security" : [ {
1366
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
1367
+ }, {
1368
+ "iam-oauth2-schema" : [ "Desk.zia.CREATE" ]
1369
+ } ],
1370
+ "x-audience" : [ "company-internal" ],
1371
+ "x-custom-url-attribute" : {
1372
+ "security" : {
1373
+ "throttle" : {
1374
+ "inline" : [ {
1375
+ "scope" : "APPSERVER",
1376
+ "rules" : [ {
1377
+ "duration" : 60000,
1378
+ "lock-period" : 300000,
1379
+ "threshold" : 60,
1380
+ "hip" : false
1381
+ } ],
1382
+ "window" : "ROLLING",
1383
+ "key" : "url.path+user.zuid"
1384
+ } ]
1385
+ },
1386
+ "extraparams" : {
1387
+ "disable" : true,
1388
+ "ignore" : false
1389
+ },
1390
+ "authentication" : { }
1391
+ },
1392
+ "clan-group" : "zia",
1393
+ "module-group" : "zia",
1394
+ "apimethod" : "com.zoho.desk.ziagpt.feature.service.ZiaGPTFeatureService.getAssistance"
1395
+ }
1396
+ }
1397
+ }
1398
+ },
1399
+ "components" : {
1400
+ "schemas" : {
1401
+ "summaryresultJSON" : {
1402
+ "type" : [ "null", "object" ],
1403
+ "additionalProperties" : false,
1404
+ "properties" : {
1405
+ "language" : {
1406
+ "type" : [ "string", "null" ],
1407
+ "maxLength" : 100,
1408
+ "minLength" : 0,
1409
+ "x-custom-parameters-attributes" : {
1410
+ "removeExif" : false,
1411
+ "filterMatchedContent" : false,
1412
+ "antivirus" : false,
1413
+ "replacementString" : "",
1414
+ "allowInvalid" : false,
1415
+ "descrption" : "language based reply",
1416
+ "secret" : false,
1417
+ "preserveCharsLimit" : 10,
1418
+ "trim" : false,
1419
+ "internalParam" : false,
1420
+ "preserveChars" : "0,5",
1421
+ "importUrl" : false,
1422
+ "decrypt" : false
1423
+ }
1424
+ },
1425
+ "text" : {
1426
+ "type" : [ "string", "null" ],
1427
+ "maxLength" : 100,
1428
+ "minLength" : 0
1429
+ }
1430
+ },
1431
+ "required" : [ "language", "text" ]
1432
+ },
1433
+ "service" : {
1434
+ "type" : [ "null", "object" ],
1435
+ "additionalProperties" : false,
1436
+ "properties" : {
1437
+ "model" : {
1438
+ "type" : [ "string", "null" ],
1439
+ "maxLength" : 100,
1440
+ "minLength" : 0
1441
+ },
1442
+ "source" : {
1443
+ "type" : [ "string", "null" ],
1444
+ "enum" : [ "CLOSED_DOMAIN", "OPEN_DOMAIN" ],
1445
+ "maxLength" : 100,
1446
+ "minLength" : 0
1447
+ },
1448
+ "type" : {
1449
+ "type" : [ "string", "null" ],
1450
+ "maxLength" : 100,
1451
+ "minLength" : 0
1452
+ }
1453
+ },
1454
+ "required" : [ "model", "source", "type" ]
1455
+ },
1456
+ "toneResultJSON" : {
1457
+ "type" : [ "null", "object" ],
1458
+ "additionalProperties" : false,
1459
+ "properties" : {
1460
+ "sentiment" : {
1461
+ "type" : [ "boolean", "null" ]
1462
+ },
1463
+ "tone" : {
1464
+ "type" : [ "string", "null" ],
1465
+ "maxLength" : 100,
1466
+ "minLength" : 0
1467
+ },
1468
+ "language" : {
1469
+ "type" : [ "string", "null" ],
1470
+ "maxLength" : 100,
1471
+ "minLength" : 0,
1472
+ "x-custom-parameters-attributes" : {
1473
+ "removeExif" : false,
1474
+ "filterMatchedContent" : false,
1475
+ "antivirus" : false,
1476
+ "replacementString" : "",
1477
+ "allowInvalid" : false,
1478
+ "descrption" : "language based reply",
1479
+ "secret" : false,
1480
+ "preserveCharsLimit" : 10,
1481
+ "trim" : false,
1482
+ "internalParam" : false,
1483
+ "preserveChars" : "0,5",
1484
+ "importUrl" : false,
1485
+ "decrypt" : false
1486
+ }
1487
+ }
1488
+ },
1489
+ "required" : [ "language", "sentiment", "tone" ]
1490
+ },
1491
+ "RelatedDocJSON" : {
1492
+ "type" : [ "null", "object" ],
1493
+ "additionalProperties" : false,
1494
+ "properties" : {
1495
+ "id" : {
1496
+ "type" : [ "string", "null", "integer" ],
1497
+ "format" : "int64",
1498
+ "pattern" : "([0-9]+)"
1499
+ },
1500
+ "locale" : {
1501
+ "type" : [ "string", "null" ],
1502
+ "maxLength" : 100,
1503
+ "minLength" : 0
1504
+ },
1505
+ "title" : {
1506
+ "type" : [ "string", "null" ],
1507
+ "maxLength" : 100,
1508
+ "minLength" : 0
1509
+ },
1510
+ "type" : {
1511
+ "type" : [ "string", "null" ],
1512
+ "maxLength" : 100,
1513
+ "minLength" : 0
1514
+ },
1515
+ "url" : {
1516
+ "type" : [ "string", "null" ],
1517
+ "maxLength" : 100,
1518
+ "minLength" : 0
1519
+ }
1520
+ },
1521
+ "required" : [ "id", "locale", "title", "type", "url" ]
1522
+ },
1523
+ "relatedDocJSONArr" : {
1524
+ "type" : [ "null", "array" ],
1525
+ "items" : {
1526
+ "$ref" : "./ZiaGPT.json#/components/schemas/RelatedDocJSON"
1527
+ }
1528
+ },
1529
+ "replyAssistanceResponse" : {
1530
+ "type" : [ "null", "object" ],
1531
+ "additionalProperties" : false,
1532
+ "properties" : {
1533
+ "relatedDocuments" : {
1534
+ "$ref" : "./ZiaGPT.json#/components/schemas/relatedDocJSONArr"
1535
+ },
1536
+ "language" : {
1537
+ "type" : [ "string", "null" ],
1538
+ "maxLength" : 100,
1539
+ "minLength" : 0,
1540
+ "x-custom-parameters-attributes" : {
1541
+ "removeExif" : false,
1542
+ "filterMatchedContent" : false,
1543
+ "antivirus" : false,
1544
+ "replacementString" : "",
1545
+ "allowInvalid" : false,
1546
+ "descrption" : "language based reply",
1547
+ "secret" : false,
1548
+ "preserveCharsLimit" : 10,
1549
+ "trim" : false,
1550
+ "internalParam" : false,
1551
+ "preserveChars" : "0,5",
1552
+ "importUrl" : false,
1553
+ "decrypt" : false
1554
+ }
1555
+ },
1556
+ "model" : {
1557
+ "type" : [ "string", "null" ],
1558
+ "maxLength" : 100,
1559
+ "minLength" : 0
1560
+ },
1561
+ "text" : {
1562
+ "type" : [ "string", "null" ],
1563
+ "maxLength" : 100,
1564
+ "minLength" : 0
1565
+ },
1566
+ "type" : {
1567
+ "type" : [ "string", "null" ],
1568
+ "maxLength" : 100,
1569
+ "minLength" : 0
1570
+ }
1571
+ },
1572
+ "required" : [ "language", "model", "relatedDocuments", "text", "type" ]
1573
+ },
1574
+ "featureLanguageList" : {
1575
+ "type" : [ "null", "object" ],
1576
+ "additionalProperties" : false,
1577
+ "properties" : {
1578
+ "displayName" : {
1579
+ "type" : [ "string", "null" ],
1580
+ "maxLength" : 100,
1581
+ "minLength" : 0
1582
+ },
1583
+ "name" : {
1584
+ "type" : [ "string", "null" ],
1585
+ "maxLength" : 100,
1586
+ "minLength" : 0
1587
+ }
1588
+ },
1589
+ "required" : [ "displayName", "name" ]
1590
+ },
1591
+ "prediction" : {
1592
+ "type" : [ "null", "object" ],
1593
+ "additionalProperties" : false,
1594
+ "properties" : {
1595
+ "predictionLanguageList" : {
1596
+ "$ref" : "./ZiaGPT.json#/components/schemas/featureLanguageList"
1597
+ }
1598
+ },
1599
+ "required" : [ "predictionLanguageList" ]
1600
+ },
1601
+ "toneGeneration" : {
1602
+ "type" : [ "null", "array" ],
1603
+ "items" : {
1604
+ "type" : [ "string", "null" ],
1605
+ "maxLength" : 100,
1606
+ "minLength" : 0
1607
+ }
1608
+ },
1609
+ "textGeneration" : {
1610
+ "type" : [ "null", "array" ],
1611
+ "items" : {
1612
+ "type" : [ "string", "null" ],
1613
+ "maxLength" : 100,
1614
+ "minLength" : 0
1615
+ }
1616
+ },
1617
+ "replyAssistanceJsonObject" : {
1618
+ "type" : [ "null", "object" ],
1619
+ "additionalProperties" : false,
1620
+ "properties" : {
1621
+ "toneGeneration" : {
1622
+ "$ref" : "./ZiaGPT.json#/components/schemas/toneGeneration"
1623
+ },
1624
+ "textGeneration" : {
1625
+ "$ref" : "./ZiaGPT.json#/components/schemas/textGeneration"
1626
+ },
1627
+ "languages" : {
1628
+ "$ref" : "./ZiaGPT.json#/components/schemas/featureLanguageList"
1629
+ }
1630
+ },
1631
+ "required" : [ "languages", "textGeneration", "toneGeneration" ]
1632
+ },
1633
+ "configuredBy" : {
1634
+ "type" : [ "null", "object" ],
1635
+ "additionalProperties" : false,
1636
+ "properties" : {
1637
+ "photoURL" : {
1638
+ "type" : [ "string", "null" ],
1639
+ "maxLength" : 100,
1640
+ "minLength" : 0
1641
+ },
1642
+ "name" : {
1643
+ "type" : [ "string", "null" ],
1644
+ "maxLength" : 100,
1645
+ "minLength" : 0
1646
+ },
1647
+ "id" : {
1648
+ "type" : [ "string", "null", "integer" ],
1649
+ "format" : "int64",
1650
+ "pattern" : "([0-9]+)"
1651
+ },
1652
+ "status" : {
1653
+ "type" : [ "string", "null" ],
1654
+ "enum" : [ "ACTIVE,INACTIVE" ],
1655
+ "maxLength" : 100,
1656
+ "minLength" : 0,
1657
+ "x-custom-parameters-attributes" : {
1658
+ "removeExif" : false,
1659
+ "filterMatchedContent" : false,
1660
+ "antivirus" : false,
1661
+ "replacementString" : "",
1662
+ "allowInvalid" : false,
1663
+ "descrption" : "ZiaGpt enable disable",
1664
+ "secret" : false,
1665
+ "preserveCharsLimit" : 10,
1666
+ "trim" : false,
1667
+ "internalParam" : false,
1668
+ "preserveChars" : "0,5",
1669
+ "importUrl" : false,
1670
+ "decrypt" : false
1671
+ }
1672
+ }
1673
+ },
1674
+ "required" : [ "id", "name", "photoURL", "status" ]
1675
+ },
1676
+ "includeArray" : {
1677
+ "type" : [ "null", "array" ],
1678
+ "items" : {
1679
+ "type" : [ "string", "null" ],
1680
+ "enum" : [ "SUBJECT", "COMMENTS", "FORWARDED", "INCOMING", "OUTGOING" ],
1681
+ "maxLength" : 100,
1682
+ "minLength" : 0
1683
+ }
1684
+ },
1685
+ "NegativeAspects" : {
1686
+ "type" : [ "null", "array" ],
1687
+ "items" : {
1688
+ "type" : [ "string", "null" ],
1689
+ "maxLength" : 100,
1690
+ "minLength" : 0
1691
+ }
1692
+ },
1693
+ "PositiveAspects" : {
1694
+ "type" : [ "null", "array" ],
1695
+ "items" : {
1696
+ "type" : [ "string", "null" ],
1697
+ "maxLength" : 100,
1698
+ "minLength" : 0
1699
+ }
1700
+ },
1701
+ "NeutralAspects" : {
1702
+ "type" : [ "null", "array" ],
1703
+ "items" : {
1704
+ "type" : [ "string", "null" ],
1705
+ "maxLength" : 100,
1706
+ "minLength" : 0
1707
+ }
1708
+ },
1709
+ "gptTicketAspectsJSON" : {
1710
+ "type" : [ "null", "object" ],
1711
+ "additionalProperties" : false,
1712
+ "properties" : {
1713
+ "negative" : {
1714
+ "$ref" : "./ZiaGPT.json#/components/schemas/NegativeAspects"
1715
+ },
1716
+ "neutral" : {
1717
+ "$ref" : "./ZiaGPT.json#/components/schemas/NeutralAspects"
1718
+ },
1719
+ "positive" : {
1720
+ "$ref" : "./ZiaGPT.json#/components/schemas/PositiveAspects"
1721
+ }
1722
+ },
1723
+ "required" : [ "negative", "neutral", "positive" ]
1724
+ },
1725
+ "ArticleGenerationResultJSON" : {
1726
+ "type" : [ "null", "object" ],
1727
+ "additionalProperties" : false,
1728
+ "properties" : {
1729
+ "language" : {
1730
+ "type" : [ "string", "null" ],
1731
+ "maxLength" : 100,
1732
+ "minLength" : 0,
1733
+ "x-custom-parameters-attributes" : {
1734
+ "removeExif" : false,
1735
+ "filterMatchedContent" : false,
1736
+ "antivirus" : false,
1737
+ "replacementString" : "",
1738
+ "allowInvalid" : false,
1739
+ "descrption" : "language based reply",
1740
+ "secret" : false,
1741
+ "preserveCharsLimit" : 10,
1742
+ "trim" : false,
1743
+ "internalParam" : false,
1744
+ "preserveChars" : "0,5",
1745
+ "importUrl" : false,
1746
+ "decrypt" : false
1747
+ }
1748
+ },
1749
+ "text" : {
1750
+ "type" : [ "string", "null" ],
1751
+ "maxLength" : 100,
1752
+ "minLength" : 0
1753
+ },
1754
+ "title" : {
1755
+ "type" : [ "string", "null" ],
1756
+ "maxLength" : 100,
1757
+ "minLength" : 0
1758
+ }
1759
+ },
1760
+ "required" : [ "language", "text", "title" ]
1761
+ },
1762
+ "threadIds" : {
1763
+ "type" : [ "null", "array" ],
1764
+ "items" : {
1765
+ "type" : [ "string", "null" ],
1766
+ "maxLength" : 100,
1767
+ "minLength" : 0
1768
+ }
1769
+ },
1770
+ "commentIds" : {
1771
+ "type" : [ "null", "array" ],
1772
+ "items" : {
1773
+ "type" : [ "string", "null", "integer" ],
1774
+ "format" : "int64",
1775
+ "pattern" : "([0-9]+)"
1776
+ }
1777
+ },
1778
+ "serviceCompatibilityResponseJSON" : {
1779
+ "type" : [ "null", "object" ],
1780
+ "additionalProperties" : false,
1781
+ "properties" : {
1782
+ "expiryDate" : {
1783
+ "type" : [ "string", "null" ],
1784
+ "maxLength" : 100,
1785
+ "minLength" : 0
1786
+ },
1787
+ "accessLevel" : {
1788
+ "type" : [ "string", "null" ],
1789
+ "enum" : [ "TRIAL", "SUPPORTED", "NOT_SUPPORTED" ],
1790
+ "maxLength" : 100,
1791
+ "minLength" : 0
1792
+ },
1793
+ "trailStatus" : {
1794
+ "type" : [ "string", "null" ],
1795
+ "enum" : [ "NOT_ENABLED", "ON_TRAIL", "EXPIRED" ],
1796
+ "maxLength" : 100,
1797
+ "minLength" : 0
1798
+ }
1799
+ },
1800
+ "required" : [ "accessLevel", "expiryDate", "trailStatus" ]
1801
+ },
1802
+ "getAllowedZOHOServiceType" : {
1803
+ "type" : [ "null", "object" ],
1804
+ "additionalProperties" : false,
1805
+ "properties" : {
1806
+ "serviceStatus" : {
1807
+ "type" : [ "string", "null" ],
1808
+ "enum" : [ "NOT_CONFIGURED", "ACTIVE", "INACTIVE" ],
1809
+ "maxLength" : 100,
1810
+ "minLength" : 0
1811
+ },
1812
+ "type" : {
1813
+ "type" : [ "string", "null" ],
1814
+ "maxLength" : 100,
1815
+ "minLength" : 0
1816
+ },
1817
+ "compatibility" : {
1818
+ "$ref" : "./ZiaGPT.json#/components/schemas/serviceCompatibilityResponseJSON"
1819
+ }
1820
+ },
1821
+ "required" : [ "compatibility", "serviceStatus", "type" ]
1822
+ },
1823
+ "ticketAnswerResultJSON" : {
1824
+ "type" : [ "null", "object" ],
1825
+ "additionalProperties" : false,
1826
+ "properties" : {
1827
+ "relatedDocuments" : {
1828
+ "$ref" : "./ZiaGPT.json#/components/schemas/relatedDocJSONArr"
1829
+ },
1830
+ "language" : {
1831
+ "type" : [ "string", "null" ],
1832
+ "maxLength" : 100,
1833
+ "minLength" : 0,
1834
+ "x-custom-parameters-attributes" : {
1835
+ "removeExif" : false,
1836
+ "filterMatchedContent" : false,
1837
+ "antivirus" : false,
1838
+ "replacementString" : "",
1839
+ "allowInvalid" : false,
1840
+ "descrption" : "language based reply",
1841
+ "secret" : false,
1842
+ "preserveCharsLimit" : 10,
1843
+ "trim" : false,
1844
+ "internalParam" : false,
1845
+ "preserveChars" : "0,5",
1846
+ "importUrl" : false,
1847
+ "decrypt" : false
1848
+ }
1849
+ },
1850
+ "text" : {
1851
+ "type" : [ "string", "null" ],
1852
+ "maxLength" : 100,
1853
+ "minLength" : 0
1854
+ }
1855
+ },
1856
+ "required" : [ "language", "relatedDocuments", "text" ]
1857
+ },
1858
+ "toneActionJSON" : {
1859
+ "type" : [ "null", "object" ],
1860
+ "additionalProperties" : false,
1861
+ "properties" : {
1862
+ "tone" : {
1863
+ "type" : [ "string", "null" ],
1864
+ "maxLength" : 100,
1865
+ "minLength" : 0
1866
+ },
1867
+ "type" : {
1868
+ "type" : [ "string", "null" ],
1869
+ "maxLength" : 100,
1870
+ "minLength" : 0
1871
+ }
1872
+ },
1873
+ "required" : [ "tone", "type" ]
1874
+ },
1875
+ "translateActionJSON" : {
1876
+ "type" : [ "null", "object" ],
1877
+ "additionalProperties" : false,
1878
+ "properties" : {
1879
+ "language" : {
1880
+ "type" : [ "string", "null" ],
1881
+ "maxLength" : 100,
1882
+ "minLength" : 0,
1883
+ "x-custom-parameters-attributes" : {
1884
+ "removeExif" : false,
1885
+ "filterMatchedContent" : false,
1886
+ "antivirus" : false,
1887
+ "replacementString" : "",
1888
+ "allowInvalid" : false,
1889
+ "descrption" : "language based reply",
1890
+ "secret" : false,
1891
+ "preserveCharsLimit" : 10,
1892
+ "trim" : false,
1893
+ "internalParam" : false,
1894
+ "preserveChars" : "0,5",
1895
+ "importUrl" : false,
1896
+ "decrypt" : false
1897
+ }
1898
+ },
1899
+ "type" : {
1900
+ "type" : [ "string", "null" ],
1901
+ "maxLength" : 100,
1902
+ "minLength" : 0
1903
+ }
1904
+ },
1905
+ "required" : [ "language", "type" ]
1906
+ },
1907
+ "commonActionJSON" : {
1908
+ "type" : [ "null", "object" ],
1909
+ "additionalProperties" : false,
1910
+ "properties" : {
1911
+ "words" : {
1912
+ "type" : [ "string", "null", "integer" ],
1913
+ "format" : "int32",
1914
+ "pattern" : "([0-9]+)"
1915
+ },
1916
+ "type" : {
1917
+ "type" : [ "string", "null" ],
1918
+ "maxLength" : 100,
1919
+ "minLength" : 0
1920
+ }
1921
+ },
1922
+ "required" : [ "type", "words" ]
1923
+ },
1924
+ "lengthActionJSON" : {
1925
+ "type" : [ "null", "object" ],
1926
+ "additionalProperties" : false,
1927
+ "properties" : {
1928
+ "words" : {
1929
+ "type" : [ "string", "null", "integer" ],
1930
+ "format" : "int32",
1931
+ "pattern" : "([0-9]+)"
1932
+ },
1933
+ "length" : {
1934
+ "type" : [ "string", "null" ],
1935
+ "enum" : [ "SHORTER", "LONGER" ],
1936
+ "maxLength" : 100,
1937
+ "minLength" : 0
1938
+ },
1939
+ "type" : {
1940
+ "type" : [ "string", "null" ],
1941
+ "maxLength" : 100,
1942
+ "minLength" : 0
1943
+ }
1944
+ },
1945
+ "required" : [ "length", "type", "words" ]
1946
+ },
1947
+ "assistanceAPIJSONArray" : {
1948
+ "type" : [ "null", "array" ],
1949
+ "items" : {
1950
+ "oneOf" : [ {
1951
+ "$ref" : "./ZiaGPT.json#/components/schemas/toneActionJSON"
1952
+ }, {
1953
+ "$ref" : "./ZiaGPT.json#/components/schemas/translateActionJSON"
1954
+ }, {
1955
+ "$ref" : "./ZiaGPT.json#/components/schemas/commonActionJSON"
1956
+ }, {
1957
+ "$ref" : "./ZiaGPT.json#/components/schemas/lengthActionJSON"
1958
+ } ]
1959
+ }
1960
+ }
1961
+ },
1962
+ "responses" : {
1963
+ "gptFeatures" : {
1964
+ "description" : "gptFeatures template definitions",
1965
+ "content" : {
1966
+ "application/json" : {
1967
+ "schema" : {
1968
+ "type" : [ "null", "object" ],
1969
+ "additionalProperties" : false,
1970
+ "properties" : {
1971
+ "feedback" : {
1972
+ "type" : [ "boolean", "null" ]
1973
+ },
1974
+ "prediction" : {
1975
+ "$ref" : "./ZiaGPT.json#/components/schemas/prediction"
1976
+ },
1977
+ "replyAssistance" : {
1978
+ "$ref" : "./ZiaGPT.json#/components/schemas/replyAssistanceJsonObject"
1979
+ }
1980
+ },
1981
+ "required" : [ "feedback", "prediction", "replyAssistance" ]
1982
+ },
1983
+ "examples" : {
1984
+ "Valid responses Definitions" : {
1985
+ "value" : null
1986
+ }
1987
+ }
1988
+ }
1989
+ },
1990
+ "x-custom-response-attributes" : {
1991
+ "disable-safe-headers" : "[]"
1992
+ }
1993
+ },
1994
+ "getConfiguration" : {
1995
+ "description" : "getConfiguration template definitions",
1996
+ "content" : {
1997
+ "application/json" : {
1998
+ "schema" : {
1999
+ "type" : [ "null", "object" ],
2000
+ "additionalProperties" : false,
2001
+ "properties" : {
2002
+ "summary" : {
2003
+ "type" : [ "boolean", "null" ]
2004
+ },
2005
+ "sentiment" : {
2006
+ "type" : [ "boolean", "null" ]
2007
+ },
2008
+ "predictionType" : {
2009
+ "type" : [ "string", "null" ],
2010
+ "enum" : [ "AUTO", "MANUAL" ],
2011
+ "maxLength" : 100,
2012
+ "minLength" : 0
2013
+ },
2014
+ "tokenId" : {
2015
+ "type" : [ "string", "null" ],
2016
+ "maxLength" : 100,
2017
+ "minLength" : 0
2018
+ },
2019
+ "prediction" : {
2020
+ "type" : [ "boolean", "null" ]
2021
+ },
2022
+ "configuredTime" : {
2023
+ "type" : [ "string", "null" ],
2024
+ "maxLength" : 100,
2025
+ "minLength" : 0
2026
+ },
2027
+ "replyAssistance" : {
2028
+ "type" : [ "boolean", "null" ]
2029
+ },
2030
+ "type" : {
2031
+ "type" : [ "string", "null" ],
2032
+ "maxLength" : 100,
2033
+ "minLength" : 0,
2034
+ "x-custom-parameters-attributes" : {
2035
+ "removeExif" : false,
2036
+ "filterMatchedContent" : false,
2037
+ "antivirus" : false,
2038
+ "replacementString" : "",
2039
+ "allowInvalid" : false,
2040
+ "descrption" : "LLM Integration type",
2041
+ "secret" : false,
2042
+ "preserveCharsLimit" : 10,
2043
+ "trim" : false,
2044
+ "internalParam" : false,
2045
+ "preserveChars" : "0,5",
2046
+ "importUrl" : false,
2047
+ "decrypt" : false
2048
+ }
2049
+ },
2050
+ "configuredBy" : {
2051
+ "$ref" : "./ZiaGPT.json#/components/schemas/configuredBy"
2052
+ },
2053
+ "orgId" : {
2054
+ "type" : [ "string", "null" ],
2055
+ "maxLength" : 100,
2056
+ "minLength" : 0
2057
+ },
2058
+ "status" : {
2059
+ "type" : [ "string", "null" ],
2060
+ "enum" : [ "ACTIVE,INACTIVE" ],
2061
+ "maxLength" : 100,
2062
+ "minLength" : 0,
2063
+ "x-custom-parameters-attributes" : {
2064
+ "removeExif" : false,
2065
+ "filterMatchedContent" : false,
2066
+ "antivirus" : false,
2067
+ "replacementString" : "",
2068
+ "allowInvalid" : false,
2069
+ "descrption" : "ZiaGpt enable disable",
2070
+ "secret" : false,
2071
+ "preserveCharsLimit" : 10,
2072
+ "trim" : false,
2073
+ "internalParam" : false,
2074
+ "preserveChars" : "0,5",
2075
+ "importUrl" : false,
2076
+ "decrypt" : false
2077
+ }
2078
+ }
2079
+ },
2080
+ "required" : [ "configuredBy", "configuredTime", "orgId", "prediction", "predictionType", "replyAssistance", "sentiment", "status", "summary", "tokenId", "type" ]
2081
+ },
2082
+ "examples" : {
2083
+ "Valid responses Definitions" : {
2084
+ "value" : null
2085
+ }
2086
+ }
2087
+ }
2088
+ },
2089
+ "x-custom-response-attributes" : {
2090
+ "disable-safe-headers" : "[]"
2091
+ }
2092
+ },
2093
+ "getApiKey" : {
2094
+ "description" : "getApiKey template definitions",
2095
+ "content" : {
2096
+ "application/json" : {
2097
+ "schema" : {
2098
+ "type" : [ "null", "object" ],
2099
+ "additionalProperties" : false,
2100
+ "properties" : {
2101
+ "tokenId" : {
2102
+ "type" : [ "string", "null" ],
2103
+ "maxLength" : 100,
2104
+ "minLength" : 0
2105
+ }
2106
+ },
2107
+ "required" : [ "tokenId" ]
2108
+ },
2109
+ "examples" : {
2110
+ "Valid responses Definitions" : {
2111
+ "value" : null
2112
+ }
2113
+ }
2114
+ }
2115
+ },
2116
+ "x-custom-response-attributes" : {
2117
+ "disable-safe-headers" : "[]"
2118
+ }
2119
+ },
2120
+ "summaryResponseJSON" : {
2121
+ "description" : "summaryResponseJSON template definitions",
2122
+ "content" : {
2123
+ "application/json" : {
2124
+ "schema" : {
2125
+ "type" : [ "null", "object" ],
2126
+ "additionalProperties" : false,
2127
+ "properties" : {
2128
+ "result" : {
2129
+ "$ref" : "./ZiaGPT.json#/components/schemas/summaryresultJSON"
2130
+ },
2131
+ "service" : {
2132
+ "$ref" : "./ZiaGPT.json#/components/schemas/service"
2133
+ }
2134
+ },
2135
+ "required" : [ "result", "service" ]
2136
+ },
2137
+ "examples" : {
2138
+ "Valid responses Definitions" : {
2139
+ "value" : null
2140
+ }
2141
+ }
2142
+ }
2143
+ },
2144
+ "x-custom-response-attributes" : {
2145
+ "disable-safe-headers" : "[]"
2146
+ }
2147
+ },
2148
+ "gptTicketAspectsResponseJSON" : {
2149
+ "description" : "gptTicketAspectsResponseJSON template definitions",
2150
+ "content" : {
2151
+ "application/json" : {
2152
+ "schema" : {
2153
+ "type" : [ "null", "object" ],
2154
+ "additionalProperties" : false,
2155
+ "properties" : {
2156
+ "result" : {
2157
+ "$ref" : "./ZiaGPT.json#/components/schemas/gptTicketAspectsJSON"
2158
+ },
2159
+ "service" : {
2160
+ "$ref" : "./ZiaGPT.json#/components/schemas/service"
2161
+ }
2162
+ },
2163
+ "required" : [ "result", "service" ]
2164
+ },
2165
+ "examples" : {
2166
+ "Valid responses Definitions" : {
2167
+ "value" : null
2168
+ }
2169
+ }
2170
+ }
2171
+ },
2172
+ "x-custom-response-attributes" : {
2173
+ "disable-safe-headers" : "[]"
2174
+ }
2175
+ },
2176
+ "getOrg" : {
2177
+ "description" : "getOrg template definitions",
2178
+ "content" : {
2179
+ "application/json" : {
2180
+ "schema" : {
2181
+ "type" : [ "null", "object" ],
2182
+ "additionalProperties" : false,
2183
+ "properties" : {
2184
+ "portalId" : {
2185
+ "type" : [ "string", "null" ],
2186
+ "maxLength" : 100,
2187
+ "minLength" : 0
2188
+ },
2189
+ "type" : {
2190
+ "type" : [ "string", "null" ],
2191
+ "maxLength" : 100,
2192
+ "minLength" : 0,
2193
+ "x-custom-parameters-attributes" : {
2194
+ "removeExif" : false,
2195
+ "filterMatchedContent" : false,
2196
+ "antivirus" : false,
2197
+ "replacementString" : "",
2198
+ "allowInvalid" : false,
2199
+ "descrption" : "zia gpt prediction type",
2200
+ "secret" : false,
2201
+ "preserveCharsLimit" : 10,
2202
+ "trim" : false,
2203
+ "internalParam" : false,
2204
+ "preserveChars" : "0,5",
2205
+ "importUrl" : false,
2206
+ "decrypt" : false
2207
+ }
2208
+ },
2209
+ "status" : {
2210
+ "type" : [ "string", "null" ],
2211
+ "enum" : [ "ACTIVE,INACTIVE" ],
2212
+ "maxLength" : 100,
2213
+ "minLength" : 0
2214
+ }
2215
+ },
2216
+ "required" : [ "portalId", "status", "type" ]
2217
+ },
2218
+ "examples" : {
2219
+ "Valid responses Definitions" : {
2220
+ "value" : null
2221
+ }
2222
+ }
2223
+ }
2224
+ },
2225
+ "x-custom-response-attributes" : {
2226
+ "disable-safe-headers" : "[]"
2227
+ }
2228
+ },
2229
+ "ArticleGenerationResponseJSON" : {
2230
+ "description" : "ArticleGenerationResponseJSON template definitions",
2231
+ "content" : {
2232
+ "application/json" : {
2233
+ "schema" : {
2234
+ "type" : [ "null", "object" ],
2235
+ "additionalProperties" : false,
2236
+ "properties" : {
2237
+ "result" : {
2238
+ "$ref" : "./ZiaGPT.json#/components/schemas/ArticleGenerationResultJSON"
2239
+ },
2240
+ "service" : {
2241
+ "$ref" : "./ZiaGPT.json#/components/schemas/service"
2242
+ }
2243
+ },
2244
+ "required" : [ "result", "service" ]
2245
+ },
2246
+ "examples" : {
2247
+ "Valid responses Definitions" : {
2248
+ "value" : null
2249
+ }
2250
+ }
2251
+ }
2252
+ },
2253
+ "x-custom-response-attributes" : {
2254
+ "disable-safe-headers" : "[]"
2255
+ }
2256
+ },
2257
+ "getAllowedServices" : {
2258
+ "description" : "getAllowedServices template definitions",
2259
+ "content" : {
2260
+ "application/json" : {
2261
+ "schema" : {
2262
+ "type" : [ "null", "array" ],
2263
+ "items" : {
2264
+ "$ref" : "./ZiaGPT.json#/components/schemas/getAllowedZOHOServiceType"
2265
+ }
2266
+ },
2267
+ "examples" : {
2268
+ "Valid responses Definitions" : {
2269
+ "value" : null
2270
+ }
2271
+ }
2272
+ }
2273
+ },
2274
+ "x-custom-response-attributes" : {
2275
+ "disable-safe-headers" : "[]"
2276
+ }
2277
+ },
2278
+ "ticketAnswerResponseJSON" : {
2279
+ "description" : "ticketAnswerResponseJSON template definitions",
2280
+ "content" : {
2281
+ "application/json" : {
2282
+ "schema" : {
2283
+ "type" : [ "null", "object" ],
2284
+ "additionalProperties" : false,
2285
+ "properties" : {
2286
+ "result" : {
2287
+ "$ref" : "./ZiaGPT.json#/components/schemas/ticketAnswerResultJSON"
2288
+ },
2289
+ "service" : {
2290
+ "$ref" : "./ZiaGPT.json#/components/schemas/service"
2291
+ }
2292
+ },
2293
+ "required" : [ "result", "service" ]
2294
+ },
2295
+ "examples" : {
2296
+ "Valid responses Definitions" : {
2297
+ "value" : null
2298
+ }
2299
+ }
2300
+ }
2301
+ },
2302
+ "x-custom-response-attributes" : {
2303
+ "disable-safe-headers" : "[]"
2304
+ }
2305
+ },
2306
+ "modelsArray" : {
2307
+ "description" : "modelsArray template definitions",
2308
+ "content" : {
2309
+ "application/json" : {
2310
+ "schema" : {
2311
+ "type" : [ "null", "array" ],
2312
+ "items" : {
2313
+ "$ref" : "./ZiaGPT.json#/components/schemas/featureLanguageList"
2314
+ }
2315
+ },
2316
+ "examples" : {
2317
+ "Valid responses Definitions" : {
2318
+ "value" : null
2319
+ }
2320
+ }
2321
+ }
2322
+ },
2323
+ "x-custom-response-attributes" : {
2324
+ "disable-safe-headers" : "[]"
2325
+ }
2326
+ },
2327
+ "toneResponseJSON" : {
2328
+ "description" : "toneResponseJSON template definitions",
2329
+ "content" : {
2330
+ "application/json" : {
2331
+ "schema" : {
2332
+ "type" : [ "null", "object" ],
2333
+ "additionalProperties" : false,
2334
+ "properties" : {
2335
+ "result" : {
2336
+ "$ref" : "./ZiaGPT.json#/components/schemas/toneResultJSON"
2337
+ },
2338
+ "service" : {
2339
+ "$ref" : "./ZiaGPT.json#/components/schemas/service"
2340
+ }
2341
+ },
2342
+ "required" : [ "result", "service" ]
2343
+ },
2344
+ "examples" : {
2345
+ "Valid responses Definitions" : {
2346
+ "value" : null
2347
+ }
2348
+ }
2349
+ }
2350
+ },
2351
+ "x-custom-response-attributes" : {
2352
+ "disable-safe-headers" : "[]"
2353
+ }
2354
+ },
2355
+ "updateTokenId" : {
2356
+ "description" : "updateTokenId template definitions",
2357
+ "content" : {
2358
+ "application/json" : {
2359
+ "schema" : {
2360
+ "type" : [ "null", "object" ],
2361
+ "additionalProperties" : false,
2362
+ "properties" : {
2363
+ "tokenId" : {
2364
+ "type" : [ "string", "null" ],
2365
+ "maxLength" : 100,
2366
+ "minLength" : 0
2367
+ }
2368
+ },
2369
+ "required" : [ "tokenId" ]
2370
+ },
2371
+ "examples" : {
2372
+ "Valid responses Definitions" : {
2373
+ "value" : null
2374
+ }
2375
+ }
2376
+ }
2377
+ },
2378
+ "x-custom-response-attributes" : {
2379
+ "disable-safe-headers" : "[]"
2380
+ }
2381
+ },
2382
+ "getIntegratedTokenValidResposne" : {
2383
+ "description" : "getIntegratedTokenValidResposne template definitions",
2384
+ "content" : {
2385
+ "application/json" : {
2386
+ "schema" : {
2387
+ "type" : [ "null", "object" ],
2388
+ "additionalProperties" : false,
2389
+ "properties" : {
2390
+ "tokenId" : {
2391
+ "type" : [ "string", "null" ],
2392
+ "maxLength" : 100,
2393
+ "minLength" : 0
2394
+ }
2395
+ },
2396
+ "required" : [ "tokenId" ]
2397
+ },
2398
+ "examples" : {
2399
+ "Valid responses Definitions" : {
2400
+ "value" : null
2401
+ }
2402
+ }
2403
+ }
2404
+ },
2405
+ "x-custom-response-attributes" : {
2406
+ "disable-safe-headers" : "[]"
2407
+ }
2408
+ },
2409
+ "mapTokenResponse" : {
2410
+ "description" : "mapTokenResponse template definitions",
2411
+ "content" : {
2412
+ "application/json" : {
2413
+ "schema" : {
2414
+ "type" : [ "null", "object" ],
2415
+ "additionalProperties" : false,
2416
+ "properties" : {
2417
+ "tokenId" : {
2418
+ "type" : [ "string", "null" ],
2419
+ "maxLength" : 100,
2420
+ "minLength" : 0
2421
+ }
2422
+ },
2423
+ "required" : [ "tokenId" ]
2424
+ },
2425
+ "examples" : {
2426
+ "Valid responses Definitions" : {
2427
+ "value" : null
2428
+ }
2429
+ }
2430
+ }
2431
+ },
2432
+ "x-custom-response-attributes" : {
2433
+ "disable-safe-headers" : "[]"
2434
+ }
2435
+ },
2436
+ "getAllZiaGptConfigurationResponse" : {
2437
+ "description" : "getAllZiaGptConfigurationResponse template definitions",
2438
+ "content" : {
2439
+ "application/json" : {
2440
+ "schema" : {
2441
+ "type" : [ "null", "object" ],
2442
+ "additionalProperties" : false,
2443
+ "properties" : {
2444
+ "ticketSentiment" : {
2445
+ "type" : [ "boolean", "null" ],
2446
+ "x-custom-parameters-attributes" : {
2447
+ "removeExif" : false,
2448
+ "filterMatchedContent" : false,
2449
+ "antivirus" : false,
2450
+ "replacementString" : "",
2451
+ "allowInvalid" : false,
2452
+ "descrption" : "Enable Disable ticketSentimentStatus",
2453
+ "secret" : false,
2454
+ "preserveCharsLimit" : 10,
2455
+ "trim" : false,
2456
+ "internalParam" : false,
2457
+ "preserveChars" : "0,5",
2458
+ "importUrl" : false,
2459
+ "decrypt" : false
2460
+ }
2461
+ },
2462
+ "ticketPrediction" : {
2463
+ "type" : [ "boolean", "null" ],
2464
+ "x-custom-parameters-attributes" : {
2465
+ "removeExif" : false,
2466
+ "filterMatchedContent" : false,
2467
+ "antivirus" : false,
2468
+ "replacementString" : "",
2469
+ "allowInvalid" : false,
2470
+ "descrption" : "Enable Disable ticketPrediction",
2471
+ "secret" : false,
2472
+ "preserveCharsLimit" : 10,
2473
+ "trim" : false,
2474
+ "internalParam" : false,
2475
+ "preserveChars" : "0,5",
2476
+ "importUrl" : false,
2477
+ "decrypt" : false
2478
+ }
2479
+ },
2480
+ "tokenId" : {
2481
+ "type" : [ "string", "null" ],
2482
+ "maxLength" : 100,
2483
+ "minLength" : 0
2484
+ },
2485
+ "ziaGptType" : {
2486
+ "type" : [ "string", "null" ],
2487
+ "enum" : [ "OPENAI,ZOHO" ],
2488
+ "maxLength" : 100,
2489
+ "minLength" : 0,
2490
+ "x-custom-parameters-attributes" : {
2491
+ "removeExif" : false,
2492
+ "filterMatchedContent" : false,
2493
+ "antivirus" : false,
2494
+ "replacementString" : "",
2495
+ "allowInvalid" : false,
2496
+ "descrption" : "zia gpt prediction type",
2497
+ "secret" : false,
2498
+ "preserveCharsLimit" : 10,
2499
+ "trim" : false,
2500
+ "internalParam" : false,
2501
+ "preserveChars" : "0,5",
2502
+ "importUrl" : false,
2503
+ "decrypt" : false
2504
+ }
2505
+ },
2506
+ "service_org_id" : {
2507
+ "type" : [ "string", "null", "integer" ],
2508
+ "format" : "int64",
2509
+ "pattern" : "([0-9]+)"
2510
+ },
2511
+ "configuredTime" : {
2512
+ "type" : [ "string", "null" ],
2513
+ "maxLength" : 100,
2514
+ "minLength" : 0
2515
+ },
2516
+ "replyAssistance" : {
2517
+ "type" : [ "boolean", "null" ],
2518
+ "x-custom-parameters-attributes" : {
2519
+ "removeExif" : false,
2520
+ "filterMatchedContent" : false,
2521
+ "antivirus" : false,
2522
+ "replacementString" : "",
2523
+ "allowInvalid" : false,
2524
+ "descrption" : "Enable Disable replyAssistance",
2525
+ "secret" : false,
2526
+ "preserveCharsLimit" : 10,
2527
+ "trim" : false,
2528
+ "internalParam" : false,
2529
+ "preserveChars" : "0,5",
2530
+ "importUrl" : false,
2531
+ "decrypt" : false
2532
+ }
2533
+ },
2534
+ "ticketSummary" : {
2535
+ "type" : [ "boolean", "null" ],
2536
+ "x-custom-parameters-attributes" : {
2537
+ "removeExif" : false,
2538
+ "filterMatchedContent" : false,
2539
+ "antivirus" : false,
2540
+ "replacementString" : "",
2541
+ "allowInvalid" : false,
2542
+ "descrption" : "Enable Disable ticketSummaryStatus",
2543
+ "secret" : false,
2544
+ "preserveCharsLimit" : 10,
2545
+ "trim" : false,
2546
+ "internalParam" : false,
2547
+ "preserveChars" : "0,5",
2548
+ "importUrl" : false,
2549
+ "decrypt" : false
2550
+ }
2551
+ },
2552
+ "ziaGptPrediction" : {
2553
+ "type" : [ "string", "null" ],
2554
+ "enum" : [ "AUTO_GENERATE_PREDICTIONS,PREDICTION_ON_CLICK" ],
2555
+ "maxLength" : 100,
2556
+ "minLength" : 0,
2557
+ "x-custom-parameters-attributes" : {
2558
+ "removeExif" : false,
2559
+ "filterMatchedContent" : false,
2560
+ "antivirus" : false,
2561
+ "replacementString" : "",
2562
+ "allowInvalid" : false,
2563
+ "descrption" : "zia gpt prediction",
2564
+ "secret" : false,
2565
+ "preserveCharsLimit" : 10,
2566
+ "trim" : false,
2567
+ "internalParam" : false,
2568
+ "preserveChars" : "0,5",
2569
+ "importUrl" : false,
2570
+ "decrypt" : false
2571
+ }
2572
+ },
2573
+ "configuredBy" : {
2574
+ "$ref" : "./ZiaGPT.json#/components/schemas/configuredBy"
2575
+ },
2576
+ "status" : {
2577
+ "type" : [ "string", "null" ],
2578
+ "enum" : [ "ACTIVE,INACTIVE" ],
2579
+ "maxLength" : 100,
2580
+ "minLength" : 0
2581
+ }
2582
+ },
2583
+ "required" : [ "configuredBy", "configuredTime", "replyAssistance", "service_org_id", "status", "ticketPrediction", "ticketSentiment", "ticketSummary", "tokenId", "ziaGptPrediction", "ziaGptType" ]
2584
+ },
2585
+ "examples" : {
2586
+ "Valid responses Definitions" : {
2587
+ "value" : null
2588
+ }
2589
+ }
2590
+ }
2591
+ },
2592
+ "x-custom-response-attributes" : {
2593
+ "disable-safe-headers" : "[]"
2594
+ }
2595
+ },
2596
+ "GptInternalUpdateStatusResponseJSON" : {
2597
+ "description" : "GptInternalUpdateStatusResponseJSON template definitions",
2598
+ "content" : {
2599
+ "application/json" : {
2600
+ "schema" : {
2601
+ "type" : [ "null", "object" ],
2602
+ "additionalProperties" : false,
2603
+ "properties" : {
2604
+ "status" : {
2605
+ "type" : [ "string", "null" ],
2606
+ "enum" : [ "ACTIVE,INACTIVE" ],
2607
+ "maxLength" : 100,
2608
+ "minLength" : 0,
2609
+ "x-custom-parameters-attributes" : {
2610
+ "removeExif" : false,
2611
+ "filterMatchedContent" : false,
2612
+ "antivirus" : false,
2613
+ "replacementString" : "",
2614
+ "allowInvalid" : false,
2615
+ "descrption" : "ZiaGpt Status",
2616
+ "secret" : false,
2617
+ "preserveCharsLimit" : 10,
2618
+ "trim" : false,
2619
+ "internalParam" : false,
2620
+ "preserveChars" : "0,5",
2621
+ "importUrl" : false,
2622
+ "decrypt" : false
2623
+ }
2624
+ }
2625
+ },
2626
+ "required" : [ "status" ]
2627
+ },
2628
+ "examples" : {
2629
+ "Valid responses Definitions" : {
2630
+ "value" : null
2631
+ }
2632
+ }
2633
+ }
2634
+ },
2635
+ "x-custom-response-attributes" : {
2636
+ "disable-safe-headers" : "[]"
2637
+ }
2638
+ },
2639
+ "addApiKey" : {
2640
+ "description" : "addApiKey template definitions",
2641
+ "content" : {
2642
+ "application/json" : {
2643
+ "schema" : {
2644
+ "type" : [ "null", "object" ],
2645
+ "additionalProperties" : false,
2646
+ "properties" : {
2647
+ "tokenId" : {
2648
+ "type" : [ "string", "null" ],
2649
+ "maxLength" : 100,
2650
+ "minLength" : 0
2651
+ }
2652
+ },
2653
+ "required" : [ "tokenId" ]
2654
+ },
2655
+ "examples" : {
2656
+ "Valid responses Definitions" : {
2657
+ "value" : null
2658
+ }
2659
+ }
2660
+ }
2661
+ },
2662
+ "x-custom-response-attributes" : {
2663
+ "disable-safe-headers" : "[]"
2664
+ }
2665
+ }
2666
+ },
2667
+ "parameters" : {
2668
+ "type" : {
2669
+ "name" : "type",
2670
+ "in" : "query",
2671
+ "description" : "zia gpt prediction type",
2672
+ "required" : false,
2673
+ "style" : "form",
2674
+ "explode" : true,
2675
+ "schema" : {
2676
+ "type" : [ "string", "null" ],
2677
+ "description" : "zia gpt prediction type",
2678
+ "maxLength" : 100,
2679
+ "minLength" : 0
2680
+ }
2681
+ }
2682
+ },
2683
+ "requestBodies" : {
2684
+ "summaryRequestJSON" : {
2685
+ "content" : {
2686
+ "application/json" : {
2687
+ "schema" : {
2688
+ "type" : [ "null", "object" ],
2689
+ "additionalProperties" : false,
2690
+ "properties" : {
2691
+ "threadId" : {
2692
+ "type" : [ "string", "null" ],
2693
+ "description" : "ID of the thread, @Note:@ If a thread ID is provided, the summary will be generated only for that specific thread.",
2694
+ "maxLength" : 100,
2695
+ "minLength" : 0
2696
+ },
2697
+ "include" : {
2698
+ "$ref" : "./ZiaGPT.json#/components/schemas/includeArray"
2699
+ },
2700
+ "conversationCount" : {
2701
+ "type" : [ "string", "null", "integer" ],
2702
+ "format" : "int32",
2703
+ "description" : "The maximum number of ticket conversations to generate the Ticket Summary. @Note:@ This is only applicable for Ticket Summary; ChatGPT: 1-5 Zia: 1-30.",
2704
+ "pattern" : "([0-9]+)"
2705
+ },
2706
+ "action" : {
2707
+ "type" : [ "string", "null" ],
2708
+ "description" : "To regenerate the response, set the value as @REGENERATE@.",
2709
+ "maxLength" : 100,
2710
+ "minLength" : 0
2711
+ },
2712
+ "language" : {
2713
+ "type" : [ "string", "null" ],
2714
+ "description" : "Set the language of the content. For example, @ENGLISH@ or @SPANISH@.",
2715
+ "maxLength" : 100,
2716
+ "minLength" : 0
2717
+ },
2718
+ "ticketId" : {
2719
+ "type" : [ "string", "null" ],
2720
+ "description" : "ID of the ticket",
2721
+ "maxLength" : 100,
2722
+ "minLength" : 0
2723
+ }
2724
+ },
2725
+ "required" : [ "ticketId" ]
2726
+ },
2727
+ "examples" : {
2728
+ "Valid requestBody Definitions" : {
2729
+ "value" : null
2730
+ }
2731
+ }
2732
+ }
2733
+ },
2734
+ "x-custom-request-body-attributes" : {
2735
+ "non-empty" : false,
2736
+ "allow-invalid" : false
2737
+ }
2738
+ },
2739
+ "gptTicketAspectsRequestJSON" : {
2740
+ "content" : {
2741
+ "application/json" : {
2742
+ "schema" : {
2743
+ "type" : [ "null", "object" ],
2744
+ "additionalProperties" : false,
2745
+ "properties" : {
2746
+ "threadId" : {
2747
+ "type" : [ "string", "null" ],
2748
+ "description" : "ID of the thread",
2749
+ "maxLength" : 100,
2750
+ "minLength" : 0
2751
+ },
2752
+ "include" : {
2753
+ "$ref" : "./ZiaGPT.json#/components/schemas/includeArray"
2754
+ },
2755
+ "conversationCount" : {
2756
+ "type" : [ "string", "null", "integer" ],
2757
+ "format" : "int32",
2758
+ "pattern" : "([0-9]+)"
2759
+ },
2760
+ "language" : {
2761
+ "type" : [ "string", "null" ],
2762
+ "description" : "Set the language of the content. For example, @ENGLISH@ or @SPANISH@.",
2763
+ "maxLength" : 100,
2764
+ "minLength" : 0
2765
+ },
2766
+ "ticketId" : {
2767
+ "type" : [ "string", "null" ],
2768
+ "description" : "ID of the ticket",
2769
+ "maxLength" : 100,
2770
+ "minLength" : 0
2771
+ }
2772
+ }
2773
+ },
2774
+ "examples" : {
2775
+ "Valid requestBody Definitions" : {
2776
+ "value" : null
2777
+ }
2778
+ }
2779
+ }
2780
+ },
2781
+ "x-custom-request-body-attributes" : {
2782
+ "non-empty" : false,
2783
+ "allow-invalid" : false
2784
+ }
2785
+ },
2786
+ "ArticleGenerationRequestJSON" : {
2787
+ "content" : {
2788
+ "application/json" : {
2789
+ "schema" : {
2790
+ "type" : [ "null", "object" ],
2791
+ "additionalProperties" : false,
2792
+ "properties" : {
2793
+ "tikcetId" : {
2794
+ "type" : [ "string", "null" ],
2795
+ "maxLength" : 100,
2796
+ "minLength" : 0
2797
+ },
2798
+ "action" : {
2799
+ "type" : [ "string", "null" ],
2800
+ "description" : "To regenerate the reply response, use the action value as @REGENERATE@.",
2801
+ "maxLength" : 100,
2802
+ "minLength" : 0
2803
+ },
2804
+ "language" : {
2805
+ "type" : [ "string", "null" ],
2806
+ "description" : "Language of content. Enter this input in Name language. For example @ARABIC@ , @HEBREW@, @ENGLISH@ etc",
2807
+ "maxLength" : 100,
2808
+ "minLength" : 0
2809
+ },
2810
+ "commentIds" : {
2811
+ "$ref" : "./ZiaGPT.json#/components/schemas/commentIds"
2812
+ },
2813
+ "threadIds" : {
2814
+ "$ref" : "./ZiaGPT.json#/components/schemas/threadIds"
2815
+ }
2816
+ }
2817
+ },
2818
+ "examples" : {
2819
+ "Valid requestBody Definitions" : {
2820
+ "value" : null
2821
+ }
2822
+ }
2823
+ }
2824
+ },
2825
+ "x-custom-request-body-attributes" : {
2826
+ "non-empty" : false,
2827
+ "allow-invalid" : false
2828
+ }
2829
+ },
2830
+ "getGenerationJSONObject" : {
2831
+ "content" : {
2832
+ "application/json" : {
2833
+ "schema" : {
2834
+ "type" : [ "null", "object" ],
2835
+ "additionalProperties" : false,
2836
+ "properties" : {
2837
+ "context" : {
2838
+ "type" : [ "string", "null" ],
2839
+ "description" : "Content that the AI should analyze.",
2840
+ "maxLength" : 20000,
2841
+ "minLength" : 0
2842
+ },
2843
+ "prompt" : {
2844
+ "type" : [ "string", "null" ],
2845
+ "description" : "Custom instruction given by the agent.",
2846
+ "maxLength" : 100000,
2847
+ "minLength" : 0
2848
+ }
2849
+ }
2850
+ },
2851
+ "examples" : {
2852
+ "Valid requestBody Definitions" : {
2853
+ "value" : null
2854
+ }
2855
+ }
2856
+ }
2857
+ },
2858
+ "x-custom-request-body-attributes" : {
2859
+ "non-empty" : false,
2860
+ "allow-invalid" : false
2861
+ }
2862
+ },
2863
+ "updateOrgJson" : {
2864
+ "content" : {
2865
+ "application/json" : {
2866
+ "schema" : {
2867
+ "type" : [ "null", "object" ],
2868
+ "additionalProperties" : false,
2869
+ "properties" : {
2870
+ "type" : {
2871
+ "type" : [ "string", "null" ],
2872
+ "description" : "zia gpt prediction type",
2873
+ "maxLength" : 100,
2874
+ "minLength" : 0
2875
+ },
2876
+ "status" : {
2877
+ "type" : [ "string", "null" ],
2878
+ "description" : "ZiaGpt enable disable",
2879
+ "enum" : [ "ACTIVE,INACTIVE" ],
2880
+ "maxLength" : 100,
2881
+ "minLength" : 0
2882
+ }
2883
+ }
2884
+ },
2885
+ "examples" : {
2886
+ "Valid requestBody Definitions" : {
2887
+ "value" : null
2888
+ }
2889
+ }
2890
+ }
2891
+ },
2892
+ "x-custom-request-body-attributes" : {
2893
+ "non-empty" : false,
2894
+ "allow-invalid" : false
2895
+ }
2896
+ },
2897
+ "botAnswerRequestJSON" : {
2898
+ "content" : {
2899
+ "application/json" : {
2900
+ "schema" : {
2901
+ "type" : [ "null", "object" ],
2902
+ "additionalProperties" : false,
2903
+ "properties" : {
2904
+ "query" : {
2905
+ "type" : [ "string", "null" ],
2906
+ "description" : "The user input.",
2907
+ "maxLength" : 1000,
2908
+ "minLength" : 0
2909
+ },
2910
+ "departmentId" : {
2911
+ "type" : [ "string", "null" ],
2912
+ "description" : "ID of the department",
2913
+ "maxLength" : 100,
2914
+ "minLength" : 0
2915
+ },
2916
+ "format" : {
2917
+ "type" : [ "string", "null" ],
2918
+ "enum" : [ "EMAIL", "CHAT" ],
2919
+ "maxLength" : 100,
2920
+ "minLength" : 0
2921
+ },
2922
+ "language" : {
2923
+ "type" : [ "string", "null" ],
2924
+ "description" : "Set the language of the content. For example, @ENGLISH@ or @SPANISH@.",
2925
+ "maxLength" : 100,
2926
+ "minLength" : 0
2927
+ }
2928
+ },
2929
+ "required" : [ "departmentId", "format", "query" ]
2930
+ },
2931
+ "examples" : {
2932
+ "Valid requestBody Definitions" : {
2933
+ "value" : null
2934
+ }
2935
+ }
2936
+ }
2937
+ },
2938
+ "x-custom-request-body-attributes" : {
2939
+ "non-empty" : false,
2940
+ "allow-invalid" : false
2941
+ }
2942
+ },
2943
+ "toneRequestJSON" : {
2944
+ "content" : {
2945
+ "application/json" : {
2946
+ "schema" : {
2947
+ "type" : [ "null", "object" ],
2948
+ "additionalProperties" : false,
2949
+ "properties" : {
2950
+ "threadId" : {
2951
+ "type" : [ "string", "null" ],
2952
+ "description" : "ID of the thread",
2953
+ "maxLength" : 100,
2954
+ "minLength" : 0
2955
+ },
2956
+ "language" : {
2957
+ "type" : [ "string", "null" ],
2958
+ "description" : "Set the language of the content. For example, @ENGLISH@ or @SPANISH@.",
2959
+ "maxLength" : 100,
2960
+ "minLength" : 0
2961
+ },
2962
+ "ticketId" : {
2963
+ "type" : [ "string", "null" ],
2964
+ "description" : "ID of the ticket",
2965
+ "maxLength" : 100,
2966
+ "minLength" : 0
2967
+ }
2968
+ },
2969
+ "required" : [ "ticketId" ]
2970
+ },
2971
+ "examples" : {
2972
+ "Valid requestBody Definitions" : {
2973
+ "value" : null
2974
+ }
2975
+ }
2976
+ }
2977
+ },
2978
+ "x-custom-request-body-attributes" : {
2979
+ "non-empty" : false,
2980
+ "allow-invalid" : false
2981
+ }
2982
+ },
2983
+ "updateApiKey" : {
2984
+ "content" : {
2985
+ "application/json" : {
2986
+ "schema" : {
2987
+ "type" : [ "null", "object" ],
2988
+ "additionalProperties" : false,
2989
+ "properties" : {
2990
+ "apiKey" : {
2991
+ "type" : [ "string", "null" ],
2992
+ "description" : "ApiKey from openai to store in platformAI",
2993
+ "maxLength" : 100,
2994
+ "minLength" : 0,
2995
+ "x-custom-parameters-attributes" : {
2996
+ "secret" : true
2997
+ }
2998
+ }
2999
+ }
3000
+ },
3001
+ "examples" : {
3002
+ "Valid requestBody Definitions" : {
3003
+ "value" : null
3004
+ }
3005
+ }
3006
+ }
3007
+ },
3008
+ "x-custom-request-body-attributes" : {
3009
+ "non-empty" : false,
3010
+ "allow-invalid" : false
3011
+ }
3012
+ },
3013
+ "MapTokenInputPayload" : {
3014
+ "content" : {
3015
+ "application/json" : {
3016
+ "schema" : {
3017
+ "type" : [ "null", "object" ],
3018
+ "additionalProperties" : false,
3019
+ "properties" : {
3020
+ "apiKey" : {
3021
+ "type" : [ "string", "null" ],
3022
+ "description" : "ApiKey from openai to store in platformAI",
3023
+ "maxLength" : 100,
3024
+ "minLength" : 0,
3025
+ "x-custom-parameters-attributes" : {
3026
+ "secret" : true
3027
+ }
3028
+ },
3029
+ "integtype" : {
3030
+ "type" : [ "string", "null" ],
3031
+ "description" : "LLM Integration type",
3032
+ "enum" : [ "OPENAI" ],
3033
+ "maxLength" : 100,
3034
+ "minLength" : 0
3035
+ }
3036
+ }
3037
+ },
3038
+ "examples" : {
3039
+ "Valid requestBody Definitions" : {
3040
+ "value" : null
3041
+ }
3042
+ }
3043
+ }
3044
+ },
3045
+ "x-custom-request-body-attributes" : {
3046
+ "non-empty" : false,
3047
+ "allow-invalid" : false
3048
+ }
3049
+ },
3050
+ "GptInternalUpdateStatusRequestJSON" : {
3051
+ "content" : {
3052
+ "application/json" : {
3053
+ "schema" : {
3054
+ "type" : [ "null", "object" ],
3055
+ "additionalProperties" : false,
3056
+ "properties" : {
3057
+ "service" : {
3058
+ "type" : [ "string", "null" ],
3059
+ "description" : "ZiaGpt Service Type",
3060
+ "maxLength" : 100,
3061
+ "minLength" : 0
3062
+ },
3063
+ "status" : {
3064
+ "type" : [ "string", "null" ],
3065
+ "description" : "ZiaGpt Status",
3066
+ "enum" : [ "ACTIVE,INACTIVE" ],
3067
+ "maxLength" : 100,
3068
+ "minLength" : 0
3069
+ }
3070
+ }
3071
+ },
3072
+ "examples" : {
3073
+ "Valid requestBody Definitions" : {
3074
+ "value" : null
3075
+ }
3076
+ }
3077
+ }
3078
+ },
3079
+ "x-custom-request-body-attributes" : {
3080
+ "non-empty" : false,
3081
+ "allow-invalid" : false
3082
+ }
3083
+ },
3084
+ "ticketAnswerRequestJSON" : {
3085
+ "content" : {
3086
+ "application/json" : {
3087
+ "schema" : {
3088
+ "type" : [ "null", "object" ],
3089
+ "additionalProperties" : false,
3090
+ "properties" : {
3091
+ "threadId" : {
3092
+ "type" : [ "string", "null" ],
3093
+ "description" : "ID of the thread, @Note:@ If a thread ID is provided, the answer will be generated only for that specific thread.",
3094
+ "maxLength" : 100,
3095
+ "minLength" : 0
3096
+ },
3097
+ "include" : {
3098
+ "$ref" : "./ZiaGPT.json#/components/schemas/includeArray"
3099
+ },
3100
+ "conversationCount" : {
3101
+ "type" : [ "string", "null", "integer" ],
3102
+ "format" : "int32",
3103
+ "pattern" : "([0-9]+)"
3104
+ },
3105
+ "format" : {
3106
+ "type" : [ "string", "null" ],
3107
+ "description" : "The reply format. For example: @email@ ,@chat@.",
3108
+ "enum" : [ "EMAIL", "CHAT" ],
3109
+ "maxLength" : 100,
3110
+ "minLength" : 0
3111
+ },
3112
+ "action" : {
3113
+ "type" : [ "string", "null" ],
3114
+ "description" : "To regenerate the response, set the value as @REGENERATE@.",
3115
+ "maxLength" : 100,
3116
+ "minLength" : 0
3117
+ },
3118
+ "language" : {
3119
+ "type" : [ "string", "null" ],
3120
+ "description" : "Set the language of the content. For example, @ENGLISH@ or @SPANISH@.",
3121
+ "maxLength" : 100,
3122
+ "minLength" : 0
3123
+ },
3124
+ "ticketId" : {
3125
+ "type" : [ "string", "null" ],
3126
+ "description" : "ID of the ticket",
3127
+ "maxLength" : 100,
3128
+ "minLength" : 0
3129
+ }
3130
+ },
3131
+ "required" : [ "format", "ticketId" ]
3132
+ },
3133
+ "examples" : {
3134
+ "Valid requestBody Definitions" : {
3135
+ "value" : null
3136
+ }
3137
+ }
3138
+ }
3139
+ },
3140
+ "x-custom-request-body-attributes" : {
3141
+ "non-empty" : false,
3142
+ "allow-invalid" : false
3143
+ }
3144
+ },
3145
+ "assistanceRequestJSON" : {
3146
+ "content" : {
3147
+ "application/json" : {
3148
+ "schema" : {
3149
+ "type" : [ "null", "object" ],
3150
+ "additionalProperties" : false,
3151
+ "properties" : {
3152
+ "format" : {
3153
+ "type" : [ "string", "null" ],
3154
+ "description" : "response format",
3155
+ "enum" : [ "EMAIL", "CHAT" ],
3156
+ "maxLength" : 100,
3157
+ "minLength" : 0
3158
+ },
3159
+ "language" : {
3160
+ "type" : [ "string", "null" ],
3161
+ "description" : "Language of content. Enter this input in Name language. For example @ARABIC@ , @HEBREW@, @ENGLISH@ etc",
3162
+ "maxLength" : 100,
3163
+ "minLength" : 0
3164
+ },
3165
+ "actions" : {
3166
+ "$ref" : "./ZiaGPT.json#/components/schemas/assistanceAPIJSONArray"
3167
+ },
3168
+ "content" : {
3169
+ "type" : [ "string", "null" ],
3170
+ "description" : "User content",
3171
+ "maxLength" : 100,
3172
+ "minLength" : 0
3173
+ }
3174
+ },
3175
+ "required" : [ "actions", "content", "format", "language" ]
3176
+ },
3177
+ "examples" : {
3178
+ "Valid requestBody Definitions" : {
3179
+ "value" : null
3180
+ }
3181
+ }
3182
+ }
3183
+ },
3184
+ "x-custom-request-body-attributes" : {
3185
+ "non-empty" : false,
3186
+ "allow-invalid" : false
3187
+ }
3188
+ },
3189
+ "addApiKey" : {
3190
+ "content" : {
3191
+ "application/json" : {
3192
+ "schema" : {
3193
+ "type" : [ "null", "object" ],
3194
+ "additionalProperties" : false,
3195
+ "properties" : {
3196
+ "tokenId" : {
3197
+ "type" : [ "string", "null" ],
3198
+ "maxLength" : 100,
3199
+ "minLength" : 0
3200
+ }
3201
+ }
3202
+ },
3203
+ "examples" : {
3204
+ "Valid requestBody Definitions" : {
3205
+ "value" : null
3206
+ }
3207
+ }
3208
+ }
3209
+ },
3210
+ "x-custom-request-body-attributes" : {
3211
+ "non-empty" : false,
3212
+ "allow-invalid" : false
3213
+ }
3214
+ }
3215
+ },
3216
+ "securitySchemes" : {
3217
+ "cookie-auth" : {
3218
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
3219
+ },
3220
+ "org-oauth" : {
3221
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
3222
+ },
3223
+ "iam-oauth2-schema" : {
3224
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
3225
+ }
3226
+ }
3227
+ },
3228
+ "x-entity" : "ZiaGPT"
3229
+ }