@gofynd/fdk-client-javascript 1.0.2 → 1.0.3

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 (310) hide show
  1. package/documentation/application/CART.md +5934 -4502
  2. package/documentation/application/CATALOG.md +6338 -7245
  3. package/documentation/application/COMMON.md +95 -222
  4. package/documentation/application/COMMUNICATION.md +106 -186
  5. package/documentation/application/CONFIGURATION.md +903 -1597
  6. package/documentation/application/CONTENT.md +557 -1279
  7. package/documentation/application/FILESTORAGE.md +84 -220
  8. package/documentation/application/LEAD.md +314 -660
  9. package/documentation/application/LOGISTIC.md +229 -305
  10. package/documentation/application/ORDER.md +642 -1137
  11. package/documentation/application/PAYMENT.md +2285 -3031
  12. package/documentation/application/POSCART.md +6079 -4642
  13. package/documentation/application/REWARDS.md +94 -248
  14. package/documentation/application/SHARE.md +152 -250
  15. package/documentation/application/THEME.md +952 -1235
  16. package/documentation/application/USER.md +1228 -1765
  17. package/documentation/platform/ANALYTICS.md +207 -349
  18. package/documentation/platform/AUDITTRAIL.md +121 -204
  19. package/documentation/platform/BILLING.md +865 -1376
  20. package/documentation/platform/CART.md +2814 -3662
  21. package/documentation/platform/CATALOG.md +14453 -17192
  22. package/documentation/platform/COMMON.md +95 -222
  23. package/documentation/platform/COMMUNICATION.md +1632 -2380
  24. package/documentation/platform/COMPANYPROFILE.md +572 -957
  25. package/documentation/platform/CONFIGURATION.md +3050 -4073
  26. package/documentation/platform/CONTENT.md +3438 -4172
  27. package/documentation/platform/DISCOUNT.md +140 -236
  28. package/documentation/platform/FILESTORAGE.md +187 -323
  29. package/documentation/platform/INVENTORY.md +268 -911
  30. package/documentation/platform/LEAD.md +2195 -2541
  31. package/documentation/platform/ORDER.md +3400 -5361
  32. package/documentation/platform/PARTNER.md +9 -36
  33. package/documentation/platform/PAYMENT.md +903 -1213
  34. package/documentation/platform/REWARDS.md +183 -347
  35. package/documentation/platform/SHARE.md +120 -213
  36. package/documentation/platform/THEME.md +12956 -13239
  37. package/documentation/platform/USER.md +975 -1120
  38. package/documentation/platform/WEBHOOK.md +78 -184
  39. package/documentation/public/CONFIGURATION.md +95 -222
  40. package/documentation/public/INVENTORY.md +100 -282
  41. package/documentation/public/WEBHOOK.md +27 -133
  42. package/package.json +1 -1
  43. package/sdk/application/Cart/CartApplicationClient.d.ts +243 -243
  44. package/sdk/application/Cart/CartApplicationClient.js +567 -567
  45. package/sdk/application/Cart/CartApplicationModel.d.ts +64 -63
  46. package/sdk/application/Cart/CartApplicationModel.js +489 -886
  47. package/sdk/application/Cart/CartApplicationValidator.d.ts +17 -17
  48. package/sdk/application/Cart/CartApplicationValidator.js +98 -98
  49. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +358 -358
  50. package/sdk/application/Catalog/CatalogApplicationClient.js +1036 -1036
  51. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +90 -90
  52. package/sdk/application/Catalog/CatalogApplicationModel.js +677 -1243
  53. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +19 -19
  54. package/sdk/application/Catalog/CatalogApplicationValidator.js +110 -110
  55. package/sdk/application/Common/CommonApplicationClient.d.ts +13 -13
  56. package/sdk/application/Common/CommonApplicationClient.js +38 -38
  57. package/sdk/application/Common/CommonApplicationModel.d.ts +12 -12
  58. package/sdk/application/Common/CommonApplicationModel.js +83 -160
  59. package/sdk/application/Common/CommonApplicationValidator.d.ts +1 -1
  60. package/sdk/application/Common/CommonApplicationValidator.js +6 -6
  61. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +11 -11
  62. package/sdk/application/Communication/CommunicationApplicationClient.js +26 -26
  63. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +6 -6
  64. package/sdk/application/Communication/CommunicationApplicationModel.js +38 -83
  65. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  66. package/sdk/application/Communication/CommunicationApplicationValidator.js +4 -4
  67. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +116 -116
  68. package/sdk/application/Configuration/ConfigurationApplicationClient.js +330 -330
  69. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +85 -85
  70. package/sdk/application/Configuration/ConfigurationApplicationModel.js +480 -851
  71. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +8 -8
  72. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +33 -33
  73. package/sdk/application/Content/ContentApplicationClient.d.ts +67 -67
  74. package/sdk/application/Content/ContentApplicationClient.js +191 -191
  75. package/sdk/application/Content/ContentApplicationModel.d.ts +76 -76
  76. package/sdk/application/Content/ContentApplicationModel.js +467 -884
  77. package/sdk/application/Content/ContentApplicationValidator.d.ts +5 -5
  78. package/sdk/application/Content/ContentApplicationValidator.js +24 -24
  79. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +25 -25
  80. package/sdk/application/FileStorage/FileStorageApplicationClient.js +59 -59
  81. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +13 -13
  82. package/sdk/application/FileStorage/FileStorageApplicationModel.js +86 -169
  83. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  84. package/sdk/application/FileStorage/FileStorageApplicationValidator.js +7 -7
  85. package/sdk/application/Lead/LeadApplicationClient.d.ts +24 -24
  86. package/sdk/application/Lead/LeadApplicationClient.js +100 -100
  87. package/sdk/application/Lead/LeadApplicationModel.d.ts +35 -35
  88. package/sdk/application/Lead/LeadApplicationModel.js +267 -474
  89. package/sdk/application/Lead/LeadApplicationValidator.d.ts +2 -2
  90. package/sdk/application/Lead/LeadApplicationValidator.js +11 -11
  91. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +30 -19
  92. package/sdk/application/Logistic/LogisticApplicationClient.js +110 -43
  93. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +17 -14
  94. package/sdk/application/Logistic/LogisticApplicationModel.js +133 -201
  95. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +3 -2
  96. package/sdk/application/Logistic/LogisticApplicationValidator.js +14 -8
  97. package/sdk/application/Order/OrderApplicationClient.d.ts +85 -85
  98. package/sdk/application/Order/OrderApplicationClient.js +232 -232
  99. package/sdk/application/Order/OrderApplicationModel.d.ts +50 -50
  100. package/sdk/application/Order/OrderApplicationModel.js +352 -656
  101. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -7
  102. package/sdk/application/Order/OrderApplicationValidator.js +28 -28
  103. package/sdk/application/Payment/PaymentApplicationClient.d.ts +318 -318
  104. package/sdk/application/Payment/PaymentApplicationClient.js +739 -739
  105. package/sdk/application/Payment/PaymentApplicationModel.d.ts +72 -72
  106. package/sdk/application/Payment/PaymentApplicationModel.js +570 -1038
  107. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +28 -28
  108. package/sdk/application/Payment/PaymentApplicationValidator.js +107 -107
  109. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +254 -254
  110. package/sdk/application/PosCart/PosCartApplicationClient.js +617 -617
  111. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +64 -63
  112. package/sdk/application/PosCart/PosCartApplicationModel.js +475 -871
  113. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +18 -18
  114. package/sdk/application/PosCart/PosCartApplicationValidator.js +103 -103
  115. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +27 -27
  116. package/sdk/application/Rewards/RewardsApplicationClient.js +112 -112
  117. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +14 -14
  118. package/sdk/application/Rewards/RewardsApplicationModel.js +96 -191
  119. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +3 -3
  120. package/sdk/application/Rewards/RewardsApplicationValidator.js +12 -12
  121. package/sdk/application/Share/ShareApplicationClient.d.ts +37 -37
  122. package/sdk/application/Share/ShareApplicationClient.js +84 -84
  123. package/sdk/application/Share/ShareApplicationModel.d.ts +8 -8
  124. package/sdk/application/Share/ShareApplicationModel.js +63 -123
  125. package/sdk/application/Share/ShareApplicationValidator.d.ts +4 -4
  126. package/sdk/application/Share/ShareApplicationValidator.js +12 -12
  127. package/sdk/application/Theme/ThemeApplicationClient.d.ts +8 -8
  128. package/sdk/application/Theme/ThemeApplicationClient.js +31 -31
  129. package/sdk/application/Theme/ThemeApplicationModel.d.ts +34 -34
  130. package/sdk/application/Theme/ThemeApplicationModel.js +190 -336
  131. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +1 -1
  132. package/sdk/application/Theme/ThemeApplicationValidator.js +4 -4
  133. package/sdk/application/User/UserApplicationClient.d.ts +280 -280
  134. package/sdk/application/User/UserApplicationClient.js +581 -581
  135. package/sdk/application/User/UserApplicationModel.d.ts +79 -72
  136. package/sdk/application/User/UserApplicationModel.js +440 -689
  137. package/sdk/application/User/UserApplicationValidator.d.ts +24 -24
  138. package/sdk/application/User/UserApplicationValidator.js +89 -89
  139. package/sdk/common/AxiosHelper.js +1 -1
  140. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +51 -51
  141. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +179 -179
  142. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +6 -6
  143. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +20 -20
  144. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +11 -11
  145. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +95 -178
  146. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +10 -10
  147. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +41 -41
  148. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +10 -10
  149. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +50 -89
  150. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  151. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +6 -6
  152. package/sdk/platform/Billing/BillingPlatformClient.d.ts +60 -60
  153. package/sdk/platform/Billing/BillingPlatformClient.js +181 -181
  154. package/sdk/platform/Billing/BillingPlatformModel.d.ts +40 -40
  155. package/sdk/platform/Billing/BillingPlatformModel.js +342 -668
  156. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +8 -8
  157. package/sdk/platform/Billing/BillingPlatformValidator.js +25 -25
  158. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +168 -168
  159. package/sdk/platform/Cart/CartPlatformApplicationClient.js +553 -553
  160. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +11 -11
  161. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +63 -63
  162. package/sdk/platform/Cart/CartPlatformModel.d.ts +84 -83
  163. package/sdk/platform/Cart/CartPlatformModel.js +671 -1205
  164. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +632 -632
  165. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +1525 -1525
  166. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +40 -40
  167. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +174 -174
  168. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +682 -682
  169. package/sdk/platform/Catalog/CatalogPlatformClient.js +1557 -1557
  170. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +291 -291
  171. package/sdk/platform/Catalog/CatalogPlatformModel.js +2127 -3904
  172. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +66 -66
  173. package/sdk/platform/Catalog/CatalogPlatformValidator.js +229 -229
  174. package/sdk/platform/Common/CommonPlatformClient.d.ts +12 -12
  175. package/sdk/platform/Common/CommonPlatformClient.js +41 -41
  176. package/sdk/platform/Common/CommonPlatformModel.d.ts +12 -12
  177. package/sdk/platform/Common/CommonPlatformModel.js +83 -160
  178. package/sdk/platform/Common/CommonPlatformValidator.d.ts +1 -1
  179. package/sdk/platform/Common/CommonPlatformValidator.js +6 -6
  180. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +326 -326
  181. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +943 -943
  182. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +30 -30
  183. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +87 -87
  184. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +67 -67
  185. package/sdk/platform/Communication/CommunicationPlatformModel.js +522 -974
  186. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +55 -55
  187. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +212 -212
  188. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +27 -27
  189. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +279 -542
  190. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +7 -7
  191. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +24 -24
  192. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +163 -153
  193. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +615 -552
  194. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +22 -21
  195. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +69 -63
  196. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +125 -125
  197. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +342 -342
  198. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +148 -146
  199. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +854 -1508
  200. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -9
  201. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +38 -38
  202. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +534 -534
  203. package/sdk/platform/Content/ContentPlatformApplicationClient.js +1324 -1324
  204. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +50 -50
  205. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +156 -156
  206. package/sdk/platform/Content/ContentPlatformModel.d.ts +78 -78
  207. package/sdk/platform/Content/ContentPlatformModel.js +484 -907
  208. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +65 -65
  209. package/sdk/platform/Discount/DiscountPlatformClient.js +216 -216
  210. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +7 -7
  211. package/sdk/platform/Discount/DiscountPlatformModel.js +60 -121
  212. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +6 -6
  213. package/sdk/platform/Discount/DiscountPlatformValidator.js +29 -29
  214. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -24
  215. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +58 -58
  216. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  217. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +8 -8
  218. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +52 -52
  219. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +123 -123
  220. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +13 -13
  221. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +86 -169
  222. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +3 -3
  223. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +11 -11
  224. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +63 -63
  225. package/sdk/platform/Inventory/InventoryPlatformClient.js +228 -228
  226. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +30 -30
  227. package/sdk/platform/Inventory/InventoryPlatformModel.js +497 -964
  228. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +7 -7
  229. package/sdk/platform/Inventory/InventoryPlatformValidator.js +28 -28
  230. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +73 -73
  231. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +200 -200
  232. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +7 -7
  233. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +28 -28
  234. package/sdk/platform/Lead/LeadPlatformClient.d.ts +80 -80
  235. package/sdk/platform/Lead/LeadPlatformClient.js +212 -212
  236. package/sdk/platform/Lead/LeadPlatformModel.d.ts +35 -35
  237. package/sdk/platform/Lead/LeadPlatformModel.js +267 -474
  238. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +6 -6
  239. package/sdk/platform/Lead/LeadPlatformValidator.js +24 -24
  240. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +10 -10
  241. package/sdk/platform/Order/OrderPlatformApplicationClient.js +65 -65
  242. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -1
  243. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +6 -6
  244. package/sdk/platform/Order/OrderPlatformClient.d.ts +357 -357
  245. package/sdk/platform/Order/OrderPlatformClient.js +1035 -1035
  246. package/sdk/platform/Order/OrderPlatformModel.d.ts +198 -196
  247. package/sdk/platform/Order/OrderPlatformModel.js +1574 -2861
  248. package/sdk/platform/Order/OrderPlatformValidator.d.ts +32 -32
  249. package/sdk/platform/Order/OrderPlatformValidator.js +160 -160
  250. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +1 -1
  251. package/sdk/platform/Partner/PartnerPlatformModel.js +10 -26
  252. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +57 -57
  253. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +167 -167
  254. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +6 -6
  255. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +23 -23
  256. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +42 -42
  257. package/sdk/platform/Payment/PaymentPlatformClient.js +153 -153
  258. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +27 -27
  259. package/sdk/platform/Payment/PaymentPlatformModel.js +222 -410
  260. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +4 -4
  261. package/sdk/platform/Payment/PaymentPlatformValidator.js +21 -21
  262. package/sdk/platform/PlatformApplicationClient.d.ts +1496 -10325
  263. package/sdk/platform/PlatformApplicationClient.js +1584 -13899
  264. package/sdk/platform/PlatformClient.d.ts +7965 -7885
  265. package/sdk/platform/PlatformClient.js +8672 -10105
  266. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +83 -83
  267. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +275 -275
  268. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +8 -8
  269. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +34 -34
  270. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +15 -15
  271. package/sdk/platform/Rewards/RewardsPlatformModel.js +92 -194
  272. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +10 -10
  273. package/sdk/platform/Share/SharePlatformApplicationClient.js +59 -59
  274. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  275. package/sdk/platform/Share/SharePlatformApplicationValidator.js +6 -6
  276. package/sdk/platform/Share/SharePlatformModel.d.ts +8 -8
  277. package/sdk/platform/Share/SharePlatformModel.js +60 -118
  278. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +132 -132
  279. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +310 -310
  280. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +15 -15
  281. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +44 -44
  282. package/sdk/platform/Theme/ThemePlatformModel.d.ts +34 -34
  283. package/sdk/platform/Theme/ThemePlatformModel.js +190 -336
  284. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +136 -69
  285. package/sdk/platform/User/UserPlatformApplicationClient.js +505 -166
  286. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +12 -7
  287. package/sdk/platform/User/UserPlatformApplicationValidator.js +61 -23
  288. package/sdk/platform/User/UserPlatformModel.d.ts +79 -72
  289. package/sdk/platform/User/UserPlatformModel.js +440 -689
  290. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +31 -31
  291. package/sdk/platform/Webhook/WebhookPlatformClient.js +88 -88
  292. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +7 -7
  293. package/sdk/platform/Webhook/WebhookPlatformModel.js +68 -136
  294. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +3 -3
  295. package/sdk/platform/Webhook/WebhookPlatformValidator.js +14 -14
  296. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +13 -13
  297. package/sdk/public/Configuration/ConfigurationPublicClient.js +38 -38
  298. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +12 -12
  299. package/sdk/public/Configuration/ConfigurationPublicModel.js +85 -162
  300. package/sdk/public/Configuration/ConfigurationPublicValidator.d.ts +1 -1
  301. package/sdk/public/Configuration/ConfigurationPublicValidator.js +6 -6
  302. package/sdk/public/Inventory/InventoryPublicClient.d.ts +34 -34
  303. package/sdk/public/Inventory/InventoryPublicClient.js +113 -113
  304. package/sdk/public/Inventory/InventoryPublicModel.d.ts +10 -10
  305. package/sdk/public/Inventory/InventoryPublicModel.js +119 -245
  306. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +3 -3
  307. package/sdk/public/Inventory/InventoryPublicValidator.js +15 -15
  308. package/sdk/public/Webhook/WebhookPublicModel.d.ts +7 -7
  309. package/sdk/public/Webhook/WebhookPublicModel.js +68 -136
  310. package/tests/application/catalog.spec.js +7 -0
