@gofynd/fdk-client-javascript 1.4.1 → 1.4.2-beta.10

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 (265) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
  3. package/sdk/application/ApplicationClient.js +20 -0
  4. package/sdk/application/Cart/CartApplicationClient.d.ts +1 -1
  5. package/sdk/application/Cart/CartApplicationClient.js +3 -5
  6. package/sdk/application/Cart/CartApplicationModel.d.ts +1634 -1742
  7. package/sdk/application/Cart/CartApplicationModel.js +1388 -1464
  8. package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -4
  9. package/sdk/application/Cart/CartApplicationValidator.js +0 -4
  10. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +6 -3
  11. package/sdk/application/Catalog/CatalogApplicationClient.js +20 -7
  12. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
  13. package/sdk/application/Catalog/CatalogApplicationModel.js +1613 -1613
  14. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +14 -0
  15. package/sdk/application/Catalog/CatalogApplicationValidator.js +6 -0
  16. package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
  17. package/sdk/application/Common/CommonApplicationModel.js +172 -172
  18. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
  19. package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
  20. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1492 -1626
  21. package/sdk/application/Configuration/ConfigurationApplicationModel.js +1038 -1180
  22. package/sdk/application/Content/ContentApplicationClient.d.ts +0 -36
  23. package/sdk/application/Content/ContentApplicationClient.js +0 -246
  24. package/sdk/application/Content/ContentApplicationModel.d.ts +546 -753
  25. package/sdk/application/Content/ContentApplicationModel.js +565 -817
  26. package/sdk/application/Content/ContentApplicationValidator.d.ts +1 -40
  27. package/sdk/application/Content/ContentApplicationValidator.js +0 -41
  28. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
  29. package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
  30. package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
  31. package/sdk/application/Lead/LeadApplicationModel.js +301 -301
  32. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +0 -67
  33. package/sdk/application/Logistic/LogisticApplicationClient.js +0 -547
  34. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +257 -712
  35. package/sdk/application/Logistic/LogisticApplicationModel.js +267 -755
  36. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -211
  37. package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -131
  38. package/sdk/application/Order/OrderApplicationClient.d.ts +3 -3
  39. package/sdk/application/Order/OrderApplicationClient.js +8 -32
  40. package/sdk/application/Order/OrderApplicationModel.d.ts +845 -853
  41. package/sdk/application/Order/OrderApplicationModel.js +816 -824
  42. package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -20
  43. package/sdk/application/Order/OrderApplicationValidator.js +0 -8
  44. package/sdk/application/Payment/PaymentApplicationClient.d.ts +2 -46
  45. package/sdk/application/Payment/PaymentApplicationClient.js +10 -341
  46. package/sdk/application/Payment/PaymentApplicationModel.d.ts +1892 -2199
  47. package/sdk/application/Payment/PaymentApplicationModel.js +1235 -1506
  48. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +14 -59
  49. package/sdk/application/Payment/PaymentApplicationValidator.js +10 -64
  50. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1396 -1429
  51. package/sdk/application/PosCart/PosCartApplicationModel.js +1233 -1257
  52. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
  53. package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
  54. package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
  55. package/sdk/application/Share/ShareApplicationModel.js +121 -121
  56. package/sdk/application/Theme/ThemeApplicationClient.d.ts +1 -1
  57. package/sdk/application/Theme/ThemeApplicationClient.js +3 -7
  58. package/sdk/application/Theme/ThemeApplicationModel.d.ts +783 -969
  59. package/sdk/application/Theme/ThemeApplicationModel.js +571 -867
  60. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -10
  61. package/sdk/application/Theme/ThemeApplicationValidator.js +0 -4
  62. package/sdk/application/User/UserApplicationClient.d.ts +0 -33
  63. package/sdk/application/User/UserApplicationClient.js +0 -239
  64. package/sdk/application/User/UserApplicationModel.d.ts +753 -768
  65. package/sdk/application/User/UserApplicationModel.js +731 -755
  66. package/sdk/application/User/UserApplicationValidator.d.ts +1 -34
  67. package/sdk/application/User/UserApplicationValidator.js +0 -36
  68. package/sdk/common/Clickstream.d.ts +1 -0
  69. package/sdk/common/Clickstream.js +254 -0
  70. package/sdk/common/Utility.js +1 -4
  71. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +72 -60
  72. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +70 -58
  73. package/sdk/partner/PartnerClient.d.ts +0 -6
  74. package/sdk/partner/PartnerClient.js +0 -9
  75. package/sdk/partner/Theme/ThemePartnerClient.d.ts +0 -10
  76. package/sdk/partner/Theme/ThemePartnerClient.js +0 -80
  77. package/sdk/partner/Theme/ThemePartnerModel.d.ts +1178 -1153
  78. package/sdk/partner/Theme/ThemePartnerModel.js +830 -974
  79. package/sdk/partner/Theme/ThemePartnerValidator.d.ts +0 -1
  80. package/sdk/partner/Theme/ThemePartnerValidator.js +0 -9
  81. package/sdk/partner/index.d.ts +0 -3
  82. package/sdk/partner/index.js +0 -6
  83. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +2 -2
  84. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
  85. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
  86. package/sdk/platform/Billing/BillingPlatformClient.d.ts +1 -11
  87. package/sdk/platform/Billing/BillingPlatformClient.js +3 -110
  88. package/sdk/platform/Billing/BillingPlatformModel.d.ts +734 -800
  89. package/sdk/platform/Billing/BillingPlatformModel.js +732 -810
  90. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +4 -43
  91. package/sdk/platform/Billing/BillingPlatformValidator.js +2 -29
  92. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +11 -1
  93. package/sdk/platform/Cart/CartPlatformApplicationClient.js +81 -7
  94. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +13 -5
  95. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +12 -4
  96. package/sdk/platform/Cart/CartPlatformModel.d.ts +3223 -3328
  97. package/sdk/platform/Cart/CartPlatformModel.js +2875 -2946
  98. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +11 -15
  99. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +21 -52
  100. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +0 -27
  101. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +0 -11
  102. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +15 -27
  103. package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -189
  104. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +617 -920
  105. package/sdk/platform/Catalog/CatalogPlatformModel.js +584 -919
  106. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +27 -41
  107. package/sdk/platform/Catalog/CatalogPlatformValidator.js +19 -31
  108. package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
  109. package/sdk/platform/Common/CommonPlatformModel.js +187 -187
  110. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +37 -139
  111. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +52 -737
  112. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +3 -133
  113. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +1 -113
  114. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1079 -1228
  115. package/sdk/platform/Communication/CommunicationPlatformModel.js +1090 -1262
  116. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +2 -8
  117. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +4 -32
  118. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +629 -658
  119. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +641 -675
  120. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +0 -14
  121. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +0 -6
  122. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +8 -8
  123. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +4 -4
  124. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2992 -3231
  125. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2092 -2303
  126. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +2 -2
  127. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +2 -2
  128. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +0 -391
  129. package/sdk/platform/Content/ContentPlatformApplicationClient.js +1074 -3656
  130. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -351
  131. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +0 -410
  132. package/sdk/platform/Content/ContentPlatformModel.d.ts +972 -2071
  133. package/sdk/platform/Content/ContentPlatformModel.js +1039 -2355
  134. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +2 -2
  135. package/sdk/platform/Discount/DiscountPlatformClient.js +2 -2
  136. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +174 -259
  137. package/sdk/platform/Discount/DiscountPlatformModel.js +163 -257
  138. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +6 -16
  139. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +8 -117
  140. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +4 -55
  141. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +2 -39
  142. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +821 -892
  143. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +833 -901
  144. package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -33
  145. package/sdk/platform/Finance/FinancePlatformClient.js +0 -240
  146. package/sdk/platform/Finance/FinancePlatformModel.d.ts +910 -1056
  147. package/sdk/platform/Finance/FinancePlatformModel.js +884 -1070
  148. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -38
  149. package/sdk/platform/Finance/FinancePlatformValidator.js +0 -38
  150. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
  151. package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
  152. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +28 -38
  153. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +56 -137
  154. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +29 -41
  155. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +21 -33
  156. package/sdk/platform/Lead/LeadPlatformModel.d.ts +601 -610
  157. package/sdk/platform/Lead/LeadPlatformModel.js +457 -471
  158. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +1 -11
  159. package/sdk/platform/Order/OrderPlatformApplicationClient.js +1 -93
  160. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -28
  161. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +0 -18
  162. package/sdk/platform/Order/OrderPlatformClient.d.ts +22 -143
  163. package/sdk/platform/Order/OrderPlatformClient.js +160 -1190
  164. package/sdk/platform/Order/OrderPlatformModel.d.ts +4451 -5275
  165. package/sdk/platform/Order/OrderPlatformModel.js +4039 -4994
  166. package/sdk/platform/Order/OrderPlatformValidator.d.ts +21 -257
  167. package/sdk/platform/Order/OrderPlatformValidator.js +15 -216
  168. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
  169. package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
  170. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +13 -119
  171. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +40 -750
  172. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +7 -143
  173. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +6 -133
  174. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +1 -1
  175. package/sdk/platform/Payment/PaymentPlatformClient.js +1 -1
  176. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2067 -2929
  177. package/sdk/platform/Payment/PaymentPlatformModel.js +1427 -2090
  178. package/sdk/platform/PlatformApplicationClient.d.ts +2 -2
  179. package/sdk/platform/PlatformApplicationClient.js +4 -4
  180. package/sdk/platform/PlatformClient.d.ts +2 -4
  181. package/sdk/platform/PlatformClient.js +4 -8
  182. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
  183. package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
  184. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +66 -142
  185. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +147 -645
  186. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +63 -131
  187. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +47 -126
  188. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +105 -217
  189. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +349 -1138
  190. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +990 -1589
  191. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +986 -1702
  192. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +133 -382
  193. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +102 -266
  194. package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
  195. package/sdk/platform/Share/SharePlatformModel.js +139 -139
  196. package/sdk/platform/Theme/ThemePlatformClient.d.ts +1 -11
  197. package/sdk/platform/Theme/ThemePlatformClient.js +3 -87
  198. package/sdk/platform/Theme/ThemePlatformModel.d.ts +765 -1133
  199. package/sdk/platform/Theme/ThemePlatformModel.js +561 -1009
  200. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +4 -28
  201. package/sdk/platform/Theme/ThemePlatformValidator.js +2 -21
  202. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +1 -116
  203. package/sdk/platform/User/UserPlatformApplicationClient.js +86 -932
  204. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +7 -224
  205. package/sdk/platform/User/UserPlatformApplicationValidator.js +5 -173
  206. package/sdk/platform/User/UserPlatformModel.d.ts +428 -765
  207. package/sdk/platform/User/UserPlatformModel.js +428 -679
  208. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +37 -45
  209. package/sdk/platform/Webhook/WebhookPlatformClient.js +57 -61
  210. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +403 -448
  211. package/sdk/platform/Webhook/WebhookPlatformModel.js +309 -369
  212. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -7
  213. package/sdk/platform/Webhook/WebhookPlatformValidator.js +6 -6
  214. package/sdk/platform/index.d.ts +1 -1
  215. package/sdk/platform/index.js +2 -2
  216. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
  217. package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
  218. package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
  219. package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
  220. package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
  221. package/sdk/public/Partner/PartnerPublicModel.js +113 -113
  222. package/sdk/public/PublicClient.d.ts +0 -4
  223. package/sdk/public/PublicClient.js +0 -8
  224. package/sdk/public/Webhook/WebhookPublicClient.d.ts +0 -33
  225. package/sdk/public/Webhook/WebhookPublicClient.js +0 -242
  226. package/sdk/public/Webhook/WebhookPublicModel.d.ts +15 -161
  227. package/sdk/public/Webhook/WebhookPublicModel.js +13 -189
  228. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -23
  229. package/sdk/public/Webhook/WebhookPublicValidator.js +0 -31
  230. package/sdk/public/index.d.ts +0 -2
  231. package/sdk/public/index.js +0 -4
  232. package/sdk/partner/Lead/LeadPartnerClient.d.ts +0 -125
  233. package/sdk/partner/Lead/LeadPartnerClient.js +0 -785
  234. package/sdk/partner/Lead/LeadPartnerModel.d.ts +0 -1127
  235. package/sdk/partner/Lead/LeadPartnerModel.js +0 -896
  236. package/sdk/partner/Lead/LeadPartnerValidator.d.ts +0 -12
  237. package/sdk/partner/Lead/LeadPartnerValidator.js +0 -67
  238. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +0 -155
  239. package/sdk/partner/Logistics/LogisticsPartnerClient.js +0 -1195
  240. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +0 -372
  241. package/sdk/partner/Logistics/LogisticsPartnerModel.js +0 -442
  242. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -16
  243. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +0 -123
  244. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +0 -99
  245. package/sdk/partner/Webhook/WebhookPartnerClient.js +0 -753
  246. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +0 -566
  247. package/sdk/partner/Webhook/WebhookPartnerModel.js +0 -583
  248. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -12
  249. package/sdk/partner/Webhook/WebhookPartnerValidator.js +0 -74
  250. package/sdk/platform/Content/ContentPlatformClient.d.ts +0 -277
  251. package/sdk/platform/Content/ContentPlatformClient.js +0 -2011
  252. package/sdk/platform/Content/ContentPlatformValidator.d.ts +0 -247
  253. package/sdk/platform/Content/ContentPlatformValidator.js +0 -319
  254. package/sdk/public/Billing/BillingPublicClient.d.ts +0 -23
  255. package/sdk/public/Billing/BillingPublicClient.js +0 -116
  256. package/sdk/public/Billing/BillingPublicModel.d.ts +0 -92
  257. package/sdk/public/Billing/BillingPublicModel.js +0 -96
  258. package/sdk/public/Billing/BillingPublicValidator.d.ts +0 -18
  259. package/sdk/public/Billing/BillingPublicValidator.js +0 -19
  260. package/sdk/public/Content/ContentPublicClient.d.ts +0 -22
  261. package/sdk/public/Content/ContentPublicClient.js +0 -114
  262. package/sdk/public/Content/ContentPublicModel.d.ts +0 -53
  263. package/sdk/public/Content/ContentPublicModel.js +0 -60
  264. package/sdk/public/Content/ContentPublicValidator.d.ts +0 -18
  265. package/sdk/public/Content/ContentPublicValidator.js +0 -19
