@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
@@ -12,21 +12,21 @@ Content System
12
12
  * [getBlog](#getblog)
13
13
  * [getBlogs](#getblogs)
14
14
  * [getDataLoaders](#getdataloaders)
15
- * [getFaqs](#getfaqs)
16
- * [getFaqCategories](#getfaqcategories)
17
15
  * [getFaqBySlug](#getfaqbyslug)
16
+ * [getFaqCategories](#getfaqcategories)
18
17
  * [getFaqCategoryBySlug](#getfaqcategorybyslug)
18
+ * [getFaqs](#getfaqs)
19
19
  * [getFaqsByCategorySlug](#getfaqsbycategoryslug)
20
20
  * [getLandingPage](#getlandingpage)
21
21
  * [getLegalInformation](#getlegalinformation)
22
22
  * [getNavigations](#getnavigations)
23
+ * [getPage](#getpage)
24
+ * [getPages](#getpages)
23
25
  * [getSEOConfiguration](#getseoconfiguration)
24
- * [getSlideshows](#getslideshows)
25
26
  * [getSlideshow](#getslideshow)
27
+ * [getSlideshows](#getslideshows)
26
28
  * [getSupportInformation](#getsupportinformation)
27
29
  * [getTags](#gettags)
28
- * [getPage](#getpage)
29
- * [getPages](#getpages)
30
30
 
31
31
 
32
32
 
@@ -405,64 +405,57 @@ Success. Returns a JSON object containing all the data loaders injected in the a
405
405
  ---
406
406
 
407
407
 
408
- ### getFaqs
409
- Get a list of FAQs
408
+ ### getFaqBySlug
409
+ Get an FAQ
410
410
 
411
411
 
412
412
 
413
413
  ```javascript
414
414
  // Promise
415
- const promise = content.getFaqs();
415
+ const promise = content.getFaqBySlug({ slug : value });
416
416
 
417
417
  // Async/Await
418
- const data = await content.getFaqs();
418
+ const data = await content.getFaqBySlug({ slug : value });
419
419
  ```
420
420
 
421
421
 
422
422
 
423
423
 
424
424
 
425
+ | Argument | Type | Required | Description |
426
+ | --------- | ----- | -------- | ----------- |
427
+ | slug | string | yes | A short, human-readable, URL-friendly identifier of an FAQ. You can get slug value from the endpoint /service/application/content/v1.0/faq. |
425
428
 
426
- Use this API to get a list of frequently asked questions. Users will benefit from it when facing any issue with the website.
427
429
 
428
- *Returned Response:*
429
430
 
431
+ Use this API to get a particular FAQ by its slug.
430
432
 
433
+ *Returned Response:*
431
434
 
432
435
 
433
- [FaqResponseSchema](#FaqResponseSchema)
434
436
 
435
- Success. Returns a JSON object with question and answers. Check the example shown below or refer `FaqResponseSchema` for more details.
436
437
 
438
+ [FaqSchema](#FaqSchema)
437
439
 
440
+ Success. Returns a question and answer by its slug. Check the example shown below or refer `FaqSchema` for more details.
438
441
 
439
442
 
440
- <details>
441
- <summary><i>&nbsp; Examples:</i></summary>
442
443
 
443
444
 
444
445
  <details>
445
- <summary><i>&nbsp; default</i></summary>
446
+ <summary><i>&nbsp; Example:</i></summary>
446
447
 
447
448
  ```json
448
449
  {
449
- "value": {
450
- "faqs": [
451
- {
452
- "_id": "5eb2db750a8ebf497e315028",
453
- "question": "how to refer my friend",
454
- "answer": "1. Click on refer and earn image in fynd app\n2. Click on share the code\n3. Use any method for sharing\n4. Once the user activates the app with your code, both of you will get the refereal credits.",
455
- "slug": "how to refer",
456
- "application": "000000000000000000000001"
457
- }
458
- ]
459
- }
450
+ "_id": "5eb2db750a8ebf497e315028",
451
+ "question": "how to refer my friend",
452
+ "answer": "1. Click on refer and earn image in fynd app\n2. Click on share the code\n3. Use any method for sharing\n4. Once the user activates the app with your code, both of you will get the refereal credits.",
453
+ "slug": "how to refer",
454
+ "application": "000000000000000000000001"
460
455
  }
461
456
  ```
462
457
  </details>
463
458
 
464
- </details>
465
-
466
459
 
467
460
 
468
461
 
@@ -538,17 +531,17 @@ Success. Returns a JSON object with categories of FAQ. Check the example shown b
538
531
  ---
539
532
 
540
533
 
541
- ### getFaqBySlug
542
- Get an FAQ
534
+ ### getFaqCategoryBySlug
535
+ Get the FAQ category
543
536
 
544
537
 
545
538
 
546
539
  ```javascript
547
540
  // Promise
548
- const promise = content.getFaqBySlug({ slug : value });
541
+ const promise = content.getFaqCategoryBySlug({ slug : value });
549
542
 
550
543
  // Async/Await
551
- const data = await content.getFaqBySlug({ slug : value });
544
+ const data = await content.getFaqCategoryBySlug({ slug : value });
552
545
  ```
553
546
 
554
547
 
@@ -557,20 +550,20 @@ const data = await content.getFaqBySlug({ slug : value });
557
550
 
558
551
  | Argument | Type | Required | Description |
559
552
  | --------- | ----- | -------- | ----------- |
560
- | slug | string | yes | A short, human-readable, URL-friendly identifier of an FAQ. You can get slug value from the endpoint /service/application/content/v1.0/faq. |
553
+ | slug | string | yes | A short, human-readable, URL-friendly identifier of an FAQ category. You can get slug value from the endpoint /service/application/content/v1.0/faq/categories. |
561
554
 
562
555
 
563
556
 
564
- Use this API to get a particular FAQ by its slug.
557
+ FAQs can be divided into categories. Use this API to get the category to which an FAQ belongs.
565
558
 
566
559
  *Returned Response:*
567
560
 
568
561
 
569
562
 
570
563
 
571
- [FaqSchema](#FaqSchema)
564
+ [GetFaqCategoryBySlugSchema](#GetFaqCategoryBySlugSchema)
572
565
 
573
- Success. Returns a question and answer by its slug. Check the example shown below or refer `FaqSchema` for more details.
566
+ Success. Returns a FAQ category with its slug. Check the example shown below or refer `GetFaqCategoryBySlugSchema` for more details.
574
567
 
575
568
 
576
569
 
@@ -580,11 +573,22 @@ Success. Returns a question and answer by its slug. Check the example shown belo
580
573
 
581
574
  ```json
582
575
  {
583
- "_id": "5eb2db750a8ebf497e315028",
584
- "question": "how to refer my friend",
585
- "answer": "1. Click on refer and earn image in fynd app\n2. Click on share the code\n3. Use any method for sharing\n4. Once the user activates the app with your code, both of you will get the refereal credits.",
586
- "slug": "how to refer",
587
- "application": "000000000000000000000001"
576
+ "category": {
577
+ "index": 0,
578
+ "children": [
579
+ {
580
+ "_id": "6026426ae507768b168dee4b",
581
+ "question": "question 1",
582
+ "answer": "answer 1",
583
+ "slug": "question-1",
584
+ "application": "000000000000000000000001"
585
+ }
586
+ ],
587
+ "_id": "60263f80c83c1f89f2863a8a",
588
+ "slug": "test",
589
+ "title": "Test",
590
+ "application": "000000000000000000000001"
591
+ }
588
592
  }
589
593
  ```
590
594
  </details>
@@ -600,68 +604,64 @@ Success. Returns a question and answer by its slug. Check the example shown belo
600
604
  ---
601
605
 
602
606
 
603
- ### getFaqCategoryBySlug
604
- Get the FAQ category
607
+ ### getFaqs
608
+ Get a list of FAQs
605
609
 
606
610
 
607
611
 
608
612
  ```javascript
609
613
  // Promise
610
- const promise = content.getFaqCategoryBySlug({ slug : value });
614
+ const promise = content.getFaqs();
611
615
 
612
616
  // Async/Await
613
- const data = await content.getFaqCategoryBySlug({ slug : value });
617
+ const data = await content.getFaqs();
614
618
  ```
615
619
 
616
620
 
617
621
 
618
622
 
619
623
 
620
- | Argument | Type | Required | Description |
621
- | --------- | ----- | -------- | ----------- |
622
- | slug | string | yes | A short, human-readable, URL-friendly identifier of an FAQ category. You can get slug value from the endpoint /service/application/content/v1.0/faq/categories. |
623
624
 
625
+ Use this API to get a list of frequently asked questions. Users will benefit from it when facing any issue with the website.
624
626
 
627
+ *Returned Response:*
625
628
 
626
- FAQs can be divided into categories. Use this API to get the category to which an FAQ belongs.
627
629
 
628
- *Returned Response:*
629
630
 
630
631
 
632
+ [FaqResponseSchema](#FaqResponseSchema)
631
633
 
634
+ Success. Returns a JSON object with question and answers. Check the example shown below or refer `FaqResponseSchema` for more details.
632
635
 
633
- [GetFaqCategoryBySlugSchema](#GetFaqCategoryBySlugSchema)
634
636
 
635
- Success. Returns a FAQ category with its slug. Check the example shown below or refer `GetFaqCategoryBySlugSchema` for more details.
636
637
 
637
638
 
639
+ <details>
640
+ <summary><i>&nbsp; Examples:</i></summary>
638
641
 
639
642
 
640
643
  <details>
641
- <summary><i>&nbsp; Example:</i></summary>
644
+ <summary><i>&nbsp; default</i></summary>
642
645
 
643
646
  ```json
644
647
  {
645
- "category": {
646
- "index": 0,
647
- "children": [
648
+ "value": {
649
+ "faqs": [
648
650
  {
649
- "_id": "6026426ae507768b168dee4b",
650
- "question": "question 1",
651
- "answer": "answer 1",
652
- "slug": "question-1",
651
+ "_id": "5eb2db750a8ebf497e315028",
652
+ "question": "how to refer my friend",
653
+ "answer": "1. Click on refer and earn image in fynd app\n2. Click on share the code\n3. Use any method for sharing\n4. Once the user activates the app with your code, both of you will get the refereal credits.",
654
+ "slug": "how to refer",
653
655
  "application": "000000000000000000000001"
654
656
  }
655
- ],
656
- "_id": "60263f80c83c1f89f2863a8a",
657
- "slug": "test",
658
- "title": "Test",
659
- "application": "000000000000000000000001"
657
+ ]
660
658
  }
661
659
  }
662
660
  ```
663
661
  </details>
664
662
 
663
+ </details>
664
+
665
665
 
666
666
 
667
667
 
@@ -1166,34 +1166,42 @@ Success. Returns a JSON object with navigation details. Check the example shown
1166
1166
  ---
1167
1167
 
1168
1168
 
1169
- ### getSEOConfiguration
1170
- Get the SEO of an application
1169
+ ### getPage
1170
+ Get a page
1171
1171
 
1172
1172
 
1173
1173
 
1174
1174
  ```javascript
1175
1175
  // Promise
1176
- const promise = content.getSEOConfiguration();
1176
+ const promise = content.getPage({ slug : value,
1177
+ rootId : value });
1177
1178
 
1178
1179
  // Async/Await
1179
- const data = await content.getSEOConfiguration();
1180
+ const data = await content.getPage({ slug : value,
1181
+ rootId : value });
1180
1182
  ```
1181
1183
 
1182
1184
 
1183
1185
 
1184
1186
 
1185
1187
 
1188
+ | Argument | Type | Required | Description |
1189
+ | --------- | ----- | -------- | ----------- |
1190
+ | slug | string | yes | A short, human-readable, URL-friendly identifier of a page. You can get slug value from the endpoint /service/application/content/v2.0/pages/. |
1191
+ | rootId | string | no | ID given to the HTML element |
1192
+
1193
+
1186
1194
 
1187
- Use this API to get the SEO details of an application, which includes a robot.txt, meta-tags and sitemap.
1195
+ Use this API to get the details of a page using its slug. Details include the title, seo, publish status, feature image, tags, meta, etc.
1188
1196
 
1189
1197
  *Returned Response:*
1190
1198
 
1191
1199
 
1192
1200
 
1193
1201
 
1194
- [SeoComponent](#SeoComponent)
1202
+ [PageSchema](#PageSchema)
1195
1203
 
1196
- Success. Returns a JSON object SEO details such as robots.txt, meta-tags, and sitemap. Check the example shown below or refer `SeoComponent` for more details.
1204
+ Success. Returns a JSON object with page details. Check the example shown below or refer `CustomPageSchema` for more details.
1197
1205
 
1198
1206
 
1199
1207
 
@@ -1203,36 +1211,50 @@ Success. Returns a JSON object SEO details such as robots.txt, meta-tags, and si
1203
1211
 
1204
1212
 
1205
1213
  <details>
1206
- <summary><i>&nbsp; Success</i></summary>
1214
+ <summary><i>&nbsp; default</i></summary>
1207
1215
 
1208
1216
  ```json
1209
1217
  {
1210
1218
  "value": {
1211
- "seo": {
1212
- "details": {
1213
- "title": "Zyosa Zyosa"
1214
- },
1215
- "robots_txt": "User-agent: * \nAllow: / \nsancisciasn xwsaixjowqnxwsiwjs",
1216
- "sitemap_enabled": false,
1217
- "cannonical_enabled": false,
1218
- "_id": "6009819ee463ad40de397eb2",
1219
- "app": "000000000000000000000001",
1220
- "created_at": "2021-01-21T13:29:02.543Z",
1221
- "updated_at": "2021-02-05T06:36:16.048Z",
1222
- "__v": 11,
1223
- "custom_meta_tags": [
1224
- {
1225
- "name": "test 0000",
1226
- "content": "<meta name=\"test\" content=\"0000 cn dcje dcj rejre cjrenurenc \">",
1227
- "_id": "6017c301bde3c21dbb13b284"
1228
- },
1229
- {
1230
- "name": "cwdcdc",
1231
- "content": "<meta content=\"wdcewdewc\">",
1232
- "_id": "6017c675bde3c22cfb13b290"
1233
- }
1219
+ "date_meta": {
1220
+ "created_on": "2021-03-16T08:24:19.197Z",
1221
+ "modified_on": "2021-03-16T08:24:19.197Z"
1222
+ },
1223
+ "tags": [
1224
+ "my first page"
1225
+ ],
1226
+ "published": true,
1227
+ "component_ids": [],
1228
+ "archived": false,
1229
+ "_id": "60506dcad18cb33946026862",
1230
+ "title": "my first page",
1231
+ "slug": "1st_page",
1232
+ "feature_image": {
1233
+ "secure_url": "https://google.com/some-image"
1234
+ },
1235
+ "content_path": "https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html",
1236
+ "platform": "web",
1237
+ "description": "hey this is my first page",
1238
+ "visibility": {
1239
+ "test": true
1240
+ },
1241
+ "_schedule": {
1242
+ "start": "2021-04-23T23:50:00.000Z",
1243
+ "next_schedule": [
1244
+ {}
1234
1245
  ]
1235
- }
1246
+ },
1247
+ "seo": {
1248
+ "title": "my first page",
1249
+ "description": "hey this is my first page",
1250
+ "image": {
1251
+ "url": ""
1252
+ }
1253
+ },
1254
+ "type": "rawhtml",
1255
+ "application": "000000000000000000000001",
1256
+ "orientation": "portrait",
1257
+ "page_meta": []
1236
1258
  }
1237
1259
  }
1238
1260
  ```
@@ -1251,18 +1273,18 @@ Success. Returns a JSON object SEO details such as robots.txt, meta-tags, and si
1251
1273
  ---
1252
1274
 
1253
1275
 
1254
- ### getSlideshows
1255
- Get the slideshows
1276
+ ### getPages
1277
+ Get all pages
1256
1278
 
1257
1279
 
1258
1280
 
1259
1281
  ```javascript
1260
1282
  // Promise
1261
- const promise = content.getSlideshows({ pageNo : value,
1283
+ const promise = content.getPages({ pageNo : value,
1262
1284
  pageSize : value });
1263
1285
 
1264
1286
  // Async/Await
1265
- const data = await content.getSlideshows({ pageNo : value,
1287
+ const data = await content.getPages({ pageNo : value,
1266
1288
  pageSize : value });
1267
1289
  ```
1268
1290
 
@@ -1277,16 +1299,16 @@ const data = await content.getSlideshows({ pageNo : value,
1277
1299
 
1278
1300
 
1279
1301
 
1280
- Use this API to get a list of slideshows along with their details.
1302
+ Use this API to get a list of pages.
1281
1303
 
1282
1304
  *Returned Response:*
1283
1305
 
1284
1306
 
1285
1307
 
1286
1308
 
1287
- [SlideshowGetResponse](#SlideshowGetResponse)
1309
+ [PageGetResponse](#PageGetResponse)
1288
1310
 
1289
- Success. Check the example shown below or refer `SlideshowGetResponse` for more details.
1311
+ Success. Returns a list of pages along with their details. Check the example shown below or refer `PageGetStorefrontResponse` for more details.
1290
1312
 
1291
1313
 
1292
1314
 
@@ -1304,44 +1326,38 @@ Success. Check the example shown below or refer `SlideshowGetResponse` for more
1304
1326
  "items": [
1305
1327
  {
1306
1328
  "date_meta": {
1307
- "created_on": "2021-03-14T05:27:12.319Z",
1308
- "modified_on": "2021-03-14T05:27:12.319Z"
1309
- },
1310
- "archived": false,
1311
- "_id": "604d9eb975e9d136bb1b8b83",
1312
- "configuration": {
1313
- "start_on_launch": false,
1314
- "duration": 50,
1315
- "sleep_time": 100,
1316
- "slide_direction": "horizontal"
1329
+ "created_on": "2021-03-14T06:49:03.945Z",
1330
+ "modified_on": "2021-03-14T06:49:03.945Z"
1317
1331
  },
1318
- "slug": "ss-sfsd-updated",
1319
- "platform": "ios",
1320
- "media": [
1321
- {
1322
- "auto_decide_duration": false,
1323
- "type": "image",
1324
- "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png",
1325
- "bg_color": "#ffffff",
1326
- "duration": 10,
1327
- "action": {
1328
- "type": ""
1329
- }
1330
- },
1331
- {
1332
- "auto_decide_duration": true,
1333
- "type": "youtube",
1334
- "url": "https://www.youtube.com/embed/9vJRopau0g0",
1335
- "bg_color": "#ffffff",
1336
- "duration": 909,
1337
- "action": {
1338
- "type": ""
1339
- }
1340
- }
1332
+ "tags": [
1333
+ "my first page"
1341
1334
  ],
1342
- "application": "5cd3db5e9d692cfe5302a7bb",
1343
- "active": true,
1344
- "__v": 0
1335
+ "_id": "604db275b3ae202873964d94",
1336
+ "content_path": "https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html",
1337
+ "title": "test-page",
1338
+ "slug": "test-page",
1339
+ "published": true,
1340
+ "_schedule": {
1341
+ "next_schedule": [
1342
+ {}
1343
+ ],
1344
+ "start": "2021-04-08T07:15:13.000Z",
1345
+ "end": "2021-04-10T02:00:00.000Z"
1346
+ },
1347
+ "feature_image": {
1348
+ "secure_url": "https://google.com/some-image"
1349
+ },
1350
+ "seo": {
1351
+ "title": "my first page",
1352
+ "description": "hey this is my first page",
1353
+ "image": {
1354
+ "url": ""
1355
+ }
1356
+ },
1357
+ "application": "000000000000000000000001",
1358
+ "author": {
1359
+ "name": "Abhinav Maurya"
1360
+ }
1345
1361
  }
1346
1362
  ],
1347
1363
  "page": {
@@ -1366,6 +1382,91 @@ Success. Check the example shown below or refer `SlideshowGetResponse` for more
1366
1382
 
1367
1383
 
1368
1384
 
1385
+ ---
1386
+
1387
+
1388
+ ### getSEOConfiguration
1389
+ Get the SEO of an application
1390
+
1391
+
1392
+
1393
+ ```javascript
1394
+ // Promise
1395
+ const promise = content.getSEOConfiguration();
1396
+
1397
+ // Async/Await
1398
+ const data = await content.getSEOConfiguration();
1399
+ ```
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+ Use this API to get the SEO details of an application, which includes a robot.txt, meta-tags and sitemap.
1407
+
1408
+ *Returned Response:*
1409
+
1410
+
1411
+
1412
+
1413
+ [SeoComponent](#SeoComponent)
1414
+
1415
+ Success. Returns a JSON object SEO details such as robots.txt, meta-tags, and sitemap. Check the example shown below or refer `SeoComponent` for more details.
1416
+
1417
+
1418
+
1419
+
1420
+ <details>
1421
+ <summary><i>&nbsp; Examples:</i></summary>
1422
+
1423
+
1424
+ <details>
1425
+ <summary><i>&nbsp; Success</i></summary>
1426
+
1427
+ ```json
1428
+ {
1429
+ "value": {
1430
+ "seo": {
1431
+ "details": {
1432
+ "title": "Zyosa Zyosa"
1433
+ },
1434
+ "robots_txt": "User-agent: * \nAllow: / \nsancisciasn xwsaixjowqnxwsiwjs",
1435
+ "sitemap_enabled": false,
1436
+ "cannonical_enabled": false,
1437
+ "_id": "6009819ee463ad40de397eb2",
1438
+ "app": "000000000000000000000001",
1439
+ "created_at": "2021-01-21T13:29:02.543Z",
1440
+ "updated_at": "2021-02-05T06:36:16.048Z",
1441
+ "__v": 11,
1442
+ "custom_meta_tags": [
1443
+ {
1444
+ "name": "test 0000",
1445
+ "content": "<meta name=\"test\" content=\"0000 cn dcje dcj rejre cjrenurenc \">",
1446
+ "_id": "6017c301bde3c21dbb13b284"
1447
+ },
1448
+ {
1449
+ "name": "cwdcdc",
1450
+ "content": "<meta content=\"wdcewdewc\">",
1451
+ "_id": "6017c675bde3c22cfb13b290"
1452
+ }
1453
+ ]
1454
+ }
1455
+ }
1456
+ }
1457
+ ```
1458
+ </details>
1459
+
1460
+ </details>
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+
1468
+
1469
+
1369
1470
  ---
1370
1471
 
1371
1472
 
@@ -1472,34 +1573,42 @@ Success. Returns the details of how a slideshow is configured. Check the example
1472
1573
  ---
1473
1574
 
1474
1575
 
1475
- ### getSupportInformation
1476
- Get the support information
1576
+ ### getSlideshows
1577
+ Get the slideshows
1477
1578
 
1478
1579
 
1479
1580
 
1480
1581
  ```javascript
1481
1582
  // Promise
1482
- const promise = content.getSupportInformation();
1583
+ const promise = content.getSlideshows({ pageNo : value,
1584
+ pageSize : value });
1483
1585
 
1484
1586
  // Async/Await
1485
- const data = await content.getSupportInformation();
1587
+ const data = await content.getSlideshows({ pageNo : value,
1588
+ pageSize : value });
1486
1589
  ```
1487
1590
 
1488
1591
 
1489
1592
 
1490
1593
 
1491
1594
 
1595
+ | Argument | Type | Required | Description |
1596
+ | --------- | ----- | -------- | ----------- |
1597
+ | pageNo | number | no | The page number to navigate through the given set of results. Default value is 1. |
1598
+ | pageSize | number | no | The number of items to retrieve in each page. |
1599
+
1492
1600
 
1493
- Use this API to get contact details for customer support including emails and phone numbers.
1601
+
1602
+ Use this API to get a list of slideshows along with their details.
1494
1603
 
1495
1604
  *Returned Response:*
1496
1605
 
1497
1606
 
1498
1607
 
1499
1608
 
1500
- [Support](#Support)
1609
+ [SlideshowGetResponse](#SlideshowGetResponse)
1501
1610
 
1502
- Success. Returns all support information including email and phone number. Check the example shown below or refer `Support` for more details.
1611
+ Success. Check the example shown below or refer `SlideshowGetResponse` for more details.
1503
1612
 
1504
1613
 
1505
1614
 
@@ -1514,28 +1623,56 @@ Success. Returns all support information including email and phone number. Check
1514
1623
  ```json
1515
1624
  {
1516
1625
  "value": {
1517
- "_id": "5ea4980b87a7944094216193",
1518
- "config_type": "app",
1519
- "application": "000000000000000000000001",
1520
- "created_at": "2020-04-25T20:05:31.300Z",
1521
- "updated_at": "2020-12-04T10:48:12.194Z",
1522
- "contact": {
1523
- "phone": {
1524
- "active": true,
1525
- "phone": [
1626
+ "items": [
1627
+ {
1628
+ "date_meta": {
1629
+ "created_on": "2021-03-14T05:27:12.319Z",
1630
+ "modified_on": "2021-03-14T05:27:12.319Z"
1631
+ },
1632
+ "archived": false,
1633
+ "_id": "604d9eb975e9d136bb1b8b83",
1634
+ "configuration": {
1635
+ "start_on_launch": false,
1636
+ "duration": 50,
1637
+ "sleep_time": 100,
1638
+ "slide_direction": "horizontal"
1639
+ },
1640
+ "slug": "ss-sfsd-updated",
1641
+ "platform": "ios",
1642
+ "media": [
1526
1643
  {
1527
- "key": "Jane Doe",
1528
- "code": "91",
1529
- "number": "9988776655"
1644
+ "auto_decide_duration": false,
1645
+ "type": "image",
1646
+ "url": "https://res.cloudinary.com/dwzm9bysq/image/upload/v1567148153/production/system/icons/brands-tab_sfinpk.png",
1647
+ "bg_color": "#ffffff",
1648
+ "duration": 10,
1649
+ "action": {
1650
+ "type": ""
1651
+ }
1652
+ },
1653
+ {
1654
+ "auto_decide_duration": true,
1655
+ "type": "youtube",
1656
+ "url": "https://www.youtube.com/embed/9vJRopau0g0",
1657
+ "bg_color": "#ffffff",
1658
+ "duration": 909,
1659
+ "action": {
1660
+ "type": ""
1661
+ }
1530
1662
  }
1531
- ]
1532
- },
1533
- "email": {
1534
- "active": false,
1535
- "email": []
1663
+ ],
1664
+ "application": "5cd3db5e9d692cfe5302a7bb",
1665
+ "active": true,
1666
+ "__v": 0
1536
1667
  }
1537
- },
1538
- "created": true
1668
+ ],
1669
+ "page": {
1670
+ "type": "number",
1671
+ "current": 1,
1672
+ "size": 1,
1673
+ "item_total": 2,
1674
+ "has_next": true
1675
+ }
1539
1676
  }
1540
1677
  }
1541
1678
  ```
@@ -1554,109 +1691,34 @@ Success. Returns all support information including email and phone number. Check
1554
1691
  ---
1555
1692
 
1556
1693
 
1557
- ### getTags
1558
- Get the tags associated with an application
1559
-
1560
-
1561
-
1562
- ```javascript
1563
- // Promise
1564
- const promise = content.getTags();
1565
-
1566
- // Async/Await
1567
- const data = await content.getTags();
1568
- ```
1569
-
1570
-
1571
-
1572
-
1573
-
1574
-
1575
- Use this API to get all the CSS and JS injected in the application in the form of tags.
1576
-
1577
- *Returned Response:*
1578
-
1579
-
1580
-
1581
-
1582
- [TagsSchema](#TagsSchema)
1583
-
1584
- Success. Returns a JSON object containing all the tags injected in the application. Check the example shown below or refer `TagsSchema` for more details.
1585
-
1586
-
1587
-
1588
-
1589
- <details>
1590
- <summary><i>&nbsp; Example:</i></summary>
1591
-
1592
- ```json
1593
- {
1594
- "application": "000000000000000000000001",
1595
- "_id": "5f7c37b2dd0144bb3a353c5f",
1596
- "tags": [
1597
- {
1598
- "name": "Tapfiliate JS",
1599
- "sub_type": "external",
1600
- "_id": "5f7c37b2dd0144f1f8353c60",
1601
- "type": "js",
1602
- "url": "https://script.tapfiliate.com/tapfiliate.js",
1603
- "position": "body-bottom",
1604
- "attributes": {
1605
- "async": true
1606
- }
1607
- }
1608
- ]
1609
- }
1610
- ```
1611
- </details>
1612
-
1613
-
1614
-
1615
-
1616
-
1617
-
1618
-
1619
-
1620
-
1621
- ---
1622
-
1623
-
1624
- ### getPage
1625
- Get a page
1694
+ ### getSupportInformation
1695
+ Get the support information
1626
1696
 
1627
1697
 
1628
1698
 
1629
1699
  ```javascript
1630
1700
  // Promise
1631
- const promise = content.getPage({ slug : value,
1632
- rootId : value });
1701
+ const promise = content.getSupportInformation();
1633
1702
 
1634
1703
  // Async/Await
1635
- const data = await content.getPage({ slug : value,
1636
- rootId : value });
1704
+ const data = await content.getSupportInformation();
1637
1705
  ```
1638
1706
 
1639
1707
 
1640
1708
 
1641
1709
 
1642
1710
 
1643
- | Argument | Type | Required | Description |
1644
- | --------- | ----- | -------- | ----------- |
1645
- | slug | string | yes | A short, human-readable, URL-friendly identifier of a page. You can get slug value from the endpoint /service/application/content/v2.0/pages/. |
1646
- | rootId | string | no | ID given to the HTML element |
1647
-
1648
-
1649
1711
 
1650
- Use this API to get the details of a page using its slug. Details include the title, seo, publish status, feature image, tags, meta, etc.
1712
+ Use this API to get contact details for customer support including emails and phone numbers.
1651
1713
 
1652
1714
  *Returned Response:*
1653
1715
 
1654
1716
 
1655
1717
 
1656
1718
 
1657
- [PageSchema](#PageSchema)
1719
+ [Support](#Support)
1658
1720
 
1659
- Success. Returns a JSON object with page details. Check the example shown below or refer `CustomPageSchema` for more details.
1721
+ Success. Returns all support information including email and phone number. Check the example shown below or refer `Support` for more details.
1660
1722
 
1661
1723
 
1662
1724
 
@@ -1671,45 +1733,28 @@ Success. Returns a JSON object with page details. Check the example shown below
1671
1733
  ```json
1672
1734
  {
1673
1735
  "value": {
1674
- "date_meta": {
1675
- "created_on": "2021-03-16T08:24:19.197Z",
1676
- "modified_on": "2021-03-16T08:24:19.197Z"
1677
- },
1678
- "tags": [
1679
- "my first page"
1680
- ],
1681
- "published": true,
1682
- "component_ids": [],
1683
- "archived": false,
1684
- "_id": "60506dcad18cb33946026862",
1685
- "title": "my first page",
1686
- "slug": "1st_page",
1687
- "feature_image": {
1688
- "secure_url": "https://google.com/some-image"
1689
- },
1690
- "content_path": "https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html",
1691
- "platform": "web",
1692
- "description": "hey this is my first page",
1693
- "visibility": {
1694
- "test": true
1695
- },
1696
- "_schedule": {
1697
- "start": "2021-04-23T23:50:00.000Z",
1698
- "next_schedule": [
1699
- {}
1700
- ]
1701
- },
1702
- "seo": {
1703
- "title": "my first page",
1704
- "description": "hey this is my first page",
1705
- "image": {
1706
- "url": ""
1736
+ "_id": "5ea4980b87a7944094216193",
1737
+ "config_type": "app",
1738
+ "application": "000000000000000000000001",
1739
+ "created_at": "2020-04-25T20:05:31.300Z",
1740
+ "updated_at": "2020-12-04T10:48:12.194Z",
1741
+ "contact": {
1742
+ "phone": {
1743
+ "active": true,
1744
+ "phone": [
1745
+ {
1746
+ "key": "Jane Doe",
1747
+ "code": "91",
1748
+ "number": "9988776655"
1749
+ }
1750
+ ]
1751
+ },
1752
+ "email": {
1753
+ "active": false,
1754
+ "email": []
1707
1755
  }
1708
1756
  },
1709
- "type": "rawhtml",
1710
- "application": "000000000000000000000001",
1711
- "orientation": "portrait",
1712
- "page_meta": []
1757
+ "created": true
1713
1758
  }
1714
1759
  }
1715
1760
  ```
@@ -1728,107 +1773,62 @@ Success. Returns a JSON object with page details. Check the example shown below
1728
1773
  ---
1729
1774
 
1730
1775
 
1731
- ### getPages
1732
- Get all pages
1776
+ ### getTags
1777
+ Get the tags associated with an application
1733
1778
 
1734
1779
 
1735
1780
 
1736
1781
  ```javascript
1737
1782
  // Promise
1738
- const promise = content.getPages({ pageNo : value,
1739
- pageSize : value });
1783
+ const promise = content.getTags();
1740
1784
 
1741
1785
  // Async/Await
1742
- const data = await content.getPages({ pageNo : value,
1743
- pageSize : value });
1786
+ const data = await content.getTags();
1744
1787
  ```
1745
1788
 
1746
1789
 
1747
1790
 
1748
1791
 
1749
1792
 
1750
- | Argument | Type | Required | Description |
1751
- | --------- | ----- | -------- | ----------- |
1752
- | pageNo | number | no | The page number to navigate through the given set of results. Default value is 1. |
1753
- | pageSize | number | no | The number of items to retrieve in each page. |
1754
-
1755
-
1756
1793
 
1757
- Use this API to get a list of pages.
1794
+ Use this API to get all the CSS and JS injected in the application in the form of tags.
1758
1795
 
1759
1796
  *Returned Response:*
1760
1797
 
1761
1798
 
1762
1799
 
1763
1800
 
1764
- [PageGetResponse](#PageGetResponse)
1765
-
1766
- Success. Returns a list of pages along with their details. Check the example shown below or refer `PageGetStorefrontResponse` for more details.
1767
-
1801
+ [TagsSchema](#TagsSchema)
1768
1802
 
1803
+ Success. Returns a JSON object containing all the tags injected in the application. Check the example shown below or refer `TagsSchema` for more details.
1769
1804
 
1770
1805
 
1771
- <details>
1772
- <summary><i>&nbsp; Examples:</i></summary>
1773
1806
 
1774
1807
 
1775
1808
  <details>
1776
- <summary><i>&nbsp; default</i></summary>
1809
+ <summary><i>&nbsp; Example:</i></summary>
1777
1810
 
1778
1811
  ```json
1779
1812
  {
1780
- "value": {
1781
- "items": [
1782
- {
1783
- "date_meta": {
1784
- "created_on": "2021-03-14T06:49:03.945Z",
1785
- "modified_on": "2021-03-14T06:49:03.945Z"
1786
- },
1787
- "tags": [
1788
- "my first page"
1789
- ],
1790
- "_id": "604db275b3ae202873964d94",
1791
- "content_path": "https://hdn-1.fynd.com/company/1526/applications/61012f6a9250ccd1b9ef8a1d/pages/content/page_slug.html",
1792
- "title": "test-page",
1793
- "slug": "test-page",
1794
- "published": true,
1795
- "_schedule": {
1796
- "next_schedule": [
1797
- {}
1798
- ],
1799
- "start": "2021-04-08T07:15:13.000Z",
1800
- "end": "2021-04-10T02:00:00.000Z"
1801
- },
1802
- "feature_image": {
1803
- "secure_url": "https://google.com/some-image"
1804
- },
1805
- "seo": {
1806
- "title": "my first page",
1807
- "description": "hey this is my first page",
1808
- "image": {
1809
- "url": ""
1810
- }
1811
- },
1812
- "application": "000000000000000000000001",
1813
- "author": {
1814
- "name": "Abhinav Maurya"
1815
- }
1813
+ "application": "000000000000000000000001",
1814
+ "_id": "5f7c37b2dd0144bb3a353c5f",
1815
+ "tags": [
1816
+ {
1817
+ "name": "Tapfiliate JS",
1818
+ "sub_type": "external",
1819
+ "_id": "5f7c37b2dd0144f1f8353c60",
1820
+ "type": "js",
1821
+ "url": "https://script.tapfiliate.com/tapfiliate.js",
1822
+ "position": "body-bottom",
1823
+ "attributes": {
1824
+ "async": true
1816
1825
  }
1817
- ],
1818
- "page": {
1819
- "type": "number",
1820
- "current": 1,
1821
- "size": 1,
1822
- "item_total": 2,
1823
- "has_next": true
1824
1826
  }
1825
- }
1827
+ ]
1826
1828
  }
1827
1829
  ```
1828
1830
  </details>
1829
1831
 
1830
- </details>
1831
-
1832
1832
 
1833
1833
 
1834
1834
 
@@ -1843,1440 +1843,718 @@ Success. Returns a list of pages along with their details. Check the example sho
1843
1843
 
1844
1844
  ### Schemas
1845
1845
 
1846
-
1847
-
1848
- #### [ApplicationLegal](#ApplicationLegal)
1846
+
1847
+ #### [Action](#Action)
1849
1848
 
1850
1849
  | Properties | Type | Nullable | Description |
1851
- | ---------- | ---- | -------- | ----------- |
1852
- | application | string | no | |
1853
- | tnc | string | no | |
1854
- | policy | string | no | |
1855
- | shipping | string | no | |
1856
- | returns | string | no | |
1857
- | faq | [[ApplicationLegalFAQ](#ApplicationLegalFAQ)] | no | |
1858
- | _id | string | no | |
1859
- | updated_at | string | no | |
1860
- | created_at | string | no | |
1850
+ | ---------- | ---- | -------- | ----------- || page | [ActionPage](#ActionPage) | no | || popup | [ActionPage](#ActionPage) | no | || type | string | no | |
1861
1851
 
1862
1852
  ---
1863
1853
 
1864
-
1865
-
1866
-
1867
- #### [ApplicationLegalFAQ](#ApplicationLegalFAQ)
1854
+ #### [ActionPage](#ActionPage)
1868
1855
 
1869
1856
  | Properties | Type | Nullable | Description |
1870
- | ---------- | ---- | -------- | ----------- |
1871
- | question | string | no | |
1872
- | answer | string | no | |
1857
+ | ---------- | ---- | -------- | ----------- || params | [String: [string]] | no | || query | [String: [string]] | no | || type | string | no | || url | string | no | |
1873
1858
 
1874
1859
  ---
1875
1860
 
1876
-
1877
-
1878
-
1879
- #### [PathMappingSchema](#PathMappingSchema)
1861
+ #### [AdminAnnouncementSchema](#AdminAnnouncementSchema)
1880
1862
 
1881
1863
  | Properties | Type | Nullable | Description |
1882
- | ---------- | ---- | -------- | ----------- |
1883
- | application | string | no | |
1884
- | _id | string | no | |
1885
- | redirect_from | string | no | |
1886
- | redirect_to | string | no | |
1887
- | updated_at | string | no | |
1888
- | created_at | string | no | |
1889
- | __source | [PathSourceSchema](#PathSourceSchema) | no | |
1864
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || _schedule | [ScheduleSchema](#ScheduleSchema) | no | || announcement | string | no | || app | string | no | || author | [AnnouncementAuthorSchema](#AnnouncementAuthorSchema) | no | || created_at | string | no | || editor_meta | [EditorMeta](#EditorMeta) | no | || modified_at | string | no | || pages | [[AnnouncementPageSchema](#AnnouncementPageSchema)] | no | || platforms | [string] | no | || title | string | no | |
1890
1865
 
1891
1866
  ---
1892
1867
 
1893
-
1894
-
1895
-
1896
- #### [PathSourceSchema](#PathSourceSchema)
1868
+ #### [AnnouncementAuthorSchema](#AnnouncementAuthorSchema)
1897
1869
 
1898
1870
  | Properties | Type | Nullable | Description |
1899
- | ---------- | ---- | -------- | ----------- |
1900
- | type | string | no | |
1901
- | id | string | no | |
1871
+ | ---------- | ---- | -------- | ----------- || created_by | string | no | || modified_by | string | no | |
1902
1872
 
1903
1873
  ---
1904
1874
 
1905
-
1906
-
1907
-
1908
- #### [SeoComponent](#SeoComponent)
1875
+ #### [AnnouncementPageSchema](#AnnouncementPageSchema)
1909
1876
 
1910
1877
  | Properties | Type | Nullable | Description |
1911
- | ---------- | ---- | -------- | ----------- |
1912
- | seo | [SeoSchema](#SeoSchema) | no | |
1878
+ | ---------- | ---- | -------- | ----------- || page_slug | string | no | || type | string | no | |
1913
1879
 
1914
1880
  ---
1915
1881
 
1916
-
1917
-
1918
-
1919
- #### [SeoSchema](#SeoSchema)
1882
+ #### [AnnouncementSchema](#AnnouncementSchema)
1920
1883
 
1921
1884
  | Properties | Type | Nullable | Description |
1922
- | ---------- | ---- | -------- | ----------- |
1923
- | app | string | no | |
1924
- | _id | string | no | |
1925
- | robots_txt | string | no | |
1926
- | sitemap_enabled | boolean | no | |
1927
- | cannonical_enabled | boolean | no | |
1928
- | custom_meta_tags | [[CustomMetaTag](#CustomMetaTag)] | no | |
1929
- | details | [Detail](#Detail) | no | |
1930
- | created_at | string | no | |
1931
- | updated_at | string | no | |
1885
+ | ---------- | ---- | -------- | ----------- || announcement | string | no | || schedule | [ScheduleStartSchema](#ScheduleStartSchema) | no | |
1932
1886
 
1933
1887
  ---
1934
1888
 
1935
-
1936
-
1937
-
1938
- #### [CustomMetaTag](#CustomMetaTag)
1889
+ #### [AnnouncementsResponseSchema](#AnnouncementsResponseSchema)
1939
1890
 
1940
1891
  | Properties | Type | Nullable | Description |
1941
- | ---------- | ---- | -------- | ----------- |
1942
- | name | string | no | |
1943
- | content | string | no | |
1944
- | _id | string | no | |
1892
+ | ---------- | ---- | -------- | ----------- || announcements | [String: [[AnnouncementSchema](#AnnouncementSchema)]] | no | || refresh_pages | [string] | no | || refresh_rate | number | no | |
1945
1893
 
1946
1894
  ---
1947
1895
 
1948
-
1949
-
1950
-
1951
- #### [Detail](#Detail)
1896
+ #### [ApplicationLegal](#ApplicationLegal)
1952
1897
 
1953
1898
  | Properties | Type | Nullable | Description |
1954
- | ---------- | ---- | -------- | ----------- |
1955
- | title | string | no | |
1956
- | description | string | no | |
1899
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application | string | no | || created_at | string | no | || faq | [[ApplicationLegalFAQ](#ApplicationLegalFAQ)] | no | || policy | string | no | || returns | string | no | || shipping | string | no | || tnc | string | no | || updated_at | string | no | |
1957
1900
 
1958
1901
  ---
1959
1902
 
1960
-
1961
-
1962
-
1963
- #### [AnnouncementPageSchema](#AnnouncementPageSchema)
1903
+ #### [ApplicationLegalFAQ](#ApplicationLegalFAQ)
1964
1904
 
1965
1905
  | Properties | Type | Nullable | Description |
1966
- | ---------- | ---- | -------- | ----------- |
1967
- | page_slug | string | no | |
1968
- | type | string | no | |
1906
+ | ---------- | ---- | -------- | ----------- || answer | string | no | || question | string | no | |
1969
1907
 
1970
1908
  ---
1971
1909
 
1972
-
1973
-
1974
-
1975
- #### [EditorMeta](#EditorMeta)
1910
+ #### [Asset](#Asset)
1976
1911
 
1977
1912
  | Properties | Type | Nullable | Description |
1978
- | ---------- | ---- | -------- | ----------- |
1979
- | foreground_color | string | no | |
1980
- | background_color | string | no | |
1981
- | content_type | string | no | |
1982
- | content | string | no | |
1913
+ | ---------- | ---- | -------- | ----------- || aspect_ratio | string | no | || id | string | no | || secure_url | string | no | |
1983
1914
 
1984
1915
  ---
1985
1916
 
1986
-
1987
-
1988
-
1989
- #### [AnnouncementAuthorSchema](#AnnouncementAuthorSchema)
1917
+ #### [Author](#Author)
1990
1918
 
1991
1919
  | Properties | Type | Nullable | Description |
1992
- | ---------- | ---- | -------- | ----------- |
1993
- | created_by | string | no | |
1994
- | modified_by | string | no | |
1920
+ | ---------- | ---- | -------- | ----------- || designation | string | no | || id | string | no | || name | string | no | |
1995
1921
 
1996
1922
  ---
1997
1923
 
1998
-
1999
-
2000
-
2001
- #### [AdminAnnouncementSchema](#AdminAnnouncementSchema)
1924
+ #### [BlogGetResponse](#BlogGetResponse)
2002
1925
 
2003
1926
  | Properties | Type | Nullable | Description |
2004
- | ---------- | ---- | -------- | ----------- |
2005
- | _id | string | no | |
2006
- | platforms | [string] | no | |
2007
- | title | string | no | |
2008
- | announcement | string | no | |
2009
- | pages | [[AnnouncementPageSchema](#AnnouncementPageSchema)] | no | |
2010
- | editor_meta | [EditorMeta](#EditorMeta) | no | |
2011
- | author | [AnnouncementAuthorSchema](#AnnouncementAuthorSchema) | no | |
2012
- | created_at | string | no | |
2013
- | app | string | no | |
2014
- | modified_at | string | no | |
2015
- | _schedule | [ScheduleSchema](#ScheduleSchema) | no | |
1927
+ | ---------- | ---- | -------- | ----------- || items | [[BlogSchema](#BlogSchema)] | no | || page | [Page](#Page) | no | |
2016
1928
 
2017
1929
  ---
2018
1930
 
2019
-
2020
-
2021
-
2022
- #### [ScheduleSchema](#ScheduleSchema)
1931
+ #### [BlogRequest](#BlogRequest)
2023
1932
 
2024
1933
  | Properties | Type | Nullable | Description |
2025
- | ---------- | ---- | -------- | ----------- |
2026
- | cron | string | no | |
2027
- | start | string | no | |
2028
- | end | string | no | |
2029
- | duration | number | no | |
2030
- | next_schedule | [[NextSchedule](#NextSchedule)] | no | |
1934
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _schedule | [CronSchedule](#CronSchedule) | no | || application | string | no | || author | [Author](#Author) | no | || content | [[ResourceContent](#ResourceContent)] | no | || feature_image | [Asset](#Asset) | no | || published | boolean | no | || reading_time | string | no | || seo | [SEO](#SEO) | no | || slug | string | no | || tags | [string] | no | || title | string | no | |
2031
1935
 
2032
1936
  ---
2033
1937
 
2034
-
2035
-
2036
-
2037
- #### [NextSchedule](#NextSchedule)
1938
+ #### [BlogSchema](#BlogSchema)
2038
1939
 
2039
1940
  | Properties | Type | Nullable | Description |
2040
- | ---------- | ---- | -------- | ----------- |
2041
- | start | string | no | |
2042
- | end | string | no | |
1941
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _id | string | no | || _schedule | [CronSchedule](#CronSchedule) | no | || application | string | no | || archived | boolean | no | || author | [Author](#Author) | no | || content | [[ResourceContent](#ResourceContent)] | no | || date_meta | [DateMeta](#DateMeta) | no | || feature_image | [Asset](#Asset) | no | || published | boolean | no | || reading_time | string | no | || seo | [SEO](#SEO) | no | || slug | string | no | || tags | [string] | no | || title | string | no | |
2043
1942
 
2044
1943
  ---
2045
1944
 
2046
-
2047
-
2048
-
2049
- #### [AnnouncementSchema](#AnnouncementSchema)
1945
+ #### [CategoryRequestSchema](#CategoryRequestSchema)
2050
1946
 
2051
1947
  | Properties | Type | Nullable | Description |
2052
- | ---------- | ---- | -------- | ----------- |
2053
- | announcement | string | no | |
2054
- | schedule | [ScheduleStartSchema](#ScheduleStartSchema) | no | |
1948
+ | ---------- | ---- | -------- | ----------- || slug | string | no | || title | string | no | |
2055
1949
 
2056
1950
  ---
2057
1951
 
2058
-
2059
-
2060
-
2061
- #### [ScheduleStartSchema](#ScheduleStartSchema)
1952
+ #### [CategorySchema](#CategorySchema)
2062
1953
 
2063
1954
  | Properties | Type | Nullable | Description |
2064
- | ---------- | ---- | -------- | ----------- |
2065
- | start | string | no | |
2066
- | end | string | no | |
1955
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _id | string | no | || application | string | no | || children | [string] | no | || description | string | no | || icon_url | string | no | || index | number | no | || slug | string | no | || title | string | no | |
2067
1956
 
2068
1957
  ---
2069
1958
 
2070
-
2071
-
2072
-
2073
- #### [BlogGetResponse](#BlogGetResponse)
1959
+ #### [ChildrenSchema](#ChildrenSchema)
2074
1960
 
2075
1961
  | Properties | Type | Nullable | Description |
2076
- | ---------- | ---- | -------- | ----------- |
2077
- | items | [[BlogSchema](#BlogSchema)] | no | |
2078
- | page | [Page](#Page) | no | |
1962
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || answer | string | no | || application | string | no | || question | string | no | || slug | string | no | |
2079
1963
 
2080
1964
  ---
2081
1965
 
2082
-
2083
-
2084
-
2085
- #### [ResourceContent](#ResourceContent)
1966
+ #### [CommonError](#CommonError)
2086
1967
 
2087
1968
  | Properties | Type | Nullable | Description |
2088
- | ---------- | ---- | -------- | ----------- |
2089
- | type | string | no | |
2090
- | value | string | no | |
1969
+ | ---------- | ---- | -------- | ----------- || message | string | no | |
2091
1970
 
2092
1971
  ---
2093
1972
 
2094
-
2095
-
2096
-
2097
- #### [Asset](#Asset)
1973
+ #### [ConfigurationSchema](#ConfigurationSchema)
2098
1974
 
2099
1975
  | Properties | Type | Nullable | Description |
2100
- | ---------- | ---- | -------- | ----------- |
2101
- | aspect_ratio | string | no | |
2102
- | id | string | no | |
2103
- | secure_url | string | no | |
1976
+ | ---------- | ---- | -------- | ----------- || duration | number | no | || sleep_time | number | no | || slide_direction | string | no | || start_on_launch | boolean | no | |
2104
1977
 
2105
1978
  ---
2106
1979
 
2107
-
2108
-
2109
-
2110
- #### [Author](#Author)
1980
+ #### [ContactSchema](#ContactSchema)
2111
1981
 
2112
1982
  | Properties | Type | Nullable | Description |
2113
- | ---------- | ---- | -------- | ----------- |
2114
- | designation | string | no | |
2115
- | id | string | no | |
2116
- | name | string | no | |
1983
+ | ---------- | ---- | -------- | ----------- || email | [EmailSchema](#EmailSchema) | no | || phone | [PhoneSchema](#PhoneSchema) | no | |
2117
1984
 
2118
1985
  ---
2119
1986
 
2120
-
2121
-
2122
-
2123
- #### [BlogSchema](#BlogSchema)
1987
+ #### [ContentAPIError](#ContentAPIError)
2124
1988
 
2125
1989
  | Properties | Type | Nullable | Description |
2126
- | ---------- | ---- | -------- | ----------- |
2127
- | _id | string | no | |
2128
- | _custom_json | string | no | |
2129
- | application | string | no | |
2130
- | archived | boolean | no | |
2131
- | author | [Author](#Author) | no | |
2132
- | content | [[ResourceContent](#ResourceContent)] | no | |
2133
- | feature_image | [Asset](#Asset) | no | |
2134
- | published | boolean | no | |
2135
- | reading_time | string | no | |
2136
- | slug | string | no | |
2137
- | tags | [string] | no | |
2138
- | seo | [SEO](#SEO) | no | |
2139
- | _schedule | [CronSchedule](#CronSchedule) | no | |
2140
- | title | string | no | |
2141
- | date_meta | [DateMeta](#DateMeta) | no | |
1990
+ | ---------- | ---- | -------- | ----------- || code | string | no | || exception | string | no | || info | string | no | || message | string | no | || meta | string | no | || request_id | string | no | || stack_trace | string | no | || status | number | no | |
2142
1991
 
2143
1992
  ---
2144
1993
 
2145
-
2146
-
2147
-
2148
- #### [SEO](#SEO)
1994
+ #### [ContentSchema](#ContentSchema)
2149
1995
 
2150
1996
  | Properties | Type | Nullable | Description |
2151
- | ---------- | ---- | -------- | ----------- |
2152
- | description | string | no | |
2153
- | image | [SEOImage](#SEOImage) | no | |
2154
- | title | string | no | |
1997
+ | ---------- | ---- | -------- | ----------- || type | string | no | || value | string | no | |
2155
1998
 
2156
1999
  ---
2157
2000
 
2158
-
2159
-
2160
-
2161
- #### [SEOImage](#SEOImage)
2001
+ #### [CreateAnnouncementSchema](#CreateAnnouncementSchema)
2162
2002
 
2163
2003
  | Properties | Type | Nullable | Description |
2164
- | ---------- | ---- | -------- | ----------- |
2165
- | url | string | no | |
2004
+ | ---------- | ---- | -------- | ----------- || data | [AdminAnnouncementSchema](#AdminAnnouncementSchema) | no | || message | string | no | |
2166
2005
 
2167
2006
  ---
2168
2007
 
2169
-
2170
-
2171
-
2172
- #### [DateMeta](#DateMeta)
2008
+ #### [CreatedBySchema](#CreatedBySchema)
2173
2009
 
2174
2010
  | Properties | Type | Nullable | Description |
2175
- | ---------- | ---- | -------- | ----------- |
2176
- | created_on | string | no | |
2177
- | modified_on | string | no | |
2011
+ | ---------- | ---- | -------- | ----------- || id | string | no | |
2178
2012
 
2179
2013
  ---
2180
2014
 
2181
-
2182
-
2183
-
2184
- #### [BlogRequest](#BlogRequest)
2015
+ #### [CreateFaqCategoryRequestSchema](#CreateFaqCategoryRequestSchema)
2185
2016
 
2186
2017
  | Properties | Type | Nullable | Description |
2187
- | ---------- | ---- | -------- | ----------- |
2188
- | application | string | no | |
2189
- | _custom_json | string | no | |
2190
- | author | [Author](#Author) | no | |
2191
- | content | [[ResourceContent](#ResourceContent)] | no | |
2192
- | feature_image | [Asset](#Asset) | no | |
2193
- | published | boolean | no | |
2194
- | reading_time | string | no | |
2195
- | slug | string | no | |
2196
- | tags | [string] | no | |
2197
- | title | string | no | |
2198
- | seo | [SEO](#SEO) | no | |
2199
- | _schedule | [CronSchedule](#CronSchedule) | no | |
2018
+ | ---------- | ---- | -------- | ----------- || category | [CategoryRequestSchema](#CategoryRequestSchema) | no | |
2200
2019
 
2201
2020
  ---
2202
2021
 
2203
-
2204
-
2205
-
2206
- #### [GetAnnouncementListSchema](#GetAnnouncementListSchema)
2022
+ #### [CreateFaqCategorySchema](#CreateFaqCategorySchema)
2207
2023
 
2208
2024
  | Properties | Type | Nullable | Description |
2209
- | ---------- | ---- | -------- | ----------- |
2210
- | items | [[AdminAnnouncementSchema](#AdminAnnouncementSchema)] | no | |
2211
- | page | [Page](#Page) | no | |
2025
+ | ---------- | ---- | -------- | ----------- || category | [CategorySchema](#CategorySchema) | no | |
2212
2026
 
2213
2027
  ---
2214
2028
 
2215
-
2216
-
2217
-
2218
- #### [CreateAnnouncementSchema](#CreateAnnouncementSchema)
2029
+ #### [CreateFaqResponseSchema](#CreateFaqResponseSchema)
2219
2030
 
2220
2031
  | Properties | Type | Nullable | Description |
2221
- | ---------- | ---- | -------- | ----------- |
2222
- | message | string | no | |
2223
- | data | [AdminAnnouncementSchema](#AdminAnnouncementSchema) | no | |
2032
+ | ---------- | ---- | -------- | ----------- || faq | [FaqSchema](#FaqSchema) | no | |
2224
2033
 
2225
2034
  ---
2226
2035
 
2227
-
2228
-
2229
-
2230
- #### [DataLoaderResponseSchema](#DataLoaderResponseSchema)
2036
+ #### [CreateFaqSchema](#CreateFaqSchema)
2231
2037
 
2232
2038
  | Properties | Type | Nullable | Description |
2233
- | ---------- | ---- | -------- | ----------- |
2234
- | application | string | no | |
2235
- | company | string | no | |
2236
- | _id | string | no | |
2237
- | name | string | no | |
2238
- | service | string | no | |
2239
- | operation_id | string | no | |
2240
- | type | string | no | |
2241
- | url | string | no | |
2242
- | content | string | no | |
2243
- | __source | [DataLoaderSourceSchema](#DataLoaderSourceSchema) | no | |
2039
+ | ---------- | ---- | -------- | ----------- || faq | [FAQ](#FAQ) | no | |
2244
2040
 
2245
2041
  ---
2246
2042
 
2247
-
2248
-
2249
-
2250
- #### [DataLoaderResetResponseSchema](#DataLoaderResetResponseSchema)
2043
+ #### [CreateTagRequestSchema](#CreateTagRequestSchema)
2251
2044
 
2252
2045
  | Properties | Type | Nullable | Description |
2253
- | ---------- | ---- | -------- | ----------- |
2254
- | reset | string | no | |
2046
+ | ---------- | ---- | -------- | ----------- || tags | [[CreateTagSchema](#CreateTagSchema)] | no | |
2255
2047
 
2256
2048
  ---
2257
2049
 
2258
-
2259
-
2260
-
2261
- #### [Navigation](#Navigation)
2050
+ #### [CreateTagSchema](#CreateTagSchema)
2262
2051
 
2263
2052
  | Properties | Type | Nullable | Description |
2264
- | ---------- | ---- | -------- | ----------- |
2265
- | name | string | no | |
2266
- | slug | string | no | |
2267
- | orientation | string | no | |
2268
- | created_by | [CreatedBySchema](#CreatedBySchema) | no | |
2269
- | date_meta | [DateMeta](#DateMeta) | no | |
2270
- | _id | string | no | |
2271
- | position | string | no | |
2272
- | application | string | no | |
2273
- | platform | string | no | |
2274
- | navigation | [NavigationReference](#NavigationReference) | no | |
2053
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || attributes | string | no | || content | string | no | || name | string | no | || pages | [string] | no | || position | string | no | || sub_type | string | no | || type | string | no | || url | string | no | |
2275
2054
 
2276
2055
  ---
2277
2056
 
2278
-
2279
-
2280
-
2281
- #### [LocaleLanguage](#LocaleLanguage)
2057
+ #### [CronSchedule](#CronSchedule)
2282
2058
 
2283
2059
  | Properties | Type | Nullable | Description |
2284
- | ---------- | ---- | -------- | ----------- |
2285
- | hi | [Language](#Language) | no | |
2286
- | ar | [Language](#Language) | no | |
2287
- | en_us | [Language](#Language) | no | |
2060
+ | ---------- | ---- | -------- | ----------- || cron | string | no | || duration | number | no | || end | string | no | || start | string | no | |
2288
2061
 
2289
2062
  ---
2290
2063
 
2291
-
2292
-
2293
-
2294
- #### [Language](#Language)
2064
+ #### [CustomMetaTag](#CustomMetaTag)
2295
2065
 
2296
2066
  | Properties | Type | Nullable | Description |
2297
- | ---------- | ---- | -------- | ----------- |
2298
- | display | string | no | |
2067
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || content | string | no | || name | string | no | |
2299
2068
 
2300
2069
  ---
2301
2070
 
2302
-
2303
-
2304
-
2305
- #### [Action](#Action)
2071
+ #### [CustomPage](#CustomPage)
2306
2072
 
2307
2073
  | Properties | Type | Nullable | Description |
2308
- | ---------- | ---- | -------- | ----------- |
2309
- | page | [ActionPage](#ActionPage) | no | |
2310
- | popup | [ActionPage](#ActionPage) | no | |
2311
- | type | string | no | |
2074
+ | ---------- | ---- | -------- | ----------- || data | [CustomPageSchema](#CustomPageSchema) | no | |
2312
2075
 
2313
2076
  ---
2314
2077
 
2315
-
2316
-
2317
-
2318
- #### [ActionPage](#ActionPage)
2078
+ #### [CustomPageSchema](#CustomPageSchema)
2319
2079
 
2320
2080
  | Properties | Type | Nullable | Description |
2321
- | ---------- | ---- | -------- | ----------- |
2322
- | params | [String: [string]] | no | |
2323
- | query | [String: [string]] | no | |
2324
- | url | string | no | |
2325
- | type | string | no | |
2081
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || _schedule | [ScheduleSchema](#ScheduleSchema) | no | || application | string | no | || content | [string] | no | || created_by | [CreatedBySchema](#CreatedBySchema) | no | || date_meta | [DateMeta](#DateMeta) | no | || description | string | no | || orientation | string | no | || platform | string | no | || published | boolean | no | || slug | string | no | || tags | [string] | no | || title | string | no | || type | string | no | |
2326
2082
 
2327
2083
  ---
2328
2084
 
2329
-
2330
-
2331
-
2332
- #### [NavigationReference](#NavigationReference)
2085
+ #### [DataLoaderResetResponseSchema](#DataLoaderResetResponseSchema)
2333
2086
 
2334
2087
  | Properties | Type | Nullable | Description |
2335
- | ---------- | ---- | -------- | ----------- |
2336
- | acl | [string] | no | |
2337
- | tags | [string] | no | |
2338
- | _locale_language | [LocaleLanguage](#LocaleLanguage) | no | |
2339
- | image | string | no | |
2340
- | type | string | no | |
2341
- | action | [Action](#Action) | no | |
2342
- | active | boolean | no | |
2343
- | display | string | no | |
2344
- | sort_order | number | no | |
2345
- | sub_navigation | [[NavigationReference](#NavigationReference)] | no | |
2088
+ | ---------- | ---- | -------- | ----------- || reset | string | no | |
2346
2089
 
2347
2090
  ---
2348
2091
 
2349
-
2350
-
2351
-
2352
- #### [LandingPage](#LandingPage)
2092
+ #### [DataLoaderResponseSchema](#DataLoaderResponseSchema)
2353
2093
 
2354
2094
  | Properties | Type | Nullable | Description |
2355
- | ---------- | ---- | -------- | ----------- |
2356
- | data | [LandingPageSchema](#LandingPageSchema) | no | |
2357
- | success | boolean | no | |
2095
+ | ---------- | ---- | -------- | ----------- || __source | [DataLoaderSourceSchema](#DataLoaderSourceSchema) | no | || _id | string | no | || application | string | no | || company | string | no | || content | string | no | || name | string | no | || operation_id | string | no | || service | string | no | || type | string | no | || url | string | no | |
2358
2096
 
2359
2097
  ---
2360
2098
 
2361
-
2362
-
2363
-
2364
- #### [ConfigurationSchema](#ConfigurationSchema)
2099
+ #### [DataLoaderSchema](#DataLoaderSchema)
2365
2100
 
2366
2101
  | Properties | Type | Nullable | Description |
2367
- | ---------- | ---- | -------- | ----------- |
2368
- | sleep_time | number | no | |
2369
- | start_on_launch | boolean | no | |
2370
- | duration | number | no | |
2371
- | slide_direction | string | no | |
2102
+ | ---------- | ---- | -------- | ----------- || __source | [DataLoaderSourceSchema](#DataLoaderSourceSchema) | no | || _id | string | no | || content | string | no | || name | string | no | || operation_id | string | no | || service | string | no | || type | string | no | || url | string | no | |
2372
2103
 
2373
2104
  ---
2374
2105
 
2375
-
2376
-
2377
-
2378
- #### [SlideshowMedia](#SlideshowMedia)
2106
+ #### [DataLoaderSourceSchema](#DataLoaderSourceSchema)
2379
2107
 
2380
2108
  | Properties | Type | Nullable | Description |
2381
- | ---------- | ---- | -------- | ----------- |
2382
- | type | string | no | |
2383
- | url | string | no | |
2384
- | bg_color | string | no | |
2385
- | duration | number | no | |
2386
- | auto_decide_duration | boolean | no | |
2387
- | action | [Action](#Action) | no | |
2109
+ | ---------- | ---- | -------- | ----------- || id | string | no | || type | string | no | |
2388
2110
 
2389
2111
  ---
2390
2112
 
2391
-
2392
-
2393
-
2394
- #### [Slideshow](#Slideshow)
2113
+ #### [DataLoadersSchema](#DataLoadersSchema)
2395
2114
 
2396
2115
  | Properties | Type | Nullable | Description |
2397
- | ---------- | ---- | -------- | ----------- |
2398
- | data | [SlideshowSchema](#SlideshowSchema) | no | |
2399
- | success | boolean | no | |
2116
+ | ---------- | ---- | -------- | ----------- || items | [[DataLoaderSchema](#DataLoaderSchema)] | no | |
2400
2117
 
2401
2118
  ---
2402
2119
 
2403
-
2404
-
2405
-
2406
- #### [AnnouncementsResponseSchema](#AnnouncementsResponseSchema)
2120
+ #### [DateMeta](#DateMeta)
2407
2121
 
2408
2122
  | Properties | Type | Nullable | Description |
2409
- | ---------- | ---- | -------- | ----------- |
2410
- | announcements | [String: [[AnnouncementSchema](#AnnouncementSchema)]] | no | |
2411
- | refresh_rate | number | no | number of seconds after which api should hit again to fetch new announcements |
2412
- | refresh_pages | [string] | no | list of page slugs on which announcement should be fetched as soon as they are loaded |
2123
+ | ---------- | ---- | -------- | ----------- || created_on | string | no | || modified_on | string | no | |
2413
2124
 
2414
2125
  ---
2415
2126
 
2416
-
2417
-
2418
-
2419
- #### [FaqResponseSchema](#FaqResponseSchema)
2127
+ #### [DefaultNavigationResponse](#DefaultNavigationResponse)
2420
2128
 
2421
2129
  | Properties | Type | Nullable | Description |
2422
- | ---------- | ---- | -------- | ----------- |
2423
- | faqs | [[FaqSchema](#FaqSchema)] | no | |
2130
+ | ---------- | ---- | -------- | ----------- || items | [[NavigationSchema](#NavigationSchema)] | no | |
2424
2131
 
2425
2132
  ---
2426
2133
 
2427
-
2428
-
2429
-
2430
- #### [UpdateHandpickedSchema](#UpdateHandpickedSchema)
2134
+ #### [Detail](#Detail)
2431
2135
 
2432
2136
  | Properties | Type | Nullable | Description |
2433
- | ---------- | ---- | -------- | ----------- |
2434
- | tag | [HandpickedTagSchema](#HandpickedTagSchema) | no | |
2137
+ | ---------- | ---- | -------- | ----------- || description | string | no | || title | string | no | |
2435
2138
 
2436
2139
  ---
2437
2140
 
2438
-
2439
-
2440
-
2441
- #### [HandpickedTagSchema](#HandpickedTagSchema)
2141
+ #### [EditorMeta](#EditorMeta)
2442
2142
 
2443
2143
  | Properties | Type | Nullable | Description |
2444
- | ---------- | ---- | -------- | ----------- |
2445
- | position | string | no | |
2446
- | attributes | string | no | |
2447
- | name | string | no | |
2448
- | url | string | no | |
2449
- | type | string | no | |
2450
- | sub_type | string | no | |
2451
- | content | string | no | |
2144
+ | ---------- | ---- | -------- | ----------- || background_color | string | no | || content | string | no | || content_type | string | no | || foreground_color | string | no | |
2452
2145
 
2453
2146
  ---
2454
2147
 
2455
-
2456
-
2457
-
2458
- #### [RemoveHandpickedSchema](#RemoveHandpickedSchema)
2148
+ #### [EmailProperties](#EmailProperties)
2459
2149
 
2460
2150
  | Properties | Type | Nullable | Description |
2461
- | ---------- | ---- | -------- | ----------- |
2462
- | tags | [string] | no | |
2151
+ | ---------- | ---- | -------- | ----------- || key | string | no | || value | string | no | |
2463
2152
 
2464
2153
  ---
2465
2154
 
2466
-
2467
-
2468
-
2469
- #### [CreateTagSchema](#CreateTagSchema)
2155
+ #### [EmailSchema](#EmailSchema)
2470
2156
 
2471
2157
  | Properties | Type | Nullable | Description |
2472
- | ---------- | ---- | -------- | ----------- |
2473
- | name | string | no | |
2474
- | sub_type | string | no | |
2475
- | _id | string | no | |
2476
- | type | string | no | |
2477
- | url | string | no | |
2478
- | position | string | no | |
2479
- | attributes | string | no | |
2480
- | pages | [string] | no | |
2481
- | content | string | no | |
2158
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || email | [[EmailProperties](#EmailProperties)] | no | |
2482
2159
 
2483
2160
  ---
2484
2161
 
2485
-
2486
-
2487
-
2488
- #### [CreateTagRequestSchema](#CreateTagRequestSchema)
2162
+ #### [FAQ](#FAQ)
2489
2163
 
2490
2164
  | Properties | Type | Nullable | Description |
2491
- | ---------- | ---- | -------- | ----------- |
2492
- | tags | [[CreateTagSchema](#CreateTagSchema)] | no | |
2165
+ | ---------- | ---- | -------- | ----------- || answer | string | no | || question | string | no | || slug | string | no | |
2493
2166
 
2494
2167
  ---
2495
2168
 
2496
-
2497
-
2498
-
2499
- #### [DataLoaderSchema](#DataLoaderSchema)
2169
+ #### [FAQCategorySchema](#FAQCategorySchema)
2500
2170
 
2501
2171
  | Properties | Type | Nullable | Description |
2502
- | ---------- | ---- | -------- | ----------- |
2503
- | name | string | no | |
2504
- | service | string | no | |
2505
- | operation_id | string | no | |
2506
- | type | string | no | |
2507
- | url | string | no | |
2508
- | content | string | no | |
2509
- | __source | [DataLoaderSourceSchema](#DataLoaderSourceSchema) | no | |
2510
- | _id | string | no | |
2172
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _id | string | no | || application | string | no | || children | [[ChildrenSchema](#ChildrenSchema)] | no | || description | string | no | || icon_url | string | no | || index | number | no | || slug | string | no | || title | string | no | |
2511
2173
 
2512
2174
  ---
2513
2175
 
2514
-
2515
-
2516
-
2517
- #### [DataLoaderSourceSchema](#DataLoaderSourceSchema)
2176
+ #### [FaqResponseSchema](#FaqResponseSchema)
2518
2177
 
2519
2178
  | Properties | Type | Nullable | Description |
2520
- | ---------- | ---- | -------- | ----------- |
2521
- | type | string | no | |
2522
- | id | string | no | |
2179
+ | ---------- | ---- | -------- | ----------- || faqs | [[FaqSchema](#FaqSchema)] | no | |
2523
2180
 
2524
2181
  ---
2525
2182
 
2526
-
2527
-
2528
-
2529
- #### [DataLoadersSchema](#DataLoadersSchema)
2183
+ #### [FaqSchema](#FaqSchema)
2530
2184
 
2531
2185
  | Properties | Type | Nullable | Description |
2532
- | ---------- | ---- | -------- | ----------- |
2533
- | items | [[DataLoaderSchema](#DataLoaderSchema)] | no | |
2186
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || answer | string | no | || application | string | no | || question | string | no | || slug | string | no | || tags | [string] | no | |
2534
2187
 
2535
2188
  ---
2536
2189
 
2537
-
2538
-
2539
-
2540
- #### [TagDeleteSuccessResponse](#TagDeleteSuccessResponse)
2190
+ #### [FeatureImage](#FeatureImage)
2541
2191
 
2542
2192
  | Properties | Type | Nullable | Description |
2543
- | ---------- | ---- | -------- | ----------- |
2544
- | success | boolean | no | |
2193
+ | ---------- | ---- | -------- | ----------- || secure_url | string | no | |
2545
2194
 
2546
2195
  ---
2547
2196
 
2548
-
2549
-
2550
-
2551
- #### [ContentAPIError](#ContentAPIError)
2197
+ #### [GetAnnouncementListSchema](#GetAnnouncementListSchema)
2552
2198
 
2553
2199
  | Properties | Type | Nullable | Description |
2554
- | ---------- | ---- | -------- | ----------- |
2555
- | message | string | no | |
2556
- | status | number | no | |
2557
- | code | string | no | |
2558
- | exception | string | no | |
2559
- | info | string | no | |
2560
- | request_id | string | no | |
2561
- | stack_trace | string | no | |
2562
- | meta | string | no | |
2200
+ | ---------- | ---- | -------- | ----------- || items | [[AdminAnnouncementSchema](#AdminAnnouncementSchema)] | no | || page | [Page](#Page) | no | |
2563
2201
 
2564
2202
  ---
2565
2203
 
2566
-
2567
-
2568
-
2569
- #### [CommonError](#CommonError)
2204
+ #### [GetFaqCategoriesSchema](#GetFaqCategoriesSchema)
2570
2205
 
2571
2206
  | Properties | Type | Nullable | Description |
2572
- | ---------- | ---- | -------- | ----------- |
2573
- | message | string | no | |
2207
+ | ---------- | ---- | -------- | ----------- || categories | [[CategorySchema](#CategorySchema)] | no | |
2574
2208
 
2575
2209
  ---
2576
2210
 
2577
-
2578
-
2579
-
2580
- #### [CategorySchema](#CategorySchema)
2211
+ #### [GetFaqCategoryBySlugSchema](#GetFaqCategoryBySlugSchema)
2581
2212
 
2582
2213
  | Properties | Type | Nullable | Description |
2583
- | ---------- | ---- | -------- | ----------- |
2584
- | index | number | no | |
2585
- | title | string | no | |
2586
- | description | string | no | |
2587
- | children | [string] | no | |
2588
- | _id | string | no | |
2589
- | slug | string | no | |
2590
- | application | string | no | |
2591
- | icon_url | string | no | |
2592
- | _custom_json | string | no | |
2214
+ | ---------- | ---- | -------- | ----------- || category | [FAQCategorySchema](#FAQCategorySchema) | no | |
2593
2215
 
2594
2216
  ---
2595
2217
 
2596
-
2597
-
2598
-
2599
- #### [ChildrenSchema](#ChildrenSchema)
2218
+ #### [GetFaqSchema](#GetFaqSchema)
2600
2219
 
2601
2220
  | Properties | Type | Nullable | Description |
2602
- | ---------- | ---- | -------- | ----------- |
2603
- | question | string | no | |
2604
- | answer | string | no | |
2605
- | slug | string | no | |
2606
- | application | string | no | |
2607
- | _id | string | no | |
2221
+ | ---------- | ---- | -------- | ----------- || faqs | [[FaqSchema](#FaqSchema)] | no | |
2608
2222
 
2609
2223
  ---
2610
2224
 
2611
-
2612
-
2613
-
2614
- #### [CategoryRequestSchema](#CategoryRequestSchema)
2225
+ #### [HandpickedTagSchema](#HandpickedTagSchema)
2615
2226
 
2616
2227
  | Properties | Type | Nullable | Description |
2617
- | ---------- | ---- | -------- | ----------- |
2618
- | slug | string | no | |
2619
- | title | string | no | |
2228
+ | ---------- | ---- | -------- | ----------- || attributes | string | no | || content | string | no | || name | string | no | || position | string | no | || sub_type | string | no | || type | string | no | || url | string | no | |
2620
2229
 
2621
2230
  ---
2622
2231
 
2623
-
2624
-
2625
-
2626
- #### [FAQCategorySchema](#FAQCategorySchema)
2232
+ #### [LandingPage](#LandingPage)
2627
2233
 
2628
2234
  | Properties | Type | Nullable | Description |
2629
- | ---------- | ---- | -------- | ----------- |
2630
- | index | number | no | |
2631
- | title | string | no | |
2632
- | description | string | no | |
2633
- | children | [[ChildrenSchema](#ChildrenSchema)] | no | |
2634
- | _id | string | no | |
2635
- | slug | string | no | |
2636
- | application | string | no | |
2637
- | icon_url | string | no | |
2638
- | _custom_json | string | no | |
2235
+ | ---------- | ---- | -------- | ----------- || data | [LandingPageSchema](#LandingPageSchema) | no | || success | boolean | no | |
2639
2236
 
2640
2237
  ---
2641
2238
 
2642
-
2643
-
2644
-
2645
- #### [FaqSchema](#FaqSchema)
2239
+ #### [LandingPageGetResponse](#LandingPageGetResponse)
2646
2240
 
2647
2241
  | Properties | Type | Nullable | Description |
2648
- | ---------- | ---- | -------- | ----------- |
2649
- | slug | string | no | |
2650
- | application | string | no | |
2651
- | _id | string | no | |
2652
- | question | string | no | |
2653
- | answer | string | no | |
2654
- | tags | [string] | no | |
2242
+ | ---------- | ---- | -------- | ----------- || items | [[LandingPageSchema](#LandingPageSchema)] | no | || page | [Page](#Page) | no | |
2655
2243
 
2656
2244
  ---
2657
2245
 
2658
-
2659
-
2660
-
2661
- #### [FAQ](#FAQ)
2246
+ #### [LandingPageSchema](#LandingPageSchema)
2662
2247
 
2663
2248
  | Properties | Type | Nullable | Description |
2664
- | ---------- | ---- | -------- | ----------- |
2665
- | slug | string | no | |
2666
- | question | string | no | |
2667
- | answer | string | no | |
2249
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _id | string | no | || action | [Action](#Action) | no | || application | string | no | || archived | boolean | no | || created_by | [CreatedBySchema](#CreatedBySchema) | no | || date_meta | [DateMeta](#DateMeta) | no | || platform | [string] | no | || slug | string | no | |
2668
2250
 
2669
2251
  ---
2670
2252
 
2671
-
2672
-
2673
-
2674
- #### [CreateFaqResponseSchema](#CreateFaqResponseSchema)
2253
+ #### [Language](#Language)
2675
2254
 
2676
2255
  | Properties | Type | Nullable | Description |
2677
- | ---------- | ---- | -------- | ----------- |
2678
- | faq | [FaqSchema](#FaqSchema) | no | |
2256
+ | ---------- | ---- | -------- | ----------- || display | string | no | |
2679
2257
 
2680
2258
  ---
2681
2259
 
2682
-
2683
-
2684
-
2685
- #### [CreateFaqSchema](#CreateFaqSchema)
2260
+ #### [LocaleLanguage](#LocaleLanguage)
2686
2261
 
2687
2262
  | Properties | Type | Nullable | Description |
2688
- | ---------- | ---- | -------- | ----------- |
2689
- | faq | [FAQ](#FAQ) | no | |
2263
+ | ---------- | ---- | -------- | ----------- || ar | [Language](#Language) | no | || en_us | [Language](#Language) | no | || hi | [Language](#Language) | no | |
2690
2264
 
2691
2265
  ---
2692
2266
 
2693
-
2694
-
2695
-
2696
- #### [GetFaqSchema](#GetFaqSchema)
2267
+ #### [Navigation](#Navigation)
2697
2268
 
2698
2269
  | Properties | Type | Nullable | Description |
2699
- | ---------- | ---- | -------- | ----------- |
2700
- | faqs | [[FaqSchema](#FaqSchema)] | no | |
2270
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application | string | no | || created_by | [CreatedBySchema](#CreatedBySchema) | no | || date_meta | [DateMeta](#DateMeta) | no | || name | string | no | || navigation | [NavigationReference](#NavigationReference) | no | || orientation | string | no | || platform | string | no | || position | string | no | || slug | string | no | |
2701
2271
 
2702
2272
  ---
2703
2273
 
2704
-
2705
-
2706
-
2707
- #### [UpdateFaqCategoryRequestSchema](#UpdateFaqCategoryRequestSchema)
2274
+ #### [NavigationGetResponse](#NavigationGetResponse)
2708
2275
 
2709
2276
  | Properties | Type | Nullable | Description |
2710
- | ---------- | ---- | -------- | ----------- |
2711
- | category | [CategorySchema](#CategorySchema) | no | |
2277
+ | ---------- | ---- | -------- | ----------- || items | [[NavigationSchema](#NavigationSchema)] | no | || page | [Page](#Page) | no | |
2712
2278
 
2713
2279
  ---
2714
2280
 
2715
-
2716
-
2717
-
2718
- #### [CreateFaqCategoryRequestSchema](#CreateFaqCategoryRequestSchema)
2281
+ #### [NavigationReference](#NavigationReference)
2719
2282
 
2720
2283
  | Properties | Type | Nullable | Description |
2721
- | ---------- | ---- | -------- | ----------- |
2722
- | category | [CategoryRequestSchema](#CategoryRequestSchema) | no | |
2284
+ | ---------- | ---- | -------- | ----------- || _locale_language | [LocaleLanguage](#LocaleLanguage) | no | || acl | [string] | no | || action | [Action](#Action) | no | || active | boolean | no | || display | string | no | || image | string | no | || sort_order | number | no | || sub_navigation | [[NavigationReference](#NavigationReference)] | no | || tags | [string] | no | || type | string | no | |
2723
2285
 
2724
2286
  ---
2725
2287
 
2726
-
2727
-
2728
-
2729
- #### [CreateFaqCategorySchema](#CreateFaqCategorySchema)
2288
+ #### [NavigationRequest](#NavigationRequest)
2730
2289
 
2731
2290
  | Properties | Type | Nullable | Description |
2732
- | ---------- | ---- | -------- | ----------- |
2733
- | category | [CategorySchema](#CategorySchema) | no | |
2291
+ | ---------- | ---- | -------- | ----------- || name | string | no | || navigation | [[NavigationReference](#NavigationReference)] | no | || orientation | [Orientation](#Orientation) | no | || platform | [string] | no | || slug | string | no | |
2734
2292
 
2735
2293
  ---
2736
2294
 
2737
-
2738
-
2739
-
2740
- #### [GetFaqCategoriesSchema](#GetFaqCategoriesSchema)
2295
+ #### [NavigationSchema](#NavigationSchema)
2741
2296
 
2742
2297
  | Properties | Type | Nullable | Description |
2743
- | ---------- | ---- | -------- | ----------- |
2744
- | categories | [[CategorySchema](#CategorySchema)] | no | |
2298
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application | string | no | || archived | boolean | no | || created_by | [CreatedBySchema](#CreatedBySchema) | no | || date_meta | [DateMeta](#DateMeta) | no | || name | string | no | || navigation | [[NavigationReference](#NavigationReference)] | no | || orientation | [Orientation](#Orientation) | no | || platform | [string] | no | || slug | string | no | || version | number | no | |
2745
2299
 
2746
2300
  ---
2747
2301
 
2748
-
2749
-
2750
-
2751
- #### [GetFaqCategoryBySlugSchema](#GetFaqCategoryBySlugSchema)
2302
+ #### [NextSchedule](#NextSchedule)
2752
2303
 
2753
2304
  | Properties | Type | Nullable | Description |
2754
- | ---------- | ---- | -------- | ----------- |
2755
- | category | [FAQCategorySchema](#FAQCategorySchema) | no | |
2305
+ | ---------- | ---- | -------- | ----------- || end | string | no | || start | string | no | |
2756
2306
 
2757
2307
  ---
2758
2308
 
2759
-
2760
-
2761
-
2762
- #### [Page](#Page)
2309
+ #### [Orientation](#Orientation)
2763
2310
 
2764
2311
  | Properties | Type | Nullable | Description |
2765
- | ---------- | ---- | -------- | ----------- |
2766
- | item_total | number | no | |
2767
- | next_id | string | no | |
2768
- | has_previous | boolean | no | |
2769
- | has_next | boolean | no | |
2770
- | current | number | no | |
2771
- | type | string | yes | |
2772
- | size | number | no | |
2312
+ | ---------- | ---- | -------- | ----------- || landscape | [string] | no | || portrait | [string] | no | |
2773
2313
 
2774
2314
  ---
2775
2315
 
2776
-
2777
-
2778
-
2779
- #### [LandingPageGetResponse](#LandingPageGetResponse)
2316
+ #### [Page](#Page)
2780
2317
 
2781
2318
  | Properties | Type | Nullable | Description |
2782
- | ---------- | ---- | -------- | ----------- |
2783
- | items | [[LandingPageSchema](#LandingPageSchema)] | no | |
2784
- | page | [Page](#Page) | no | |
2319
+ | ---------- | ---- | -------- | ----------- || 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 | |
2785
2320
 
2786
2321
  ---
2787
2322
 
2788
-
2789
-
2790
-
2791
- #### [LandingPageSchema](#LandingPageSchema)
2323
+ #### [PageContent](#PageContent)
2792
2324
 
2793
2325
  | Properties | Type | Nullable | Description |
2794
- | ---------- | ---- | -------- | ----------- |
2795
- | slug | string | no | |
2796
- | action | [Action](#Action) | no | |
2797
- | platform | [string] | no | |
2798
- | created_by | [CreatedBySchema](#CreatedBySchema) | no | |
2799
- | date_meta | [DateMeta](#DateMeta) | no | |
2800
- | _id | string | no | |
2801
- | application | string | no | |
2802
- | archived | boolean | no | |
2803
- | _custom_json | string | no | |
2326
+ | ---------- | ---- | -------- | ----------- || type | string | no | || value | string | no | |
2804
2327
 
2805
2328
  ---
2806
2329
 
2807
-
2808
-
2809
-
2810
- #### [DefaultNavigationResponse](#DefaultNavigationResponse)
2330
+ #### [PageGetResponse](#PageGetResponse)
2811
2331
 
2812
2332
  | Properties | Type | Nullable | Description |
2813
- | ---------- | ---- | -------- | ----------- |
2814
- | items | [[NavigationSchema](#NavigationSchema)] | no | |
2333
+ | ---------- | ---- | -------- | ----------- || items | [[PageSchema](#PageSchema)] | no | || page | [Page](#Page) | no | |
2815
2334
 
2816
2335
  ---
2817
2336
 
2818
-
2819
-
2820
-
2821
- #### [NavigationGetResponse](#NavigationGetResponse)
2337
+ #### [PageMeta](#PageMeta)
2822
2338
 
2823
2339
  | Properties | Type | Nullable | Description |
2824
- | ---------- | ---- | -------- | ----------- |
2825
- | items | [[NavigationSchema](#NavigationSchema)] | no | |
2826
- | page | [Page](#Page) | no | |
2340
+ | ---------- | ---- | -------- | ----------- || key | string | no | || value | string | no | |
2827
2341
 
2828
2342
  ---
2829
2343
 
2830
-
2831
-
2832
-
2833
- #### [Orientation](#Orientation)
2344
+ #### [PageMetaSchema](#PageMetaSchema)
2834
2345
 
2835
2346
  | Properties | Type | Nullable | Description |
2836
- | ---------- | ---- | -------- | ----------- |
2837
- | portrait | [string] | no | |
2838
- | landscape | [string] | no | |
2347
+ | ---------- | ---- | -------- | ----------- || application_id | string | no | || custom_pages | [[PageSchema](#PageSchema)] | no | || system_pages | [[NavigationSchema](#NavigationSchema)] | no | |
2839
2348
 
2840
2349
  ---
2841
2350
 
2842
-
2843
-
2844
-
2845
- #### [NavigationSchema](#NavigationSchema)
2351
+ #### [PagePublishRequest](#PagePublishRequest)
2846
2352
 
2847
2353
  | Properties | Type | Nullable | Description |
2848
- | ---------- | ---- | -------- | ----------- |
2849
- | _id | string | no | |
2850
- | application | string | no | |
2851
- | archived | boolean | no | |
2852
- | name | string | no | |
2853
- | slug | string | no | |
2854
- | platform | [string] | no | |
2855
- | created_by | [CreatedBySchema](#CreatedBySchema) | no | |
2856
- | date_meta | [DateMeta](#DateMeta) | no | |
2857
- | orientation | [Orientation](#Orientation) | no | |
2858
- | version | number | no | |
2859
- | navigation | [[NavigationReference](#NavigationReference)] | no | |
2354
+ | ---------- | ---- | -------- | ----------- || publish | boolean | no | |
2860
2355
 
2861
2356
  ---
2862
2357
 
2863
-
2864
-
2865
-
2866
- #### [NavigationRequest](#NavigationRequest)
2358
+ #### [PageRequest](#PageRequest)
2867
2359
 
2868
2360
  | Properties | Type | Nullable | Description |
2869
- | ---------- | ---- | -------- | ----------- |
2870
- | name | string | no | |
2871
- | slug | string | no | |
2872
- | platform | [string] | no | |
2873
- | orientation | [Orientation](#Orientation) | no | |
2874
- | navigation | [[NavigationReference](#NavigationReference)] | no | |
2361
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _schedule | [CronSchedule](#CronSchedule) | no | || application | string | no | || author | [Author](#Author) | no | || content | [string] | no | || feature_image | [Asset](#Asset) | no | || orientation | string | no | || published | boolean | no | || reading_time | string | no | || seo | [SEO](#SEO) | no | || slug | string | no | || tags | [string] | no | || title | string | no | |
2875
2362
 
2876
2363
  ---
2877
2364
 
2878
-
2879
-
2880
-
2881
- #### [CustomPageSchema](#CustomPageSchema)
2365
+ #### [PageSchema](#PageSchema)
2882
2366
 
2883
2367
  | Properties | Type | Nullable | Description |
2884
- | ---------- | ---- | -------- | ----------- |
2885
- | _id | string | no | |
2886
- | platform | string | no | |
2887
- | title | string | no | |
2888
- | slug | string | no | |
2889
- | type | string | no | |
2890
- | orientation | string | no | |
2891
- | application | string | no | |
2892
- | description | string | no | |
2893
- | published | boolean | no | |
2894
- | tags | [string] | no | |
2895
- | content | [string] | no | |
2896
- | created_by | [CreatedBySchema](#CreatedBySchema) | no | |
2897
- | date_meta | [DateMeta](#DateMeta) | no | |
2898
- | _schedule | [ScheduleSchema](#ScheduleSchema) | no | |
2368
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _id | string | no | || _schedule | [ScheduleSchema](#ScheduleSchema) | no | || application | string | no | || archived | boolean | no | || component_ids | [string] | no | || content | [string] | no | || content_path | string | no | || created_by | [CreatedBySchema](#CreatedBySchema) | no | || date_meta | [DateMeta](#DateMeta) | no | || description | string | no | || feature_image | [Asset](#Asset) | no | || orientation | string | no | || page_meta | [string] | no | || platform | string | no | || published | boolean | no | || seo | [SEO](#SEO) | no | || slug | string | no | || tags | [string] | no | || title | string | no | || type | string | no | || visibility | string | no | |
2899
2369
 
2900
2370
  ---
2901
2371
 
2902
-
2903
-
2904
-
2905
- #### [ContentSchema](#ContentSchema)
2372
+ #### [PageSpec](#PageSpec)
2906
2373
 
2907
2374
  | Properties | Type | Nullable | Description |
2908
- | ---------- | ---- | -------- | ----------- |
2909
- | type | string | no | |
2910
- | value | string | no | |
2375
+ | ---------- | ---- | -------- | ----------- || specifications | [[PageSpecItem](#PageSpecItem)] | no | |
2911
2376
 
2912
2377
  ---
2913
2378
 
2914
-
2915
-
2916
-
2917
- #### [CustomPage](#CustomPage)
2379
+ #### [PageSpecItem](#PageSpecItem)
2918
2380
 
2919
2381
  | Properties | Type | Nullable | Description |
2920
- | ---------- | ---- | -------- | ----------- |
2921
- | data | [CustomPageSchema](#CustomPageSchema) | no | |
2382
+ | ---------- | ---- | -------- | ----------- || display_name | string | no | || page_type | string | no | || params | [[PageSpecParam](#PageSpecParam)] | no | || query | [[PageSpecParam](#PageSpecParam)] | no | |
2922
2383
 
2923
2384
  ---
2924
2385
 
2925
-
2926
-
2927
-
2928
- #### [FeatureImage](#FeatureImage)
2386
+ #### [PageSpecParam](#PageSpecParam)
2929
2387
 
2930
2388
  | Properties | Type | Nullable | Description |
2931
- | ---------- | ---- | -------- | ----------- |
2932
- | secure_url | string | no | |
2389
+ | ---------- | ---- | -------- | ----------- || key | string | no | || required | boolean | no | |
2933
2390
 
2934
2391
  ---
2935
2392
 
2936
-
2937
-
2938
-
2939
- #### [PageGetResponse](#PageGetResponse)
2393
+ #### [PathMappingSchema](#PathMappingSchema)
2940
2394
 
2941
2395
  | Properties | Type | Nullable | Description |
2942
- | ---------- | ---- | -------- | ----------- |
2943
- | items | [[PageSchema](#PageSchema)] | no | |
2944
- | page | [Page](#Page) | no | |
2396
+ | ---------- | ---- | -------- | ----------- || __source | [PathSourceSchema](#PathSourceSchema) | no | || _id | string | no | || application | string | no | || created_at | string | no | || redirect_from | string | no | || redirect_to | string | no | || updated_at | string | no | |
2945
2397
 
2946
2398
  ---
2947
2399
 
2948
-
2949
-
2950
-
2951
- #### [PageSpec](#PageSpec)
2400
+ #### [PathSourceSchema](#PathSourceSchema)
2952
2401
 
2953
2402
  | Properties | Type | Nullable | Description |
2954
- | ---------- | ---- | -------- | ----------- |
2955
- | specifications | [[PageSpecItem](#PageSpecItem)] | no | |
2403
+ | ---------- | ---- | -------- | ----------- || id | string | no | || type | string | no | |
2956
2404
 
2957
2405
  ---
2958
2406
 
2959
-
2960
-
2961
-
2962
- #### [PageSpecParam](#PageSpecParam)
2407
+ #### [PhoneProperties](#PhoneProperties)
2963
2408
 
2964
2409
  | Properties | Type | Nullable | Description |
2965
- | ---------- | ---- | -------- | ----------- |
2966
- | key | string | no | |
2967
- | required | boolean | no | |
2410
+ | ---------- | ---- | -------- | ----------- || code | string | no | || key | string | no | || number | string | no | |
2968
2411
 
2969
2412
  ---
2970
2413
 
2971
-
2972
-
2973
-
2974
- #### [PageSpecItem](#PageSpecItem)
2414
+ #### [PhoneSchema](#PhoneSchema)
2975
2415
 
2976
2416
  | Properties | Type | Nullable | Description |
2977
- | ---------- | ---- | -------- | ----------- |
2978
- | page_type | string | no | |
2979
- | display_name | string | no | |
2980
- | params | [[PageSpecParam](#PageSpecParam)] | no | |
2981
- | query | [[PageSpecParam](#PageSpecParam)] | no | |
2417
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || phone | [[PhoneProperties](#PhoneProperties)] | no | |
2982
2418
 
2983
2419
  ---
2984
2420
 
2985
-
2986
-
2987
-
2988
- #### [PageSchema](#PageSchema)
2421
+ #### [RemoveHandpickedSchema](#RemoveHandpickedSchema)
2989
2422
 
2990
2423
  | Properties | Type | Nullable | Description |
2991
- | ---------- | ---- | -------- | ----------- |
2992
- | _id | string | no | |
2993
- | application | string | no | |
2994
- | component_ids | [string] | no | Components can be used to store multiple components |
2995
- | content | [string] | no | |
2996
- | content_path | string | no | |
2997
- | created_by | [CreatedBySchema](#CreatedBySchema) | no | |
2998
- | date_meta | [DateMeta](#DateMeta) | no | |
2999
- | description | string | no | |
3000
- | feature_image | [Asset](#Asset) | no | |
3001
- | page_meta | [string] | no | |
3002
- | _schedule | [ScheduleSchema](#ScheduleSchema) | no | |
3003
- | _custom_json | string | no | |
3004
- | orientation | string | no | |
3005
- | platform | string | no | |
3006
- | published | boolean | no | |
3007
- | slug | string | no | |
3008
- | tags | [string] | no | |
3009
- | title | string | no | |
3010
- | type | string | no | |
3011
- | seo | [SEO](#SEO) | no | |
3012
- | visibility | string | no | |
3013
- | archived | boolean | no | |
2424
+ | ---------- | ---- | -------- | ----------- || tags | [string] | no | |
3014
2425
 
3015
2426
  ---
3016
2427
 
3017
-
3018
-
3019
-
3020
- #### [CreatedBySchema](#CreatedBySchema)
2428
+ #### [ResourceContent](#ResourceContent)
3021
2429
 
3022
2430
  | Properties | Type | Nullable | Description |
3023
- | ---------- | ---- | -------- | ----------- |
3024
- | id | string | no | |
2431
+ | ---------- | ---- | -------- | ----------- || type | string | no | || value | string | no | |
3025
2432
 
3026
2433
  ---
3027
2434
 
3028
-
3029
-
3030
-
3031
- #### [PageContent](#PageContent)
2435
+ #### [ScheduleSchema](#ScheduleSchema)
3032
2436
 
3033
2437
  | Properties | Type | Nullable | Description |
3034
- | ---------- | ---- | -------- | ----------- |
3035
- | type | string | no | |
3036
- | value | string | no | |
2438
+ | ---------- | ---- | -------- | ----------- || cron | string | no | || duration | number | no | || end | string | no | || next_schedule | [[NextSchedule](#NextSchedule)] | no | || start | string | no | |
3037
2439
 
3038
2440
  ---
3039
2441
 
3040
-
3041
-
3042
-
3043
- #### [PageMeta](#PageMeta)
2442
+ #### [ScheduleStartSchema](#ScheduleStartSchema)
3044
2443
 
3045
2444
  | Properties | Type | Nullable | Description |
3046
- | ---------- | ---- | -------- | ----------- |
3047
- | key | string | no | |
3048
- | value | string | no | |
2445
+ | ---------- | ---- | -------- | ----------- || end | string | no | || start | string | no | |
3049
2446
 
3050
2447
  ---
3051
2448
 
3052
-
3053
-
3054
-
3055
- #### [PageRequest](#PageRequest)
2449
+ #### [SEO](#SEO)
3056
2450
 
3057
2451
  | Properties | Type | Nullable | Description |
3058
- | ---------- | ---- | -------- | ----------- |
3059
- | _schedule | [CronSchedule](#CronSchedule) | no | |
3060
- | application | string | no | |
3061
- | author | [Author](#Author) | no | |
3062
- | _custom_json | string | no | |
3063
- | orientation | string | no | |
3064
- | content | [string] | no | |
3065
- | feature_image | [Asset](#Asset) | no | |
3066
- | published | boolean | no | |
3067
- | reading_time | string | no | |
3068
- | slug | string | no | |
3069
- | tags | [string] | no | |
3070
- | seo | [SEO](#SEO) | no | |
3071
- | title | string | no | |
2452
+ | ---------- | ---- | -------- | ----------- || description | string | no | || image | [SEOImage](#SEOImage) | no | || title | string | no | |
3072
2453
 
3073
2454
  ---
3074
2455
 
3075
-
3076
-
3077
-
3078
- #### [CronSchedule](#CronSchedule)
2456
+ #### [SeoComponent](#SeoComponent)
3079
2457
 
3080
2458
  | Properties | Type | Nullable | Description |
3081
- | ---------- | ---- | -------- | ----------- |
3082
- | cron | string | no | |
3083
- | start | string | no | |
3084
- | end | string | no | |
3085
- | duration | number | no | |
2459
+ | ---------- | ---- | -------- | ----------- || seo | [SeoSchema](#SeoSchema) | no | |
3086
2460
 
3087
2461
  ---
3088
2462
 
3089
-
3090
-
3091
-
3092
- #### [PagePublishRequest](#PagePublishRequest)
2463
+ #### [SEOImage](#SEOImage)
3093
2464
 
3094
2465
  | Properties | Type | Nullable | Description |
3095
- | ---------- | ---- | -------- | ----------- |
3096
- | publish | boolean | no | |
2466
+ | ---------- | ---- | -------- | ----------- || url | string | no | |
3097
2467
 
3098
2468
  ---
3099
2469
 
3100
-
3101
-
3102
-
3103
- #### [PageMetaSchema](#PageMetaSchema)
2470
+ #### [SeoSchema](#SeoSchema)
3104
2471
 
3105
2472
  | Properties | Type | Nullable | Description |
3106
- | ---------- | ---- | -------- | ----------- |
3107
- | system_pages | [[NavigationSchema](#NavigationSchema)] | no | |
3108
- | custom_pages | [[PageSchema](#PageSchema)] | no | |
3109
- | application_id | string | no | |
2473
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || app | string | no | || cannonical_enabled | boolean | no | || created_at | string | no | || custom_meta_tags | [[CustomMetaTag](#CustomMetaTag)] | no | || details | [Detail](#Detail) | no | || robots_txt | string | no | || sitemap_enabled | boolean | no | || updated_at | string | no | |
3110
2474
 
3111
2475
  ---
3112
2476
 
3113
-
3114
-
3115
-
3116
- #### [SlideshowGetResponse](#SlideshowGetResponse)
2477
+ #### [Slideshow](#Slideshow)
3117
2478
 
3118
2479
  | Properties | Type | Nullable | Description |
3119
- | ---------- | ---- | -------- | ----------- |
3120
- | items | [[SlideshowSchema](#SlideshowSchema)] | no | |
3121
- | page | [Page](#Page) | no | |
2480
+ | ---------- | ---- | -------- | ----------- || data | [SlideshowSchema](#SlideshowSchema) | no | || success | boolean | no | |
3122
2481
 
3123
2482
  ---
3124
2483
 
3125
-
3126
-
3127
-
3128
- #### [SlideshowSchema](#SlideshowSchema)
2484
+ #### [SlideshowGetResponse](#SlideshowGetResponse)
3129
2485
 
3130
2486
  | Properties | Type | Nullable | Description |
3131
- | ---------- | ---- | -------- | ----------- |
3132
- | _id | string | no | |
3133
- | slug | string | no | |
3134
- | date_meta | [DateMeta](#DateMeta) | no | |
3135
- | application | string | no | |
3136
- | platform | string | no | |
3137
- | configuration | [ConfigurationSchema](#ConfigurationSchema) | no | |
3138
- | media | [[SlideshowMedia](#SlideshowMedia)] | no | |
3139
- | active | boolean | no | |
3140
- | archived | boolean | no | |
3141
- | _custom_json | string | no | |
2487
+ | ---------- | ---- | -------- | ----------- || items | [[SlideshowSchema](#SlideshowSchema)] | no | || page | [Page](#Page) | no | |
3142
2488
 
3143
2489
  ---
3144
2490
 
3145
-
3146
-
3147
-
3148
- #### [SlideshowRequest](#SlideshowRequest)
2491
+ #### [SlideshowMedia](#SlideshowMedia)
3149
2492
 
3150
2493
  | Properties | Type | Nullable | Description |
3151
- | ---------- | ---- | -------- | ----------- |
3152
- | slug | string | no | |
3153
- | platform | string | no | |
3154
- | configuration | [ConfigurationSchema](#ConfigurationSchema) | no | |
3155
- | media | [SlideshowMedia](#SlideshowMedia) | no | |
3156
- | active | boolean | no | |
2494
+ | ---------- | ---- | -------- | ----------- || action | [Action](#Action) | no | || auto_decide_duration | boolean | no | || bg_color | string | no | || duration | number | no | || type | string | no | || url | string | no | |
3157
2495
 
3158
2496
  ---
3159
2497
 
3160
-
3161
-
3162
-
3163
- #### [Support](#Support)
2498
+ #### [SlideshowRequest](#SlideshowRequest)
3164
2499
 
3165
2500
  | Properties | Type | Nullable | Description |
3166
- | ---------- | ---- | -------- | ----------- |
3167
- | created | boolean | no | |
3168
- | _id | string | no | |
3169
- | config_type | string | no | |
3170
- | application | string | no | |
3171
- | created_at | string | no | |
3172
- | updated_at | string | no | |
3173
- | contact | [ContactSchema](#ContactSchema) | no | |
2501
+ | ---------- | ---- | -------- | ----------- || active | boolean | no | || configuration | [ConfigurationSchema](#ConfigurationSchema) | no | || media | [SlideshowMedia](#SlideshowMedia) | no | || platform | string | no | || slug | string | no | |
3174
2502
 
3175
2503
  ---
3176
2504
 
3177
-
3178
-
3179
-
3180
- #### [PhoneProperties](#PhoneProperties)
2505
+ #### [SlideshowSchema](#SlideshowSchema)
3181
2506
 
3182
2507
  | Properties | Type | Nullable | Description |
3183
- | ---------- | ---- | -------- | ----------- |
3184
- | key | string | no | |
3185
- | code | string | no | |
3186
- | number | string | no | |
2508
+ | ---------- | ---- | -------- | ----------- || _custom_json | string | no | || _id | string | no | || active | boolean | no | || application | string | no | || archived | boolean | no | || configuration | [ConfigurationSchema](#ConfigurationSchema) | no | || date_meta | [DateMeta](#DateMeta) | no | || media | [[SlideshowMedia](#SlideshowMedia)] | no | || platform | string | no | || slug | string | no | |
3187
2509
 
3188
2510
  ---
3189
2511
 
3190
-
3191
-
3192
-
3193
- #### [PhoneSchema](#PhoneSchema)
2512
+ #### [Support](#Support)
3194
2513
 
3195
2514
  | Properties | Type | Nullable | Description |
3196
- | ---------- | ---- | -------- | ----------- |
3197
- | active | boolean | no | |
3198
- | phone | [[PhoneProperties](#PhoneProperties)] | no | |
2515
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application | string | no | || config_type | string | no | || contact | [ContactSchema](#ContactSchema) | no | || created | boolean | no | || created_at | string | no | || updated_at | string | no | |
3199
2516
 
3200
2517
  ---
3201
2518
 
3202
-
3203
-
3204
-
3205
- #### [EmailProperties](#EmailProperties)
2519
+ #### [TagDeleteSuccessResponse](#TagDeleteSuccessResponse)
3206
2520
 
3207
2521
  | Properties | Type | Nullable | Description |
3208
- | ---------- | ---- | -------- | ----------- |
3209
- | key | string | no | |
3210
- | value | string | no | |
2522
+ | ---------- | ---- | -------- | ----------- || success | boolean | no | |
3211
2523
 
3212
2524
  ---
3213
2525
 
3214
-
3215
-
3216
-
3217
- #### [EmailSchema](#EmailSchema)
2526
+ #### [TagSchema](#TagSchema)
3218
2527
 
3219
2528
  | Properties | Type | Nullable | Description |
3220
- | ---------- | ---- | -------- | ----------- |
3221
- | active | boolean | no | |
3222
- | email | [[EmailProperties](#EmailProperties)] | no | |
2529
+ | ---------- | ---- | -------- | ----------- || __source | [TagSourceSchema](#TagSourceSchema) | no | || _id | string | no | || attributes | string | no | || content | string | no | || name | string | no | || pages | [string] | no | || position | string | no | || sub_type | string | no | || type | string | no | || url | string | no | |
3223
2530
 
3224
2531
  ---
3225
2532
 
3226
-
3227
-
3228
-
3229
- #### [ContactSchema](#ContactSchema)
2533
+ #### [TagSourceSchema](#TagSourceSchema)
3230
2534
 
3231
2535
  | Properties | Type | Nullable | Description |
3232
- | ---------- | ---- | -------- | ----------- |
3233
- | phone | [PhoneSchema](#PhoneSchema) | no | |
3234
- | email | [EmailSchema](#EmailSchema) | no | |
2536
+ | ---------- | ---- | -------- | ----------- || id | string | no | || type | string | no | |
3235
2537
 
3236
2538
  ---
3237
2539
 
3238
-
3239
-
3240
-
3241
- #### [TagsSchema](#TagsSchema)
2540
+ #### [TagsSchema](#TagsSchema)
3242
2541
 
3243
2542
  | Properties | Type | Nullable | Description |
3244
- | ---------- | ---- | -------- | ----------- |
3245
- | application | string | no | |
3246
- | _id | string | no | |
3247
- | tags | [[TagSchema](#TagSchema)] | no | |
2543
+ | ---------- | ---- | -------- | ----------- || _id | string | no | || application | string | no | || tags | [[TagSchema](#TagSchema)] | no | |
3248
2544
 
3249
2545
  ---
3250
2546
 
3251
-
3252
-
3253
-
3254
- #### [TagSchema](#TagSchema)
2547
+ #### [UpdateFaqCategoryRequestSchema](#UpdateFaqCategoryRequestSchema)
3255
2548
 
3256
2549
  | Properties | Type | Nullable | Description |
3257
- | ---------- | ---- | -------- | ----------- |
3258
- | name | string | no | |
3259
- | url | string | no | |
3260
- | type | string | no | |
3261
- | sub_type | string | no | |
3262
- | _id | string | no | |
3263
- | position | string | no | |
3264
- | attributes | string | no | |
3265
- | content | string | no | |
3266
- | pages | [string] | no | |
3267
- | __source | [TagSourceSchema](#TagSourceSchema) | no | |
2550
+ | ---------- | ---- | -------- | ----------- || category | [CategorySchema](#CategorySchema) | no | |
3268
2551
 
3269
2552
  ---
3270
2553
 
3271
-
3272
-
3273
-
3274
- #### [TagSourceSchema](#TagSourceSchema)
2554
+ #### [UpdateHandpickedSchema](#UpdateHandpickedSchema)
3275
2555
 
3276
2556
  | Properties | Type | Nullable | Description |
3277
- | ---------- | ---- | -------- | ----------- |
3278
- | type | string | no | |
3279
- | id | string | no | |
2557
+ | ---------- | ---- | -------- | ----------- || tag | [HandpickedTagSchema](#HandpickedTagSchema) | no | |
3280
2558
 
3281
2559
  ---
3282
2560