@@ -8,18 +8,18 @@
8
8
  ## Inventory Methods
9
9
 
10
10
 
11
- * [getJobsByCompany](#getjobsbycompany)
12
- * [updateJob](#updatejob)
13
11
  * [createJob](#createjob)
14
- * [suppressStores](#suppressstores)
15
- * [getConfigByCompany](#getconfigbycompany)
16
- * [getJobSteps](#getjobsteps)
17
- * [getJobByCompanyAndIntegration](#getjobbycompanyandintegration)
18
12
  * [disable](#disable)
19
- * [getJobConfigDefaults](#getjobconfigdefaults)
13
+ * [getConfigByCompany](#getconfigbycompany)
20
14
  * [getJobByCode](#getjobbycode)
15
+ * [getJobByCompanyAndIntegration](#getjobbycompanyandintegration)
21
16
  * [getJobCodeMetrics](#getjobcodemetrics)
22
17
  * [getJobCodesByCompanyAndIntegration](#getjobcodesbycompanyandintegration)
18
+ * [getJobConfigDefaults](#getjobconfigdefaults)
19
+ * [getJobSteps](#getjobsteps)
20
+ * [getJobsByCompany](#getjobsbycompany)
21
+ * [suppressStores](#suppressstores)
22
+ * [updateJob](#updatejob)
23
23
 
24
24
 
25
25
 
@@ -28,19 +28,17 @@
28
28
 
29
29
 
30
30
 
31
- ### getJobsByCompany
32
- Get Job Configs For A Company
31
+ ### createJob
32
+ Creates A New Job Config
33
33
 
34
34
 
35
35
 
36
36
  ```javascript
37
37
  // Promise
38
- const promise = client.inventory.getJobsByCompany({ pageNo : value,
39
- pageSize : value });
38
+ const promise = client.inventory.createJob({ body : value });
40
39
 
41
40
  // Async/Await
42
- const data = await client.inventory.getJobsByCompany({ pageNo : value,
43
- pageSize : value });
41
+ const data = await client.inventory.createJob({ body : value });
44
42
  ```
45
43
 
46
44
 
@@ -48,22 +46,20 @@ const data = await client.inventory.getJobsByCompany({ pageNo : value,
48
46
 
49
47
 
50
48
  | Argument | Type | Required | Description |
51
- | --------- | ----- | -------- | ----------- |
52
- | pageNo | number | no | Page Number |
53
- | pageSize | number | no | Page Size |
54
-
49
+ | --------- | ----- | -------- | ----------- |
50
+ | body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
55
51
 
56
52
 
57
- REST Endpoint that returns all job configs for a company
53
+ REST Endpoint that creates a new job config
58
54
 
59
55
  *Returned Response:*
60
56
 
61
57
 
62
58
 
63
59
 
64
- [ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
60
+ [ResponseEnvelopeString](#ResponseEnvelopeString)
65
61
 
66
- Successful operation
62
+ Job Config Created Successfully
67
63
 
68
64
 
69
65
 
@@ -87,17 +83,17 @@ Successful operation
87
83
  ---
88
84
 
89
85
 
90
- ### updateJob
91
- Updates An Existing Job Config
86
+ ### disable
87
+ Disable Job Config
92
88
 
93
89
 
94
90
 
95
91
  ```javascript
96
92
  // Promise
97
- const promise = client.inventory.updateJob({ body : value });
93
+ const promise = client.inventory.disable({ integrationId : value });
98
94
 
99
95
  // Async/Await
100
- const data = await client.inventory.updateJob({ body : value });
96
+ const data = await client.inventory.disable({ integrationId : value });
101
97
  ```
102
98
 
103
99
 
@@ -105,11 +101,12 @@ const data = await client.inventory.updateJob({ body : value });
105
101
 
106
102
 
107
103
  | Argument | Type | Required | Description |
108
- | --------- | ----- | -------- | ----------- |
109
- | body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
104
+ | --------- | ----- | -------- | ----------- |
105
+ | integrationId | string | yes | IntegrationId |
110
106
 
111
107
 
112
- REST Endpoint that updates a job config
108
+
109
+ REST Endpoint that disables Inventory Job Config
113
110
 
114
111
  *Returned Response:*
115
112
 
@@ -118,7 +115,7 @@ REST Endpoint that updates a job config
118
115
 
119
116
  [ResponseEnvelopeString](#ResponseEnvelopeString)
120
117
 
121
- Job Config Updated Successfully
118
+ Successful operation
122
119
 
123
120
 
124
121
 
@@ -142,38 +139,34 @@ Job Config Updated Successfully
142
139
  ---
143
140
 
144
141
 
145
- ### createJob
146
- Creates A New Job Config
142
+ ### getConfigByCompany
143
+ Get Slingshot Configuration Of A Company
147
144
 
148
145
 
149
146
 
150
147
  ```javascript
151
148
  // Promise
152
- const promise = client.inventory.createJob({ body : value });
149
+ const promise = client.inventory.getConfigByCompany();
153
150
 
154
151
  // Async/Await
155
- const data = await client.inventory.createJob({ body : value });
152
+ const data = await client.inventory.getConfigByCompany();
156
153
  ```
157
154
 
158
155
 
159
156
 
160
157
 
161
158
 
162
- | Argument | Type | Required | Description |
163
- | --------- | ----- | -------- | ----------- |
164
- | body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
165
-
166
159
 
167
- REST Endpoint that creates a new job config
160
+ REST Endpoint that returns all configuration detail of a company
168
161
 
169
162
  *Returned Response:*
170
163
 
171
164
 
172
165
 
173
166
 
174
- [ResponseEnvelopeString](#ResponseEnvelopeString)
167
+ [ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
175
168
 
176
- Job Config Created Successfully
169
+ Successful operation
177
170
 
178
171
 
179
172
 
@@ -197,17 +190,17 @@ Job Config Created Successfully
197
190
  ---
198
191
 
199
192
 
200
- ### suppressStores
201
- Get Slingshot Configuration Of A Company
193
+ ### getJobByCode
194
+ Get Job Config By Code
202
195
 
203
196
 
204
197
 
205
198
  ```javascript
206
199
  // Promise
207
- const promise = client.inventory.suppressStores({ body : value });
200
+ const promise = client.inventory.getJobByCode({ code : value });
208
201
 
209
202
  // Async/Await
210
- const data = await client.inventory.suppressStores({ body : value });
203
+ const data = await client.inventory.getJobByCode({ code : value });
211
204
  ```
212
205
 
213
206
 
@@ -215,18 +208,19 @@ const data = await client.inventory.suppressStores({ body : value });
215
208
 
216
209
 
217
210
  | Argument | Type | Required | Description |
218
- | --------- | ----- | -------- | ----------- |
219
- | body | [SuppressStorePayload](#SuppressStorePayload) | yes | Request body |
211
+ | --------- | ----- | -------- | ----------- |
212
+ | code | string | yes | Job Code |
220
213
 
221
214
 
222
- REST Endpoint that returns all configuration detail of a company
215
+
216
+ REST Endpoint that returns job config by code
223
217
 
224
218
  *Returned Response:*
225
219
 
226
220
 
227
221
 
228
222
 
229
- [ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
223
+ [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
230
224
 
231
225
  Successful operation
232
226
 
@@ -252,32 +246,43 @@ Successful operation
252
246
  ---
253
247
 
254
248
 
255
- ### getConfigByCompany
256
- Get Slingshot Configuration Of A Company
249
+ ### getJobByCompanyAndIntegration
250
+ Get Job Configs By Company And Integration
257
251
 
258
252
 
259
253
 
260
254
  ```javascript
261
255
  // Promise
262
- const promise = client.inventory.getConfigByCompany();
256
+ const promise = client.inventory.getJobByCompanyAndIntegration({ integrationId : value,
257
+ pageNo : value,
258
+ pageSize : value });
263
259
 
264
260
  // Async/Await
265
- const data = await client.inventory.getConfigByCompany();
261
+ const data = await client.inventory.getJobByCompanyAndIntegration({ integrationId : value,
262
+ pageNo : value,
263
+ pageSize : value });
266
264
  ```
267
265
 
268
266
 
269
267
 
270
268
 
271
269
 
270
+ | Argument | Type | Required | Description |
271
+ | --------- | ----- | -------- | ----------- |
272
+ | integrationId | string | yes | Integration Id |
273
+ | pageNo | number | no | Page Number |
274
+ | pageSize | number | no | Page Size |
272
275
 
273
- REST Endpoint that returns all configuration detail of a company
276
+
277
+
278
+ REST Endpoint that returns all job configs by company And integration
274
279
 
275
280
  *Returned Response:*
276
281
 
277
282
 
278
283
 
279
284
 
280
- [ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
285
+ [ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
281
286
 
282
287
  Successful operation
283
288
 
@@ -303,17 +308,25 @@ Successful operation
303
308
  ---
304
309
 
305
310
 
306
- ### getJobSteps
307
- Get Job Code Steps
311
+ ### getJobCodeMetrics
312
+ Get Job Metrics
308
313
 
309
314
 
310
315
 
311
316
  ```javascript
312
317
  // Promise
313
- const promise = client.inventory.getJobSteps({ jobId : value });
318
+ const promise = client.inventory.getJobCodeMetrics({ code : value,
319
+ pageNo : value,
320
+ pageSize : value,
321
+ status : value,
322
+ date : value });
314
323
 
315
324
  // Async/Await
316
- const data = await client.inventory.getJobSteps({ jobId : value });
325
+ const data = await client.inventory.getJobCodeMetrics({ code : value,
326
+ pageNo : value,
327
+ pageSize : value,
328
+ status : value,
329
+ date : value });
317
330
  ```
318
331
 
319
332
 
@@ -322,18 +335,22 @@ const data = await client.inventory.getJobSteps({ jobId : value });
322
335
 
323
336
  | Argument | Type | Required | Description |
324
337
  | --------- | ----- | -------- | ----------- |
325
- | jobId | number | yes | Job Id |
338
+ | code | string | yes | Code |
339
+ | pageNo | number | no | Page Number |
340
+ | pageSize | number | no | Page Size |
341
+ | status | string | no | Status |
342
+ | date | string | no | From Date |
326
343
 
327
344
 
328
345
 
329
- REST Endpoint that returns Inventory Job Steps
346
+ REST Endpoint that returns Inventory Run History For A Job Code
330
347
 
331
348
  *Returned Response:*
332
349
 
333
350
 
334
351
 
335
352
 
336
- [ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
353
+ [ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
337
354
 
338
355
  Successful operation
339
356
 
@@ -359,19 +376,19 @@ Successful operation
359
376
  ---
360
377
 
361
378
 
362
- ### getJobByCompanyAndIntegration
363
- Get Job Configs By Company And Integration
379
+ ### getJobCodesByCompanyAndIntegration
380
+ Get Job Codes By Company And Integration
364
381
 
365
382
 
366
383
 
367
384
  ```javascript
368
385
  // Promise
369
- const promise = client.inventory.getJobByCompanyAndIntegration({ integrationId : value,
386
+ const promise = client.inventory.getJobCodesByCompanyAndIntegration({ integrationId : value,
370
387
  pageNo : value,
371
388
  pageSize : value });
372
389
 
373
390
  // Async/Await
374
- const data = await client.inventory.getJobByCompanyAndIntegration({ integrationId : value,
391
+ const data = await client.inventory.getJobCodesByCompanyAndIntegration({ integrationId : value,
375
392
  pageNo : value,
376
393
  pageSize : value });
377
394
  ```
@@ -388,14 +405,14 @@ const data = await client.inventory.getJobByCompanyAndIntegration({ integration
388
405
 
389
406
 
390
407
 
391
- REST Endpoint that returns all job configs by company And integration
408
+ REST Endpoint that returns all job codes by company And integration
392
409
 
393
410
  *Returned Response:*
394
411
 
395
412
 
396
413
 
397
414
 
398
- [ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
415
+ [ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
399
416
 
400
417
  Successful operation
401
418
 
@@ -421,37 +438,32 @@ Successful operation
421
438
  ---
422
439
 
423
440
 
424
- ### disable
425
- Disable Job Config
441
+ ### getJobConfigDefaults
442
+ Get Job Configs Defaults
426
443
 
427
444
 
428
445
 
429
446
  ```javascript
430
447
  // Promise
431
- const promise = client.inventory.disable({ integrationId : value });
448
+ const promise = client.inventory.getJobConfigDefaults();
432
449
 
433
450
  // Async/Await
434
- const data = await client.inventory.disable({ integrationId : value });
451
+ const data = await client.inventory.getJobConfigDefaults();
435
452
  ```
436
453
 
437
454
 
438
455
 
439
456
 
440
457
 
441
- | Argument | Type | Required | Description |
442
- | --------- | ----- | -------- | ----------- |
443
- | integrationId | string | yes | IntegrationId |
444
-
445
-
446
458
 
447
- REST Endpoint that disables Inventory Job Config
459
+ REST Endpoint that returns default fields job configs by company And integration
448
460
 
449
461
  *Returned Response:*
450
462
 
451
463
 
452
464
 
453
465
 
454
- [ResponseEnvelopeString](#ResponseEnvelopeString)
466
+ [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
455
467
 
456
468
  Successful operation
457
469
 
@@ -477,32 +489,37 @@ Successful operation
477
489
  ---
478
490
 
479
491
 
480
- ### getJobConfigDefaults
481
- Get Job Configs Defaults
492
+ ### getJobSteps
493
+ Get Job Code Steps
482
494
 
483
495
 
484
496
 
485
497
  ```javascript
486
498
  // Promise
487
- const promise = client.inventory.getJobConfigDefaults();
499
+ const promise = client.inventory.getJobSteps({ jobId : value });
488
500
 
489
501
  // Async/Await
490
- const data = await client.inventory.getJobConfigDefaults();
502
+ const data = await client.inventory.getJobSteps({ jobId : value });
491
503
  ```
492
504
 
493
505
 
494
506
 
495
507
 
496
508
 
509
+ | Argument | Type | Required | Description |
510
+ | --------- | ----- | -------- | ----------- |
511
+ | jobId | number | yes | Job Id |
497
512
 
498
- REST Endpoint that returns default fields job configs by company And integration
513
+
514
+
515
+ REST Endpoint that returns Inventory Job Steps
499
516
 
500
517
  *Returned Response:*
501
518
 
502
519
 
503
520
 
504
521
 
505
- [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
522
+ [ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
506
523
 
507
524
  Successful operation
508
525
 
@@ -528,17 +545,19 @@ Successful operation
528
545
  ---
529
546
 
530
547
 
531
- ### getJobByCode
532
- Get Job Config By Code
548
+ ### getJobsByCompany
549
+ Get Job Configs For A Company
533
550
 
534
551
 
535
552
 
536
553
  ```javascript
537
554
  // Promise
538
- const promise = client.inventory.getJobByCode({ code : value });
555
+ const promise = client.inventory.getJobsByCompany({ pageNo : value,
556
+ pageSize : value });
539
557
 
540
558
  // Async/Await
541
- const data = await client.inventory.getJobByCode({ code : value });
559
+ const data = await client.inventory.getJobsByCompany({ pageNo : value,
560
+ pageSize : value });
542
561
  ```
543
562
 
544
563
 
@@ -546,19 +565,20 @@ const data = await client.inventory.getJobByCode({ code : value });
546
565
 
547
566
 
548
567
  | Argument | Type | Required | Description |
549
- | --------- | ----- | -------- | ----------- |
550
- | code | string | yes | Job Code |
568
+ | --------- | ----- | -------- | ----------- |
569
+ | pageNo | number | no | Page Number |
570
+ | pageSize | number | no | Page Size |
551
571
 
552
572
 
553
573
 
554
- REST Endpoint that returns job config by code
574
+ REST Endpoint that returns all job configs for a company
555
575
 
556
576
  *Returned Response:*
557
577
 
558
578
 
559
579
 
560
580
 
561
- [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
581
+ [ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
562
582
 
563
583
  Successful operation
564
584
 
@@ -584,25 +604,17 @@ Successful operation
584
604
  ---
585
605
 
586
606
 
587
- ### getJobCodeMetrics
588
- Get Job Metrics
607
+ ### suppressStores
608
+ Get Slingshot Configuration Of A Company
589
609
 
590
610
 
591
611
 
592
612
  ```javascript
593
613
  // Promise
594
- const promise = client.inventory.getJobCodeMetrics({ code : value,
595
- pageNo : value,
596
- pageSize : value,
597
- status : value,
598
- date : value });
614
+ const promise = client.inventory.suppressStores({ body : value });
599
615
 
600
616
  // Async/Await
601
- const data = await client.inventory.getJobCodeMetrics({ code : value,
602
- pageNo : value,
603
- pageSize : value,
604
- status : value,
605
- date : value });
617
+ const data = await client.inventory.suppressStores({ body : value });
606
618
  ```
607
619
 
608
620
 
@@ -610,23 +622,18 @@ const data = await client.inventory.getJobCodeMetrics({ code : value,
610
622
 
611
623
 
612
624
  | Argument | Type | Required | Description |
613
- | --------- | ----- | -------- | ----------- |
614
- | code | string | yes | Code |
615
- | pageNo | number | no | Page Number |
616
- | pageSize | number | no | Page Size |
617
- | status | string | no | Status |
618
- | date | string | no | From Date |
619
-
625
+ | --------- | ----- | -------- | ----------- |
626
+ | body | [SuppressStorePayload](#SuppressStorePayload) | yes | Request body |
620
627
 
621
628
 
622
- REST Endpoint that returns Inventory Run History For A Job Code
629
+ REST Endpoint that returns all configuration detail of a company
623
630
 
624
631
  *Returned Response:*
625
632
 
626
633
 
627
634
 
628
635
 
629
- [ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
636
+ [ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
630
637
 
631
638
  Successful operation
632
639
 
@@ -652,21 +659,17 @@ Successful operation
652
659
  ---
653
660
 
654
661
 
655
- ### getJobCodesByCompanyAndIntegration
656
- Get Job Codes By Company And Integration
662
+ ### updateJob
663
+ Updates An Existing Job Config
657
664
 
658
665
 
659
666
 
660
667
  ```javascript
661
668
  // Promise
662
- const promise = client.inventory.getJobCodesByCompanyAndIntegration({ integrationId : value,
663
- pageNo : value,
664
- pageSize : value });
669
+ const promise = client.inventory.updateJob({ body : value });
665
670
 
666
671
  // Async/Await
667
- const data = await client.inventory.getJobCodesByCompanyAndIntegration({ integrationId : value,
668
- pageNo : value,
669
- pageSize : value });
672
+ const data = await client.inventory.updateJob({ body : value });
670
673
  ```
671
674
 
672
675
 
@@ -674,23 +677,20 @@ const data = await client.inventory.getJobCodesByCompanyAndIntegration({ integr
674
677
 
675
678
 
676
679
  | Argument | Type | Required | Description |
677
- | --------- | ----- | -------- | ----------- |
678
- | integrationId | string | yes | Integration Id |
679
- | pageNo | number | no | Page Number |
680
- | pageSize | number | no | Page Size |
681
-
680
+ | --------- | ----- | -------- | ----------- |
681
+ | body | [JobConfigDTO](#JobConfigDTO) | yes | Request body |
682
682
 
683
683
 
684
- REST Endpoint that returns all job codes by company And integration
684
+ REST Endpoint that updates a job config
685
685
 
686
686
  *Returned Response:*
687
687
 
688
688
 
689
689
 
690
690
 
691
- [ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
691
+ [ResponseEnvelopeString](#ResponseEnvelopeString)
692
692
 
693
- Successful operation
693
+ Job Config Updated Successfully
694
694
 
695
695
 
696
696
 
@@ -717,1060 +717,417 @@ Successful operation
717
717
 
718
718
  ### Schemas
719
719
 
720
-
721
-
722
- #### [DataTresholdDTO](#DataTresholdDTO)
720
+
721
+ #### [ArchiveConfig](#ArchiveConfig)
723
722
 
724
723
  | Properties | Type | Nullable | Description |
725
- | ---------- | ---- | -------- | ----------- |
726
- | min_price | number | no | |
727
- | safe_stock | number | no | |
728
- | period_threshold | number | no | |
729
- | period_threshold_type | string | no | |
730
- | period_type_list | [[GenericDTO](#GenericDTO)] | no | |
724
+ | ---------- | ---- | -------- | ----------- || archive | boolean | no | || archive_dir | string | no | || delete | boolean | no | |
731
725
 
732
726
  ---
733
727
 
734
-
735
-
736
-
737
- #### [GenericDTO](#GenericDTO)
728
+ #### [Audit](#Audit)
738
729
 
739
730
  | Properties | Type | Nullable | Description |
740
- | ---------- | ---- | -------- | ----------- |
741
- | text | string | no | |
742
- | value | string | no | |
731
+ | ---------- | ---- | -------- | ----------- || created_by | string | no | || created_on | string | no | || modified_by | string | no | || modified_on | string | no | |
743
732
 
744
733
  ---
745
734
 
746
-
747
-
748
-
749
- #### [JobConfigDTO](#JobConfigDTO)
735
+ #### [AWSS3config](#AWSS3config)
750
736
 
751
737
  | Properties | Type | Nullable | Description |
752
- | ---------- | ---- | -------- | ----------- |
753
- | integration_data | string | no | |
754
- | company_name | string | no | |
755
- | integration | string | yes | |
756
- | company_id | number | yes | |
757
- | task_details | [TaskDTO](#TaskDTO) | no | |
758
- | threshold_details | [DataTresholdDTO](#DataTresholdDTO) | no | |
759
- | job_code | string | no | |
760
- | alias | string | no | |
738
+ | ---------- | ---- | -------- | ----------- || access_key | string | no | || archive | boolean | no | || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || archive_path | string | no | || bucket | string | no | || delete | boolean | no | || dir | string | no | || file_regex | string | no | || local_file_path | string | no | || region | string | no | || secret_key | string | no | || unzip | boolean | no | || zip_format | string | no | |
761
739
 
762
740
  ---
763
741
 
764
-
765
-
766
-
767
- #### [TaskDTO](#TaskDTO)
742
+ #### [CatalogMasterConfig](#CatalogMasterConfig)
768
743
 
769
744
  | Properties | Type | Nullable | Description |
770
- | ---------- | ---- | -------- | ----------- |
771
- | type | number | no | |
772
- | group_list | [[GenericDTO](#GenericDTO)] | no | |
745
+ | ---------- | ---- | -------- | ----------- || source_slug | string | no | |
773
746
 
774
747
  ---
775
748
 
776
-
777
-
778
-
779
- #### [Page](#Page)
749
+ #### [CompanyConfig](#CompanyConfig)
780
750
 
781
751
  | Properties | Type | Nullable | Description |
782
- | ---------- | ---- | -------- | ----------- |
783
- | type | string | yes | |
784
- | size | number | no | |
785
- | current | number | no | |
786
- | has_next | boolean | no | |
787
- | item_total | number | no | |
788
- | next_id | string | no | |
789
- | has_previous | boolean | no | |
752
+ | ---------- | ---- | -------- | ----------- || company_id | number | no | || delete_quantity_threshold | number | no | || exclude_steps | [number] | no | || hidden_closet_keys | [string] | no | || open_tags | string | no | || tax_identifiers | [string] | no | |
790
753
 
791
754
  ---
792
755
 
793
-
794
-
795
-
796
- #### [ResponseEnvelopeString](#ResponseEnvelopeString)
756
+ #### [DataTresholdDTO](#DataTresholdDTO)
797
757
 
798
758
  | Properties | Type | Nullable | Description |
799
- | ---------- | ---- | -------- | ----------- |
800
- | timestamp | string | no | |
801
- | status | number | no | |
802
- | error | string | no | |
803
- | exception | string | no | |
804
- | message | string | no | |
805
- | total_time_taken_in_millis | number | no | |
806
- | http_status | string | no | |
807
- | items | string | no | |
808
- | payload | string | no | |
809
- | trace_id | string | no | |
810
- | page | [Page](#Page) | no | |
759
+ | ---------- | ---- | -------- | ----------- || min_price | number | no | || period_threshold | number | no | || period_threshold_type | string | no | || period_type_list | [[GenericDTO](#GenericDTO)] | no | || safe_stock | number | no | |
811
760
 
812
761
  ---
813
762
 
814
-
815
-
816
-
817
- #### [KafkaMetaModel](#KafkaMetaModel)
763
+ #### [DBConfig](#DBConfig)
818
764
 
819
765
  | Properties | Type | Nullable | Description |
820
- | ---------- | ---- | -------- | ----------- |
821
- | job_type | string | no | |
822
- | batch_id | number | no | |
823
- | action | string | no | |
824
- | trace | [string] | no | |
825
- | created_on | string | no | |
826
- | created_timestamp | number | no | |
766
+ | ---------- | ---- | -------- | ----------- || dbname | string | no | || driver_class | string | no | || host | string | no | || jdbc_url | string | no | || optional_properties | [String: string] | no | || password | string | no | || port | number | no | || procedure | boolean | no | || query | string | no | || username | string | no | || vendor | string | no | |
827
767
 
828
768
  ---
829
769
 
830
-
831
-
832
-
833
- #### [SuppressStoreModel](#SuppressStoreModel)
770
+ #### [DBConnectionProfile](#DBConnectionProfile)
834
771
 
835
772
  | Properties | Type | Nullable | Description |
836
- | ---------- | ---- | -------- | ----------- |
837
- | stores | [number] | no | |
773
+ | ---------- | ---- | -------- | ----------- || inventory | string | no | |
838
774
 
839
775
  ---
840
776
 
841
-
842
-
843
-
844
- #### [SuppressStorePayload](#SuppressStorePayload)
777
+ #### [DBParamConfig](#DBParamConfig)
845
778
 
846
779
  | Properties | Type | Nullable | Description |
847
- | ---------- | ---- | -------- | ----------- |
848
- | payload | [[SuppressStoreModel](#SuppressStoreModel)] | no | |
849
- | meta | [KafkaMetaModel](#KafkaMetaModel) | no | |
780
+ | ---------- | ---- | -------- | ----------- || params | string | no | |
850
781
 
851
782
  ---
852
783
 
853
-
854
-
855
-
856
- #### [KafkaResponse](#KafkaResponse)
784
+ #### [DefaultHeadersDTO](#DefaultHeadersDTO)
857
785
 
858
786
  | Properties | Type | Nullable | Description |
859
- | ---------- | ---- | -------- | ----------- |
860
- | offset | number | no | |
861
- | partition | number | no | |
787
+ | ---------- | ---- | -------- | ----------- || intf_article_id | [PropBeanDTO](#PropBeanDTO) | no | || price_effective | [PropBeanDTO](#PropBeanDTO) | no | || quantity | [PropBeanDTO](#PropBeanDTO) | no | || store | [PropBeanDTO](#PropBeanDTO) | no | |
862
788
 
863
789
  ---
864
790
 
865
-
866
-
867
-
868
- #### [ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
791
+ #### [DocMappingConfig](#DocMappingConfig)
869
792
 
870
793
  | Properties | Type | Nullable | Description |
871
- | ---------- | ---- | -------- | ----------- |
872
- | timestamp | string | no | |
873
- | status | number | no | |
874
- | error | string | no | |
875
- | exception | string | no | |
876
- | message | string | no | |
877
- | total_time_taken_in_millis | number | no | |
878
- | http_status | string | no | |
879
- | items | [KafkaResponse](#KafkaResponse) | no | |
880
- | payload | [KafkaResponse](#KafkaResponse) | no | |
881
- | trace_id | string | no | |
882
- | page | [Page](#Page) | no | |
794
+ | ---------- | ---- | -------- | ----------- || default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | || junk_data_threshold_count | number | no | || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | || properties | string | no | || unwind_field | string | no | |
883
795
 
884
796
  ---
885
797
 
886
-
887
-
888
-
889
- #### [GCompany](#GCompany)
798
+ #### [EmailConfig](#EmailConfig)
890
799
 
891
800
  | Properties | Type | Nullable | Description |
892
- | ---------- | ---- | -------- | ----------- |
893
- | _id | string | no | |
894
- | integration | string | no | |
895
- | level | string | no | |
896
- | uid | number | no | |
897
- | opted | boolean | no | |
898
- | permissions | [string] | no | |
899
- | token | string | no | |
900
- | name | string | no | |
901
- | stores | [[GStore](#GStore)] | no | |
801
+ | ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || attachment_mandate | boolean | no | || attachment_regex | string | no | || body_content_regex | string | no | || content_type | string | no | || downloadable_link | boolean | no | || filter_based_on_recepients | boolean | no | || filter_files_after_extraction | boolean | no | || folder_name_hierarchies | [string] | no | || host | string | no | || local_dir | string | no | || password | string | no | || password_protected | boolean | no | || pcol | string | no | || properties | [String: string] | no | || read_all_unread_mails | boolean | no | || read_from_content | boolean | no | || recepient | string | no | || sender_address | string | no | || subject_line_regex | string | no | || unzip | boolean | no | || username | string | no | || zip_format | string | no | |
902
802
 
903
803
  ---
904
804
 
905
-
906
-
907
-
908
- #### [GStore](#GStore)
805
+ #### [FileConfig](#FileConfig)
909
806
 
910
807
  | Properties | Type | Nullable | Description |
911
- | ---------- | ---- | -------- | ----------- |
912
- | _id | string | no | |
913
- | integration | string | no | |
914
- | level | string | no | |
915
- | uid | number | no | |
916
- | opted | boolean | no | |
917
- | permissions | [string] | no | |
918
- | token | string | no | |
919
- | code | string | no | |
920
- | name | string | no | |
921
- | data | [StoreData](#StoreData) | no | |
808
+ | ---------- | ---- | -------- | ----------- || charset | string | no | || data_start_index | number | no | || default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | || delimiter | string | no | || escape_char | string | no | || file_has_header | boolean | no | || file_type | string | no | || header_array | [string] | no | || header_index | number | no | || junk_data_threshold_count | number | no | || line_validity_check | boolean | no | || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | || properties | string | no | || quote_char | string | no | || read_all_sheets | boolean | no | || sheet_names | [string] | no | |
922
809
 
923
810
  ---
924
811
 
925
-
926
-
927
-
928
- #### [Metum](#Metum)
812
+ #### [FTPConfig](#FTPConfig)
929
813
 
930
814
  | Properties | Type | Nullable | Description |
931
- | ---------- | ---- | -------- | ----------- |
932
- | _id | string | no | |
933
- | name | string | no | |
934
- | value | string | no | |
815
+ | ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || file_regex | string | no | || host | string | no | || interval | number | no | || local_dir | string | no | || password | string | no | || port | number | no | || read_all_files | boolean | no | || remote_dir | string | no | || retries | number | no | || unzip | boolean | no | || username | string | no | || zip_file_regex | string | no | || zip_format | string | no | |
935
816
 
936
817
  ---
937
818
 
938
-
939
-
940
-
941
- #### [ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
819
+ #### [GCompany](#GCompany)
942
820
 
943
821
  | Properties | Type | Nullable | Description |
944
- | ---------- | ---- | -------- | ----------- |
945
- | timestamp | string | no | |
946
- | status | number | no | |
947
- | error | string | no | |
948
- | exception | string | no | |
949
- | message | string | no | |
950
- | total_time_taken_in_millis | number | no | |
951
- | http_status | string | no | |
952
- | items | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | |
953
- | payload | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | |
954
- | trace_id | string | no | |
955
- | page | [Page](#Page) | no | |
822
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || integration | string | no | || level | string | no | || name | string | no | || opted | boolean | no | || permissions | [string] | no | || stores | [[GStore](#GStore)] | no | || token | string | no | || uid | number | no | |
956
823
 
957
824
  ---
958
825
 
959
-
960
-
961
-
962
- #### [SlingshotConfigurationDetail](#SlingshotConfigurationDetail)
826
+ #### [GenericDTO](#GenericDTO)
963
827
 
964
828
  | Properties | Type | Nullable | Description |
965
- | ---------- | ---- | -------- | ----------- |
966
- | integration | [SlingshotIntegration](#SlingshotIntegration) | no | |
967
- | companies | [[GCompany](#GCompany)] | no | |
829
+ | ---------- | ---- | -------- | ----------- || text | string | no | || value | string | no | |
968
830
 
969
831
  ---
970
832
 
971
-
972
-
973
-
974
- #### [SlingshotIntegration](#SlingshotIntegration)
833
+ #### [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig)
975
834
 
976
835
  | Properties | Type | Nullable | Description |
977
- | ---------- | ---- | -------- | ----------- |
978
- | _id | string | no | |
979
- | description | string | no | |
980
- | name | string | no | |
981
- | slug | string | no | |
982
- | meta | [[Metum](#Metum)] | no | |
836
+ | ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || client_secret_location | string | no | || cred_storage_directory | string | no | || local_dir | string | no | || range | string | no | || sheet_id | string | no | |
983
837
 
984
838
  ---
985
839
 
986
-
987
-
988
-
989
- #### [StoreData](#StoreData)
840
+ #### [GStore](#GStore)
990
841
 
991
842
  | Properties | Type | Nullable | Description |
992
- | ---------- | ---- | -------- | ----------- |
993
- | location_id | string | no | |
843
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || code | string | no | || data | [StoreData](#StoreData) | no | || integration | string | no | || level | string | no | || name | string | no | || opted | boolean | no | || permissions | [string] | no | || token | string | no | || uid | number | no | |
994
844
 
995
845
  ---
996
846
 
997
-
998
-
999
-
1000
- #### [AWSS3config](#AWSS3config)
847
+ #### [HttpConfig](#HttpConfig)
1001
848
 
1002
849
  | Properties | Type | Nullable | Description |
1003
- | ---------- | ---- | -------- | ----------- |
1004
- | bucket | string | no | |
1005
- | region | string | no | |
1006
- | dir | string | no | |
1007
- | access_key | string | no | |
1008
- | secret_key | string | no | |
1009
- | local_file_path | string | no | |
1010
- | archive_path | string | no | |
1011
- | archive | boolean | no | |
1012
- | delete | boolean | no | |
1013
- | unzip | boolean | no | |
1014
- | zip_format | string | no | |
1015
- | file_regex | string | no | |
1016
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
850
+ | ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || hosturl | string | no | || http_method | string | no | || local_path | string | no | || password | string | no | || request_params | [String: string] | no | || request_payload | string | no | || username | string | no | |
1017
851
 
1018
852
  ---
1019
853
 
1020
-
1021
-
1022
-
1023
- #### [ArchiveConfig](#ArchiveConfig)
854
+ #### [JobConfig](#JobConfig)
1024
855
 
1025
856
  | Properties | Type | Nullable | Description |
1026
- | ---------- | ---- | -------- | ----------- |
1027
- | delete | boolean | no | |
1028
- | archive | boolean | no | |
1029
- | archive_dir | string | no | |
857
+ | ---------- | ---- | -------- | ----------- || _id | number | no | || aggregator_types | [string] | no | || alias | string | no | || audit | [Audit](#Audit) | no | || catalog_master_config | [CatalogMasterConfig](#CatalogMasterConfig) | no | || company_config | [[CompanyConfig](#CompanyConfig)] | no | || company_ids | [number] | no | || cron_expression | string | no | || db_connection_profile | [DBConnectionProfile](#DBConnectionProfile) | no | || delete_quantity_threshold | number | no | || dependent_job_codes | [string] | no | || disable | boolean | no | || immediate_first_run | boolean | no | || integration_type | string | no | || job_code | string | no | || min_price | number | no | || open_tags | string | no | || params | string | no | || period_threshold | number | no | || period_threshold_type | string | no | || priority | string | no | || process_config | [ProcessConfig](#ProcessConfig) | no | || properties | [String: string] | no | || store_config | [[StoreConfig](#StoreConfig)] | no | || store_filter | [StoreFilter](#StoreFilter) | no | || sync_delay | number | no | || task_type | string | no | || tax_identifiers | [string] | no | || version | number | no | |
1030
858
 
1031
859
  ---
1032
860
 
1033
-
1034
-
1035
-
1036
- #### [Audit](#Audit)
861
+ #### [JobConfigDTO](#JobConfigDTO)
1037
862
 
1038
863
  | Properties | Type | Nullable | Description |
1039
- | ---------- | ---- | -------- | ----------- |
1040
- | created_by | string | no | |
1041
- | modified_by | string | no | |
1042
- | created_on | string | no | |
1043
- | modified_on | string | no | |
864
+ | ---------- | ---- | -------- | ----------- || alias | string | no | || company_id | number | yes | || company_name | string | no | || integration | string | yes | || integration_data | string | no | || job_code | string | no | || task_details | [TaskDTO](#TaskDTO) | no | || threshold_details | [DataTresholdDTO](#DataTresholdDTO) | no | |
1044
865
 
1045
866
  ---
1046
867
 
1047
-
1048
-
1049
-
1050
- #### [CatalogMasterConfig](#CatalogMasterConfig)
868
+ #### [JobConfigListDTO](#JobConfigListDTO)
1051
869
 
1052
870
  | Properties | Type | Nullable | Description |
1053
- | ---------- | ---- | -------- | ----------- |
1054
- | source_slug | string | no | |
871
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || alias | string | no | || code | string | no | || created_by | string | no | || created_on | string | no | || modified_by | string | no | || modified_on | string | no | || type | string | no | |
1055
872
 
1056
873
  ---
1057
874
 
1058
-
1059
-
1060
-
1061
- #### [CompanyConfig](#CompanyConfig)
875
+ #### [JobConfigRawDTO](#JobConfigRawDTO)
1062
876
 
1063
877
  | Properties | Type | Nullable | Description |
1064
- | ---------- | ---- | -------- | ----------- |
1065
- | company_id | number | no | |
1066
- | exclude_steps | [number] | no | |
1067
- | hidden_closet_keys | [string] | no | |
1068
- | open_tags | string | no | |
1069
- | tax_identifiers | [string] | no | |
1070
- | delete_quantity_threshold | number | no | |
878
+ | ---------- | ---- | -------- | ----------- || company_id | number | yes | || company_name | string | yes | || data | [JobConfig](#JobConfig) | no | || integration | string | yes | |
1071
879
 
1072
880
  ---
1073
881
 
1074
-
1075
-
1076
-
1077
- #### [DBConfig](#DBConfig)
882
+ #### [JobHistoryDto](#JobHistoryDto)
1078
883
 
1079
884
  | Properties | Type | Nullable | Description |
1080
- | ---------- | ---- | -------- | ----------- |
1081
- | vendor | string | no | |
1082
- | host | string | no | |
1083
- | port | number | no | |
1084
- | username | string | no | |
1085
- | password | string | no | |
1086
- | dbname | string | no | |
1087
- | query | string | no | |
1088
- | procedure | boolean | no | |
1089
- | driver_class | string | no | |
1090
- | jdbc_url | string | no | |
1091
- | optional_properties | [String: string] | no | |
885
+ | ---------- | ---- | -------- | ----------- || error_type | string | no | || filename | [string] | no | || job_code | string | no | || job_id | number | no | || message | string | no | || processed_on | string | no | || status | string | no | || total_added_count | number | no | || total_initial_count | number | no | || total_suppressed_count | number | no | || total_updated_count | number | no | |
1092
886
 
1093
887
  ---
1094
888
 
1095
-
1096
-
1097
-
1098
- #### [DBConnectionProfile](#DBConnectionProfile)
889
+ #### [JobMetricsDto](#JobMetricsDto)
1099
890
 
1100
891
  | Properties | Type | Nullable | Description |
1101
- | ---------- | ---- | -------- | ----------- |
1102
- | inventory | string | no | |
892
+ | ---------- | ---- | -------- | ----------- || is_run_more_than_usual | string | no | || job_code | string | no | || job_history | [[JobHistoryDto](#JobHistoryDto)] | no | || total_failure_count | number | no | || total_job_runs | number | no | || total_success_count | number | no | || total_suppressed_count | number | no | || total_warning_count | number | no | |
1103
893
 
1104
894
  ---
1105
895
 
1106
-
1107
-
1108
-
1109
- #### [DBParamConfig](#DBParamConfig)
896
+ #### [JobStepsDTO](#JobStepsDTO)
1110
897
 
1111
898
  | Properties | Type | Nullable | Description |
1112
- | ---------- | ---- | -------- | ----------- |
1113
- | params | string | no | |
899
+ | ---------- | ---- | -------- | ----------- || deleted_count | number | no | || end_count | number | no | || processed_at | string | no | || processed_start_time | string | no | || start_count | number | no | || step_execution_time | number | no | || step_name | string | no | || type | string | no | |
1114
900
 
1115
901
  ---
1116
902
 
1117
-
1118
-
1119
-
1120
- #### [DefaultHeadersDTO](#DefaultHeadersDTO)
903
+ #### [JsonDocConfig](#JsonDocConfig)
1121
904
 
1122
905
  | Properties | Type | Nullable | Description |
1123
- | ---------- | ---- | -------- | ----------- |
1124
- | store | [PropBeanDTO](#PropBeanDTO) | no | |
1125
- | intf_article_id | [PropBeanDTO](#PropBeanDTO) | no | |
1126
- | price_effective | [PropBeanDTO](#PropBeanDTO) | no | |
1127
- | quantity | [PropBeanDTO](#PropBeanDTO) | no | |
906
+ | ---------- | ---- | -------- | ----------- || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
1128
907
 
1129
908
  ---
1130
909
 
1131
-
1132
-
1133
-
1134
- #### [DocMappingConfig](#DocMappingConfig)
910
+ #### [KafkaMetaModel](#KafkaMetaModel)
1135
911
 
1136
912
  | Properties | Type | Nullable | Description |
1137
- | ---------- | ---- | -------- | ----------- |
1138
- | properties | string | no | |
1139
- | junk_data_threshold_count | number | no | |
1140
- | prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
1141
- | unwind_field | string | no | |
1142
- | default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | |
913
+ | ---------- | ---- | -------- | ----------- || action | string | no | || batch_id | number | no | || created_on | string | no | || created_timestamp | number | no | || job_type | string | no | || trace | [string] | no | |
1143
914
 
1144
915
  ---
1145
916
 
1146
-
1147
-
1148
-
1149
- #### [EmailConfig](#EmailConfig)
917
+ #### [KafkaResponse](#KafkaResponse)
1150
918
 
1151
919
  | Properties | Type | Nullable | Description |
1152
- | ---------- | ---- | -------- | ----------- |
1153
- | recepient | string | no | |
1154
- | host | string | no | |
1155
- | username | string | no | |
1156
- | password | string | no | |
1157
- | unzip | boolean | no | |
1158
- | read_from_content | boolean | no | |
1159
- | filter_based_on_recepients | boolean | no | |
1160
- | pcol | string | no | |
1161
- | subject_line_regex | string | no | |
1162
- | sender_address | string | no | |
1163
- | local_dir | string | no | |
1164
- | folder_name_hierarchies | [string] | no | |
1165
- | attachment_regex | string | no | |
1166
- | body_content_regex | string | no | |
1167
- | password_protected | boolean | no | |
1168
- | zip_format | string | no | |
1169
- | attachment_mandate | boolean | no | |
1170
- | filter_files_after_extraction | boolean | no | |
1171
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
1172
- | read_all_unread_mails | boolean | no | |
1173
- | content_type | string | no | |
1174
- | downloadable_link | boolean | no | |
1175
- | properties | [String: string] | no | |
1176
-
1177
- ---
1178
-
1179
-
1180
-
1181
-
1182
- #### [FTPConfig](#FTPConfig)
920
+ | ---------- | ---- | -------- | ----------- || offset | number | no | || partition | number | no | |
921
+
922
+ ---
923
+
924
+ #### [LocalFileConfig](#LocalFileConfig)
1183
925
 
1184
926
  | Properties | Type | Nullable | Description |
1185
- | ---------- | ---- | -------- | ----------- |
1186
- | host | string | no | |
1187
- | port | number | no | |
1188
- | username | string | no | |
1189
- | password | string | no | |
1190
- | unzip | boolean | no | |
1191
- | retries | number | no | |
1192
- | interval | number | no | |
1193
- | local_dir | string | no | |
1194
- | remote_dir | string | no | |
1195
- | zip_file_regex | string | no | |
1196
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
1197
- | file_regex | string | no | |
1198
- | zip_format | string | no | |
1199
- | read_all_files | boolean | no | |
927
+ | ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || file_regex | string | no | || interval | number | no | || local_dir | string | no | || read_all_files | boolean | no | || retries | number | no | || unzip | boolean | no | || working_dir | string | no | || zip_file_regex | string | no | || zip_format | string | no | |
1200
928
 
1201
929
  ---
1202
930
 
1203
-
1204
-
1205
-
1206
- #### [FileConfig](#FileConfig)
931
+ #### [Metum](#Metum)
1207
932
 
1208
933
  | Properties | Type | Nullable | Description |
1209
- | ---------- | ---- | -------- | ----------- |
1210
- | delimiter | string | no | |
1211
- | charset | string | no | |
1212
- | properties | string | no | |
1213
- | file_has_header | boolean | no | |
1214
- | header_index | number | no | |
1215
- | header_array | [string] | no | |
1216
- | data_start_index | number | no | |
1217
- | prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
1218
- | junk_data_threshold_count | number | no | |
1219
- | file_type | string | no | |
1220
- | line_validity_check | boolean | no | |
1221
- | sheet_names | [string] | no | |
1222
- | read_all_sheets | boolean | no | |
1223
- | quote_char | string | no | |
1224
- | escape_char | string | no | |
1225
- | default_headers | [DefaultHeadersDTO](#DefaultHeadersDTO) | no | |
1226
-
1227
- ---
1228
-
1229
-
1230
-
1231
-
1232
- #### [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig)
934
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || name | string | no | || value | string | no | |
935
+
936
+ ---
937
+
938
+ #### [MongoDocConfig](#MongoDocConfig)
1233
939
 
1234
940
  | Properties | Type | Nullable | Description |
1235
- | ---------- | ---- | -------- | ----------- |
1236
- | range | string | no | |
1237
- | sheet_id | string | no | |
1238
- | client_secret_location | string | no | |
1239
- | cred_storage_directory | string | no | |
1240
- | local_dir | string | no | |
1241
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
941
+ | ---------- | ---- | -------- | ----------- || aggregate_pipeline | [string] | no | || collection_name | string | no | || find_query | string | no | || projection_query | string | no | || prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | || skip_save | boolean | no | |
1242
942
 
1243
943
  ---
1244
944
 
1245
-
1246
-
1247
-
1248
- #### [HttpConfig](#HttpConfig)
945
+ #### [OAuthConfig](#OAuthConfig)
1249
946
 
1250
947
  | Properties | Type | Nullable | Description |
1251
- | ---------- | ---- | -------- | ----------- |
1252
- | hosturl | string | no | |
1253
- | username | string | no | |
1254
- | password | string | no | |
1255
- | request_params | [String: string] | no | |
1256
- | http_method | string | no | |
1257
- | request_payload | string | no | |
1258
- | local_path | string | no | |
1259
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
948
+ | ---------- | ---- | -------- | ----------- || consumer_key | string | no | || consumer_secret | string | no | || function_name | string | no | || interval | number | no | || limit | number | no | || pages | number | no | || rest_base_url | string | no | || rest_url | string | no | || token | string | no | || token_secret | string | no | |
1260
949
 
1261
950
  ---
1262
951
 
1263
-
1264
-
1265
-
1266
- #### [JobConfig](#JobConfig)
952
+ #### [Page](#Page)
1267
953
 
1268
954
  | Properties | Type | Nullable | Description |
1269
- | ---------- | ---- | -------- | ----------- |
1270
- | _id | number | no | |
1271
- | job_code | string | no | |
1272
- | task_type | string | no | |
1273
- | sync_delay | number | no | |
1274
- | cron_expression | string | no | |
1275
- | store_filter | [StoreFilter](#StoreFilter) | no | |
1276
- | process_config | [ProcessConfig](#ProcessConfig) | no | |
1277
- | store_config | [[StoreConfig](#StoreConfig)] | no | |
1278
- | properties | [String: string] | no | |
1279
- | immediate_first_run | boolean | no | |
1280
- | disable | boolean | no | |
1281
- | dependent_job_codes | [string] | no | |
1282
- | company_config | [[CompanyConfig](#CompanyConfig)] | no | |
1283
- | company_ids | [number] | no | |
1284
- | tax_identifiers | [string] | no | |
1285
- | priority | string | no | |
1286
- | period_threshold | number | no | |
1287
- | period_threshold_type | string | no | |
1288
- | db_connection_profile | [DBConnectionProfile](#DBConnectionProfile) | no | |
1289
- | params | string | no | |
1290
- | open_tags | string | no | |
1291
- | delete_quantity_threshold | number | no | |
1292
- | catalog_master_config | [CatalogMasterConfig](#CatalogMasterConfig) | no | |
1293
- | aggregator_types | [string] | no | |
1294
- | integration_type | string | no | |
1295
- | min_price | number | no | |
1296
- | audit | [Audit](#Audit) | no | |
1297
- | version | number | no | |
1298
- | alias | string | no | |
1299
-
1300
- ---
1301
-
1302
-
1303
-
1304
-
1305
- #### [JobConfigRawDTO](#JobConfigRawDTO)
955
+ | ---------- | ---- | -------- | ----------- || current | number | no | || has_next | boolean | no | || has_previous | boolean | no | || item_total | number | no | || next_id | string | no | || size | number | no | || type | string | yes | |
956
+
957
+ ---
958
+
959
+ #### [ProcessConfig](#ProcessConfig)
1306
960
 
1307
961
  | Properties | Type | Nullable | Description |
1308
- | ---------- | ---- | -------- | ----------- |
1309
- | company_name | string | yes | |
1310
- | integration | string | yes | |
1311
- | company_id | number | yes | |
1312
- | data | [JobConfig](#JobConfig) | no | |
962
+ | ---------- | ---- | -------- | ----------- || aws_s3_config | [AWSS3config](#AWSS3config) | no | || db_config | [DBConfig](#DBConfig) | no | || db_param_config | [DBParamConfig](#DBParamConfig) | no | || doc_mapping_config | [DocMappingConfig](#DocMappingConfig) | no | || email_config | [EmailConfig](#EmailConfig) | no | || file_config | [FileConfig](#FileConfig) | no | || ftp_config | [FTPConfig](#FTPConfig) | no | || google_spreadsheet_config | [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig) | no | || http_config | [HttpConfig](#HttpConfig) | no | || json_doc_config | [JsonDocConfig](#JsonDocConfig) | no | || local_file_config | [LocalFileConfig](#LocalFileConfig) | no | || mongo_doc_config | [MongoDocConfig](#MongoDocConfig) | no | || oauth_config | [OAuthConfig](#OAuthConfig) | no | || sftp_config | [SFTPConfig](#SFTPConfig) | no | || task_step_config | [TaskStepConfig](#TaskStepConfig) | no | |
1313
963
 
1314
964
  ---
1315
965
 
1316
-
1317
-
1318
-
1319
- #### [JsonDocConfig](#JsonDocConfig)
966
+ #### [PropBeanConfig](#PropBeanConfig)
1320
967
 
1321
968
  | Properties | Type | Nullable | Description |
1322
- | ---------- | ---- | -------- | ----------- |
1323
- | prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
969
+ | ---------- | ---- | -------- | ----------- || all_param_function_name | string | no | || concat_str | string | no | || const_value | string | no | || data_type | string | no | || default_value | string | no | || destination_field | string | no | || enrich_from_master | boolean | no | || function_name | string | no | || identifier_type | string | no | || ignore_if_not_exists | boolean | no | || include | boolean | no | || index_field | string | no | || optional | boolean | no | || projection_query | string | no | || required | boolean | no | || send | [Send](#Send) | no | || source_field | string | no | || source_fields | [string] | no | || sub_separator | string | no | || transformer_name | string | no | || validations | [string] | no | || values | [string] | no | |
1324
970
 
1325
971
  ---
1326
972
 
1327
-
1328
-
1329
-
1330
- #### [LocalFileConfig](#LocalFileConfig)
973
+ #### [PropBeanDTO](#PropBeanDTO)
1331
974
 
1332
975
  | Properties | Type | Nullable | Description |
1333
- | ---------- | ---- | -------- | ----------- |
1334
- | retries | number | no | |
1335
- | interval | number | no | |
1336
- | local_dir | string | no | |
1337
- | working_dir | string | no | |
1338
- | unzip | boolean | no | |
1339
- | zip_file_regex | string | no | |
1340
- | file_regex | string | no | |
1341
- | zip_format | string | no | |
1342
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
1343
- | read_all_files | boolean | no | |
976
+ | ---------- | ---- | -------- | ----------- || all_param_function_name | string | no | || concat_str | string | no | || const_value | string | no | || data_type | string | no | || default_value | string | no | || destination_field | string | no | || enrich_from_master | boolean | no | || function_name | string | no | || identifier_type | string | no | || ignore_if_not_exists | boolean | no | || include | boolean | no | || index_field | string | no | || optional | boolean | no | || projection_query | string | no | || required | boolean | no | || source_field | string | no | || source_fields | [string] | no | || sub_separator | string | no | || transformer_name | string | no | |
1344
977
 
1345
978
  ---
1346
979
 
1347
-
1348
-
1349
-
1350
- #### [MongoDocConfig](#MongoDocConfig)
980
+ #### [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
1351
981
 
1352
982
  | Properties | Type | Nullable | Description |
1353
- | ---------- | ---- | -------- | ----------- |
1354
- | collection_name | string | no | |
1355
- | find_query | string | no | |
1356
- | projection_query | string | no | |
1357
- | prop_bean_configs | [[PropBeanConfig](#PropBeanConfig)] | no | |
1358
- | aggregate_pipeline | [string] | no | |
1359
- | skip_save | boolean | no | |
983
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [JobConfigDTO](#JobConfigDTO) | no | || message | string | no | || page | [Page](#Page) | no | || payload | [JobConfigDTO](#JobConfigDTO) | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1360
984
 
1361
985
  ---
1362
986
 
1363
-
1364
-
1365
-
1366
- #### [OAuthConfig](#OAuthConfig)
987
+ #### [ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
1367
988
 
1368
989
  | Properties | Type | Nullable | Description |
1369
- | ---------- | ---- | -------- | ----------- |
1370
- | limit | number | no | |
1371
- | pages | number | no | |
1372
- | interval | number | no | |
1373
- | consumer_key | string | no | |
1374
- | consumer_secret | string | no | |
1375
- | token | string | no | |
1376
- | token_secret | string | no | |
1377
- | rest_url | string | no | |
1378
- | rest_base_url | string | no | |
1379
- | function_name | string | no | |
990
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [JobMetricsDto](#JobMetricsDto) | no | || message | string | no | || page | [Page](#Page) | no | || payload | [JobMetricsDto](#JobMetricsDto) | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1380
991
 
1381
992
  ---
1382
993
 
1383
-
1384
-
1385
-
1386
- #### [ProcessConfig](#ProcessConfig)
994
+ #### [ResponseEnvelopeKafkaResponse](#ResponseEnvelopeKafkaResponse)
1387
995
 
1388
996
  | Properties | Type | Nullable | Description |
1389
- | ---------- | ---- | -------- | ----------- |
1390
- | db_config | [DBConfig](#DBConfig) | no | |
1391
- | db_param_config | [DBParamConfig](#DBParamConfig) | no | |
1392
- | sftp_config | [SFTPConfig](#SFTPConfig) | no | |
1393
- | aws_s3_config | [AWSS3config](#AWSS3config) | no | |
1394
- | mongo_doc_config | [MongoDocConfig](#MongoDocConfig) | no | |
1395
- | ftp_config | [FTPConfig](#FTPConfig) | no | |
1396
- | email_config | [EmailConfig](#EmailConfig) | no | |
1397
- | file_config | [FileConfig](#FileConfig) | no | |
1398
- | json_doc_config | [JsonDocConfig](#JsonDocConfig) | no | |
1399
- | doc_mapping_config | [DocMappingConfig](#DocMappingConfig) | no | |
1400
- | task_step_config | [TaskStepConfig](#TaskStepConfig) | no | |
1401
- | http_config | [HttpConfig](#HttpConfig) | no | |
1402
- | local_file_config | [LocalFileConfig](#LocalFileConfig) | no | |
1403
- | oauth_config | [OAuthConfig](#OAuthConfig) | no | |
1404
- | google_spreadsheet_config | [GoogleSpreadSheetConfig](#GoogleSpreadSheetConfig) | no | |
1405
-
1406
- ---
1407
-
1408
-
1409
-
1410
-
1411
- #### [PropBeanConfig](#PropBeanConfig)
997
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [KafkaResponse](#KafkaResponse) | no | || message | string | no | || page | [Page](#Page) | no | || payload | [KafkaResponse](#KafkaResponse) | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1412
998
 
1413
- | Properties | Type | Nullable | Description |
1414
- | ---------- | ---- | -------- | ----------- |
1415
- | required | boolean | no | |
1416
- | optional | boolean | no | |
1417
- | send | [Send](#Send) | no | |
1418
- | validations | [string] | no | |
1419
- | values | [string] | no | |
1420
- | include | boolean | no | |
1421
- | source_field | string | no | |
1422
- | source_fields | [string] | no | |
1423
- | destination_field | string | no | |
1424
- | data_type | string | no | |
1425
- | default_value | string | no | |
1426
- | const_value | string | no | |
1427
- | concat_str | string | no | |
1428
- | function_name | string | no | |
1429
- | transformer_name | string | no | |
1430
- | all_param_function_name | string | no | |
1431
- | sub_separator | string | no | |
1432
- | index_field | string | no | |
1433
- | ignore_if_not_exists | boolean | no | |
1434
- | identifier_type | string | no | |
1435
- | projection_query | string | no | |
1436
- | enrich_from_master | boolean | no | |
1437
-
1438
- ---
1439
-
1440
-
1441
-
1442
-
1443
- #### [PropBeanDTO](#PropBeanDTO)
999
+ ---
1444
1000
 
1445
- | Properties | Type | Nullable | Description |
1446
- | ---------- | ---- | -------- | ----------- |
1447
- | required | boolean | no | |
1448
- | optional | boolean | no | |
1449
- | include | boolean | no | |
1450
- | source_field | string | no | |
1451
- | source_fields | [string] | no | |
1452
- | destination_field | string | no | |
1453
- | data_type | string | no | |
1454
- | default_value | string | no | |
1455
- | const_value | string | no | |
1456
- | concat_str | string | no | |
1457
- | function_name | string | no | |
1458
- | transformer_name | string | no | |
1459
- | all_param_function_name | string | no | |
1460
- | sub_separator | string | no | |
1461
- | index_field | string | no | |
1462
- | ignore_if_not_exists | boolean | no | |
1463
- | identifier_type | string | no | |
1464
- | projection_query | string | no | |
1465
- | enrich_from_master | boolean | no | |
1466
-
1467
- ---
1468
-
1469
-
1470
-
1471
-
1472
- #### [ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
1001
+ #### [ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
1473
1002
 
1474
1003
  | Properties | Type | Nullable | Description |
1475
- | ---------- | ---- | -------- | ----------- |
1476
- | timestamp | string | no | |
1477
- | status | number | no | |
1478
- | error | string | no | |
1479
- | exception | string | no | |
1480
- | message | string | no | |
1481
- | total_time_taken_in_millis | number | no | |
1482
- | http_status | string | no | |
1483
- | items | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | |
1484
- | payload | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | |
1485
- | trace_id | string | no | |
1486
- | page | [Page](#Page) | no | |
1004
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobConfigDTO](#JobConfigDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobConfigDTO](#JobConfigDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1487
1005
 
1488
1006
  ---
1489
1007
 
1490
-
1491
-
1492
-
1493
- #### [SFTPConfig](#SFTPConfig)
1008
+ #### [ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
1494
1009
 
1495
1010
  | Properties | Type | Nullable | Description |
1496
- | ---------- | ---- | -------- | ----------- |
1497
- | host | string | no | |
1498
- | port | number | no | |
1499
- | username | string | no | |
1500
- | password | string | no | |
1501
- | unzip | boolean | no | |
1502
- | retries | number | no | |
1503
- | interval | number | no | |
1504
- | private_key_path | string | no | |
1505
- | strict_host_key_checking | boolean | no | |
1506
- | local_dir | string | no | |
1507
- | remote_dir | string | no | |
1508
- | password_protected | boolean | no | |
1509
- | zip_file_regex | string | no | |
1510
- | file_regex | string | no | |
1511
- | zip_format | string | no | |
1512
- | archive_config | [ArchiveConfig](#ArchiveConfig) | no | |
1513
- | read_all_files | boolean | no | |
1514
-
1515
- ---
1516
-
1517
-
1518
-
1519
-
1520
- #### [Send](#Send)
1011
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobConfigListDTO](#JobConfigListDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobConfigListDTO](#JobConfigListDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1012
+
1013
+ ---
1014
+
1015
+ #### [ResponseEnvelopeListJobConfigRawDTO](#ResponseEnvelopeListJobConfigRawDTO)
1521
1016
 
1522
1017
  | Properties | Type | Nullable | Description |
1523
- | ---------- | ---- | -------- | ----------- |
1524
- | raw | boolean | no | |
1525
- | processed | boolean | no | |
1018
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobConfigRawDTO](#JobConfigRawDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1526
1019
 
1527
1020
  ---
1528
1021
 
1529
-
1530
-
1531
-
1532
- #### [StoreConfig](#StoreConfig)
1022
+ #### [ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
1533
1023
 
1534
1024
  | Properties | Type | Nullable | Description |
1535
- | ---------- | ---- | -------- | ----------- |
1536
- | job_code | string | no | |
1537
- | storeid | string | no | |
1538
- | store_alias | string | no | |
1539
- | store_file_regex | string | no | |
1540
- | store_file_name | string | no | |
1541
- | process_config | [ProcessConfig](#ProcessConfig) | no | |
1542
- | properties | [String: string] | no | |
1025
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[JobStepsDTO](#JobStepsDTO)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[JobStepsDTO](#JobStepsDTO)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1543
1026
 
1544
1027
  ---
1545
1028
 
1546
-
1547
-
1548
-
1549
- #### [StoreFilter](#StoreFilter)
1029
+ #### [ResponseEnvelopeListSlingshotConfigurationDetail](#ResponseEnvelopeListSlingshotConfigurationDetail)
1550
1030
 
1551
1031
  | Properties | Type | Nullable | Description |
1552
- | ---------- | ---- | -------- | ----------- |
1553
- | include_tags | [string] | no | |
1554
- | exclude_tags | [string] | no | |
1555
- | query | string | no | |
1032
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | || message | string | no | || page | [Page](#Page) | no | || payload | [[SlingshotConfigurationDetail](#SlingshotConfigurationDetail)] | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1556
1033
 
1557
1034
  ---
1558
1035
 
1559
-
1560
-
1561
-
1562
- #### [TaskConfig](#TaskConfig)
1036
+ #### [ResponseEnvelopeString](#ResponseEnvelopeString)
1563
1037
 
1564
1038
  | Properties | Type | Nullable | Description |
1565
- | ---------- | ---- | -------- | ----------- |
1566
- | name | string | no | |
1567
- | task_config_id | number | no | |
1568
- | task_params | [[TaskParam](#TaskParam)] | no | |
1039
+ | ---------- | ---- | -------- | ----------- || error | string | no | || exception | string | no | || http_status | string | no | || items | string | no | || message | string | no | || page | [Page](#Page) | no | || payload | string | no | || status | number | no | || timestamp | string | no | || total_time_taken_in_millis | number | no | || trace_id | string | no | |
1569
1040
 
1570
1041
  ---
1571
1042
 
1572
-
1573
-
1574
-
1575
- #### [TaskParam](#TaskParam)
1043
+ #### [Send](#Send)
1576
1044
 
1577
1045
  | Properties | Type | Nullable | Description |
1578
- | ---------- | ---- | -------- | ----------- |
1579
- | name | string | no | |
1580
- | value | string | no | |
1046
+ | ---------- | ---- | -------- | ----------- || processed | boolean | no | || raw | boolean | no | |
1581
1047
 
1582
1048
  ---
1583
1049
 
1584
-
1585
-
1586
-
1587
- #### [TaskStepConfig](#TaskStepConfig)
1050
+ #### [SFTPConfig](#SFTPConfig)
1588
1051
 
1589
1052
  | Properties | Type | Nullable | Description |
1590
- | ---------- | ---- | -------- | ----------- |
1591
- | task_configs | [[TaskConfig](#TaskConfig)] | no | |
1592
- | task_config_ids | [number] | no | |
1593
- | task_config_group_ids | [number] | no | |
1053
+ | ---------- | ---- | -------- | ----------- || archive_config | [ArchiveConfig](#ArchiveConfig) | no | || file_regex | string | no | || host | string | no | || interval | number | no | || local_dir | string | no | || password | string | no | || password_protected | boolean | no | || port | number | no | || private_key_path | string | no | || read_all_files | boolean | no | || remote_dir | string | no | || retries | number | no | || strict_host_key_checking | boolean | no | || unzip | boolean | no | || username | string | no | || zip_file_regex | string | no | || zip_format | string | no | |
1594
1054
 
1595
1055
  ---
1596
1056
 
1597
-
1598
-
1599
-
1600
- #### [JobStepsDTO](#JobStepsDTO)
1057
+ #### [SlingshotConfigurationDetail](#SlingshotConfigurationDetail)
1601
1058
 
1602
1059
  | Properties | Type | Nullable | Description |
1603
- | ---------- | ---- | -------- | ----------- |
1604
- | step_name | string | no | |
1605
- | type | string | no | |
1606
- | step_execution_time | number | no | |
1607
- | start_count | number | no | |
1608
- | end_count | number | no | |
1609
- | deleted_count | number | no | |
1610
- | processed_start_time | string | no | |
1611
- | processed_at | string | no | |
1060
+ | ---------- | ---- | -------- | ----------- || companies | [[GCompany](#GCompany)] | no | || integration | [SlingshotIntegration](#SlingshotIntegration) | no | |
1612
1061
 
1613
1062
  ---
1614
1063
 
1615
-
1616
-
1617
-
1618
- #### [ResponseEnvelopeListJobStepsDTO](#ResponseEnvelopeListJobStepsDTO)
1064
+ #### [SlingshotIntegration](#SlingshotIntegration)
1619
1065
 
1620
1066
  | Properties | Type | Nullable | Description |
1621
- | ---------- | ---- | -------- | ----------- |
1622
- | timestamp | string | no | |
1623
- | status | number | no | |
1624
- | error | string | no | |
1625
- | exception | string | no | |
1626
- | message | string | no | |
1627
- | total_time_taken_in_millis | number | no | |
1628
- | http_status | string | no | |
1629
- | items | [[JobStepsDTO](#JobStepsDTO)] | no | |
1630
- | payload | [[JobStepsDTO](#JobStepsDTO)] | no | |
1631
- | trace_id | string | no | |
1632
- | page | [Page](#Page) | no | |
1067
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || description | string | no | || meta | [[Metum](#Metum)] | no | || name | string | no | || slug | string | no | |
1633
1068
 
1634
1069
  ---
1635
1070
 
1636
-
1637
-
1638
-
1639
- #### [ResponseEnvelopeListJobConfigDTO](#ResponseEnvelopeListJobConfigDTO)
1071
+ #### [StoreConfig](#StoreConfig)
1640
1072
 
1641
1073
  | Properties | Type | Nullable | Description |
1642
- | ---------- | ---- | -------- | ----------- |
1643
- | timestamp | string | no | |
1644
- | status | number | no | |
1645
- | error | string | no | |
1646
- | exception | string | no | |
1647
- | message | string | no | |
1648
- | total_time_taken_in_millis | number | no | |
1649
- | http_status | string | no | |
1650
- | items | [[JobConfigDTO](#JobConfigDTO)] | no | |
1651
- | payload | [[JobConfigDTO](#JobConfigDTO)] | no | |
1652
- | trace_id | string | no | |
1653
- | page | [Page](#Page) | no | |
1074
+ | ---------- | ---- | -------- | ----------- || job_code | string | no | || process_config | [ProcessConfig](#ProcessConfig) | no | || properties | [String: string] | no | || store_alias | string | no | || store_file_name | string | no | || store_file_regex | string | no | || storeid | string | no | |
1654
1075
 
1655
1076
  ---
1656
1077
 
1657
-
1658
-
1659
-
1660
- #### [ResponseEnvelopeJobConfigDTO](#ResponseEnvelopeJobConfigDTO)
1078
+ #### [StoreData](#StoreData)
1661
1079
 
1662
1080
  | Properties | Type | Nullable | Description |
1663
- | ---------- | ---- | -------- | ----------- |
1664
- | timestamp | string | no | |
1665
- | status | number | no | |
1666
- | error | string | no | |
1667
- | exception | string | no | |
1668
- | message | string | no | |
1669
- | total_time_taken_in_millis | number | no | |
1670
- | http_status | string | no | |
1671
- | items | [JobConfigDTO](#JobConfigDTO) | no | |
1672
- | payload | [JobConfigDTO](#JobConfigDTO) | no | |
1673
- | trace_id | string | no | |
1674
- | page | [Page](#Page) | no | |
1081
+ | ---------- | ---- | -------- | ----------- || location_id | string | no | |
1675
1082
 
1676
1083
  ---
1677
1084
 
1678
-
1679
-
1680
-
1681
- #### [JobHistoryDto](#JobHistoryDto)
1085
+ #### [StoreFilter](#StoreFilter)
1682
1086
 
1683
1087
  | Properties | Type | Nullable | Description |
1684
- | ---------- | ---- | -------- | ----------- |
1685
- | total_added_count | number | no | |
1686
- | total_updated_count | number | no | |
1687
- | total_suppressed_count | number | no | |
1688
- | total_initial_count | number | no | |
1689
- | job_id | number | no | |
1690
- | status | string | no | |
1691
- | job_code | string | no | |
1692
- | processed_on | string | no | |
1693
- | filename | [string] | no | |
1694
- | error_type | string | no | |
1695
- | message | string | no | |
1088
+ | ---------- | ---- | -------- | ----------- || exclude_tags | [string] | no | || include_tags | [string] | no | || query | string | no | |
1696
1089
 
1697
1090
  ---
1698
1091
 
1699
-
1700
-
1701
-
1702
- #### [JobMetricsDto](#JobMetricsDto)
1092
+ #### [SuppressStoreModel](#SuppressStoreModel)
1703
1093
 
1704
1094
  | Properties | Type | Nullable | Description |
1705
- | ---------- | ---- | -------- | ----------- |
1706
- | job_code | string | no | |
1707
- | is_run_more_than_usual | string | no | |
1708
- | job_history | [[JobHistoryDto](#JobHistoryDto)] | no | |
1709
- | total_success_count | number | no | |
1710
- | total_failure_count | number | no | |
1711
- | total_warning_count | number | no | |
1712
- | total_suppressed_count | number | no | |
1713
- | total_job_runs | number | no | |
1095
+ | ---------- | ---- | -------- | ----------- || stores | [number] | no | |
1714
1096
 
1715
1097
  ---
1716
1098
 
1717
-
1718
-
1719
-
1720
- #### [ResponseEnvelopeJobMetricsDto](#ResponseEnvelopeJobMetricsDto)
1099
+ #### [SuppressStorePayload](#SuppressStorePayload)
1721
1100
 
1722
1101
  | Properties | Type | Nullable | Description |
1723
- | ---------- | ---- | -------- | ----------- |
1724
- | timestamp | string | no | |
1725
- | status | number | no | |
1726
- | error | string | no | |
1727
- | exception | string | no | |
1728
- | message | string | no | |
1729
- | total_time_taken_in_millis | number | no | |
1730
- | http_status | string | no | |
1731
- | items | [JobMetricsDto](#JobMetricsDto) | no | |
1732
- | payload | [JobMetricsDto](#JobMetricsDto) | no | |
1733
- | trace_id | string | no | |
1734
- | page | [Page](#Page) | no | |
1102
+ | ---------- | ---- | -------- | ----------- || meta | [KafkaMetaModel](#KafkaMetaModel) | no | || payload | [[SuppressStoreModel](#SuppressStoreModel)] | no | |
1735
1103
 
1736
1104
  ---
1737
1105
 
1106
+ #### [TaskConfig](#TaskConfig)
1107
+
1108
+ | Properties | Type | Nullable | Description |
1109
+ | ---------- | ---- | -------- | ----------- || name | string | no | || task_config_id | number | no | || task_params | [[TaskParam](#TaskParam)] | no | |
1110
+
1111
+ ---
1738
1112
 
1739
-
1740
-
1741
- #### [JobConfigListDTO](#JobConfigListDTO)
1113
+ #### [TaskDTO](#TaskDTO)
1742
1114
 
1743
1115
  | Properties | Type | Nullable | Description |
1744
- | ---------- | ---- | -------- | ----------- |
1745
- | code | string | no | |
1746
- | alias | string | no | |
1747
- | modified_by | string | no | |
1748
- | created_by | string | no | |
1749
- | modified_on | string | no | |
1750
- | created_on | string | no | |
1751
- | active | boolean | no | |
1752
- | type | string | no | |
1116
+ | ---------- | ---- | -------- | ----------- || group_list | [[GenericDTO](#GenericDTO)] | no | || type | number | no | |
1753
1117
 
1754
1118
  ---
1755
1119
 
1120
+ #### [TaskParam](#TaskParam)
1121
+
1122
+ | Properties | Type | Nullable | Description |
1123
+ | ---------- | ---- | -------- | ----------- || name | string | no | || value | string | no | |
1124
+
1125
+ ---
1756
1126
 
1757
-
1758
-
1759
- #### [ResponseEnvelopeListJobConfigListDTO](#ResponseEnvelopeListJobConfigListDTO)
1127
+ #### [TaskStepConfig](#TaskStepConfig)
1760
1128
 
1761
1129
  | Properties | Type | Nullable | Description |
1762
- | ---------- | ---- | -------- | ----------- |
1763
- | timestamp | string | no | |
1764
- | status | number | no | |
1765
- | error | string | no | |
1766
- | exception | string | no | |
1767
- | message | string | no | |
1768
- | total_time_taken_in_millis | number | no | |
1769
- | http_status | string | no | |
1770
- | items | [[JobConfigListDTO](#JobConfigListDTO)] | no | |
1771
- | payload | [[JobConfigListDTO](#JobConfigListDTO)] | no | |
1772
- | trace_id | string | no | |
1773
- | page | [Page](#Page) | no | |
1130
+ | ---------- | ---- | -------- | ----------- || task_config_group_ids | [number] | no | || task_config_ids | [number] | no | || task_configs | [[TaskConfig](#TaskConfig)] | no | |
1774
1131
 
1775
1132
  ---
1776
1133