@@ -3,20 +3,6 @@ export = OrderPlatformValidator;
3
3
  * @typedef AttachOrderUserParam
4
4
  * @property {OrderPlatformModel.AttachOrderUser} body
5
5
  */
6
- /**
7
- * @typedef BulkListingParam
8
- * @property {number} pageSize - Page size
9
- * @property {number} pageNo - Page number
10
- * @property {string} startDate - UTC start date in ISO format
11
- * @property {string} endDate - UTC end date in ISO format
12
- * @property {string} [status] - Status for which to fetch the jobs.
13
- * @property {string} [bulkActionType] - Job type.
14
- * @property {string} [searchKey] - Search_key.
15
- */
16
- /**
17
- * @typedef BulkStateTransistionParam
18
- * @property {OrderPlatformModel.BulkStateTransistionRequest} body
19
- */
20
6
  /**
21
7
  * @typedef CheckOrderStatusParam
22
8
  * @property {OrderPlatformModel.OrderStatus} body
@@ -38,8 +24,7 @@ export = OrderPlatformValidator;
38
24
  * @property {OrderPlatformModel.CreateOrderAPI} body
39
25
  */
40
26
  /**
41
- * @typedef DispatchManifestsParam
42
- * @property {string} manifestId
27
+ * @typedef DispatchManifestParam
43
28
  * @property {OrderPlatformModel.DispatchManifest} body
44
29
  */
