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,2460 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "SocialPosts",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "integration",
7
+ "x-module-group" : "social"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/socialBrands/{brandId}/instagramPosts" : {
11
+ "get" : {
12
+ "tags" : [ "SocialPosts" ],
13
+ "summary" : "Get InstagramPosts",
14
+ "description" : "Get InstagramPosts of Brand",
15
+ "operationId" : "getInstagramPosts",
16
+ "parameters" : [ {
17
+ "$ref" : "#/components/parameters/cursor"
18
+ }, {
19
+ "$ref" : "#/components/parameters/type"
20
+ }, {
21
+ "$ref" : "#/components/parameters/brandId"
22
+ }, {
23
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
24
+ } ],
25
+ "responses" : {
26
+ "200" : {
27
+ "$ref" : "#/components/responses/getInstagramPosts"
28
+ },
29
+ "422" : {
30
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
31
+ },
32
+ "500" : {
33
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
34
+ },
35
+ "204" : {
36
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
37
+ },
38
+ "403" : {
39
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
40
+ }
41
+ },
42
+ "security" : [ {
43
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
44
+ }, {
45
+ "iam-oauth2-schema" : [ "Desk.integrations.READ" ]
46
+ } ],
47
+ "x-audience" : [ "company-internal" ],
48
+ "x-custom-url-attribute" : {
49
+ "security" : {
50
+ "throttle" : {
51
+ "inline" : [ {
52
+ "scope" : "APPSERVER",
53
+ "rules" : [ {
54
+ "duration" : 60000,
55
+ "lock-period" : 300000,
56
+ "threshold" : 100,
57
+ "hip" : false
58
+ }, {
59
+ "duration" : 3600000,
60
+ "lock-period" : 900000,
61
+ "threshold" : 4000,
62
+ "hip" : false
63
+ } ],
64
+ "window" : "ROLLING",
65
+ "key" : "url.path+user.zuid"
66
+ } ]
67
+ },
68
+ "extraparams" : {
69
+ "disable" : true,
70
+ "ignore" : false
71
+ },
72
+ "authentication" : { }
73
+ },
74
+ "clan-group" : "integration",
75
+ "apihash" : "2ef4fc3f9ff191d161351ebcc7c93373",
76
+ "module-group" : "social",
77
+ "apimethod" : "com.zoho.support.restapi.SocialService.getInstagramPosts"
78
+ }
79
+ }
80
+ },
81
+ "/api/v1/socialBrands/{brandId}/instagramPosts/{postId}/convertAsTicket" : {
82
+ "post" : {
83
+ "tags" : [ "SocialPosts" ],
84
+ "summary" : "Convert instagramPosts to Ticket",
85
+ "description" : "Convert instagramPosts to Ticket",
86
+ "operationId" : "convertInstagramPostToTicket",
87
+ "parameters" : [ {
88
+ "$ref" : "#/components/parameters/departmentId"
89
+ }, {
90
+ "$ref" : "#/components/parameters/brandId"
91
+ }, {
92
+ "$ref" : "#/components/parameters/postId"
93
+ }, {
94
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
95
+ } ],
96
+ "responses" : {
97
+ "200" : {
98
+ "$ref" : "#/components/responses/convertInstagramPostToTicket"
99
+ },
100
+ "422" : {
101
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
102
+ },
103
+ "500" : {
104
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
105
+ },
106
+ "204" : {
107
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
108
+ },
109
+ "403" : {
110
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
111
+ }
112
+ },
113
+ "security" : [ {
114
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
115
+ }, {
116
+ "iam-oauth2-schema" : [ "Desk.tickets.CREATE" ]
117
+ } ],
118
+ "x-audience" : [ "company-internal" ],
119
+ "x-custom-url-attribute" : {
120
+ "security" : {
121
+ "throttle" : {
122
+ "inline" : [ {
123
+ "scope" : "APPSERVER",
124
+ "rules" : [ {
125
+ "duration" : 60000,
126
+ "lock-period" : 300000,
127
+ "threshold" : 15,
128
+ "hip" : false
129
+ } ],
130
+ "window" : "ROLLING",
131
+ "key" : "url.path+user.zuid"
132
+ } ]
133
+ },
134
+ "extraparams" : {
135
+ "disable" : true,
136
+ "ignore" : false
137
+ },
138
+ "authentication" : { }
139
+ },
140
+ "clan-group" : "integration",
141
+ "apihash" : "e88d254d56e8ffbb5016166efa13d110",
142
+ "module-group" : "social",
143
+ "apimethod" : "com.zoho.support.restapi.SocialService.convertInstagramPostToTicket"
144
+ }
145
+ }
146
+ },
147
+ "/api/v1/socialBrands/{brandId}/instagramConversations/{conversationId}" : {
148
+ "post" : {
149
+ "tags" : [ "SocialPosts" ],
150
+ "summary" : "Reply to InstagramConversation",
151
+ "description" : "Reply to Instagram Conversation",
152
+ "operationId" : "replyInstagramConversation",
153
+ "parameters" : [ {
154
+ "name" : "receiverId",
155
+ "in" : "query",
156
+ "description" : "To Profile which Reply has to be sent",
157
+ "required" : true,
158
+ "style" : "form",
159
+ "explode" : true,
160
+ "schema" : {
161
+ "type" : [ "string", "null", "integer" ],
162
+ "format" : "int64",
163
+ "description" : "To Profile which Reply has to be sent",
164
+ "pattern" : "([0-9]+)"
165
+ }
166
+ }, {
167
+ "name" : "message",
168
+ "in" : "query",
169
+ "description" : "Message to be Replied",
170
+ "required" : false,
171
+ "style" : "form",
172
+ "explode" : true,
173
+ "schema" : {
174
+ "type" : [ "string", "null" ],
175
+ "description" : "Message to be Replied",
176
+ "maxLength" : 65535,
177
+ "minLength" : 0,
178
+ "x-custom-parameters-attributes" : {
179
+ "preserveCharsLimit" : 50,
180
+ "preserveChars" : "5,6",
181
+ "xss" : "antisamyfilter_custom",
182
+ "mask" : "partial"
183
+ }
184
+ }
185
+ }, {
186
+ "$ref" : "#/components/parameters/conversationId"
187
+ }, {
188
+ "$ref" : "#/components/parameters/brandId"
189
+ }, {
190
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
191
+ } ],
192
+ "requestBody" : {
193
+ "content" : {
194
+ "multipart/form-data" : {
195
+ "schema" : {
196
+ "type" : "object",
197
+ "properties" : {
198
+ "file" : {
199
+ "type" : "string",
200
+ "format" : "binary"
201
+ }
202
+ },
203
+ "required" : [ "file" ]
204
+ }
205
+ }
206
+ }
207
+ },
208
+ "responses" : {
209
+ "200" : {
210
+ "$ref" : "#/components/responses/replyInstagramConversationResponse"
211
+ },
212
+ "422" : {
213
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
214
+ },
215
+ "500" : {
216
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
217
+ },
218
+ "204" : {
219
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
220
+ },
221
+ "403" : {
222
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
223
+ }
224
+ },
225
+ "security" : [ {
226
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
227
+ }, {
228
+ "cookie-auth" : [ "cookie-auth" ]
229
+ } ],
230
+ "x-audience" : [ "company-internal" ],
231
+ "x-custom-url-attribute" : {
232
+ "security" : {
233
+ "throttle" : {
234
+ "inline" : [ {
235
+ "scope" : "APPSERVER",
236
+ "rules" : [ {
237
+ "duration" : 60000,
238
+ "lock-period" : 300000,
239
+ "threshold" : 15,
240
+ "hip" : false
241
+ } ],
242
+ "window" : "ROLLING",
243
+ "key" : "url.path+user.zuid"
244
+ } ]
245
+ },
246
+ "extraparams" : {
247
+ "disable" : true,
248
+ "ignore" : false
249
+ },
250
+ "authentication" : { }
251
+ },
252
+ "clan-group" : "integration",
253
+ "apihash" : "4dfadee29c2f50df7213f2dd31f91a27",
254
+ "module-group" : "social",
255
+ "apimethod" : "com.zoho.support.restapi.SocialService.replyInstagramConversation"
256
+ }
257
+ }
258
+ },
259
+ "/api/v1/socialBrands/{brandId}/instagramPosts/comment" : {
260
+ "post" : {
261
+ "tags" : [ "SocialPosts" ],
262
+ "summary" : "Post comment to instagram",
263
+ "description" : "Post comment to instagram",
264
+ "operationId" : "replyInstagramComment",
265
+ "parameters" : [ {
266
+ "name" : "id",
267
+ "in" : "query",
268
+ "description" : "ID of post or comment",
269
+ "required" : true,
270
+ "style" : "form",
271
+ "explode" : true,
272
+ "schema" : {
273
+ "type" : [ "string", "null", "integer" ],
274
+ "format" : "int64",
275
+ "description" : "ID of post or comment",
276
+ "pattern" : "([0-9]+)"
277
+ }
278
+ }, {
279
+ "$ref" : "#/components/parameters/message"
280
+ }, {
281
+ "$ref" : "#/components/parameters/type"
282
+ }, {
283
+ "$ref" : "#/components/parameters/brandId"
284
+ }, {
285
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
286
+ } ],
287
+ "responses" : {
288
+ "200" : {
289
+ "$ref" : "#/components/responses/replyInstagramComment"
290
+ },
291
+ "422" : {
292
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
293
+ },
294
+ "500" : {
295
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
296
+ },
297
+ "204" : {
298
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
299
+ },
300
+ "403" : {
301
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
302
+ }
303
+ },
304
+ "security" : [ {
305
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
306
+ }, {
307
+ "cookie-auth" : [ "cookie-auth" ]
308
+ } ],
309
+ "x-audience" : [ "company-internal" ],
310
+ "x-custom-url-attribute" : {
311
+ "security" : {
312
+ "throttle" : {
313
+ "inline" : [ {
314
+ "scope" : "APPSERVER",
315
+ "rules" : [ {
316
+ "duration" : 60000,
317
+ "lock-period" : 300000,
318
+ "threshold" : 15,
319
+ "hip" : false
320
+ } ],
321
+ "window" : "ROLLING",
322
+ "key" : "url.path+user.zuid"
323
+ } ]
324
+ },
325
+ "extraparams" : {
326
+ "disable" : true,
327
+ "ignore" : false
328
+ },
329
+ "authentication" : { }
330
+ },
331
+ "clan-group" : "integration",
332
+ "apihash" : "9fe8aaf857d209d50331b6d214f36918",
333
+ "module-group" : "social",
334
+ "apimethod" : "com.zoho.support.restapi.SocialService.replyInstagramComment"
335
+ }
336
+ }
337
+ },
338
+ "/api/v1/socialBrands/{brandId}/instagramConversations/{conversationId}/convertAsTicket" : {
339
+ "post" : {
340
+ "tags" : [ "SocialPosts" ],
341
+ "summary" : "Convert InstagramConversation to Ticket",
342
+ "description" : "Convert Instagram Converstion to Ticket",
343
+ "operationId" : "convertInstagramConversationToTicket",
344
+ "parameters" : [ {
345
+ "$ref" : "#/components/parameters/departmentId"
346
+ }, {
347
+ "$ref" : "#/components/parameters/conversationId"
348
+ }, {
349
+ "$ref" : "#/components/parameters/brandId"
350
+ }, {
351
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
352
+ } ],
353
+ "responses" : {
354
+ "200" : {
355
+ "$ref" : "#/components/responses/convertInstagramConversationToTicket"
356
+ },
357
+ "422" : {
358
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
359
+ },
360
+ "500" : {
361
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
362
+ },
363
+ "204" : {
364
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
365
+ },
366
+ "403" : {
367
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
368
+ }
369
+ },
370
+ "security" : [ {
371
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
372
+ }, {
373
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE", "Desk.tickets.CREATE" ]
374
+ } ],
375
+ "x-audience" : [ "company-internal" ],
376
+ "x-custom-url-attribute" : {
377
+ "security" : {
378
+ "throttle" : {
379
+ "inline" : [ {
380
+ "scope" : "APPSERVER",
381
+ "rules" : [ {
382
+ "duration" : 60000,
383
+ "lock-period" : 300000,
384
+ "threshold" : 15,
385
+ "hip" : false
386
+ } ],
387
+ "window" : "ROLLING",
388
+ "key" : "url.path+user.zuid"
389
+ } ]
390
+ },
391
+ "extraparams" : {
392
+ "disable" : true,
393
+ "ignore" : false
394
+ },
395
+ "authentication" : {
396
+ "deprecatedScopes" : [ "settings" ]
397
+ }
398
+ },
399
+ "clan-group" : "integration",
400
+ "apihash" : "4bd765cd1946e406931ead59909347e1",
401
+ "module-group" : "social",
402
+ "apimethod" : "com.zoho.support.restapi.SocialService.convertInstagramConversationToTicket"
403
+ }
404
+ }
405
+ },
406
+ "/api/v1/socialBrands/{brandId}/instagramConversations/{conversationId}/messages" : {
407
+ "get" : {
408
+ "tags" : [ "SocialPosts" ],
409
+ "summary" : "Get InstagramConversation Messages",
410
+ "description" : "Conversation from a Instagram Account of a Brand",
411
+ "operationId" : "getInstagramConvoMesssages",
412
+ "parameters" : [ {
413
+ "$ref" : "#/components/parameters/conversationId"
414
+ }, {
415
+ "$ref" : "#/components/parameters/brandId"
416
+ }, {
417
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
418
+ } ],
419
+ "responses" : {
420
+ "200" : {
421
+ "$ref" : "#/components/responses/getInstagramConvoMesssagesResponse"
422
+ },
423
+ "422" : {
424
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
425
+ },
426
+ "500" : {
427
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
428
+ },
429
+ "204" : {
430
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
431
+ },
432
+ "403" : {
433
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
434
+ }
435
+ },
436
+ "security" : [ {
437
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
438
+ }, {
439
+ "cookie-auth" : [ "cookie-auth" ]
440
+ } ],
441
+ "x-audience" : [ "company-internal" ],
442
+ "x-custom-url-attribute" : {
443
+ "security" : {
444
+ "throttle" : {
445
+ "inline" : [ {
446
+ "scope" : "APPSERVER",
447
+ "rules" : [ {
448
+ "duration" : 60000,
449
+ "lock-period" : 300000,
450
+ "threshold" : 35,
451
+ "hip" : false
452
+ } ],
453
+ "window" : "ROLLING",
454
+ "key" : "url.path+user.zuid"
455
+ } ]
456
+ },
457
+ "extraparams" : {
458
+ "disable" : true,
459
+ "ignore" : false
460
+ },
461
+ "authentication" : { }
462
+ },
463
+ "clan-group" : "integration",
464
+ "apihash" : "2e4aa29cd0b652c8e01790ddc318cba6",
465
+ "module-group" : "social",
466
+ "apimethod" : "com.zoho.support.restapi.SocialService.getInstagramConvoMesssages"
467
+ }
468
+ }
469
+ },
470
+ "/api/v1/socialBrands/{brandId}/instagramPosts/{postId}/comments" : {
471
+ "get" : {
472
+ "tags" : [ "SocialPosts" ],
473
+ "summary" : "Get InstagramPosts Comments",
474
+ "description" : "Get InstagramPosts comments",
475
+ "operationId" : "getInstagramComments",
476
+ "parameters" : [ {
477
+ "$ref" : "#/components/parameters/cursor"
478
+ }, {
479
+ "$ref" : "#/components/parameters/brandId"
480
+ }, {
481
+ "$ref" : "#/components/parameters/postId"
482
+ }, {
483
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
484
+ } ],
485
+ "responses" : {
486
+ "200" : {
487
+ "$ref" : "#/components/responses/getInstagramCommentsResponse"
488
+ },
489
+ "422" : {
490
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
491
+ },
492
+ "500" : {
493
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
494
+ },
495
+ "204" : {
496
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
497
+ },
498
+ "403" : {
499
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
500
+ }
501
+ },
502
+ "security" : [ {
503
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
504
+ }, {
505
+ "cookie-auth" : [ "cookie-auth" ]
506
+ } ],
507
+ "x-audience" : [ "company-internal" ],
508
+ "x-custom-url-attribute" : {
509
+ "security" : {
510
+ "throttle" : {
511
+ "inline" : [ {
512
+ "scope" : "APPSERVER",
513
+ "rules" : [ {
514
+ "duration" : 60000,
515
+ "lock-period" : 300000,
516
+ "threshold" : 30,
517
+ "hip" : false
518
+ } ],
519
+ "window" : "ROLLING",
520
+ "key" : "url.path+user.zuid"
521
+ } ]
522
+ },
523
+ "extraparams" : {
524
+ "disable" : true,
525
+ "ignore" : false
526
+ },
527
+ "authentication" : { }
528
+ },
529
+ "clan-group" : "integration",
530
+ "apihash" : "32b967a0af66b391fe87dca97697d9d8",
531
+ "module-group" : "social",
532
+ "apimethod" : "com.zoho.support.restapi.SocialService.getInstagramComments"
533
+ }
534
+ }
535
+ },
536
+ "/api/v1/socialBrands/{brandId}/instagramConversations" : {
537
+ "get" : {
538
+ "tags" : [ "SocialPosts" ],
539
+ "summary" : "Get Instagram Conversations",
540
+ "description" : "Conversation from a Instagram Account of a Brand",
541
+ "operationId" : "getInstagramConversations",
542
+ "parameters" : [ {
543
+ "$ref" : "#/components/parameters/brandId"
544
+ }, {
545
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
546
+ } ],
547
+ "responses" : {
548
+ "200" : {
549
+ "$ref" : "#/components/responses/getInstagramConversations"
550
+ },
551
+ "422" : {
552
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
553
+ },
554
+ "500" : {
555
+ "$ref" : "../common/Common.json#/components/responses/internalErrorResponse"
556
+ },
557
+ "204" : {
558
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
559
+ },
560
+ "403" : {
561
+ "$ref" : "../common/Common.json#/components/responses/forbiddenErrorResponse"
562
+ }
563
+ },
564
+ "security" : [ {
565
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
566
+ }, {
567
+ "iam-oauth2-schema" : [ "Desk.integrations.READ" ]
568
+ } ],
569
+ "x-audience" : [ "company-internal" ],
570
+ "x-custom-url-attribute" : {
571
+ "security" : {
572
+ "throttle" : {
573
+ "inline" : [ {
574
+ "scope" : "APPSERVER",
575
+ "rules" : [ {
576
+ "duration" : 60000,
577
+ "lock-period" : 300000,
578
+ "threshold" : 20,
579
+ "hip" : false
580
+ } ],
581
+ "window" : "ROLLING",
582
+ "key" : "url.path+user.zuid"
583
+ } ]
584
+ },
585
+ "extraparams" : {
586
+ "disable" : true,
587
+ "ignore" : false
588
+ },
589
+ "authentication" : { }
590
+ },
591
+ "clan-group" : "integration",
592
+ "apihash" : "632266d5056c6fc3dce720ba8d568cad",
593
+ "module-group" : "social",
594
+ "apimethod" : "com.zoho.support.restapi.SocialService.getInstagramConversations"
595
+ }
596
+ }
597
+ }
598
+ },
599
+ "components" : {
600
+ "schemas" : {
601
+ "cursor" : {
602
+ "type" : [ "null", "object" ],
603
+ "additionalProperties" : false,
604
+ "properties" : {
605
+ "before" : {
606
+ "type" : [ "string", "null" ],
607
+ "maxLength" : 500,
608
+ "minLength" : 0
609
+ },
610
+ "after" : {
611
+ "type" : [ "string", "null" ],
612
+ "maxLength" : 500,
613
+ "minLength" : 0
614
+ }
615
+ },
616
+ "required" : [ "after", "before" ]
617
+ },
618
+ "attachments" : {
619
+ "type" : [ "null", "object" ],
620
+ "additionalProperties" : false,
621
+ "properties" : {
622
+ "href" : {
623
+ "type" : [ "string", "null" ],
624
+ "maxLength" : 500,
625
+ "minLength" : 0
626
+ },
627
+ "id" : {
628
+ "type" : [ "string", "null", "integer" ],
629
+ "format" : "int64",
630
+ "pattern" : "([0-9]+)"
631
+ },
632
+ "type" : {
633
+ "type" : [ "string", "null" ],
634
+ "enum" : [ "IMAGE", "VIDEO", "photo", "shared_post_photo" ],
635
+ "maxLength" : 100,
636
+ "minLength" : 0
637
+ }
638
+ },
639
+ "required" : [ "href", "id", "type" ]
640
+ },
641
+ "attachmentsArr" : {
642
+ "type" : [ "null", "array" ],
643
+ "items" : {
644
+ "$ref" : "./SocialPosts.json#/components/schemas/attachments"
645
+ }
646
+ },
647
+ "replies" : {
648
+ "type" : [ "null", "object" ],
649
+ "additionalProperties" : false,
650
+ "properties" : {
651
+ "count" : {
652
+ "type" : [ "string", "null", "integer" ],
653
+ "format" : "int32",
654
+ "pattern" : "([0-9]+)"
655
+ },
656
+ "canComment" : {
657
+ "type" : [ "boolean", "null" ]
658
+ }
659
+ },
660
+ "required" : [ "canComment", "count" ]
661
+ },
662
+ "author" : {
663
+ "type" : [ "null", "object" ],
664
+ "additionalProperties" : false,
665
+ "properties" : {
666
+ "name" : {
667
+ "type" : [ "string", "null" ],
668
+ "maxLength" : 100,
669
+ "minLength" : 0
670
+ },
671
+ "id" : {
672
+ "type" : [ "string", "null", "integer" ],
673
+ "format" : "int64",
674
+ "pattern" : "([0-9]+)"
675
+ },
676
+ "href" : {
677
+ "type" : [ "string", "null" ],
678
+ "maxLength" : 500,
679
+ "minLength" : 0
680
+ },
681
+ "username" : {
682
+ "type" : [ "string", "null" ],
683
+ "maxLength" : 100,
684
+ "minLength" : 0
685
+ }
686
+ },
687
+ "required" : [ "href", "id", "name", "username" ]
688
+ },
689
+ "likes" : {
690
+ "type" : [ "null", "object" ],
691
+ "additionalProperties" : false,
692
+ "properties" : {
693
+ "count" : {
694
+ "type" : [ "string", "null", "integer" ],
695
+ "format" : "int32",
696
+ "pattern" : "([0-9]+)"
697
+ }
698
+ },
699
+ "required" : [ "count" ]
700
+ },
701
+ "data" : {
702
+ "type" : [ "null", "object" ],
703
+ "additionalProperties" : false,
704
+ "properties" : {
705
+ "attachments" : {
706
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArr"
707
+ },
708
+ "replies" : {
709
+ "$ref" : "./SocialPosts.json#/components/schemas/replies"
710
+ },
711
+ "author" : {
712
+ "$ref" : "./SocialPosts.json#/components/schemas/author"
713
+ },
714
+ "createdTime" : {
715
+ "type" : [ "string", "null" ],
716
+ "maxLength" : 100,
717
+ "minLength" : 0
718
+ },
719
+ "id" : {
720
+ "type" : [ "string", "null", "integer" ],
721
+ "format" : "int64",
722
+ "pattern" : "([0-9]+)"
723
+ },
724
+ "likes" : {
725
+ "$ref" : "./SocialPosts.json#/components/schemas/likes"
726
+ }
727
+ },
728
+ "required" : [ "attachments", "author", "createdTime", "id", "likes", "replies" ]
729
+ },
730
+ "ticketdata" : {
731
+ "type" : [ "null", "object" ],
732
+ "additionalProperties" : false,
733
+ "properties" : {
734
+ "ticketNumber" : {
735
+ "type" : [ "string", "null", "integer" ],
736
+ "format" : "int32",
737
+ "pattern" : "([0-9]+)"
738
+ },
739
+ "departmentId" : {
740
+ "type" : [ "string", "null", "integer" ],
741
+ "format" : "int64",
742
+ "pattern" : "([0-9]+)"
743
+ },
744
+ "id" : {
745
+ "type" : [ "string", "null", "integer" ],
746
+ "format" : "int64",
747
+ "pattern" : "([0-9]+)"
748
+ },
749
+ "encryptedTicketId" : {
750
+ "type" : [ "string", "null" ],
751
+ "maxLength" : 100,
752
+ "minLength" : 0
753
+ }
754
+ },
755
+ "required" : [ "departmentId", "encryptedTicketId", "id", "ticketNumber" ]
756
+ },
757
+ "datawithtickets" : {
758
+ "additionalProperties" : false,
759
+ "allOf" : [ {
760
+ "$ref" : "./SocialPosts.json#/components/schemas/data"
761
+ }, {
762
+ "type" : [ "null", "object" ],
763
+ "properties" : {
764
+ "ticket" : {
765
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
766
+ }
767
+ },
768
+ "required" : [ "ticket" ]
769
+ } ]
770
+ },
771
+ "datawithmessage" : {
772
+ "additionalProperties" : false,
773
+ "allOf" : [ {
774
+ "$ref" : "./SocialPosts.json#/components/schemas/data"
775
+ }, {
776
+ "type" : [ "null", "object" ],
777
+ "properties" : {
778
+ "message" : {
779
+ "type" : [ "string", "null" ],
780
+ "maxLength" : 65535,
781
+ "minLength" : 0
782
+ }
783
+ },
784
+ "required" : [ "message" ]
785
+ } ]
786
+ },
787
+ "datawithticketsandmessage" : {
788
+ "additionalProperties" : false,
789
+ "allOf" : [ {
790
+ "$ref" : "./SocialPosts.json#/components/schemas/data"
791
+ }, {
792
+ "type" : [ "null", "object" ],
793
+ "properties" : {
794
+ "ticket" : {
795
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
796
+ },
797
+ "message" : {
798
+ "$ref" : "./SocialPosts.json#/components/schemas/datawithmessage"
799
+ }
800
+ },
801
+ "required" : [ "message", "ticket" ]
802
+ } ]
803
+ },
804
+ "dataArr" : {
805
+ "type" : [ "null", "array" ],
806
+ "items" : {
807
+ "oneOf" : [ {
808
+ "$ref" : "./SocialPosts.json#/components/schemas/data"
809
+ }, {
810
+ "$ref" : "./SocialPosts.json#/components/schemas/datawithtickets"
811
+ }, {
812
+ "$ref" : "./SocialPosts.json#/components/schemas/datawithmessage"
813
+ }, {
814
+ "$ref" : "./SocialPosts.json#/components/schemas/datawithticketsandmessage"
815
+ } ]
816
+ }
817
+ },
818
+ "authorConverstions" : {
819
+ "type" : [ "null", "object" ],
820
+ "additionalProperties" : false,
821
+ "properties" : {
822
+ "name" : {
823
+ "type" : [ "string", "null" ],
824
+ "maxLength" : 100,
825
+ "minLength" : 0
826
+ },
827
+ "id" : {
828
+ "type" : [ "string", "null", "integer" ],
829
+ "format" : "int64",
830
+ "pattern" : "([0-9]+)"
831
+ },
832
+ "href" : {
833
+ "type" : [ "string", "null" ],
834
+ "maxLength" : 500,
835
+ "minLength" : 0
836
+ }
837
+ },
838
+ "required" : [ "href", "id", "name" ]
839
+ },
840
+ "to" : {
841
+ "type" : [ "null", "object" ],
842
+ "additionalProperties" : false,
843
+ "properties" : {
844
+ "name" : {
845
+ "type" : [ "string", "null" ],
846
+ "maxLength" : 100,
847
+ "minLength" : 0
848
+ },
849
+ "href" : {
850
+ "type" : [ "string", "null" ],
851
+ "maxLength" : 500,
852
+ "minLength" : 0
853
+ },
854
+ "id" : {
855
+ "type" : [ "string", "null", "integer" ],
856
+ "format" : "int64",
857
+ "pattern" : "([0-9]+)"
858
+ }
859
+ },
860
+ "required" : [ "href", "id", "name" ]
861
+ },
862
+ "attachmentsMessages" : {
863
+ "type" : [ "null", "object" ],
864
+ "additionalProperties" : false,
865
+ "properties" : {
866
+ "href" : {
867
+ "type" : [ "string", "null" ],
868
+ "maxLength" : 500,
869
+ "minLength" : 0
870
+ },
871
+ "type" : {
872
+ "type" : [ "string", "null" ],
873
+ "enum" : [ "IMAGE", "VIDEO", "photo", "shared_post_photo" ],
874
+ "maxLength" : 100,
875
+ "minLength" : 0
876
+ }
877
+ },
878
+ "required" : [ "href", "type" ]
879
+ },
880
+ "attachmentsArrMessages" : {
881
+ "type" : [ "null", "array" ],
882
+ "items" : {
883
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsMessages"
884
+ }
885
+ },
886
+ "replyInstagramConversation" : {
887
+ "type" : [ "null", "object" ],
888
+ "additionalProperties" : false,
889
+ "properties" : {
890
+ "author" : {
891
+ "$ref" : "./SocialPosts.json#/components/schemas/authorConverstions"
892
+ },
893
+ "conversationId" : {
894
+ "type" : [ "string", "null" ],
895
+ "maxLength" : 500,
896
+ "minLength" : 0,
897
+ "pattern" : "([0-9a-zA-Z_]+)"
898
+ },
899
+ "createdTime" : {
900
+ "type" : [ "string", "null" ],
901
+ "maxLength" : 100,
902
+ "minLength" : 0
903
+ },
904
+ "to" : {
905
+ "$ref" : "./SocialPosts.json#/components/schemas/to"
906
+ },
907
+ "id" : {
908
+ "type" : [ "string", "null", "integer" ],
909
+ "format" : "int64",
910
+ "pattern" : "([0-9]+)"
911
+ },
912
+ "message" : {
913
+ "type" : [ "string", "null" ],
914
+ "maxLength" : 65535,
915
+ "minLength" : 0,
916
+ "x-custom-parameters-attributes" : {
917
+ "removeExif" : false,
918
+ "replacementString" : "",
919
+ "filterMatchedContent" : false,
920
+ "antivirus" : false,
921
+ "allowInvalid" : false,
922
+ "descrption" : "Message to be Replied",
923
+ "secret" : false,
924
+ "preserveCharsLimit" : 50,
925
+ "trim" : false,
926
+ "internalParam" : false,
927
+ "preserveChars" : "5,6",
928
+ "xss" : "antisamyfilter_custom",
929
+ "importUrl" : false,
930
+ "decrypt" : false,
931
+ "mask" : "partial"
932
+ }
933
+ }
934
+ },
935
+ "required" : [ "author", "conversationId", "createdTime", "id", "message", "to" ]
936
+ },
937
+ "author1" : {
938
+ "type" : [ "null", "object" ],
939
+ "additionalProperties" : false,
940
+ "properties" : {
941
+ "id" : {
942
+ "type" : [ "string", "null", "integer" ],
943
+ "format" : "int64",
944
+ "pattern" : "([0-9]+)",
945
+ "x-custom-parameters-attributes" : {
946
+ "removeExif" : false,
947
+ "replacementString" : "",
948
+ "filterMatchedContent" : false,
949
+ "antivirus" : false,
950
+ "allowInvalid" : false,
951
+ "descrption" : "ID of post or comment",
952
+ "secret" : false,
953
+ "preserveCharsLimit" : 10,
954
+ "trim" : false,
955
+ "internalParam" : false,
956
+ "preserveChars" : "0,5",
957
+ "importUrl" : false,
958
+ "decrypt" : false
959
+ }
960
+ },
961
+ "username" : {
962
+ "type" : [ "string", "null" ],
963
+ "maxLength" : 100,
964
+ "minLength" : 0
965
+ }
966
+ },
967
+ "required" : [ "id", "username" ]
968
+ },
969
+ "likes1" : {
970
+ "type" : [ "null", "object" ],
971
+ "additionalProperties" : false,
972
+ "properties" : {
973
+ "canLike" : {
974
+ "type" : [ "boolean", "null" ]
975
+ },
976
+ "count" : {
977
+ "type" : [ "string", "null", "integer" ],
978
+ "format" : "int32",
979
+ "pattern" : "([0-9]+)"
980
+ }
981
+ },
982
+ "required" : [ "canLike", "count" ]
983
+ },
984
+ "data1" : {
985
+ "type" : [ "null", "object" ],
986
+ "additionalProperties" : false,
987
+ "properties" : {
988
+ "like_count" : {
989
+ "type" : [ "string", "null", "integer" ],
990
+ "format" : "int32",
991
+ "pattern" : "([0-9]+)"
992
+ },
993
+ "author" : {
994
+ "$ref" : "./SocialPosts.json#/components/schemas/author1"
995
+ },
996
+ "createdTime" : {
997
+ "type" : [ "string", "null" ],
998
+ "maxLength" : 100,
999
+ "minLength" : 0
1000
+ },
1001
+ "id" : {
1002
+ "type" : [ "string", "null", "integer" ],
1003
+ "format" : "int64",
1004
+ "pattern" : "([0-9]+)",
1005
+ "x-custom-parameters-attributes" : {
1006
+ "removeExif" : false,
1007
+ "replacementString" : "",
1008
+ "filterMatchedContent" : false,
1009
+ "antivirus" : false,
1010
+ "allowInvalid" : false,
1011
+ "descrption" : "ID of post or comment",
1012
+ "secret" : false,
1013
+ "preserveCharsLimit" : 10,
1014
+ "trim" : false,
1015
+ "internalParam" : false,
1016
+ "preserveChars" : "0,5",
1017
+ "importUrl" : false,
1018
+ "decrypt" : false
1019
+ }
1020
+ },
1021
+ "message" : {
1022
+ "type" : [ "string", "null" ],
1023
+ "maxLength" : 65535,
1024
+ "minLength" : 0,
1025
+ "x-custom-parameters-attributes" : {
1026
+ "removeExif" : false,
1027
+ "replacementString" : "",
1028
+ "filterMatchedContent" : false,
1029
+ "antivirus" : false,
1030
+ "allowInvalid" : false,
1031
+ "descrption" : "Message to be Replied",
1032
+ "secret" : false,
1033
+ "preserveCharsLimit" : 50,
1034
+ "trim" : false,
1035
+ "internalParam" : false,
1036
+ "preserveChars" : "5,6",
1037
+ "xss" : "antisamyfilter_custom",
1038
+ "importUrl" : false,
1039
+ "decrypt" : false,
1040
+ "mask" : "partial"
1041
+ }
1042
+ },
1043
+ "likes" : {
1044
+ "$ref" : "./SocialPosts.json#/components/schemas/likes1"
1045
+ }
1046
+ },
1047
+ "required" : [ "author", "createdTime", "id", "like_count", "likes", "message" ]
1048
+ },
1049
+ "dataArr1" : {
1050
+ "type" : [ "null", "array" ],
1051
+ "items" : {
1052
+ "$ref" : "./SocialPosts.json#/components/schemas/data1"
1053
+ }
1054
+ },
1055
+ "replies2" : {
1056
+ "type" : [ "null", "object" ],
1057
+ "additionalProperties" : false,
1058
+ "properties" : {
1059
+ "data" : {
1060
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArr1"
1061
+ },
1062
+ "count" : {
1063
+ "type" : [ "string", "null", "integer" ],
1064
+ "format" : "int32",
1065
+ "pattern" : "([0-9]+)"
1066
+ },
1067
+ "canComment" : {
1068
+ "type" : [ "boolean", "null" ]
1069
+ }
1070
+ },
1071
+ "required" : [ "canComment", "count", "data" ]
1072
+ },
1073
+ "author3" : {
1074
+ "type" : [ "null", "object" ],
1075
+ "additionalProperties" : false,
1076
+ "properties" : {
1077
+ "name" : {
1078
+ "type" : [ "string", "null" ],
1079
+ "maxLength" : 100,
1080
+ "minLength" : 0
1081
+ },
1082
+ "id" : {
1083
+ "type" : [ "string", "null", "integer" ],
1084
+ "format" : "int64",
1085
+ "pattern" : "([0-9]+)",
1086
+ "x-custom-parameters-attributes" : {
1087
+ "removeExif" : false,
1088
+ "replacementString" : "",
1089
+ "filterMatchedContent" : false,
1090
+ "antivirus" : false,
1091
+ "allowInvalid" : false,
1092
+ "descrption" : "ID of post or comment",
1093
+ "secret" : false,
1094
+ "preserveCharsLimit" : 10,
1095
+ "trim" : false,
1096
+ "internalParam" : false,
1097
+ "preserveChars" : "0,5",
1098
+ "importUrl" : false,
1099
+ "decrypt" : false
1100
+ }
1101
+ },
1102
+ "href" : {
1103
+ "type" : [ "string", "null" ],
1104
+ "maxLength" : 500,
1105
+ "minLength" : 0
1106
+ },
1107
+ "username" : {
1108
+ "type" : [ "string", "null" ],
1109
+ "maxLength" : 100,
1110
+ "minLength" : 0
1111
+ }
1112
+ },
1113
+ "required" : [ "href", "id", "name", "username" ]
1114
+ },
1115
+ "likes3" : {
1116
+ "type" : [ "null", "object" ],
1117
+ "additionalProperties" : false,
1118
+ "properties" : {
1119
+ "canLike" : {
1120
+ "type" : [ "boolean", "null" ]
1121
+ },
1122
+ "count" : {
1123
+ "type" : [ "string", "null", "integer" ],
1124
+ "format" : "int32",
1125
+ "pattern" : "([0-9]+)"
1126
+ }
1127
+ },
1128
+ "required" : [ "canLike", "count" ]
1129
+ },
1130
+ "replyData" : {
1131
+ "type" : [ "null", "object" ],
1132
+ "additionalProperties" : false,
1133
+ "properties" : {
1134
+ "like_count" : {
1135
+ "type" : [ "string", "null", "integer" ],
1136
+ "format" : "int32",
1137
+ "pattern" : "([0-9]+)"
1138
+ },
1139
+ "replies" : {
1140
+ "$ref" : "./SocialPosts.json#/components/schemas/replies2"
1141
+ },
1142
+ "author" : {
1143
+ "$ref" : "./SocialPosts.json#/components/schemas/author3"
1144
+ },
1145
+ "createdTime" : {
1146
+ "type" : [ "string", "null" ],
1147
+ "maxLength" : 100,
1148
+ "minLength" : 0
1149
+ },
1150
+ "id" : {
1151
+ "type" : [ "string", "null", "integer" ],
1152
+ "format" : "int64",
1153
+ "pattern" : "([0-9]+)",
1154
+ "x-custom-parameters-attributes" : {
1155
+ "removeExif" : false,
1156
+ "replacementString" : "",
1157
+ "filterMatchedContent" : false,
1158
+ "antivirus" : false,
1159
+ "allowInvalid" : false,
1160
+ "descrption" : "ID of post or comment",
1161
+ "secret" : false,
1162
+ "preserveCharsLimit" : 10,
1163
+ "trim" : false,
1164
+ "internalParam" : false,
1165
+ "preserveChars" : "0,5",
1166
+ "importUrl" : false,
1167
+ "decrypt" : false
1168
+ }
1169
+ },
1170
+ "message" : {
1171
+ "type" : [ "string", "null" ],
1172
+ "maxLength" : 65535,
1173
+ "minLength" : 0,
1174
+ "x-custom-parameters-attributes" : {
1175
+ "removeExif" : false,
1176
+ "replacementString" : "",
1177
+ "filterMatchedContent" : false,
1178
+ "antivirus" : false,
1179
+ "allowInvalid" : false,
1180
+ "descrption" : "Message to be Replied",
1181
+ "secret" : false,
1182
+ "preserveCharsLimit" : 50,
1183
+ "trim" : false,
1184
+ "internalParam" : false,
1185
+ "preserveChars" : "5,6",
1186
+ "xss" : "antisamyfilter_custom",
1187
+ "importUrl" : false,
1188
+ "decrypt" : false,
1189
+ "mask" : "partial"
1190
+ }
1191
+ },
1192
+ "likes" : {
1193
+ "$ref" : "./SocialPosts.json#/components/schemas/likes3"
1194
+ }
1195
+ },
1196
+ "required" : [ "author", "createdTime", "id", "like_count", "likes", "message", "replies" ]
1197
+ },
1198
+ "dataConvoMessages" : {
1199
+ "type" : [ "null", "object" ],
1200
+ "additionalProperties" : false,
1201
+ "properties" : {
1202
+ "author" : {
1203
+ "$ref" : "./SocialPosts.json#/components/schemas/authorConverstions"
1204
+ },
1205
+ "conversationId" : {
1206
+ "type" : [ "string", "null" ],
1207
+ "maxLength" : 500,
1208
+ "minLength" : 0,
1209
+ "pattern" : "([0-9a-zA-Z_]+)"
1210
+ },
1211
+ "createdTime" : {
1212
+ "type" : [ "string", "null" ],
1213
+ "maxLength" : 100,
1214
+ "minLength" : 0
1215
+ },
1216
+ "to" : {
1217
+ "$ref" : "./SocialPosts.json#/components/schemas/to"
1218
+ },
1219
+ "id" : {
1220
+ "type" : [ "string", "null", "integer" ],
1221
+ "format" : "int64",
1222
+ "pattern" : "([0-9]+)"
1223
+ },
1224
+ "message" : {
1225
+ "type" : [ "string", "null" ],
1226
+ "maxLength" : 65535,
1227
+ "minLength" : 0
1228
+ }
1229
+ },
1230
+ "required" : [ "author", "conversationId", "createdTime", "id", "message", "to" ]
1231
+ },
1232
+ "dataConvoMessageswithattachments" : {
1233
+ "additionalProperties" : false,
1234
+ "allOf" : [ {
1235
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessages"
1236
+ }, {
1237
+ "type" : [ "null", "object" ],
1238
+ "properties" : {
1239
+ "attachments" : {
1240
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArrMessages"
1241
+ }
1242
+ },
1243
+ "required" : [ "attachments" ]
1244
+ } ]
1245
+ },
1246
+ "dataConvoMessageswithtickets" : {
1247
+ "additionalProperties" : false,
1248
+ "allOf" : [ {
1249
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessages"
1250
+ }, {
1251
+ "type" : [ "null", "object" ],
1252
+ "properties" : {
1253
+ "ticket" : {
1254
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
1255
+ }
1256
+ },
1257
+ "required" : [ "ticket" ]
1258
+ } ]
1259
+ },
1260
+ "dataConvoMessageswithticketandattachments" : {
1261
+ "additionalProperties" : false,
1262
+ "allOf" : [ {
1263
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessages"
1264
+ }, {
1265
+ "type" : [ "null", "object" ],
1266
+ "properties" : {
1267
+ "attachments" : {
1268
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArrMessages"
1269
+ },
1270
+ "ticket" : {
1271
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
1272
+ }
1273
+ },
1274
+ "required" : [ "attachments", "ticket" ]
1275
+ } ]
1276
+ },
1277
+ "dataArrConvoMessages" : {
1278
+ "type" : [ "null", "array" ],
1279
+ "items" : {
1280
+ "oneOf" : [ {
1281
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessages"
1282
+ }, {
1283
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessageswithattachments"
1284
+ }, {
1285
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessageswithtickets"
1286
+ }, {
1287
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConvoMessageswithticketandattachments"
1288
+ } ]
1289
+ }
1290
+ },
1291
+ "cusrsoroffset" : {
1292
+ "type" : [ "null", "object" ],
1293
+ "additionalProperties" : false,
1294
+ "properties" : {
1295
+ "offset" : {
1296
+ "type" : [ "string", "null" ],
1297
+ "maxLength" : 100,
1298
+ "minLength" : 0
1299
+ },
1300
+ "after" : {
1301
+ "type" : [ "string", "null" ],
1302
+ "maxLength" : 500,
1303
+ "minLength" : 0
1304
+ }
1305
+ },
1306
+ "required" : [ "after", "offset" ]
1307
+ },
1308
+ "getInstagramConvoMesssages" : {
1309
+ "type" : [ "null", "object" ],
1310
+ "additionalProperties" : false,
1311
+ "properties" : {
1312
+ "data" : {
1313
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArrConvoMessages"
1314
+ }
1315
+ },
1316
+ "required" : [ "data" ]
1317
+ },
1318
+ "replies1" : {
1319
+ "type" : [ "null", "object" ],
1320
+ "additionalProperties" : false,
1321
+ "properties" : {
1322
+ "data" : {
1323
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArr1"
1324
+ },
1325
+ "count" : {
1326
+ "type" : [ "string", "null", "integer" ],
1327
+ "format" : "int32",
1328
+ "pattern" : "([0-9]+)"
1329
+ },
1330
+ "canComment" : {
1331
+ "type" : [ "boolean", "null" ]
1332
+ }
1333
+ },
1334
+ "required" : [ "canComment", "count", "data" ]
1335
+ },
1336
+ "author2" : {
1337
+ "type" : [ "null", "object" ],
1338
+ "additionalProperties" : false,
1339
+ "properties" : {
1340
+ "name" : {
1341
+ "type" : [ "string", "null" ],
1342
+ "maxLength" : 100,
1343
+ "minLength" : 0
1344
+ },
1345
+ "id" : {
1346
+ "type" : [ "string", "null", "integer" ],
1347
+ "format" : "int64",
1348
+ "pattern" : "([0-9]+)"
1349
+ },
1350
+ "href" : {
1351
+ "type" : [ "string", "null" ],
1352
+ "maxLength" : 500,
1353
+ "minLength" : 0
1354
+ },
1355
+ "username" : {
1356
+ "type" : [ "string", "null" ],
1357
+ "maxLength" : 100,
1358
+ "minLength" : 0
1359
+ }
1360
+ },
1361
+ "required" : [ "href", "id", "name", "username" ]
1362
+ },
1363
+ "likes2" : {
1364
+ "type" : [ "null", "object" ],
1365
+ "additionalProperties" : false,
1366
+ "properties" : {
1367
+ "canLike" : {
1368
+ "type" : [ "boolean", "null" ]
1369
+ },
1370
+ "count" : {
1371
+ "type" : [ "string", "null", "integer" ],
1372
+ "format" : "int32",
1373
+ "pattern" : "([0-9]+)"
1374
+ }
1375
+ },
1376
+ "required" : [ "canLike", "count" ]
1377
+ },
1378
+ "data2" : {
1379
+ "type" : [ "null", "object" ],
1380
+ "additionalProperties" : false,
1381
+ "properties" : {
1382
+ "like_count" : {
1383
+ "type" : [ "string", "null", "integer" ],
1384
+ "format" : "int32",
1385
+ "pattern" : "([0-9]+)"
1386
+ },
1387
+ "replies" : {
1388
+ "$ref" : "./SocialPosts.json#/components/schemas/replies1"
1389
+ },
1390
+ "author" : {
1391
+ "$ref" : "./SocialPosts.json#/components/schemas/author2"
1392
+ },
1393
+ "createdTime" : {
1394
+ "type" : [ "string", "null" ],
1395
+ "maxLength" : 100,
1396
+ "minLength" : 0
1397
+ },
1398
+ "id" : {
1399
+ "type" : [ "string", "null", "integer" ],
1400
+ "format" : "int64",
1401
+ "pattern" : "([0-9]+)"
1402
+ },
1403
+ "message" : {
1404
+ "type" : [ "string", "null" ],
1405
+ "maxLength" : 65535,
1406
+ "minLength" : 0
1407
+ },
1408
+ "likes" : {
1409
+ "$ref" : "./SocialPosts.json#/components/schemas/likes2"
1410
+ }
1411
+ },
1412
+ "required" : [ "author", "createdTime", "id", "like_count", "likes", "message", "replies" ]
1413
+ },
1414
+ "dataArr2" : {
1415
+ "type" : [ "null", "array" ],
1416
+ "items" : {
1417
+ "$ref" : "./SocialPosts.json#/components/schemas/data2"
1418
+ }
1419
+ },
1420
+ "finish" : {
1421
+ "type" : [ "null", "object" ],
1422
+ "additionalProperties" : false,
1423
+ "properties" : {
1424
+ "column1" : {
1425
+ "type" : [ "string", "null" ],
1426
+ "maxLength" : 100,
1427
+ "minLength" : 0
1428
+ }
1429
+ },
1430
+ "required" : [ "column1" ]
1431
+ },
1432
+ "database" : {
1433
+ "type" : [ "null", "object" ],
1434
+ "additionalProperties" : false,
1435
+ "properties" : {
1436
+ "finish" : {
1437
+ "$ref" : "./SocialPosts.json#/components/schemas/finish"
1438
+ }
1439
+ },
1440
+ "required" : [ "finish" ]
1441
+ },
1442
+ "commentsapi" : {
1443
+ "type" : [ "null", "object" ],
1444
+ "additionalProperties" : false,
1445
+ "properties" : {
1446
+ "max_id" : {
1447
+ "type" : [ "string", "null", "integer" ],
1448
+ "format" : "int64",
1449
+ "pattern" : "([0-9]+)"
1450
+ }
1451
+ },
1452
+ "required" : [ "max_id" ]
1453
+ },
1454
+ "commentscursor" : {
1455
+ "type" : [ "null", "object" ],
1456
+ "additionalProperties" : false,
1457
+ "properties" : {
1458
+ "database" : {
1459
+ "$ref" : "./SocialPosts.json#/components/schemas/database"
1460
+ },
1461
+ "api" : {
1462
+ "$ref" : "./SocialPosts.json#/components/schemas/commentsapi"
1463
+ }
1464
+ },
1465
+ "required" : [ "api", "database" ]
1466
+ },
1467
+ "getInstagramComments" : {
1468
+ "type" : [ "null", "object" ],
1469
+ "additionalProperties" : false,
1470
+ "properties" : {
1471
+ "data" : {
1472
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArr2"
1473
+ }
1474
+ },
1475
+ "required" : [ "data" ]
1476
+ },
1477
+ "dataConversations" : {
1478
+ "type" : [ "null", "object" ],
1479
+ "additionalProperties" : false,
1480
+ "properties" : {
1481
+ "author" : {
1482
+ "$ref" : "./SocialPosts.json#/components/schemas/authorConverstions"
1483
+ },
1484
+ "conversationId" : {
1485
+ "type" : [ "string", "null" ],
1486
+ "maxLength" : 500,
1487
+ "minLength" : 0,
1488
+ "pattern" : "([0-9a-zA-Z_]+)"
1489
+ },
1490
+ "createdTime" : {
1491
+ "type" : [ "string", "null" ],
1492
+ "maxLength" : 100,
1493
+ "minLength" : 0
1494
+ },
1495
+ "to" : {
1496
+ "$ref" : "./SocialPosts.json#/components/schemas/to"
1497
+ },
1498
+ "id" : {
1499
+ "type" : [ "string", "null", "integer" ],
1500
+ "format" : "int64",
1501
+ "pattern" : "([0-9]+)"
1502
+ },
1503
+ "message" : {
1504
+ "type" : [ "string", "null" ],
1505
+ "maxLength" : 65535,
1506
+ "minLength" : 0
1507
+ }
1508
+ },
1509
+ "required" : [ "author", "conversationId", "createdTime", "id", "message", "to" ]
1510
+ },
1511
+ "dataConversationswithtickets" : {
1512
+ "additionalProperties" : false,
1513
+ "allOf" : [ {
1514
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversations"
1515
+ }, {
1516
+ "type" : [ "null", "object" ],
1517
+ "properties" : {
1518
+ "ticket" : {
1519
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
1520
+ }
1521
+ },
1522
+ "required" : [ "ticket" ]
1523
+ } ]
1524
+ },
1525
+ "dataConversationswithattachments" : {
1526
+ "additionalProperties" : false,
1527
+ "allOf" : [ {
1528
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversations"
1529
+ }, {
1530
+ "type" : [ "null", "object" ],
1531
+ "properties" : {
1532
+ "attachments" : {
1533
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArrMessages"
1534
+ }
1535
+ },
1536
+ "required" : [ "attachments" ]
1537
+ } ]
1538
+ },
1539
+ "dataConversationswithticketandattachments" : {
1540
+ "additionalProperties" : false,
1541
+ "allOf" : [ {
1542
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversations"
1543
+ }, {
1544
+ "type" : [ "null", "object" ],
1545
+ "properties" : {
1546
+ "attachments" : {
1547
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArrMessages"
1548
+ },
1549
+ "ticket" : {
1550
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
1551
+ }
1552
+ },
1553
+ "required" : [ "attachments", "ticket" ]
1554
+ } ]
1555
+ },
1556
+ "dataArrConverstions" : {
1557
+ "type" : [ "null", "array" ],
1558
+ "items" : {
1559
+ "oneOf" : [ {
1560
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversations"
1561
+ }, {
1562
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversationswithtickets"
1563
+ }, {
1564
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversationswithattachments"
1565
+ }, {
1566
+ "$ref" : "./SocialPosts.json#/components/schemas/dataConversationswithticketandattachments"
1567
+ } ]
1568
+ }
1569
+ }
1570
+ },
1571
+ "responses" : {
1572
+ "getInstagramPosts" : {
1573
+ "description" : "getInstagramPosts template definitions",
1574
+ "content" : {
1575
+ "application/json" : {
1576
+ "schema" : {
1577
+ "type" : [ "null", "object" ],
1578
+ "additionalProperties" : false,
1579
+ "properties" : {
1580
+ "cursor" : {
1581
+ "$ref" : "./SocialPosts.json#/components/schemas/cursor"
1582
+ },
1583
+ "data" : {
1584
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArr"
1585
+ }
1586
+ },
1587
+ "required" : [ "cursor", "data" ]
1588
+ },
1589
+ "examples" : {
1590
+ "Valid responses Definitions" : {
1591
+ "value" : {
1592
+ "cursor" : {
1593
+ "api" : {
1594
+ "after" : "QVFIUk5BQUFwYUtyYlp3UmlsaXVlaldOWC04WDk1bGtMSFozMGdMRjZAZAOC1FZAlBuZAXprRzVtVGRORzl3dXVUU2RBb3phTFJYT1dKZAkxEa0QxZA2RlVE9ha0Rn"
1595
+ }
1596
+ },
1597
+ "data" : [ {
1598
+ "attachments" : [ {
1599
+ "href" : "https://video-maa2-1.cdninstagram.com/v/t50.2886-16/104475206_910239179389370_5540860481722056563_n.mp4?_nc_cat=102&vs=18111808897137353_1651284509&_nc_vs=HBksFQAYJEdFWXFPZ2E2dWZLUzJ6c0RBSFAtQ2x0QUZfVk1ia1lMQUFBRhUAAsgBABUAGCRHRDVKS2dZQkl4UUZubWdDQUNvVURBVWo2cFJnYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAABgAFpLCsdmDpqxAFQIoAkMzLBdAPeZmZmZmZhgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=Z8NSlH17HngAX88VvMj&_nc_ht=video-maa2-1.cdninstagram.com&oh=cb84f29231dcfb9af8ddf4b2bfaac868&oe=5F4EEEE1&_nc_rid=16caf49637",
1600
+ "id" : "17842398365251870",
1601
+ "type" : "VIDEO"
1602
+ } ],
1603
+ "replies" : {
1604
+ "count" : "8",
1605
+ "canComment" : "true"
1606
+ },
1607
+ "author" : {
1608
+ "name" : "senthil",
1609
+ "id" : "17841432637041822",
1610
+ "href" : "https://scontent-maa2-1.xx.fbcdn.net/v/t51.2885-15/92366120_524672075084909_6887993989245435904_n.jpg?_nc_cat=108&_nc_sid=86c713&_nc_ohc=8AkIFve42_MAX-HvqBR&_nc_ht=scontent-maa2-1.xx&oh=7c483849a34a97a1cd74671b1809713d&oe=5F5246C2",
1611
+ "username" : "senthil_sandbox_mode"
1612
+ },
1613
+ "createdTime" : "2020-06-17T07:54:29+0000",
1614
+ "id" : "17842398365251870",
1615
+ "likes" : {
1616
+ "count" : 0
1617
+ }
1618
+ }, {
1619
+ "attachments" : [ {
1620
+ "href" : "https://scontent-maa2-1.cdninstagram.com/v/t51.29350-15/116154462_161233662193785_1520572576788967175_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=_8kDjDgfF4sAX_hS4vK&_nc_ht=scontent-maa2-1.cdninstagram.com&oh=a2121777dc98477f4b64b0975fd4faf8&oe=5F523A13",
1621
+ "id" : "17865584842960784",
1622
+ "type" : "IMAGE"
1623
+ }, {
1624
+ "href" : "https://scontent-maa2-2.cdninstagram.com/v/t51.29350-15/116264433_1200677313613371_2741215233563951050_n.jpg?_nc_cat=107&_nc_sid=8ae9d6&_nc_ohc=LWhR5qNdJKAAX-fvrY5&_nc_ht=scontent-maa2-2.cdninstagram.com&oh=4667d47eb8751ce4f6c69c62486254c8&oe=5F5232B3",
1625
+ "id" : "17863166810008390",
1626
+ "type" : "IMAGE"
1627
+ }, {
1628
+ "href" : "https://scontent-maa2-1.cdninstagram.com/v/t51.29350-15/116106007_198434758289311_3357203664577406720_n.jpg?_nc_cat=111&_nc_sid=8ae9d6&_nc_ohc=sz81ztWio3MAX8xQKr6&_nc_ht=scontent-maa2-1.cdninstagram.com&oh=29be5488863a91bec52c2b40a4d97646&oe=5F4FC0CA",
1629
+ "id" : "17877363262761857",
1630
+ "type" : "IMAGE"
1631
+ }, {
1632
+ "href" : "https://scontent-maa2-1.cdninstagram.com/v/t51.29350-15/116789403_1312524542415995_2766329963556922883_n.jpg?_nc_cat=100&_nc_sid=8ae9d6&_nc_ohc=UxQtrGxFiyYAX-7v-KZ&_nc_ht=scontent-maa2-1.cdninstagram.com&oh=4900c2bde24ee0b93bbf5d54b26150b3&oe=5F50E964",
1633
+ "id" : "17897962846531073",
1634
+ "type" : "IMAGE"
1635
+ } ],
1636
+ "replies" : {
1637
+ "count" : "5",
1638
+ "canComment" : "true"
1639
+ },
1640
+ "ticket" : {
1641
+ "ticketNumber" : "102",
1642
+ "departmentId" : "6000000013248",
1643
+ "id" : "6000000018059",
1644
+ "encryptedTicketId" : "edbsn4827fbfd55293d608e888a948e880d8b"
1645
+ },
1646
+ "author" : {
1647
+ "name" : "senthil",
1648
+ "id" : "17841432637041822",
1649
+ "href" : "https://scontent-maa2-1.xx.fbcdn.net/v/t51.2885-15/92366120_524672075084909_6887993989245435904_n.jpg?_nc_cat=108&_nc_sid=86c713&_nc_ohc=8AkIFve42_MAX-HvqBR&_nc_ht=scontent-maa2-1.xx&oh=7c483849a34a97a1cd74671b1809713d&oe=5F5246C2",
1650
+ "username" : "senthil_sandbox_mode"
1651
+ },
1652
+ "createdTime" : "2020-07-30T10:11:30+0000",
1653
+ "id" : "17864986453977566",
1654
+ "message" : "testing",
1655
+ "likes" : {
1656
+ "count" : 0
1657
+ }
1658
+ } ]
1659
+ }
1660
+ }
1661
+ }
1662
+ }
1663
+ },
1664
+ "x-custom-response-attributes" : {
1665
+ "disable-safe-headers" : "[]"
1666
+ }
1667
+ },
1668
+ "convertInstagramPostToTicket" : {
1669
+ "description" : "convertInstagramPostToTicket template definitions",
1670
+ "content" : {
1671
+ "application/json" : {
1672
+ "schema" : {
1673
+ "type" : [ "null", "object" ],
1674
+ "additionalProperties" : false,
1675
+ "properties" : {
1676
+ "ticketNumber" : {
1677
+ "type" : [ "string", "null", "integer" ],
1678
+ "format" : "int32",
1679
+ "pattern" : "([0-9]+)"
1680
+ },
1681
+ "webUrl" : {
1682
+ "type" : [ "string", "null" ],
1683
+ "maxLength" : 1000,
1684
+ "minLength" : 0
1685
+ },
1686
+ "departmentId" : {
1687
+ "type" : [ "string", "null", "integer" ],
1688
+ "format" : "int64",
1689
+ "pattern" : "([0-9]+)",
1690
+ "x-custom-parameters-attributes" : {
1691
+ "removeExif" : false,
1692
+ "replacementString" : "",
1693
+ "filterMatchedContent" : false,
1694
+ "antivirus" : false,
1695
+ "allowInvalid" : false,
1696
+ "descrption" : "query param department id",
1697
+ "secret" : false,
1698
+ "preserveCharsLimit" : 10,
1699
+ "trim" : false,
1700
+ "internalParam" : false,
1701
+ "preserveChars" : "0,5",
1702
+ "importUrl" : false,
1703
+ "decrypt" : false
1704
+ }
1705
+ },
1706
+ "id" : {
1707
+ "type" : [ "string", "null", "integer" ],
1708
+ "format" : "int64",
1709
+ "pattern" : "([0-9]+)"
1710
+ },
1711
+ "encryptedTicketId" : {
1712
+ "type" : [ "string", "null" ],
1713
+ "maxLength" : 100,
1714
+ "minLength" : 0
1715
+ }
1716
+ },
1717
+ "required" : [ "departmentId", "encryptedTicketId", "id", "ticketNumber", "webUrl" ]
1718
+ },
1719
+ "examples" : {
1720
+ "Valid responses Definitions" : {
1721
+ "value" : {
1722
+ "ticketNumber" : "103",
1723
+ "webUrl" : "https://desk.zoho.com/support/newtest123/ShowHomePage.do#Cases/dv/6000000018164",
1724
+ "departmentId" : "6000000013248",
1725
+ "id" : "6000000018164",
1726
+ "encryptedTicketId" : "6000000018164"
1727
+ }
1728
+ }
1729
+ }
1730
+ }
1731
+ },
1732
+ "x-custom-response-attributes" : {
1733
+ "disable-safe-headers" : "[]"
1734
+ }
1735
+ },
1736
+ "replyInstagramConversationResponse" : {
1737
+ "description" : "replyInstagramConversationResponse template definitions",
1738
+ "content" : {
1739
+ "application/json" : {
1740
+ "schema" : {
1741
+ "anyOf" : [ {
1742
+ "type" : [ "null", "object" ],
1743
+ "additionalProperties" : false,
1744
+ "properties" : {
1745
+ "author" : {
1746
+ "$ref" : "./SocialPosts.json#/components/schemas/authorConverstions"
1747
+ },
1748
+ "conversationId" : {
1749
+ "type" : [ "string", "null" ],
1750
+ "maxLength" : 500,
1751
+ "minLength" : 0,
1752
+ "pattern" : "([0-9a-zA-Z_]+)"
1753
+ },
1754
+ "createdTime" : {
1755
+ "type" : [ "string", "null" ],
1756
+ "maxLength" : 100,
1757
+ "minLength" : 0
1758
+ },
1759
+ "to" : {
1760
+ "$ref" : "./SocialPosts.json#/components/schemas/to"
1761
+ },
1762
+ "id" : {
1763
+ "type" : [ "string", "null", "integer" ],
1764
+ "maxLength" : 500,
1765
+ "minLength" : 0,
1766
+ "pattern" : "([0-9a-zA-Z_]+)"
1767
+ },
1768
+ "message" : {
1769
+ "type" : [ "string", "null" ],
1770
+ "maxLength" : 65535,
1771
+ "minLength" : 0,
1772
+ "x-custom-parameters-attributes" : {
1773
+ "removeExif" : false,
1774
+ "replacementString" : "",
1775
+ "filterMatchedContent" : false,
1776
+ "antivirus" : false,
1777
+ "allowInvalid" : false,
1778
+ "descrption" : "Message to be Replied",
1779
+ "secret" : false,
1780
+ "preserveCharsLimit" : 50,
1781
+ "trim" : false,
1782
+ "internalParam" : false,
1783
+ "preserveChars" : "5,6",
1784
+ "xss" : "antisamyfilter_custom",
1785
+ "importUrl" : false,
1786
+ "decrypt" : false,
1787
+ "mask" : "partial"
1788
+ }
1789
+ }
1790
+ },
1791
+ "required" : [ "author", "conversationId", "createdTime", "id", "message", "to" ]
1792
+ }, {
1793
+ "additionalProperties" : false,
1794
+ "allOf" : [ {
1795
+ "$ref" : "./SocialPosts.json#/components/schemas/replyInstagramConversation"
1796
+ }, {
1797
+ "type" : [ "null", "object" ],
1798
+ "properties" : {
1799
+ "attachments" : {
1800
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArrMessages"
1801
+ }
1802
+ },
1803
+ "required" : [ "attachments" ]
1804
+ } ]
1805
+ }, {
1806
+ "additionalProperties" : false,
1807
+ "allOf" : [ {
1808
+ "$ref" : "./SocialPosts.json#/components/schemas/replyInstagramConversation"
1809
+ }, {
1810
+ "type" : [ "null", "object" ],
1811
+ "properties" : {
1812
+ "ticket" : {
1813
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
1814
+ }
1815
+ },
1816
+ "required" : [ "ticket" ]
1817
+ } ]
1818
+ }, {
1819
+ "additionalProperties" : false,
1820
+ "allOf" : [ {
1821
+ "$ref" : "./SocialPosts.json#/components/schemas/replyInstagramConversation"
1822
+ }, {
1823
+ "type" : [ "null", "object" ],
1824
+ "properties" : {
1825
+ "attachments" : {
1826
+ "$ref" : "./SocialPosts.json#/components/schemas/attachmentsArrMessages"
1827
+ },
1828
+ "ticket" : {
1829
+ "$ref" : "./SocialPosts.json#/components/schemas/ticketdata"
1830
+ }
1831
+ },
1832
+ "required" : [ "attachments", "ticket" ]
1833
+ } ]
1834
+ }, {
1835
+ "type" : [ "null", "object" ],
1836
+ "additionalProperties" : false,
1837
+ "properties" : {
1838
+ "code" : {
1839
+ "type" : [ "string", "null" ],
1840
+ "maxLength" : 100,
1841
+ "minLength" : 0
1842
+ },
1843
+ "error" : {
1844
+ "type" : [ "string", "null" ],
1845
+ "maxLength" : 100,
1846
+ "minLength" : 0
1847
+ }
1848
+ },
1849
+ "required" : [ "code", "error" ]
1850
+ } ]
1851
+ },
1852
+ "examples" : {
1853
+ "Valid responses Definitions" : {
1854
+ "value" : {
1855
+ "attachments" : [ {
1856
+ "href" : "https://pbs.twimg.com/media/DU64CEDUMAAHvlo.jpg",
1857
+ "type" : "photo"
1858
+ }, {
1859
+ "href" : "https://video.twimg.com/tweet_video/DU7YHU4U0AAi5Oe.mp4",
1860
+ "type" : "video"
1861
+ } ],
1862
+ "author" : {
1863
+ "name" : "Rockstar",
1864
+ "href" : "Some Url"
1865
+ },
1866
+ "conversationId" : "edbsn2ebbf87285607e4be60cb6657a66fb7535b22eb15dd1507fa797b9771e7f76c0e980b8911b23034ba8431aee11908780fdfaac33d77ba234574a6dccfcdc3d96b97f242fd34eceea4e6a7a21e9236c672abaa98baa243f9cc95e31c8f15f4f064c8edc10a83f8a86e02a92c17f20f88476c6e091eab15855557f8c127e7cfbb0ed9e015742b2c73a2de5ff3fcf77568b8dae404ae526a086b4ca52e9ba4f80adcaebe8365ecb8299a2779d34d1b98a3d",
1867
+ "createdTime" : "2016-06-21T16:16:16.000Z",
1868
+ "to" : {
1869
+ "name" : "Rockstar Receiver",
1870
+ "href" : "Some Url"
1871
+ },
1872
+ "id" : "1461347693133918217",
1873
+ "message" : "Last Received Message's Snippet"
1874
+ }
1875
+ }
1876
+ }
1877
+ }
1878
+ },
1879
+ "x-custom-response-attributes" : {
1880
+ "disable-safe-headers" : "[]"
1881
+ }
1882
+ },
1883
+ "replyInstagramComment" : {
1884
+ "description" : "replyInstagramComment template definitions",
1885
+ "content" : {
1886
+ "application/json" : {
1887
+ "schema" : {
1888
+ "type" : [ "null", "object" ],
1889
+ "additionalProperties" : false,
1890
+ "properties" : {
1891
+ "data" : {
1892
+ "$ref" : "./SocialPosts.json#/components/schemas/replyData"
1893
+ }
1894
+ },
1895
+ "required" : [ "data" ]
1896
+ },
1897
+ "examples" : {
1898
+ "Valid responses Definitions" : {
1899
+ "value" : {
1900
+ "like_count" : "0",
1901
+ "replies" : {
1902
+ "data" : [ ],
1903
+ "count" : "0",
1904
+ "canComment" : true
1905
+ },
1906
+ "author" : {
1907
+ "name" : "senthil",
1908
+ "id" : "17841432637041822",
1909
+ "href" : "https://scontent-maa2-1.xx.fbcdn.net/v/t51.2885-15/92366120_524672075084909_6887993989245435904_n.jpg?_nc_cat=108&_nc_sid=86c713&_nc_ohc=8AkIFve42_MAX-HvqBR&_nc_ht=scontent-maa2-1.xx&oh=7c483849a34a97a1cd74671b1809713d&oe=5F5246C2",
1910
+ "username" : "senthil_sandbox_mode"
1911
+ },
1912
+ "createdTime" : "2020-08-05T17:57:12+0000",
1913
+ "id" : "17864214274989294",
1914
+ "message" : "Instagram comments",
1915
+ "likes" : {
1916
+ "canLike" : false,
1917
+ "count" : "0"
1918
+ }
1919
+ }
1920
+ }
1921
+ }
1922
+ }
1923
+ },
1924
+ "x-custom-response-attributes" : {
1925
+ "disable-safe-headers" : "[]"
1926
+ }
1927
+ },
1928
+ "convertInstagramConversationToTicket" : {
1929
+ "description" : "convertInstagramConversationToTicket template definitions",
1930
+ "content" : {
1931
+ "application/json" : {
1932
+ "schema" : {
1933
+ "type" : [ "null", "object" ],
1934
+ "additionalProperties" : false,
1935
+ "properties" : {
1936
+ "ticketNumber" : {
1937
+ "type" : [ "string", "null", "integer" ],
1938
+ "format" : "int32",
1939
+ "pattern" : "([0-9]+)"
1940
+ },
1941
+ "webUrl" : {
1942
+ "type" : [ "string", "null" ],
1943
+ "maxLength" : 1000,
1944
+ "minLength" : 0
1945
+ },
1946
+ "departmentId" : {
1947
+ "type" : [ "string", "null", "integer" ],
1948
+ "format" : "int64",
1949
+ "pattern" : "([0-9]+)",
1950
+ "x-custom-parameters-attributes" : {
1951
+ "removeExif" : false,
1952
+ "replacementString" : "",
1953
+ "filterMatchedContent" : false,
1954
+ "antivirus" : false,
1955
+ "allowInvalid" : false,
1956
+ "descrption" : "query param department id",
1957
+ "secret" : false,
1958
+ "preserveCharsLimit" : 10,
1959
+ "trim" : false,
1960
+ "internalParam" : false,
1961
+ "preserveChars" : "0,5",
1962
+ "importUrl" : false,
1963
+ "decrypt" : false
1964
+ }
1965
+ },
1966
+ "id" : {
1967
+ "type" : [ "string", "null", "integer" ],
1968
+ "format" : "int64",
1969
+ "pattern" : "([0-9]+)"
1970
+ },
1971
+ "encryptedTicketId" : {
1972
+ "type" : [ "string", "null" ],
1973
+ "maxLength" : 100,
1974
+ "minLength" : 0
1975
+ }
1976
+ },
1977
+ "required" : [ "departmentId", "encryptedTicketId", "id", "ticketNumber", "webUrl" ]
1978
+ },
1979
+ "examples" : {
1980
+ "Valid responses Definitions" : {
1981
+ "value" : {
1982
+ "ticketNumber" : "232",
1983
+ "id" : "1892000000042034"
1984
+ }
1985
+ }
1986
+ }
1987
+ }
1988
+ },
1989
+ "x-custom-response-attributes" : {
1990
+ "disable-safe-headers" : "[]"
1991
+ }
1992
+ },
1993
+ "getInstagramConvoMesssagesResponse" : {
1994
+ "description" : "getInstagramConvoMesssagesResponse template definitions",
1995
+ "content" : {
1996
+ "application/json" : {
1997
+ "schema" : {
1998
+ "oneOf" : [ {
1999
+ "type" : [ "null", "object" ],
2000
+ "additionalProperties" : false,
2001
+ "properties" : {
2002
+ "data" : {
2003
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArrConvoMessages"
2004
+ }
2005
+ },
2006
+ "required" : [ "data" ]
2007
+ }, {
2008
+ "additionalProperties" : false,
2009
+ "allOf" : [ {
2010
+ "$ref" : "./SocialPosts.json#/components/schemas/getInstagramConvoMesssages"
2011
+ }, {
2012
+ "type" : [ "null", "object" ],
2013
+ "properties" : {
2014
+ "cursor" : {
2015
+ "$ref" : "./SocialPosts.json#/components/schemas/cusrsoroffset"
2016
+ }
2017
+ },
2018
+ "required" : [ "cursor" ]
2019
+ } ]
2020
+ } ]
2021
+ },
2022
+ "examples" : {
2023
+ "Valid responses Definitions" : {
2024
+ "value" : {
2025
+ "cursor" : "",
2026
+ "data" : [ {
2027
+ "attachments" : [ {
2028
+ "href" : "https://pbs.twimg.com/media/DU64CEDUMAAHvlo.jpg",
2029
+ "type" : "photo"
2030
+ }, {
2031
+ "href" : "https://video.twimg.com/tweet_video/DU7YHU4U0AAi5Oe.mp4",
2032
+ "type" : "video"
2033
+ } ],
2034
+ "author" : {
2035
+ "name" : "Rockstar",
2036
+ "href" : "Some Url"
2037
+ },
2038
+ "conversationId" : "edbsn2ebbf87285607e4be60cb6657a66fb7535b22eb15dd1507fa797b9771e7f76c0e980b8911b23034ba8431aee11908780fdfaac33d77ba234574a6dccfcdc3d96b97f242fd34eceea4e6a7a21e9236c672abaa98baa243f9cc95e31c8f15f4f064c8edc10a83f8a86e02a92c17f20f88476c6e091eab15855557f8c127e7cfbb0ed9e015742b2c73a2de5ff3fcf77568b8dae404ae526a086b4ca52e9ba4f80adcaebe8365ecb8299a2779d34d1b98a3d",
2039
+ "createdTime" : "2016-06-21T16:16:16.000Z",
2040
+ "to" : {
2041
+ "name" : "Rockstar Receiver",
2042
+ "href" : "Some Url"
2043
+ },
2044
+ "id" : "aWdfZAG06MTpJR01lc3NhZA2VUaHJlYWQ6MTc4NDE0MzQwNDk3NTAwMzM6MzQwMjgyMzY2ODQxNzEwMzAwOTQ5MTI4NTI0MTQwMDk1Mjg0ODgx",
2045
+ "message" : "Last Received Message's Snippet"
2046
+ }, {
2047
+ "attachments" : [ {
2048
+ "href" : "https://pbs.twimg.com/media/DU64CEDUMAAHvlo.jpg",
2049
+ "type" : "photo"
2050
+ }, {
2051
+ "href" : "https://video.twimg.com/tweet_video/DU7YHU4U0AAi5Oe.mp4",
2052
+ "type" : "video"
2053
+ } ],
2054
+ "author" : {
2055
+ "name" : "Rockstar",
2056
+ "href" : "Some Url"
2057
+ },
2058
+ "conversationId" : "edbsn2ebbf87285607e4be60cb6657a66fb7535b22eb15dd1507fa797b9771e7f76c0e980b8911b23034ba8431aee11908780fdfaac33d77ba234574a6dccfcdc3d96b97f242fd34eceea4e6a7a21e9236c672abaa98baa243f9cc95e31c8f15f4f064c8edc10a83f8a86e02a92c17f20f88476c6e091eab15855557f8c127e7cfbb0ed9e015742b2c73a2de5ff3fcf77568b8dae404ae526a086b4ca52e9ba4f80adcaebe8365ecb8299a2779d34d1b98a3d",
2059
+ "createdTime" : "2016-06-21T16:16:16.000Z",
2060
+ "to" : {
2061
+ "name" : "Rockstar Receiver",
2062
+ "href" : "Some Url",
2063
+ "id" : "1892000000042034"
2064
+ },
2065
+ "id" : "aWdfZAG06MTpJR01lc3NhZA2VUaHJlYWQ6MTc4NDE0MzQwNDk3NTAwMzM6MzQwMjgyMzY2ODQxNzEwMzAwOTQ5MTI4NTI0MTQwMDk1Mjg0ODgx",
2066
+ "message" : "Last Received Message's Snippet"
2067
+ } ]
2068
+ }
2069
+ }
2070
+ }
2071
+ }
2072
+ },
2073
+ "x-custom-response-attributes" : {
2074
+ "disable-safe-headers" : "[]"
2075
+ }
2076
+ },
2077
+ "getInstagramCommentsResponse" : {
2078
+ "description" : "getInstagramCommentsResponse template definitions",
2079
+ "content" : {
2080
+ "application/json" : {
2081
+ "schema" : {
2082
+ "oneOf" : [ {
2083
+ "type" : [ "null", "object" ],
2084
+ "additionalProperties" : false,
2085
+ "properties" : {
2086
+ "data" : {
2087
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArr2"
2088
+ }
2089
+ },
2090
+ "required" : [ "data" ]
2091
+ }, {
2092
+ "additionalProperties" : false,
2093
+ "allOf" : [ {
2094
+ "$ref" : "./SocialPosts.json#/components/schemas/getInstagramComments"
2095
+ }, {
2096
+ "type" : [ "null", "object" ],
2097
+ "properties" : {
2098
+ "cursor" : {
2099
+ "$ref" : "./SocialPosts.json#/components/schemas/commentscursor"
2100
+ }
2101
+ },
2102
+ "required" : [ "cursor" ]
2103
+ } ]
2104
+ } ]
2105
+ },
2106
+ "examples" : {
2107
+ "Valid responses Definitions" : {
2108
+ "value" : {
2109
+ "cursor" : {
2110
+ "api" : {
2111
+ "after" : "QVFIUk5BQUFwYUtyYlp3UmlsaXVlaldOWC04WDk1bGtMSFozMGdMRjZAZAOC1FZAlBuZAXprRzVtVGRORzl3dXVUU2RBb3phTFJYT1dKZAkxEa0QxZA2RlVE9ha0Rn"
2112
+ }
2113
+ },
2114
+ "data" : [ {
2115
+ "like_count" : "0",
2116
+ "replies" : {
2117
+ "data" : [ {
2118
+ "like_count" : "0",
2119
+ "author" : {
2120
+ "id" : "17841432637041822",
2121
+ "username" : "senthil_sandbox_mode"
2122
+ },
2123
+ "createdTime" : "2020-07-31T09:52:02+0000",
2124
+ "id" : "17905830556493490",
2125
+ "message" : "ok",
2126
+ "likes" : {
2127
+ "canLike" : false,
2128
+ "count" : "0"
2129
+ }
2130
+ }, {
2131
+ "like_count" : "0",
2132
+ "author" : {
2133
+ "id" : "17841439562482882",
2134
+ "username" : "nivetha_test_insta"
2135
+ },
2136
+ "createdTime" : "2020-07-30T10:17:23+0000",
2137
+ "id" : "17856275930090988",
2138
+ "message" : "@senthil_sandbox_mode test here",
2139
+ "likes" : {
2140
+ "canLike" : false,
2141
+ "count" : "0"
2142
+ }
2143
+ }, {
2144
+ "like_count" : "0",
2145
+ "author" : {
2146
+ "id" : "17841432637041822",
2147
+ "username" : "senthil_sandbox_mode"
2148
+ },
2149
+ "createdTime" : "2020-07-30T10:16:55+0000",
2150
+ "id" : "17881632997696821",
2151
+ "message" : "1",
2152
+ "likes" : {
2153
+ "canLike" : false,
2154
+ "count" : "0"
2155
+ }
2156
+ } ],
2157
+ "count" : 3,
2158
+ "canComment" : true
2159
+ },
2160
+ "author" : {
2161
+ "name" : "senthil",
2162
+ "id" : "17841432637041822",
2163
+ "href" : "https://scontent-maa2-1.xx.fbcdn.net/v/t51.2885-15/92366120_524672075084909_6887993989245435904_n.jpg?_nc_cat=108&_nc_sid=86c713&_nc_ohc=8AkIFve42_MAX-HvqBR&_nc_ht=scontent-maa2-1.xx&oh=7c483849a34a97a1cd74671b1809713d&oe=5F5246C2",
2164
+ "username" : "senthil_sandbox_mode"
2165
+ },
2166
+ "createdTime" : "2020-07-30T10:16:48+0000",
2167
+ "id" : "17864907316972188",
2168
+ "totalCount" : false,
2169
+ "message" : "hi there!",
2170
+ "likes" : {
2171
+ "canLike" : false,
2172
+ "count" : "0"
2173
+ }
2174
+ }, {
2175
+ "like_count" : "0",
2176
+ "replies" : {
2177
+ "data" : [ ],
2178
+ "count" : "0",
2179
+ "canComment" : true
2180
+ },
2181
+ "author" : {
2182
+ "name" : "nivetha_test_insta",
2183
+ "id" : "17841439562482882",
2184
+ "username" : "nivetha_test_insta"
2185
+ },
2186
+ "createdTime" : "2020-07-30T10:17:15+0000",
2187
+ "id" : "17893665574568524",
2188
+ "message" : "ok nivetha",
2189
+ "likes" : {
2190
+ "canLike" : false,
2191
+ "count" : "0"
2192
+ }
2193
+ } ]
2194
+ }
2195
+ }
2196
+ }
2197
+ }
2198
+ },
2199
+ "x-custom-response-attributes" : {
2200
+ "disable-safe-headers" : "[]"
2201
+ }
2202
+ },
2203
+ "getInstagramConversations" : {
2204
+ "description" : "getInstagramConversations template definitions",
2205
+ "content" : {
2206
+ "application/json" : {
2207
+ "schema" : {
2208
+ "type" : [ "null", "object" ],
2209
+ "additionalProperties" : false,
2210
+ "properties" : {
2211
+ "data" : {
2212
+ "$ref" : "./SocialPosts.json#/components/schemas/dataArrConverstions"
2213
+ }
2214
+ },
2215
+ "required" : [ "data" ]
2216
+ },
2217
+ "examples" : {
2218
+ "Valid responses Definitions" : {
2219
+ "value" : {
2220
+ "cursor" : "",
2221
+ "data" : [ {
2222
+ "attachments" : [ {
2223
+ "href" : "https://pbs.twimg.com/media/DU64CEDUMAAHvlo.jpg",
2224
+ "type" : "photo"
2225
+ }, {
2226
+ "href" : "https://video.twimg.com/tweet_video/DU7YHU4U0AAi5Oe.mp4",
2227
+ "type" : "video"
2228
+ } ],
2229
+ "ticket" : {
2230
+ "ticketNumber" : "232",
2231
+ "id" : "1892000000042034"
2232
+ },
2233
+ "author" : {
2234
+ "name" : "Rockstar",
2235
+ "href" : "Some Url"
2236
+ },
2237
+ "conversationId" : "edbsn2ebbf87285607e4be60cb6657a66fb7535b22eb15dd1507fa797b9771e7f76c0e980b8911b23034ba8431aee11908780fdfaac33d77ba234574a6dccfcdc3d96b97f242fd34eceea4e6a7a21e9236c672abaa98baa243f9cc95e31c8f15f4f064c8edc10a83f8a86e02a92c17f20f88476c6e091eab15855557f8c127e7cfbb0ed9e015742b2c73a2de5ff3fcf77568b8dae404ae526a086b4ca52e9ba4f80adcaebe8365ecb8299a2779d34d1b98a3d",
2238
+ "createdTime" : "2016-06-21T16:16:16.000Z",
2239
+ "to" : {
2240
+ "name" : "Rockstar Receiver",
2241
+ "href" : "Some Url",
2242
+ "id" : "1892000000042034"
2243
+ },
2244
+ "id" : "m_mid.1463111263480:46ab4bb9fcaffff886",
2245
+ "message" : "Last Received Message's Snippet"
2246
+ }, {
2247
+ "attachments" : [ {
2248
+ "href" : "https://pbs.twimg.com/media/DU64CEDUMAAHvlo.jpg",
2249
+ "type" : "photo"
2250
+ }, {
2251
+ "href" : "https://video.twimg.com/tweet_video/DU7YHU4U0AAi5Oe.mp4",
2252
+ "type" : "video"
2253
+ } ],
2254
+ "ticket" : {
2255
+ "ticketNumber" : "232",
2256
+ "id" : "1892000000042034"
2257
+ },
2258
+ "author" : {
2259
+ "name" : "Rockstar",
2260
+ "href" : "Some Url"
2261
+ },
2262
+ "conversationId" : "edbsn2ebbf87285607e4be60cb6657a66fb7535b22eb15dd1507fa797b9771e7f76c0e980b8911b23034ba8431aee11908780fdfaac33d77ba234574a6dccfcdc3d96b97f242fd34eceea4e6a7a21e9236c672abaa98baa243f9cc95e31c8f15f4f064c8edc10a83f8a86e02a92c17f20f88476c6e091eab15855557f8c127e7cfbb0ed9e015742b2c73a2de5ff3fcf77568b8dae404ae526a086b4ca52e9ba4f80adcaebe8365ecb8299a2779d34d1b98a3d",
2263
+ "createdTime" : "2016-06-21T16:16:16.000Z",
2264
+ "to" : {
2265
+ "name" : "Rockstar Receiver",
2266
+ "href" : "Some Url"
2267
+ },
2268
+ "id" : "m_mid.1463111263480:46ab4bb9fcaffff886",
2269
+ "message" : "Last Received Message's Snippet"
2270
+ } ]
2271
+ }
2272
+ }
2273
+ }
2274
+ }
2275
+ },
2276
+ "x-custom-response-attributes" : {
2277
+ "disable-safe-headers" : "[]"
2278
+ }
2279
+ }
2280
+ },
2281
+ "parameters" : {
2282
+ "cursor" : {
2283
+ "name" : "cursor",
2284
+ "in" : "query",
2285
+ "description" : "Cursor for Pagination",
2286
+ "required" : false,
2287
+ "style" : "form",
2288
+ "explode" : true,
2289
+ "schema" : {
2290
+ "type" : [ "string", "null" ],
2291
+ "description" : "Cursor for Pagination",
2292
+ "maxLength" : 100,
2293
+ "minLength" : 0,
2294
+ "pattern" : "\\{(.*)\\}",
2295
+ "x-custom-parameters-attributes" : {
2296
+ "cursor" : {
2297
+ "removeExif" : false,
2298
+ "replacementString" : "",
2299
+ "filterMatchedContent" : false,
2300
+ "antivirus" : false,
2301
+ "allowInvalid" : false,
2302
+ "descrption" : "Cursor for Pagination",
2303
+ "secret" : false,
2304
+ "preserveCharsLimit" : 10,
2305
+ "trim" : false,
2306
+ "internalParam" : false,
2307
+ "preserveChars" : "0,5",
2308
+ "importUrl" : false,
2309
+ "decrypt" : false
2310
+ },
2311
+ "type" : {
2312
+ "removeExif" : false,
2313
+ "replacementString" : "",
2314
+ "filterMatchedContent" : false,
2315
+ "antivirus" : false,
2316
+ "allowInvalid" : false,
2317
+ "descrption" : "Type of Instagram Posts to be Fetched. Supported Types are posts and mentions",
2318
+ "secret" : false,
2319
+ "preserveCharsLimit" : 10,
2320
+ "trim" : false,
2321
+ "internalParam" : false,
2322
+ "preserveChars" : "0,5",
2323
+ "importUrl" : false,
2324
+ "decrypt" : false
2325
+ },
2326
+ "portalname" : {
2327
+ "removeExif" : false,
2328
+ "trim" : false,
2329
+ "replacementString" : "",
2330
+ "filterMatchedContent" : false,
2331
+ "antivirus" : false,
2332
+ "internalParam" : false,
2333
+ "preserveChars" : "0,5",
2334
+ "allowInvalid" : false,
2335
+ "secret" : false,
2336
+ "importUrl" : false,
2337
+ "decrypt" : false,
2338
+ "preserveCharsLimit" : 10
2339
+ },
2340
+ "orgId" : {
2341
+ "removeExif" : false,
2342
+ "trim" : false,
2343
+ "replacementString" : "",
2344
+ "filterMatchedContent" : false,
2345
+ "antivirus" : false,
2346
+ "internalParam" : false,
2347
+ "preserveChars" : "0,5",
2348
+ "allowInvalid" : false,
2349
+ "secret" : false,
2350
+ "importUrl" : false,
2351
+ "decrypt" : false,
2352
+ "preserveCharsLimit" : 10
2353
+ }
2354
+ }
2355
+ }
2356
+ },
2357
+ "conversationId" : {
2358
+ "name" : "conversationId",
2359
+ "in" : "path",
2360
+ "required" : true,
2361
+ "style" : "simple",
2362
+ "explode" : false,
2363
+ "schema" : {
2364
+ "type" : [ "string", "null" ],
2365
+ "maxLength" : 500,
2366
+ "minLength" : 0,
2367
+ "pattern" : "([0-9a-zA-Z_]+)"
2368
+ }
2369
+ },
2370
+ "brandId" : {
2371
+ "name" : "brandId",
2372
+ "in" : "path",
2373
+ "required" : true,
2374
+ "style" : "simple",
2375
+ "explode" : false,
2376
+ "schema" : {
2377
+ "type" : [ "string", "null", "integer" ],
2378
+ "format" : "int64",
2379
+ "pattern" : "([0-9]+)"
2380
+ }
2381
+ },
2382
+ "departmentId" : {
2383
+ "name" : "departmentId",
2384
+ "in" : "query",
2385
+ "description" : "query param department id",
2386
+ "required" : true,
2387
+ "style" : "form",
2388
+ "explode" : true,
2389
+ "schema" : {
2390
+ "type" : [ "string", "null", "integer" ],
2391
+ "format" : "int64",
2392
+ "description" : "query param department id",
2393
+ "pattern" : "([0-9]+)"
2394
+ }
2395
+ },
2396
+ "postId" : {
2397
+ "name" : "postId",
2398
+ "in" : "path",
2399
+ "required" : true,
2400
+ "style" : "simple",
2401
+ "explode" : false,
2402
+ "schema" : {
2403
+ "type" : [ "string", "null", "integer" ],
2404
+ "format" : "int64",
2405
+ "pattern" : "([0-9]+)"
2406
+ }
2407
+ },
2408
+ "type" : {
2409
+ "name" : "type",
2410
+ "in" : "query",
2411
+ "description" : "Type of Instagram Posts to be Fetched. Supported Types are posts and mentions",
2412
+ "required" : true,
2413
+ "style" : "form",
2414
+ "explode" : true,
2415
+ "schema" : {
2416
+ "type" : [ "string", "null" ],
2417
+ "description" : "Type of Instagram Posts to be Fetched. Supported Types are posts and mentions",
2418
+ "enum" : [ "posts" ],
2419
+ "maxLength" : 100,
2420
+ "minLength" : 0
2421
+ }
2422
+ },
2423
+ "message" : {
2424
+ "name" : "message",
2425
+ "in" : "query",
2426
+ "description" : "Message to be Replied",
2427
+ "required" : true,
2428
+ "style" : "form",
2429
+ "explode" : true,
2430
+ "schema" : {
2431
+ "type" : [ "string", "null" ],
2432
+ "description" : "Message to be Replied",
2433
+ "maxLength" : 65535,
2434
+ "minLength" : 0,
2435
+ "x-custom-parameters-attributes" : {
2436
+ "preserveCharsLimit" : 50,
2437
+ "preserveChars" : "5,6",
2438
+ "xss" : "antisamyfilter_custom",
2439
+ "mask" : "partial"
2440
+ }
2441
+ }
2442
+ }
2443
+ },
2444
+ "securitySchemes" : {
2445
+ "cookie-auth" : {
2446
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2447
+ },
2448
+ "org-oauth" : {
2449
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2450
+ },
2451
+ "jwt-oauth" : {
2452
+ "$ref" : "../common/Common.json#/components/securitySchemes/jwt-oauth"
2453
+ },
2454
+ "iam-oauth2-schema" : {
2455
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2456
+ }
2457
+ }
2458
+ },
2459
+ "x-entity" : "SocialPosts"
2460
+ }