@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.4

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 (254) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +5 -3
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationAPIClient.js +0 -1
  11. package/sdk/application/ApplicationClient.d.ts +17 -17
  12. package/sdk/application/ApplicationConfig.d.ts +3 -3
  13. package/sdk/application/Cart/CartApplicationClient.d.ts +58 -58
  14. package/sdk/application/Cart/CartApplicationClient.js +56 -56
  15. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  16. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  17. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  18. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  19. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  20. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  21. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  22. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  24. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  25. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  26. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  27. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  28. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  29. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  30. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.js +15 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Lead/LeadApplicationClient.d.ts +12 -12
  34. package/sdk/application/Lead/LeadApplicationClient.js +10 -10
  35. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  36. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  37. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  38. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  39. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  40. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  41. package/sdk/application/Order/OrderApplicationClient.d.ts +19 -30
  42. package/sdk/application/Order/OrderApplicationClient.js +17 -97
  43. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  44. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  45. package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -91
  46. package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
  47. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  48. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  49. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +6 -6
  50. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  51. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +29 -29
  52. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  53. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  54. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +9 -9
  55. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  56. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  57. package/sdk/application/Share/ShareApplicationClient.d.ts +9 -9
  58. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  59. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  60. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  61. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  62. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  63. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  64. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  65. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  66. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  67. package/sdk/application/User/UserApplicationClient.js +74 -74
  68. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  69. package/sdk/application/User/UserApplicationModel.js +17 -13
  70. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  71. package/sdk/application/index.d.ts +18 -18
  72. package/sdk/common/AxiosHelper.d.ts +1 -1
  73. package/sdk/common/AxiosHelper.js +38 -17
  74. package/sdk/common/Clickstream.js +22 -16
  75. package/sdk/common/curlHelper.js +1 -3
  76. package/sdk/common/utils.d.ts +15 -0
  77. package/sdk/common/utils.js +30 -0
  78. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +3 -3
  79. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  80. package/sdk/partner/Lead/LeadPartnerClient.d.ts +3 -3
  81. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  82. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +5 -5
  83. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  84. package/sdk/partner/OAuthClient.d.ts +4 -4
  85. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  86. package/sdk/partner/PartnerAPIClient.js +0 -1
  87. package/sdk/partner/PartnerClient.d.ts +6 -6
  88. package/sdk/partner/PartnerConfig.d.ts +4 -4
  89. package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -20
  90. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  91. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  92. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  93. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +3 -3
  94. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  95. package/sdk/partner/index.d.ts +7 -7
  96. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
  97. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +6 -6
  98. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  99. package/sdk/platform/Billing/BillingPlatformClient.d.ts +25 -25
  100. package/sdk/platform/Billing/BillingPlatformClient.js +23 -23
  101. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  102. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +115 -115
  103. package/sdk/platform/Cart/CartPlatformApplicationClient.js +113 -113
  104. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  105. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +147 -146
  106. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +146 -145
  107. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  108. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +156 -156
  109. package/sdk/platform/Catalog/CatalogPlatformClient.js +153 -153
  110. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  111. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  112. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  113. package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -5
  114. package/sdk/platform/Common/CommonPlatformClient.js +3 -3
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +133 -133
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +131 -131
  117. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  118. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +4 -4
  119. package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -2
  120. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  121. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  122. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +28 -28
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +25 -25
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  127. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -52
  128. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +50 -50
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  130. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +31 -31
  131. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +29 -29
  132. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  133. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +128 -128
  134. package/sdk/platform/Content/ContentPlatformApplicationClient.js +131 -131
  135. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +5 -5
  136. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  137. package/sdk/platform/Content/ContentPlatformClient.d.ts +33 -33
  138. package/sdk/platform/Content/ContentPlatformClient.js +37 -37
  139. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  140. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  141. package/sdk/platform/Content/ContentPlatformValidator.d.ts +5 -5
  142. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  143. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +24 -24
  144. package/sdk/platform/Discount/DiscountPlatformClient.js +22 -22
  145. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  146. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -23
  147. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +32 -25
  148. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  149. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +15 -15
  150. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +28 -19
  151. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  152. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +16 -2
  153. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  154. package/sdk/platform/Finance/FinancePlatformClient.d.ts +30 -30
  155. package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
  156. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +19 -19
  158. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +17 -17
  159. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Lead/LeadPlatformClient.d.ts +20 -20
  161. package/sdk/platform/Lead/LeadPlatformClient.js +18 -18
  162. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  163. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  164. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  165. package/sdk/platform/OAuthClient.d.ts +3 -3
  166. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  167. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  168. package/sdk/platform/Order/OrderPlatformClient.d.ts +111 -122
  169. package/sdk/platform/Order/OrderPlatformClient.js +109 -204
  170. package/sdk/platform/Order/OrderPlatformModel.d.ts +18 -2
  171. package/sdk/platform/Order/OrderPlatformModel.js +12 -2
  172. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  173. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  174. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  175. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  176. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  177. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +97 -97
  178. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +95 -95
  179. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  180. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +13 -13
  181. package/sdk/platform/Payment/PaymentPlatformClient.js +11 -11
  182. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  183. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  184. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  185. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  186. package/sdk/platform/PlatformAPIClient.js +0 -1
  187. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  188. package/sdk/platform/PlatformClient.d.ts +19 -21
  189. package/sdk/platform/PlatformClient.js +0 -4
  190. package/sdk/platform/PlatformConfig.d.ts +4 -4
  191. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +14 -14
  192. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  193. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +55 -54
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +53 -52
  199. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  200. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  201. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  202. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +7 -7
  203. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  204. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  205. package/sdk/platform/Share/SharePlatformModel.d.ts +4 -0
  206. package/sdk/platform/Share/SharePlatformModel.js +4 -0
  207. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +42 -112
  208. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +40 -597
  209. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  210. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  211. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  212. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  213. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  214. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  215. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  216. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  217. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  218. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  219. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  220. package/sdk/platform/User/UserPlatformModel.js +21 -13
  221. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +20 -19
  222. package/sdk/platform/Webhook/WebhookPlatformClient.js +18 -17
  223. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  224. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  225. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  226. package/sdk/platform/index.d.ts +24 -25
  227. package/sdk/platform/index.js +0 -2
  228. package/sdk/public/Billing/BillingPublicClient.d.ts +3 -3
  229. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  230. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  231. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  232. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -3
  233. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  234. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  235. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  236. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  237. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  238. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  239. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  240. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  241. package/sdk/public/Partner/PartnerPublicClient.d.ts +3 -3
  242. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  243. package/sdk/public/PublicAPIClient.d.ts +1 -1
  244. package/sdk/public/PublicClient.d.ts +7 -7
  245. package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
  246. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
  247. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  248. package/sdk/public/index.d.ts +8 -8
  249. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  250. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  251. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  252. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  253. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  254. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -10,7 +10,7 @@ declare class Content {
10
10
  * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
11
11
  * Success response
12
12
  * @name addDataLoader
13
- * @summary: Add data loader.
13
+ * @summary: Create data loader
14
14
  * @description: Create and add a new data loader. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addDataLoader/).
