@gofynd/fdk-client-javascript 1.4.16-beta.2 → 1.4.16-beta.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 (242) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/ApplicationClient.d.ts +0 -2
  4. package/sdk/application/ApplicationClient.js +0 -2
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +48 -68
  6. package/sdk/application/Cart/CartApplicationClient.js +27 -114
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +58 -59
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +29 -30
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  10. package/sdk/application/Common/CommonApplicationClient.js +1 -1
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +20 -20
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +10 -10
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +30 -51
  14. package/sdk/application/Content/ContentApplicationClient.js +56 -161
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +11 -9
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +10 -7
  17. package/sdk/application/Lead/LeadApplicationClient.d.ts +2 -2
  18. package/sdk/application/Lead/LeadApplicationClient.js +1 -1
  19. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +15 -35
  20. package/sdk/application/Logistic/LogisticApplicationClient.js +8 -101
  21. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -22
  22. package/sdk/application/Order/OrderApplicationClient.js +8 -56
  23. package/sdk/application/Payment/PaymentApplicationClient.d.ts +87 -87
  24. package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
  25. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +13 -13
  26. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  27. package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
  28. package/sdk/application/Theme/ThemeApplicationClient.js +2 -4
  29. package/sdk/application/User/UserApplicationClient.d.ts +10 -10
  30. package/sdk/application/User/UserApplicationClient.js +6 -6
  31. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
  32. package/sdk/application/Webhook/WebhookApplicationClient.js +3 -3
  33. package/sdk/common/Utility.js +6 -3
  34. package/sdk/common/utils.d.ts +0 -1
  35. package/sdk/common/utils.js +0 -14
  36. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
  37. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
  38. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +21 -116
  39. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +16 -121
  40. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
  41. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
  42. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  43. package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
  44. package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
  45. package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
  46. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
  47. package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
  48. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +167 -1200
  49. package/sdk/partner/Logistics/LogisticsPartnerModel.js +160 -571
  50. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
  51. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +7 -121
  52. package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
  53. package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
  54. package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
  55. package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
  56. package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
  57. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
  58. package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
  59. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
  60. package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
  61. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
  62. package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
  63. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
  64. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
  65. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
  66. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
  67. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
  68. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
  69. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
  70. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
  71. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
  72. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
  73. package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
  74. package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
  75. package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
  76. package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
  77. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
  78. package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
  79. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
  80. package/sdk/platform/Cart/CartPlatformApplicationClient.js +115 -419
  81. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -121
  82. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -109
  83. package/sdk/platform/Cart/CartPlatformModel.d.ts +1294 -5068
  84. package/sdk/platform/Cart/CartPlatformModel.js +1217 -1992
  85. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -209
  86. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +400 -457
  87. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +142 -185
  88. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +78 -96
  89. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +117 -154
  90. package/sdk/platform/Catalog/CatalogPlatformClient.js +172 -292
  91. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1647 -6389
  92. package/sdk/platform/Catalog/CatalogPlatformModel.js +1681 -3222
  93. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +31 -72
  94. package/sdk/platform/Catalog/CatalogPlatformValidator.js +24 -50
  95. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
  96. package/sdk/platform/Common/CommonPlatformClient.js +2 -3
  97. package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
  98. package/sdk/platform/Common/CommonPlatformModel.js +6 -6
  99. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
  100. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
  101. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
  102. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
  103. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
  104. package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
  105. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
  106. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
  107. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
  108. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
  109. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
  110. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
  111. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
  112. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
  113. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
  114. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
  115. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
  116. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
  117. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +131 -283
  118. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +97 -219
  119. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
  120. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
  121. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -204
  122. package/sdk/platform/Content/ContentPlatformApplicationClient.js +475 -1073
  123. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -253
  124. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -256
  125. package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
  126. package/sdk/platform/Content/ContentPlatformClient.js +336 -523
  127. package/sdk/platform/Content/ContentPlatformModel.d.ts +403 -1375
  128. package/sdk/platform/Content/ContentPlatformModel.js +394 -631
  129. package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
  130. package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
  131. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
  132. package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
  133. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
  134. package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
  135. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
  136. package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
  137. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +39 -95
  138. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +63 -462
  139. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
  140. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
  141. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +22 -20
  142. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +24 -21
  143. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +116 -370
  144. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +104 -313
  145. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  146. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  147. package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
  148. package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
  149. package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
  150. package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
  151. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
  152. package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
  153. package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
  154. package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
  155. package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
  156. package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
  157. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +6 -17
  158. package/sdk/platform/Order/OrderPlatformApplicationClient.js +7 -85
  159. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +24 -95
  160. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +19 -39
  161. package/sdk/platform/Order/OrderPlatformClient.d.ts +96 -153
  162. package/sdk/platform/Order/OrderPlatformClient.js +198 -416
  163. package/sdk/platform/Order/OrderPlatformModel.d.ts +1286 -7619
  164. package/sdk/platform/Order/OrderPlatformModel.js +1265 -3922
  165. package/sdk/platform/Order/OrderPlatformValidator.d.ts +109 -270
  166. package/sdk/platform/Order/OrderPlatformValidator.js +77 -135
  167. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
  168. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
  169. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
  170. package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
  171. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +105 -93
  172. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +141 -129
  173. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +48 -48
  174. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +48 -48
  175. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
  176. package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
  177. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +319 -333
  178. package/sdk/platform/Payment/PaymentPlatformModel.js +278 -288
  179. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +8 -8
  180. package/sdk/platform/Payment/PaymentPlatformValidator.js +8 -8
  181. package/sdk/platform/PlatformClient.d.ts +2 -0
  182. package/sdk/platform/PlatformClient.js +4 -0
  183. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  184. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  185. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  186. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  187. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
  188. package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
  189. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +36 -46
  190. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +41 -132
  191. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +17 -46
  192. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +14 -34
  193. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +68 -62
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +612 -1845
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +554 -886
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +49 -45
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +30 -28
  199. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  200. package/sdk/platform/Share/SharePlatformApplicationClient.js +9 -9
  201. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +6 -3
  202. package/sdk/platform/Share/SharePlatformApplicationValidator.js +2 -2
  203. package/sdk/platform/Share/SharePlatformModel.d.ts +7 -46
  204. package/sdk/platform/Share/SharePlatformModel.js +6 -31
  205. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
  206. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
  207. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
  208. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
  209. package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
  210. package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
  211. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
  212. package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
  213. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
  214. package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
  215. package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
  216. package/sdk/platform/User/UserPlatformModel.js +23 -23
  217. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
  218. package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
  219. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
  220. package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
  221. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
  222. package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
  223. package/sdk/platform/index.d.ts +1 -0
  224. package/sdk/platform/index.js +2 -0
  225. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
  226. package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
  227. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
  228. package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
  229. package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
  230. package/sdk/public/Content/ContentPublicClient.js +6 -810
  231. package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
  232. package/sdk/public/Content/ContentPublicModel.js +3 -649
  233. package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
  234. package/sdk/public/Content/ContentPublicValidator.js +2 -88
  235. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  236. package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
  237. package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
  238. package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
  239. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  240. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  241. package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -29
  242. package/sdk/application/Finance/FinanceApplicationClient.js +0 -111
