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,2992 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "blueprints",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "automation",
7
+ "x-module-group" : "automation"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/blueprints" : {
11
+ "get" : {
12
+ "tags" : [ "blueprints" ],
13
+ "summary" : "List all blueprints in a department",
14
+ "description" : "To get all blueprints in a specific department",
15
+ "operationId" : "getBluePrints",
16
+ "parameters" : [ {
17
+ "$ref" : "#/components/parameters/departmentId"
18
+ }, {
19
+ "$ref" : "#/components/parameters/module"
20
+ }, {
21
+ "name" : "status",
22
+ "in" : "query",
23
+ "description" : "To get blueprints by status, allowed values are @ACTIVE@ ,@INACTIVE@ and @DRAFT@",
24
+ "required" : false,
25
+ "style" : "form",
26
+ "explode" : true,
27
+ "schema" : {
28
+ "type" : [ "string", "null" ],
29
+ "description" : "To get blueprints by status, allowed values are @ACTIVE@ ,@INACTIVE@ and @DRAFT@",
30
+ "enum" : [ "ACTIVE", "INACTIVE", "DRAFT" ],
31
+ "maxLength" : 100,
32
+ "minLength" : 0,
33
+ "pattern" : "ACTIVE|INACTIVE|DRAFT"
34
+ }
35
+ }, {
36
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
37
+ } ],
38
+ "responses" : {
39
+ "422" : {
40
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
41
+ },
42
+ "204" : {
43
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
44
+ },
45
+ "200" : {
46
+ "$ref" : "#/components/responses/getAllResponseObject"
47
+ }
48
+ },
49
+ "security" : [ {
50
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
51
+ }, {
52
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
53
+ } ],
54
+ "x-audience" : [ "external-public" ],
55
+ "x-custom-url-attribute" : {
56
+ "security" : {
57
+ "throttle" : {
58
+ "inline" : [ {
59
+ "scope" : "APPSERVER",
60
+ "rules" : [ {
61
+ "duration" : 60000,
62
+ "lock-period" : 600000,
63
+ "threshold" : 20,
64
+ "hip" : false
65
+ } ],
66
+ "window" : "ROLLING",
67
+ "key" : "url.path+user.zuid"
68
+ } ]
69
+ },
70
+ "extraparams" : {
71
+ "disable" : true,
72
+ "ignore" : false
73
+ },
74
+ "authentication" : { }
75
+ },
76
+ "clan-group" : "automation",
77
+ "apihash" : "3b7b6256598e33cfe4b69182c2f894f5",
78
+ "module-group" : "automation",
79
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.getAllBlueprints"
80
+ }
81
+ },
82
+ "post" : {
83
+ "tags" : [ "blueprints" ],
84
+ "summary" : "Create Blueprint",
85
+ "description" : "To create a blueprint",
86
+ "operationId" : "createBlueprint",
87
+ "parameters" : [ {
88
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
89
+ } ],
90
+ "requestBody" : {
91
+ "$ref" : "#/components/requestBodies/createBlueprint"
92
+ },
93
+ "responses" : {
94
+ "422" : {
95
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
96
+ },
97
+ "200" : {
98
+ "$ref" : "#/components/responses/createBlueprintResponse"
99
+ }
100
+ },
101
+ "security" : [ {
102
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
103
+ }, {
104
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE" ]
105
+ } ],
106
+ "x-audience" : [ "external-public" ],
107
+ "x-custom-url-attribute" : {
108
+ "security" : {
109
+ "throttle" : {
110
+ "inline" : [ {
111
+ "scope" : "APPSERVER",
112
+ "rules" : [ {
113
+ "duration" : 60000,
114
+ "lock-period" : 600000,
115
+ "threshold" : 10,
116
+ "hip" : false
117
+ }, {
118
+ "duration" : 3600000,
119
+ "lock-period" : 1200000,
120
+ "threshold" : 100,
121
+ "hip" : false
122
+ } ],
123
+ "window" : "ROLLING",
124
+ "key" : "url.path+user.zuid"
125
+ } ]
126
+ },
127
+ "extraparams" : {
128
+ "disable" : true,
129
+ "ignore" : false
130
+ },
131
+ "authentication" : { }
132
+ },
133
+ "clan-group" : "automation",
134
+ "apihash" : "20af18cf2b25051e0976f3bad0e383ec",
135
+ "module-group" : "automation",
136
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.create"
137
+ }
138
+ }
139
+ },
140
+ "/api/v1/blueprints/reorder" : {
141
+ "post" : {
142
+ "tags" : [ "blueprints" ],
143
+ "summary" : "Reorder blueprints",
144
+ "description" : "To reorder blueprints in a specific department",
145
+ "operationId" : "reorderBlueprints",
146
+ "parameters" : [ {
147
+ "$ref" : "#/components/parameters/departmentId"
148
+ }, {
149
+ "$ref" : "#/components/parameters/module"
150
+ }, {
151
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
152
+ } ],
153
+ "requestBody" : {
154
+ "$ref" : "#/components/requestBodies/blueprintIdsObject"
155
+ },
156
+ "responses" : {
157
+ "422" : {
158
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
159
+ },
160
+ "200" : {
161
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
162
+ }
163
+ },
164
+ "security" : [ {
165
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
166
+ }, {
167
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
168
+ } ],
169
+ "x-audience" : [ "external-public" ],
170
+ "x-custom-url-attribute" : {
171
+ "security" : {
172
+ "throttle" : {
173
+ "inline" : [ {
174
+ "scope" : "APPSERVER",
175
+ "rules" : [ {
176
+ "duration" : 60000,
177
+ "lock-period" : 600000,
178
+ "threshold" : 10,
179
+ "hip" : false
180
+ }, {
181
+ "duration" : 3600000,
182
+ "lock-period" : 1200000,
183
+ "threshold" : 100,
184
+ "hip" : false
185
+ } ],
186
+ "window" : "ROLLING",
187
+ "key" : "url.path+user.zuid"
188
+ } ]
189
+ },
190
+ "extraparams" : {
191
+ "disable" : true,
192
+ "ignore" : false
193
+ },
194
+ "authentication" : { }
195
+ },
196
+ "clan-group" : "automation",
197
+ "apihash" : "6a81f5c64f258cc781f72a5414e9572b",
198
+ "module-group" : "automation",
199
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.reorder"
200
+ }
201
+ }
202
+ },
203
+ "/api/v1/tickets/{ticket_id}/blueprint" : {
204
+ "get" : {
205
+ "tags" : [ "blueprints" ],
206
+ "summary" : "Get Applied Blueprint details of ticket for a user",
207
+ "description" : "To get the applied blueprint details of a ticket",
208
+ "operationId" : "getAppliedBlueprintDetailsForTicket",
209
+ "parameters" : [ {
210
+ "name" : "include",
211
+ "in" : "query",
212
+ "description" : "Meta information related to the transition owners. Values allowed are: @transitionOwnerAgents@, @transitionOwnerTeams@, @transitionOwnerDept@ to include agents,teams,department under owners. You can pass multiple values by separating them with commas in the API request.",
213
+ "required" : false,
214
+ "style" : "simple",
215
+ "explode" : true,
216
+ "schema" : {
217
+ "type" : [ "null", "array" ],
218
+ "description" : "Meta information related to the transition owners. Values allowed are: @transitionOwnerAgents@, @transitionOwnerTeams@, @transitionOwnerDept@ to include agents,teams,department under owners. You can pass multiple values by separating them with commas in the API request.",
219
+ "items" : {
220
+ "type" : [ "string", "null" ],
221
+ "enum" : [ "transitionOwnerAgents", "transitionOwnerTeams", "transitionOwnerDept" ],
222
+ "maxLength" : 100,
223
+ "minLength" : 0,
224
+ "x-custom-parameters-attributes" : [ ]
225
+ },
226
+ "uniqueItems" : false
227
+ }
228
+ }, {
229
+ "$ref" : "#/components/parameters/ticket_id"
230
+ }, {
231
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
232
+ } ],
233
+ "responses" : {
234
+ "422" : {
235
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
236
+ },
237
+ "204" : {
238
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
239
+ },
240
+ "200" : {
241
+ "$ref" : "#/components/responses/getAppliedBlueprintDetailsResponse"
242
+ }
243
+ },
244
+ "security" : [ {
245
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
246
+ }, {
247
+ "iam-oauth2-schema" : [ "Desk.tickets.READ" ]
248
+ } ],
249
+ "x-audience" : [ "external-public" ],
250
+ "x-custom-url-attribute" : {
251
+ "security" : {
252
+ "throttle" : {
253
+ "policy" : "ReadAPI_Standard_UserPolicy"
254
+ },
255
+ "extraparams" : {
256
+ "disable" : true,
257
+ "ignore" : false
258
+ },
259
+ "authentication" : { }
260
+ },
261
+ "clan-group" : "automation",
262
+ "apihash" : "1148c9d4f1026faf89166b8558a78204",
263
+ "module-group" : "automation",
264
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.getAppliedBlueprintDetails"
265
+ }
266
+ }
267
+ },
268
+ "/api/v1/blueprints/{blueprint_id}" : {
269
+ "get" : {
270
+ "tags" : [ "blueprints" ],
271
+ "summary" : "Get Blueprint Details",
272
+ "description" : "To get a specific blueprint details",
273
+ "operationId" : "getBlueprint",
274
+ "parameters" : [ {
275
+ "$ref" : "#/components/parameters/blueprint_id"
276
+ }, {
277
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
278
+ } ],
279
+ "responses" : {
280
+ "422" : {
281
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
282
+ },
283
+ "200" : {
284
+ "$ref" : "#/components/responses/getBlueprintDetailsResponse"
285
+ }
286
+ },
287
+ "security" : [ {
288
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
289
+ }, {
290
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
291
+ } ],
292
+ "x-audience" : [ "external-public" ],
293
+ "x-custom-url-attribute" : {
294
+ "security" : {
295
+ "throttle" : {
296
+ "policy" : "ReadAPI_Standard_UserPolicy"
297
+ },
298
+ "extraparams" : {
299
+ "disable" : true,
300
+ "ignore" : false
301
+ },
302
+ "authentication" : { }
303
+ },
304
+ "clan-group" : "automation",
305
+ "apihash" : "1a1b04bb779267bf523acf4510e67fd9",
306
+ "module-group" : "automation",
307
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.get"
308
+ }
309
+ },
310
+ "delete" : {
311
+ "tags" : [ "blueprints" ],
312
+ "summary" : "Delete Blueprint",
313
+ "description" : "To delete a specific blueprint",
314
+ "operationId" : "deleteBlueprint",
315
+ "parameters" : [ {
316
+ "$ref" : "#/components/parameters/blueprint_id"
317
+ }, {
318
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
319
+ } ],
320
+ "responses" : {
321
+ "422" : {
322
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
323
+ },
324
+ "200" : {
325
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
326
+ }
327
+ },
328
+ "security" : [ {
329
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
330
+ }, {
331
+ "iam-oauth2-schema" : [ "Desk.settings.DELETE" ]
332
+ } ],
333
+ "x-audience" : [ "external-public" ],
334
+ "x-custom-url-attribute" : {
335
+ "security" : {
336
+ "throttle" : {
337
+ "inline" : [ {
338
+ "scope" : "APPSERVER",
339
+ "rules" : [ {
340
+ "duration" : 60000,
341
+ "lock-period" : 600000,
342
+ "threshold" : 10,
343
+ "hip" : false
344
+ }, {
345
+ "duration" : 3600000,
346
+ "lock-period" : 1200000,
347
+ "threshold" : 100,
348
+ "hip" : false
349
+ } ],
350
+ "window" : "ROLLING",
351
+ "key" : "url.path+user.zuid"
352
+ } ]
353
+ },
354
+ "extraparams" : {
355
+ "disable" : true,
356
+ "ignore" : false
357
+ },
358
+ "authentication" : { }
359
+ },
360
+ "clan-group" : "automation",
361
+ "apihash" : "81dd669a638838f888e381b95c0785d3",
362
+ "module-group" : "automation",
363
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.delete"
364
+ }
365
+ },
366
+ "patch" : {
367
+ "tags" : [ "blueprints" ],
368
+ "summary" : "Update a blueprint",
369
+ "description" : "To update an existing blueprint",
370
+ "operationId" : "updateBlueprint",
371
+ "parameters" : [ {
372
+ "$ref" : "#/components/parameters/blueprint_id"
373
+ }, {
374
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
375
+ } ],
376
+ "requestBody" : {
377
+ "$ref" : "#/components/requestBodies/updateBlueprint"
378
+ },
379
+ "responses" : {
380
+ "422" : {
381
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
382
+ },
383
+ "200" : {
384
+ "$ref" : "#/components/responses/createBlueprintResponse"
385
+ }
386
+ },
387
+ "security" : [ {
388
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
389
+ }, {
390
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
391
+ } ],
392
+ "x-audience" : [ "external-public" ],
393
+ "x-custom-url-attribute" : {
394
+ "security" : {
395
+ "throttle" : {
396
+ "inline" : [ {
397
+ "scope" : "APPSERVER",
398
+ "rules" : [ {
399
+ "duration" : 60000,
400
+ "lock-period" : 600000,
401
+ "threshold" : 10,
402
+ "hip" : false
403
+ }, {
404
+ "duration" : 3600000,
405
+ "lock-period" : 1200000,
406
+ "threshold" : 100,
407
+ "hip" : false
408
+ } ],
409
+ "window" : "ROLLING",
410
+ "key" : "url.path+user.zuid"
411
+ } ]
412
+ },
413
+ "extraparams" : {
414
+ "disable" : true,
415
+ "ignore" : false
416
+ },
417
+ "authentication" : { }
418
+ },
419
+ "clan-group" : "automation",
420
+ "apihash" : "684108236439261792646ee569633075",
421
+ "module-group" : "automation",
422
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.update"
423
+ }
424
+ }
425
+ },
426
+ "/api/v1/blueprints/{blueprint_id}/checkIfAppliedForEntity" : {
427
+ "get" : {
428
+ "tags" : [ "blueprints" ],
429
+ "summary" : "Check if blueprint is associated or applied for an entity",
430
+ "description" : "To check if blueprint is associated/applied for an entity",
431
+ "operationId" : "checkIfAppliedToEntity",
432
+ "parameters" : [ {
433
+ "$ref" : "#/components/parameters/blueprint_id"
434
+ }, {
435
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
436
+ } ],
437
+ "responses" : {
438
+ "422" : {
439
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
440
+ },
441
+ "200" : {
442
+ "$ref" : "#/components/responses/checkIfAppliedToEntityResponse"
443
+ }
444
+ },
445
+ "security" : [ {
446
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
447
+ }, {
448
+ "iam-oauth2-schema" : [ "Desk.settings.READ" ]
449
+ } ],
450
+ "x-audience" : [ "company-internal" ],
451
+ "x-custom-url-attribute" : {
452
+ "security" : {
453
+ "throttle" : {
454
+ "inline" : [ {
455
+ "scope" : "APPSERVER",
456
+ "rules" : [ {
457
+ "duration" : 60000,
458
+ "lock-period" : 600000,
459
+ "threshold" : 20,
460
+ "hip" : false
461
+ }, {
462
+ "duration" : 3600000,
463
+ "lock-period" : 1200000,
464
+ "threshold" : 100,
465
+ "hip" : false
466
+ } ],
467
+ "window" : "ROLLING",
468
+ "key" : "url.path+user.zuid"
469
+ } ]
470
+ },
471
+ "extraparams" : {
472
+ "disable" : true,
473
+ "ignore" : false
474
+ },
475
+ "authentication" : { }
476
+ },
477
+ "clan-group" : "automation",
478
+ "apihash" : "ac35968c8ce037f38bcccf8138d24f09",
479
+ "module-group" : "automation",
480
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.checkIfAppliedToEntity"
481
+ }
482
+ }
483
+ },
484
+ "/api/v1/blueprints/{blueprint_id}/revoke" : {
485
+ "post" : {
486
+ "tags" : [ "blueprints" ],
487
+ "summary" : "Revoke Blueprint from Blueprint Level",
488
+ "description" : "To revoke all entities from a particular blueprint",
489
+ "operationId" : "revokeBlueprintForAllEntities",
490
+ "parameters" : [ {
491
+ "$ref" : "#/components/parameters/blueprint_id"
492
+ }, {
493
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
494
+ } ],
495
+ "responses" : {
496
+ "422" : {
497
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
498
+ },
499
+ "200" : {
500
+ "$ref" : "#/components/responses/revokeBlueprintObject"
501
+ }
502
+ },
503
+ "security" : [ {
504
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
505
+ }, {
506
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE" ]
507
+ } ],
508
+ "x-audience" : [ "external-public" ],
509
+ "x-custom-url-attribute" : {
510
+ "security" : {
511
+ "throttle" : {
512
+ "inline" : [ {
513
+ "scope" : "APPSERVER",
514
+ "rules" : [ {
515
+ "duration" : 60000,
516
+ "lock-period" : 600000,
517
+ "threshold" : 10,
518
+ "hip" : false
519
+ } ],
520
+ "window" : "ROLLING",
521
+ "key" : "url.path+user.zuid"
522
+ } ]
523
+ },
524
+ "extraparams" : {
525
+ "disable" : true,
526
+ "ignore" : false
527
+ },
528
+ "authentication" : { }
529
+ },
530
+ "clan-group" : "automation",
531
+ "apihash" : "7c256865a3777768a6e24609da2cf937",
532
+ "module-group" : "automation",
533
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.revokeAllEntitiesFromBlueprint"
534
+ }
535
+ }
536
+ },
537
+ "/api/v1/blueprints/revokeMany" : {
538
+ "post" : {
539
+ "tags" : [ "blueprints" ],
540
+ "summary" : "Revoke Blueprint for Multiple Tickets",
541
+ "description" : "This API revokes blueprint for multiple tickets simultaneously.",
542
+ "operationId" : "revokeMany",
543
+ "parameters" : [ {
544
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
545
+ } ],
546
+ "requestBody" : {
547
+ "$ref" : "#/components/requestBodies/revokeManyRequest"
548
+ },
549
+ "responses" : {
550
+ "422" : {
551
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
552
+ },
553
+ "200" : {
554
+ "$ref" : "#/components/responses/revokeManyResponse"
555
+ }
556
+ },
557
+ "security" : [ {
558
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
559
+ }, {
560
+ "iam-oauth2-schema" : [ "Desk.tickets.UPDATE" ]
561
+ } ],
562
+ "x-audience" : [ "company-internal" ],
563
+ "x-custom-url-attribute" : {
564
+ "security" : {
565
+ "throttle" : {
566
+ "policy" : "WriteAPI_Stringent_UserPolicy"
567
+ },
568
+ "extraparams" : {
569
+ "disable" : true,
570
+ "ignore" : false
571
+ },
572
+ "authentication" : { }
573
+ },
574
+ "clan-group" : "automation",
575
+ "apihash" : "63629a73d5cbf57aff9a8bece8918c5a",
576
+ "module-group" : "automation",
577
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.revokeMany"
578
+ }
579
+ }
580
+ },
581
+ "/api/v1/tickets/{ticket_id}/revokeBlueprint" : {
582
+ "post" : {
583
+ "tags" : [ "blueprints" ],
584
+ "summary" : "Revoke Blueprint at Entity Level",
585
+ "description" : "To revoke blueprint from an entity",
586
+ "operationId" : "revokeBlueprintForATicket",
587
+ "parameters" : [ {
588
+ "$ref" : "#/components/parameters/ticket_id"
589
+ }, {
590
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
591
+ } ],
592
+ "responses" : {
593
+ "422" : {
594
+ "$ref" : "../common/Common.json#/components/responses/multipleUnprocessEntityResponse"
595
+ },
596
+ "200" : {
597
+ "$ref" : "#/components/responses/revokeBlueprintObject"
598
+ }
599
+ },
600
+ "security" : [ {
601
+ "org-oauth" : [ "Desk.accessAll.ALL" ]
602
+ }, {
603
+ "iam-oauth2-schema" : [ "Desk.tickets.UPDATE" ]
604
+ } ],
605
+ "x-audience" : [ "external-public" ],
606
+ "x-custom-url-attribute" : {
607
+ "security" : {
608
+ "throttle" : {
609
+ "inline" : [ {
610
+ "scope" : "APPSERVER",
611
+ "rules" : [ {
612
+ "duration" : 60000,
613
+ "lock-period" : 600000,
614
+ "threshold" : 10,
615
+ "hip" : false
616
+ } ],
617
+ "window" : "ROLLING",
618
+ "key" : "url.path+user.zuid"
619
+ } ]
620
+ },
621
+ "extraparams" : {
622
+ "disable" : true,
623
+ "ignore" : false
624
+ },
625
+ "authentication" : { }
626
+ },
627
+ "clan-group" : "automation",
628
+ "apihash" : "5fb16f975684d79e58d49017c1e4a8f1",
629
+ "module-group" : "automation",
630
+ "apimethod" : "com.zoho.support.blueprints.DeskBlueprintService.revoke"
631
+ }
632
+ }
633
+ }
634
+ },
635
+ "components" : {
636
+ "schemas" : {
637
+ "layoutObject" : {
638
+ "type" : [ "null", "object" ],
639
+ "additionalProperties" : false,
640
+ "properties" : {
641
+ "name" : {
642
+ "type" : [ "string", "null" ],
643
+ "maxLength" : 100,
644
+ "minLength" : 0,
645
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
646
+ },
647
+ "id" : {
648
+ "type" : [ "string", "null", "integer" ],
649
+ "format" : "int64",
650
+ "pattern" : "([0-9]+)"
651
+ }
652
+ },
653
+ "required" : [ "id", "name" ]
654
+ },
655
+ "getAllBluePrintsByDepartmentObject" : {
656
+ "type" : [ "null", "object" ],
657
+ "additionalProperties" : false,
658
+ "properties" : {
659
+ "modifiedTime" : {
660
+ "type" : [ "string", "null" ],
661
+ "maxLength" : 100,
662
+ "minLength" : 0,
663
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])([ ])([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,1}))"
664
+ },
665
+ "orderNumber" : {
666
+ "type" : [ "string", "null", "integer" ],
667
+ "format" : "int32",
668
+ "minimum" : 1,
669
+ "pattern" : "([0-9]+)"
670
+ },
671
+ "createdUserZUID" : {
672
+ "type" : [ "string", "null", "integer" ],
673
+ "format" : "int32",
674
+ "pattern" : "([0-9]+)"
675
+ },
676
+ "departmentId" : {
677
+ "type" : [ "string", "null", "integer" ],
678
+ "format" : "int64",
679
+ "pattern" : "([0-9]+)",
680
+ "x-custom-parameters-attributes" : {
681
+ "removeExif" : false,
682
+ "filterMatchedContent" : false,
683
+ "antivirus" : false,
684
+ "replacementString" : "",
685
+ "allowInvalid" : false,
686
+ "descrption" : "Department for which the blueprints are listed",
687
+ "secret" : false,
688
+ "preserveCharsLimit" : 10,
689
+ "trim" : false,
690
+ "internalParam" : false,
691
+ "preserveChars" : "0,5",
692
+ "importUrl" : false,
693
+ "decrypt" : false
694
+ }
695
+ },
696
+ "module" : {
697
+ "type" : [ "string", "null" ],
698
+ "enum" : [ "tickets" ],
699
+ "maxLength" : 100,
700
+ "minLength" : 0,
701
+ "pattern" : "tickets",
702
+ "x-custom-parameters-attributes" : {
703
+ "removeExif" : false,
704
+ "filterMatchedContent" : false,
705
+ "antivirus" : false,
706
+ "replacementString" : "",
707
+ "allowInvalid" : false,
708
+ "descrption" : "module of the blueprints to be listed",
709
+ "secret" : false,
710
+ "preserveCharsLimit" : 10,
711
+ "trim" : false,
712
+ "internalParam" : false,
713
+ "preserveChars" : "0,5",
714
+ "importUrl" : false,
715
+ "decrypt" : false
716
+ }
717
+ },
718
+ "isDraft" : {
719
+ "type" : [ "boolean", "null" ]
720
+ },
721
+ "active" : {
722
+ "type" : [ "boolean", "null" ]
723
+ },
724
+ "description" : {
725
+ "type" : [ "string", "null" ],
726
+ "maxLength" : 100,
727
+ "minLength" : 0,
728
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$"
729
+ },
730
+ "modifiedUserZUID" : {
731
+ "type" : [ "string", "null", "integer" ],
732
+ "format" : "int32",
733
+ "pattern" : "([0-9]+)"
734
+ },
735
+ "transitions" : {
736
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionArrayWithPrimaryDetails"
737
+ },
738
+ "type" : {
739
+ "type" : [ "string", "null" ],
740
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
741
+ "maxLength" : 100,
742
+ "minLength" : 0,
743
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS"
744
+ },
745
+ "layoutId" : {
746
+ "type" : [ "string", "null", "integer" ],
747
+ "format" : "int64",
748
+ "pattern" : "([0-9]+)"
749
+ },
750
+ "states" : {
751
+ "$ref" : "./blueprintStates.json#/components/schemas/stateArrayWithPrimaryDetails"
752
+ },
753
+ "layout" : {
754
+ "$ref" : "./blueprints.json#/components/schemas/layoutObject"
755
+ },
756
+ "i18nFieldLabel" : {
757
+ "type" : [ "string", "null" ],
758
+ "maxLength" : 200,
759
+ "minLength" : 0,
760
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
761
+ },
762
+ "fieldLabel" : {
763
+ "type" : [ "string", "null" ],
764
+ "maxLength" : 200,
765
+ "minLength" : 0,
766
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
767
+ },
768
+ "name" : {
769
+ "type" : [ "string", "null" ],
770
+ "maxLength" : 60,
771
+ "minLength" : 1,
772
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
773
+ },
774
+ "createdTime" : {
775
+ "type" : [ "string", "null" ],
776
+ "maxLength" : 100,
777
+ "minLength" : 0,
778
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])([ ])([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,1}))"
779
+ },
780
+ "id" : {
781
+ "type" : [ "string", "null", "integer" ],
782
+ "format" : "int64",
783
+ "minimum" : 1,
784
+ "pattern" : "([0-9]+)"
785
+ },
786
+ "isDefaultBlueprint" : {
787
+ "type" : [ "boolean", "null" ]
788
+ },
789
+ "fieldId" : {
790
+ "type" : [ "string", "null", "integer" ],
791
+ "format" : "int64",
792
+ "pattern" : "([0-9]+)"
793
+ }
794
+ },
795
+ "required" : [ "active", "createdTime", "createdUserZUID", "departmentId", "description", "fieldId", "fieldLabel", "i18nFieldLabel", "id", "isDefaultBlueprint", "isDraft", "layout", "layoutId", "modifiedTime", "modifiedUserZUID", "module", "name", "orderNumber", "states", "transitions", "type" ]
796
+ },
797
+ "data" : {
798
+ "type" : [ "null", "array" ],
799
+ "items" : {
800
+ "$ref" : "./blueprints.json#/components/schemas/getAllBluePrintsByDepartmentObject"
801
+ }
802
+ },
803
+ "blueprintIdsArray" : {
804
+ "type" : [ "null", "array" ],
805
+ "items" : {
806
+ "type" : [ "string", "null", "integer" ],
807
+ "format" : "int64",
808
+ "minimum" : 1,
809
+ "pattern" : "([0-9]+)"
810
+ }
811
+ },
812
+ "updateBlueprint" : {
813
+ "type" : [ "null", "object" ],
814
+ "additionalProperties" : false,
815
+ "properties" : {
816
+ "orderNumber" : {
817
+ "type" : [ "string", "null", "integer" ],
818
+ "format" : "int32",
819
+ "minimum" : 1,
820
+ "pattern" : "([0-9]+)"
821
+ },
822
+ "criteria" : {
823
+ "$ref" : "./blueprintCriteria.json#/components/schemas/criteriaObjectForResponse"
824
+ },
825
+ "departmentId" : {
826
+ "type" : [ "string", "null", "integer" ],
827
+ "format" : "int64",
828
+ "pattern" : "([0-9]+)"
829
+ },
830
+ "module" : {
831
+ "type" : [ "string", "null" ],
832
+ "enum" : [ "tickets" ],
833
+ "maxLength" : 100,
834
+ "minLength" : 0,
835
+ "pattern" : "tickets"
836
+ },
837
+ "description" : {
838
+ "type" : [ "string", "null" ],
839
+ "maxLength" : 100,
840
+ "minLength" : 0,
841
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$"
842
+ },
843
+ "dynamicTransOwnerType" : {
844
+ "type" : [ "string", "null" ],
845
+ "enum" : [ "ACTIVE", "INACTIVE" ],
846
+ "maxLength" : 100,
847
+ "minLength" : 0,
848
+ "pattern" : "ACTIVE|INACTIVE"
849
+ },
850
+ "active" : {
851
+ "type" : [ "boolean", "null" ]
852
+ },
853
+ "type" : {
854
+ "type" : [ "string", "null" ],
855
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
856
+ "maxLength" : 100,
857
+ "minLength" : 0,
858
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS"
859
+ },
860
+ "transitions" : {
861
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArrayForResponse"
862
+ },
863
+ "layoutId" : {
864
+ "type" : [ "string", "null", "integer" ],
865
+ "format" : "int64",
866
+ "pattern" : "([0-9]+)"
867
+ },
868
+ "states" : {
869
+ "$ref" : "./blueprintStates.json#/components/schemas/statesArrayForResponse"
870
+ },
871
+ "layout" : {
872
+ "$ref" : "./blueprints.json#/components/schemas/layoutObject"
873
+ },
874
+ "chartData" : {
875
+ "$ref" : "./blueprintChartData.json#/components/schemas/chartDataObjectForResponse"
876
+ },
877
+ "strictModeConfig" : {
878
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObject"
879
+ },
880
+ "createdBy" : {
881
+ "type" : [ "string", "null", "integer" ],
882
+ "format" : "int64",
883
+ "pattern" : "([0-9]+)"
884
+ },
885
+ "draft" : {
886
+ "type" : [ "boolean", "null" ]
887
+ },
888
+ "name" : {
889
+ "type" : [ "string", "null" ],
890
+ "maxLength" : 60,
891
+ "minLength" : 1,
892
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
893
+ },
894
+ "modifiedBy" : {
895
+ "type" : [ "string", "null", "integer" ],
896
+ "format" : "int64",
897
+ "pattern" : "([0-9]+)"
898
+ },
899
+ "id" : {
900
+ "type" : [ "string", "null", "integer" ],
901
+ "format" : "int64",
902
+ "minimum" : 1,
903
+ "pattern" : "([0-9]+)"
904
+ },
905
+ "modifiedTimeInMillis" : {
906
+ "type" : [ "string", "null", "integer" ],
907
+ "format" : "int64",
908
+ "minimum" : 1,
909
+ "pattern" : "([0-9]+)"
910
+ },
911
+ "createdTimeInMillis" : {
912
+ "type" : [ "string", "null", "integer" ],
913
+ "format" : "int64",
914
+ "minimum" : 1,
915
+ "pattern" : "([0-9]+)"
916
+ },
917
+ "connections" : {
918
+ "$ref" : "./blueprintConnections.json#/components/schemas/connectionsArrayForResponse"
919
+ },
920
+ "fieldId" : {
921
+ "type" : [ "string", "null", "integer" ],
922
+ "format" : "int64",
923
+ "pattern" : "([0-9]+)"
924
+ }
925
+ },
926
+ "required" : [ "active", "chartData", "connections", "createdBy", "createdTimeInMillis", "criteria", "departmentId", "description", "draft", "dynamicTransOwnerType", "fieldId", "id", "layout", "layoutId", "modifiedBy", "modifiedTimeInMillis", "module", "name", "orderNumber", "states", "strictModeConfig", "transitions", "type" ]
927
+ }
928
+ },
929
+ "responses" : {
930
+ "getAllResponseObject" : {
931
+ "description" : "getAllResponseObject template definitions",
932
+ "content" : {
933
+ "application/json" : {
934
+ "schema" : {
935
+ "type" : [ "null", "object" ],
936
+ "additionalProperties" : false,
937
+ "properties" : {
938
+ "data" : {
939
+ "$ref" : "./blueprints.json#/components/schemas/data"
940
+ }
941
+ },
942
+ "required" : [ "data" ]
943
+ },
944
+ "examples" : {
945
+ "Valid responses Definitions" : {
946
+ "value" : {
947
+ "data" : [ {
948
+ "modifiedTime" : 1525421277000,
949
+ "orderNumber" : "3",
950
+ "createdUserZUID" : "5263696",
951
+ "departmentId" : "1000000010712",
952
+ "module" : "tickets",
953
+ "isDraft" : false,
954
+ "description" : "",
955
+ "modifiedUserZUID" : "5263696",
956
+ "active" : true,
957
+ "type" : "NON_CONTINUOUS",
958
+ "transitions" : [ {
959
+ "name" : "Issue fixed",
960
+ "id" : "1000000309105"
961
+ } ],
962
+ "layoutId" : "1000000011200",
963
+ "states" : [ {
964
+ "name" : "Open",
965
+ "id" : 1000000309101
966
+ }, {
967
+ "name" : "Closed",
968
+ "id" : 1000000309119
969
+ } ],
970
+ "i18nFieldLabel" : "Status",
971
+ "fieldLabel" : "Status",
972
+ "name" : "Automate QA process",
973
+ "createdTime" : 1525268370000,
974
+ "id" : "1000000309097",
975
+ "connections" : [ {
976
+ "fromState" : {
977
+ "name" : "Open",
978
+ "id" : "1000000309101"
979
+ },
980
+ "toState" : {
981
+ "name" : "Closed",
982
+ "id" : "1000000309119"
983
+ },
984
+ "transitions" : [ {
985
+ "name" : "Issue fixed",
986
+ "id" : "1000000309105"
987
+ } ]
988
+ } ],
989
+ "fieldId" : "1000000000506"
990
+ }, {
991
+ "modifiedTime" : 1524549208000,
992
+ "orderNumber" : "4",
993
+ "createdUserZUID" : "5263696",
994
+ "departmentId" : "1000000010712",
995
+ "module" : "tickets",
996
+ "isDraft" : true,
997
+ "description" : "",
998
+ "modifiedUserZUID" : "5263696",
999
+ "active" : true,
1000
+ "type" : "NON_CONTINUOUS",
1001
+ "transitions" : [ {
1002
+ "name" : "before",
1003
+ "id" : "1000000232199"
1004
+ }, {
1005
+ "name" : "after",
1006
+ "id" : "1000000232197"
1007
+ }, {
1008
+ "name" : "during",
1009
+ "id" : "1000000232201"
1010
+ } ],
1011
+ "layoutId" : "1000000011200",
1012
+ "states" : [ {
1013
+ "name" : "Closed",
1014
+ "id" : 1000000232189
1015
+ }, {
1016
+ "name" : "On Hold",
1017
+ "id" : 1000000232191
1018
+ }, {
1019
+ "name" : "Open",
1020
+ "id" : 1000000232193
1021
+ }, {
1022
+ "name" : "Escalated",
1023
+ "id" : 1000000232195
1024
+ } ],
1025
+ "i18nFieldLabel" : "Status",
1026
+ "fieldLabel" : "Status",
1027
+ "name" : "AUtomate HR process",
1028
+ "createdTime" : 1523375034000,
1029
+ "id" : "1000000232187",
1030
+ "connections" : [ {
1031
+ "fromState" : {
1032
+ "name" : "On Hold",
1033
+ "id" : "1000000232191"
1034
+ },
1035
+ "toState" : {
1036
+ "name" : "Escalated",
1037
+ "id" : "1000000232195"
1038
+ },
1039
+ "transitions" : [ {
1040
+ "name" : "before",
1041
+ "id" : "1000000232199"
1042
+ } ]
1043
+ }, {
1044
+ "fromState" : {
1045
+ "name" : "Open",
1046
+ "id" : "1000000232193"
1047
+ },
1048
+ "toState" : {
1049
+ "name" : "On Hold",
1050
+ "id" : "1000000232191"
1051
+ },
1052
+ "transitions" : [ {
1053
+ "name" : "after",
1054
+ "id" : "1000000232197"
1055
+ } ]
1056
+ }, {
1057
+ "fromState" : {
1058
+ "name" : "Escalated",
1059
+ "id" : "1000000232195"
1060
+ },
1061
+ "toState" : {
1062
+ "name" : "Closed",
1063
+ "id" : "1000000232189"
1064
+ },
1065
+ "transitions" : [ {
1066
+ "name" : "during",
1067
+ "id" : "1000000232201"
1068
+ } ]
1069
+ } ],
1070
+ "fieldId" : "1000000000506"
1071
+ }, {
1072
+ "modifiedTime" : 1522762448000,
1073
+ "orderNumber" : "5",
1074
+ "createdUserZUID" : "5263696",
1075
+ "departmentId" : "1000000010712",
1076
+ "module" : "tickets",
1077
+ "isDraft" : false,
1078
+ "description" : "",
1079
+ "modifiedUserZUID" : "5263696",
1080
+ "active" : true,
1081
+ "type" : "NON_CONTINUOUS",
1082
+ "transitions" : [ {
1083
+ "name" : "to onhold",
1084
+ "id" : "1000000173011"
1085
+ }, {
1086
+ "name" : "To close",
1087
+ "id" : "1000000173009"
1088
+ } ],
1089
+ "layoutId" : "1000000011200",
1090
+ "states" : [ {
1091
+ "name" : "Closed",
1092
+ "id" : 1000000173003
1093
+ }, {
1094
+ "name" : "Open",
1095
+ "id" : 1000000173005
1096
+ }, {
1097
+ "name" : "On Hold",
1098
+ "id" : 1000000173007
1099
+ } ],
1100
+ "i18nFieldLabel" : "Status",
1101
+ "fieldLabel" : "Status",
1102
+ "name" : "Shipping process",
1103
+ "createdTime" : 1522240151000,
1104
+ "id" : "1000000173001",
1105
+ "connections" : [ {
1106
+ "fromState" : {
1107
+ "name" : "Open",
1108
+ "id" : "1000000173005"
1109
+ },
1110
+ "toState" : {
1111
+ "name" : "On Hold",
1112
+ "id" : "1000000173007"
1113
+ },
1114
+ "transitions" : [ {
1115
+ "name" : "to onhold",
1116
+ "id" : "1000000173011"
1117
+ } ]
1118
+ }, {
1119
+ "fromState" : {
1120
+ "name" : "On Hold",
1121
+ "id" : "1000000173007"
1122
+ },
1123
+ "toState" : {
1124
+ "name" : "Closed",
1125
+ "id" : "1000000173003"
1126
+ },
1127
+ "transitions" : [ {
1128
+ "name" : "To close",
1129
+ "id" : "1000000173009"
1130
+ } ]
1131
+ } ],
1132
+ "fieldId" : "1000000000506"
1133
+ }, {
1134
+ "modifiedTime" : 1525353504000,
1135
+ "orderNumber" : "5",
1136
+ "createdUserZUID" : "5263696",
1137
+ "departmentId" : "1000000010712",
1138
+ "module" : "tickets",
1139
+ "isDraft" : false,
1140
+ "description" : "",
1141
+ "modifiedUserZUID" : "5263696",
1142
+ "active" : true,
1143
+ "type" : "NON_CONTINUOUS",
1144
+ "transitions" : [ {
1145
+ "name" : "t1",
1146
+ "id" : "1000000313281"
1147
+ } ],
1148
+ "layoutId" : "1000000011200",
1149
+ "states" : [ {
1150
+ "name" : "Approval 2",
1151
+ "id" : 1000000313277
1152
+ }, {
1153
+ "name" : "Approval 2 approved",
1154
+ "id" : 1000000313279
1155
+ } ],
1156
+ "i18nFieldLabel" : "Status",
1157
+ "fieldLabel" : "Status",
1158
+ "name" : "Ticket Support process",
1159
+ "createdTime" : 1525353504000,
1160
+ "id" : "1000000313275",
1161
+ "connections" : [ {
1162
+ "fromState" : {
1163
+ "name" : "Approval 2 approved",
1164
+ "id" : "1000000313279"
1165
+ },
1166
+ "toState" : {
1167
+ "name" : "Approval 2",
1168
+ "id" : "1000000313277"
1169
+ },
1170
+ "transitions" : [ {
1171
+ "name" : "t1",
1172
+ "id" : "1000000313281"
1173
+ } ]
1174
+ } ],
1175
+ "fieldId" : "1000000000506"
1176
+ } ]
1177
+ }
1178
+ }
1179
+ }
1180
+ }
1181
+ },
1182
+ "x-custom-response-attributes" : {
1183
+ "disable-safe-headers" : "[]"
1184
+ }
1185
+ },
1186
+ "getAppliedBlueprintDetailsResponse" : {
1187
+ "description" : "getAppliedBlueprintDetailsResponse template definitions",
1188
+ "content" : {
1189
+ "application/json" : {
1190
+ "schema" : {
1191
+ "type" : [ "null", "object" ],
1192
+ "additionalProperties" : false,
1193
+ "properties" : {
1194
+ "isContinuousBlueprint" : {
1195
+ "type" : [ "boolean", "null" ]
1196
+ },
1197
+ "strictMode" : {
1198
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObjectForGetAppliedBlueprintDetails"
1199
+ },
1200
+ "name" : {
1201
+ "type" : [ "string", "null" ],
1202
+ "maxLength" : 60,
1203
+ "minLength" : 1,
1204
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1205
+ },
1206
+ "id" : {
1207
+ "type" : [ "string", "null", "integer" ],
1208
+ "format" : "int64",
1209
+ "minimum" : 1,
1210
+ "pattern" : "([0-9]+)"
1211
+ },
1212
+ "state" : {
1213
+ "$ref" : "./blueprintStates.json#/components/schemas/stateObjectWithDueDate"
1214
+ },
1215
+ "transitions" : {
1216
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArrayForGetAppliedBlueprintDetails"
1217
+ },
1218
+ "canUserUpdateTransOwnerDynamically" : {
1219
+ "type" : [ "boolean", "null" ]
1220
+ }
1221
+ },
1222
+ "required" : [ "canUserUpdateTransOwnerDynamically", "id", "isContinuousBlueprint", "name", "state", "strictMode", "transitions" ]
1223
+ },
1224
+ "examples" : {
1225
+ "Valid responses Definitions" : {
1226
+ "value" : {
1227
+ "name" : "Automate QA Process",
1228
+ "id" : 1000000087001,
1229
+ "state" : {
1230
+ "dueDate" : 1519764540000,
1231
+ "id" : "1000000087003",
1232
+ "type" : "START"
1233
+ },
1234
+ "transitions" : [ {
1235
+ "fromState" : "Open",
1236
+ "toState" : "Escalated",
1237
+ "criteria" : {
1238
+ "fieldConditions" : [ {
1239
+ "condition" : "is open",
1240
+ "fieldName" : "Status",
1241
+ "value" : [ "${OPEN}" ]
1242
+ } ],
1243
+ "pattern" : "(1)"
1244
+ },
1245
+ "name" : "Escalate to developers",
1246
+ "owners" : [ {
1247
+ "agentIds" : [ "1000000012635" ],
1248
+ "teams" : [ {
1249
+ "name" : "Sales Representatives",
1250
+ "id" : "1000000012435"
1251
+ } ],
1252
+ "departmentId" : "1000000010712",
1253
+ "department" : {
1254
+ "name" : "Zylker",
1255
+ "id" : "1000000010712"
1256
+ },
1257
+ "teamIds" : [ "1000000012435" ],
1258
+ "agents" : [ {
1259
+ "photoURL" : "https://desk.zoho.com/api/v1/agent/1000000012635/photo",
1260
+ "firstName" : "Lucas",
1261
+ "lastName" : "Carol",
1262
+ "id" : "1000000012635",
1263
+ "email" : "carol@zylker.com"
1264
+ } ]
1265
+ } ],
1266
+ "id" : "1000000087011",
1267
+ "canUserPerformTransition" : true,
1268
+ "isCriteriaSatisfied" : true,
1269
+ "draftDetails" : {
1270
+ "totalNoOfDraftActions" : "12",
1271
+ "totalNoOfActions" : "24",
1272
+ "draftBy" : {
1273
+ "name" : "Sandeep Ghemire",
1274
+ "id" : "8000000000053"
1275
+ },
1276
+ "draftAt" : 1605283531000
1277
+ }
1278
+ } ]
1279
+ }
1280
+ }
1281
+ }
1282
+ }
1283
+ },
1284
+ "x-custom-response-attributes" : {
1285
+ "disable-safe-headers" : "[]"
1286
+ }
1287
+ },
1288
+ "createBlueprintResponse" : {
1289
+ "description" : "createBlueprintResponse template definitions",
1290
+ "content" : {
1291
+ "application/json" : {
1292
+ "schema" : {
1293
+ "type" : [ "null", "object" ],
1294
+ "additionalProperties" : false,
1295
+ "properties" : {
1296
+ "orderNumber" : {
1297
+ "type" : [ "string", "null", "integer" ],
1298
+ "format" : "int32",
1299
+ "minimum" : 1,
1300
+ "pattern" : "([0-9]+)"
1301
+ },
1302
+ "criteria" : {
1303
+ "$ref" : "./blueprintCriteria.json#/components/schemas/criteriaObjectForResponse"
1304
+ },
1305
+ "departmentId" : {
1306
+ "type" : [ "string", "null", "integer" ],
1307
+ "format" : "int64",
1308
+ "pattern" : "([0-9]+)"
1309
+ },
1310
+ "module" : {
1311
+ "type" : [ "string", "null" ],
1312
+ "enum" : [ "tickets" ],
1313
+ "maxLength" : 100,
1314
+ "minLength" : 0,
1315
+ "pattern" : "tickets",
1316
+ "x-custom-parameters-attributes" : {
1317
+ "removeExif" : false,
1318
+ "filterMatchedContent" : false,
1319
+ "antivirus" : false,
1320
+ "replacementString" : "",
1321
+ "allowInvalid" : false,
1322
+ "descrption" : "Module of the Blueprint",
1323
+ "secret" : false,
1324
+ "preserveCharsLimit" : 10,
1325
+ "trim" : false,
1326
+ "internalParam" : false,
1327
+ "preserveChars" : "0,5",
1328
+ "importUrl" : false,
1329
+ "decrypt" : false
1330
+ }
1331
+ },
1332
+ "description" : {
1333
+ "type" : [ "string", "null" ],
1334
+ "maxLength" : 100,
1335
+ "minLength" : 0,
1336
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$",
1337
+ "x-custom-parameters-attributes" : {
1338
+ "removeExif" : false,
1339
+ "filterMatchedContent" : false,
1340
+ "antivirus" : false,
1341
+ "replacementString" : "",
1342
+ "allowInvalid" : false,
1343
+ "descrption" : "Description of blueprint",
1344
+ "secret" : false,
1345
+ "preserveCharsLimit" : 10,
1346
+ "trim" : false,
1347
+ "internalParam" : false,
1348
+ "preserveChars" : "0,5",
1349
+ "importUrl" : false,
1350
+ "decrypt" : false
1351
+ }
1352
+ },
1353
+ "dynamicTransOwnerType" : {
1354
+ "type" : [ "string", "null" ],
1355
+ "enum" : [ "ACTIVE", "INACTIVE" ],
1356
+ "maxLength" : 100,
1357
+ "minLength" : 0,
1358
+ "pattern" : "ACTIVE|INACTIVE",
1359
+ "x-custom-parameters-attributes" : {
1360
+ "removeExif" : false,
1361
+ "filterMatchedContent" : false,
1362
+ "antivirus" : false,
1363
+ "replacementString" : "",
1364
+ "allowInvalid" : false,
1365
+ "descrption" : "Dynamic Trans Owner type",
1366
+ "secret" : false,
1367
+ "preserveCharsLimit" : 10,
1368
+ "trim" : false,
1369
+ "internalParam" : false,
1370
+ "preserveChars" : "0,5",
1371
+ "importUrl" : false,
1372
+ "decrypt" : false
1373
+ }
1374
+ },
1375
+ "active" : {
1376
+ "type" : [ "boolean", "null" ],
1377
+ "x-custom-parameters-attributes" : {
1378
+ "removeExif" : false,
1379
+ "filterMatchedContent" : false,
1380
+ "antivirus" : false,
1381
+ "replacementString" : "",
1382
+ "allowInvalid" : false,
1383
+ "descrption" : "Active Status of blueprint",
1384
+ "secret" : false,
1385
+ "preserveCharsLimit" : 10,
1386
+ "trim" : false,
1387
+ "internalParam" : false,
1388
+ "preserveChars" : "0,5",
1389
+ "importUrl" : false,
1390
+ "decrypt" : false
1391
+ }
1392
+ },
1393
+ "type" : {
1394
+ "type" : [ "string", "null" ],
1395
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
1396
+ "maxLength" : 100,
1397
+ "minLength" : 0,
1398
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS",
1399
+ "x-custom-parameters-attributes" : {
1400
+ "removeExif" : false,
1401
+ "filterMatchedContent" : false,
1402
+ "antivirus" : false,
1403
+ "replacementString" : "",
1404
+ "allowInvalid" : false,
1405
+ "descrption" : "Type of blueprint",
1406
+ "secret" : false,
1407
+ "preserveCharsLimit" : 10,
1408
+ "trim" : false,
1409
+ "internalParam" : false,
1410
+ "preserveChars" : "0,5",
1411
+ "importUrl" : false,
1412
+ "decrypt" : false
1413
+ }
1414
+ },
1415
+ "transitions" : {
1416
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArrayForResponse"
1417
+ },
1418
+ "layoutId" : {
1419
+ "type" : [ "string", "null", "integer" ],
1420
+ "format" : "int64",
1421
+ "pattern" : "([0-9]+)"
1422
+ },
1423
+ "states" : {
1424
+ "$ref" : "./blueprintStates.json#/components/schemas/statesArrayForResponse"
1425
+ },
1426
+ "layout" : {
1427
+ "$ref" : "./blueprints.json#/components/schemas/layoutObject"
1428
+ },
1429
+ "chartData" : {
1430
+ "$ref" : "./blueprintChartData.json#/components/schemas/chartDataObjectForResponse"
1431
+ },
1432
+ "strictModeConfig" : {
1433
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObject"
1434
+ },
1435
+ "createdBy" : {
1436
+ "type" : [ "string", "null", "integer" ],
1437
+ "format" : "int64",
1438
+ "pattern" : "([0-9]+)"
1439
+ },
1440
+ "draft" : {
1441
+ "type" : [ "boolean", "null" ]
1442
+ },
1443
+ "name" : {
1444
+ "type" : [ "string", "null" ],
1445
+ "maxLength" : 60,
1446
+ "minLength" : 1,
1447
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+",
1448
+ "x-custom-parameters-attributes" : {
1449
+ "removeExif" : false,
1450
+ "filterMatchedContent" : false,
1451
+ "antivirus" : false,
1452
+ "replacementString" : "",
1453
+ "allowInvalid" : false,
1454
+ "descrption" : "Name of the blueprint",
1455
+ "secret" : false,
1456
+ "preserveCharsLimit" : 10,
1457
+ "trim" : false,
1458
+ "internalParam" : false,
1459
+ "preserveChars" : "0,5",
1460
+ "importUrl" : false,
1461
+ "decrypt" : false
1462
+ }
1463
+ },
1464
+ "modifiedBy" : {
1465
+ "type" : [ "string", "null", "integer" ],
1466
+ "format" : "int64",
1467
+ "pattern" : "([0-9]+)"
1468
+ },
1469
+ "id" : {
1470
+ "type" : [ "string", "null", "integer" ],
1471
+ "format" : "int64",
1472
+ "minimum" : 1,
1473
+ "pattern" : "([0-9]+)"
1474
+ },
1475
+ "modifiedTimeInMillis" : {
1476
+ "type" : [ "string", "null", "integer" ],
1477
+ "format" : "int64",
1478
+ "minimum" : 1,
1479
+ "pattern" : "([0-9]+)"
1480
+ },
1481
+ "createdTimeInMillis" : {
1482
+ "type" : [ "string", "null", "integer" ],
1483
+ "format" : "int64",
1484
+ "minimum" : 1,
1485
+ "pattern" : "([0-9]+)"
1486
+ },
1487
+ "connections" : {
1488
+ "$ref" : "./blueprintConnections.json#/components/schemas/connectionsArrayForResponse"
1489
+ },
1490
+ "fieldId" : {
1491
+ "type" : [ "string", "null", "integer" ],
1492
+ "format" : "int64",
1493
+ "pattern" : "([0-9]+)"
1494
+ }
1495
+ },
1496
+ "required" : [ "active", "chartData", "connections", "createdBy", "createdTimeInMillis", "criteria", "departmentId", "description", "draft", "dynamicTransOwnerType", "fieldId", "id", "layout", "layoutId", "modifiedBy", "modifiedTimeInMillis", "module", "name", "orderNumber", "states", "strictModeConfig", "transitions", "type" ]
1497
+ },
1498
+ "examples" : {
1499
+ "Valid responses Definitions" : {
1500
+ "value" : {
1501
+ "criteria" : {
1502
+ "fieldConditions" : [ {
1503
+ "condition" : "is open",
1504
+ "fieldName" : "Status",
1505
+ "fieldModule" : "tickets",
1506
+ "value" : [ "${OPEN}" ]
1507
+ } ],
1508
+ "pattern" : "(1)"
1509
+ },
1510
+ "departmentId" : "4000000007235",
1511
+ "module" : "Cases",
1512
+ "description" : "Automates Private Threading Handling",
1513
+ "type" : "NON_CONTINUOUS",
1514
+ "transitions" : [ {
1515
+ "isAutoTransition" : false,
1516
+ "before" : {
1517
+ "accessors" : {
1518
+ "actionId" : 4000000007723,
1519
+ "owners" : {
1520
+ "agentIds" : [ 4000000009158 ],
1521
+ "otherRecpts" : [ "RECORD_OWNER" ],
1522
+ "teamIds" : [ 4000000009158 ]
1523
+ },
1524
+ "sharedDeptAccessors" : [ {
1525
+ "accessors" : {
1526
+ "agentIds" : [ 4000000009158 ],
1527
+ "teamIds" : [ 4000000009158 ]
1528
+ },
1529
+ "deptId" : 4000000009158,
1530
+ "sharingType" : "READ_ONLY"
1531
+ } ]
1532
+ },
1533
+ "criteriaDetails" : {
1534
+ "criteria" : {
1535
+ "fieldConditions" : [ {
1536
+ "condition" : "is open",
1537
+ "fieldName" : "Status",
1538
+ "fieldModule" : "tickets",
1539
+ "value" : [ "${OPEN}" ]
1540
+ } ],
1541
+ "pattern" : "(1)"
1542
+ },
1543
+ "actionId" : 4000000007723
1544
+ }
1545
+ },
1546
+ "name" : "Feedbacks need to be monitored",
1547
+ "description" : "Lack of instruments to repair",
1548
+ "id" : 4000000007723,
1549
+ "during" : [ {
1550
+ "actionId" : 4000000007723,
1551
+ "message" : "Add comment here"
1552
+ }, {
1553
+ "fieldUpdates" : {
1554
+ "criteria" : {
1555
+ "fieldConditions" : [ {
1556
+ "condition" : "is open",
1557
+ "fieldName" : "Status",
1558
+ "value" : [ "${OPEN}" ]
1559
+ } ],
1560
+ "pattern" : "(1)"
1561
+ },
1562
+ "fieldId" : 4000000009158,
1563
+ "errorMsg" : "Enter a valid Priority"
1564
+ },
1565
+ "actionId" : 4000000007723,
1566
+ "isMandatory" : true
1567
+ }, {
1568
+ "otherActions" : "BUG",
1569
+ "actionId" : 4000000007723,
1570
+ "isMandatory" : false
1571
+ }, {
1572
+ "otherActions" : "COMMENT",
1573
+ "actionId" : 4000000007723,
1574
+ "isMandatory" : true
1575
+ } ],
1576
+ "after" : {
1577
+ "fieldUpdate" : {
1578
+ "ids" : [ {
1579
+ "name" : "Update Sensitive fields",
1580
+ "id" : 4000000007723
1581
+ } ],
1582
+ "actionId" : 4000000007723
1583
+ },
1584
+ "task" : {
1585
+ "ids" : [ {
1586
+ "name" : "Create followup task",
1587
+ "id" : 4000000007723
1588
+ } ],
1589
+ "actionId" : 4000000007723
1590
+ },
1591
+ "customFunction" : {
1592
+ "ids" : [ {
1593
+ "name" : "Update Associated time entries",
1594
+ "id" : 4000000007723
1595
+ } ],
1596
+ "actionId" : 4000000007723
1597
+ },
1598
+ "alert" : {
1599
+ "ids" : [ {
1600
+ "name" : "Trigger Closed Alert",
1601
+ "id" : 4000000007723
1602
+ } ],
1603
+ "actionId" : 4000000007723
1604
+ }
1605
+ },
1606
+ "autoTransitionActions" : {
1607
+ "feedback" : "SURVEY_ALL",
1608
+ "reply" : "REPLY_ALL"
1609
+ },
1610
+ "isCommonTransition" : false
1611
+ } ],
1612
+ "layoutId" : 4000000007723,
1613
+ "states" : [ {
1614
+ "timeInMins" : 90,
1615
+ "escalations" : [ {
1616
+ "escalationRecipients" : {
1617
+ "agentIds" : [ 4000000009158 ],
1618
+ "otherRecpts" : [ "RECORD_OWNER" ]
1619
+ },
1620
+ "templateId" : 4000000007355,
1621
+ "escalationLevel" : 1,
1622
+ "whenToEscalate" : 15
1623
+ } ],
1624
+ "transitionsOrder" : [ "Feedbacks need to be monitored" ],
1625
+ "businessHrId" : 4000000007355,
1626
+ "name" : "Open",
1627
+ "id" : 4000000007723,
1628
+ "type" : "START"
1629
+ }, {
1630
+ "timeInMins" : 30,
1631
+ "name" : "Escalated",
1632
+ "id" : 4000000007721,
1633
+ "type" : "INTERMEDIATE"
1634
+ }, {
1635
+ "timeInMins" : 30,
1636
+ "name" : "Closed",
1637
+ "id" : 4000000007722,
1638
+ "type" : "END"
1639
+ } ],
1640
+ "chartData" : {
1641
+ "canvasPosition" : {
1642
+ "top" : -29,
1643
+ "left" : -127
1644
+ },
1645
+ "connectionDetails" : [ {
1646
+ "toUuid" : "Closed2",
1647
+ "transName" : "Feedbacks need to be monitored",
1648
+ "isCommTrans" : false,
1649
+ "fromUuid" : "Escalated1",
1650
+ "usedStates" : [ ],
1651
+ "isAuto" : false
1652
+ }, {
1653
+ "toUuid" : "Closed3",
1654
+ "transName" : "",
1655
+ "isCommTrans" : false,
1656
+ "fromUuid" : "Open2",
1657
+ "isAuto" : false
1658
+ } ],
1659
+ "stateDetails" : [ {
1660
+ "slaTime" : null,
1661
+ "lastModifiedStateName" : "Closed",
1662
+ "stateName" : "Closed",
1663
+ "displayName" : "Closed",
1664
+ "position" : {
1665
+ "top" : 316,
1666
+ "left" : 225
1667
+ }
1668
+ }, {
1669
+ "slaTime" : null,
1670
+ "lastModifiedStateName" : "Escalated",
1671
+ "stateName" : "Escalated",
1672
+ "displayName" : "Escalated",
1673
+ "position" : {
1674
+ "top" : 316,
1675
+ "left" : 225
1676
+ }
1677
+ }, {
1678
+ "slaTime" : null,
1679
+ "lastModifiedStateName" : "OnHold",
1680
+ "stateName" : "OnHold",
1681
+ "displayName" : "OnHold",
1682
+ "position" : {
1683
+ "top" : 316,
1684
+ "left" : 225
1685
+ }
1686
+ } ]
1687
+ },
1688
+ "name" : "Private Threading Handling",
1689
+ "id" : "4000000007723",
1690
+ "connections" : [ {
1691
+ "fromState" : {
1692
+ "name" : "Open",
1693
+ "id" : 4000000324027
1694
+ },
1695
+ "toState" : {
1696
+ "name" : "Escalated",
1697
+ "id" : 4000000324027
1698
+ },
1699
+ "transition" : [ {
1700
+ "name" : "",
1701
+ "id" : 4000000324027
1702
+ } ]
1703
+ }, {
1704
+ "fromState" : {
1705
+ "name" : "Escalated",
1706
+ "id" : 4000000324027
1707
+ },
1708
+ "toState" : {
1709
+ "name" : "Closed",
1710
+ "id" : 4000000324027
1711
+ },
1712
+ "transition" : [ {
1713
+ "name" : "Feedbacks need to be monitored",
1714
+ "id" : 4000000324027
1715
+ } ]
1716
+ } ],
1717
+ "fieldId" : 4000000000377
1718
+ }
1719
+ }
1720
+ }
1721
+ }
1722
+ },
1723
+ "x-custom-response-attributes" : {
1724
+ "disable-safe-headers" : "[]"
1725
+ }
1726
+ },
1727
+ "checkIfAppliedToEntityResponse" : {
1728
+ "description" : "checkIfAppliedToEntityResponse template definitions",
1729
+ "content" : {
1730
+ "application/json" : {
1731
+ "schema" : {
1732
+ "type" : [ "null", "object" ],
1733
+ "additionalProperties" : false,
1734
+ "properties" : {
1735
+ "hasAppliedToEntity" : {
1736
+ "type" : [ "boolean", "null" ]
1737
+ }
1738
+ },
1739
+ "required" : [ "hasAppliedToEntity" ]
1740
+ },
1741
+ "examples" : {
1742
+ "Valid responses Definitions" : {
1743
+ "value" : {
1744
+ "hasAppliedToEntity" : "true/false"
1745
+ }
1746
+ }
1747
+ }
1748
+ }
1749
+ },
1750
+ "x-custom-response-attributes" : {
1751
+ "disable-safe-headers" : "[]"
1752
+ }
1753
+ },
1754
+ "revokeBlueprintObject" : {
1755
+ "description" : "revokeBlueprintObject template definitions",
1756
+ "content" : {
1757
+ "application/json" : {
1758
+ "schema" : {
1759
+ "type" : [ "null", "object" ],
1760
+ "additionalProperties" : false,
1761
+ "properties" : {
1762
+ "message" : {
1763
+ "type" : [ "string", "null" ],
1764
+ "maxLength" : 200,
1765
+ "minLength" : 1,
1766
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1767
+ }
1768
+ },
1769
+ "required" : [ "message" ]
1770
+ },
1771
+ "examples" : {
1772
+ "Valid responses Definitions" : {
1773
+ "value" : {
1774
+ "message" : "Blueprint has been revoked from this ticket"
1775
+ }
1776
+ }
1777
+ }
1778
+ }
1779
+ },
1780
+ "x-custom-response-attributes" : {
1781
+ "disable-safe-headers" : "[]"
1782
+ }
1783
+ },
1784
+ "revokeManyResponse" : {
1785
+ "description" : "revokeManyResponse template definitions",
1786
+ "content" : {
1787
+ "application/json" : {
1788
+ "schema" : {
1789
+ "type" : [ "null", "object" ],
1790
+ "additionalProperties" : false,
1791
+ "properties" : {
1792
+ "failureIds" : {
1793
+ "type" : [ "null", "array" ],
1794
+ "items" : {
1795
+ "type" : [ "string", "null", "integer" ],
1796
+ "format" : "int64",
1797
+ "pattern" : "([0-9]+)"
1798
+ },
1799
+ "maxItems" : 50,
1800
+ "uniqueItems" : false
1801
+ }
1802
+ },
1803
+ "required" : [ "failureIds" ]
1804
+ },
1805
+ "examples" : {
1806
+ "Valid responses Definitions" : {
1807
+ "value" : {
1808
+ "failureIds" : [ ]
1809
+ }
1810
+ }
1811
+ }
1812
+ }
1813
+ },
1814
+ "x-custom-response-attributes" : {
1815
+ "disable-safe-headers" : "[]"
1816
+ }
1817
+ },
1818
+ "getBlueprintDetailsResponse" : {
1819
+ "description" : "getBlueprintDetailsResponse template definitions",
1820
+ "content" : {
1821
+ "application/json" : {
1822
+ "schema" : {
1823
+ "oneOf" : [ {
1824
+ "type" : [ "null", "object" ],
1825
+ "additionalProperties" : false,
1826
+ "properties" : {
1827
+ "orderNumber" : {
1828
+ "type" : [ "string", "null", "integer" ],
1829
+ "format" : "int32",
1830
+ "minimum" : 1,
1831
+ "pattern" : "([0-9]+)"
1832
+ },
1833
+ "criteria" : {
1834
+ "$ref" : "./blueprintCriteria.json#/components/schemas/criteriaObjectForResponse"
1835
+ },
1836
+ "departmentId" : {
1837
+ "type" : [ "string", "null", "integer" ],
1838
+ "format" : "int64",
1839
+ "pattern" : "([0-9]+)"
1840
+ },
1841
+ "module" : {
1842
+ "type" : [ "string", "null" ],
1843
+ "enum" : [ "tickets" ],
1844
+ "maxLength" : 100,
1845
+ "minLength" : 0,
1846
+ "pattern" : "tickets"
1847
+ },
1848
+ "description" : {
1849
+ "type" : [ "string", "null" ],
1850
+ "maxLength" : 100,
1851
+ "minLength" : 0,
1852
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$"
1853
+ },
1854
+ "dynamicTransOwnerType" : {
1855
+ "type" : [ "string", "null" ],
1856
+ "enum" : [ "ACTIVE", "INACTIVE" ],
1857
+ "maxLength" : 100,
1858
+ "minLength" : 0,
1859
+ "pattern" : "ACTIVE|INACTIVE"
1860
+ },
1861
+ "active" : {
1862
+ "type" : [ "boolean", "null" ]
1863
+ },
1864
+ "type" : {
1865
+ "type" : [ "string", "null" ],
1866
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
1867
+ "maxLength" : 100,
1868
+ "minLength" : 0,
1869
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS"
1870
+ },
1871
+ "transitions" : {
1872
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArrayForResponse"
1873
+ },
1874
+ "layoutId" : {
1875
+ "type" : [ "string", "null", "integer" ],
1876
+ "format" : "int64",
1877
+ "pattern" : "([0-9]+)"
1878
+ },
1879
+ "states" : {
1880
+ "$ref" : "./blueprintStates.json#/components/schemas/statesArrayForResponse"
1881
+ },
1882
+ "layout" : {
1883
+ "$ref" : "./blueprints.json#/components/schemas/layoutObject"
1884
+ },
1885
+ "chartData" : {
1886
+ "$ref" : "./blueprintChartData.json#/components/schemas/chartDataObjectForResponse"
1887
+ },
1888
+ "strictModeConfig" : {
1889
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObject"
1890
+ },
1891
+ "createdBy" : {
1892
+ "type" : [ "string", "null", "integer" ],
1893
+ "format" : "int64",
1894
+ "pattern" : "([0-9]+)"
1895
+ },
1896
+ "draft" : {
1897
+ "type" : [ "boolean", "null" ]
1898
+ },
1899
+ "name" : {
1900
+ "type" : [ "string", "null" ],
1901
+ "maxLength" : 60,
1902
+ "minLength" : 1,
1903
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
1904
+ },
1905
+ "modifiedBy" : {
1906
+ "type" : [ "string", "null", "integer" ],
1907
+ "format" : "int64",
1908
+ "pattern" : "([0-9]+)"
1909
+ },
1910
+ "id" : {
1911
+ "type" : [ "string", "null", "integer" ],
1912
+ "format" : "int64",
1913
+ "minimum" : 1,
1914
+ "pattern" : "([0-9]+)"
1915
+ },
1916
+ "modifiedTimeInMillis" : {
1917
+ "type" : [ "string", "null", "integer" ],
1918
+ "format" : "int64",
1919
+ "minimum" : 1,
1920
+ "pattern" : "([0-9]+)"
1921
+ },
1922
+ "createdTimeInMillis" : {
1923
+ "type" : [ "string", "null", "integer" ],
1924
+ "format" : "int64",
1925
+ "minimum" : 1,
1926
+ "pattern" : "([0-9]+)"
1927
+ },
1928
+ "connections" : {
1929
+ "$ref" : "./blueprintConnections.json#/components/schemas/connectionsArrayForResponse"
1930
+ },
1931
+ "fieldId" : {
1932
+ "type" : [ "string", "null", "integer" ],
1933
+ "format" : "int64",
1934
+ "pattern" : "([0-9]+)"
1935
+ }
1936
+ },
1937
+ "required" : [ "active", "chartData", "connections", "createdBy", "createdTimeInMillis", "criteria", "departmentId", "description", "draft", "dynamicTransOwnerType", "fieldId", "id", "layout", "layoutId", "modifiedBy", "modifiedTimeInMillis", "module", "name", "orderNumber", "states", "strictModeConfig", "transitions", "type" ]
1938
+ }, {
1939
+ "type" : [ "null", "object" ],
1940
+ "additionalProperties" : false,
1941
+ "properties" : {
1942
+ "orderNumber" : {
1943
+ "type" : [ "string", "null", "integer" ],
1944
+ "format" : "int32",
1945
+ "minimum" : 1,
1946
+ "pattern" : "([0-9]+)"
1947
+ },
1948
+ "criteria" : {
1949
+ "$ref" : "./blueprintCriteria.json#/components/schemas/criteriaObjectForResponse"
1950
+ },
1951
+ "departmentId" : {
1952
+ "type" : [ "string", "null", "integer" ],
1953
+ "format" : "int64",
1954
+ "pattern" : "([0-9]+)"
1955
+ },
1956
+ "module" : {
1957
+ "type" : [ "string", "null" ],
1958
+ "enum" : [ "tickets" ],
1959
+ "maxLength" : 100,
1960
+ "minLength" : 0,
1961
+ "pattern" : "tickets"
1962
+ },
1963
+ "description" : {
1964
+ "type" : [ "string", "null" ],
1965
+ "maxLength" : 100,
1966
+ "minLength" : 0,
1967
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$"
1968
+ },
1969
+ "dynamicTransOwnerType" : {
1970
+ "type" : [ "string", "null" ],
1971
+ "enum" : [ "ACTIVE", "INACTIVE" ],
1972
+ "maxLength" : 100,
1973
+ "minLength" : 0,
1974
+ "pattern" : "ACTIVE|INACTIVE"
1975
+ },
1976
+ "active" : {
1977
+ "type" : [ "boolean", "null" ]
1978
+ },
1979
+ "draftAt" : {
1980
+ "type" : [ "string", "null" ],
1981
+ "maxLength" : 100,
1982
+ "minLength" : 0,
1983
+ "pattern" : "(((19|20)\\d\\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\\d]{0,3})?(Z))"
1984
+ },
1985
+ "type" : {
1986
+ "type" : [ "string", "null" ],
1987
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
1988
+ "maxLength" : 100,
1989
+ "minLength" : 0,
1990
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS"
1991
+ },
1992
+ "transitions" : {
1993
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArrayForResponse"
1994
+ },
1995
+ "layoutId" : {
1996
+ "type" : [ "string", "null", "integer" ],
1997
+ "format" : "int64",
1998
+ "pattern" : "([0-9]+)"
1999
+ },
2000
+ "states" : {
2001
+ "$ref" : "./blueprintStates.json#/components/schemas/statesArrayForResponse"
2002
+ },
2003
+ "layout" : {
2004
+ "$ref" : "./blueprints.json#/components/schemas/layoutObject"
2005
+ },
2006
+ "chartData" : {
2007
+ "$ref" : "./blueprintChartData.json#/components/schemas/chartDataObjectForResponse"
2008
+ },
2009
+ "strictModeConfig" : {
2010
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObject"
2011
+ },
2012
+ "createdBy" : {
2013
+ "type" : [ "string", "null", "integer" ],
2014
+ "format" : "int64",
2015
+ "pattern" : "([0-9]+)"
2016
+ },
2017
+ "draft" : {
2018
+ "type" : [ "boolean", "null" ]
2019
+ },
2020
+ "name" : {
2021
+ "type" : [ "string", "null" ],
2022
+ "maxLength" : 60,
2023
+ "minLength" : 1,
2024
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2025
+ },
2026
+ "modifiedBy" : {
2027
+ "type" : [ "string", "null", "integer" ],
2028
+ "format" : "int64",
2029
+ "pattern" : "([0-9]+)"
2030
+ },
2031
+ "id" : {
2032
+ "type" : [ "string", "null", "integer" ],
2033
+ "format" : "int64",
2034
+ "minimum" : 1,
2035
+ "pattern" : "([0-9]+)"
2036
+ },
2037
+ "modifiedTimeInMillis" : {
2038
+ "type" : [ "string", "null", "integer" ],
2039
+ "format" : "int64",
2040
+ "minimum" : 1,
2041
+ "pattern" : "([0-9]+)"
2042
+ },
2043
+ "createdTimeInMillis" : {
2044
+ "type" : [ "string", "null", "integer" ],
2045
+ "format" : "int64",
2046
+ "minimum" : 1,
2047
+ "pattern" : "([0-9]+)"
2048
+ },
2049
+ "connections" : {
2050
+ "$ref" : "./blueprintConnections.json#/components/schemas/connectionsArrayForResponse"
2051
+ },
2052
+ "fieldId" : {
2053
+ "type" : [ "string", "null", "integer" ],
2054
+ "format" : "int64",
2055
+ "pattern" : "([0-9]+)"
2056
+ }
2057
+ },
2058
+ "required" : [ "active", "chartData", "connections", "createdBy", "createdTimeInMillis", "criteria", "departmentId", "description", "draft", "draftAt", "dynamicTransOwnerType", "fieldId", "id", "layout", "layoutId", "modifiedBy", "modifiedTimeInMillis", "module", "name", "orderNumber", "states", "strictModeConfig", "transitions", "type" ]
2059
+ } ]
2060
+ },
2061
+ "examples" : {
2062
+ "Valid responses Definitions" : {
2063
+ "value" : {
2064
+ "criteria" : {
2065
+ "fieldConditions" : [ {
2066
+ "condition" : "is open",
2067
+ "fieldName" : "Status",
2068
+ "fieldModule" : "tickets",
2069
+ "value" : [ "${OPEN}" ]
2070
+ } ],
2071
+ "pattern" : "(1)"
2072
+ },
2073
+ "departmentId" : "4000000007235",
2074
+ "module" : "Cases",
2075
+ "isDraft" : false,
2076
+ "description" : "Automates Private Threading Handling",
2077
+ "type" : "NON_CONTINUOUS",
2078
+ "transitions" : [ {
2079
+ "isAutoTransition" : false,
2080
+ "before" : {
2081
+ "accessors" : {
2082
+ "actionId" : 4000000007723,
2083
+ "owners" : {
2084
+ "agentIds" : [ 4000000009158 ],
2085
+ "otherRecpts" : [ "RECORD_OWNER" ],
2086
+ "teamIds" : [ 4000000009158 ]
2087
+ },
2088
+ "sharedDeptAccessors" : [ {
2089
+ "accessors" : {
2090
+ "agentIds" : [ 4000000009158 ],
2091
+ "teamIds" : [ 4000000009158 ]
2092
+ },
2093
+ "deptId" : 4000000009158,
2094
+ "sharingType" : "READ_ONLY"
2095
+ } ]
2096
+ },
2097
+ "criteriaDetails" : {
2098
+ "criteria" : {
2099
+ "fieldConditions" : [ {
2100
+ "condition" : "is open",
2101
+ "fieldName" : "Status",
2102
+ "value" : [ "${OPEN}" ]
2103
+ } ],
2104
+ "pattern" : "(1)"
2105
+ },
2106
+ "actionId" : 4000000007723
2107
+ }
2108
+ },
2109
+ "name" : "Feedbacks need to be monitored",
2110
+ "description" : "Lack of instruments to repair",
2111
+ "id" : 4000000007723,
2112
+ "during" : [ {
2113
+ "actionId" : 4000000007723,
2114
+ "message" : "Add comment here"
2115
+ }, {
2116
+ "fieldUpdates" : {
2117
+ "criteria" : {
2118
+ "fieldConditions" : [ {
2119
+ "condition" : "is open",
2120
+ "fieldName" : "Status",
2121
+ "value" : [ "${OPEN}" ]
2122
+ } ],
2123
+ "pattern" : "(1)"
2124
+ },
2125
+ "fieldId" : 4000000009158,
2126
+ "errorMsg" : "Enter a valid Priority"
2127
+ },
2128
+ "actionId" : 4000000007723,
2129
+ "isMandatory" : true
2130
+ }, {
2131
+ "otherActions" : "BUG",
2132
+ "actionId" : 4000000007723,
2133
+ "isMandatory" : false
2134
+ }, {
2135
+ "otherActions" : "COMMENT",
2136
+ "actionId" : 4000000007723,
2137
+ "isMandatory" : true
2138
+ } ],
2139
+ "after" : {
2140
+ "fieldUpdate" : {
2141
+ "ids" : [ {
2142
+ "name" : "Update Sensitive fields",
2143
+ "id" : 4000000007723
2144
+ } ],
2145
+ "actionId" : 4000000007723
2146
+ },
2147
+ "task" : {
2148
+ "ids" : [ {
2149
+ "name" : "Create followup task",
2150
+ "id" : 4000000007723
2151
+ } ],
2152
+ "actionId" : 4000000007723
2153
+ },
2154
+ "customFunction" : {
2155
+ "ids" : [ {
2156
+ "name" : "Update Associated time entries",
2157
+ "id" : 4000000007723
2158
+ } ],
2159
+ "actionId" : 4000000007723
2160
+ },
2161
+ "alert" : {
2162
+ "ids" : [ {
2163
+ "name" : "Trigger Closed Alert",
2164
+ "id" : 4000000007723
2165
+ } ],
2166
+ "actionId" : 4000000007723
2167
+ }
2168
+ },
2169
+ "autoTransitionActions" : {
2170
+ "feedback" : "SURVEY_ALL",
2171
+ "reply" : "REPLY_ALL"
2172
+ },
2173
+ "isCommonTransition" : false
2174
+ }, {
2175
+ "isAutoTransition" : false,
2176
+ "before" : {
2177
+ "accessors" : {
2178
+ "actionId" : 4000000007723,
2179
+ "owners" : {
2180
+ "agentIds" : [ 4000000009158 ],
2181
+ "otherRecpts" : [ "RECORD_OWNER" ],
2182
+ "teamIds" : [ 4000000009158 ]
2183
+ },
2184
+ "sharedDeptAccessors" : [ {
2185
+ "accessors" : {
2186
+ "agentIds" : [ 4000000009158 ],
2187
+ "teamIds" : [ 4000000009158 ]
2188
+ },
2189
+ "deptId" : 4000000009158,
2190
+ "sharingType" : "READ_ONLY"
2191
+ } ]
2192
+ },
2193
+ "criteriaDetails" : {
2194
+ "criteria" : {
2195
+ "fieldConditions" : [ {
2196
+ "condition" : "is open",
2197
+ "fieldName" : "Status",
2198
+ "value" : [ "${OPEN}" ]
2199
+ } ],
2200
+ "pattern" : "(1)"
2201
+ },
2202
+ "actionId" : 4000000007723
2203
+ }
2204
+ },
2205
+ "name" : "Common Handling",
2206
+ "description" : "Its common transition",
2207
+ "commonStates" : [ "Open" ],
2208
+ "id" : 4000000007723,
2209
+ "during" : [ {
2210
+ "actionId" : 4000000007723,
2211
+ "message" : "Add comment here"
2212
+ }, {
2213
+ "fieldUpdates" : {
2214
+ "criteria" : {
2215
+ "fieldConditions" : [ {
2216
+ "condition" : "is open",
2217
+ "fieldName" : "Status",
2218
+ "value" : [ "${OPEN}" ]
2219
+ } ],
2220
+ "pattern" : "(1)"
2221
+ },
2222
+ "fieldId" : 4000000009158,
2223
+ "errorMsg" : "Enter a valid Priority"
2224
+ },
2225
+ "actionId" : 4000000007723,
2226
+ "isMandatory" : true
2227
+ }, {
2228
+ "otherActions" : "BUG",
2229
+ "actionId" : 4000000007723,
2230
+ "isMandatory" : false
2231
+ }, {
2232
+ "otherActions" : "COMMENT",
2233
+ "actionId" : 4000000007723,
2234
+ "isMandatory" : true
2235
+ } ],
2236
+ "after" : {
2237
+ "fieldUpdate" : {
2238
+ "ids" : [ {
2239
+ "name" : "Update Sensitive fields",
2240
+ "id" : 4000000007723
2241
+ } ],
2242
+ "actionId" : 4000000007723
2243
+ },
2244
+ "task" : {
2245
+ "ids" : [ {
2246
+ "name" : "Create followup task",
2247
+ "id" : 4000000007723
2248
+ } ],
2249
+ "actionId" : 4000000007723
2250
+ },
2251
+ "customFunction" : {
2252
+ "ids" : [ {
2253
+ "name" : "Update Associated time entries",
2254
+ "id" : 4000000007723
2255
+ } ],
2256
+ "actionId" : 4000000007723
2257
+ },
2258
+ "alert" : {
2259
+ "ids" : [ {
2260
+ "name" : "Trigger Closed Alert",
2261
+ "id" : 4000000007723
2262
+ } ],
2263
+ "actionId" : 4000000007723
2264
+ }
2265
+ },
2266
+ "autoTransitionActions" : {
2267
+ "feedback" : "SURVEY_ALL",
2268
+ "reply" : "REPLY_ALL"
2269
+ },
2270
+ "isCommonTransition" : true
2271
+ } ],
2272
+ "layoutId" : 4000000007723,
2273
+ "states" : [ {
2274
+ "timeInMins" : 90,
2275
+ "escalations" : [ {
2276
+ "escalationRecipients" : {
2277
+ "agentIds" : [ 4000000009158 ],
2278
+ "otherRecpts" : [ "RECORD_OWNER" ]
2279
+ },
2280
+ "templateId" : 4000000007355,
2281
+ "escalationLevel" : 1,
2282
+ "whenToEscalate" : 15
2283
+ } ],
2284
+ "transitionsOrder" : [ "Common Handling", "Feedbacks need to be monitored" ],
2285
+ "businessHrId" : 4000000007355,
2286
+ "name" : "Open",
2287
+ "id" : 4000000007723,
2288
+ "type" : "START"
2289
+ }, {
2290
+ "timeInMins" : 30,
2291
+ "name" : "Escalated",
2292
+ "id" : 4000000007723,
2293
+ "type" : "INTERMEDIATE"
2294
+ }, {
2295
+ "timeInMins" : 30,
2296
+ "name" : "Closed",
2297
+ "id" : 4000000007723,
2298
+ "type" : "END"
2299
+ } ],
2300
+ "chartData" : {
2301
+ "canvasPosition" : {
2302
+ "top" : -29,
2303
+ "left" : -127
2304
+ },
2305
+ "connectionDetails" : [ {
2306
+ "toUuid" : "Closed2",
2307
+ "transName" : "Check3",
2308
+ "isCommTrans" : true,
2309
+ "fromUuid" : "Escalated1",
2310
+ "usedStates" : [ "On Hold", "Open" ],
2311
+ "isAuto" : false
2312
+ }, {
2313
+ "toUuid" : "Closed3",
2314
+ "transName" : "Check3",
2315
+ "isCommTrans" : false,
2316
+ "fromUuid" : "OnHold2",
2317
+ "isAuto" : false
2318
+ }, {
2319
+ "toUuid" : "OnHold3",
2320
+ "transName" : "Check3",
2321
+ "isCommTrans" : false,
2322
+ "fromUuid" : "Open2",
2323
+ "isAuto" : false
2324
+ } ],
2325
+ "stateDetails" : [ {
2326
+ "lastModifiedStateName" : "Closed",
2327
+ "stateName" : "Closed",
2328
+ "displayName" : "Closed",
2329
+ "stateId" : "4000000007723",
2330
+ "position" : {
2331
+ "top" : 316,
2332
+ "left" : 225
2333
+ }
2334
+ }, {
2335
+ "lastModifiedStateName" : "Escalated",
2336
+ "stateName" : "Escalated",
2337
+ "displayName" : "Escalated",
2338
+ "stateId" : "4000000007723",
2339
+ "position" : {
2340
+ "top" : 316,
2341
+ "left" : 225
2342
+ }
2343
+ }, {
2344
+ "lastModifiedStateName" : "Open",
2345
+ "stateName" : "Open",
2346
+ "displayName" : "Open",
2347
+ "stateId" : "4000000007723",
2348
+ "position" : {
2349
+ "top" : 316,
2350
+ "left" : 225
2351
+ }
2352
+ } ]
2353
+ },
2354
+ "name" : "Private Threading Handling",
2355
+ "id" : "4000000007723",
2356
+ "connections" : [ {
2357
+ "fromState" : {
2358
+ "name" : "Open",
2359
+ "id" : 4000000324027
2360
+ },
2361
+ "toState" : {
2362
+ "name" : "Escalated",
2363
+ "id" : 4000000324027
2364
+ },
2365
+ "transition" : [ {
2366
+ "name" : "Feedbacks need to be monitored",
2367
+ "id" : 4000000324027
2368
+ } ]
2369
+ }, {
2370
+ "fromState" : {
2371
+ "name" : "Escalated",
2372
+ "id" : 4000000324027
2373
+ },
2374
+ "toState" : {
2375
+ "name" : "Closed",
2376
+ "id" : 4000000324027
2377
+ },
2378
+ "transition" : [ {
2379
+ "name" : "Feedbacks need to be monitored",
2380
+ "id" : 4000000324027
2381
+ } ]
2382
+ } ],
2383
+ "fieldId" : 4000000000377
2384
+ }
2385
+ }
2386
+ }
2387
+ }
2388
+ },
2389
+ "x-custom-response-attributes" : {
2390
+ "disable-safe-headers" : "[]"
2391
+ }
2392
+ }
2393
+ },
2394
+ "parameters" : {
2395
+ "departmentId" : {
2396
+ "name" : "departmentId",
2397
+ "in" : "query",
2398
+ "description" : "Department for which the blueprints are listed",
2399
+ "required" : false,
2400
+ "style" : "form",
2401
+ "explode" : true,
2402
+ "schema" : {
2403
+ "type" : [ "string", "null", "integer" ],
2404
+ "format" : "int64",
2405
+ "description" : "Department for which the blueprints are listed",
2406
+ "pattern" : "([0-9]+)"
2407
+ }
2408
+ },
2409
+ "module" : {
2410
+ "name" : "module",
2411
+ "in" : "query",
2412
+ "description" : "module of the blueprints to be listed",
2413
+ "required" : true,
2414
+ "style" : "form",
2415
+ "explode" : true,
2416
+ "schema" : {
2417
+ "type" : [ "string", "null" ],
2418
+ "description" : "module of the blueprints to be listed",
2419
+ "enum" : [ "tickets" ],
2420
+ "maxLength" : 100,
2421
+ "minLength" : 0,
2422
+ "pattern" : "tickets"
2423
+ }
2424
+ },
2425
+ "ticket_id" : {
2426
+ "name" : "ticket_id",
2427
+ "in" : "path",
2428
+ "required" : true,
2429
+ "style" : "simple",
2430
+ "explode" : false,
2431
+ "schema" : {
2432
+ "type" : [ "string", "null", "integer" ],
2433
+ "format" : "int64",
2434
+ "pattern" : "([0-9]+)"
2435
+ }
2436
+ },
2437
+ "blueprint_id" : {
2438
+ "name" : "blueprint_id",
2439
+ "in" : "path",
2440
+ "required" : true,
2441
+ "style" : "simple",
2442
+ "explode" : false,
2443
+ "schema" : {
2444
+ "type" : [ "string", "null", "integer" ],
2445
+ "format" : "int64",
2446
+ "minimum" : 1,
2447
+ "pattern" : "([0-9]+)"
2448
+ }
2449
+ }
2450
+ },
2451
+ "requestBodies" : {
2452
+ "blueprintIdsObject" : {
2453
+ "content" : {
2454
+ "application/json" : {
2455
+ "schema" : {
2456
+ "type" : [ "null", "object" ],
2457
+ "additionalProperties" : false,
2458
+ "properties" : {
2459
+ "ids" : {
2460
+ "$ref" : "./blueprints.json#/components/schemas/blueprintIdsArray"
2461
+ }
2462
+ },
2463
+ "required" : [ "ids" ]
2464
+ },
2465
+ "examples" : {
2466
+ "Valid requestBody Definitions" : {
2467
+ "value" : [ "4000000019017", "4000000019019", "4000000019023", "4000000019021" ]
2468
+ }
2469
+ }
2470
+ }
2471
+ },
2472
+ "x-custom-request-body-attributes" : {
2473
+ "non-empty" : false,
2474
+ "allow-invalid" : false
2475
+ }
2476
+ },
2477
+ "updateBlueprint" : {
2478
+ "content" : {
2479
+ "application/json" : {
2480
+ "schema" : {
2481
+ "type" : [ "null", "object" ],
2482
+ "additionalProperties" : false,
2483
+ "properties" : {
2484
+ "orderNumber" : {
2485
+ "type" : [ "string", "null", "integer" ],
2486
+ "format" : "int32",
2487
+ "minimum" : 1,
2488
+ "pattern" : "([0-9]+)"
2489
+ },
2490
+ "criteria" : {
2491
+ "$ref" : "./blueprintCriteria.json#/components/schemas/criteriaObjectForResponse"
2492
+ },
2493
+ "departmentId" : {
2494
+ "type" : [ "string", "null", "integer" ],
2495
+ "format" : "int64",
2496
+ "pattern" : "([0-9]+)"
2497
+ },
2498
+ "module" : {
2499
+ "type" : [ "string", "null" ],
2500
+ "enum" : [ "tickets" ],
2501
+ "maxLength" : 100,
2502
+ "minLength" : 0,
2503
+ "pattern" : "tickets"
2504
+ },
2505
+ "description" : {
2506
+ "type" : [ "string", "null" ],
2507
+ "maxLength" : 100,
2508
+ "minLength" : 0,
2509
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$"
2510
+ },
2511
+ "dynamicTransOwnerType" : {
2512
+ "type" : [ "string", "null" ],
2513
+ "enum" : [ "ACTIVE", "INACTIVE" ],
2514
+ "maxLength" : 100,
2515
+ "minLength" : 0,
2516
+ "pattern" : "ACTIVE|INACTIVE"
2517
+ },
2518
+ "active" : {
2519
+ "type" : [ "boolean", "null" ]
2520
+ },
2521
+ "type" : {
2522
+ "type" : [ "string", "null" ],
2523
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
2524
+ "maxLength" : 100,
2525
+ "minLength" : 0,
2526
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS"
2527
+ },
2528
+ "transitions" : {
2529
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArrayForResponse"
2530
+ },
2531
+ "layoutId" : {
2532
+ "type" : [ "string", "null", "integer" ],
2533
+ "format" : "int64",
2534
+ "pattern" : "([0-9]+)"
2535
+ },
2536
+ "states" : {
2537
+ "$ref" : "./blueprintStates.json#/components/schemas/statesArrayForResponse"
2538
+ },
2539
+ "layout" : {
2540
+ "$ref" : "./blueprints.json#/components/schemas/layoutObject"
2541
+ },
2542
+ "chartData" : {
2543
+ "$ref" : "./blueprintChartData.json#/components/schemas/chartDataObjectForResponse"
2544
+ },
2545
+ "strictModeConfig" : {
2546
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObject"
2547
+ },
2548
+ "createdBy" : {
2549
+ "type" : [ "string", "null", "integer" ],
2550
+ "format" : "int64",
2551
+ "pattern" : "([0-9]+)"
2552
+ },
2553
+ "draft" : {
2554
+ "type" : [ "boolean", "null" ]
2555
+ },
2556
+ "name" : {
2557
+ "type" : [ "string", "null" ],
2558
+ "maxLength" : 60,
2559
+ "minLength" : 1,
2560
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2561
+ },
2562
+ "modifiedBy" : {
2563
+ "type" : [ "string", "null", "integer" ],
2564
+ "format" : "int64",
2565
+ "pattern" : "([0-9]+)"
2566
+ },
2567
+ "id" : {
2568
+ "type" : [ "string", "null", "integer" ],
2569
+ "format" : "int64",
2570
+ "minimum" : 1,
2571
+ "pattern" : "([0-9]+)"
2572
+ },
2573
+ "modifiedTimeInMillis" : {
2574
+ "type" : [ "string", "null", "integer" ],
2575
+ "format" : "int64",
2576
+ "minimum" : 1,
2577
+ "pattern" : "([0-9]+)"
2578
+ },
2579
+ "createdTimeInMillis" : {
2580
+ "type" : [ "string", "null", "integer" ],
2581
+ "format" : "int64",
2582
+ "minimum" : 1,
2583
+ "pattern" : "([0-9]+)"
2584
+ },
2585
+ "connections" : {
2586
+ "$ref" : "./blueprintConnections.json#/components/schemas/connectionsArrayForResponse"
2587
+ },
2588
+ "fieldId" : {
2589
+ "type" : [ "string", "null", "integer" ],
2590
+ "format" : "int64",
2591
+ "pattern" : "([0-9]+)"
2592
+ }
2593
+ }
2594
+ },
2595
+ "examples" : {
2596
+ "Valid requestBody Definitions" : {
2597
+ "value" : {
2598
+ "type" : "NON_CONTINUOUS"
2599
+ }
2600
+ }
2601
+ }
2602
+ }
2603
+ },
2604
+ "x-custom-request-body-attributes" : {
2605
+ "non-empty" : false,
2606
+ "allow-invalid" : false
2607
+ }
2608
+ },
2609
+ "createBlueprint" : {
2610
+ "content" : {
2611
+ "application/json" : {
2612
+ "schema" : {
2613
+ "type" : [ "null", "object" ],
2614
+ "additionalProperties" : false,
2615
+ "properties" : {
2616
+ "criteria" : {
2617
+ "$ref" : "./blueprintCriteria.json#/components/schemas/criteriaObject"
2618
+ },
2619
+ "departmentId" : {
2620
+ "type" : [ "string", "null", "integer" ],
2621
+ "format" : "int64",
2622
+ "pattern" : "([0-9]+)"
2623
+ },
2624
+ "module" : {
2625
+ "type" : [ "string", "null" ],
2626
+ "enum" : [ "tickets" ],
2627
+ "maxLength" : 100,
2628
+ "minLength" : 0,
2629
+ "pattern" : "tickets"
2630
+ },
2631
+ "description" : {
2632
+ "type" : [ "string", "null" ],
2633
+ "maxLength" : 100,
2634
+ "minLength" : 0,
2635
+ "pattern" : "[0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s]+|^$"
2636
+ },
2637
+ "dynamicTransOwnerType" : {
2638
+ "type" : [ "string", "null" ],
2639
+ "enum" : [ "ACTIVE", "INACTIVE" ],
2640
+ "maxLength" : 100,
2641
+ "minLength" : 0,
2642
+ "pattern" : "ACTIVE|INACTIVE"
2643
+ },
2644
+ "type" : {
2645
+ "type" : [ "string", "null" ],
2646
+ "enum" : [ "NON_CONTINUOUS", "CONTINUOUS" ],
2647
+ "maxLength" : 100,
2648
+ "minLength" : 0,
2649
+ "pattern" : "NON_CONTINUOUS|CONTINUOUS"
2650
+ },
2651
+ "transitions" : {
2652
+ "$ref" : "./blueprintTransitions.json#/components/schemas/transitionsArray"
2653
+ },
2654
+ "layoutId" : {
2655
+ "type" : [ "string", "null", "integer" ],
2656
+ "format" : "int64",
2657
+ "pattern" : "([0-9]+)"
2658
+ },
2659
+ "states" : {
2660
+ "$ref" : "./blueprintStates.json#/components/schemas/statesArray"
2661
+ },
2662
+ "chartData" : {
2663
+ "$ref" : "./blueprintChartData.json#/components/schemas/chartDataObject"
2664
+ },
2665
+ "strictModeConfig" : {
2666
+ "$ref" : "./blueprintStrictModeConfig.json#/components/schemas/strictModeConfigObject"
2667
+ },
2668
+ "name" : {
2669
+ "type" : [ "string", "null" ],
2670
+ "maxLength" : 60,
2671
+ "minLength" : 1,
2672
+ "pattern" : "([0-9a-zA-Z_\\-\\.\\$@\\?\\,\\:\\'\\/\\!\\P{InBasicLatin}\\s])+"
2673
+ },
2674
+ "connections" : {
2675
+ "$ref" : "./blueprintConnections.json#/components/schemas/connectionsArray"
2676
+ },
2677
+ "fieldId" : {
2678
+ "type" : [ "string", "null", "integer" ],
2679
+ "format" : "int64",
2680
+ "pattern" : "([0-9]+)"
2681
+ }
2682
+ },
2683
+ "required" : [ "chartData", "connections", "departmentId", "fieldId", "layoutId", "module", "name", "states", "transitions", "type" ]
2684
+ },
2685
+ "examples" : {
2686
+ "Valid requestBody Definitions" : {
2687
+ "value" : {
2688
+ "chartData" : {
2689
+ "canvasPosition" : {
2690
+ "top" : -29,
2691
+ "left" : -127
2692
+ },
2693
+ "connectionDetails" : [ {
2694
+ "toUuid" : "Closed2",
2695
+ "transName" : "Check3",
2696
+ "isCommTrans" : true,
2697
+ "fromUuid" : "Escalated1",
2698
+ "usedStates" : [ "On Hold", "Open" ],
2699
+ "isAuto" : false
2700
+ }, {
2701
+ "toUuid" : "Closed3",
2702
+ "transName" : "Check3",
2703
+ "isCommTrans" : false,
2704
+ "fromUuid" : "OnHold2",
2705
+ "isAuto" : false
2706
+ }, {
2707
+ "toUuid" : "OnHold3",
2708
+ "transName" : "Check3",
2709
+ "isCommTrans" : false,
2710
+ "fromUuid" : "Open2",
2711
+ "isAuto" : false
2712
+ } ],
2713
+ "stateDetails" : [ {
2714
+ "stateName" : "Closed",
2715
+ "position" : {
2716
+ "top" : 316,
2717
+ "left" : 225
2718
+ }
2719
+ }, {
2720
+ "stateName" : "Escalated",
2721
+ "position" : {
2722
+ "top" : 316,
2723
+ "left" : 225
2724
+ }
2725
+ }, {
2726
+ "stateName" : "Open",
2727
+ "position" : {
2728
+ "top" : 316,
2729
+ "left" : 225
2730
+ }
2731
+ } ]
2732
+ },
2733
+ "criteria" : {
2734
+ "fieldConditions" : [ {
2735
+ "condition" : "is open",
2736
+ "fieldName" : "Status",
2737
+ "fieldModule" : "tickets",
2738
+ "value" : [ "${OPEN}" ]
2739
+ } ],
2740
+ "pattern" : "(1)"
2741
+ },
2742
+ "departmentId" : "4000000007235",
2743
+ "module" : "Cases",
2744
+ "name" : "Private Threading Handling",
2745
+ "description" : "Automates Private Threading Handling",
2746
+ "type" : "NON_CONTINUOUS",
2747
+ "transitions" : [ {
2748
+ "isAutoTransition" : false,
2749
+ "before" : {
2750
+ "accessors" : {
2751
+ "owners" : {
2752
+ "agentIds" : [ 4000000009158 ],
2753
+ "otherRecpts" : [ "RECORD_OWNER" ],
2754
+ "teamIds" : [ 4000000009158 ]
2755
+ },
2756
+ "sharedDeptAccessors" : [ {
2757
+ "accessors" : {
2758
+ "agentIds" : [ 4000000009158 ],
2759
+ "teamIds" : [ 4000000009158 ]
2760
+ },
2761
+ "deptId" : 4000000009158,
2762
+ "sharingType" : "READ_ONLY"
2763
+ } ]
2764
+ },
2765
+ "criteriaDetails" : {
2766
+ "criteria" : {
2767
+ "fieldConditions" : [ {
2768
+ "condition" : "is open",
2769
+ "fieldName" : "Status",
2770
+ "fieldModule" : "tickets",
2771
+ "value" : [ "${OPEN}" ]
2772
+ } ],
2773
+ "pattern" : "(1)"
2774
+ }
2775
+ }
2776
+ },
2777
+ "name" : "Feedbacks need to be monitored",
2778
+ "description" : "Lack of instruments to repair",
2779
+ "during" : [ {
2780
+ "message" : "Add comment here"
2781
+ }, {
2782
+ "fieldUpdates" : {
2783
+ "criteria" : {
2784
+ "fieldConditions" : [ {
2785
+ "condition" : "is open",
2786
+ "fieldName" : "Status",
2787
+ "fieldModule" : "tickets",
2788
+ "value" : [ "${OPEN}" ]
2789
+ } ],
2790
+ "pattern" : "(1)"
2791
+ },
2792
+ "fieldId" : 4000000009158,
2793
+ "errorMsg" : "Enter a valid Priority"
2794
+ },
2795
+ "isMandatory" : true
2796
+ }, {
2797
+ "otherActions" : "BUG",
2798
+ "isMandatory" : false
2799
+ }, {
2800
+ "otherActions" : "COMMENT",
2801
+ "isMandatory" : true
2802
+ } ],
2803
+ "after" : {
2804
+ "fieldUpdate" : {
2805
+ "ids" : [ 4000000307007 ]
2806
+ },
2807
+ "task" : {
2808
+ "ids" : [ 4000000307007 ]
2809
+ },
2810
+ "customFunction" : {
2811
+ "ids" : [ 4000000307007 ]
2812
+ },
2813
+ "alert" : {
2814
+ "ids" : [ 4000000307007 ]
2815
+ }
2816
+ },
2817
+ "autoTransitionActions" : {
2818
+ "feedback" : "SURVEY_ALL",
2819
+ "reply" : "REPLY_ALL"
2820
+ },
2821
+ "isCommonTransition" : false
2822
+ }, {
2823
+ "isAutoTransition" : false,
2824
+ "before" : {
2825
+ "accessors" : {
2826
+ "owners" : {
2827
+ "agentIds" : [ 4000000009158 ],
2828
+ "otherRecpts" : [ "RECORD_OWNER" ],
2829
+ "teamIds" : [ 4000000009158 ]
2830
+ },
2831
+ "sharedDeptAccessors" : [ {
2832
+ "accessors" : {
2833
+ "agentIds" : [ 4000000009158 ],
2834
+ "teamIds" : [ 4000000009158 ]
2835
+ },
2836
+ "deptId" : 4000000009158,
2837
+ "sharingType" : "READ_ONLY"
2838
+ } ]
2839
+ },
2840
+ "criteriaDetails" : {
2841
+ "criteria" : {
2842
+ "fieldConditions" : [ {
2843
+ "condition" : "is open",
2844
+ "fieldName" : "Status",
2845
+ "fieldModule" : "tickets",
2846
+ "value" : [ "${OPEN}" ]
2847
+ } ],
2848
+ "pattern" : "(1)"
2849
+ }
2850
+ }
2851
+ },
2852
+ "name" : "Common Handling",
2853
+ "description" : "Its common transition",
2854
+ "commonStates" : [ "Open" ],
2855
+ "during" : [ {
2856
+ "message" : "Add comment here"
2857
+ }, {
2858
+ "fieldUpdates" : {
2859
+ "criteria" : {
2860
+ "fieldConditions" : [ {
2861
+ "condition" : "is open",
2862
+ "fieldName" : "Status",
2863
+ "fieldModule" : "tickets",
2864
+ "value" : [ "${OPEN}" ]
2865
+ } ],
2866
+ "pattern" : "(1)"
2867
+ },
2868
+ "fieldId" : 4000000009158,
2869
+ "errorMsg" : "Enter a valid Priority"
2870
+ },
2871
+ "isMandatory" : true
2872
+ }, {
2873
+ "otherActions" : "BUG",
2874
+ "isMandatory" : false
2875
+ }, {
2876
+ "otherActions" : "COMMENT",
2877
+ "isMandatory" : true
2878
+ } ],
2879
+ "after" : {
2880
+ "fieldUpdate" : {
2881
+ "ids" : [ 4000000307007 ]
2882
+ },
2883
+ "task" : {
2884
+ "ids" : [ 4000000307007 ]
2885
+ },
2886
+ "customFunction" : {
2887
+ "ids" : [ 4000000307007 ]
2888
+ },
2889
+ "alert" : {
2890
+ "ids" : [ 4000000307007 ]
2891
+ }
2892
+ },
2893
+ "autoTransitionActions" : {
2894
+ "feedback" : "SURVEY_ALL",
2895
+ "reply" : "REPLY_ALL"
2896
+ },
2897
+ "isCommonTransition" : true
2898
+ } ],
2899
+ "layoutId" : 4000000007723,
2900
+ "connections" : [ {
2901
+ "fromState" : "Open",
2902
+ "toState" : "Escalated",
2903
+ "transition" : [ "Common Handling" ]
2904
+ }, {
2905
+ "fromState" : "Escalated",
2906
+ "toState" : "Closed",
2907
+ "transition" : [ "Common Handling" ]
2908
+ } ],
2909
+ "fieldId" : 4000000000377,
2910
+ "states" : [ {
2911
+ "timeInMins" : 90,
2912
+ "escalations" : [ {
2913
+ "escalationRecipients" : {
2914
+ "agentIds" : [ 4000000009158 ],
2915
+ "otherRecpts" : [ "RECORD_OWNER" ]
2916
+ },
2917
+ "templateId" : 4000000007355,
2918
+ "escalationLevel" : 1,
2919
+ "whenToEscalate" : 15
2920
+ } ],
2921
+ "transitionsOrder" : [ "Common Handling", "Feedbacks need to be monitored" ],
2922
+ "businessHrId" : 4000000007355,
2923
+ "name" : "Open",
2924
+ "type" : "START"
2925
+ }, {
2926
+ "timeInMins" : 30,
2927
+ "name" : "Escalated",
2928
+ "type" : "INTERMEDIATE"
2929
+ }, {
2930
+ "timeInMins" : 30,
2931
+ "name" : "Closed",
2932
+ "type" : "END"
2933
+ } ]
2934
+ }
2935
+ }
2936
+ }
2937
+ }
2938
+ },
2939
+ "x-custom-request-body-attributes" : {
2940
+ "non-empty" : false,
2941
+ "allow-invalid" : false
2942
+ }
2943
+ },
2944
+ "revokeManyRequest" : {
2945
+ "content" : {
2946
+ "application/json" : {
2947
+ "schema" : {
2948
+ "type" : [ "null", "object" ],
2949
+ "additionalProperties" : false,
2950
+ "properties" : {
2951
+ "ids" : {
2952
+ "type" : [ "null", "array" ],
2953
+ "items" : {
2954
+ "type" : [ "string", "null", "integer" ],
2955
+ "format" : "int64",
2956
+ "pattern" : "([0-9]+)"
2957
+ },
2958
+ "maxItems" : 50,
2959
+ "uniqueItems" : false
2960
+ }
2961
+ },
2962
+ "required" : [ "ids" ]
2963
+ },
2964
+ "examples" : {
2965
+ "Valid requestBody Definitions" : {
2966
+ "value" : {
2967
+ "ids" : [ "1892000000093303", "1892000000085009", "1892000000050003" ]
2968
+ }
2969
+ }
2970
+ }
2971
+ }
2972
+ },
2973
+ "x-custom-request-body-attributes" : {
2974
+ "non-empty" : false,
2975
+ "allow-invalid" : false
2976
+ }
2977
+ }
2978
+ },
2979
+ "securitySchemes" : {
2980
+ "cookie-auth" : {
2981
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
2982
+ },
2983
+ "org-oauth" : {
2984
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
2985
+ },
2986
+ "iam-oauth2-schema" : {
2987
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
2988
+ }
2989
+ }
2990
+ },
2991
+ "x-entity" : "blueprints"
2992
+ }