@gofynd/fdk-client-javascript 1.4.1 → 1.4.2-beta.10

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 (265) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
  3. package/sdk/application/ApplicationClient.js +20 -0
  4. package/sdk/application/Cart/CartApplicationClient.d.ts +1 -1
  5. package/sdk/application/Cart/CartApplicationClient.js +3 -5
  6. package/sdk/application/Cart/CartApplicationModel.d.ts +1634 -1742
  7. package/sdk/application/Cart/CartApplicationModel.js +1388 -1464
  8. package/sdk/application/Cart/CartApplicationValidator.d.ts +0 -4
  9. package/sdk/application/Cart/CartApplicationValidator.js +0 -4
  10. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +6 -3
  11. package/sdk/application/Catalog/CatalogApplicationClient.js +20 -7
  12. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +1917 -1917
  13. package/sdk/application/Catalog/CatalogApplicationModel.js +1613 -1613
  14. package/sdk/application/Catalog/CatalogApplicationValidator.d.ts +14 -0
  15. package/sdk/application/Catalog/CatalogApplicationValidator.js +6 -0
  16. package/sdk/application/Common/CommonApplicationModel.d.ts +235 -235
  17. package/sdk/application/Common/CommonApplicationModel.js +172 -172
  18. package/sdk/application/Communication/CommunicationApplicationModel.d.ts +72 -72
  19. package/sdk/application/Communication/CommunicationApplicationModel.js +64 -64
  20. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +1492 -1626
  21. package/sdk/application/Configuration/ConfigurationApplicationModel.js +1038 -1180
  22. package/sdk/application/Content/ContentApplicationClient.d.ts +0 -36
  23. package/sdk/application/Content/ContentApplicationClient.js +0 -246
  24. package/sdk/application/Content/ContentApplicationModel.d.ts +546 -753
  25. package/sdk/application/Content/ContentApplicationModel.js +565 -817
  26. package/sdk/application/Content/ContentApplicationValidator.d.ts +1 -40
  27. package/sdk/application/Content/ContentApplicationValidator.js +0 -41
  28. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +79 -79
  29. package/sdk/application/FileStorage/FileStorageApplicationModel.js +84 -84
  30. package/sdk/application/Lead/LeadApplicationModel.d.ts +417 -417
  31. package/sdk/application/Lead/LeadApplicationModel.js +301 -301
  32. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +0 -67
  33. package/sdk/application/Logistic/LogisticApplicationClient.js +0 -547
  34. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +257 -712
  35. package/sdk/application/Logistic/LogisticApplicationModel.js +267 -755
  36. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -211
  37. package/sdk/application/Logistic/LogisticApplicationValidator.js +0 -131
  38. package/sdk/application/Order/OrderApplicationClient.d.ts +3 -3
  39. package/sdk/application/Order/OrderApplicationClient.js +8 -32
  40. package/sdk/application/Order/OrderApplicationModel.d.ts +845 -853
  41. package/sdk/application/Order/OrderApplicationModel.js +816 -824
  42. package/sdk/application/Order/OrderApplicationValidator.d.ts +0 -20
  43. package/sdk/application/Order/OrderApplicationValidator.js +0 -8
  44. package/sdk/application/Payment/PaymentApplicationClient.d.ts +2 -46
  45. package/sdk/application/Payment/PaymentApplicationClient.js +10 -341
  46. package/sdk/application/Payment/PaymentApplicationModel.d.ts +1892 -2199
  47. package/sdk/application/Payment/PaymentApplicationModel.js +1235 -1506
  48. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +14 -59
  49. package/sdk/application/Payment/PaymentApplicationValidator.js +10 -64
  50. package/sdk/application/PosCart/PosCartApplicationModel.d.ts +1396 -1429
  51. package/sdk/application/PosCart/PosCartApplicationModel.js +1233 -1257
  52. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +214 -214
  53. package/sdk/application/Rewards/RewardsApplicationModel.js +211 -211
  54. package/sdk/application/Share/ShareApplicationModel.d.ts +114 -114
  55. package/sdk/application/Share/ShareApplicationModel.js +121 -121
  56. package/sdk/application/Theme/ThemeApplicationClient.d.ts +1 -1
  57. package/sdk/application/Theme/ThemeApplicationClient.js +3 -7
  58. package/sdk/application/Theme/ThemeApplicationModel.d.ts +783 -969
  59. package/sdk/application/Theme/ThemeApplicationModel.js +571 -867
  60. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +0 -10
  61. package/sdk/application/Theme/ThemeApplicationValidator.js +0 -4
  62. package/sdk/application/User/UserApplicationClient.d.ts +0 -33
  63. package/sdk/application/User/UserApplicationClient.js +0 -239
  64. package/sdk/application/User/UserApplicationModel.d.ts +753 -768
  65. package/sdk/application/User/UserApplicationModel.js +731 -755
  66. package/sdk/application/User/UserApplicationValidator.d.ts +1 -34
  67. package/sdk/application/User/UserApplicationValidator.js +0 -36
  68. package/sdk/common/Clickstream.d.ts +1 -0
  69. package/sdk/common/Clickstream.js +254 -0
  70. package/sdk/common/Utility.js +1 -4
  71. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +72 -60
  72. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +70 -58
  73. package/sdk/partner/PartnerClient.d.ts +0 -6
  74. package/sdk/partner/PartnerClient.js +0 -9
  75. package/sdk/partner/Theme/ThemePartnerClient.d.ts +0 -10
  76. package/sdk/partner/Theme/ThemePartnerClient.js +0 -80
  77. package/sdk/partner/Theme/ThemePartnerModel.d.ts +1178 -1153
  78. package/sdk/partner/Theme/ThemePartnerModel.js +830 -974
  79. package/sdk/partner/Theme/ThemePartnerValidator.d.ts +0 -1
  80. package/sdk/partner/Theme/ThemePartnerValidator.js +0 -9
  81. package/sdk/partner/index.d.ts +0 -3
  82. package/sdk/partner/index.js +0 -6
  83. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +2 -2
  84. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +123 -123
  85. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +109 -109
  86. package/sdk/platform/Billing/BillingPlatformClient.d.ts +1 -11
  87. package/sdk/platform/Billing/BillingPlatformClient.js +3 -110
  88. package/sdk/platform/Billing/BillingPlatformModel.d.ts +734 -800
  89. package/sdk/platform/Billing/BillingPlatformModel.js +732 -810
  90. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +4 -43
  91. package/sdk/platform/Billing/BillingPlatformValidator.js +2 -29
  92. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +11 -1
  93. package/sdk/platform/Cart/CartPlatformApplicationClient.js +81 -7
  94. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +13 -5
  95. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +12 -4
  96. package/sdk/platform/Cart/CartPlatformModel.d.ts +3223 -3328
  97. package/sdk/platform/Cart/CartPlatformModel.js +2875 -2946
  98. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +11 -15
  99. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +21 -52
  100. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +0 -27
  101. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +0 -11
  102. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +15 -27
  103. package/sdk/platform/Catalog/CatalogPlatformClient.js +93 -189
  104. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +617 -920
  105. package/sdk/platform/Catalog/CatalogPlatformModel.js +584 -919
  106. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +27 -41
  107. package/sdk/platform/Catalog/CatalogPlatformValidator.js +19 -31
  108. package/sdk/platform/Common/CommonPlatformModel.d.ts +255 -255
  109. package/sdk/platform/Common/CommonPlatformModel.js +187 -187
  110. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +37 -139
  111. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +52 -737
  112. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +3 -133
  113. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +1 -113
  114. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +1079 -1228
  115. package/sdk/platform/Communication/CommunicationPlatformModel.js +1090 -1262
  116. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +2 -8
  117. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +4 -32
  118. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +629 -658
  119. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +641 -675
  120. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +0 -14
  121. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +0 -6
  122. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +8 -8
  123. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +4 -4
  124. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2992 -3231
  125. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +2092 -2303
  126. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +2 -2
  127. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +2 -2
  128. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +0 -391
  129. package/sdk/platform/Content/ContentPlatformApplicationClient.js +1074 -3656
  130. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +1 -351
  131. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +0 -410
  132. package/sdk/platform/Content/ContentPlatformModel.d.ts +972 -2071
  133. package/sdk/platform/Content/ContentPlatformModel.js +1039 -2355
  134. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +2 -2
  135. package/sdk/platform/Discount/DiscountPlatformClient.js +2 -2
  136. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +174 -259
  137. package/sdk/platform/Discount/DiscountPlatformModel.js +163 -257
  138. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +6 -16
  139. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +8 -117
  140. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +4 -55
  141. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +2 -39
  142. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +821 -892
  143. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +833 -901
  144. package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -33
  145. package/sdk/platform/Finance/FinancePlatformClient.js +0 -240
  146. package/sdk/platform/Finance/FinancePlatformModel.d.ts +910 -1056
  147. package/sdk/platform/Finance/FinancePlatformModel.js +884 -1070
  148. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -38
  149. package/sdk/platform/Finance/FinancePlatformValidator.js +0 -38
  150. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +942 -942
  151. package/sdk/platform/Inventory/InventoryPlatformModel.js +1003 -1003
  152. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +28 -38
  153. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +56 -137
  154. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +29 -41
  155. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +21 -33
  156. package/sdk/platform/Lead/LeadPlatformModel.d.ts +601 -610
  157. package/sdk/platform/Lead/LeadPlatformModel.js +457 -471
  158. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +1 -11
  159. package/sdk/platform/Order/OrderPlatformApplicationClient.js +1 -93
  160. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +1 -28
  161. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +0 -18
  162. package/sdk/platform/Order/OrderPlatformClient.d.ts +22 -143
  163. package/sdk/platform/Order/OrderPlatformClient.js +160 -1190
  164. package/sdk/platform/Order/OrderPlatformModel.d.ts +4451 -5275
  165. package/sdk/platform/Order/OrderPlatformModel.js +4039 -4994
  166. package/sdk/platform/Order/OrderPlatformValidator.d.ts +21 -257
  167. package/sdk/platform/Order/OrderPlatformValidator.js +15 -216
  168. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +22 -22
  169. package/sdk/platform/Partner/PartnerPlatformModel.js +22 -22
  170. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +13 -119
  171. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +40 -750
  172. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +7 -143
  173. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +6 -133
  174. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +1 -1
  175. package/sdk/platform/Payment/PaymentPlatformClient.js +1 -1
  176. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +2067 -2929
  177. package/sdk/platform/Payment/PaymentPlatformModel.js +1427 -2090
  178. package/sdk/platform/PlatformApplicationClient.d.ts +2 -2
  179. package/sdk/platform/PlatformApplicationClient.js +4 -4
  180. package/sdk/platform/PlatformClient.d.ts +2 -4
  181. package/sdk/platform/PlatformClient.js +4 -8
  182. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +204 -204
  183. package/sdk/platform/Rewards/RewardsPlatformModel.js +199 -199
  184. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +66 -142
  185. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +147 -645
  186. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +63 -131
  187. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +47 -126
  188. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +105 -217
  189. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +349 -1138
  190. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +990 -1589
  191. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +986 -1702
  192. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +133 -382
  193. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +102 -266
  194. package/sdk/platform/Share/SharePlatformModel.d.ts +147 -147
  195. package/sdk/platform/Share/SharePlatformModel.js +139 -139
  196. package/sdk/platform/Theme/ThemePlatformClient.d.ts +1 -11
  197. package/sdk/platform/Theme/ThemePlatformClient.js +3 -87
  198. package/sdk/platform/Theme/ThemePlatformModel.d.ts +765 -1133
  199. package/sdk/platform/Theme/ThemePlatformModel.js +561 -1009
  200. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +4 -28
  201. package/sdk/platform/Theme/ThemePlatformValidator.js +2 -21
  202. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +1 -116
  203. package/sdk/platform/User/UserPlatformApplicationClient.js +86 -932
  204. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +7 -224
  205. package/sdk/platform/User/UserPlatformApplicationValidator.js +5 -173
  206. package/sdk/platform/User/UserPlatformModel.d.ts +428 -765
  207. package/sdk/platform/User/UserPlatformModel.js +428 -679
  208. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +37 -45
  209. package/sdk/platform/Webhook/WebhookPlatformClient.js +57 -61
  210. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +403 -448
  211. package/sdk/platform/Webhook/WebhookPlatformModel.js +309 -369
  212. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -7
  213. package/sdk/platform/Webhook/WebhookPlatformValidator.js +6 -6
  214. package/sdk/platform/index.d.ts +1 -1
  215. package/sdk/platform/index.js +2 -2
  216. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +237 -237
  217. package/sdk/public/Configuration/ConfigurationPublicModel.js +174 -174
  218. package/sdk/public/Inventory/InventoryPublicModel.d.ts +237 -237
  219. package/sdk/public/Inventory/InventoryPublicModel.js +257 -257
  220. package/sdk/public/Partner/PartnerPublicModel.d.ts +104 -104
  221. package/sdk/public/Partner/PartnerPublicModel.js +113 -113
  222. package/sdk/public/PublicClient.d.ts +0 -4
  223. package/sdk/public/PublicClient.js +0 -8
  224. package/sdk/public/Webhook/WebhookPublicClient.d.ts +0 -33
  225. package/sdk/public/Webhook/WebhookPublicClient.js +0 -242
  226. package/sdk/public/Webhook/WebhookPublicModel.d.ts +15 -161
  227. package/sdk/public/Webhook/WebhookPublicModel.js +13 -189
  228. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -23
  229. package/sdk/public/Webhook/WebhookPublicValidator.js +0 -31
  230. package/sdk/public/index.d.ts +0 -2
  231. package/sdk/public/index.js +0 -4
  232. package/sdk/partner/Lead/LeadPartnerClient.d.ts +0 -125
  233. package/sdk/partner/Lead/LeadPartnerClient.js +0 -785
  234. package/sdk/partner/Lead/LeadPartnerModel.d.ts +0 -1127
  235. package/sdk/partner/Lead/LeadPartnerModel.js +0 -896
  236. package/sdk/partner/Lead/LeadPartnerValidator.d.ts +0 -12
  237. package/sdk/partner/Lead/LeadPartnerValidator.js +0 -67
  238. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +0 -155
  239. package/sdk/partner/Logistics/LogisticsPartnerClient.js +0 -1195
  240. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +0 -372
  241. package/sdk/partner/Logistics/LogisticsPartnerModel.js +0 -442
  242. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -16
  243. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +0 -123
  244. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +0 -99
  245. package/sdk/partner/Webhook/WebhookPartnerClient.js +0 -753
  246. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +0 -566
  247. package/sdk/partner/Webhook/WebhookPartnerModel.js +0 -583
  248. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -12
  249. package/sdk/partner/Webhook/WebhookPartnerValidator.js +0 -74
  250. package/sdk/platform/Content/ContentPlatformClient.d.ts +0 -277
  251. package/sdk/platform/Content/ContentPlatformClient.js +0 -2011
  252. package/sdk/platform/Content/ContentPlatformValidator.d.ts +0 -247
  253. package/sdk/platform/Content/ContentPlatformValidator.js +0 -319
  254. package/sdk/public/Billing/BillingPublicClient.d.ts +0 -23
  255. package/sdk/public/Billing/BillingPublicClient.js +0 -116
  256. package/sdk/public/Billing/BillingPublicModel.d.ts +0 -92
  257. package/sdk/public/Billing/BillingPublicModel.js +0 -96
  258. package/sdk/public/Billing/BillingPublicValidator.d.ts +0 -18
  259. package/sdk/public/Billing/BillingPublicValidator.js +0 -19
  260. package/sdk/public/Content/ContentPublicClient.d.ts +0 -22
  261. package/sdk/public/Content/ContentPublicClient.js +0 -114
  262. package/sdk/public/Content/ContentPublicModel.d.ts +0 -53
  263. package/sdk/public/Content/ContentPublicModel.js +0 -60
  264. package/sdk/public/Content/ContentPublicValidator.d.ts +0 -18
  265. package/sdk/public/Content/ContentPublicValidator.js +0 -19
