@gofynd/fdk-client-javascript 1.4.2-beta.6 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -3
  3. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  4. package/sdk/application/ApplicationAPIClient.js +0 -1
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
  6. package/sdk/application/Cart/CartApplicationClient.js +25 -25
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  10. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  11. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  12. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  13. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  14. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  15. package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
  16. package/sdk/application/Content/ContentApplicationClient.js +10 -10
  17. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  18. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  19. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
  20. package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
  21. package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
  22. package/sdk/application/Lead/LeadApplicationClient.js +7 -7
  23. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  24. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  25. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
  26. package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
  27. package/sdk/application/Order/OrderApplicationClient.d.ts +13 -13
  28. package/sdk/application/Order/OrderApplicationClient.js +16 -12
  29. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -0
  30. package/sdk/application/Order/OrderApplicationValidator.js +3 -0
  31. package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
  32. package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
  33. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  34. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  35. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  36. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  37. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
  38. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  39. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
  40. package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
  41. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  42. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  43. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  44. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  45. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  46. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  47. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  48. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  49. package/sdk/application/User/UserApplicationClient.d.ts +28 -28
  50. package/sdk/application/User/UserApplicationClient.js +28 -28
  51. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  52. package/sdk/application/User/UserApplicationModel.js +17 -13
  53. package/sdk/common/AxiosHelper.d.ts +1 -1
  54. package/sdk/common/AxiosHelper.js +38 -17
  55. package/sdk/common/Clickstream.js +33 -19
  56. package/sdk/common/curlHelper.js +1 -3
  57. package/sdk/common/utils.d.ts +15 -0
  58. package/sdk/common/utils.js +30 -0
  59. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
  60. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  61. package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
  62. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  63. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
  64. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  65. package/sdk/partner/OAuthClient.d.ts +3 -3
  66. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  67. package/sdk/partner/PartnerAPIClient.js +0 -1
  68. package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
  69. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  70. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  71. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  72. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
  73. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  74. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
  75. package/sdk/partner/Webhook/WebhookPartnerModel.js +2 -2
  76. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
  77. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
  78. package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
  79. package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
  80. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
  81. package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
  82. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
  83. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
  84. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
  85. package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
  86. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  87. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  88. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  89. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  90. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
  91. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
  92. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  93. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  94. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  95. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  96. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
  97. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
  98. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  99. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  100. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  101. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  102. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
  103. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
  104. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
  105. package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
  106. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
  107. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  108. package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
  109. package/sdk/platform/Content/ContentPlatformClient.js +9 -9
  110. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  111. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  112. package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
  113. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  114. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  115. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  116. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
  117. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
  118. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  119. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
  120. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  121. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
  122. package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
  123. package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
  124. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
  125. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
  126. package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
  127. package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
  128. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  129. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  130. package/sdk/platform/OAuthClient.d.ts +3 -3
  131. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
  132. package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
  133. package/sdk/platform/Order/OrderPlatformClient.d.ts +43 -43
  134. package/sdk/platform/Order/OrderPlatformClient.js +55 -44
  135. package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
  136. package/sdk/platform/Order/OrderPlatformModel.js +8 -2
  137. package/sdk/platform/Order/OrderPlatformValidator.d.ts +14 -0
  138. package/sdk/platform/Order/OrderPlatformValidator.js +6 -0
  139. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  140. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  141. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
  142. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
  143. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  144. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  145. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  146. package/sdk/platform/PlatformAPIClient.js +0 -1
  147. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  149. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
  150. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  155. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  156. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  157. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  158. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  159. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
  160. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
  161. package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
  162. package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
  163. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  164. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  165. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
  166. package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
  167. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  168. package/sdk/platform/User/UserPlatformModel.js +21 -13
  169. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
  170. package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
  171. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +5 -45
  172. package/sdk/platform/Webhook/WebhookPlatformModel.js +4 -50
  173. package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
  174. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  175. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  176. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  177. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
  178. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  179. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  180. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  181. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  182. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  183. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  184. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  185. package/sdk/public/PublicAPIClient.d.ts +1 -1
  186. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  187. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
@@ -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: Add 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: Add 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: Add 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>;
@@ -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>;
@@ -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 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,7 +221,7 @@ 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.
224
+ * @summary: Delete custom fields definition
225
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/).
226
226
  */
227
227
  deleteAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
@@ -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 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 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 rules
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>;
@@ -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: Edit 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>;
@@ -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,7 +427,7 @@ 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.
430
+ * @summary: Get announcement by ID
431
431
  * @description: Retrieve 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>;
@@ -440,7 +440,7 @@ declare class Content {
440
440
  * @returns {Promise<ContentPlatformModel.GetAnnouncementListSchema>} -
441
441
  * Success response
442
442
  * @name getAnnouncementsList
443
- * @summary: Get announcements list.
443
+ * @summary: Get announcements list
444
444
  * @description: Retrieve a list of 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>;
@@ -470,7 +470,7 @@ declare class Content {
470
470
  * @summary: Get custom fields definitions
471
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/).
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
@@ -566,7 +566,7 @@ 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.
569
+ * @summary: Fetch bulk import and export job list
570
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/).
571
571
  */
572
572
  getAppJobs({ page, pageSize, actionType, requestHeaders }?: ContentPlatformApplicationValidator.GetAppJobsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntry>;
@@ -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,7 +596,7 @@ 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.
599
+ * @summary: Get blogs
600
600
  * @description: Retrieve a list of available 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>;
@@ -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 by ID
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,7 +616,7 @@ 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.
619
+ * @summary: Get data loaders
620
620
  * @description: Retrieve a list of data loaders. - 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>;
@@ -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>;
@@ -664,7 +664,7 @@ 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.
667
+ * @summary: Get FAQ by ID or slug
668
668
  * @description: Retrieve 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>;
@@ -674,7 +674,7 @@ 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.
677
+ * @summary: Get FAQ categories
678
678
  * @description: Retrieve a list of 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>;
@@ -687,7 +687,7 @@ 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.
690
+ * @summary: Get FAQ category by slug or ID
691
691
  * @description: Retrieve 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>;
@@ -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: Get FAQs by category ID or slug
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,7 +721,7 @@ 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.
724
+ * @summary: Get landing pages
725
725
  * @description: Retrieve a list of landing pages. - 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>;
@@ -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,7 +765,7 @@ 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.
768
+ * @summary: Get page by slug
769
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/).
770
770
  */
771
771
  getPageBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetPageBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
@@ -775,7 +775,7 @@ 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.
778
+ * @summary: Get page meta
779
779
  * @description: Retrieve 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>;
@@ -785,7 +785,7 @@ 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.
788
+ * @summary: Get page specification
789
789
  * @description: Retrieve 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>;
@@ -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,7 +807,7 @@ 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.
810
+ * @summary: Get path redirection rule
811
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/).
812
812
  */
813
813
  getPathRedirectionRule({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRuleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
@@ -819,7 +819,7 @@ 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.
822
+ * @summary: Get path redirection rules
823
823
  * @description: Retrieve a list of 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>;
@@ -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>;
@@ -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 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>;
@@ -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 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>;
@@ -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 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>;
@@ -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 rules
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>;