45
30
  /**
@@ -54,10 +39,6 @@ export = OrderPlatformValidator;
54
39
  * @typedef EInvoiceRetryParam
55
40
  * @property {OrderPlatformModel.EInvoiceRetry} body
56
41
  */
57
- /**
58
- * @typedef FailedOrderLogDetailsParam
59
- * @property {string} logId - Log Error ID
60
- */
61
42
  /**
62
43
  * @typedef FetchCreditBalanceDetailParam
63
44
  * @property {OrderPlatformModel.FetchCreditBalanceRequestPayload} body
@@ -82,7 +63,6 @@ export = OrderPlatformValidator;
82
63
  * @property {string} orderingChannel - Ordering channel
83
64
  * @property {string} status - Current status of a shipment
84
65
  */
85
- /** @typedef GetAllowedTemplatesForBulkParam */
86
66
  /**
87
67
  * @typedef GetAnnouncementsParam
88
68
  * @property {string} [date] - Date On which the announcement is Active (Date
@@ -111,8 +91,8 @@ export = OrderPlatformValidator;
111
91
  * @typedef GetBulkShipmentExcelFileParam
112
92
  * @property {string} [salesChannels] - Comma separated values of sales channel ids
113
93
  * @property {string} [dpIds] - Comma separated values of delivery partner ids
114
- * @property {string} [startDate] - UTC start date in ISO format
115
- * @property {string} [endDate] - UTC end date in ISO format
94
+ * @property {string} [fromDate] - Start Date in DD-MM-YYYY format
95
+ * @property {string} [toDate] - End Date in DD-MM-YYYY format
116
96
  * @property {string} [stores] - Comma separated values of store ids
117
97
  * @property {string} [tags] - Comma separated values of tags
118
98
  * @property {string} [bagStatus] - Comma separated values of bag statuses
@@ -123,21 +103,12 @@ export = OrderPlatformValidator;
123
103
  * @property {number} [pageSize]
124
104
  */