@@ -59,6 +59,20 @@ declare class Content {
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>;
62
+ /**
63
+ * @param {ContentPlatformApplicationValidator.CreateAppCustomFieldByResourceIdParam} arg
64
+ * - Arg object
65
+ *
66
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
67
+ * @param {import("../PlatformAPIClient").Options} - Options
68
+ * @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
69
+ * - Success response
70
+ *
71
+ * @name createAppCustomFieldByResourceId
72
+ * @summary: Create custom field entries for gives resource and resource_id
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
+ */
75
+ createAppCustomFieldByResourceId({ resource, resourceId, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
62
76
  /**
63
77
  * @param {ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam} arg
64
78
  * - Arg object
@@ -69,36 +83,35 @@ declare class Content {
69
83
  * - Success response
70
84
  *
71
85
  * @name createAppCustomFieldDefinition
72
- * @summary: Create custom field definition for a given resource type
86
+ * @summary: Create custom field definition
73
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/).
74
88
  */
75
- createAppCustomFieldDefinition({ resource, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
89
+ createAppCustomFieldDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
76
90
  /**
77
- * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam} arg
91
+ * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectParam} arg
78
92
  * - Arg object
79
93
  *
80
94
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
81
95
  * @param {import("../PlatformAPIClient").Options} - Options
82
96
  * @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
83
- * @name createAppCustomObjectBySlug
97
+ * @name createAppCustomObject
84
98
  * @summary: Create custom object entries
85
- * @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/createAppCustomObjectBySlug/).
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/).
86
100
  */
87
- createAppCustomObjectBySlug({ definitionSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
101
+ createAppCustomObject({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
88
102
  /**
89
103
  * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam} arg
90
104
  * - Arg object
91
105
  *
92
106
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
93
107
  * @param {import("../PlatformAPIClient").Options} - Options
94
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
95
- * - Success response
96
- *
108
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
109
+ * Success response
97
110
  * @name createAppCustomObjectDefinition
98
111
  * @summary: Create custom object definition
99
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/).
100
113
  */
101
- createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
114
+ createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
102
115
  /**
103
116
  * @param {ContentPlatformApplicationValidator.CreateBlogParam} arg - Arg object
104
117
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -177,17 +190,6 @@ declare class Content {
177
190
  * @description: Use this API to Create SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSEOMarkupSchema/).
178
191
  */
179
192
  createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
180
- /**
181
- * @param {ContentPlatformApplicationValidator.CreateSitemapParam} arg - Arg object
182
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
183
- * @param {import("../PlatformAPIClient").Options} - Options
184
- * @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
185
- * @name createSitemap
186
- * @summary: Create a new sitemap configuration
187
- * @description: Create a new sitemap configuration for a specific company and application. The name must be unique within the scope of the application. The sitemap XML data must be valid XML following the sitemap protocol specification. Once created, the configuration can be activated or deactivated using the is_active flag.
188
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSitemap/).
189
- */
190
- createSitemap({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
191
193
  /**
192
194
  * @param {ContentPlatformApplicationValidator.CreateSlideshowParam} arg - Arg object
193
195
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -212,31 +214,31 @@ declare class Content {
212
214
  */
213
215
  deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
214
216
  /**
215
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam} arg
217
+ * @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam} arg
216
218
  * - Arg object
217
219
  *
218
220
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
219
221
  * @param {import("../PlatformAPIClient").Options} - Options
220
222
  * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
221
- * @name deleteAppCustomFieldDefinitionBySlug
223
+ * @name deleteAppCustomFieldDefinition
222
224
  * @summary: Delete custom fields definition
223
- * @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/deleteAppCustomFieldDefinitionBySlug/).
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/).
224
226
  */
225
- deleteAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
227
+ deleteAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
226
228
  /**
227
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam} arg
229
+ * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectParam} arg
228
230
  * - Arg object
229
231
  *
230
232
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
231
233
  * @param {import("../PlatformAPIClient").Options} - Options
232
234
  * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
233
- * @name deleteAppCustomObjectBySlug
235
+ * @name deleteAppCustomObject
234
236
  * @summary: Delete custom object
235
- * @description: A Custom object entry can be deleted by providing the custom object definition slug and custom object entry slug using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObjectBySlug/).
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/).
236
238
  */
237
- deleteAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
239
+ deleteAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
238
240
  /**
239
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam} arg
241
+ * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam} arg
240
242
  * - Arg object
241
243
  *
242
244
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -244,11 +246,11 @@ declare class Content {
244
246
  * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>}
245
247
  * - Success response
246
248
  *
247
- * @name deleteAppCustomObjectDefinitionBySlug
249
+ * @name deleteAppCustomObjectDefinition
248
250
  * @summary: Delete custom object definition
249
- * @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/deleteAppCustomObjectDefinitionBySlug/).
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/).
250
252
  */
251
- deleteAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
253
+ deleteAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
252
254
  /**
253
255
  * @param {ContentPlatformApplicationValidator.DeleteBlogParam} arg - Arg object
254
256
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -348,17 +350,6 @@ declare class Content {
348
350
  * @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
349
351
  */
350
352
  deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
351
- /**
352
- * @param {ContentPlatformApplicationValidator.DeleteSitemapParam} arg - Arg object
353
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
354
- * @param {import("../PlatformAPIClient").Options} - Options
355
- * @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
356
- * @name deleteSitemap
357
- * @summary: Delete a specific sitemap configuration
358
- * @description: Permanently delete a sitemap configuration identified by its name. This action cannot be undone. All associated data including the sitemap XML data will be removed.
359
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSitemap/).
360
- */
361
- deleteSitemap({ name, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
362
353
  /**
363
354
  * @param {ContentPlatformApplicationValidator.DeleteSlideshowParam} arg - Arg object
364
355
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -405,7 +396,7 @@ declare class Content {
405
396
  */
406
397
  editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
407
398
  /**
408
- * @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam} arg
399
+ * @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam} arg
409
400
  * - Arg object
410
401
  *
411
402
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -413,11 +404,11 @@ declare class Content {
413
404
  * @returns {Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>}
414
405
  * - Success response
415
406
  *
416
- * @name exportAppCustomObjectEntriesBySlug
407
+ * @name exportAppCustomObjectEntries
417
408
  * @summary: Initiate download for bulk custom object entries
418
- * @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/exportAppCustomObjectEntriesBySlug/).
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/).
419
410
  */
420
- exportAppCustomObjectEntriesBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
411
+ exportAppCustomObjectEntries({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
421
412
  /**
422
413
  * @param {ContentPlatformApplicationValidator.GenerateSEOTitleParam} arg - Arg object
423
414
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -454,32 +445,19 @@ declare class Content {
454
445
  */
455
446
  getAnnouncementsList({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementsListParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAnnouncementListSchema>;
456
447
  /**
457
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam} arg
448
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam} arg
458
449
  * - Arg object
459
450
  *
460
451
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
461
452
  * @param {import("../PlatformAPIClient").Options} - Options
462
- * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>} -
463
- * Success response
464
- * @name getAppCustomFieldDefinitionByResource
465
- * @summary: Get custom fields definitions for a given resource type
466
- * @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/getAppCustomFieldDefinitionByResource/).
467
- */
468
- getAppCustomFieldDefinitionByResource({ pageNo, pageSize, resource, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
469
- /**
470
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam} arg
471
- * - Arg object
472
- *
473
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
474
- * @param {import("../PlatformAPIClient").Options} - Options
475
- * @returns {Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>}
453
+ * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
476
454
  * - Success response
477
455
  *
478
- * @name getAppCustomFieldDefinitionBySlug
479
- * @summary: Get custom fields definition by resource, slug and namespace
480
- * @description: Custom field definitions can be retrived from this using its slug, namespace and resource - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinitionBySlug/).
456
+ * @name 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/).
481
459
  */
482
- getAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>;
460
+ getAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
483
461
  /**
484
462
  * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam} arg
485
463
  * - Arg object
@@ -492,21 +470,34 @@ declare class Content {
492
470
  * @summary: Get custom fields definitions
493
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/).
494
472
  */
495
- getAppCustomFieldDefinitions({ pageNo, pageSize, resources, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
473
+ getAppCustomFieldDefinitions({ pageNo, pageSize, resource, type, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
496
474
  /**
497
475
  * @param {ContentPlatformApplicationValidator.GetAppCustomFieldTypesParam} arg
498
476
  * - Arg object
499
477
  *
500
478
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
501
479
  * @param {import("../PlatformAPIClient").Options} - Options
502
- * @returns {Promise<ContentPlatformModel.MetafieldTypesSchema>} - Success response
480
+ * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
503
481
  * @name getAppCustomFieldTypes
504
482
  * @summary: Get custom field types
505
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/).
506
484
  */
507
- getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.MetafieldTypesSchema>;
485
+ getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
486
+ /**
487
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsParam} arg
488
+ * - Arg object
489
+ *
490
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
491
+ * @param {import("../PlatformAPIClient").Options} - Options
492
+ * @returns {Promise<ContentPlatformModel.CustomFieldsResponseSchema>} -
493
+ * Success response
494
+ * @name getAppCustomFields
495
+ * @summary: Get list of custom fields of gives resource
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
+ */
498
+ getAppCustomFields({ resource, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseSchema>;
508
499
  /**
509
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam} arg
500
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam} arg
510
501
  * - Arg object
511
502
  *
512
503
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -514,38 +505,36 @@ declare class Content {
514
505
  * @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
515
506
  * - Success response
516
507
  *
517
- * @name getAppCustomFieldsByResourceSlug
518
- * @summary: Get list of custom fields of given resource and resource slug
519
- * @description: Retrieves a list of custom fields attached to a particular resource by using the resource and resource slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldsByResourceSlug/).
508
+ * @name getAppCustomFieldsByResourceId
509
+ * @summary: Get list of custom fields of given resource and resource id
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/).
520
511
  */
521
- getAppCustomFieldsByResourceSlug({ resource, resourceSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
512
+ getAppCustomFieldsByResourceId({ resource, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
522
513
  /**
523
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam} arg
514
+ * @param {ContentPlatformApplicationValidator.GetAppCustomObjectParam} arg
524
515
  * - Arg object
525
516
  *
526
517
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
527
518
  * @param {import("../PlatformAPIClient").Options} - Options
528
- * @returns {Promise<ContentPlatformModel.CustomObjectBySlugSchema>} -
529
- * Success response
530
- * @name getAppCustomObjectBySlug
519
+ * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
520
+ * @name getAppCustomObject
531
521
  * @summary: Get custom object details
532
- * @description: Details of a custom object entry can be obtained using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectBySlug/).
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/).
533
523
  */
534
- getAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
524
+ getAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
535
525
  /**
536
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam} arg
526
+ * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam} arg
537
527
  * - Arg object
538
528
  *
539
529
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
540
530
  * @param {import("../PlatformAPIClient").Options} - Options
541
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
542
- * - Success response
543
- *
544
- * @name getAppCustomObjectDefinitionBySlug
531
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
532
+ * Success response
533
+ * @name getAppCustomObjectDefinition
545
534
  * @summary: Get custom object definition
546
- * @description: Custom object definitions can be fetched using their custom object definition slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinitionBySlug/).
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/).
547
536
  */
548
- getAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
537
+ getAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
549
538
  /**
550
539
  * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam} arg
551
540
  * - Arg object
@@ -560,17 +549,17 @@ declare class Content {
560
549
  */
561
550
  getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
562
551
  /**
563
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam} arg
552
+ * @param {ContentPlatformApplicationValidator.GetAppCustomObjectsParam} arg
564
553
  * - Arg object
565
554
  *
566
555
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
567
556
  * @param {import("../PlatformAPIClient").Options} - Options
568
557
  * @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
569
- * @name getAppCustomObjectsBySlug
558
+ * @name getAppCustomObjects
570
559
  * @summary: Get list of custom objects
571
- * @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectsBySlug/).
560
+ * @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjects/).
572
561
  */
573
- getAppCustomObjectsBySlug({ pageNo, pageSize, definitionSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
562
+ getAppCustomObjects({ pageNo, pageSize, definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
574
563
  /**
575
564
  * @param {ContentPlatformApplicationValidator.GetAppJobsParam} arg - Arg object
576
565
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -605,12 +594,12 @@ declare class Content {
605
594
  * @param {ContentPlatformApplicationValidator.GetBlogsParam} arg - Arg object
606
595
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
607
596
  * @param {import("../PlatformAPIClient").Options} - Options
608
- * @returns {Promise<ContentPlatformModel.BlogGetDetails>} - Success response
597
+ * @returns {Promise<ContentPlatformModel.BlogGetResponse>} - Success response
609
598
  * @name getBlogs
610
599
  * @summary: List blogs
611
600
  * @description: List all blogs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
612
601
  */
613
- getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetDetails>;
602
+ getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetResponse>;
614
603
  /**
615
604
  * @param {ContentPlatformApplicationValidator.GetDataLoadersParam} arg - Arg object
616
605
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -640,13 +629,13 @@ declare class Content {
640
629
  *
641
630
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
642
631
  * @param {import("../PlatformAPIClient").Options} - Options
643
- * @returns {Promise<ContentPlatformModel.DefaultNavigationDetails>} -
632
+ * @returns {Promise<ContentPlatformModel.DefaultNavigationResponse>} -
644
633
  * Success response
645
634
  * @name getDefaultNavigations
646
635
  * @summary: Get default navigations
647
636
  * @description: Retrieve default navigation elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultNavigations/).
648
637
  */
649
- getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationDetails>;
638
+ getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationResponse>;
650
639
  /**
651
640
  * @param {ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam} arg
652
641
  * - Arg object
@@ -659,18 +648,6 @@ declare class Content {
659
648
  * @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSEOMarkupSchema/).
660
649
  */
661
650
  getDefaultSEOMarkupSchema({ pageType, requestHeaders }?: ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSchemaComponent>;
662
- /**
663
- * @param {ContentPlatformApplicationValidator.GetDefaultSitemapConfigParam} arg
664
- * - Arg object
665
- *
666
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
667
- * @param {import("../PlatformAPIClient").Options} - Options
668
- * @returns {Promise<ContentPlatformModel.DefaultSitemapConfig>} - Success response
669
- * @name getDefaultSitemapConfig
670
- * @summary: Get default sitemap configuration
671
- * @description: Retrieves the current default sitemap configuration settings - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSitemapConfig/).
672
- */
673
- getDefaultSitemapConfig({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSitemapConfig>;
674
651
  /**
675
652
  * @param {ContentPlatformApplicationValidator.GetFaqByIdOrSlugParam} arg - Arg object
676
653
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -732,12 +709,12 @@ declare class Content {
732
709
  * @param {ContentPlatformApplicationValidator.GetLandingPagesParam} arg - Arg object
733
710
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
734
711
  * @param {import("../PlatformAPIClient").Options} - Options
735
- * @returns {Promise<ContentPlatformModel.LandingPageGetDetails>} - Success response
712
+ * @returns {Promise<ContentPlatformModel.LandingPageGetResponse>} - Success response
736
713
  * @name getLandingPages
737
714
  * @summary: Get landing pages
738
715
  * @description: Lists a list landing pages as per device types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLandingPages/).
739
716
  */
740
- getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetDetails>;
717
+ getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetResponse>;
741
718
  /**
742
719
  * @param {ContentPlatformApplicationValidator.GetLegalInformationParam} arg
743
720
  * - Arg object
@@ -766,12 +743,12 @@ declare class Content {
766
743
  * @param {ContentPlatformApplicationValidator.GetNavigationsParam} arg - Arg object
767
744
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
768
745
  * @param {import("../PlatformAPIClient").Options} - Options
769
- * @returns {Promise<ContentPlatformModel.NavigationGetDetails>} - Success response
746
+ * @returns {Promise<ContentPlatformModel.NavigationGetResponse>} - Success response
770
747
  * @name getNavigations
771
748
  * @summary: Get navigation items
772
749
  * @description: Retrieve a list of navigational elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getNavigations/).
773
750
  */
774
- getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetDetails>;
751
+ getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetResponse>;
775
752
  /**
776
753
  * @param {ContentPlatformApplicationValidator.GetPageBySlugParam} arg - Arg object
777
754
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -806,12 +783,12 @@ declare class Content {
806
783
  * @param {ContentPlatformApplicationValidator.GetPagesParam} arg - Arg object
807
784
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
808
785
  * @param {import("../PlatformAPIClient").Options} - Options
809
- * @returns {Promise<ContentPlatformModel.PageGetDetails>} - Success response
786
+ * @returns {Promise<ContentPlatformModel.PageGetResponse>} - Success response
810
787
  * @name getPages
811
788
  * @summary: Get pages
812
789
  * @description: Retrieve a list of available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPages/).
813
790
  */
814
- getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetDetails>;
791
+ getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetResponse>;
815
792
  /**
816
793
  * @param {ContentPlatformApplicationValidator.GetPathRedirectionRuleParam} arg
817
794
  * - Arg object
@@ -872,29 +849,6 @@ declare class Content {
872
849
  * @description: Use this API to List default SEO Markup Schemas - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchemas/).
873
850
  */
874
851
  getSEOMarkupSchemas({ title, active, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchemaComponent>;
875
- /**
876
- * @param {ContentPlatformApplicationValidator.GetSitemapParam} arg - Arg object
877
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
878
- * @param {import("../PlatformAPIClient").Options} - Options
879
- * @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
880
- * @name getSitemap
881
- * @summary: Get a specific sitemap configuration
882
- * @description: Retrieve a specific sitemap configuration by its name. Returns the complete configuration including the sitemap XML data, activation status, and timestamps.
883
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSitemap/).
884
- */
885
- getSitemap({ name, requestHeaders }?: ContentPlatformApplicationValidator.GetSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
886
- /**
887
- * @param {ContentPlatformApplicationValidator.GetSitemapsParam} arg - Arg object
888
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
889
- * @param {import("../PlatformAPIClient").Options} - Options
890
- * @returns {Promise<ContentPlatformModel.SitemapConfigurationList>} -
891
- * Success response
892
- * @name getSitemaps
893
- * @summary: List sitemap configurations
894
- * @description: Retrieve a list of sitemap configurations for a specific company and application. Each configuration contains the sitemap XML data and its activation status.
895
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSitemaps/).
896
- */
897
- getSitemaps({ pageNo, pageSize, isActive, name, requestHeaders }?: ContentPlatformApplicationValidator.GetSitemapsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfigurationList>;
898
852
  /**
899
853
  * @param {ContentPlatformApplicationValidator.GetSlideshowBySlugParam} arg
900
854
  * - Arg object
@@ -911,12 +865,32 @@ declare class Content {
911
865
  * @param {ContentPlatformApplicationValidator.GetSlideshowsParam} arg - Arg object
912
866
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
913
867
  * @param {import("../PlatformAPIClient").Options} - Options
914
- * @returns {Promise<ContentPlatformModel.SlideshowGetDetails>} - Success response
868
+ * @returns {Promise<ContentPlatformModel.SlideshowGetResponse>} - Success response
915
869
  * @name getSlideshows
916
870
  * @summary: List Slideshows
917
871
  * @description: Use this API to list all Slideshows - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSlideshows/).
918
872
  */
919
- getSlideshows({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowGetDetails>;
873
+ getSlideshows({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSlideshowsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SlideshowGetResponse>;
874
+ /**
875
+ * @param {Object} arg - Arg object.
876
+ * @param {string} arg.companyId - Numeric ID allotted to a business account
877
+ * on Fynd Platform
878
+ * @param {string} arg.applicationId - Numeric ID allotted to an application
879
+ * created within a business account.
880
+ * @param {string} arg.devicePlatform - Filter slideshows by platform.
881
+ * Acceptable values are: web, android, ios and all
882
+ * @param {number} [arg.pageSize] - The number of items to retrieve in each
883
+ * page. Default value is 10.
884
+ * @returns {Paginator<ContentPlatformModel.SlideshowGetResponse>}
885
+ * @summary: List Slideshows
886
+ * @description: Use this API to list all Slideshows
887
+ */
888
+ getSlideshowsPaginator({ companyId, applicationId, devicePlatform, pageSize, }?: {
889
+ companyId: string;
890
+ applicationId: string;
891
+ devicePlatform: string;
892
+ pageSize?: number;
893
+ }): Paginator<ContentPlatformModel.SlideshowGetResponse>;
920
894
  /**
921
895
  * @param {ContentPlatformApplicationValidator.GetSupportInformationParam} arg
922
896
  * - Arg object
@@ -930,31 +904,32 @@ declare class Content {
930
904
  */
931
905
  getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
932
906
  /**
933
- * @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam} arg
907
+ * @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam} arg
934
908
  * - Arg object
935
909
  *
936
910
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
937
911
  * @param {import("../PlatformAPIClient").Options} - Options
938
- * @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>}
912
+ * @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>}
939
913
  * - Success response
940
914
  *
941
- * @name importAppCustomObjectEntriesBySlug
915
+ * @name importAppCustomObjectEntries
942
916
  * @summary: Bulk custom object entries upload
943
- * @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/importAppCustomObjectEntriesBySlug/).
917
+ * @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/).
944
918
  */
945
- importAppCustomObjectEntriesBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>;
919
+ importAppCustomObjectEntries({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>;
946
920
  /**
947
921
  * @param {ContentPlatformApplicationValidator.RemoveInjectableTagParam} arg
948
922
  * - Arg object
949
923
  *
950
924
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
951
925
  * @param {import("../PlatformAPIClient").Options} - Options
952
- * @returns {Promise<ContentPlatformModel.TagDeleteSuccessDetails>} - Success response
926
+ * @returns {Promise<ContentPlatformModel.TagDeleteSuccessResponse>} -
927
+ * Success response
953
928
  * @name removeInjectableTag
954
929
  * @summary: Remove HTML tag
955
930
  * @description: Delete a specific injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/removeInjectableTag/).
956
931
  */
957
- removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessDetails>;
932
+ removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessResponse>;
958
933
  /**
959
934
  * @param {ContentPlatformApplicationValidator.ResetDataLoaderParam} arg - Arg object
960
935
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -967,17 +942,17 @@ declare class Content {
967
942
  */
968
943
  resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
969
944
  /**
970
- * @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam} arg
945
+ * @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam} arg
971
946
  * - Arg object
972
947
  *
973
948
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
974
949
  * @param {import("../PlatformAPIClient").Options} - Options
975
950
  * @returns {Promise<string>} - Success response
976
- * @name sampleAppCustomObjectBulkEntryBySlug
951
+ * @name sampleAppCustomObjectBulkEntry
977
952
  * @summary: Download sample for custom object bulk entry
978
- * @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/sampleAppCustomObjectBulkEntryBySlug/).
953
+ * @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/).
979
954
  */
980
- sampleAppCustomObjectBulkEntryBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam, { responseHeaders }?: object): Promise<string>;
955
+ sampleAppCustomObjectBulkEntry({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam, { responseHeaders }?: object): Promise<string>;
981
956
  /**
982
957
  * @param {ContentPlatformApplicationValidator.SelectDataLoaderParam} arg - Arg object
983
958
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1016,21 +991,7 @@ declare class Content {
1016
991
  */
1017
992
  updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
1018
993
  /**
1019
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam} arg
1020
- * - Arg object
1021
- *
1022
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1023
- * @param {import("../PlatformAPIClient").Options} - Options
1024
- * @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
1025
- * - Success response
1026
- *
1027
- * @name updateAppCustomFieldByResourceSlug
1028
- * @summary: Create custom field entries for gives resource and resource slug
1029
- * @description: You can add a custom field using this endpoint to any resource by providing the resource slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomFieldByResourceSlug/).
1030
- */
1031
- updateAppCustomFieldByResourceSlug({ resource, resourceSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
1032
- /**
1033
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam} arg
994
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam} arg
1034
995
  * - Arg object
1035
996
  *
1036
997
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1038,38 +999,36 @@ declare class Content {
1038
999
  * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
1039
1000
  * - Success response
1040
1001
  *
1041
- * @name updateAppCustomFieldDefinitionBySlug
1002
+ * @name updateAppCustomFieldDefinition
1042
1003
  * @summary: Update custom field definition
1043
- * @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/updateAppCustomFieldDefinitionBySlug/).
1004
+ * @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/).
1044
1005
  */
1045
- updateAppCustomFieldDefinitionBySlug({ slug, resource, namespace, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
1006
+ updateAppCustomFieldDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
1046
1007
  /**
1047
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam} arg
1008
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectParam} arg
1048
1009
  * - Arg object
1049
1010
  *
1050
1011
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1051
1012
  * @param {import("../PlatformAPIClient").Options} - Options
1052
- * @returns {Promise<ContentPlatformModel.CustomObjectBySlugSchema>} -
1053
- * Success response
1054
- * @name updateAppCustomObjectBySlug
1013
+ * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
1014
+ * @name updateAppCustomObject
1055
1015
  * @summary: Update custom object details
1056
- * @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectBySlug/).
1016
+ * @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObject/).
1057
1017
  */
1058
- updateAppCustomObjectBySlug({ definitionSlug, slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
1018
+ updateAppCustomObject({ metaobjectId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
1059
1019
  /**
1060
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam} arg
1020
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam} arg
1061
1021
  * - Arg object
1062
1022
  *
1063
1023
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1064
1024
  * @param {import("../PlatformAPIClient").Options} - Options
1065
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
1066
- * - Success response
1067
- *
1068
- * @name updateAppCustomObjectDefinitionBySlug
1025
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
1026
+ * Success response
1027
+ * @name updateAppCustomObjectDefinition
1069
1028
  * @summary: Update custom object definition
1070
- * @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/updateAppCustomObjectDefinitionBySlug/).
1029
+ * @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/).
1071
1030
  */
1072
- updateAppCustomObjectDefinitionBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
1031
+ updateAppCustomObjectDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
1073
1032
  /**
1074
1033
  * @param {ContentPlatformApplicationValidator.UpdateBlogParam} arg - Arg object
1075
1034
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1080,18 +1039,6 @@ declare class Content {
1080
1039
  * @description: Modify the content and settings of a specific blog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateBlog/).
1081
1040
  */
1082
1041
  updateBlog({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateBlogParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
1083
- /**
1084
- * @param {ContentPlatformApplicationValidator.UpdateDefaultSitemapConfigParam} arg
1085
- * - Arg object
1086
- *
1087
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1088
- * @param {import("../PlatformAPIClient").Options} - Options
1089
- * @returns {Promise<ContentPlatformModel.DefaultSitemapConfig>} - Success response
1090
- * @name updateDefaultSitemapConfig
1091
- * @summary: Update default sitemap configuration
1092
- * @description: Updates the default sitemap configuration settings - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateDefaultSitemapConfig/).
1093
- */
1094
- updateDefaultSitemapConfig({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateDefaultSitemapConfigParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSitemapConfig>;
1095
1042
  /**
1096
1043
  * @param {ContentPlatformApplicationValidator.UpdateFaqParam} arg - Arg object
1097
1044
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1206,17 +1153,6 @@ declare class Content {
1206
1153
  * @description: Modify configuration settings for SEO. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSEOConfiguration/).
1207
1154
  */
1208
1155
  updateSEOConfiguration({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSEOConfigurationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchema>;
1209
- /**
1210
- * @param {ContentPlatformApplicationValidator.UpdateSitemapParam} arg - Arg object
1211
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1212
- * @param {import("../PlatformAPIClient").Options} - Options
1213
- * @returns {Promise<ContentPlatformModel.SitemapConfig>} - Success response
1214
- * @name updateSitemap
1215
- * @summary: Update a specific sitemap configuration
1216
- * @description: Update an existing sitemap configuration identified by its name. You can update the activation status and/or the sitemap XML data. The name cannot be modified once the configuration is created. The updated sitemap XML data must be valid XML following the sitemap protocol specification.
1217
- * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSitemap/).
1218
- */
1219
- updateSitemap({ name, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSitemapParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SitemapConfig>;
1220
1156
  /**
1221
1157
  * @param {ContentPlatformApplicationValidator.UpdateSlideshowParam} arg - Arg object
1222
1158
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1242,3 +1178,4 @@ declare class Content {
1242
1178
  }
1243
1179
  import ContentPlatformApplicationValidator = require("./ContentPlatformApplicationValidator");
1244
1180
  import ContentPlatformModel = require("./ContentPlatformModel");
1181
+ import Paginator = require("../../common/Paginator");