@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,13 +8,13 @@
8
8
  ## Share Methods
9
9
  Short link and QR Code
10
10
 
11
+ * [createShortLink](#createshortlink)
11
12
  * [getApplicationQRCode](#getapplicationqrcode)
12
- * [getProductQRCodeBySlug](#getproductqrcodebyslug)
13
13
  * [getCollectionQRCodeBySlug](#getcollectionqrcodebyslug)
14
- * [getUrlQRCode](#geturlqrcode)
15
- * [createShortLink](#createshortlink)
16
- * [getShortLinkByHash](#getshortlinkbyhash)
17
14
  * [getOriginalShortLinkByHash](#getoriginalshortlinkbyhash)
15
+ * [getProductQRCodeBySlug](#getproductqrcodebyslug)
16
+ * [getShortLinkByHash](#getshortlinkbyhash)
17
+ * [getUrlQRCode](#geturlqrcode)
18
18
 
19
19
 
20
20
 
@@ -23,34 +23,38 @@ Short link and QR Code
23
23
 
24
24
 
25
25
 
26
- ### getApplicationQRCode
27
- Create QR Code of an app
26
+ ### createShortLink
27
+ Create a short link
28
28
 
29
29
 
30
30
 
31
31
  ```javascript
32
32
  // Promise
33
- const promise = share.getApplicationQRCode();
33
+ const promise = share.createShortLink({ body : value });
34
34
 
35
35
  // Async/Await
36
- const data = await share.getApplicationQRCode();
36
+ const data = await share.createShortLink({ body : value });
37
37
  ```
38
38
 
39
39
 
40
40
 
41
41
 
42
42
 
43
+ | Argument | Type | Required | Description |
44
+ | --------- | ----- | -------- | ----------- |
45
+ | body | [ShortLinkReq](#ShortLinkReq) | yes | Request body |
43
46
 
44
- Use this API to create a QR code of an app for sharing it with users who want to use the app.
47
+
48
+ Use this API to create a short link that is easy to write/share/read as compared to long URLs.
45
49
 
46
50
  *Returned Response:*
47
51
 
48
52
 
49
53
 
50
54
 
51
- [QRCodeResp](#QRCodeResp)
55
+ [ShortLinkRes](#ShortLinkRes)
52
56
 
53
- Success. Check the example shown below or refer `QRCodeResp` for more details.
57
+ Success. Check the example shown below or refer `ShortLinkRes` for more details.
54
58
 
55
59
 
56
60
 
@@ -60,8 +64,43 @@ Success. Check the example shown below or refer `QRCodeResp` for more details.
60
64
 
61
65
  ```json
62
66
  {
63
- "link": "https://fynd.com",
64
- "svg": "<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 29 29\\\" shape-rendering=\\\"crispEdges\\\"></svg>"
67
+ "url": {
68
+ "original": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh",
69
+ "short": "https://0icof6vvsf.hostx0.de/l/3qKlnsq-x",
70
+ "hash": "3qKlnsq-x"
71
+ },
72
+ "redirects": {
73
+ "ios": {
74
+ "type": "web",
75
+ "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
76
+ },
77
+ "android": {
78
+ "type": "web",
79
+ "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
80
+ },
81
+ "web": {
82
+ "type": "web",
83
+ "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
84
+ },
85
+ "force_web": false
86
+ },
87
+ "created_by": "team",
88
+ "personalized": false,
89
+ "app_redirect": false,
90
+ "fallback": "web",
91
+ "enable_tracking": false,
92
+ "active": true,
93
+ "count": 0,
94
+ "_id": "601a54054c0349592e76c8f3",
95
+ "title": "new ",
96
+ "meta": {
97
+ "type": "brand"
98
+ },
99
+ "expire_at": null,
100
+ "application": "5eda528b97457fe43a733ace",
101
+ "user_id": "5e4d01e2c39837ab66144f6d",
102
+ "created_at": "2021-02-03T07:43:01.342Z",
103
+ "updated_at": "2021-02-03T07:43:01.342Z"
65
104
  }
66
105
  ```
67
106
  </details>
@@ -77,30 +116,25 @@ Success. Check the example shown below or refer `QRCodeResp` for more details.
77
116
  ---
78
117
 
79
118
 
80
- ### getProductQRCodeBySlug
81
- Create QR Code of a product
119
+ ### getApplicationQRCode
120
+ Create QR Code of an app
82
121
 
83
122
 
84
123
 
85
124
  ```javascript
86
125
  // Promise
87
- const promise = share.getProductQRCodeBySlug({ slug : value });
126
+ const promise = share.getApplicationQRCode();
88
127
 
89
128
  // Async/Await
90
- const data = await share.getProductQRCodeBySlug({ slug : value });
129
+ const data = await share.getApplicationQRCode();
91
130
  ```
92
131
 
93
132
 
94
133
 
95
134
 
96
135
 
97
- | Argument | Type | Required | Description |
98
- | --------- | ----- | -------- | ----------- |
99
- | slug | string | yes | A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint. |
100
-
101
136
 
102
-
103
- Use this API to create a QR code of a product for sharing it with users who want to view/purchase the product.
137
+ Use this API to create a QR code of an app for sharing it with users who want to use the app.
104
138
 
105
139
  *Returned Response:*
106
140
 
@@ -119,7 +153,7 @@ Success. Check the example shown below or refer `QRCodeResp` for more details.
119
153
 
120
154
  ```json
121
155
  {
122
- "link": "https://fynd.com/products/shirt-small-blue",
156
+ "link": "https://fynd.com",
123
157
  "svg": "<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 29 29\\\" shape-rendering=\\\"crispEdges\\\"></svg>"
124
158
  }
125
159
  ```
@@ -195,17 +229,17 @@ Success. Check the example shown below or refer `QRCodeResp` for more details.
195
229
  ---
196
230
 
197
231
 
198
- ### getUrlQRCode
199
- Create QR Code of a URL
232
+ ### getOriginalShortLinkByHash
233
+ Get original link by hash
200
234
 
201
235
 
202
236
 
203
237
  ```javascript
204
238
  // Promise
205
- const promise = share.getUrlQRCode({ url : value });
239
+ const promise = share.getOriginalShortLinkByHash({ hash : value });
206
240
 
207
241
  // Async/Await
208
- const data = await share.getUrlQRCode({ url : value });
242
+ const data = await share.getOriginalShortLinkByHash({ hash : value });
209
243
  ```
210
244
 
211
245
 
@@ -214,20 +248,20 @@ const data = await share.getUrlQRCode({ url : value });
214
248
 
215
249
  | Argument | Type | Required | Description |
216
250
  | --------- | ----- | -------- | ----------- |
217
- | url | string | yes | A link or a web address |
251
+ | hash | string | yes | A string value used for converting long URL to short URL and vice-versa. |
218
252
 
219
253
 
220
254
 
221
- Use this API to create a QR code of a URL for sharing it with users who want to visit the link.
255
+ Use this API to retrieve the original link from a short-link by using a hash value.
222
256
 
223
257
  *Returned Response:*
224
258
 
225
259
 
226
260
 
227
261
 
228
- [QRCodeResp](#QRCodeResp)
262
+ [ShortLinkRes](#ShortLinkRes)
229
263
 
230
- Success. Check the example shown below or refer `QRCodeResp` for more details.
264
+ Success. Check the example shown below or refer `ShortLinkRes` for more details.
231
265
 
232
266
 
233
267
 
@@ -237,8 +271,43 @@ Success. Check the example shown below or refer `QRCodeResp` for more details.
237
271
 
238
272
  ```json
239
273
  {
240
- "link": "https://fynd.com",
241
- "svg": "<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 29 29\\\" shape-rendering=\\\"crispEdges\\\"></svg>"
274
+ "url": {
275
+ "original": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh",
276
+ "short": "https://0icof6vvsf.hostx0.de/l/3qKlnsq-x",
277
+ "hash": "3qKlnsq-x"
278
+ },
279
+ "redirects": {
280
+ "ios": {
281
+ "type": "web",
282
+ "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
283
+ },
284
+ "android": {
285
+ "type": "web",
286
+ "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
287
+ },
288
+ "web": {
289
+ "type": "web",
290
+ "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
291
+ },
292
+ "force_web": false
293
+ },
294
+ "created_by": "team",
295
+ "personalized": false,
296
+ "app_redirect": false,
297
+ "fallback": "web",
298
+ "enable_tracking": false,
299
+ "active": true,
300
+ "count": 0,
301
+ "_id": "601a54054c0349592e76c8f3",
302
+ "title": "new ",
303
+ "meta": {
304
+ "type": "brand"
305
+ },
306
+ "expire_at": null,
307
+ "application": "5eda528b97457fe43a733ace",
308
+ "user_id": "5e4d01e2c39837ab66144f6d",
309
+ "created_at": "2021-02-03T07:43:01.342Z",
310
+ "updated_at": "2021-02-03T07:43:01.342Z"
242
311
  }
243
312
  ```
244
313
  </details>
@@ -254,17 +323,17 @@ Success. Check the example shown below or refer `QRCodeResp` for more details.
254
323
  ---
255
324
 
256
325
 
257
- ### createShortLink
258
- Create a short link
326
+ ### getProductQRCodeBySlug
327
+ Create QR Code of a product
259
328
 
260
329
 
261
330
 
262
331
  ```javascript
263
332
  // Promise
264
- const promise = share.createShortLink({ body : value });
333
+ const promise = share.getProductQRCodeBySlug({ slug : value });
265
334
 
266
335
  // Async/Await
267
- const data = await share.createShortLink({ body : value });
336
+ const data = await share.getProductQRCodeBySlug({ slug : value });
268
337
  ```
269
338
 
270
339
 
@@ -272,20 +341,21 @@ const data = await share.createShortLink({ body : value });
272
341
 
273
342
 
274
343
  | Argument | Type | Required | Description |
275
- | --------- | ----- | -------- | ----------- |
276
- | body | [ShortLinkReq](#ShortLinkReq) | yes | Request body |
344
+ | --------- | ----- | -------- | ----------- |
345
+ | slug | string | yes | A short, human-readable, URL-friendly identifier of a product. You can get slug value from the endpoint. |
277
346
 
278
347
 
279
- Use this API to create a short link that is easy to write/share/read as compared to long URLs.
348
+
349
+ Use this API to create a QR code of a product for sharing it with users who want to view/purchase the product.
280
350
 
281
351
  *Returned Response:*
282
352
 
283
353
 
284
354
 
285
355
 
286
- [ShortLinkRes](#ShortLinkRes)
356
+ [QRCodeResp](#QRCodeResp)
287
357
 
288
- Success. Check the example shown below or refer `ShortLinkRes` for more details.
358
+ Success. Check the example shown below or refer `QRCodeResp` for more details.
289
359
 
290
360
 
291
361
 
@@ -295,43 +365,8 @@ Success. Check the example shown below or refer `ShortLinkRes` for more details.
295
365
 
296
366
  ```json
297
367
  {
298
- "url": {
299
- "original": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh",
300
- "short": "https://0icof6vvsf.hostx0.de/l/3qKlnsq-x",
301
- "hash": "3qKlnsq-x"
302
- },
303
- "redirects": {
304
- "ios": {
305
- "type": "web",
306
- "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
307
- },
308
- "android": {
309
- "type": "web",
310
- "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
311
- },
312
- "web": {
313
- "type": "web",
314
- "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
315
- },
316
- "force_web": false
317
- },
318
- "created_by": "team",
319
- "personalized": false,
320
- "app_redirect": false,
321
- "fallback": "web",
322
- "enable_tracking": false,
323
- "active": true,
324
- "count": 0,
325
- "_id": "601a54054c0349592e76c8f3",
326
- "title": "new ",
327
- "meta": {
328
- "type": "brand"
329
- },
330
- "expire_at": null,
331
- "application": "5eda528b97457fe43a733ace",
332
- "user_id": "5e4d01e2c39837ab66144f6d",
333
- "created_at": "2021-02-03T07:43:01.342Z",
334
- "updated_at": "2021-02-03T07:43:01.342Z"
368
+ "link": "https://fynd.com/products/shirt-small-blue",
369
+ "svg": "<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 29 29\\\" shape-rendering=\\\"crispEdges\\\"></svg>"
335
370
  }
336
371
  ```
337
372
  </details>
@@ -441,17 +476,17 @@ Success. Check the example shown below or refer `ShortLinkRes` for more details.
441
476
  ---
442
477
 
443
478
 
444
- ### getOriginalShortLinkByHash
445
- Get original link by hash
479
+ ### getUrlQRCode
480
+ Create QR Code of a URL
446
481
 
447
482
 
448
483
 
449
484
  ```javascript
450
485
  // Promise
451
- const promise = share.getOriginalShortLinkByHash({ hash : value });
486
+ const promise = share.getUrlQRCode({ url : value });
452
487
 
453
488
  // Async/Await
454
- const data = await share.getOriginalShortLinkByHash({ hash : value });
489
+ const data = await share.getUrlQRCode({ url : value });
455
490
  ```
456
491
 
457
492
 
@@ -460,20 +495,20 @@ const data = await share.getOriginalShortLinkByHash({ hash : value });
460
495
 
461
496
  | Argument | Type | Required | Description |
462
497
  | --------- | ----- | -------- | ----------- |
463
- | hash | string | yes | A string value used for converting long URL to short URL and vice-versa. |
498
+ | url | string | yes | A link or a web address |
464
499
 
465
500
 
466
501
 
467
- Use this API to retrieve the original link from a short-link by using a hash value.
502
+ Use this API to create a QR code of a URL for sharing it with users who want to visit the link.
468
503
 
469
504
  *Returned Response:*
470
505
 
471
506
 
472
507
 
473
508
 
474
- [ShortLinkRes](#ShortLinkRes)
509
+ [QRCodeResp](#QRCodeResp)
475
510
 
476
- Success. Check the example shown below or refer `ShortLinkRes` for more details.
511
+ Success. Check the example shown below or refer `QRCodeResp` for more details.
477
512
 
478
513
 
479
514
 
@@ -483,43 +518,8 @@ Success. Check the example shown below or refer `ShortLinkRes` for more details.
483
518
 
484
519
  ```json
485
520
  {
486
- "url": {
487
- "original": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh",
488
- "short": "https://0icof6vvsf.hostx0.de/l/3qKlnsq-x",
489
- "hash": "3qKlnsq-x"
490
- },
491
- "redirects": {
492
- "ios": {
493
- "type": "web",
494
- "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
495
- },
496
- "android": {
497
- "type": "web",
498
- "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
499
- },
500
- "web": {
501
- "type": "web",
502
- "link": "https://0icof6vvsf.hostx0.de/products/?brand=ruosh"
503
- },
504
- "force_web": false
505
- },
506
- "created_by": "team",
507
- "personalized": false,
508
- "app_redirect": false,
509
- "fallback": "web",
510
- "enable_tracking": false,
511
- "active": true,
512
- "count": 0,
513
- "_id": "601a54054c0349592e76c8f3",
514
- "title": "new ",
515
- "meta": {
516
- "type": "brand"
517
- },
518
- "expire_at": null,
519
- "application": "5eda528b97457fe43a733ace",
520
- "user_id": "5e4d01e2c39837ab66144f6d",
521
- "created_at": "2021-02-03T07:43:01.342Z",
522
- "updated_at": "2021-02-03T07:43:01.342Z"
521
+ "link": "https://fynd.com",
522
+ "svg": "<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 29 29\\\" shape-rendering=\\\"crispEdges\\\"></svg>"
523
523
  }
524
524
  ```
525
525
  </details>
@@ -538,193 +538,95 @@ Success. Check the example shown below or refer `ShortLinkRes` for more details.
538
538
 
539
539
  ### Schemas
540
540
 
541
-
542
-
543
- #### [QRCodeResp](#QRCodeResp)
541
+
542
+ #### [Attribution](#Attribution)
544
543
 
545
544
  | Properties | Type | Nullable | Description |
546
- | ---------- | ---- | -------- | ----------- |
547
- | link | string | no | |
548
- | svg | string | no | |
545
+ | ---------- | ---- | -------- | ----------- || campaign_cookie_expiry | string | no | |
549
546
 
550
547
  ---
551
548
 
552
-
553
-
554
-
555
- #### [RedirectDevice](#RedirectDevice)
549
+ #### [CampaignShortLink](#CampaignShortLink)
556
550
 
557
551
  | Properties | Type | Nullable | Description |
558
- | ---------- | ---- | -------- | ----------- |
559
- | link | string | no | |
560
- | type | string | no | |
552
+ | ---------- | ---- | -------- | ----------- || medium | string | no | || source | string | no | |
561
553
 
562
554
  ---
563
555
 
564
-
565
-
566
-
567
- #### [WebRedirect](#WebRedirect)
556
+ #### [ErrorRes](#ErrorRes)
568
557
 
569
558
  | Properties | Type | Nullable | Description |
570
- | ---------- | ---- | -------- | ----------- |
571
- | link | string | no | |
572
- | type | string | no | |
559
+ | ---------- | ---- | -------- | ----------- || message | string | no | |
573
560
 
574
561
  ---
575
562
 
576
-
577
-
578
-
579
- #### [Redirects](#Redirects)
563
+ #### [Page](#Page)
580
564
 
581
565
  | Properties | Type | Nullable | Description |
582
- | ---------- | ---- | -------- | ----------- |
583
- | ios | [RedirectDevice](#RedirectDevice) | no | |
584
- | android | [RedirectDevice](#RedirectDevice) | no | |
585
- | web | [WebRedirect](#WebRedirect) | no | |
586
- | force_web | boolean | no | |
566
+ | ---------- | ---- | -------- | ----------- || 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 | |
587
567
 
588
568
  ---
589
569
 
590
-
591
-
592
-
593
- #### [CampaignShortLink](#CampaignShortLink)
570
+ #### [QRCodeResp](#QRCodeResp)
594
571
 
595
572
  | Properties | Type | Nullable | Description |
596
- | ---------- | ---- | -------- | ----------- |
597
- | source | string | no | |
598
- | medium | string | no | |
573
+ | ---------- | ---- | -------- | ----------- || link | string | no | || svg | string | no | |
599
574
 
600
575
  ---
601
576
 
602
-
603
-
604
-
605
- #### [Attribution](#Attribution)
577
+ #### [RedirectDevice](#RedirectDevice)
606
578
 
607
579
  | Properties | Type | Nullable | Description |
608
- | ---------- | ---- | -------- | ----------- |
609
- | campaign_cookie_expiry | string | no | |
580
+ | ---------- | ---- | -------- | ----------- || link | string | no | || type | string | no | |
610
581
 
611
582
  ---
612
583
 
613
-
614
-
615
-
616
- #### [SocialMediaTags](#SocialMediaTags)
584
+ #### [Redirects](#Redirects)
617
585
 
618
586
  | Properties | Type | Nullable | Description |
619
- | ---------- | ---- | -------- | ----------- |
620
- | title | string | no | |
621
- | description | string | no | |
622
- | image | string | no | |
587
+ | ---------- | ---- | -------- | ----------- || android | [RedirectDevice](#RedirectDevice) | no | || force_web | boolean | no | || ios | [RedirectDevice](#RedirectDevice) | no | || web | [WebRedirect](#WebRedirect) | no | |
623
588
 
624
589
  ---
625
590
 
626
-
627
-
628
-
629
- #### [ShortLinkReq](#ShortLinkReq)
591
+ #### [ShortLinkList](#ShortLinkList)
630
592
 
631
593
  | Properties | Type | Nullable | Description |
632
- | ---------- | ---- | -------- | ----------- |
633
- | title | string | yes | Give a name to the link. |
634
- | url | string | yes | The web address to shorten. |
635
- | hash | string | no | |
636
- | active | boolean | no | |
637
- | expire_at | string | no | |
638
- | enable_tracking | boolean | no | |
639
- | personalized | boolean | no | To create personalized short links. |
640
- | campaign | [CampaignShortLink](#CampaignShortLink) | no | |
641
- | redirects | [Redirects](#Redirects) | no | |
642
- | attribution | [Attribution](#Attribution) | no | |
643
- | social_media_tags | [SocialMediaTags](#SocialMediaTags) | no | |
644
- | count | number | no | |
594
+ | ---------- | ---- | -------- | ----------- || items | [[ShortLinkRes](#ShortLinkRes)] | no | || page | [Page](#Page) | no | |
645
595
 
646
596
  ---
647
597
 
648
-
649
-
650
-
651
- #### [UrlInfo](#UrlInfo)
598
+ #### [ShortLinkReq](#ShortLinkReq)
652
599
 
653
600
  | Properties | Type | Nullable | Description |
654
- | ---------- | ---- | -------- | ----------- |
655
- | original | string | no | |
656
- | short | string | no | |
657
- | hash | string | no | |
601
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || attribution | [Attribution](#Attribution) | no | || campaign | [CampaignShortLink](#CampaignShortLink) | no | || count | number | no | || enable_tracking | boolean | no | || expire_at | string | no | || hash | string | no | || personalized | boolean | no | || redirects | [Redirects](#Redirects) | no | || social_media_tags | [SocialMediaTags](#SocialMediaTags) | no | || title | string | yes | || url | string | yes | |
658
602
 
659
603
  ---
660
604
 
661
-
662
-
663
-
664
- #### [ShortLinkRes](#ShortLinkRes)
605
+ #### [ShortLinkRes](#ShortLinkRes)
665
606
 
666
607
  | Properties | Type | Nullable | Description |
667
- | ---------- | ---- | -------- | ----------- |
668
- | title | string | no | |
669
- | url | [UrlInfo](#UrlInfo) | no | |
670
- | created_by | string | no | |
671
- | app_redirect | boolean | no | |
672
- | fallback | string | no | |
673
- | active | boolean | no | |
674
- | _id | string | no | |
675
- | enable_tracking | boolean | no | |
676
- | expire_at | string | no | |
677
- | application | string | no | |
678
- | user_id | string | no | |
679
- | created_at | string | no | |
680
- | meta | string | no | |
681
- | updated_at | string | no | |
682
- | personalized | boolean | no | To create personalized short links |
683
- | campaign | [CampaignShortLink](#CampaignShortLink) | no | |
684
- | redirects | [Redirects](#Redirects) | no | |
685
- | attribution | [Attribution](#Attribution) | no | |
686
- | social_media_tags | [SocialMediaTags](#SocialMediaTags) | no | |
687
- | count | number | no | |
608
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || active | boolean | no | || app_redirect | boolean | no | || application | string | no | || attribution | [Attribution](#Attribution) | no | || campaign | [CampaignShortLink](#CampaignShortLink) | no | || count | number | no | || created_at | string | no | || created_by | string | no | || enable_tracking | boolean | no | || expire_at | string | no | || fallback | string | no | || meta | string | no | || personalized | boolean | no | || redirects | [Redirects](#Redirects) | no | || social_media_tags | [SocialMediaTags](#SocialMediaTags) | no | || title | string | no | || updated_at | string | no | || url | [UrlInfo](#UrlInfo) | no | || user_id | string | no | |
688
609
 
689
610
  ---
690
611
 
691
-
692
-
693
-
694
- #### [Page](#Page)
612
+ #### [SocialMediaTags](#SocialMediaTags)
695
613
 
696
614
  | Properties | Type | Nullable | Description |
697
- | ---------- | ---- | -------- | ----------- |
698
- | item_total | number | no | |
699
- | next_id | string | no | |
700
- | has_previous | boolean | no | |
701
- | has_next | boolean | no | |
702
- | current | number | no | |
703
- | type | string | yes | |
704
- | size | number | no | |
615
+ | ---------- | ---- | -------- | ----------- || description | string | no | || image | string | no | || title | string | no | |
705
616
 
706
617
  ---
707
618
 
708
-
709
-
710
-
711
- #### [ShortLinkList](#ShortLinkList)
619
+ #### [UrlInfo](#UrlInfo)
712
620
 
713
621
  | Properties | Type | Nullable | Description |
714
- | ---------- | ---- | -------- | ----------- |
715
- | items | [[ShortLinkRes](#ShortLinkRes)] | no | |
716
- | page | [Page](#Page) | no | |
622
+ | ---------- | ---- | -------- | ----------- || hash | string | no | || original | string | no | || short | string | no | |
717
623
 
718
624
  ---
719
625
 
720
-
721
-
722
-
723
- #### [ErrorRes](#ErrorRes)
626
+ #### [WebRedirect](#WebRedirect)
724
627
 
725
628
  | Properties | Type | Nullable | Description |
726
- | ---------- | ---- | -------- | ----------- |
727
- | message | string | no | |
629
+ | ---------- | ---- | -------- | ----------- || link | string | no | || type | string | no | |
728
630
 
729
631
  ---
730
632