125
105
  /** @typedef GetChannelConfigParam */
126
- /**
127
- * @typedef GetFileByStatusParam
128
- * @property {string} batchId
129
- * @property {string} status
130
- * @property {string} fileType
131
- * @property {string} [reportType]
132
- */
133
106
  /**
134
107
  * @typedef GetLaneConfigParam
135
108
  * @property {string} [superLane] - Name of lane for which data is to be fetched
136
109
  * @property {string} [groupEntity] - Name of group entity
137
110
  * @property {string} [fromDate] - Start Date in DD-MM-YYYY format
138
111
  * @property {string} [toDate] - End Date in DD-MM-YYYY format
139
- * @property {string} [startDate] - UTC Start Date in ISO format
140
- * @property {string} [endDate] - UTC End Date in ISO format
141
112
  * @property {string} [dpIds] - Comma separated values of delivery partner ids
142
113
  * @property {string} [stores] - Comma separated values of store ids
143
114
  * @property {string} [salesChannels]
@@ -153,45 +124,10 @@ export = OrderPlatformValidator;
153
124
  * company order
154
125
  * @property {string} [orderType]
155
126
  */
156
- /**
157
- * @typedef GetManifestDetailsParam
158
- * @property {string} manifestId
159
- */
160
- /**
161
- * @typedef GetManifestShipmentsParam
162
- * @property {number} dpIds
163
- * @property {string} stores
164
- * @property {string} toDate
165
- * @property {string} fromDate
166
- * @property {string} [dpName]
167
- * @property {string} [salesChannels]
168
- * @property {string} [searchType]
169
- * @property {string} [searchValue]
170
- * @property {string} [pageNo]
171
- * @property {string} [pageSize]
172
- */
173
- /**
174
- * @typedef GetManifestfiltersParam
175
- * @property {string} view - Name of View
176
- */
177
- /**
178
- * @typedef GetManifestsParam
179
- * @property {string} [status] - Possible Status [ active, closed ]
180
- * @property {string} [startDate] - UTC Start Date in ISO format
181
- * @property {string} [endDate] - UTC End Date in ISO format
182
- * @property {string} [searchType] - Search type options [ fynd_order_id,
183
- * shipment_id, manifest_id, dp_name, awb_no ]
184
- * @property {number} [storeId] - Fetch manifests for a Store.
185
- * @property {string} [searchValue] - Search value for selected search type
186
- * @property {string} [dpIds] - DP Ids separated by ',' (comma)
187
- * @property {number} [pageNo]
188
- * @property {number} [pageSize]
189
- */
190
127
  /**
191
128
  * @typedef GetOrderByIdParam
192
129
  * @property {string} orderId
193
130
  * @property {boolean} [myOrders]
194
- * @property {boolean} [allowInactive] - Flag to allow inactive shipments
195
131
  */