15
15
  */
16
16
  addDataLoader({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
@@ -20,7 +20,7 @@ declare class Content {
20
20
  * @param {import("../PlatformAPIClient").Options} - Options
21
21
  * @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
22
22
  * @name addFaq
23
- * @summary: Add FAQ.
23
+ * @summary: Create FAQ
24
24
  * @description: Create and add a new FAQ. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addFaq/).
25
25
  */
26
26
  addFaq({ categoryId, body, requestHeaders }?: ContentPlatformApplicationValidator.AddFaqParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
@@ -30,7 +30,7 @@ declare class Content {
30
30
  * @param {import("../PlatformAPIClient").Options} - Options
31
31
  * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
32
32
  * @name addInjectableTag
33
- * @summary: Create HTML tag.
33
+ * @summary: Create HTML tag
34
34
  * @description: Create and add a new injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addInjectableTag/).
35
35
  */
36
36
  addInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
@@ -42,7 +42,7 @@ declare class Content {
42
42
  * @param {import("../PlatformAPIClient").Options} - Options
43
43
  * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
44
44
  * @name addPathRedirectionRules
45
- * @summary: Add path redirection rules.
45
+ * @summary: Create path redirection rules
46
46
  * @description: Create and add rules for path redirection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addPathRedirectionRules/).
47
47
  */
48
48
  addPathRedirectionRules({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
@@ -55,7 +55,7 @@ declare class Content {
55
55
  * @returns {Promise<ContentPlatformModel.CreateAnnouncementSchema>} -
56
56
  * Success response
57
57
  * @name createAnnouncement
58
- * @summary: Create announcement.
58
+ * @summary: Create announcement
59
59
  * @description: Generate and add a new announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAnnouncement/).
60
60
  */
61
61
  createAnnouncement({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
@@ -70,7 +70,7 @@ declare class Content {
70
70
  *
71
71
  * @name createAppCustomFieldByResourceId
72
72
  * @summary: Create custom field entries for gives resource and resource_id
73
- * @description: Use this API to create the custom field entry for given resource and resource_id in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldByResourceId/).
73
+ * @description: You can add a custom field using this endpoint to any resource by providing the resource ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldByResourceId/).
74
74
  */
75
75
  createAppCustomFieldByResourceId({ resource, resourceId, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
76
76
  /**
@@ -84,7 +84,7 @@ declare class Content {
84
84
  *
85
85
  * @name createAppCustomFieldDefinition
86
86
  * @summary: Create custom field definition
87
- * @description: Use this API to create a custom field definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldDefinition/).
87
+ * @description: You can create custom fields definition to any resource so you can extend property of resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldDefinition/).
88
88
  */
89
89
  createAppCustomFieldDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
90
90
  /**
@@ -96,7 +96,7 @@ declare class Content {
96
96
  * @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
97
97
  * @name createAppCustomObject
98
98
  * @summary: Create custom object entries
99
- * @description: Use this API to create the custom object entry. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObject/).
99
+ * @description: Custom object entries against the custom object definition can be added using this API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObject/).
100
100
  */
101
101
  createAppCustomObject({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
102
102
  /**
@@ -109,7 +109,7 @@ declare class Content {
109
109
  * Success response
110
110
  * @name createAppCustomObjectDefinition
111
111
  * @summary: Create custom object definition
112
- * @description: Use this API to create custom object defintion - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObjectDefinition/).
112
+ * @description: Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObjectDefinition/).
113
113
  */
114
114
  createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
115
115
  /**
@@ -118,7 +118,7 @@ declare class Content {
118
118
  * @param {import("../PlatformAPIClient").Options} - Options
119
119
  * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
120
120
  * @name createBlog
121
- * @summary: Create blog.
121
+ * @summary: Create blog
122
122
  * @description: Generate and add a new blog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createBlog/).
123
123
  */
124
124
  createBlog({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
@@ -130,7 +130,7 @@ declare class Content {
130
130
  * @param {import("../PlatformAPIClient").Options} - Options
131
131
  * @returns {Promise<ContentPlatformModel.CreateFaqCategorySchema>} - Success response
132
132
  * @name createFaqCategory
133
- * @summary: Create FAQ category.
133
+ * @summary: Create FAQ Category
134
134
  * @description: Generate and add a new FAQ category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createFaqCategory/).
135
135
  */
136
136
  createFaqCategory({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqCategorySchema>;
@@ -142,7 +142,7 @@ declare class Content {
142
142
  * @param {import("../PlatformAPIClient").Options} - Options
143
143
  * @returns {Promise<ContentPlatformModel.LandingPageSchema>} - Success response
144
144
  * @name createLandingPage
145
- * @summary: Create landing page.
145
+ * @summary: Create landing page
146
146
  * @description: Generate and add a new landing page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createLandingPage/).
147
147
  */
148
148
  createLandingPage({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateLandingPageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageSchema>;
@@ -162,7 +162,7 @@ declare class Content {
162
162
  * @param {import("../PlatformAPIClient").Options} - Options
163
163
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
164
164
  * @name createPage
165
- * @summary: Create page.
165
+ * @summary: Create page
166
166
  * @description: Generate and add a new page to the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createPage/).
167
167
  */
168
168
  createPage({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreatePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
@@ -174,7 +174,7 @@ declare class Content {
174
174
  * @param {import("../PlatformAPIClient").Options} - Options
175
175
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
176
176
  * @name createPagePreview
177
- * @summary: Create page preview.
177
+ * @summary: Create page preview
178
178
  * @description: Generate and add a new page preview. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createPagePreview/).
179
179
  */
180
180
  createPagePreview({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreatePagePreviewParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
@@ -186,8 +186,8 @@ declare class Content {
186
186
  * @param {import("../PlatformAPIClient").Options} - Options
187
187
  * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
188
188
  * @name createSEOMarkupSchema
189
- * @summary: Create a SEO Markup schema Template of a page type for an application
190
- * @description: Use this API to create a SEO Markup schema Template inside an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSEOMarkupSchema/).
189
+ * @summary: Create SEO Markup Schema
190
+ * @description: Use this API to Create SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSEOMarkupSchema/).
191
191
  */
192
192
  createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
193
193
  /**
@@ -197,7 +197,7 @@ declare class Content {
197
197
  * @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
198
198
  * @name createSlideshow
199
199
  * @summary: Create a slideshow
200
- * @description: A slideshow is a group of images, videos or a combination of both that are shown on the website in the form of slides. Use this API to create a slideshow. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSlideshow/).
200
+ * @description: Use this API to create a slideshow. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSlideshow/).
201
201
  */
202
202
  createSlideshow({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSlideshowParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
203
203
  /**
@@ -209,7 +209,7 @@ declare class Content {
209
209
  * @returns {Promise<ContentPlatformModel.CreateAnnouncementSchema>} -
210
210
  * Success response
211
211
  * @name deleteAnnouncement
212
- * @summary: Delete announcement.
212
+ * @summary: Delete an announcement
213
213
  * @description: Remove a specific announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAnnouncement/).
214
214
  */
215
215
  deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
@@ -221,8 +221,8 @@ declare class Content {
221
221
  * @param {import("../PlatformAPIClient").Options} - Options
222
222
  * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
223
223
  * @name deleteAppCustomFieldDefinition
224
- * @summary: Delete custom fields definition.
225
- * @description: Use this API to delete the definitions of custom fields using definition_id. This will also delete related custom fields entries related to this definition. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomFieldDefinition/).
224
+ * @summary: Delete custom fields definition
225
+ * @description: Custom field definition and its assosiated custom fields value can be deleted using this api on the basis of definition id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomFieldDefinition/).
226
226
  */
227
227
  deleteAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
228
228
  /**
@@ -234,7 +234,7 @@ declare class Content {
234
234
  * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
235
235
  * @name deleteAppCustomObject
236
236
  * @summary: Delete custom object
237
- * @description: Use this API to delete the custom object entry by id. This will also delete related custom fields entries related to this custom object. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObject/).
237
+ * @description: Custom object entries can be deleted by providing the delete ID using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObject/).
238
238
  */
239
239
  deleteAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
240
240
  /**
@@ -247,8 +247,8 @@ declare class Content {
247
247
  * - Success response
248
248
  *
249
249
  * @name deleteAppCustomObjectDefinition
250
- * @summary: delete custom object definition by id
251
- * @description: Use this API to delete a custom object definition and related data for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObjectDefinition/).
250
+ * @summary: Delete custom object definition
251
+ * @description: Custom object definitions can be deleted using this endpoint by providing the definition ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObjectDefinition/).
252
252
  */
253
253
  deleteAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
254
254
  /**
@@ -257,7 +257,7 @@ declare class Content {
257
257
  * @param {import("../PlatformAPIClient").Options} - Options
258
258
  * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
259
259
  * @name deleteBlog
260
- * @summary: Delete blog.
260
+ * @summary: Delete a blog
261
261
  * @description: Remove a specific blog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteBlog/).
262
262
  */
263
263
  deleteBlog({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
@@ -268,7 +268,7 @@ declare class Content {
268
268
  * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
269
269
  * Success response
270
270
  * @name deleteDataLoader
271
- * @summary: Delete data loader.
271
+ * @summary: Delete a data loader
272
272
  * @description: Remove a specific data loader. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteDataLoader/).
273
273
  */
274
274
  deleteDataLoader({ dataLoaderId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
@@ -278,7 +278,7 @@ declare class Content {
278
278
  * @param {import("../PlatformAPIClient").Options} - Options
279
279
  * @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
280
280
  * @name deleteFaq
281
- * @summary: Delete FAQ.
281
+ * @summary: Delete FAQ
282
282
  * @description: Remove a specific FAQ. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteFaq/).
283
283
  */
284
284
  deleteFaq({ categoryId, faqId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteFaqParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
@@ -290,7 +290,7 @@ declare class Content {
290
290
  * @param {import("../PlatformAPIClient").Options} - Options
291
291
  * @returns {Promise<ContentPlatformModel.FaqSchema>} - Success response
292
292
  * @name deleteFaqCategory
293
- * @summary: Delete FAQ category.
293
+ * @summary: Delete FAQ category
294
294
  * @description: Remove a specific FAQ category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteFaqCategory/).
295
295
  */
296
296
  deleteFaqCategory({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.FaqSchema>;
@@ -302,7 +302,7 @@ declare class Content {
302
302
  * @param {import("../PlatformAPIClient").Options} - Options
303
303
  * @returns {Promise<ContentPlatformModel.LandingPageSchema>} - Success response
304
304
  * @name deleteLandingPage
305
- * @summary: Delete landing page.
305
+ * @summary: Delete landing page
306
306
  * @description: Remove a specific landing page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteLandingPage/).
307
307
  */
308
308
  deleteLandingPage({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteLandingPageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageSchema>;
@@ -312,7 +312,7 @@ declare class Content {
312
312
  * @param {import("../PlatformAPIClient").Options} - Options
313
313
  * @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
314
314
  * @name deleteNavigation
315
- * @summary: Delete navigation.
315
+ * @summary: Delete navigation
316
316
  * @description: Remove a specific navigation element. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteNavigation/).
317
317
  */
318
318
  deleteNavigation({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteNavigationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
@@ -322,7 +322,7 @@ declare class Content {
322
322
  * @param {import("../PlatformAPIClient").Options} - Options
323
323
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
324
324
  * @name deletePage
325
- * @summary: Delete page.
325
+ * @summary: Delete page
326
326
  * @description: Remove a page from the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deletePage/).
327
327
  */
328
328
  deletePage({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeletePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
@@ -334,7 +334,7 @@ declare class Content {
334
334
  * @param {import("../PlatformAPIClient").Options} - Options
335
335
  * @returns {Promise<Object>} - Success response
336
336
  * @name deletePathRedirectionRules
337
- * @summary: Delete path redirection rules.
337
+ * @summary: Delete path redirection rule
338
338
  * @description: Remove specific path redirection rules. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deletePathRedirectionRules/).
339
339
  */
340
340
  deletePathRedirectionRules({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.DeletePathRedirectionRulesParam, { responseHeaders }?: object): Promise<any>;
@@ -346,8 +346,8 @@ declare class Content {
346
346
  * @param {import("../PlatformAPIClient").Options} - Options
347
347
  * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
348
348
  * @name deleteSEOMarkupSchema
349
- * @summary: delete a particular SEO Markup schema of an application using its id
350
- * @description: Use this API to delete an existing SEO Markup schema an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
349
+ * @summary: Delete SEO Markup Schema
350
+ * @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
351
351
  */
352
352
  deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
353
353
  /**
@@ -367,7 +367,7 @@ declare class Content {
367
367
  * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
368
368
  * Success response
369
369
  * @name editDataLoader
370
- * @summary: Edit data loader.
370
+ * @summary: Update a data loader
371
371
  * @description: Modify the settings of a specific data loader. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editDataLoader/).
372
372
  */
373
373
  editDataLoader({ dataLoaderId, body, requestHeaders }?: ContentPlatformApplicationValidator.EditDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
@@ -391,8 +391,8 @@ declare class Content {
391
391
  * @param {import("../PlatformAPIClient").Options} - Options
392
392
  * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
393
393
  * @name editSEOMarkupSchema
394
- * @summary: Get a particular SEO Markup schema of an application using its id
395
- * @description: Use this API to edit an existing SEO Markup schema an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editSEOMarkupSchema/).
394
+ * @summary: Get SEO Markup Schema
395
+ * @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editSEOMarkupSchema/).
396
396
  */
397
397
  editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
398
398
  /**
@@ -406,7 +406,7 @@ declare class Content {
406
406
  *
407
407
  * @name exportAppCustomObjectEntries
408
408
  * @summary: Initiate download for bulk custom object entries
409
- * @description: Use this api to initiate download of bulk entries - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/exportAppCustomObjectEntries/).
409
+ * @description: Custom object bulk export of bulk entries can be perform using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/exportAppCustomObjectEntries/).
410
410
  */
411
411
  exportAppCustomObjectEntries({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
412
412
  /**
@@ -415,7 +415,7 @@ declare class Content {
415
415
  * @param {import("../PlatformAPIClient").Options} - Options
416
416
  * @returns {Promise<ContentPlatformModel.GeneratedSEOContent>} - Success response
417
417
  * @name generateSEOTitle
418
- * @summary: Generate SEO title.
418
+ * @summary: Generate SEO title
419
419
  * @description: Create an SEO-friendly title for content. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/generateSEOTitle/).
420
420
  */
421
421
  generateSEOTitle({ type, body, requestHeaders }?: ContentPlatformApplicationValidator.GenerateSEOTitleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GeneratedSEOContent>;
@@ -427,8 +427,8 @@ declare class Content {
427
427
  * @param {import("../PlatformAPIClient").Options} - Options
428
428
  * @returns {Promise<ContentPlatformModel.AdminAnnouncementSchema>} - Success response
429
429
  * @name getAnnouncementById
430
- * @summary: Get announcement by ID.
431
- * @description: Retrieve detailed information about a specific announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAnnouncementById/).
430
+ * @summary: Get announcement
431
+ * @description: Get detailed information about a specific announcement - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAnnouncementById/).
432
432
  */
433
433
  getAnnouncementById({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementByIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.AdminAnnouncementSchema>;
434
434
  /**
@@ -440,8 +440,8 @@ declare class Content {
440
440
  * @returns {Promise<ContentPlatformModel.GetAnnouncementListSchema>} -
441
441
  * Success response
442
442
  * @name getAnnouncementsList
443
- * @summary: Get announcements list.
444
- * @description: Retrieve a list of announcements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAnnouncementsList/).
443
+ * @summary: List announcements
444
+ * @description: Lists all announcements - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAnnouncementsList/).
445
445
  */
446
446
  getAnnouncementsList({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementsListParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAnnouncementListSchema>;
447
447
  /**
@@ -454,8 +454,8 @@ declare class Content {
454
454
  * - Success response
455
455
  *
456
456
  * @name getAppCustomFieldDefinition
457
- * @summary: Get custom fields definition by id
458
- * @description: Use this API to retrieve the definitions of custom fields using definition_id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinition/).
457
+ * @summary: Get custom fields definition
458
+ * @description: Custom field definitions can be fetch using definition id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinition/).
459
459
  */
460
460
  getAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
461
461
  /**
@@ -468,9 +468,9 @@ declare class Content {
468
468
  * Success response
469
469
  * @name getAppCustomFieldDefinitions
470
470
  * @summary: Get custom fields definitions
471
- * @description: Use this API to retrieve the definitions of custom fields. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinitions/).
471
+ * @description: Custom field definitions enable you to include data validation for custom fields, and enable sellers to add custom fields values for resources. With the help of this seller can retrive list of custom field definitions list. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinitions/).
472
472
  */
473
- getAppCustomFieldDefinitions({ pageNo, pageSize, resources, types, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
473
+ getAppCustomFieldDefinitions({ pageNo, pageSize, resource, type, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
474
474
  /**
475
475
  * @param {ContentPlatformApplicationValidator.GetAppCustomFieldTypesParam} arg
476
476
  * - Arg object
@@ -480,7 +480,7 @@ declare class Content {
480
480
  * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
481
481
  * @name getAppCustomFieldTypes
482
482
  * @summary: Get custom field types
483
- * @description: Use this API to retrieve the custom field types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldTypes/).
483
+ * @description: Each custom field and custom field definition has a type, which defines the type of information that it can store. The custom field types have built-in validation. This api will give list of supported custom fields types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldTypes/).
484
484
  */
485
485
  getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
486
486
  /**
@@ -493,7 +493,7 @@ declare class Content {
493
493
  * Success response
494
494
  * @name getAppCustomFields
495
495
  * @summary: Get list of custom fields of gives resource
496
- * @description: Use this API to retrieve the custom fields for given resource in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFields/).
496
+ * @description: Retrieves a list of custom fields attached to a particular resource by using the resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFields/).
497
497
  */
498
498
  getAppCustomFields({ resource, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseSchema>;
499
499
  /**
@@ -507,7 +507,7 @@ declare class Content {
507
507
  *
508
508
  * @name getAppCustomFieldsByResourceId
509
509
  * @summary: Get list of custom fields of given resource and resource id
510
- * @description: Use this API to retrieve the custom fields for given resource in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldsByResourceId/).
510
+ * @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldsByResourceId/).
511
511
  */
512
512
  getAppCustomFieldsByResourceId({ resource, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
513
513
  /**
@@ -519,7 +519,7 @@ declare class Content {
519
519
  * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
520
520
  * @name getAppCustomObject
521
521
  * @summary: Get custom object details
522
- * @description: Use this API to retrieve the custom object details and their fields details and definitions and references. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObject/).
522
+ * @description: Details of custom objects, their field details, definitions, and references can be obtained using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObject/).
523
523
  */
524
524
  getAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
525
525
  /**
@@ -531,8 +531,8 @@ declare class Content {
531
531
  * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
532
532
  * Success response
533
533
  * @name getAppCustomObjectDefinition
534
- * @summary: get custom object definition by id
535
- * @description: Use this API to update a custom object definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinition/).
534
+ * @summary: Get custom object definition
535
+ * @description: Custom object definitions can be fetched using their definition ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinition/).
536
536
  */
537
537
  getAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
538
538
  /**
@@ -545,7 +545,7 @@ declare class Content {
545
545
  * Success response
546
546
  * @name getAppCustomObjectDefinitions
547
547
  * @summary: Get custom object definitions
548
- * @description: Use this API to retrieve the custom object definitions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinitions/).
548
+ * @description: Custom object definition lists can be obtained using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinitions/).
549
549
  */
550
550
  getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
551
551
  /**
@@ -557,7 +557,7 @@ declare class Content {
557
557
  * @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
558
558
  * @name getAppCustomObjects
559
559
  * @summary: Get list of custom objects
560
- * @description: Use this API to retrieve the custom objects. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjects/).
560
+ * @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjects/).
561
561
  */
562
562
  getAppCustomObjects({ pageNo, pageSize, definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
563
563
  /**
@@ -566,8 +566,8 @@ declare class Content {
566
566
  * @param {import("../PlatformAPIClient").Options} - Options
567
567
  * @returns {Promise<ContentPlatformModel.CustomObjectBulkEntry>} - Success response
568
568
  * @name getAppJobs
569
- * @summary: Fetch bulk import and export job list.
570
- * @description: Use this api to get list of jobs of bulk import and exports - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppJobs/).
569
+ * @summary: Get bulk import and export job list
570
+ * @description: Custom object bulk import and export jobs status and details can be obtained using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppJobs/).
571
571
  */
572
572
  getAppJobs({ page, pageSize, actionType, requestHeaders }?: ContentPlatformApplicationValidator.GetAppJobsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntry>;
573
573
  /**
@@ -577,7 +577,7 @@ declare class Content {
577
577
  * @returns {Promise<ContentPlatformModel.ResourcesSchema>} - Success response
578
578
  * @name getAppResources
579
579
  * @summary: Get resources
580
- * @description: Use this API to retrieve the resources, such as products, collections, customers, selling locations, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppResources/).
580
+ * @description: Each custom fields is assosiated with a resource such as product, promotion, coupon, selling location etc, This will gives list of supported resource list. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppResources/).
581
581
  */
582
582
  getAppResources({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourcesSchema>;
583
583
  /**
@@ -586,7 +586,7 @@ declare class Content {
586
586
  * @param {import("../PlatformAPIClient").Options} - Options
587
587
  * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
588
588
  * @name getBlogBySlug
589
- * @summary: Get blog by slug.
589
+ * @summary: Get blog by slug
590
590
  * @description: Retrieve detailed information about a specific blog using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogBySlug/).
591
591
  */
592
592
  getBlogBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
@@ -596,8 +596,8 @@ declare class Content {
596
596
  * @param {import("../PlatformAPIClient").Options} - Options
597
597
  * @returns {Promise<ContentPlatformModel.BlogGetResponse>} - Success response
598
598
  * @name getBlogs
599
- * @summary: Get blogs.
600
- * @description: Retrieve a list of available blogs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
599
+ * @summary: List blogs
600
+ * @description: List all blogs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
601
601
  */
602
602
  getBlogs({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetResponse>;
603
603
  /**
@@ -606,7 +606,7 @@ declare class Content {
606
606
  * @param {import("../PlatformAPIClient").Options} - Options
607
607
  * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
608
608
  * @name getComponentById
609
- * @summary: Get component by ID.
609
+ * @summary: Get component
610
610
  * @description: Retrieve detailed information about a specific component. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getComponentById/).
611
611
  */
612
612
  getComponentById({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetComponentByIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
@@ -616,8 +616,8 @@ declare class Content {
616
616
  * @param {import("../PlatformAPIClient").Options} - Options
617
617
  * @returns {Promise<ContentPlatformModel.DataLoadersSchema>} - Success response
618
618
  * @name getDataLoaders
619
- * @summary: Get data loaders.
620
- * @description: Retrieve a list of data loaders. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDataLoaders/).
619
+ * @summary: List data loaders
620
+ * @description: List all Dataloaders - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDataLoaders/).
621
621
  */
622
622
  getDataLoaders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoadersSchema>;
623
623
  /**
@@ -629,7 +629,7 @@ declare class Content {
629
629
  * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
630
630
  * Success response
631
631
  * @name getDataLoadersByService
632
- * @summary: Get all the data loaders in an application by service name
632
+ * @summary: List all data loaders
633
633
  * @description: Use this to get all data loaders of an application by service name - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDataLoadersByService/).
634
634
  */
635
635
  getDataLoadersByService({ serviceName, requestHeaders }?: ContentPlatformApplicationValidator.GetDataLoadersByServiceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
@@ -642,7 +642,7 @@ declare class Content {
642
642
  * @returns {Promise<ContentPlatformModel.DefaultNavigationResponse>} -
643
643
  * Success response
644
644
  * @name getDefaultNavigations
645
- * @summary: Get default navigations.
645
+ * @summary: Get default navigations
646
646
  * @description: Retrieve default navigation elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultNavigations/).
647
647
  */
648
648
  getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationResponse>;
@@ -654,8 +654,8 @@ declare class Content {
654
654
  * @param {import("../PlatformAPIClient").Options} - Options
655
655
  * @returns {Promise<ContentPlatformModel.DefaultSchemaComponent>} - Success response
656
656
  * @name getDefaultSEOMarkupSchema
657
- * @summary: Get Default SEO Markup schemas of an application
658
- * @description: Use this API to get the Default SEO Markup schema Templates setup for an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSEOMarkupSchema/).
657
+ * @summary: List default SEO Markup Schemas
658
+ * @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSEOMarkupSchema/).
659
659
  */
660
660
  getDefaultSEOMarkupSchema({ pageType, requestHeaders }?: ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSchemaComponent>;
661
661
  /**
@@ -664,8 +664,8 @@ declare class Content {
664
664
  * @param {import("../PlatformAPIClient").Options} - Options
665
665
  * @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
666
666
  * @name getFaqByIdOrSlug
667
- * @summary: Get FAQ by ID or slug.
668
- * @description: Retrieve detailed information about a specific FAQ. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqByIdOrSlug/).
667
+ * @summary: Get FAQ or slug
668
+ * @description: Get detailed information about a specific FAQ - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqByIdOrSlug/).
669
669
  */
670
670
  getFaqByIdOrSlug({ idOrSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetFaqByIdOrSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
671
671
  /**
@@ -674,8 +674,8 @@ declare class Content {
674
674
  * @param {import("../PlatformAPIClient").Options} - Options
675
675
  * @returns {Promise<ContentPlatformModel.GetFaqCategoriesSchema>} - Success response
676
676
  * @name getFaqCategories
677
- * @summary: Get FAQ categories.
678
- * @description: Retrieve a list of FAQ categories. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqCategories/).
677
+ * @summary: List FAQ Categories
678
+ * @description: List all FAQ Categories - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqCategories/).
679
679
  */
680
680
  getFaqCategories({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.GetFaqCategoriesSchema>;
681
681
  /**
@@ -687,8 +687,8 @@ declare class Content {
687
687
  * @returns {Promise<ContentPlatformModel.GetFaqCategoryBySlugSchema>} -
688
688
  * Success response
689
689
  * @name getFaqCategoryBySlugOrId
690
- * @summary: Get FAQ category by slug or ID.
691
- * @description: Retrieve detailed information about a specific FAQ category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqCategoryBySlugOrId/).
690
+ * @summary: Get FAQ category
691
+ * @description: Get detailed information about a specific FAQ category - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqCategoryBySlugOrId/).
692
692
  */
693
693
  getFaqCategoryBySlugOrId({ idOrSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetFaqCategoryBySlugOrIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetFaqCategoryBySlugSchema>;
694
694
  /**
@@ -699,7 +699,7 @@ declare class Content {
699
699
  * @param {import("../PlatformAPIClient").Options} - Options
700
700
  * @returns {Promise<ContentPlatformModel.GetFaqSchema>} - Success response
701
701
  * @name getFaqsByCategoryIdOrSlug
702
- * @summary: Get FAQs by category ID or slug.
702
+ * @summary: List FAQs
703
703
  * @description: Retrieve a list of FAQs within a specific category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getFaqsByCategoryIdOrSlug/).
704
704
  */
705
705
  getFaqsByCategoryIdOrSlug({ idOrSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetFaqsByCategoryIdOrSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetFaqSchema>;
@@ -721,8 +721,8 @@ declare class Content {
721
721
  * @param {import("../PlatformAPIClient").Options} - Options
722
722
  * @returns {Promise<ContentPlatformModel.LandingPageGetResponse>} - Success response
723
723
  * @name getLandingPages
724
- * @summary: Get landing pages.
725
- * @description: Retrieve a list of landing pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLandingPages/).
724
+ * @summary: Get landing pages
725
+ * @description: Lists a list landing pages as per device types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLandingPages/).
726
726
  */
727
727
  getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetResponse>;
728
728
  /**
@@ -733,8 +733,8 @@ declare class Content {
733
733
  * @param {import("../PlatformAPIClient").Options} - Options
734
734
  * @returns {Promise<ContentPlatformModel.ApplicationLegal>} - Success response
735
735
  * @name getLegalInformation
736
- * @summary: Get legal related information for applicaiton
737
- * @description: Retrieve legal information and terms. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLegalInformation/).
736
+ * @summary: Get Legal Pages
737
+ * @description: Get legal information and terms - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLegalInformation/).
738
738
  */
739
739
  getLegalInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationLegal>;
740
740
  /**
@@ -745,7 +745,7 @@ declare class Content {
745
745
  * @param {import("../PlatformAPIClient").Options} - Options
746
746
  * @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
747
747
  * @name getNavigationBySlug
748
- * @summary: Get navigation by slug.
748
+ * @summary: Get navigation by slug
749
749
  * @description: Retrieve detailed information about a specific navigation element. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getNavigationBySlug/).
750
750
  */
751
751
  getNavigationBySlug({ slug, devicePlatform, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
@@ -765,8 +765,8 @@ declare class Content {
765
765
  * @param {import("../PlatformAPIClient").Options} - Options
766
766
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
767
767
  * @name getPageBySlug
768
- * @summary: Get page by slug.
769
- * @description: Retrieve detailed information about a specific page using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageBySlug/).
768
+ * @summary: Get page by slug
769
+ * @description: Get detailed information about a specific page using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageBySlug/).
770
770
  */
771
771
  getPageBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetPageBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
772
772
  /**
@@ -775,8 +775,8 @@ declare class Content {
775
775
  * @param {import("../PlatformAPIClient").Options} - Options
776
776
  * @returns {Promise<ContentPlatformModel.PageMetaSchema>} - Success response
777
777
  * @name getPageMeta
778
- * @summary: Get page meta.
779
- * @description: Retrieve metadata for a specific page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageMeta/).
778
+ * @summary: Get page meta
779
+ * @description: Use this API to Get metadata for a specific page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageMeta/).
780
780
  */
781
781
  getPageMeta({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.PageMetaSchema>;
782
782
  /**
@@ -785,8 +785,8 @@ declare class Content {
785
785
  * @param {import("../PlatformAPIClient").Options} - Options
786
786
  * @returns {Promise<ContentPlatformModel.PageSpec>} - Success response
787
787
  * @name getPageSpec
788
- * @summary: Get page specification.
789
- * @description: Retrieve specifications and details for a specific page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageSpec/).
788
+ * @summary: Get page specification
789
+ * @description: Use this API to Get specifications and details for a specific page - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageSpec/).
790
790
  */
791
791
  getPageSpec({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSpec>;
792
792
  /**
@@ -795,7 +795,7 @@ declare class Content {
795
795
  * @param {import("../PlatformAPIClient").Options} - Options
796
796
  * @returns {Promise<ContentPlatformModel.PageGetResponse>} - Success response
797
797
  * @name getPages
798
- * @summary: Get pages.
798
+ * @summary: Get pages
799
799
  * @description: Retrieve a list of available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPages/).
800
800
  */
801
801
  getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetResponse>;
@@ -807,8 +807,8 @@ declare class Content {
807
807
  * @param {import("../PlatformAPIClient").Options} - Options
808
808
  * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
809
809
  * @name getPathRedirectionRule
810
- * @summary: Get path redirection rule.
811
- * @description: Retrieve detailed information about a specific path redirection rule. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPathRedirectionRule/).
810
+ * @summary: Get Path Redirection Rule
811
+ * @description: Use this API to Get detailed information about a specific path redirection rule - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPathRedirectionRule/).
812
812
  */
813
813
  getPathRedirectionRule({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRuleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
814
814
  /**
@@ -819,8 +819,8 @@ declare class Content {
819
819
  * @param {import("../PlatformAPIClient").Options} - Options
820
820
  * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
821
821
  * @name getPathRedirectionRules
822
- * @summary: Get path redirection rules.
823
- * @description: Retrieve a list of path redirection rules. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPathRedirectionRules/).
822
+ * @summary: List Path Redirection Rules
823
+ * @description: Use this API to List Path Redirection Rules - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPathRedirectionRules/).
824
824
  */
825
825
  getPathRedirectionRules({ pageSize, pageNo, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
826
826
  /**
@@ -831,7 +831,7 @@ declare class Content {
831
831
  * @param {import("../PlatformAPIClient").Options} - Options
832
832
  * @returns {Promise<ContentPlatformModel.SeoComponent>} - Success response
833
833
  * @name getSEOConfiguration
834
- * @summary: Get SEO configuration for an application
834
+ * @summary: Get sales channel SEO
835
835
  * @description: Retrieve configuration settings for SEO. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOConfiguration/).
836
836
  */
837
837
  getSEOConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoComponent>;
@@ -843,8 +843,8 @@ declare class Content {
843
843
  * @param {import("../PlatformAPIClient").Options} - Options
844
844
  * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
845
845
  * @name getSEOMarkupSchema
846
- * @summary: Get a particular SEO Markup schema of an application using its id
847
- * @description: Use this API to get a existing SEO Markup schema an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchema/).
846
+ * @summary: Get SEO Markup Schema
847
+ * @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchema/).
848
848
  */
849
849
  getSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
850
850
  /**
@@ -855,8 +855,8 @@ declare class Content {
855
855
  * @param {import("../PlatformAPIClient").Options} - Options
856
856
  * @returns {Promise<ContentPlatformModel.SeoSchemaComponent>} - Success response
857
857
  * @name getSEOMarkupSchemas
858
- * @summary: Get SEO Markup schemas of an application
859
- * @description: Use this API to get all SEO Markup schema Templates setup for an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchemas/).
858
+ * @summary: List default SEO Markup Schemas
859
+ * @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchemas/).
860
860
  */
861
861
  getSEOMarkupSchemas({ title, active, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchemaComponent>;
862
862
  /**
@@ -867,8 +867,8 @@ declare class Content {
867
867
  * @param {import("../PlatformAPIClient").Options} - Options
868
868
  * @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
869
869
  * @name getSlideshowBySlug
870
- * @summary: Get slideshow by slug
871
- * @description: Use this API to retrieve the details of a slideshow by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshowBySlug/).
870
+ * @summary: Get Slideshow
871
+ * @description: Use this API to get the details of a slideshow by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshowBySlug/).
872
872
  */
873
873
  getSlideshowBySlug({ slug, devicePlatform, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
874
874
  /**
@@ -877,8 +877,8 @@ declare class Content {
877
877
  * @param {import("../PlatformAPIClient").Options} - Options
878
878
  * @returns {Promise<ContentPlatformModel.SlideshowGetResponse>} - Success response
879
879
  * @name getSlideshows
880
- * @summary: Get slideshows
881
- * @description: A slideshow is a group of images, videos or a combination of both that are shown on the website in the form of slides. Use this API to fetch a list of slideshows. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshows/).
880
+ * @summary: List Slideshows
881
+ * @description: Use this API to list all Slideshows - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshows/).
882
882
  */
883
883
  getSlideshows({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowGetResponse>;
884
884
  /**
@@ -892,8 +892,8 @@ declare class Content {
892
892
  * @param {number} [arg.pageSize] - The number of items to retrieve in each
893
893
  * page. Default value is 10.
894
894
  * @returns {Paginator<ContentPlatformModel.SlideshowGetResponse>}
895
- * @summary: Get slideshows
896
- * @description: A slideshow is a group of images, videos or a combination of both that are shown on the website in the form of slides. Use this API to fetch a list of slideshows.
895
+ * @summary: List Slideshows
896
+ * @description: Use this API to list all Slideshows
897
897
  */
898
898
  getSlideshowsPaginator({ companyId, applicationId, devicePlatform, pageSize, }?: {
899
899
  companyId: string;
@@ -909,7 +909,7 @@ declare class Content {
909
909
  * @param {import("../PlatformAPIClient").Options} - Options
910
910
  * @returns {Promise<ContentPlatformModel.Support>} - Success response
911
911
  * @name getSupportInformation
912
- * @summary: Get support information.
912
+ * @summary: Get support information
913
913
  * @description: Retrieve information related to customer support. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSupportInformation/).
914
914
  */
915
915
  getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
@@ -924,7 +924,7 @@ declare class Content {
924
924
  *
925
925
  * @name importAppCustomObjectEntries
926
926
  * @summary: Bulk custom object entries upload
927
- * @description: Use this API to upload custom object entries - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/importAppCustomObjectEntries/).
927
+ * @description: Custom object bulk import of bulk entries can be performed using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/importAppCustomObjectEntries/).
928
928
  */
929
929
  importAppCustomObjectEntries({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>;
930
930
  /**
@@ -936,7 +936,7 @@ declare class Content {
936
936
  * @returns {Promise<ContentPlatformModel.TagDeleteSuccessResponse>} -
937
937
  * Success response
938
938
  * @name removeInjectableTag
939
- * @summary: Remove HTML tag.
939
+ * @summary: Remove HTML tag
940
940
  * @description: Delete a specific injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/removeInjectableTag/).
941
941
  */
942
942
  removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessResponse>;
@@ -947,7 +947,7 @@ declare class Content {
947
947
  * @returns {Promise<ContentPlatformModel.DataLoaderResetResponseSchema>} -
948
948
  * Success response
949
949
  * @name resetDataLoader
950
- * @summary: Reset data loader.
950
+ * @summary: Reset a data loader
951
951
  * @description: Clear and reset data loader settings. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/resetDataLoader/).
952
952
  */
953
953
  resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
@@ -959,8 +959,8 @@ declare class Content {
959
959
  * @param {import("../PlatformAPIClient").Options} - Options
960
960
  * @returns {Promise<string>} - Success response
961
961
  * @name sampleAppCustomObjectBulkEntry
962
- * @summary: download sample for custom object bulk entry
963
- * @description: Use this api to get sample csv file - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/sampleAppCustomObjectBulkEntry/).
962
+ * @summary: Download sample for custom object bulk entry
963
+ * @description: Sample files for custom object bulk import can be obtained from this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/sampleAppCustomObjectBulkEntry/).
964
964
  */
965
965
  sampleAppCustomObjectBulkEntry({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam, { responseHeaders }?: object): Promise<string>;
966
966
  /**
@@ -970,7 +970,7 @@ declare class Content {
970
970
  * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
971
971
  * Success response
972
972
  * @name selectDataLoader
973
- * @summary: Select data loader.
973
+ * @summary: Select a data loader
974
974
  * @description: Choose and set a data loader for use. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/selectDataLoader/).
975
975
  */
976
976
  selectDataLoader({ dataLoaderId, requestHeaders }?: ContentPlatformApplicationValidator.SelectDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
@@ -983,7 +983,7 @@ declare class Content {
983
983
  * @returns {Promise<ContentPlatformModel.CreateAnnouncementSchema>} -
984
984
  * Success response
985
985
  * @name updateAnnouncement
986
- * @summary: Update announcement.
986
+ * @summary: Update announcement
987
987
  * @description: Modify the content and settings of a specific announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAnnouncement/).
988
988
  */
989
989
  updateAnnouncement({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
@@ -996,7 +996,7 @@ declare class Content {
996
996
  * @returns {Promise<ContentPlatformModel.CreateAnnouncementSchema>} -
997
997
  * Success response
998
998
  * @name updateAnnouncementSchedule
999
- * @summary: Update announcement schedule.
999
+ * @summary: Update announcement schedule
1000
1000
  * @description: Modify the scheduling of a specific announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAnnouncementSchedule/).
1001
1001
  */
1002
1002
  updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
@@ -1011,7 +1011,7 @@ declare class Content {
1011
1011
  *
1012
1012
  * @name updateAppCustomFieldDefinition
1013
1013
  * @summary: Update custom field definition
1014
- * @description: Use this API to update a custom field definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomFieldDefinition/).
1014
+ * @description: Custom fields definition can be update using this api, You can update custom field definition name and description. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomFieldDefinition/).
1015
1015
  */
1016
1016
  updateAppCustomFieldDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
1017
1017
  /**
@@ -1023,7 +1023,7 @@ declare class Content {
1023
1023
  * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
1024
1024
  * @name updateAppCustomObject
1025
1025
  * @summary: Update custom object details
1026
- * @description: Use this API to update a custom object detail for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObject/).
1026
+ * @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObject/).
1027
1027
  */
1028
1028
  updateAppCustomObject({ metaobjectId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
1029
1029
  /**
@@ -1036,7 +1036,7 @@ declare class Content {
1036
1036
  * Success response
1037
1037
  * @name updateAppCustomObjectDefinition
1038
1038
  * @summary: Update custom object definition
1039
- * @description: Use this API to update a custom object definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectDefinition/).
1039
+ * @description: Custom object definitions can be updated using this endpoint. You can update the name and description of the custom object and add more custom field definitions to the existing custom object. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectDefinition/).
1040
1040
  */
1041
1041
  updateAppCustomObjectDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
1042
1042
  /**
@@ -1045,7 +1045,7 @@ declare class Content {
1045
1045
  * @param {import("../PlatformAPIClient").Options} - Options
1046
1046
  * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
1047
1047
  * @name updateBlog
1048
- * @summary: Update blog.
1048
+ * @summary: Update a blog
1049
1049
  * @description: Modify the content and settings of a specific blog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateBlog/).
1050
1050
  */
1051
1051
  updateBlog({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
@@ -1055,7 +1055,7 @@ declare class Content {
1055
1055
  * @param {import("../PlatformAPIClient").Options} - Options
1056
1056
  * @returns {Promise<ContentPlatformModel.CreateFaqResponseSchema>} - Success response
1057
1057
  * @name updateFaq
1058
- * @summary: Update FAQ.
1058
+ * @summary: Update FAQ
1059
1059
  * @description: Modify the content and settings of a specific FAQ. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateFaq/).
1060
1060
  */
1061
1061
  updateFaq({ categoryId, faqId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateFaqParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqResponseSchema>;
@@ -1067,7 +1067,7 @@ declare class Content {
1067
1067
  * @param {import("../PlatformAPIClient").Options} - Options
1068
1068
  * @returns {Promise<ContentPlatformModel.CreateFaqCategorySchema>} - Success response
1069
1069
  * @name updateFaqCategory
1070
- * @summary: Update FAQ category.
1070
+ * @summary: Update FAQ category
1071
1071
  * @description: Modify the content and settings of a specific FAQ category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateFaqCategory/).
1072
1072
  */
1073
1073
  updateFaqCategory({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqCategorySchema>;
@@ -1091,7 +1091,7 @@ declare class Content {
1091
1091
  * @param {import("../PlatformAPIClient").Options} - Options
1092
1092
  * @returns {Promise<ContentPlatformModel.LandingPageSchema>} - Success response
1093
1093
  * @name updateLandingPage
1094
- * @summary: Update landing page.
1094
+ * @summary: Update landing page
1095
1095
  * @description: Modify the content and settings of a specific landing page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateLandingPage/).
1096
1096
  */
1097
1097
  updateLandingPage({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateLandingPageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageSchema>;
@@ -1103,7 +1103,7 @@ declare class Content {
1103
1103
  * @param {import("../PlatformAPIClient").Options} - Options
1104
1104
  * @returns {Promise<ContentPlatformModel.ApplicationLegal>} - Success response
1105
1105
  * @name updateLegalInformation
1106
- * @summary: Update legal related information for application
1106
+ * @summary: Update Legal Pages
1107
1107
  * @description: Modify legal information and terms. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateLegalInformation/).
1108
1108
  */
1109
1109
  updateLegalInformation({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateLegalInformationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationLegal>;
@@ -1113,7 +1113,7 @@ declare class Content {
1113
1113
  * @param {import("../PlatformAPIClient").Options} - Options
1114
1114
  * @returns {Promise<ContentPlatformModel.NavigationSchema>} - Success response
1115
1115
  * @name updateNavigation
1116
- * @summary: Update navigation.
1116
+ * @summary: Update navigation
1117
1117
  * @description: Modify the content and settings of a specific navigation element. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateNavigation/).
1118
1118
  */
1119
1119
  updateNavigation({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateNavigationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationSchema>;
@@ -1123,7 +1123,7 @@ declare class Content {
1123
1123
  * @param {import("../PlatformAPIClient").Options} - Options
1124
1124
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
1125
1125
  * @name updatePage
1126
- * @summary: Update page.
1126
+ * @summary: Update page
1127
1127
  * @description: Modify and update the content of a page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updatePage/).
1128
1128
  */
1129
1129
  updatePage({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
@@ -1135,7 +1135,7 @@ declare class Content {
1135
1135
  * @param {import("../PlatformAPIClient").Options} - Options
1136
1136
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
1137
1137
  * @name updatePagePreview
1138
- * @summary: Update page preview.
1138
+ * @summary: Update page preview
1139
1139
  * @description: Modify the content and settings of a specific page preview. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updatePagePreview/).
1140
1140
  */
1141
1141
  updatePagePreview({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePagePreviewParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
@@ -1147,7 +1147,7 @@ declare class Content {
1147
1147
  * @param {import("../PlatformAPIClient").Options} - Options
1148
1148
  * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
1149
1149
  * @name updatePathRedirectionRules
1150
- * @summary: Update path redirection rules.
1150
+ * @summary: Update path redirection rule
1151
1151
  * @description: Modify settings for path redirection rules. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updatePathRedirectionRules/).
1152
1152
  */
1153
1153
  updatePathRedirectionRules({ pathId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
@@ -1159,7 +1159,7 @@ declare class Content {
1159
1159
  * @param {import("../PlatformAPIClient").Options} - Options
1160
1160
  * @returns {Promise<ContentPlatformModel.SeoSchema>} - Success response
1161
1161
  * @name updateSEOConfiguration
1162
- * @summary: Update SEO configuration for an application
1162
+ * @summary: Update sales channel SEO information
1163
1163
  * @description: Modify configuration settings for SEO. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSEOConfiguration/).
1164
1164
  */
1165
1165
  updateSEOConfiguration({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSEOConfigurationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchema>;
@@ -1170,7 +1170,7 @@ declare class Content {
1170
1170
  * @returns {Promise<ContentPlatformModel.SlideshowSchema>} - Success response
1171
1171
  * @name updateSlideshow
1172
1172
  * @summary: Update a slideshow
1173
- * @description: Use this API to edit the details of an existing slideshow. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSlideshow/).
1173
+ * @description: Use this API to Update Slideshow - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSlideshow/).
1174
1174
  */
1175
1175
  updateSlideshow({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSlideshowParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowSchema>;
1176
1176
  /**
@@ -1181,11 +1181,11 @@ declare class Content {
1181
1181
  * @param {import("../PlatformAPIClient").Options} - Options
1182
1182
  * @returns {Promise<ContentPlatformModel.Support>} - Success response
1183
1183
  * @name updateSupportInformation
1184
- * @summary: Update support related info for an application
1184
+ * @summary: Update Customer Support Information
1185
1185
  * @description: Modify information related to customer support. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSupportInformation/).
1186
1186
  */
1187
1187
  updateSupportInformation({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSupportInformationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
1188
1188
  }
1189
- import ContentPlatformApplicationValidator = require("./ContentPlatformApplicationValidator");
1190
- import ContentPlatformModel = require("./ContentPlatformModel");
1191
- import Paginator = require("../../common/Paginator");
1189
+ import ContentPlatformApplicationValidator = require("sdk/output/javascript/code/sdk/platform/Content/ContentPlatformApplicationValidator");
1190
+ import ContentPlatformModel = require("sdk/output/javascript/code/sdk/platform/Content/ContentPlatformModel");
1191
+ import Paginator = require("sdk/output/javascript/code/sdk/common/Paginator");