@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,12 +8,12 @@
8
8
  ## Rewards Methods
9
9
  Earn and redeem reward points
10
10
 
11
- * [getOfferByName](#getofferbyname)
12
11
  * [catalogueOrder](#catalogueorder)
13
- * [getUserPointsHistory](#getuserpointshistory)
12
+ * [getOfferByName](#getofferbyname)
13
+ * [getOrderDiscount](#getorderdiscount)
14
14
  * [getUserPoints](#getuserpoints)
15
+ * [getUserPointsHistory](#getuserpointshistory)
15
16
  * [getUserReferralDetails](#getuserreferraldetails)
16
- * [getOrderDiscount](#getorderdiscount)
17
17
  * [redeemReferralCode](#redeemreferralcode)
18
18
 
19
19
 
@@ -23,17 +23,17 @@ Earn and redeem reward points
23
23
 
24
24
 
25
25
 
26
- ### getOfferByName
27
- Get offer by name
26
+ ### catalogueOrder
27
+ Get all transactions of reward points
28
28
 
29
29
 
30
30
 
31
31
  ```javascript
32
32
  // Promise
33
- const promise = rewards.getOfferByName({ name : value });
33
+ const promise = rewards.catalogueOrder({ body : value });
34
34
 
35
35
  // Async/Await
36
- const data = await rewards.getOfferByName({ name : value });
36
+ const data = await rewards.catalogueOrder({ body : value });
37
37
  ```
38
38
 
39
39
 
@@ -41,21 +41,20 @@ const data = await rewards.getOfferByName({ name : value });
41
41
 
42
42
 
43
43
  | Argument | Type | Required | Description |
44
- | --------- | ----- | -------- | ----------- |
45
- | name | string | yes | The name given to the offer. |
46
-
44
+ | --------- | ----- | -------- | ----------- |
45
+ | body | [CatalogueOrderRequest](#CatalogueOrderRequest) | yes | Request body |
47
46
 
48
47
 
49
- Use this API to get the offer details and configuration by entering the name of the offer.
48
+ Use this API to evaluate the amount of reward points that could be earned on any catalogue product.
50
49
 
51
50
  *Returned Response:*
52
51
 
53
52
 
54
53
 
55
54
 
56
- [Offer](#Offer)
55
+ [CatalogueOrderResponse](#CatalogueOrderResponse)
57
56
 
58
- Success. Check example below or refer `Offer` for more details.
57
+ Success. Check example below or refer `CatalogueOrderResponse` for more details.
59
58
 
60
59
 
61
60
 
@@ -79,17 +78,17 @@ Success. Check example below or refer `Offer` for more details.
79
78
  ---
80
79
 
81
80
 
82
- ### catalogueOrder
83
- Get all transactions of reward points
81
+ ### getOfferByName
82
+ Get offer by name
84
83
 
85
84
 
86
85
 
87
86
  ```javascript
88
87
  // Promise
89
- const promise = rewards.catalogueOrder({ body : value });
88
+ const promise = rewards.getOfferByName({ name : value });
90
89
 
91
90
  // Async/Await
92
- const data = await rewards.catalogueOrder({ body : value });
91
+ const data = await rewards.getOfferByName({ name : value });
93
92
  ```
94
93
 
95
94
 
@@ -97,20 +96,21 @@ const data = await rewards.catalogueOrder({ body : value });
97
96
 
98
97
 
99
98
  | Argument | Type | Required | Description |
100
- | --------- | ----- | -------- | ----------- |
101
- | body | [CatalogueOrderRequest](#CatalogueOrderRequest) | yes | Request body |
99
+ | --------- | ----- | -------- | ----------- |
100
+ | name | string | yes | The name given to the offer. |
102
101
 
103
102
 
104
- Use this API to evaluate the amount of reward points that could be earned on any catalogue product.
103
+
104
+ Use this API to get the offer details and configuration by entering the name of the offer.
105
105
 
106
106
  *Returned Response:*
107
107
 
108
108
 
109
109
 
110
110
 
111
- [CatalogueOrderResponse](#CatalogueOrderResponse)
111
+ [Offer](#Offer)
112
112
 
113
- Success. Check example below or refer `CatalogueOrderResponse` for more details.
113
+ Success. Check example below or refer `Offer` for more details.
114
114
 
115
115
 
116
116
 
@@ -134,19 +134,17 @@ Success. Check example below or refer `CatalogueOrderResponse` for more details.
134
134
  ---
135
135
 
136
136
 
137
- ### getUserPointsHistory
138
- Get all transactions of reward points
137
+ ### getOrderDiscount
138
+ Calculates the discount on order-amount
139
139
 
140
140
 
141
141
 
142
142
  ```javascript
143
143
  // Promise
144
- const promise = rewards.getUserPointsHistory({ pageId : value,
145
- pageSize : value });
144
+ const promise = rewards.getOrderDiscount({ body : value });
146
145
 
147
146
  // Async/Await
148
- const data = await rewards.getUserPointsHistory({ pageId : value,
149
- pageSize : value });
147
+ const data = await rewards.getOrderDiscount({ body : value });
150
148
  ```
151
149
 
152
150
 
@@ -154,22 +152,20 @@ const data = await rewards.getUserPointsHistory({ pageId : value,
154
152
 
155
153
 
156
154
  | Argument | Type | Required | Description |
157
- | --------- | ----- | -------- | ----------- |
158
- | pageId | string | no | PageID is the ID of the requested page. For first request it should be kept empty. |
159
- | pageSize | number | no | The number of items to retrieve in each page. |
160
-
155
+ | --------- | ----- | -------- | ----------- |
156
+ | body | [OrderDiscountRequest](#OrderDiscountRequest) | yes | Request body |
161
157
 
162
158
 
163
- Use this API to get a list of points transactions.
159
+ Use this API to calculate the discount on order-amount based on all the amount range configured in order_discount.
164
160
 
165
161
  *Returned Response:*
166
162
 
167
163
 
168
164
 
169
165
 
170
- [PointsHistoryResponse](#PointsHistoryResponse)
166
+ [OrderDiscountResponse](#OrderDiscountResponse)
171
167
 
172
- Success. Check example below or refer `PointsHistoryResponse` for more details.
168
+ Success. Check example below or refer `OrderDiscountResponse` for more details.
173
169
 
174
170
 
175
171
 
@@ -244,34 +240,42 @@ Success. Check example below or refer `PointsResponse` for more details.
244
240
  ---
245
241
 
246
242
 
247
- ### getUserReferralDetails
248
- Get referral details of a user
243
+ ### getUserPointsHistory
244
+ Get all transactions of reward points
249
245
 
250
246
 
251
247
 
252
248
  ```javascript
253
249
  // Promise
254
- const promise = rewards.getUserReferralDetails();
250
+ const promise = rewards.getUserPointsHistory({ pageId : value,
251
+ pageSize : value });
255
252
 
256
253
  // Async/Await
257
- const data = await rewards.getUserReferralDetails();
254
+ const data = await rewards.getUserPointsHistory({ pageId : value,
255
+ pageSize : value });
258
256
  ```
259
257
 
260
258
 
261
259
 
262
260
 
263
261
 
262
+ | Argument | Type | Required | Description |
263
+ | --------- | ----- | -------- | ----------- |
264
+ | pageId | string | no | PageID is the ID of the requested page. For first request it should be kept empty. |
265
+ | pageSize | number | no | The number of items to retrieve in each page. |
266
+
267
+
264
268
 
265
- Use this API to retrieve the referral details a user has configured in the application.
269
+ Use this API to get a list of points transactions.
266
270
 
267
271
  *Returned Response:*
268
272
 
269
273
 
270
274
 
271
275
 
272
- [ReferralDetailsResponse](#ReferralDetailsResponse)
276
+ [PointsHistoryResponse](#PointsHistoryResponse)
273
277
 
274
- Success. Check example below or refer `ReferralDetailsResponse` for more details.
278
+ Success. Check example below or refer `PointsHistoryResponse` for more details.
275
279
 
276
280
 
277
281
 
@@ -295,38 +299,34 @@ Success. Check example below or refer `ReferralDetailsResponse` for more details
295
299
  ---
296
300
 
297
301
 
298
- ### getOrderDiscount
299
- Calculates the discount on order-amount
302
+ ### getUserReferralDetails
303
+ Get referral details of a user
300
304
 
301
305
 
302
306
 
303
307
  ```javascript
304
308
  // Promise
305
- const promise = rewards.getOrderDiscount({ body : value });
309
+ const promise = rewards.getUserReferralDetails();
306
310
 
307
311
  // Async/Await
308
- const data = await rewards.getOrderDiscount({ body : value });
312
+ const data = await rewards.getUserReferralDetails();
309
313
  ```
310
314
 
311
315
 
312
316
 
313
317
 
314
318
 
315
- | Argument | Type | Required | Description |
316
- | --------- | ----- | -------- | ----------- |
317
- | body | [OrderDiscountRequest](#OrderDiscountRequest) | yes | Request body |
318
-
319
319
 
320
- Use this API to calculate the discount on order-amount based on all the amount range configured in order_discount.
320
+ Use this API to retrieve the referral details a user has configured in the application.
321
321
 
322
322
  *Returned Response:*
323
323
 
324
324
 
325
325
 
326
326
 
327
- [OrderDiscountResponse](#OrderDiscountResponse)
327
+ [ReferralDetailsResponse](#ReferralDetailsResponse)
328
328
 
329
- Success. Check example below or refer `OrderDiscountResponse` for more details.
329
+ Success. Check example below or refer `ReferralDetailsResponse` for more details.
330
330
 
331
331
 
332
332
 
@@ -408,298 +408,144 @@ Success. Check example below or refer `RedeemReferralCodeResponse` for more deta
408
408
 
409
409
  ### Schemas
410
410
 
411
-
412
-
413
- #### [RewardsArticle](#RewardsArticle)
411
+
412
+ #### [Asset](#Asset)
414
413
 
415
414
  | Properties | Type | Nullable | Description |
416
- | ---------- | ---- | -------- | ----------- |
417
- | id | string | no | |
418
- | points | number | no | |
419
- | price | number | no | |
415
+ | ---------- | ---- | -------- | ----------- || aspect_ratio | string | no | || id | string | no | || secure_url | string | no | |
420
416
 
421
417
  ---
422
418
 
423
-
424
-
425
-
426
- #### [CatalogueOrderResponse](#CatalogueOrderResponse)
419
+ #### [CatalogueOrderRequest](#CatalogueOrderRequest)
427
420
 
428
421
  | Properties | Type | Nullable | Description |
429
- | ---------- | ---- | -------- | ----------- |
430
- | articles | [[RewardsArticle](#RewardsArticle)] | no | |
422
+ | ---------- | ---- | -------- | ----------- || articles | [[RewardsArticle](#RewardsArticle)] | no | |
431
423
 
432
424
  ---
433
425
 
434
-
435
-
436
-
437
- #### [CatalogueOrderRequest](#CatalogueOrderRequest)
426
+ #### [CatalogueOrderResponse](#CatalogueOrderResponse)
438
427
 
439
428
  | Properties | Type | Nullable | Description |
440
- | ---------- | ---- | -------- | ----------- |
441
- | articles | [[RewardsArticle](#RewardsArticle)] | no | |
429
+ | ---------- | ---- | -------- | ----------- || articles | [[RewardsArticle](#RewardsArticle)] | no | |
442
430
 
443
431
  ---
444
432
 
445
-
446
-
447
-
448
- #### [PointsResponse](#PointsResponse)
433
+ #### [DiscountProperties](#DiscountProperties)
449
434
 
450
435
  | Properties | Type | Nullable | Description |
451
- | ---------- | ---- | -------- | ----------- |
452
- | points | number | no | Total points available |
436
+ | ---------- | ---- | -------- | ----------- || absolute | number | no | || currency | string | no | || display_absolute | string | no | || display_percent | string | no | || percent | number | no | |
453
437
 
454
438
  ---
455
439
 
456
-
457
-
458
-
459
- #### [ReferralDetailsUser](#ReferralDetailsUser)
440
+ #### [Error](#Error)
460
441
 
461
442
  | Properties | Type | Nullable | Description |
462
- | ---------- | ---- | -------- | ----------- |
463
- | blocked | boolean | no | |
464
- | points | number | no | |
465
- | redeemed | boolean | no | |
466
- | referral_code | string | no | |
443
+ | ---------- | ---- | -------- | ----------- || code | number | no | || exception | string | no | || info | string | no | || message | string | no | |
467
444
 
468
445
  ---
469
446
 
470
-
471
-
472
-
473
- #### [Offer](#Offer)
447
+ #### [Offer](#Offer)
474
448
 
475
449
  | Properties | Type | Nullable | Description |
476
- | ---------- | ---- | -------- | ----------- |
477
- | _schedule | [Schedule](#Schedule) | no | |
478
- | active | boolean | no | |
479
- | application_id | string | no | |
480
- | banner_image | [Asset](#Asset) | no | |
481
- | created_at | string | no | |
482
- | name | string | no | |
483
- | rule | string | no | |
484
- | share | [ShareMessages](#ShareMessages) | no | |
485
- | sub_text | string | no | |
486
- | text | string | no | |
487
- | type | string | no | |
488
- | updated_at | string | no | |
489
- | updated_by | string | no | |
490
- | url | string | no | |
450
+ | ---------- | ---- | -------- | ----------- || _schedule | [Schedule](#Schedule) | no | || active | boolean | no | || application_id | string | no | || banner_image | [Asset](#Asset) | no | || created_at | string | no | || name | string | no | || rule | string | no | || share | [ShareMessages](#ShareMessages) | no | || sub_text | string | no | || text | string | no | || type | string | no | || updated_at | string | no | || updated_by | string | no | || url | string | no | |
491
451
 
492
452
  ---
493
453
 
494
-
495
-
496
-
497
- #### [Schedule](#Schedule)
454
+ #### [OrderDiscountRequest](#OrderDiscountRequest)
498
455
 
499
456
  | Properties | Type | Nullable | Description |
500
- | ---------- | ---- | -------- | ----------- |
501
- | duration | number | no | |
502
- | end | string | no | |
503
- | start | string | no | |
504
- | cron | string | no | |
457
+ | ---------- | ---- | -------- | ----------- || currency | string | no | || order_amount | number | yes | |
505
458
 
506
459
  ---
507
460
 
508
-
509
-
510
-
511
- #### [Error](#Error)
461
+ #### [OrderDiscountResponse](#OrderDiscountResponse)
512
462
 
513
463
  | Properties | Type | Nullable | Description |
514
- | ---------- | ---- | -------- | ----------- |
515
- | code | number | no | |
516
- | exception | string | no | |
517
- | info | string | no | |
518
- | message | string | no | |
464
+ | ---------- | ---- | -------- | ----------- || applied_rule_bucket | [OrderDiscountRuleBucket](#OrderDiscountRuleBucket) | no | || base_discount | [DiscountProperties](#DiscountProperties) | no | || discount | [DiscountProperties](#DiscountProperties) | no | || order_amount | number | no | || points | number | no | |
519
465
 
520
466
  ---
521
467
 
522
-
523
-
524
-
525
- #### [Asset](#Asset)
468
+ #### [OrderDiscountRuleBucket](#OrderDiscountRuleBucket)
526
469
 
527
470
  | Properties | Type | Nullable | Description |
528
- | ---------- | ---- | -------- | ----------- |
529
- | aspect_ratio | string | no | |
530
- | id | string | no | |
531
- | secure_url | string | no | |
471
+ | ---------- | ---- | -------- | ----------- || high | number | no | || low | number | no | || max | number | no | || value | number | no | || value_type | string | no | |
532
472
 
533
473
  ---
534
474
 
535
-
536
-
537
-
538
- #### [ShareMessages](#ShareMessages)
475
+ #### [Page](#Page)
539
476
 
540
477
  | Properties | Type | Nullable | Description |
541
- | ---------- | ---- | -------- | ----------- |
542
- | email | number | no | |
543
- | facebook | string | no | |
544
- | fallback | string | no | |
545
- | message | string | no | |
546
- | messenger | string | no | |
547
- | sms | string | no | |
548
- | text | string | no | |
549
- | twitter | string | no | |
550
- | whatsapp | string | no | |
478
+ | ---------- | ---- | -------- | ----------- || current | number | no | || has_next | boolean | no | || has_previous | boolean | no | || item_total | number | no | || next_id | string | no | || size | number | no | || type | string | no | |
551
479
 
552
480
  ---
553
481
 
554
-
555
-
556
-
557
- #### [ReferralDetailsResponse](#ReferralDetailsResponse)
482
+ #### [PointsHistory](#PointsHistory)
558
483
 
559
484
  | Properties | Type | Nullable | Description |
560
- | ---------- | ---- | -------- | ----------- |
561
- | referral | [Offer](#Offer) | no | |
562
- | share | [ShareMessages](#ShareMessages) | no | |
563
- | user | [ReferralDetailsUser](#ReferralDetailsUser) | no | |
564
- | referrer_info | string | no | |
565
- | terms_conditions_link | string | no | |
485
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application_id | string | no | || claimed | boolean | no | || created_at | string | no | || expires_on | string | no | || meta | string | no | || points | number | no | || remaining_points | number | no | || text_1 | string | no | || text_2 | string | no | || text_3 | string | no | || txn_name | string | no | || updated_at | string | no | || user_id | string | no | |
566
486
 
567
487
  ---
568
488
 
569
-
570
-
571
-
572
- #### [OrderDiscountRequest](#OrderDiscountRequest)
489
+ #### [PointsHistoryResponse](#PointsHistoryResponse)
573
490
 
574
491
  | Properties | Type | Nullable | Description |
575
- | ---------- | ---- | -------- | ----------- |
576
- | order_amount | number | yes | |
577
- | currency | string | no | |
492
+ | ---------- | ---- | -------- | ----------- || items | [[PointsHistory](#PointsHistory)] | no | || page | [Page](#Page) | no | |
578
493
 
579
494
  ---
580
495
 
581
-
582
-
583
-
584
- #### [OrderDiscountRuleBucket](#OrderDiscountRuleBucket)
496
+ #### [PointsResponse](#PointsResponse)
585
497
 
586
498
  | Properties | Type | Nullable | Description |
587
- | ---------- | ---- | -------- | ----------- |
588
- | high | number | no | |
589
- | low | number | no | |
590
- | max | number | no | |
591
- | value | number | no | |
592
- | value_type | string | no | |
499
+ | ---------- | ---- | -------- | ----------- || points | number | no | |
593
500
 
594
501
  ---
595
502
 
596
-
597
-
598
-
599
- #### [DiscountProperties](#DiscountProperties)
503
+ #### [RedeemReferralCodeRequest](#RedeemReferralCodeRequest)
600
504
 
601
505
  | Properties | Type | Nullable | Description |
602
- | ---------- | ---- | -------- | ----------- |
603
- | absolute | number | no | |
604
- | currency | string | no | |
605
- | display_absolute | string | no | |
606
- | display_percent | string | no | |
607
- | percent | number | no | |
506
+ | ---------- | ---- | -------- | ----------- || device_id | string | no | || referral_code | string | no | |
608
507
 
609
508
  ---
610
509
 
611
-
612
-
613
-
614
- #### [OrderDiscountResponse](#OrderDiscountResponse)
510
+ #### [RedeemReferralCodeResponse](#RedeemReferralCodeResponse)
615
511
 
616
512
  | Properties | Type | Nullable | Description |
617
- | ---------- | ---- | -------- | ----------- |
618
- | order_amount | number | no | |
619
- | points | number | no | |
620
- | discount | [DiscountProperties](#DiscountProperties) | no | |
621
- | base_discount | [DiscountProperties](#DiscountProperties) | no | |
622
- | applied_rule_bucket | [OrderDiscountRuleBucket](#OrderDiscountRuleBucket) | no | |
513
+ | ---------- | ---- | -------- | ----------- || message | string | no | || points | number | no | || redeemed | boolean | no | || referrer_id | string | no | || referrer_info | string | no | |
623
514
 
624
515
  ---
625
516
 
626
-
627
-
628
-
629
- #### [RedeemReferralCodeRequest](#RedeemReferralCodeRequest)
517
+ #### [ReferralDetailsResponse](#ReferralDetailsResponse)
630
518
 
631
519
  | Properties | Type | Nullable | Description |
632
- | ---------- | ---- | -------- | ----------- |
633
- | device_id | string | no | |
634
- | referral_code | string | no | |
520
+ | ---------- | ---- | -------- | ----------- || referral | [Offer](#Offer) | no | || referrer_info | string | no | || share | [ShareMessages](#ShareMessages) | no | || terms_conditions_link | string | no | || user | [ReferralDetailsUser](#ReferralDetailsUser) | no | |
635
521
 
636
522
  ---
637
523
 
638
-
639
-
640
-
641
- #### [RedeemReferralCodeResponse](#RedeemReferralCodeResponse)
524
+ #### [ReferralDetailsUser](#ReferralDetailsUser)
642
525
 
643
526
  | Properties | Type | Nullable | Description |
644
- | ---------- | ---- | -------- | ----------- |
645
- | redeemed | boolean | no | |
646
- | message | string | no | |
647
- | referrer_info | string | no | |
648
- | referrer_id | string | no | |
649
- | points | number | no | |
527
+ | ---------- | ---- | -------- | ----------- || blocked | boolean | no | || points | number | no | || redeemed | boolean | no | || referral_code | string | no | |
650
528
 
651
529
  ---
652
530
 
653
-
654
-
655
-
656
- #### [PointsHistoryResponse](#PointsHistoryResponse)
531
+ #### [RewardsArticle](#RewardsArticle)
657
532
 
658
533
  | Properties | Type | Nullable | Description |
659
- | ---------- | ---- | -------- | ----------- |
660
- | items | [[PointsHistory](#PointsHistory)] | no | History is the list of points transaction. |
661
- | page | [Page](#Page) | no | |
534
+ | ---------- | ---- | -------- | ----------- || id | string | no | || points | number | no | || price | number | no | |
662
535
 
663
536
  ---
664
537
 
665
-
666
-
667
-
668
- #### [PointsHistory](#PointsHistory)
538
+ #### [Schedule](#Schedule)
669
539
 
670
540
  | Properties | Type | Nullable | Description |
671
- | ---------- | ---- | -------- | ----------- |
672
- | _id | string | no | |
673
- | application_id | string | no | |
674
- | claimed | boolean | no | |
675
- | created_at | string | no | |
676
- | expires_on | string | no | |
677
- | meta | string | no | |
678
- | points | number | no | |
679
- | remaining_points | number | no | |
680
- | text_1 | string | no | |
681
- | text_2 | string | no | |
682
- | text_3 | string | no | |
683
- | txn_name | string | no | |
684
- | updated_at | string | no | |
685
- | user_id | string | no | |
541
+ | ---------- | ---- | -------- | ----------- || cron | string | no | || duration | number | no | || end | string | no | || start | string | no | |
686
542
 
687
543
  ---
688
544
 
689
-
690
-
691
-
692
- #### [Page](#Page)
545
+ #### [ShareMessages](#ShareMessages)
693
546
 
694
547
  | Properties | Type | Nullable | Description |
695
- | ---------- | ---- | -------- | ----------- |
696
- | current | number | no | |
697
- | has_next | boolean | no | |
698
- | has_previous | boolean | no | |
699
- | item_total | number | no | |
700
- | next_id | string | no | |
701
- | size | number | no | |
702
- | type | string | no | |
548
+ | ---------- | ---- | -------- | ----------- || email | number | no | || facebook | string | no | || fallback | string | no | || message | string | no | || messenger | string | no | || sms | string | no | || text | string | no | || twitter | string | no | || whatsapp | string | no | |
703
549
 
704
550
  ---
705
551