196
132
  /**
197
133
  * @typedef GetOrdersParam
@@ -209,8 +145,6 @@ export = OrderPlatformValidator;
209
145
  * specified by the search_type
210
146
  * @property {string} [fromDate]
211
147
  * @property {string} [toDate]
212
- * @property {string} [startDate]
213
- * @property {string} [endDate]
214
148
  * @property {string} [dpIds] - Delivery Partner IDs to which shipments are assigned.
215
149
  * @property {string} [stores]
216
150
  * @property {string} [salesChannels]
@@ -229,8 +163,6 @@ export = OrderPlatformValidator;
229
163
  * @typedef GetShipmentByIdParam
230
164
  * @property {string} [channelShipmentId] - App Shipment Id
231
165
  * @property {string} [shipmentId] - Shipment Id
232
- * @property {boolean} [fetchActiveShipment] - Flag to fetch active or
233
- * deactivated shipments
234
166
  */
235
167
  /**
236
168
  * @typedef GetShipmentHistoryParam
@@ -257,8 +189,6 @@ export = OrderPlatformValidator;
257
189
  * @property {string} [searchValue] - Search type value
258
190
  * @property {string} [fromDate] - Start Date in DD-MM-YYYY format
259
191
  * @property {string} [toDate] - End Date in DD-MM-YYYY format
260
- * @property {string} [startDate] - UTC Start Date in ISO format
261
- * @property {string} [endDate] - UTC End Date in ISO format
262
192
  * @property {string} [dpIds] - Comma separated values of delivery partner ids
263
193
  * @property {string} [stores] - Comma separated values of store ids
264
194
  * @property {string} [salesChannels] - Comma separated values of sales channel ids
@@ -283,10 +213,6 @@ export = OrderPlatformValidator;
283
213
  * @property {string} [orderType]
284
214
  */
285
215
  /** @typedef GetStateTransitionMapParam */
286
- /**
287
- * @typedef GetTemplateParam
288
- * @property {string} templateName
289
- */
290
216
  /**
291
217
  * @typedef GetfiltersParam
292
218
  * @property {string} view - Name of view
@@ -296,10 +222,6 @@ export = OrderPlatformValidator;
296
222
  * @typedef InvalidateShipmentCacheParam
297
223
  * @property {OrderPlatformModel.InvalidateShipmentCachePayload} body
298
224
  */
299
- /**
300
- * @typedef JobDetailsParam
301
- * @property {string} batchId
302
- */
303
225
  /**
304
226
  * @typedef OrderUpdateParam
305
227
  * @property {OrderPlatformModel.PlatformOrderUpdate} body
@@ -309,8 +231,8 @@ export = OrderPlatformValidator;
309
231
  * @property {OrderPlatformModel.PostShipmentHistory} body
310
232
  */
311
233
  /**
312
- * @typedef ProcessManifestsParam
313
- * @property {OrderPlatformModel.ProcessManifest} body
234
+ * @typedef ProcessManifestParam
235
+ * @property {OrderPlatformModel.CreateOrderPayload} body
314
236
  */
315
237
  /**
316
238
  * @typedef ReassignLocationParam
@@ -363,8 +285,7 @@ export = OrderPlatformValidator;
363
285
  * @property {OrderPlatformModel.CourierPartnerTrackingDetails} body
364
286
  */
365
287
  /**
366
- * @typedef UploadConsentsParam
367
- * @property {string} manifestId
288
+ * @typedef UploadConsentParam
368
289
  * @property {OrderPlatformModel.UploadConsent} body
369
290
  */
370
291
  /**
@@ -374,10 +295,6 @@ export = OrderPlatformValidator;
374
295
  declare class OrderPlatformValidator {
375
296
  /** @returns {AttachOrderUserParam} */
376
297
  static attachOrderUser(): AttachOrderUserParam;
377
- /** @returns {BulkListingParam} */
378
- static bulkListing(): BulkListingParam;
379
- /** @returns {BulkStateTransistionParam} */
380
- static bulkStateTransistion(): BulkStateTransistionParam;
381
298
  /** @returns {CheckOrderStatusParam} */
382
299
  static checkOrderStatus(): CheckOrderStatusParam;
383
300
  /** @returns {Click2CallParam} */