@@ -35,7 +35,7 @@ export = ConfigurationPlatformValidator;
35
35
  */
36
36
  /**
37
37
  * @typedef GetIntegrationByIdParam
38
- * @property {string} id - Integration id
38
+ * @property {number} id - Integration id
39
39
  */
40
40
  /**
41
41
  * @typedef GetIntegrationByLevelIdParam
@@ -195,7 +195,7 @@ type GetIntegrationByIdParam = {
195
195
  /**
196
196
  * - Integration id
197
197
  */
198
- id: string;
198
+ id: number;
199
199
  };
200
200
  type GetIntegrationByLevelIdParam = {
201
201
  /**
@@ -45,7 +45,7 @@ const ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
45
45
 
46
46
  /**
47
47
  * @typedef GetIntegrationByIdParam
48
- * @property {string} id - Integration id
48
+ * @property {number} id - Integration id
49
49
  */
50
50
 
51
51
  /**
@@ -182,7 +182,7 @@ class ConfigurationPlatformValidator {
182
182
  /** @returns {GetIntegrationByIdParam} */
183
183
  static getIntegrationById() {
184
184
  return Joi.object({
185
- id: Joi.string().allow("").required(),
185
+ id: Joi.number().required(),
186
186
  }).required();
187
187
  }
188
188
 
@@ -59,59 +59,6 @@ declare class Content {
59
59
  * @description: Announcements are useful to highlight a message or information on top of a webpage. Use this API to create an 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: Use this API to create the custom field entry for given resource and resource_id in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldByResourceId/).
74
- */
75
- createAppCustomFieldByResourceId({ resource, resourceId, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
76
- /**
77
- * @param {ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam} arg
78
- * - Arg object
79
- *
80
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
81
- * @param {import("../PlatformAPIClient").Options} - Options
82
- * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
83
- * - Success response
84
- *
85
- * @name createAppCustomFieldDefinition
86
- * @summary: Create custom field definition
87
- * @description: Use this API to create a custom field definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldDefinition/).
88
- */
89
- createAppCustomFieldDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
90
- /**
91
- * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectParam} arg
92
- * - Arg object
93
- *
94
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
95
- * @param {import("../PlatformAPIClient").Options} - Options
96
- * @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
97
- * @name createAppCustomObject
98
- * @summary: Create custom object entries
99
- * @description: Use this API to create the custom object entry. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObject/).
100
- */
101
- createAppCustomObject({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
102
- /**
103
- * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam} arg
104
- * - Arg object
105
- *
106
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
107
- * @param {import("../PlatformAPIClient").Options} - Options
108
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
109
- * Success response
110
- * @name createAppCustomObjectDefinition
111
- * @summary: Create custom object definition
112
- * @description: Use this API to create custom object defintion - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObjectDefinition/).
113
- */
114
- createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
115
62
  /**
116
63
  * @param {ContentPlatformApplicationValidator.CreateBlogParam} arg - Arg object
117
64
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -178,18 +125,6 @@ declare class Content {
178
125
  * @description: Use this API to create a page preview to check the appearance of a custom page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createPagePreview/).
179
126
  */
180
127
  createPagePreview({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreatePagePreviewParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
181
- /**
182
- * @param {ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam} arg
183
- * - Arg object
184
- *
185
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
186
- * @param {import("../PlatformAPIClient").Options} - Options
187
- * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
188
- * @name createSEOMarkupSchema
189
- * @summary: Create a SEO Markup schema Template of a page type for an application
190
- * @description: Use this API to create a SEO Markup schema Template inside an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createSEOMarkupSchema/).
191
- */
192
- createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
193
128
  /**
194
129
  * @param {ContentPlatformApplicationValidator.CreateSlideshowParam} arg - Arg object
195
130
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -213,44 +148,6 @@ declare class Content {
213
148
  * @description: Use this API to delete an existing announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAnnouncement/).
214
149
  */
215
150
  deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
216
- /**
217
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam} arg
218
- * - Arg object
219
- *
220
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
221
- * @param {import("../PlatformAPIClient").Options} - Options
222
- * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
223
- * @name deleteAppCustomFieldDefinition
224
- * @summary: Delete custom fields definition.
225
- * @description: Use this API to delete the definitions of custom fields using definition_id. This will also delete related custom fields entries related to this definition. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomFieldDefinition/).
226
- */
227
- deleteAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
228
- /**
229
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectParam} arg
230
- * - Arg object
231
- *
232
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
233
- * @param {import("../PlatformAPIClient").Options} - Options
234
- * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
235
- * @name deleteAppCustomObject
236
- * @summary: Delete custom object
237
- * @description: Use this API to delete the custom object entry by id. This will also delete related custom fields entries related to this custom object. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObject/).
238
- */
239
- deleteAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
240
- /**
241
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam} arg
242
- * - Arg object
243
- *
244
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
245
- * @param {import("../PlatformAPIClient").Options} - Options
246
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>}
247
- * - Success response
248
- *
249
- * @name deleteAppCustomObjectDefinition
250
- * @summary: delete custom object definition by id
251
- * @description: Use this API to delete a custom object definition and related data for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomObjectDefinition/).
252
- */
253
- deleteAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
254
151
  /**
255
152
  * @param {ContentPlatformApplicationValidator.DeleteBlogParam} arg - Arg object
256
153
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -338,18 +235,6 @@ declare class Content {
338
235
  * @description: Use this API to delete redirection rules - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deletePathRedirectionRules/).
339
236
  */
340
237
  deletePathRedirectionRules({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.DeletePathRedirectionRulesParam, { responseHeaders }?: object): Promise<any>;
341
- /**
342
- * @param {ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam} arg
343
- * - Arg object
344
- *
345
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
346
- * @param {import("../PlatformAPIClient").Options} - Options
347
- * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
348
- * @name deleteSEOMarkupSchema
349
- * @summary: delete a particular SEO Markup schema of an application using its id
350
- * @description: Use this API to delete an existing SEO Markup schema an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
351
- */
352
- deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
353
238
  /**
354
239
  * @param {ContentPlatformApplicationValidator.DeleteSlideshowParam} arg - Arg object
355
240
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -383,32 +268,6 @@ declare class Content {
383
268
  * @description: Use this API to edit the details of an existing tag by its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editInjectableTag/).
384
269
  */
385
270
  editInjectableTag({ tagId, body, requestHeaders }?: ContentPlatformApplicationValidator.EditInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
386
- /**
387
- * @param {ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam} arg
388
- * - Arg object
389
- *
390
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
391
- * @param {import("../PlatformAPIClient").Options} - Options
392
- * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
393
- * @name editSEOMarkupSchema
394
- * @summary: Get a particular SEO Markup schema of an application using its id
395
- * @description: Use this API to edit an existing SEO Markup schema an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editSEOMarkupSchema/).
396
- */
397
- editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
398
- /**
399
- * @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam} arg
400
- * - Arg object
401
- *
402
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
403
- * @param {import("../PlatformAPIClient").Options} - Options
404
- * @returns {Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>}
405
- * - Success response
406
- *
407
- * @name exportAppCustomObjectEntries
408
- * @summary: Initiate download for bulk custom object entries
409
- * @description: Use this api to initiate download of bulk entries - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/exportAppCustomObjectEntries/).
410
- */
411
- exportAppCustomObjectEntries({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
412
271
  /**
413
272
  * @param {ContentPlatformApplicationValidator.GenerateSEOTitleParam} arg - Arg object
414
273
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -461,142 +320,6 @@ declare class Content {
461
320
  applicationId: string;
462
321
  pageSize?: number;
463
322
  }): Paginator<ContentPlatformModel.GetAnnouncementListSchema>;
464
- /**
465
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam} arg
466
- * - Arg object
467
- *
468
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
469
- * @param {import("../PlatformAPIClient").Options} - Options
470
- * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
471
- * - Success response
472
- *
473
- * @name getAppCustomFieldDefinition
474
- * @summary: Get custom fields definition by id
475
- * @description: Use this API to retrieve the definitions of custom fields using definition_id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldDefinition/).
476
- */
477
- getAppCustomFieldDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
478
- /**
479
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam} arg
480
- * - Arg object
481
- *
482
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
483
- * @param {import("../PlatformAPIClient").Options} - Options
484
- * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>} -
485
- * Success response
486
- * @name getAppCustomFieldDefinitions
487
- * @summary: Get custom fields definitions
488
- * @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/).
489
- */
490
- getAppCustomFieldDefinitions({ pageNo, pageSize, resource, type, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
491
- /**
492
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldTypesParam} arg
493
- * - Arg object
494
- *
495
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
496
- * @param {import("../PlatformAPIClient").Options} - Options
497
- * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
498
- * @name getAppCustomFieldTypes
499
- * @summary: Get custom field types
500
- * @description: Use this API to retrieve the custom field types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldTypes/).
501
- */
502
- getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
503
- /**
504
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsParam} arg
505
- * - Arg object
506
- *
507
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
508
- * @param {import("../PlatformAPIClient").Options} - Options
509
- * @returns {Promise<ContentPlatformModel.CustomFieldsResponseSchema>} -
510
- * Success response
511
- * @name getAppCustomFields
512
- * @summary: Get list of custom fields of given resource
513
- * @description: Use this API to retrieve the custom fields for given resource in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFields/).
514
- */
515
- getAppCustomFields({ resource, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseSchema>;
516
- /**
517
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam} arg
518
- * - Arg object
519
- *
520
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
521
- * @param {import("../PlatformAPIClient").Options} - Options
522
- * @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
523
- * - Success response
524
- *
525
- * @name getAppCustomFieldsByResourceId
526
- * @summary: Get list of custom fields of given resource and resource id
527
- * @description: Use this API to retrieve the custom fields for given resource in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomFieldsByResourceId/).
528
- */
529
- getAppCustomFieldsByResourceId({ resource, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
530
- /**
531
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectParam} arg
532
- * - Arg object
533
- *
534
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
535
- * @param {import("../PlatformAPIClient").Options} - Options
536
- * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
537
- * @name getAppCustomObject
538
- * @summary: Get custom object details
539
- * @description: Use this API to retrieve the custom object details and their fields details and definitions and references. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObject/).
540
- */
541
- getAppCustomObject({ metaobjectId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
542
- /**
543
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam} arg
544
- * - Arg object
545
- *
546
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
547
- * @param {import("../PlatformAPIClient").Options} - Options
548
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
549
- * Success response
550
- * @name getAppCustomObjectDefinition
551
- * @summary: get custom object definition by id
552
- * @description: Use this API to update a custom object definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinition/).
553
- */
554
- getAppCustomObjectDefinition({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
555
- /**
556
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam} arg
557
- * - Arg object
558
- *
559
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
560
- * @param {import("../PlatformAPIClient").Options} - Options
561
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>} -
562
- * Success response
563
- * @name getAppCustomObjectDefinitions
564
- * @summary: Get custom object definitions
565
- * @description: Use this API to retrieve the custom object definitions - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectDefinitions/).
566
- */
567
- getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
568
- /**
569
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectsParam} arg
570
- * - Arg object
571
- *
572
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
573
- * @param {import("../PlatformAPIClient").Options} - Options
574
- * @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
575
- * @name getAppCustomObjects
576
- * @summary: Get list of custom objects
577
- * @description: Use this API to retrieve the custom objects. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjects/).
578
- */
579
- getAppCustomObjects({ pageNo, pageSize, definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
580
- /**
581
- * @param {ContentPlatformApplicationValidator.GetAppJobsParam} arg - Arg object
582
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
583
- * @param {import("../PlatformAPIClient").Options} - Options
584
- * @returns {Promise<ContentPlatformModel.CustomObjectBulkEntry>} - Success response
585
- * @name getAppJobs
586
- * @summary: Fetch bulk import and export job list.
587
- * @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/).
588
- */
589
- getAppJobs({ page, pageSize, actionType, requestHeaders }?: ContentPlatformApplicationValidator.GetAppJobsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntry>;
590
- /**
591
- * @param {ContentPlatformApplicationValidator.GetAppResourcesParam} arg - Arg object
592
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
593
- * @param {import("../PlatformAPIClient").Options} - Options
594
- * @returns {Promise<ContentPlatformModel.ResourcesSchema>} - Success response
595
- * @name getAppResources
596
- * @summary: Get resources
597
- * @description: Use this API to retrieve the resources, such as products, collections, customers, selling locations, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppResources/).
598
- */
599
- getAppResources({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourcesSchema>;
600
323
  /**
601
324
  * @param {ContentPlatformApplicationValidator.GetBlogBySlugParam} arg - Arg object
602
325
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -654,19 +377,6 @@ declare class Content {
654
377
  * @description: Use this to get all data loaders of an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDataLoaders/).
655
378
  */
656
379
  getDataLoaders({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoadersSchema>;
657
- /**
658
- * @param {ContentPlatformApplicationValidator.GetDataLoadersByServiceParam} arg
659
- * - Arg object
660
- *
661
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
662
- * @param {import("../PlatformAPIClient").Options} - Options
663
- * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
664
- * Success response
665
- * @name getDataLoadersByService
666
- * @summary: Get all the data loaders in an application by service name
667
- * @description: Use this to get all data loaders of an application by service name - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDataLoadersByService/).
668
- */
669
- getDataLoadersByService({ serviceName, requestHeaders }?: ContentPlatformApplicationValidator.GetDataLoadersByServiceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
670
380
  /**
671
381
  * @param {ContentPlatformApplicationValidator.GetDefaultNavigationsParam} arg
672
382
  * - Arg object
@@ -680,18 +390,6 @@ declare class Content {
680
390
  * @description: On any website (application), there are navigations that are present by default. Use this API to retrieve those default navigations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultNavigations/).
681
391
  */
682
392
  getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationResponse>;
683
- /**
684
- * @param {ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam} arg
685
- * - Arg object
686
- *
687
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
688
- * @param {import("../PlatformAPIClient").Options} - Options
689
- * @returns {Promise<ContentPlatformModel.DefaultSchemaComponent>} - Success response
690
- * @name getDefaultSEOMarkupSchema
691
- * @summary: Get Default SEO Markup schemas of an application
692
- * @description: Use this API to get the Default SEO Markup schema Templates setup for an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultSEOMarkupSchema/).
693
- */
694
- getDefaultSEOMarkupSchema({ pageType, requestHeaders }?: ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultSchemaComponent>;
695
393
  /**
696
394
  * @param {ContentPlatformApplicationValidator.GetFaqByIdOrSlugParam} arg - Arg object
697
395
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -923,30 +621,6 @@ declare class Content {
923
621
  * @description: Use this API to know how the SEO is configured in the application. This includes the sitemap, robot.txt, custom meta tags, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOConfiguration/).
924
622
  */
925
623
  getSEOConfiguration({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoComponent>;
926
- /**
927
- * @param {ContentPlatformApplicationValidator.GetSEOMarkupSchemaParam} arg
928
- * - Arg object
929
- *
930
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
931
- * @param {import("../PlatformAPIClient").Options} - Options
932
- * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
933
- * @name getSEOMarkupSchema
934
- * @summary: Get a particular SEO Markup schema of an application using its id
935
- * @description: Use this API to get a existing SEO Markup schema an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchema/).
936
- */
937
- getSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
938
- /**
939
- * @param {ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam} arg
940
- * - Arg object
941
- *
942
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
943
- * @param {import("../PlatformAPIClient").Options} - Options
944
- * @returns {Promise<ContentPlatformModel.SeoSchemaComponent>} - Success response
945
- * @name getSEOMarkupSchemas
946
- * @summary: Get SEO Markup schemas of an application
947
- * @description: Use this API to get all SEO Markup schema Templates setup for an application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchemas/).
948
- */
949
- getSEOMarkupSchemas({ title, active, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SeoSchemaComponent>;
950
624
  /**
951
625
  * @param {ContentPlatformApplicationValidator.GetSlideshowBySlugParam} arg
952
626
  * - Arg object
@@ -1001,20 +675,6 @@ declare class Content {
1001
675
  * @description: Use this API to get the contact details for customer support, including emails and phone numbers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSupportInformation/).
1002
676
  */
1003
677
  getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
1004
- /**
1005
- * @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam} arg
1006
- * - Arg object
1007
- *
1008
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1009
- * @param {import("../PlatformAPIClient").Options} - Options
1010
- * @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>}
1011
- * - Success response
1012
- *
1013
- * @name importAppCustomObjectEntries
1014
- * @summary: Bulk custom object entries upload
1015
- * @description: Use this API to upload custom object entries - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/importAppCustomObjectEntries/).
1016
- */
1017
- importAppCustomObjectEntries({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>;
1018
678
  /**
1019
679
  * @param {ContentPlatformApplicationValidator.RemoveInjectableTagParam} arg
1020
680
  * - Arg object
@@ -1039,18 +699,6 @@ declare class Content {
1039
699
  * @description: Use this API to reselect a data loader. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/resetDataLoader/).
1040
700
  */
1041
701
  resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
1042
- /**
1043
- * @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam} arg
1044
- * - Arg object
1045
- *
1046
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1047
- * @param {import("../PlatformAPIClient").Options} - Options
1048
- * @returns {Promise<string>} - Success response
1049
- * @name sampleAppCustomObjectBulkEntry
1050
- * @summary: download sample for custom object bulk entry
1051
- * @description: Use this api to get sample csv file - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/sampleAppCustomObjectBulkEntry/).
1052
- */
1053
- sampleAppCustomObjectBulkEntry({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam, { responseHeaders }?: object): Promise<string>;
1054
702
  /**
1055
703
  * @param {ContentPlatformApplicationValidator.SelectDataLoaderParam} arg - Arg object
1056
704
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1088,45 +736,6 @@ declare class Content {
1088
736
  * @description: Use this API to edit the duration, i.e. start date-time and end date-time of an announcement. Moreover, you can enable/disable an announcement using this API. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAnnouncementSchedule/).
1089
737
  */
1090
738
  updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
1091
- /**
1092
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam} arg
1093
- * - Arg object
1094
- *
1095
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1096
- * @param {import("../PlatformAPIClient").Options} - Options
1097
- * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
1098
- * - Success response
1099
- *
1100
- * @name updateAppCustomFieldDefinition
1101
- * @summary: Update custom field definition
1102
- * @description: Use this API to update a custom field definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomFieldDefinition/).
1103
- */
1104
- updateAppCustomFieldDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
1105
- /**
1106
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectParam} arg
1107
- * - Arg object
1108
- *
1109
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1110
- * @param {import("../PlatformAPIClient").Options} - Options
1111
- * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
1112
- * @name updateAppCustomObject
1113
- * @summary: Update custom object details
1114
- * @description: Use this API to update a custom object detail for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObject/).
1115
- */
1116
- updateAppCustomObject({ metaobjectId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
1117
- /**
1118
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam} arg
1119
- * - Arg object
1120
- *
1121
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1122
- * @param {import("../PlatformAPIClient").Options} - Options
1123
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
1124
- * Success response
1125
- * @name updateAppCustomObjectDefinition
1126
- * @summary: Update custom object definition
1127
- * @description: Use this API to update a custom object definition for your application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectDefinition/).
1128
- */
1129
- updateAppCustomObjectDefinition({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
1130
739
  /**
1131
740
  * @param {ContentPlatformApplicationValidator.UpdateBlogParam} arg - Arg object
1132
741
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`