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,1861 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Product",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "secModule",
7
+ "x-module-group" : "products"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/products/{productId}" : {
11
+ "get" : {
12
+ "tags" : [ "Product" ],
13
+ "summary" : "Get product",
14
+ "description" : "This API fetches a single product from your helpdesk.",
15
+ "operationId" : "getProduct",
16
+ "parameters" : [ {
17
+ "name" : "include",
18
+ "in" : "query",
19
+ "description" : "Key that fetches secondary information related to the product. Values allowed are: @departments@ and @owner@. You can pass multiple values by separating them with commas.",
20
+ "required" : false,
21
+ "style" : "simple",
22
+ "explode" : true,
23
+ "schema" : {
24
+ "type" : [ "null", "array" ],
25
+ "description" : "Key that fetches secondary information related to the product. Values allowed are: @departments@ and @owner@. You can pass multiple values by separating them with commas.",
26
+ "items" : {
27
+ "type" : [ "string", "null" ],
28
+ "enum" : [ "departments", "owner" ],
29
+ "maxLength" : 100,
30
+ "minLength" : 0,
31
+ "x-custom-parameters-attributes" : [ ]
32
+ },
33
+ "uniqueItems" : true
34
+ }
35
+ }, {
36
+ "$ref" : "#/components/parameters/productId"
37
+ }, {
38
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
39
+ } ],
40
+ "responses" : {
41
+ "200" : {
42
+ "$ref" : "#/components/responses/productResponse"
43
+ }
44
+ },
45
+ "security" : [ {
46
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
47
+ }, {
48
+ "iam-oauth2-schema" : [ "Desk.settings.READ", "Desk.products.READ" ]
49
+ } ],
50
+ "x-audience" : [ "external-public" ],
51
+ "x-custom-url-attribute" : {
52
+ "security" : {
53
+ "throttle" : {
54
+ "policy" : "ReadAPI_Lenient_UserPolicy"
55
+ },
56
+ "extraparams" : {
57
+ "disable" : true,
58
+ "ignore" : false
59
+ },
60
+ "authentication" : {
61
+ "deprecatedScopes" : [ "settings" ]
62
+ }
63
+ },
64
+ "clan-group" : "secModule",
65
+ "apihash" : "e04892fbe55d392d1fa54d0b76ac9b18",
66
+ "module-group" : "products",
67
+ "apimethod" : "com.zoho.support.restapi.ProductService.getProduct"
68
+ }
69
+ },
70
+ "patch" : {
71
+ "tags" : [ "Product" ],
72
+ "operationId" : "updateProduct",
73
+ "summary" : "Update product",
74
+ "description" : "This API updates details of a product in your help desk portal.",
75
+ "parameters" : [ {
76
+ "$ref" : "#/components/parameters/productId"
77
+ }, {
78
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
79
+ } ],
80
+ "requestBody" : {
81
+ "$ref" : "#/components/requestBodies/productjson"
82
+ },
83
+ "responses" : {
84
+ "200" : {
85
+ "$ref" : "#/components/responses/productResponse"
86
+ },
87
+ "422" : {
88
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
89
+ }
90
+ },
91
+ "security" : [ {
92
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
93
+ }, {
94
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE", "Desk.products.UPDATE" ]
95
+ } ],
96
+ "x-audience" : [ "external-public" ],
97
+ "x-custom-url-attribute" : {
98
+ "security" : {
99
+ "throttle" : {
100
+ "policy" : "WriteAPI_Lenient_UserPolicy"
101
+ },
102
+ "extraparams" : {
103
+ "disable" : true,
104
+ "ignore" : false
105
+ },
106
+ "authentication" : {
107
+ "deprecatedScopes" : [ "settings" ]
108
+ }
109
+ },
110
+ "clan-group" : "secModule",
111
+ "apihash" : "d95446f28876829e16e7a6625ce0cf30",
112
+ "module-group" : "products",
113
+ "apimethod" : "com.zoho.support.restapi.ProductService.updateProduct"
114
+ }
115
+ }
116
+ },
117
+ "/api/v1/products/count" : {
118
+ "get" : {
119
+ "tags" : [ "Product" ],
120
+ "summary" : "List all products count",
121
+ "description" : "This API displays the total number of products in your helpdesk.",
122
+ "operationId" : "getProductsCount",
123
+ "parameters" : [ {
124
+ "$ref" : "#/components/parameters/viewId"
125
+ }, {
126
+ "$ref" : "#/components/parameters/departmentId"
127
+ }, {
128
+ "name" : "departmentIds",
129
+ "in" : "query",
130
+ "description" : "This key will soon be deprecated from both API requests and responses. Please replace it with the departmentId key in your code.",
131
+ "required" : false,
132
+ "style" : "simple",
133
+ "explode" : true,
134
+ "schema" : {
135
+ "type" : [ "null", "array" ],
136
+ "description" : "This key will soon be deprecated from both API requests and responses. Please replace it with the departmentId key in your code.",
137
+ "items" : {
138
+ "type" : [ "string", "null", "integer" ],
139
+ "format" : "int64",
140
+ "pattern" : "([0-9]+)",
141
+ "x-custom-parameters-attributes" : [ false, false, false, "", false, "This key will soon be deprecated from both API requests and responses. Please replace it with the departmentId key in your code.", false, 10, ",", false, false, "0,5", false, false ]
142
+ },
143
+ "uniqueItems" : false
144
+ }
145
+ }, {
146
+ "$ref" : "#/components/parameters/ownerId"
147
+ }, {
148
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
149
+ } ],
150
+ "responses" : {
151
+ "422" : {
152
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
153
+ },
154
+ "200" : {
155
+ "$ref" : "#/components/responses/getCountResponse"
156
+ }
157
+ },
158
+ "security" : [ {
159
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
160
+ }, {
161
+ "iam-oauth2-schema" : [ "Desk.settings.READ", "Desk.products.READ" ]
162
+ } ],
163
+ "x-audience" : [ "company-internal" ],
164
+ "x-custom-url-attribute" : {
165
+ "security" : {
166
+ "throttle" : {
167
+ "policy" : "ReadAPI_Stringent_UserPolicy"
168
+ },
169
+ "extraparams" : {
170
+ "disable" : true,
171
+ "ignore" : false
172
+ },
173
+ "authentication" : {
174
+ "deprecatedScopes" : [ "settings" ]
175
+ }
176
+ },
177
+ "clan-group" : "secModule",
178
+ "apihash" : "b5d3257fc6ca6e2af232fde93eb36ea7",
179
+ "module-group" : "products",
180
+ "apimethod" : "com.zoho.support.restapi.ProductService.getProductsCount"
181
+ }
182
+ }
183
+ },
184
+ "/api/v1/products" : {
185
+ "get" : {
186
+ "tags" : [ "Product" ],
187
+ "summary" : "List Products",
188
+ "description" : "This API lists a specific number of products from your help desk portal, based on the limit defined. (Note: The departmentIds key will soon be deprecated and not included in API responses.)",
189
+ "operationId" : "getProducts",
190
+ "parameters" : [ {
191
+ "name" : "include",
192
+ "in" : "query",
193
+ "description" : "Secondary information related to the contact.Value supported is @owner@.",
194
+ "required" : false,
195
+ "style" : "simple",
196
+ "explode" : true,
197
+ "schema" : {
198
+ "type" : [ "null", "array" ],
199
+ "description" : "Secondary information related to the contact.Value supported is @owner@.",
200
+ "items" : {
201
+ "type" : [ "string", "null" ],
202
+ "enum" : [ "owner" ]
203
+ },
204
+ "uniqueItems" : true
205
+ }
206
+ }, {
207
+ "name" : "viewId",
208
+ "in" : "query",
209
+ "description" : "Custom view Id",
210
+ "required" : false,
211
+ "style" : "form",
212
+ "explode" : true,
213
+ "schema" : {
214
+ "type" : [ "string", "null", "integer" ],
215
+ "format" : "int64",
216
+ "description" : "Custom view Id",
217
+ "pattern" : "([0-9]+)"
218
+ }
219
+ }, {
220
+ "$ref" : "#/components/parameters/departmentId"
221
+ }, {
222
+ "$ref" : "#/components/parameters/limit"
223
+ }, {
224
+ "$ref" : "#/components/parameters/from"
225
+ }, {
226
+ "name" : "sortBy",
227
+ "in" : "query",
228
+ "description" : "Sort by a specific attribute : @productName@, @productCode@, @unitPrice@, @createdTime@ or @modifiedTime@. The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
229
+ "required" : false,
230
+ "style" : "form",
231
+ "explode" : true,
232
+ "schema" : {
233
+ "type" : [ "string", "null" ],
234
+ "description" : "Sort by a specific attribute : @productName@, @productCode@, @unitPrice@, @createdTime@ or @modifiedTime@. The default sorting order is ascending. A @-@ prefix denotes descending order of sorting.",
235
+ "enum" : [ "productName", "productCode", "unitPrice", "createdTime", "modifiedTime" ]
236
+ }
237
+ }, {
238
+ "$ref" : "#/components/parameters/ownerId"
239
+ }, {
240
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
241
+ } ],
242
+ "responses" : {
243
+ "204" : {
244
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
245
+ },
246
+ "200" : {
247
+ "$ref" : "#/components/responses/productListViewArray"
248
+ }
249
+ },
250
+ "security" : [ {
251
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
252
+ }, {
253
+ "iam-oauth2-schema" : [ "Desk.settings.READ", "Desk.products.READ" ]
254
+ } ],
255
+ "x-audience" : [ "external-public" ],
256
+ "x-custom-url-attribute" : {
257
+ "security" : {
258
+ "throttle" : {
259
+ "policy" : "ReadAPI_Standard_UserPolicy"
260
+ },
261
+ "extraparams" : {
262
+ "disable" : true,
263
+ "ignore" : false
264
+ },
265
+ "authentication" : {
266
+ "deprecatedScopes" : [ "settings" ]
267
+ }
268
+ },
269
+ "clan-group" : "secModule",
270
+ "apihash" : "27aa6ac89378c72eb5706c2f4f005a75",
271
+ "module-group" : "products",
272
+ "apimethod" : "com.zoho.support.restapi.ProductService.getProducts"
273
+ }
274
+ },
275
+ "post" : {
276
+ "tags" : [ "Product" ],
277
+ "summary" : "Create product",
278
+ "description" : "This API adds a product to your helpdesk.",
279
+ "operationId" : "createProduct",
280
+ "parameters" : [ {
281
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
282
+ } ],
283
+ "requestBody" : {
284
+ "$ref" : "#/components/requestBodies/createProduct_productjson"
285
+ },
286
+ "responses" : {
287
+ "422" : {
288
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
289
+ },
290
+ "200" : {
291
+ "$ref" : "#/components/responses/productResponse"
292
+ }
293
+ },
294
+ "security" : [ {
295
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
296
+ }, {
297
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE", "Desk.products.CREATE" ]
298
+ } ],
299
+ "x-audience" : [ "external-public" ],
300
+ "x-custom-url-attribute" : {
301
+ "security" : {
302
+ "throttle" : {
303
+ "policy" : "WriteAPI_Standard_UserPolicy"
304
+ },
305
+ "extraparams" : {
306
+ "disable" : true,
307
+ "ignore" : false
308
+ },
309
+ "authentication" : {
310
+ "deprecatedScopes" : [ "settings" ]
311
+ }
312
+ },
313
+ "clan-group" : "secModule",
314
+ "apihash" : "bda697aa5576e5754e2d586ec2c35c2a",
315
+ "module-group" : "products",
316
+ "apimethod" : "com.zoho.support.restapi.ProductService.addProduct"
317
+ }
318
+ }
319
+ },
320
+ "/api/v1/products/moveToTrash" : {
321
+ "post" : {
322
+ "tags" : [ "Product" ],
323
+ "summary" : "Move Products to trash",
324
+ "description" : "This API moves products to the Recycle Bin of your help desk portal.",
325
+ "operationId" : "deleteProduct",
326
+ "parameters" : [ {
327
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
328
+ } ],
329
+ "requestBody" : {
330
+ "$ref" : "#/components/requestBodies/productsRecyclebinJson"
331
+ },
332
+ "responses" : {
333
+ "422" : {
334
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
335
+ },
336
+ "204" : {
337
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
338
+ }
339
+ },
340
+ "security" : [ {
341
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
342
+ }, {
343
+ "iam-oauth2-schema" : [ "Desk.settings.DELETE", "Desk.products.DELETE" ]
344
+ } ],
345
+ "x-audience" : [ "external-public" ],
346
+ "x-custom-url-attribute" : {
347
+ "security" : {
348
+ "throttle" : {
349
+ "policy" : "WriteAPI_Standard_UserPolicy"
350
+ },
351
+ "extraparams" : {
352
+ "disable" : true,
353
+ "ignore" : false
354
+ },
355
+ "authentication" : {
356
+ "deprecatedScopes" : [ "settings" ]
357
+ }
358
+ },
359
+ "clan-group" : "secModule",
360
+ "apihash" : "c9f8b52ba5eec358a39650e33bd3d14c",
361
+ "module-group" : "products",
362
+ "apimethod" : "com.zoho.support.restapi.ProductService.moveProductsToTrash"
363
+ }
364
+ }
365
+ },
366
+ "/api/v1/products/{productId}/associateAccounts" : {
367
+ "post" : {
368
+ "tags" : [ "Product" ],
369
+ "summary" : "Associate accounts with a product",
370
+ "description" : "This API associates accounts with a product. Only a maximum of 10 accounts can be associated with a product through a single API request.",
371
+ "operationId" : "associateAccountsWithProduct",
372
+ "parameters" : [ {
373
+ "$ref" : "#/components/parameters/productId"
374
+ }, {
375
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
376
+ } ],
377
+ "requestBody" : {
378
+ "$ref" : "#/components/requestBodies/associateAccountsWithProduct"
379
+ },
380
+ "responses" : {
381
+ "422" : {
382
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
383
+ },
384
+ "200" : {
385
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
386
+ }
387
+ },
388
+ "security" : [ {
389
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
390
+ }, {
391
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE", "Desk.products.UPDATE" ]
392
+ } ],
393
+ "x-audience" : [ "external-public" ],
394
+ "x-custom-url-attribute" : {
395
+ "security" : {
396
+ "throttle" : {
397
+ "policy" : "WriteAPI_Standard_UserPolicy"
398
+ },
399
+ "extraparams" : {
400
+ "disable" : true,
401
+ "ignore" : false
402
+ },
403
+ "authentication" : {
404
+ "deprecatedScopes" : [ "settings" ]
405
+ }
406
+ },
407
+ "clan-group" : "secModule",
408
+ "apihash" : "fdac3f01c0a1534a8359d43ebf8b2215",
409
+ "module-group" : "products",
410
+ "apimethod" : "com.zoho.support.restapi.ProductService.associateAccountsWithProduct"
411
+ }
412
+ }
413
+ },
414
+ "/api/v1/products/{productId}/associateContacts" : {
415
+ "post" : {
416
+ "tags" : [ "Product" ],
417
+ "summary" : "Associate contacts with a product",
418
+ "description" : "This API associates contacts with a product. Only a maximum of 10 contacts can be associated with a product through a single API request.",
419
+ "operationId" : "associateContactsWithProduct",
420
+ "parameters" : [ {
421
+ "$ref" : "#/components/parameters/productId"
422
+ }, {
423
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
424
+ } ],
425
+ "requestBody" : {
426
+ "$ref" : "#/components/requestBodies/associateContactsWithProduct"
427
+ },
428
+ "responses" : {
429
+ "422" : {
430
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
431
+ },
432
+ "200" : {
433
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
434
+ }
435
+ },
436
+ "security" : [ {
437
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
438
+ }, {
439
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE", "Desk.products.UPDATE" ]
440
+ } ],
441
+ "x-audience" : [ "external-public" ],
442
+ "x-custom-url-attribute" : {
443
+ "security" : {
444
+ "throttle" : {
445
+ "policy" : "WriteAPI_Standard_UserPolicy"
446
+ },
447
+ "extraparams" : {
448
+ "disable" : true,
449
+ "ignore" : false
450
+ },
451
+ "authentication" : {
452
+ "deprecatedScopes" : [ "settings" ]
453
+ }
454
+ },
455
+ "clan-group" : "secModule",
456
+ "apihash" : "29078009c7abaa83fe8558a5332ffc29",
457
+ "module-group" : "products",
458
+ "apimethod" : "com.zoho.support.restapi.ProductService.associateContactsWithProduct"
459
+ }
460
+ }
461
+ },
462
+ "/api/v1/products/updateMany" : {
463
+ "post" : {
464
+ "tags" : [ "Product" ],
465
+ "summary" : "Bulk update products",
466
+ "description" : "This API updates a single field value of multiple products simultaneously.",
467
+ "operationId" : "updateMany",
468
+ "parameters" : [ {
469
+ "$ref" : "#/components/parameters/departmentId"
470
+ }, {
471
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
472
+ } ],
473
+ "requestBody" : {
474
+ "$ref" : "#/components/requestBodies/massUpdatePayload"
475
+ },
476
+ "responses" : {
477
+ "404" : {
478
+ "$ref" : "../common/Common.json#/components/responses/urlNotFoundErrorResponse"
479
+ },
480
+ "200" : {
481
+ "$ref" : "./MassActionResponse.json#/components/responses/massActionListResponse"
482
+ },
483
+ "422" : {
484
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
485
+ },
486
+ "401" : {
487
+ "$ref" : "../common/Common.json#/components/responses/unauthorizedErrorResponse"
488
+ }
489
+ },
490
+ "security" : [ {
491
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
492
+ }, {
493
+ "iam-oauth2-schema" : [ "Desk.products.UPDATE" ]
494
+ } ],
495
+ "x-audience" : [ "company-internal" ],
496
+ "x-custom-url-attribute" : {
497
+ "security" : {
498
+ "throttle" : {
499
+ "policy" : "WriteAPI_Stringent_UserPolicy"
500
+ },
501
+ "extraparams" : {
502
+ "disable" : true,
503
+ "ignore" : false
504
+ },
505
+ "authentication" : { }
506
+ },
507
+ "clan-group" : "secModule",
508
+ "apihash" : "4702e007873cd7df9b2c2f449f21de84",
509
+ "module-group" : "products",
510
+ "apimethod" : "com.zoho.support.restapi.ProductService.updateMany"
511
+ }
512
+ }
513
+ },
514
+ "/api/v1/products/searchDuplicates" : {
515
+ "get" : {
516
+ "tags" : [ "Product" ],
517
+ "summary" : "Search for duplicate records",
518
+ "description" : "This API searches for duplicate records of a product.",
519
+ "operationId" : "searchProductDuplicates",
520
+ "parameters" : [ {
521
+ "$ref" : "#/components/parameters/limit"
522
+ }, {
523
+ "$ref" : "#/components/parameters/from"
524
+ }, {
525
+ "$ref" : "#/components/parameters/productName"
526
+ }, {
527
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
528
+ } ],
529
+ "responses" : {
530
+ "422" : {
531
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
532
+ },
533
+ "204" : {
534
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
535
+ },
536
+ "200" : {
537
+ "$ref" : "#/components/responses/productWithOutDeptDataJson"
538
+ }
539
+ },
540
+ "security" : [ {
541
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
542
+ }, {
543
+ "iam-oauth2-schema" : [ "Desk.settings.READ", "Desk.products.READ" ]
544
+ } ],
545
+ "x-audience" : [ "external-public" ],
546
+ "x-custom-url-attribute" : {
547
+ "security" : {
548
+ "throttle" : {
549
+ "policy" : "ReadAPI_Standard_UserPolicy"
550
+ },
551
+ "extraparams" : {
552
+ "disable" : true,
553
+ "ignore" : false
554
+ },
555
+ "authentication" : {
556
+ "deprecatedScopes" : [ "settings" ]
557
+ }
558
+ },
559
+ "clan-group" : "secModule",
560
+ "apihash" : "9d85fa5528780b9554057300d37df8b3",
561
+ "module-group" : "products",
562
+ "apimethod" : "com.zoho.support.restapi.ProductService.getDuplicateProducts"
563
+ }
564
+ }
565
+ },
566
+ "/api/v1/accounts/{accountId}/products" : {
567
+ "get" : {
568
+ "tags" : [ "Product" ],
569
+ "summary" : "List products by account",
570
+ "description" : "This API lists products associated for a specific account.",
571
+ "operationId" : "getProductsUnderAccount",
572
+ "parameters" : [ {
573
+ "$ref" : "#/components/parameters/departmentId"
574
+ }, {
575
+ "$ref" : "#/components/parameters/limit"
576
+ }, {
577
+ "$ref" : "#/components/parameters/from"
578
+ }, {
579
+ "name" : "accountId",
580
+ "in" : "path",
581
+ "required" : true,
582
+ "style" : "simple",
583
+ "explode" : false,
584
+ "schema" : {
585
+ "type" : [ "string", "null", "integer" ],
586
+ "format" : "int64",
587
+ "description" : "ID of the account associated with the product !@exact match@!",
588
+ "pattern" : "([0-9]+)"
589
+ }
590
+ }, {
591
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
592
+ } ],
593
+ "responses" : {
594
+ "204" : {
595
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
596
+ },
597
+ "200" : {
598
+ "$ref" : "#/components/responses/productWithOutDeptDataJson"
599
+ }
600
+ },
601
+ "security" : [ {
602
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
603
+ }, {
604
+ "iam-oauth2-schema" : [ "Desk.contacts.READ", "Desk.settings.READ", "Desk.products.READ" ]
605
+ } ],
606
+ "x-audience" : [ "external-public" ],
607
+ "x-custom-url-attribute" : {
608
+ "security" : {
609
+ "throttle" : {
610
+ "policy" : "ReadAPI_Standard_UserPolicy"
611
+ },
612
+ "extraparams" : {
613
+ "disable" : true,
614
+ "ignore" : false
615
+ },
616
+ "authentication" : {
617
+ "deprecatedScopes" : [ "settings", "contacts" ]
618
+ }
619
+ },
620
+ "clan-group" : "secModule",
621
+ "apihash" : "142e1f64e1b7c3acffd251482257d016",
622
+ "module-group" : "products",
623
+ "apimethod" : "com.zoho.support.restapi.ProductService.getProductsUnderAccount"
624
+ }
625
+ }
626
+ },
627
+ "/api/v1/contacts/{contactId}/products" : {
628
+ "get" : {
629
+ "tags" : [ "Product" ],
630
+ "summary" : "List products by contact",
631
+ "description" : "This API lists products associated for a specific contact.",
632
+ "operationId" : "getProductsUnderContact",
633
+ "parameters" : [ {
634
+ "$ref" : "#/components/parameters/departmentId"
635
+ }, {
636
+ "$ref" : "#/components/parameters/limit"
637
+ }, {
638
+ "$ref" : "#/components/parameters/from"
639
+ }, {
640
+ "name" : "contactId",
641
+ "in" : "path",
642
+ "required" : true,
643
+ "style" : "simple",
644
+ "explode" : false,
645
+ "schema" : {
646
+ "type" : [ "string", "null", "integer" ],
647
+ "format" : "int64",
648
+ "description" : "ID of the contact associated with the product !@exact match@! ",
649
+ "pattern" : "([0-9]+)"
650
+ }
651
+ }, {
652
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
653
+ } ],
654
+ "responses" : {
655
+ "204" : {
656
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
657
+ },
658
+ "200" : {
659
+ "$ref" : "#/components/responses/productWithOutDeptDataJson"
660
+ }
661
+ },
662
+ "security" : [ {
663
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
664
+ }, {
665
+ "iam-oauth2-schema" : [ "Desk.contacts.READ", "Desk.settings.READ", "Desk.products.READ" ]
666
+ } ],
667
+ "x-audience" : [ "external-public" ],
668
+ "x-custom-url-attribute" : {
669
+ "security" : {
670
+ "throttle" : {
671
+ "policy" : "ReadAPI_Standard_UserPolicy"
672
+ },
673
+ "extraparams" : {
674
+ "disable" : true,
675
+ "ignore" : false
676
+ },
677
+ "authentication" : {
678
+ "deprecatedScopes" : [ "settings", "contacts" ]
679
+ }
680
+ },
681
+ "clan-group" : "secModule",
682
+ "apihash" : "c3c54e329a3d7f92ab892ae0e1e67e33",
683
+ "module-group" : "products",
684
+ "apimethod" : "com.zoho.support.restapi.ProductService.getProductsUnderContact"
685
+ }
686
+ }
687
+ }
688
+ },
689
+ "components" : {
690
+ "schemas" : {
691
+ "commonJson" : {
692
+ "type" : [ "null", "object" ],
693
+ "additionalProperties" : false,
694
+ "properties" : {
695
+ "unitPrice" : {
696
+ "type" : [ "string", "null" ],
697
+ "maxLength" : 100,
698
+ "minLength" : 0,
699
+ "pattern" : "([0-9]{1,13}(\\.[0-9]*)?)"
700
+ },
701
+ "productCode" : {
702
+ "type" : [ "string", "null" ],
703
+ "maxLength" : 200,
704
+ "minLength" : 0
705
+ },
706
+ "productName" : {
707
+ "type" : [ "string", "null" ],
708
+ "maxLength" : 200,
709
+ "minLength" : 0
710
+ }
711
+ }
712
+ },
713
+ "curdCommonJson" : {
714
+ "additionalProperties" : false,
715
+ "allOf" : [ {
716
+ "$ref" : "./Product.json#/components/schemas/commonJson"
717
+ }, {
718
+ "type" : [ "null", "object" ],
719
+ "properties" : {
720
+ "departmentIds" : {
721
+ "type" : [ "null", "array" ],
722
+ "items" : {
723
+ "type" : [ "string", "null", "integer" ],
724
+ "format" : "int64",
725
+ "pattern" : "([0-9]+)"
726
+ },
727
+ "uniqueItems" : true
728
+ }
729
+ },
730
+ "required" : [ "departmentIds" ]
731
+ } ]
732
+ },
733
+ "updateCommonJson" : {
734
+ "additionalProperties" : false,
735
+ "allOf" : [ {
736
+ "$ref" : "./Product.json#/components/schemas/commonJson"
737
+ }, {
738
+ "type" : [ "null", "object" ],
739
+ "properties" : {
740
+ "departmentIds" : {
741
+ "type" : [ "null", "array" ],
742
+ "items" : {
743
+ "type" : [ "string", "null", "integer" ],
744
+ "format" : "int64",
745
+ "pattern" : "([0-9]+)"
746
+ },
747
+ "uniqueItems" : true
748
+ }
749
+ }
750
+ } ]
751
+ },
752
+ "productjson" : {
753
+ "additionalProperties" : false,
754
+ "allOf" : [ {
755
+ "$ref" : "./Product.json#/components/schemas/curdCommonJson"
756
+ }, {
757
+ "type" : [ "null", "object" ],
758
+ "properties" : {
759
+ "cf" : {
760
+ "type" : [ "null", "object" ],
761
+ "additionalProperties" : false,
762
+ "patternProperties" : {
763
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
764
+ "type" : [ "string", "null" ],
765
+ "maxLength" : 100,
766
+ "minLength" : 0,
767
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
768
+ "x-custom-parameters-attributes" : {
769
+ "include" : {
770
+ "removeExif" : false,
771
+ "filterMatchedContent" : false,
772
+ "antivirus" : false,
773
+ "replacementString" : "",
774
+ "allowInvalid" : false,
775
+ "descrption" : "Key that fetches secondary information related to the product. Values allowed are: @departments@ and @owner@. You can pass multiple values by separating them with commas.",
776
+ "secret" : false,
777
+ "preserveCharsLimit" : 10,
778
+ "split" : ",",
779
+ "trim" : false,
780
+ "internalParam" : false,
781
+ "preserveChars" : "0,5",
782
+ "importUrl" : false,
783
+ "decrypt" : false,
784
+ "entity" : "Include"
785
+ },
786
+ "portalname" : {
787
+ "removeExif" : false,
788
+ "filterMatchedContent" : false,
789
+ "antivirus" : false,
790
+ "replacementString" : "",
791
+ "trim" : false,
792
+ "internalParam" : false,
793
+ "preserveChars" : "0,5",
794
+ "allowInvalid" : false,
795
+ "importUrl" : false,
796
+ "secret" : false,
797
+ "decrypt" : false,
798
+ "preserveCharsLimit" : 10
799
+ },
800
+ "orgId" : {
801
+ "removeExif" : false,
802
+ "filterMatchedContent" : false,
803
+ "antivirus" : false,
804
+ "replacementString" : "",
805
+ "trim" : false,
806
+ "internalParam" : false,
807
+ "preserveChars" : "0,5",
808
+ "allowInvalid" : false,
809
+ "importUrl" : false,
810
+ "secret" : false,
811
+ "decrypt" : false,
812
+ "preserveCharsLimit" : 10
813
+ }
814
+ }
815
+ }
816
+ }
817
+ },
818
+ "customFields" : {
819
+ "type" : [ "null", "object" ],
820
+ "additionalProperties" : false,
821
+ "patternProperties" : {
822
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
823
+ "type" : [ "string", "null" ],
824
+ "maxLength" : 100,
825
+ "minLength" : 0,
826
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
827
+ "x-custom-parameters-attributes" : {
828
+ "include" : {
829
+ "removeExif" : false,
830
+ "filterMatchedContent" : false,
831
+ "antivirus" : false,
832
+ "replacementString" : "",
833
+ "allowInvalid" : false,
834
+ "descrption" : "Key that fetches secondary information related to the product. Values allowed are: @departments@ and @owner@. You can pass multiple values by separating them with commas.",
835
+ "secret" : false,
836
+ "preserveCharsLimit" : 10,
837
+ "split" : ",",
838
+ "trim" : false,
839
+ "internalParam" : false,
840
+ "preserveChars" : "0,5",
841
+ "importUrl" : false,
842
+ "decrypt" : false,
843
+ "entity" : "Include"
844
+ },
845
+ "portalname" : {
846
+ "removeExif" : false,
847
+ "filterMatchedContent" : false,
848
+ "antivirus" : false,
849
+ "replacementString" : "",
850
+ "trim" : false,
851
+ "internalParam" : false,
852
+ "preserveChars" : "0,5",
853
+ "allowInvalid" : false,
854
+ "importUrl" : false,
855
+ "secret" : false,
856
+ "decrypt" : false,
857
+ "preserveCharsLimit" : 10
858
+ },
859
+ "orgId" : {
860
+ "removeExif" : false,
861
+ "filterMatchedContent" : false,
862
+ "antivirus" : false,
863
+ "replacementString" : "",
864
+ "trim" : false,
865
+ "internalParam" : false,
866
+ "preserveChars" : "0,5",
867
+ "allowInvalid" : false,
868
+ "importUrl" : false,
869
+ "secret" : false,
870
+ "decrypt" : false,
871
+ "preserveCharsLimit" : 10
872
+ }
873
+ }
874
+ }
875
+ }
876
+ },
877
+ "description" : {
878
+ "type" : [ "string", "null" ],
879
+ "maxLength" : 65535,
880
+ "minLength" : 0,
881
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
882
+ },
883
+ "ownerId" : {
884
+ "type" : [ "string", "null", "integer" ],
885
+ "format" : "int64",
886
+ "pattern" : "([0-9]+)"
887
+ },
888
+ "productCategory" : {
889
+ "type" : [ "string", "null" ],
890
+ "x-dynamic-enum" : true
891
+ },
892
+ "manufacturer" : {
893
+ "type" : [ "string", "null" ],
894
+ "x-dynamic-enum" : true
895
+ }
896
+ },
897
+ "required" : [ "cf", "customFields", "description", "manufacturer", "ownerId", "productCategory" ]
898
+ } ]
899
+ },
900
+ "productCommonKeysWithIdJson" : {
901
+ "additionalProperties" : false,
902
+ "allOf" : [ {
903
+ "$ref" : "./Product.json#/components/schemas/commonJson"
904
+ }, {
905
+ "type" : [ "null", "object" ],
906
+ "properties" : {
907
+ "id" : {
908
+ "type" : [ "string", "null", "integer" ],
909
+ "format" : "int64",
910
+ "pattern" : "([0-9]+)"
911
+ }
912
+ },
913
+ "required" : [ "id" ]
914
+ },
915
+ {
916
+ "type" : ["object" ],
917
+ "required" : [ "productCode", "productName", "unitPrice" ]
918
+ } ]
919
+ },
920
+ "productWithOutDeptArray" : {
921
+ "type" : [ "null", "array" ],
922
+ "items" : {
923
+ "$ref" : "./Product.json#/components/schemas/productCommonKeysWithIdJson"
924
+ }
925
+ },
926
+ "searchProducts" : {
927
+ "additionalProperties" : false,
928
+ "allOf" : [ {
929
+ "$ref" : "./Product.json#/components/schemas/productjson"
930
+ }, {
931
+ "type" : [ "null", "object" ],
932
+ "properties" : {
933
+ "modifiedTime" : {
934
+ "type" : [ "string", "null" ],
935
+ "maxLength" : 100,
936
+ "minLength" : 0,
937
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
938
+ },
939
+ "createdBy" : {
940
+ "type" : [ "string", "null", "integer" ],
941
+ "format" : "int64",
942
+ "pattern" : "([0-9]+)"
943
+ },
944
+ "createdTime" : {
945
+ "type" : [ "string", "null" ],
946
+ "maxLength" : 100,
947
+ "minLength" : 0,
948
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
949
+ },
950
+ "modifiedBy" : {
951
+ "type" : [ "string", "null", "integer" ],
952
+ "format" : "int64",
953
+ "pattern" : "([0-9]+)"
954
+ },
955
+ "id" : {
956
+ "type" : [ "string", "null", "integer" ],
957
+ "format" : "int64",
958
+ "pattern" : "([0-9]+)",
959
+ "x-custom-parameters-attributes" : {
960
+ "removeExif" : false,
961
+ "filterMatchedContent" : false,
962
+ "antivirus" : false,
963
+ "replacementString" : "",
964
+ "allowInvalid" : false,
965
+ "descrption" : "ID of the Product !@exact match@! ",
966
+ "secret" : false,
967
+ "preserveCharsLimit" : 10,
968
+ "split" : ",",
969
+ "trim" : false,
970
+ "internalParam" : false,
971
+ "preserveChars" : "0,5",
972
+ "importUrl" : false,
973
+ "decrypt" : false
974
+ }
975
+ }
976
+ },
977
+ "required" : [ "createdBy", "createdTime", "id", "modifiedBy", "modifiedTime" ]
978
+ } ]
979
+ },
980
+ "searchData" : {
981
+ "type" : [ "null", "array" ],
982
+ "items" : {
983
+ "$ref" : "./Product.json#/components/schemas/searchProducts"
984
+ }
985
+ },
986
+ "productListViewJson" : {
987
+ "additionalProperties" : false,
988
+ "allOf" : [ {
989
+ "$ref" : "./Product.json#/components/schemas/commonJson"
990
+ }, {
991
+ "type" : [ "null", "object" ],
992
+ "properties" : {
993
+ "id" : {
994
+ "type" : [ "string", "null", "integer" ],
995
+ "format" : "int64",
996
+ "pattern" : "([0-9]+)"
997
+ }
998
+ },
999
+ "required" : [ "id" ]
1000
+ } ,{
1001
+ "type" : ["object" ],
1002
+ "required" : [ "productCode", "productName", "unitPrice" ]
1003
+ }]
1004
+ },
1005
+ "data" : {
1006
+ "type" : [ "null", "array" ],
1007
+ "items" : {
1008
+ "$ref" : "./Product.json#/components/schemas/productListViewJson"
1009
+ }
1010
+ }
1011
+ },
1012
+ "responses" : {
1013
+ "productResponse" : {
1014
+ "description" : "productResponse template definitions",
1015
+ "content" : {
1016
+ "application/json" : {
1017
+ "schema" : {
1018
+ "additionalProperties" : false,
1019
+ "allOf" : [ {
1020
+ "$ref" : "./Product.json#/components/schemas/productjson"
1021
+ }, {
1022
+ "type" : [ "null", "object" ],
1023
+ "properties" : {
1024
+ "modifiedTime" : {
1025
+ "type" : [ "string", "null" ],
1026
+ "maxLength" : 100,
1027
+ "minLength" : 0,
1028
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))",
1029
+ "x-custom-parameters-attributes" : {
1030
+ "removeExif" : false,
1031
+ "filterMatchedContent" : false,
1032
+ "antivirus" : false,
1033
+ "replacementString" : "",
1034
+ "allowInvalid" : false,
1035
+ "descrption" : "Time of modifying product details",
1036
+ "secret" : false,
1037
+ "preserveCharsLimit" : 10,
1038
+ "trim" : false,
1039
+ "internalParam" : false,
1040
+ "preserveChars" : "0,5",
1041
+ "importUrl" : false,
1042
+ "decrypt" : false
1043
+ }
1044
+ },
1045
+ "isDeleted" : {
1046
+ "type" : [ "boolean", "null" ]
1047
+ },
1048
+ "createdBy" : {
1049
+ "type" : [ "string", "null", "integer" ],
1050
+ "format" : "int64",
1051
+ "pattern" : "([0-9]+)",
1052
+ "x-custom-parameters-attributes" : {
1053
+ "removeExif" : false,
1054
+ "filterMatchedContent" : false,
1055
+ "antivirus" : false,
1056
+ "replacementString" : "",
1057
+ "allowInvalid" : false,
1058
+ "descrption" : "User who added the product to the help desk portal",
1059
+ "secret" : false,
1060
+ "preserveCharsLimit" : 10,
1061
+ "trim" : false,
1062
+ "internalParam" : false,
1063
+ "preserveChars" : "0,5",
1064
+ "importUrl" : false,
1065
+ "decrypt" : false
1066
+ }
1067
+ },
1068
+ "createdTime" : {
1069
+ "type" : [ "string", "null" ],
1070
+ "maxLength" : 100,
1071
+ "minLength" : 0,
1072
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))",
1073
+ "x-custom-parameters-attributes" : {
1074
+ "removeExif" : false,
1075
+ "filterMatchedContent" : false,
1076
+ "antivirus" : false,
1077
+ "replacementString" : "",
1078
+ "allowInvalid" : false,
1079
+ "descrption" : "Time of adding the product to the help desk portal",
1080
+ "secret" : false,
1081
+ "preserveCharsLimit" : 10,
1082
+ "trim" : false,
1083
+ "internalParam" : false,
1084
+ "preserveChars" : "0,5",
1085
+ "importUrl" : false,
1086
+ "decrypt" : false
1087
+ }
1088
+ },
1089
+ "modifiedBy" : {
1090
+ "type" : [ "string", "null", "integer" ],
1091
+ "format" : "int64",
1092
+ "pattern" : "([0-9]+)",
1093
+ "x-custom-parameters-attributes" : {
1094
+ "removeExif" : false,
1095
+ "filterMatchedContent" : false,
1096
+ "antivirus" : false,
1097
+ "replacementString" : "",
1098
+ "allowInvalid" : false,
1099
+ "descrption" : "User who modified the details of the product",
1100
+ "secret" : false,
1101
+ "preserveCharsLimit" : 10,
1102
+ "trim" : false,
1103
+ "internalParam" : false,
1104
+ "preserveChars" : "0,5",
1105
+ "importUrl" : false,
1106
+ "decrypt" : false
1107
+ }
1108
+ },
1109
+ "id" : {
1110
+ "type" : [ "string", "null", "integer" ],
1111
+ "format" : "int64",
1112
+ "pattern" : "([0-9]+)",
1113
+ "x-custom-parameters-attributes" : {
1114
+ "removeExif" : false,
1115
+ "filterMatchedContent" : false,
1116
+ "antivirus" : false,
1117
+ "replacementString" : "",
1118
+ "allowInvalid" : false,
1119
+ "descrption" : "ID of the product",
1120
+ "secret" : false,
1121
+ "preserveCharsLimit" : 10,
1122
+ "trim" : false,
1123
+ "internalParam" : false,
1124
+ "preserveChars" : "0,5",
1125
+ "importUrl" : false,
1126
+ "decrypt" : false
1127
+ }
1128
+ },
1129
+ "layoutId" : {
1130
+ "type" : [ "string", "null", "integer" ],
1131
+ "format" : "int64",
1132
+ "pattern" : "([0-9]+)",
1133
+ "x-custom-parameters-attributes" : {
1134
+ "removeExif" : false,
1135
+ "filterMatchedContent" : false,
1136
+ "antivirus" : false,
1137
+ "replacementString" : "",
1138
+ "allowInvalid" : false,
1139
+ "descrption" : "Layout of Product",
1140
+ "secret" : false,
1141
+ "preserveCharsLimit" : 10,
1142
+ "trim" : false,
1143
+ "internalParam" : true,
1144
+ "preserveChars" : "0,5",
1145
+ "importUrl" : false,
1146
+ "decrypt" : false
1147
+ }
1148
+ },
1149
+ "layoutDetails" : {
1150
+ "type" : [ "null", "object" ],
1151
+ "additionalProperties" : false,
1152
+ "maxProperties" : 2,
1153
+ "minProperties" : 2,
1154
+ "properties" : {
1155
+ "id" : {
1156
+ "type" : [ "string", "null", "integer" ],
1157
+ "format" : "int64",
1158
+ "pattern" : "([0-9]+)"
1159
+ },
1160
+ "layoutName" : {
1161
+ "type" : [ "string", "null" ],
1162
+ "maxLength" : 120,
1163
+ "minLength" : 0,
1164
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1165
+ }
1166
+ },
1167
+ "required" : [ "id", "layoutName" ]
1168
+ }
1169
+ },
1170
+ "required" : [ "createdBy", "createdTime", "id", "isDeleted", "layoutDetails", "layoutId", "modifiedBy", "modifiedTime" ]
1171
+ } ]
1172
+ },
1173
+ "examples" : {
1174
+ "Valid responses Definitions" : {
1175
+ "value" : {
1176
+ "unitPrice" : "100.0",
1177
+ "modifiedTime" : 1500374785667,
1178
+ "cf" : { },
1179
+ "description" : null,
1180
+ "departmentIds" : [ "6000000007239", "6000000029263" ],
1181
+ "ownerId" : "6000000009050",
1182
+ "layoutId" : "6000000002556",
1183
+ "productName" : "Dell",
1184
+ "productCategory" : null,
1185
+ "productCode" : "12345",
1186
+ "isDeleted" : false,
1187
+ "createdBy" : "6000000009050",
1188
+ "createdTime" : 1500374785667,
1189
+ "modifiedBy" : "6000000009050",
1190
+ "id" : "6000000164001"
1191
+ }
1192
+ }
1193
+ }
1194
+ }
1195
+ },
1196
+ "x-custom-response-attributes" : {
1197
+ "disable-safe-headers" : "[]"
1198
+ }
1199
+ },
1200
+ "getCountResponse" : {
1201
+ "description" : "getCountResponse template definitions",
1202
+ "content" : {
1203
+ "application/json" : {
1204
+ "schema" : {
1205
+ "type" : [ "null", "object" ],
1206
+ "additionalProperties" : false,
1207
+ "properties" : {
1208
+ "count" : {
1209
+ "type" : [ "string", "null", "integer" ],
1210
+ "format" : "int64",
1211
+ "pattern" : "([0-9]+)"
1212
+ }
1213
+ },
1214
+ "required" : [ "count" ]
1215
+ },
1216
+ "examples" : {
1217
+ "Valid responses Definitions" : {
1218
+ "value" : {
1219
+ "count" : "10"
1220
+ }
1221
+ }
1222
+ }
1223
+ }
1224
+ },
1225
+ "x-custom-response-attributes" : {
1226
+ "disable-safe-headers" : "[]"
1227
+ }
1228
+ },
1229
+ "productWithOutDeptDataJson" : {
1230
+ "description" : "productWithOutDeptDataJson template definitions",
1231
+ "content" : {
1232
+ "application/json" : {
1233
+ "schema" : {
1234
+ "type" : [ "null", "object" ],
1235
+ "additionalProperties" : false,
1236
+ "properties" : {
1237
+ "data" : {
1238
+ "$ref" : "./Product.json#/components/schemas/productWithOutDeptArray"
1239
+ }
1240
+ },
1241
+ "required" : [ "data" ]
1242
+ },
1243
+ "examples" : {
1244
+ "Valid responses Definitions" : {
1245
+ "value" : {
1246
+ "data" : [ {
1247
+ "unitPrice" : "0.0",
1248
+ "productCode" : null,
1249
+ "id" : "4000000012009",
1250
+ "productName" : "Dell"
1251
+ } ]
1252
+ }
1253
+ }
1254
+ }
1255
+ }
1256
+ },
1257
+ "x-custom-response-attributes" : {
1258
+ "disable-safe-headers" : "[]"
1259
+ }
1260
+ },
1261
+ "searchProductListViewArray" : {
1262
+ "description" : "searchProductListViewArray template definitions",
1263
+ "content" : {
1264
+ "application/json" : {
1265
+ "schema" : {
1266
+ "type" : [ "null", "object" ],
1267
+ "additionalProperties" : false,
1268
+ "properties" : {
1269
+ "data" : {
1270
+ "$ref" : "./Product.json#/components/schemas/searchData"
1271
+ },
1272
+ "count" : {
1273
+ "type" : [ "string", "null", "integer" ],
1274
+ "format" : "int64",
1275
+ "pattern" : "([0-9]+)"
1276
+ }
1277
+ },
1278
+ "required" : [ "count", "data" ]
1279
+ },
1280
+ "examples" : {
1281
+ "Valid responses Definitions" : {
1282
+ "value" : {
1283
+ "data" : [ {
1284
+ "modifiedTime" : 1509618695000,
1285
+ "productCode" : "Search2",
1286
+ "cf" : {
1287
+ "cf_productTagName" : null
1288
+ },
1289
+ "createdBy" : "5000000009116",
1290
+ "description" : null,
1291
+ "createdTime" : 1509618695000,
1292
+ "modifiedBy" : "5000000009116",
1293
+ "departmentIds" : [ "5000000007235" ],
1294
+ "id" : "5000000009882",
1295
+ "productName" : "Search2"
1296
+ } ],
1297
+ "count" : 1
1298
+ }
1299
+ }
1300
+ }
1301
+ }
1302
+ },
1303
+ "x-custom-response-attributes" : {
1304
+ "disable-safe-headers" : "[]"
1305
+ }
1306
+ },
1307
+ "productListViewArray" : {
1308
+ "description" : "productListViewArray template definitions",
1309
+ "content" : {
1310
+ "application/json" : {
1311
+ "schema" : {
1312
+ "allOf" : [ {
1313
+ "type" : "object",
1314
+ "properties" : {
1315
+ "data" : {
1316
+ "type" : "array",
1317
+ "items" : {
1318
+ "type" : "object",
1319
+ "properties" : {
1320
+ "owner" : {
1321
+ "type" : [ "null", "object" ],
1322
+ "additionalProperties" : false,
1323
+ "maxProperties" : 5,
1324
+ "minProperties" : 5,
1325
+ "properties" : {
1326
+ "firstName" : {
1327
+ "type" : [ "string", "null" ],
1328
+ "maxLength" : 50,
1329
+ "minLength" : 0
1330
+ },
1331
+ "photoURL" : {
1332
+ "type" : [ "string", "null" ],
1333
+ "maxLength" : 200,
1334
+ "minLength" : 0,
1335
+ "pattern" : "(^(ht|f)tp(s?)\\://[-.\\w]*(/?)([a-zA-Z0-9\\-\\.\\?\\,\\:\\'/\\\\+=&%\\$#_@]*)?$)"
1336
+ },
1337
+ "lastName" : {
1338
+ "type" : [ "string", "null" ],
1339
+ "maxLength" : 50,
1340
+ "minLength" : 0
1341
+ },
1342
+ "name" : {
1343
+ "type" : [ "string", "null" ],
1344
+ "maxLength" : 100,
1345
+ "minLength" : 0
1346
+ },
1347
+ "id" : {
1348
+ "type" : [ "string", "null", "integer" ],
1349
+ "format" : "int64",
1350
+ "pattern" : "([0-9]+)"
1351
+ }
1352
+ },
1353
+ "required" : [ "firstName", "id", "lastName", "name", "photoURL" ]
1354
+ }
1355
+ }
1356
+ }
1357
+ }
1358
+ }
1359
+ }, {
1360
+ "type" : [ "null", "object" ],
1361
+ "additionalProperties" : false,
1362
+ "properties" : {
1363
+ "data" : {
1364
+ "$ref" : "./Product.json#/components/schemas/data"
1365
+ }
1366
+ },
1367
+ "required" : [ "data" ]
1368
+ } ]
1369
+ },
1370
+ "examples" : {
1371
+ "Valid responses Definitions" : {
1372
+ "value" : {
1373
+ "data" : [ {
1374
+ "unitPrice" : "100.0",
1375
+ "productCode" : null,
1376
+ "id" : "6000000121033",
1377
+ "departmentIds" : [ "6000000007239", "6000000029263" ],
1378
+ "productName" : "HTC"
1379
+ }, {
1380
+ "unitPrice" : "100.0",
1381
+ "productCode" : null,
1382
+ "id" : "6000000121037",
1383
+ "departmentIds" : [ "6000000007239", "6000000029263" ],
1384
+ "productName" : "Dell"
1385
+ }, {
1386
+ "unitPrice" : "100.0",
1387
+ "productCode" : null,
1388
+ "id" : "6000000145024",
1389
+ "departmentIds" : [ "6000000007239", "6000000029263" ],
1390
+ "productName" : "Lenovo"
1391
+ } ]
1392
+ }
1393
+ }
1394
+ }
1395
+ }
1396
+ },
1397
+ "x-custom-response-attributes" : {
1398
+ "disable-safe-headers" : "[]"
1399
+ }
1400
+ }
1401
+ },
1402
+ "parameters" : {
1403
+ "accountId" : {
1404
+ "name" : "accountId",
1405
+ "in" : "query",
1406
+ "description" : "ID of the account associated with the product !@exact match@!",
1407
+ "required" : false,
1408
+ "style" : "form",
1409
+ "explode" : true,
1410
+ "schema" : {
1411
+ "type" : [ "string", "null", "integer" ],
1412
+ "format" : "int64",
1413
+ "description" : "ID of the account associated with the product !@exact match@!",
1414
+ "pattern" : "([0-9]+)"
1415
+ }
1416
+ },
1417
+ "viewId" : {
1418
+ "name" : "viewId",
1419
+ "in" : "query",
1420
+ "description" : "Custom view Id",
1421
+ "required" : true,
1422
+ "style" : "form",
1423
+ "explode" : true,
1424
+ "schema" : {
1425
+ "type" : [ "string", "null", "integer" ],
1426
+ "format" : "int64",
1427
+ "description" : "Custom view Id",
1428
+ "pattern" : "([0-9]+)"
1429
+ }
1430
+ },
1431
+ "productId" : {
1432
+ "name" : "productId",
1433
+ "in" : "path",
1434
+ "required" : true,
1435
+ "style" : "simple",
1436
+ "explode" : false,
1437
+ "schema" : {
1438
+ "type" : [ "string", "null", "integer" ],
1439
+ "format" : "int64",
1440
+ "pattern" : "([0-9]+)"
1441
+ }
1442
+ },
1443
+ "contactId" : {
1444
+ "name" : "contactId",
1445
+ "in" : "query",
1446
+ "description" : "ID of the contact associated with the product !@exact match@! ",
1447
+ "required" : false,
1448
+ "style" : "form",
1449
+ "explode" : true,
1450
+ "schema" : {
1451
+ "type" : [ "string", "null", "integer" ],
1452
+ "format" : "int64",
1453
+ "description" : "ID of the contact associated with the product !@exact match@! ",
1454
+ "pattern" : "([0-9]+)"
1455
+ }
1456
+ },
1457
+ "departmentId" : {
1458
+ "name" : "departmentId",
1459
+ "in" : "query",
1460
+ "description" : "ID of the department from which the products count must be computed. If you want to count of the products configured in all accessible departments, pass the value 0.",
1461
+ "required" : false,
1462
+ "style" : "form",
1463
+ "explode" : true,
1464
+ "schema" : {
1465
+ "type" : [ "string", "null", "integer" ],
1466
+ "format" : "int64",
1467
+ "description" : "ID of the department from which the products count must be computed. If you want to count of the products configured in all accessible departments, pass the value 0.",
1468
+ "pattern" : "([0-9]+)"
1469
+ }
1470
+ },
1471
+ "limit" : {
1472
+ "name" : "limit",
1473
+ "in" : "query",
1474
+ "description" : "No. of products to fetch",
1475
+ "required" : false,
1476
+ "style" : "form",
1477
+ "explode" : true,
1478
+ "schema" : {
1479
+ "type" : [ "string", "null", "integer" ],
1480
+ "format" : "int32",
1481
+ "description" : "No. of products to fetch",
1482
+ "maximum" : 100,
1483
+ "minimum" : 1,
1484
+ "pattern" : "([0-9]+)"
1485
+ }
1486
+ },
1487
+ "from" : {
1488
+ "name" : "from",
1489
+ "in" : "query",
1490
+ "description" : "Index number, starting from which the products must be fetched",
1491
+ "required" : false,
1492
+ "style" : "form",
1493
+ "explode" : true,
1494
+ "schema" : {
1495
+ "type" : [ "string", "null", "integer" ],
1496
+ "format" : "int32",
1497
+ "description" : "Index number, starting from which the products must be fetched",
1498
+ "pattern" : "([0-9]+)"
1499
+ }
1500
+ },
1501
+ "ownerId" : {
1502
+ "name" : "ownerId",
1503
+ "in" : "query",
1504
+ "description" : "Displays the number of products of only a particular owner",
1505
+ "required" : false,
1506
+ "style" : "form",
1507
+ "explode" : true,
1508
+ "schema" : {
1509
+ "type" : [ "string", "null", "integer" ],
1510
+ "format" : "int64",
1511
+ "description" : "Displays the number of products of only a particular owner",
1512
+ "pattern" : "([0-9]+)"
1513
+ }
1514
+ },
1515
+ "productName" : {
1516
+ "name" : "productName",
1517
+ "in" : "query",
1518
+ "description" : "Name of the product, used as the keyword for the search",
1519
+ "required" : true,
1520
+ "style" : "form",
1521
+ "explode" : true,
1522
+ "schema" : {
1523
+ "type" : [ "string", "null" ],
1524
+ "description" : "Name of the product, used as the keyword for the search",
1525
+ "maxLength" : 200,
1526
+ "minLength" : 0
1527
+ }
1528
+ }
1529
+ },
1530
+ "requestBodies" : {
1531
+ "productjson" : {
1532
+ "content" : {
1533
+ "application/json" : {
1534
+ "schema" : {
1535
+ "additionalProperties" : false,
1536
+ "allOf" : [ {
1537
+ "$ref" : "#/components/schemas/updateCommonJson"
1538
+ }, {
1539
+ "type" : [ "null", "object" ],
1540
+ "properties" : {
1541
+ "cf" : {
1542
+ "type" : [ "null", "object" ],
1543
+ "additionalProperties" : false,
1544
+ "patternProperties" : {
1545
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1546
+ "type" : [ "string", "null" ],
1547
+ "maxLength" : 100,
1548
+ "minLength" : 0,
1549
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1550
+ }
1551
+ }
1552
+ },
1553
+ "customFields" : {
1554
+ "type" : [ "null", "object" ],
1555
+ "additionalProperties" : false,
1556
+ "patternProperties" : {
1557
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1558
+ "type" : [ "string", "null" ],
1559
+ "maxLength" : 100,
1560
+ "minLength" : 0,
1561
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1562
+ }
1563
+ }
1564
+ },
1565
+ "description" : {
1566
+ "type" : [ "string", "null" ],
1567
+ "maxLength" : 65535,
1568
+ "minLength" : 0,
1569
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1570
+ },
1571
+ "ownerId" : {
1572
+ "type" : [ "string", "null", "integer" ],
1573
+ "format" : "int64",
1574
+ "pattern" : "([0-9]+)"
1575
+ },
1576
+ "productCategory" : {
1577
+ "type" : [ "string", "null" ],
1578
+ "x-dynamic-enum" : true
1579
+ },
1580
+ "manufacturer" : {
1581
+ "type" : [ "string", "null" ],
1582
+ "x-dynamic-enum" : true
1583
+ }
1584
+ }
1585
+ }, {
1586
+ "type" : "object"
1587
+ } ]
1588
+ },
1589
+ "examples" : {
1590
+ "Valid requestBody Definitions" : {
1591
+ "value" : null
1592
+ }
1593
+ }
1594
+ }
1595
+ },
1596
+ "x-custom-request-body-attributes" : {
1597
+ "non-empty" : false,
1598
+ "allow-invalid" : false
1599
+ }
1600
+ },
1601
+ "createProduct_productjson" : {
1602
+ "content" : {
1603
+ "application/json" : {
1604
+ "schema" : {
1605
+ "additionalProperties" : false,
1606
+ "allOf" : [ {
1607
+ "$ref" : "#/components/schemas/curdCommonJson"
1608
+ }, {
1609
+ "type" : [ "null", "object" ],
1610
+ "properties" : {
1611
+ "cf" : {
1612
+ "type" : [ "null", "object" ],
1613
+ "additionalProperties" : false,
1614
+ "patternProperties" : {
1615
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1616
+ "type" : [ "string", "null" ],
1617
+ "maxLength" : 100,
1618
+ "minLength" : 0,
1619
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1620
+ }
1621
+ }
1622
+ },
1623
+ "customFields" : {
1624
+ "type" : [ "null", "object" ],
1625
+ "additionalProperties" : false,
1626
+ "patternProperties" : {
1627
+ "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+" : {
1628
+ "type" : [ "string", "null" ],
1629
+ "maxLength" : 100,
1630
+ "minLength" : 0,
1631
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1632
+ }
1633
+ }
1634
+ },
1635
+ "description" : {
1636
+ "type" : [ "string", "null" ],
1637
+ "maxLength" : 65535,
1638
+ "minLength" : 0,
1639
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1640
+ },
1641
+ "ownerId" : {
1642
+ "type" : [ "string", "null", "integer" ],
1643
+ "format" : "int64",
1644
+ "pattern" : "([0-9]+)"
1645
+ },
1646
+ "productCategory" : {
1647
+ "type" : [ "string", "null" ],
1648
+ "x-dynamic-enum" : true
1649
+ },
1650
+ "manufacturer" : {
1651
+ "type" : [ "string", "null" ],
1652
+ "x-dynamic-enum" : true
1653
+ }
1654
+ }
1655
+ }, {
1656
+ "type" : "object",
1657
+ "required" : [ "departmentIds", "productName" ]
1658
+ } ]
1659
+ },
1660
+ "examples" : {
1661
+ "Valid requestBody Definitions" : {
1662
+ "value" : {
1663
+ "unitPrice" : "100",
1664
+ "productCode" : "12345",
1665
+ "departmentIds" : [ "6000000007239", "6000000029263" ],
1666
+ "productName" : "Dell"
1667
+ }
1668
+ }
1669
+ }
1670
+ }
1671
+ },
1672
+ "x-custom-request-body-attributes" : {
1673
+ "non-empty" : false,
1674
+ "allow-invalid" : false
1675
+ }
1676
+ },
1677
+ "productsRecyclebinJson" : {
1678
+ "content" : {
1679
+ "application/json" : {
1680
+ "schema" : {
1681
+ "type" : [ "null", "object" ],
1682
+ "additionalProperties" : false,
1683
+ "properties" : {
1684
+ "productIds" : {
1685
+ "type" : [ "null", "array" ],
1686
+ "items" : {
1687
+ "type" : [ "string", "null", "integer" ],
1688
+ "format" : "int64",
1689
+ "pattern" : "([0-9]+)",
1690
+ "x-custom-parameters-attributes" : [ { } ]
1691
+ },
1692
+ "uniqueItems" : false
1693
+ },
1694
+ "departmentId" : {
1695
+ "type" : [ "string", "null", "integer" ],
1696
+ "format" : "int64",
1697
+ "pattern" : "([0-9]+)",
1698
+ "x-custom-parameters-attributes" : {
1699
+ "entity" : "Departments"
1700
+ }
1701
+ }
1702
+ },
1703
+ "required" : [ "productIds" ]
1704
+ },
1705
+ "examples" : {
1706
+ "Valid requestBody Definitions" : {
1707
+ "value" : {
1708
+ "productIds" : [ "2000032003232" ],
1709
+ "departmentId" : "2000032006800"
1710
+ }
1711
+ }
1712
+ }
1713
+ }
1714
+ },
1715
+ "x-custom-request-body-attributes" : {
1716
+ "non-empty" : false,
1717
+ "allow-invalid" : false
1718
+ }
1719
+ },
1720
+ "associateAccountsWithProduct" : {
1721
+ "content" : {
1722
+ "application/json" : {
1723
+ "schema" : {
1724
+ "type" : [ "null", "object" ],
1725
+ "additionalProperties" : false,
1726
+ "properties" : {
1727
+ "ids" : {
1728
+ "type" : [ "null", "array" ],
1729
+ "items" : {
1730
+ "type" : [ "string", "null", "integer" ],
1731
+ "format" : "int64",
1732
+ "pattern" : "([0-9]+)",
1733
+ "x-custom-parameters-attributes" : [ { } ]
1734
+ },
1735
+ "uniqueItems" : true
1736
+ },
1737
+ "associate" : {
1738
+ "type" : [ "boolean", "null" ]
1739
+ }
1740
+ },
1741
+ "required" : [ "associate", "ids" ]
1742
+ },
1743
+ "examples" : {
1744
+ "Valid requestBody Definitions" : {
1745
+ "value" : {
1746
+ "ids" : [ "2000000029035", "2000000029001" ],
1747
+ "associate" : true
1748
+ }
1749
+ }
1750
+ }
1751
+ }
1752
+ },
1753
+ "x-custom-request-body-attributes" : {
1754
+ "non-empty" : false,
1755
+ "allow-invalid" : false
1756
+ }
1757
+ },
1758
+ "associateContactsWithProduct" : {
1759
+ "content" : {
1760
+ "application/json" : {
1761
+ "schema" : {
1762
+ "type" : [ "null", "object" ],
1763
+ "additionalProperties" : false,
1764
+ "properties" : {
1765
+ "ids" : {
1766
+ "type" : [ "null", "array" ],
1767
+ "items" : {
1768
+ "type" : [ "string", "null", "integer" ],
1769
+ "format" : "int64",
1770
+ "pattern" : "([0-9]+)",
1771
+ "x-custom-parameters-attributes" : [ { } ]
1772
+ },
1773
+ "uniqueItems" : true
1774
+ },
1775
+ "associate" : {
1776
+ "type" : [ "boolean", "null" ]
1777
+ }
1778
+ },
1779
+ "required" : [ "associate", "ids" ]
1780
+ },
1781
+ "examples" : {
1782
+ "Valid requestBody Definitions" : {
1783
+ "value" : {
1784
+ "ids" : [ "2000000034031", "2000000034029" ],
1785
+ "associate" : true
1786
+ }
1787
+ }
1788
+ }
1789
+ }
1790
+ },
1791
+ "x-custom-request-body-attributes" : {
1792
+ "non-empty" : false,
1793
+ "allow-invalid" : false
1794
+ }
1795
+ },
1796
+ "massUpdatePayload" : {
1797
+ "content" : {
1798
+ "application/json" : {
1799
+ "schema" : {
1800
+ "type" : [ "null", "object" ],
1801
+ "additionalProperties" : false,
1802
+ "properties" : {
1803
+ "fieldName" : {
1804
+ "type" : [ "string", "null" ],
1805
+ "maxLength" : 100,
1806
+ "minLength" : 0
1807
+ },
1808
+ "isCustomField" : {
1809
+ "type" : [ "boolean", "null" ]
1810
+ },
1811
+ "ids" : {
1812
+ "type" : [ "null", "array" ],
1813
+ "items" : {
1814
+ "type" : [ "string", "null", "integer" ],
1815
+ "format" : "int64",
1816
+ "pattern" : "([0-9]+)",
1817
+ "x-custom-parameters-attributes" : [ { } ]
1818
+ },
1819
+ "uniqueItems" : true
1820
+ },
1821
+ "fieldValue" : {
1822
+ "type" : [ "string", "null" ],
1823
+ "maxLength" : 100,
1824
+ "minLength" : 0,
1825
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1826
+ }
1827
+ },
1828
+ "required" : [ "fieldName", "fieldValue", "ids" ]
1829
+ },
1830
+ "examples" : {
1831
+ "Valid requestBody Definitions" : {
1832
+ "value" : {
1833
+ "fieldName" : "productCode",
1834
+ "isCustomField" : false,
1835
+ "ids" : [ 6000000124009, 6000000121033, 6000000120132 ],
1836
+ "fieldValue" : "PCOD0357"
1837
+ }
1838
+ }
1839
+ }
1840
+ }
1841
+ },
1842
+ "x-custom-request-body-attributes" : {
1843
+ "non-empty" : false,
1844
+ "allow-invalid" : false
1845
+ }
1846
+ }
1847
+ },
1848
+ "securitySchemes" : {
1849
+ "cookie-auth" : {
1850
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
1851
+ },
1852
+ "org-oauth" : {
1853
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
1854
+ },
1855
+ "iam-oauth2-schema" : {
1856
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
1857
+ }
1858
+ }
1859
+ },
1860
+ "x-entity" : "Product"
1861
+ }