@@ -386,16 +303,14 @@ declare class OrderPlatformValidator {
386
303
  static createChannelConfig(): CreateChannelConfigParam;
387
304
  /** @returns {CreateOrderParam} */
388
305
  static createOrder(): CreateOrderParam;
389
- /** @returns {DispatchManifestsParam} */
390
- static dispatchManifests(): DispatchManifestsParam;
306
+ /** @returns {DispatchManifestParam} */
307
+ static dispatchManifest(): DispatchManifestParam;
391
308
  /** @returns {DownloadBulkActionTemplateParam} */
392
309
  static downloadBulkActionTemplate(): DownloadBulkActionTemplateParam;
393
310
  /** @returns {DownloadLanesReportParam} */
394
311
  static downloadLanesReport(): DownloadLanesReportParam;
395
312
  /** @returns {EInvoiceRetryParam} */
396
313
  static eInvoiceRetry(): EInvoiceRetryParam;
397
- /** @returns {FailedOrderLogDetailsParam} */
398
- static failedOrderLogDetails(): FailedOrderLogDetailsParam;
399
314
  /** @returns {FetchCreditBalanceDetailParam} */
400
315
  static fetchCreditBalanceDetail(): FetchCreditBalanceDetailParam;
401
316
  /** @returns {FetchRefundModeConfigParam} */
@@ -406,8 +321,6 @@ declare class OrderPlatformValidator {
406
321
  static generatePOSReceiptByOrderId(): GeneratePOSReceiptByOrderIdParam;
407
322
  /** @returns {GetAllowedStateTransitionParam} */
408
323
  static getAllowedStateTransition(): GetAllowedStateTransitionParam;
409
- /** @returns {GetAllowedTemplatesForBulkParam} */
410
- static getAllowedTemplatesForBulk(): any;
411
324
  /** @returns {GetAnnouncementsParam} */
412
325
  static getAnnouncements(): GetAnnouncementsParam;
413
326
  /** @returns {GetBagByIdParam} */
@@ -420,18 +333,8 @@ declare class OrderPlatformValidator {
420
333
  static getBulkShipmentExcelFile(): GetBulkShipmentExcelFileParam;
421
334
  /** @returns {GetChannelConfigParam} */
422
335
  static getChannelConfig(): any;
423
- /** @returns {GetFileByStatusParam} */
424
- static getFileByStatus(): GetFileByStatusParam;
425
336
  /** @returns {GetLaneConfigParam} */
426
337
  static getLaneConfig(): GetLaneConfigParam;
427
- /** @returns {GetManifestDetailsParam} */
428
- static getManifestDetails(): GetManifestDetailsParam;
429
- /** @returns {GetManifestShipmentsParam} */
430
- static getManifestShipments(): GetManifestShipmentsParam;
431
- /** @returns {GetManifestfiltersParam} */
432
- static getManifestfilters(): GetManifestfiltersParam;
433
- /** @returns {GetManifestsParam} */
434
- static getManifests(): GetManifestsParam;
435
338
  /** @returns {GetOrderByIdParam} */
436
339
  static getOrderById(): GetOrderByIdParam;
437
340
  /** @returns {GetOrdersParam} */
@@ -448,20 +351,16 @@ declare class OrderPlatformValidator {
448
351
  static getShipments(): GetShipmentsParam;
449
352
  /** @returns {GetStateTransitionMapParam} */
450
353
  static getStateTransitionMap(): any;
451
- /** @returns {GetTemplateParam} */
452
- static getTemplate(): GetTemplateParam;
453
354
  /** @returns {GetfiltersParam} */
454
355
  static getfilters(): GetfiltersParam;
455
356
  /** @returns {InvalidateShipmentCacheParam} */
456
357
  static invalidateShipmentCache(): InvalidateShipmentCacheParam;
457
- /** @returns {JobDetailsParam} */
458
- static jobDetails(): JobDetailsParam;
459
358
  /** @returns {OrderUpdateParam} */
460
359
  static orderUpdate(): OrderUpdateParam;
461
360
  /** @returns {PostShipmentHistoryParam} */
462
361
  static postShipmentHistory(): PostShipmentHistoryParam;
463
- /** @returns {ProcessManifestsParam} */
464
- static processManifests(): ProcessManifestsParam;
362
+ /** @returns {ProcessManifestParam} */
363
+ static processManifest(): ProcessManifestParam;
465
364
  /** @returns {ReassignLocationParam} */
466
365
  static reassignLocation(): ReassignLocationParam;
467
366
  /** @returns {SendSmsNinjaParam} */
@@ -480,50 +379,17 @@ declare class OrderPlatformValidator {
480
379
  static updateShipmentStatus(): UpdateShipmentStatusParam;
481
380
  /** @returns {UpdateShipmentTrackingParam} */
482
381
  static updateShipmentTracking(): UpdateShipmentTrackingParam;
483
- /** @returns {UploadConsentsParam} */
484
- static uploadConsents(): UploadConsentsParam;
382
+ /** @returns {UploadConsentParam} */
383
+ static uploadConsent(): UploadConsentParam;
485
384
  /** @returns {VerifyMobileOTPParam} */
486
385
  static verifyMobileOTP(): VerifyMobileOTPParam;
487
386
  }
488
387
  declare namespace OrderPlatformValidator {
489
- export { AttachOrderUserParam, BulkListingParam, BulkStateTransistionParam, CheckOrderStatusParam, Click2CallParam, CreateChannelConfigParam, CreateOrderParam, DispatchManifestsParam, DownloadBulkActionTemplateParam, DownloadLanesReportParam, EInvoiceRetryParam, FailedOrderLogDetailsParam, FetchCreditBalanceDetailParam, FetchRefundModeConfigParam, GenerateInvoiceIDParam, GeneratePOSReceiptByOrderIdParam, GetAllowedStateTransitionParam, GetAllowedTemplatesForBulkParam, GetAnnouncementsParam, GetBagByIdParam, GetBagsParam, GetBulkActionTemplateParam, GetBulkShipmentExcelFileParam, GetChannelConfigParam, GetFileByStatusParam, GetLaneConfigParam, GetManifestDetailsParam, GetManifestShipmentsParam, GetManifestfiltersParam, GetManifestsParam, GetOrderByIdParam, GetOrdersParam, GetRoleBasedActionsParam, GetShipmentByIdParam, GetShipmentHistoryParam, GetShipmentReasonsParam, GetShipmentsParam, GetStateTransitionMapParam, GetTemplateParam, GetfiltersParam, InvalidateShipmentCacheParam, JobDetailsParam, OrderUpdateParam, PostShipmentHistoryParam, ProcessManifestsParam, ReassignLocationParam, SendSmsNinjaParam, SendUserMobileOTPParam, TrackShipmentParam, UpdateAddressParam, UpdatePackagingDimensionsParam, UpdateShipmentLockParam, UpdateShipmentStatusParam, UpdateShipmentTrackingParam, UploadConsentsParam, VerifyMobileOTPParam };
388
+ export { AttachOrderUserParam, CheckOrderStatusParam, Click2CallParam, CreateChannelConfigParam, CreateOrderParam, DispatchManifestParam, DownloadBulkActionTemplateParam, DownloadLanesReportParam, EInvoiceRetryParam, FetchCreditBalanceDetailParam, FetchRefundModeConfigParam, GenerateInvoiceIDParam, GeneratePOSReceiptByOrderIdParam, GetAllowedStateTransitionParam, GetAnnouncementsParam, GetBagByIdParam, GetBagsParam, GetBulkActionTemplateParam, GetBulkShipmentExcelFileParam, GetChannelConfigParam, GetLaneConfigParam, GetOrderByIdParam, GetOrdersParam, GetRoleBasedActionsParam, GetShipmentByIdParam, GetShipmentHistoryParam, GetShipmentReasonsParam, GetShipmentsParam, GetStateTransitionMapParam, GetfiltersParam, InvalidateShipmentCacheParam, OrderUpdateParam, PostShipmentHistoryParam, ProcessManifestParam, ReassignLocationParam, SendSmsNinjaParam, SendUserMobileOTPParam, TrackShipmentParam, UpdateAddressParam, UpdatePackagingDimensionsParam, UpdateShipmentLockParam, UpdateShipmentStatusParam, UpdateShipmentTrackingParam, UploadConsentParam, VerifyMobileOTPParam };
490
389
  }
491
390
  type AttachOrderUserParam = {
492
391
  body: OrderPlatformModel.AttachOrderUser;
493
392
  };
494
- type BulkListingParam = {
495
- /**
496
- * - Page size
497
- */
498
- pageSize: number;
499
- /**
500
- * - Page number
501
- */
502
- pageNo: number;
503
- /**
504
- * - UTC start date in ISO format
505
- */
506
- startDate: string;
507
- /**
508
- * - UTC end date in ISO format
509
- */
510
- endDate: string;
511
- /**
512
- * - Status for which to fetch the jobs.
513
- */
514
- status?: string;
515
- /**
516
- * - Job type.
517
- */
518
- bulkActionType?: string;
519
- /**
520
- * - Search_key.
521
- */
522
- searchKey?: string;
523
- };
524
- type BulkStateTransistionParam = {
525
- body: OrderPlatformModel.BulkStateTransistionRequest;
526
- };
527
393
  type CheckOrderStatusParam = {
528
394
  body: OrderPlatformModel.OrderStatus;
529
395
  };
@@ -555,8 +421,7 @@ type CreateChannelConfigParam = {
555
421
  type CreateOrderParam = {
556
422
  body: OrderPlatformModel.CreateOrderAPI;
557
423
  };
558
- type DispatchManifestsParam = {
559
- manifestId: string;
424
+ type DispatchManifestParam = {
560
425
  body: OrderPlatformModel.DispatchManifest;
561
426
  };
562
427
  type DownloadBulkActionTemplateParam = {
@@ -571,12 +436,6 @@ type DownloadLanesReportParam = {
571
436
  type EInvoiceRetryParam = {
572
437
  body: OrderPlatformModel.EInvoiceRetry;
573
438
  };
574
- type FailedOrderLogDetailsParam = {
575
- /**
576
- * - Log Error ID
577
- */
578
- logId: string;
579
- };
580
439
  type FetchCreditBalanceDetailParam = {
581
440
  body: OrderPlatformModel.FetchCreditBalanceRequestPayload;
582
441
  };
@@ -674,13 +533,13 @@ type GetBulkShipmentExcelFileParam = {
674
533
  */
675
534
  dpIds?: string;
676
535
  /**
677
- * - UTC start date in ISO format
536
+ * - Start Date in DD-MM-YYYY format
678
537
  */
679
- startDate?: string;
538
+ fromDate?: string;
680
539
  /**
681
- * - UTC end date in ISO format
540
+ * - End Date in DD-MM-YYYY format
682
541
  */
683
- endDate?: string;
542
+ toDate?: string;
684
543
  /**
685
544
  * - Comma separated values of store ids
686
545
  */
@@ -708,12 +567,6 @@ type GetBulkShipmentExcelFileParam = {
708
567
  pageNo?: number;
709
568
  pageSize?: number;
710
569
  };
711
- type GetFileByStatusParam = {
712
- batchId: string;
713
- status: string;
714
- fileType: string;
715
- reportType?: string;
716
- };
717
570
  type GetLaneConfigParam = {
718
571
  /**
719
572
  * - Name of lane for which data is to be fetched
@@ -731,14 +584,6 @@ type GetLaneConfigParam = {
731
584
  * - End Date in DD-MM-YYYY format
732
585
  */
733
586
  toDate?: string;
734
- /**
735
- * - UTC Start Date in ISO format
736
- */
737
- startDate?: string;
738
- /**
739
- * - UTC End Date in ISO format
740
- */
741
- endDate?: string;
742
587
  /**
743
588
  * - Comma separated values of delivery partner ids
744
589
  */
@@ -769,67 +614,9 @@ type GetLaneConfigParam = {
769
614
  showCrossCompanyData?: boolean;
770
615
  orderType?: string;
771
616
  };
772
- type GetManifestDetailsParam = {
773
- manifestId: string;
774
- };
775
- type GetManifestShipmentsParam = {
776
- dpIds: number;
777
- stores: string;
778
- toDate: string;
779
- fromDate: string;
780
- dpName?: string;
781
- salesChannels?: string;
782
- searchType?: string;
783
- searchValue?: string;
784
- pageNo?: string;
785
- pageSize?: string;
786
- };
787
- type GetManifestfiltersParam = {
788
- /**
789
- * - Name of View
790
- */
791
- view: string;
792
- };
793
- type GetManifestsParam = {
794
- /**
795
- * - Possible Status [ active, closed ]
796
- */
797
- status?: string;
798
- /**
799
- * - UTC Start Date in ISO format
800
- */
801
- startDate?: string;
802
- /**
803
- * - UTC End Date in ISO format
804
- */
805
- endDate?: string;
806
- /**
807
- * - Search type options [ fynd_order_id,
808
- * shipment_id, manifest_id, dp_name, awb_no ]
809
- */
810
- searchType?: string;
811
- /**
812
- * - Fetch manifests for a Store.
813
- */
814
- storeId?: number;
815
- /**
816
- * - Search value for selected search type
817
- */
818
- searchValue?: string;
819
- /**
820
- * - DP Ids separated by ',' (comma)
821
- */
822
- dpIds?: string;
823
- pageNo?: number;
824
- pageSize?: number;
825
- };
826
617
  type GetOrderByIdParam = {
827
618
  orderId: string;
828
619
  myOrders?: boolean;
829
- /**
830
- * - Flag to allow inactive shipments
831
- */
832
- allowInactive?: boolean;
833
620
  };
834
621
  type GetOrdersParam = {
835
622
  /**
@@ -864,8 +651,6 @@ type GetOrdersParam = {
864
651
  searchValue?: string;
865
652
  fromDate?: string;
866
653
  toDate?: string;
867
- startDate?: string;
868
- endDate?: string;
869
654
  /**
870
655
  * - Delivery Partner IDs to which shipments are assigned.
871
656
  */
@@ -894,11 +679,6 @@ type GetShipmentByIdParam = {
894
679
  * - Shipment Id
895
680
  */
896
681
  shipmentId?: string;
897
- /**
898
- * - Flag to fetch active or
899
- * deactivated shipments
900
- */
901
- fetchActiveShipment?: boolean;
902
682
  };
903
683
  type GetShipmentHistoryParam = {
904
684
  /**
@@ -958,14 +738,6 @@ type GetShipmentsParam = {
958
738
  * - End Date in DD-MM-YYYY format
959
739
  */
960
740
  toDate?: string;
961
- /**
962
- * - UTC Start Date in ISO format
963
- */
964
- startDate?: string;
965
- /**
966
- * - UTC End Date in ISO format
967
- */
968
- endDate?: string;
969
741
  /**
970
742
  * - Comma separated values of delivery partner ids
971
743
  */
@@ -1031,9 +803,6 @@ type GetShipmentsParam = {
1031
803
  customerId?: string;
1032
804
  orderType?: string;
1033
805
  };
1034
- type GetTemplateParam = {
1035
- templateName: string;
1036
- };
1037
806
  type GetfiltersParam = {
1038
807
  /**
1039
808
  * - Name of view
@@ -1047,17 +816,14 @@ type GetfiltersParam = {
1047
816
  type InvalidateShipmentCacheParam = {
1048
817
  body: OrderPlatformModel.InvalidateShipmentCachePayload;
1049
818
  };
1050
- type JobDetailsParam = {
1051
- batchId: string;
1052
- };
1053
819
  type OrderUpdateParam = {
1054
820
  body: OrderPlatformModel.PlatformOrderUpdate;
1055
821
  };
1056
822
  type PostShipmentHistoryParam = {
1057
823
  body: OrderPlatformModel.PostShipmentHistory;
1058
824
  };
1059
- type ProcessManifestsParam = {
1060
- body: OrderPlatformModel.ProcessManifest;
825
+ type ProcessManifestParam = {
826
+ body: OrderPlatformModel.CreateOrderPayload;
1061
827
  };
1062
828
  type ReassignLocationParam = {
1063
829
  body: OrderPlatformModel.StoreReassign;
@@ -1112,14 +878,12 @@ type UpdateShipmentStatusParam = {
1112
878
  type UpdateShipmentTrackingParam = {
1113
879
  body: OrderPlatformModel.CourierPartnerTrackingDetails;
1114
880
  };
1115
- type UploadConsentsParam = {
1116
- manifestId: string;
881
+ type UploadConsentParam = {
1117
882
  body: OrderPlatformModel.UploadConsent;
1118
883
  };
1119
884
  type VerifyMobileOTPParam = {
1120
885
  body: OrderPlatformModel.VerifyMobileOTP;
1121
886
  };
1122
- type GetAllowedTemplatesForBulkParam = any;
1123
887
  type GetBulkActionTemplateParam = any;
1124
888
  type GetChannelConfigParam = any;
1125
889
  type GetRoleBasedActionsParam = any;