@gofynd/fdk-client-javascript 3.0.0-beta.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (310) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/ApplicationClient.d.ts +2 -0
  4. package/sdk/application/ApplicationClient.js +2 -0
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +93 -113
  6. package/sdk/application/Cart/CartApplicationClient.js +157 -530
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +110 -110
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +214 -447
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +4 -4
  10. package/sdk/application/Common/CommonApplicationClient.js +4 -19
  11. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -43
  12. package/sdk/application/Communication/CommunicationApplicationClient.js +4 -214
  13. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +41 -54
  14. package/sdk/application/Configuration/ConfigurationApplicationClient.js +39 -192
  15. package/sdk/application/Content/ContentApplicationClient.d.ts +65 -55
  16. package/sdk/application/Content/ContentApplicationClient.js +211 -341
  17. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +6 -6
  18. package/sdk/application/FileStorage/FileStorageApplicationClient.js +14 -33
  19. package/sdk/application/Finance/FinanceApplicationClient.d.ts +29 -0
  20. package/sdk/application/Finance/FinanceApplicationClient.js +111 -0
  21. package/sdk/application/Lead/LeadApplicationClient.d.ts +6 -6
  22. package/sdk/application/Lead/LeadApplicationClient.js +24 -55
  23. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +32 -87
  24. package/sdk/application/Logistic/LogisticApplicationClient.js +126 -383
  25. package/sdk/application/Order/OrderApplicationClient.d.ts +31 -51
  26. package/sdk/application/Order/OrderApplicationClient.js +89 -293
  27. package/sdk/application/Payment/PaymentApplicationClient.d.ts +108 -218
  28. package/sdk/application/Payment/PaymentApplicationClient.js +100 -1081
  29. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +14 -14
  30. package/sdk/application/Rewards/RewardsApplicationClient.js +13 -66
  31. package/sdk/application/Share/ShareApplicationClient.d.ts +11 -11
  32. package/sdk/application/Share/ShareApplicationClient.js +35 -89
  33. package/sdk/application/Theme/ThemeApplicationClient.d.ts +5 -25
  34. package/sdk/application/Theme/ThemeApplicationClient.js +24 -150
  35. package/sdk/application/User/UserApplicationClient.d.ts +23 -13
  36. package/sdk/application/User/UserApplicationClient.js +49 -407
  37. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
  38. package/sdk/application/Webhook/WebhookApplicationClient.js +4 -11
  39. package/sdk/common/Utility.d.ts +1 -1
  40. package/sdk/common/Utility.js +10 -7
  41. package/sdk/common/Validator.d.ts +1 -0
  42. package/sdk/common/Validator.js +20 -0
  43. package/sdk/common/utils.d.ts +0 -1
  44. package/sdk/common/utils.js +0 -14
  45. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +18 -62
  46. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +40 -372
  47. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +99 -33
  48. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +84 -25
  49. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -5
  50. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +7 -38
  51. package/sdk/partner/Lead/LeadPartnerClient.d.ts +5 -5
  52. package/sdk/partner/Lead/LeadPartnerClient.js +4 -4
  53. package/sdk/partner/Lead/LeadPartnerModel.d.ts +52 -98
  54. package/sdk/partner/Lead/LeadPartnerModel.js +76 -100
  55. package/sdk/partner/Lead/LeadPartnerValidator.js +1 -1
  56. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +172 -41
  57. package/sdk/partner/Logistics/LogisticsPartnerClient.js +1222 -85
  58. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +1921 -297
  59. package/sdk/partner/Logistics/LogisticsPartnerModel.js +973 -258
  60. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +13 -1
  61. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +148 -16
  62. package/sdk/partner/PartnerClient.d.ts +0 -6
  63. package/sdk/partner/PartnerClient.js +0 -9
  64. package/sdk/partner/Theme/ThemePartnerClient.d.ts +21 -63
  65. package/sdk/partner/Theme/ThemePartnerClient.js +67 -392
  66. package/sdk/partner/Theme/ThemePartnerModel.d.ts +72 -104
  67. package/sdk/partner/Theme/ThemePartnerModel.js +75 -101
  68. package/sdk/partner/Theme/ThemePartnerValidator.d.ts +1 -5
  69. package/sdk/partner/Theme/ThemePartnerValidator.js +12 -42
  70. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -18
  71. package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -18
  72. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +673 -189
  73. package/sdk/partner/Webhook/WebhookPartnerModel.js +270 -159
  74. package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -3
  75. package/sdk/partner/index.d.ts +0 -3
  76. package/sdk/partner/index.js +0 -6
  77. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.d.ts +4 -1
  78. package/sdk/platform/Analytics/AnalyticsPlatformApplicationValidator.js +1 -1
  79. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +3 -3
  80. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +3 -3
  81. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +2 -32
  82. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +3 -243
  83. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +49 -145
  84. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +20 -171
  85. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -39
  86. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +0 -35
  87. package/sdk/platform/Billing/BillingPlatformClient.d.ts +15 -406
  88. package/sdk/platform/Billing/BillingPlatformClient.js +76 -3214
  89. package/sdk/platform/Billing/BillingPlatformModel.d.ts +459 -3798
  90. package/sdk/platform/Billing/BillingPlatformModel.js +338 -2573
  91. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +24 -465
  92. package/sdk/platform/Billing/BillingPlatformValidator.js +14 -490
  93. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +205 -284
  94. package/sdk/platform/Cart/CartPlatformApplicationClient.js +554 -672
  95. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +165 -165
  96. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +132 -108
  97. package/sdk/platform/Cart/CartPlatformModel.d.ts +4865 -3148
  98. package/sdk/platform/Cart/CartPlatformModel.js +2071 -2854
  99. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +419 -1015
  100. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +2004 -6444
  101. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +226 -1117
  102. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +127 -919
  103. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +574 -372
  104. package/sdk/platform/Catalog/CatalogPlatformClient.js +1315 -1238
  105. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +9334 -7634
  106. package/sdk/platform/Catalog/CatalogPlatformModel.js +6980 -9652
  107. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +239 -294
  108. package/sdk/platform/Catalog/CatalogPlatformValidator.js +186 -246
  109. package/sdk/platform/Common/CommonPlatformClient.d.ts +6 -5
  110. package/sdk/platform/Common/CommonPlatformClient.js +6 -5
  111. package/sdk/platform/Common/CommonPlatformModel.d.ts +19 -25
  112. package/sdk/platform/Common/CommonPlatformModel.js +11 -14
  113. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +236 -376
  114. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +579 -868
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +139 -170
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +126 -145
  117. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +3 -56
  118. package/sdk/platform/Communication/CommunicationPlatformClient.js +4 -307
  119. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +314 -422
  120. package/sdk/platform/Communication/CommunicationPlatformModel.js +382 -538
  121. package/sdk/platform/Communication/CommunicationPlatformValidator.d.ts +3 -62
  122. package/sdk/platform/Communication/CommunicationPlatformValidator.js +2 -48
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +72 -68
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +88 -84
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +270 -241
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +248 -226
  127. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +20 -20
  128. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +20 -20
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +118 -333
  130. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +409 -1470
  131. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +55 -158
  132. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +41 -163
  133. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +65 -142
  134. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +103 -568
  135. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +565 -1282
  136. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +369 -1034
  137. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +34 -80
  138. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +24 -79
  139. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +302 -246
  140. package/sdk/platform/Content/ContentPlatformApplicationClient.js +1297 -776
  141. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +330 -218
  142. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +325 -208
  143. package/sdk/platform/Content/ContentPlatformClient.d.ts +279 -118
  144. package/sdk/platform/Content/ContentPlatformClient.js +1617 -492
  145. package/sdk/platform/Content/ContentPlatformModel.d.ts +2374 -877
  146. package/sdk/platform/Content/ContentPlatformModel.js +1304 -930
  147. package/sdk/platform/Content/ContentPlatformValidator.d.ts +272 -134
  148. package/sdk/platform/Content/ContentPlatformValidator.js +295 -118
  149. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +53 -43
  150. package/sdk/platform/Discount/DiscountPlatformClient.js +53 -43
  151. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +383 -110
  152. package/sdk/platform/Discount/DiscountPlatformModel.js +117 -108
  153. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +56 -36
  154. package/sdk/platform/Discount/DiscountPlatformValidator.js +29 -19
  155. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -163
  156. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -1078
  157. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +5 -141
  158. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +4 -177
  159. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  160. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +8 -8
  161. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +30 -1123
  162. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +24 -1135
  163. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  164. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  165. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +17 -17
  166. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +33 -33
  167. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +19 -19
  168. package/sdk/platform/Lead/LeadPlatformApplicationValidator.js +14 -14
  169. package/sdk/platform/Lead/LeadPlatformClient.d.ts +24 -4
  170. package/sdk/platform/Lead/LeadPlatformClient.js +160 -4
  171. package/sdk/platform/Lead/LeadPlatformModel.d.ts +60 -140
  172. package/sdk/platform/Lead/LeadPlatformModel.js +81 -162
  173. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +29 -3
  174. package/sdk/platform/Lead/LeadPlatformValidator.js +28 -2
  175. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +19 -98
  176. package/sdk/platform/Order/OrderPlatformApplicationClient.js +27 -662
  177. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +91 -118
  178. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +32 -127
  179. package/sdk/platform/Order/OrderPlatformClient.d.ts +421 -418
  180. package/sdk/platform/Order/OrderPlatformClient.js +1194 -1350
  181. package/sdk/platform/Order/OrderPlatformModel.d.ts +9145 -4107
  182. package/sdk/platform/Order/OrderPlatformModel.js +4257 -3197
  183. package/sdk/platform/Order/OrderPlatformValidator.d.ts +641 -442
  184. package/sdk/platform/Order/OrderPlatformValidator.js +341 -311
  185. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -4
  186. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +9 -7
  187. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +67 -19
  188. package/sdk/platform/Partner/PartnerPlatformModel.js +26 -17
  189. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +135 -382
  190. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +934 -2452
  191. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +93 -306
  192. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +70 -305
  193. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +56 -66
  194. package/sdk/platform/Payment/PaymentPlatformClient.js +124 -269
  195. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +1327 -3529
  196. package/sdk/platform/Payment/PaymentPlatformModel.js +1397 -3693
  197. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +35 -64
  198. package/sdk/platform/Payment/PaymentPlatformValidator.js +34 -60
  199. package/sdk/platform/PlatformClient.d.ts +0 -2
  200. package/sdk/platform/PlatformClient.js +0 -4
  201. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  202. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  203. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  204. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  205. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +12 -12
  206. package/sdk/platform/Rewards/RewardsPlatformModel.js +10 -10
  207. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +64 -136
  208. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +111 -513
  209. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +75 -103
  210. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +50 -99
  211. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +162 -127
  212. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +775 -435
  213. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +6250 -3861
  214. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +3178 -3798
  215. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +295 -199
  216. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +205 -133
  217. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +16 -4
  218. package/sdk/platform/Share/SharePlatformApplicationClient.js +86 -8
  219. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +23 -6
  220. package/sdk/platform/Share/SharePlatformApplicationValidator.js +16 -3
  221. package/sdk/platform/Share/SharePlatformModel.d.ts +53 -4
  222. package/sdk/platform/Share/SharePlatformModel.js +45 -3
  223. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +4 -26
  224. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +10 -157
  225. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +10 -21
  226. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +6 -23
  227. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -18
  228. package/sdk/platform/Theme/ThemePlatformClient.js +8 -85
  229. package/sdk/platform/Theme/ThemePlatformModel.d.ts +17 -425
  230. package/sdk/platform/Theme/ThemePlatformModel.js +23 -329
  231. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +3 -7
  232. package/sdk/platform/Theme/ThemePlatformValidator.js +2 -9
  233. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +81 -18
  234. package/sdk/platform/User/UserPlatformApplicationClient.js +491 -27
  235. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +126 -10
  236. package/sdk/platform/User/UserPlatformApplicationValidator.js +92 -7
  237. package/sdk/platform/User/UserPlatformModel.d.ts +317 -218
  238. package/sdk/platform/User/UserPlatformModel.js +253 -210
  239. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +25 -78
  240. package/sdk/platform/Webhook/WebhookPlatformClient.js +75 -470
  241. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +813 -426
  242. package/sdk/platform/Webhook/WebhookPlatformModel.js +446 -395
  243. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +10 -55
  244. package/sdk/platform/Webhook/WebhookPlatformValidator.js +12 -72
  245. package/sdk/platform/index.d.ts +0 -1
  246. package/sdk/platform/index.js +0 -2
  247. package/sdk/public/Catalog/CatalogPublicClient.d.ts +22 -0
  248. package/sdk/public/Catalog/CatalogPublicClient.js +133 -0
  249. package/sdk/public/Catalog/CatalogPublicModel.d.ts +158 -0
  250. package/sdk/public/Catalog/CatalogPublicModel.js +116 -0
  251. package/sdk/public/Catalog/CatalogPublicValidator.d.ts +55 -0
  252. package/sdk/public/Catalog/CatalogPublicValidator.js +35 -0
  253. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +4 -14
  254. package/sdk/public/Configuration/ConfigurationPublicClient.js +10 -113
  255. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +46 -114
  256. package/sdk/public/Configuration/ConfigurationPublicModel.js +32 -117
  257. package/sdk/public/Configuration/ConfigurationPublicValidator.d.ts +1 -11
  258. package/sdk/public/Configuration/ConfigurationPublicValidator.js +0 -12
  259. package/sdk/public/Content/ContentPublicClient.d.ts +36 -25
  260. package/sdk/public/Content/ContentPublicClient.js +254 -280
  261. package/sdk/public/Content/ContentPublicModel.d.ts +151 -38
  262. package/sdk/public/Content/ContentPublicModel.js +98 -44
  263. package/sdk/public/Content/ContentPublicValidator.d.ts +18 -17
  264. package/sdk/public/Content/ContentPublicValidator.js +26 -19
  265. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  266. package/sdk/public/Partner/PartnerPublicClient.js +6 -11
  267. package/sdk/public/Partner/PartnerPublicModel.d.ts +248 -72
  268. package/sdk/public/Partner/PartnerPublicModel.js +81 -71
  269. package/sdk/public/Partner/PartnerPublicValidator.d.ts +2 -2
  270. package/sdk/public/Partner/PartnerPublicValidator.js +1 -1
  271. package/sdk/public/PublicClient.d.ts +2 -2
  272. package/sdk/public/PublicClient.js +2 -2
  273. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  274. package/sdk/public/Webhook/WebhookPublicClient.js +9 -48
  275. package/sdk/public/Webhook/WebhookPublicModel.d.ts +215 -67
  276. package/sdk/public/Webhook/WebhookPublicModel.js +66 -61
  277. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  278. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  279. package/sdk/public/index.d.ts +1 -1
  280. package/sdk/public/index.js +1 -1
  281. package/sdk/partner/Authorization/AuthorizationPartnerClient.d.ts +0 -66
  282. package/sdk/partner/Authorization/AuthorizationPartnerClient.js +0 -431
  283. package/sdk/partner/Authorization/AuthorizationPartnerModel.d.ts +0 -231
  284. package/sdk/partner/Authorization/AuthorizationPartnerModel.js +0 -152
  285. package/sdk/partner/Authorization/AuthorizationPartnerValidator.d.ts +0 -8
  286. package/sdk/partner/Authorization/AuthorizationPartnerValidator.js +0 -39
  287. package/sdk/partner/Catalog/CatalogPartnerClient.d.ts +0 -26
  288. package/sdk/partner/Catalog/CatalogPartnerClient.js +0 -173
  289. package/sdk/partner/Catalog/CatalogPartnerModel.d.ts +0 -238
  290. package/sdk/partner/Catalog/CatalogPartnerModel.js +0 -248
  291. package/sdk/partner/Catalog/CatalogPartnerValidator.d.ts +0 -5
  292. package/sdk/partner/Catalog/CatalogPartnerValidator.js +0 -19
  293. package/sdk/partner/Payment/PaymentPartnerClient.d.ts +0 -116
  294. package/sdk/partner/Payment/PaymentPartnerClient.js +0 -857
  295. package/sdk/partner/Payment/PaymentPartnerModel.d.ts +0 -388
  296. package/sdk/partner/Payment/PaymentPartnerModel.js +0 -442
  297. package/sdk/partner/Payment/PaymentPartnerValidator.d.ts +0 -14
  298. package/sdk/partner/Payment/PaymentPartnerValidator.js +0 -74
  299. package/sdk/platform/Finance/FinancePlatformClient.d.ts +0 -320
  300. package/sdk/platform/Finance/FinancePlatformClient.js +0 -2333
  301. package/sdk/platform/Finance/FinancePlatformModel.d.ts +0 -2895
  302. package/sdk/platform/Finance/FinancePlatformModel.js +0 -2150
  303. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +0 -284
  304. package/sdk/platform/Finance/FinancePlatformValidator.js +0 -354
  305. package/sdk/public/Billing/BillingPublicClient.d.ts +0 -56
  306. package/sdk/public/Billing/BillingPublicClient.js +0 -397
  307. package/sdk/public/Billing/BillingPublicModel.d.ts +0 -919
  308. package/sdk/public/Billing/BillingPublicModel.js +0 -560
  309. package/sdk/public/Billing/BillingPublicValidator.d.ts +0 -43
  310. package/sdk/public/Billing/BillingPublicValidator.js +0 -50
@@ -3,6 +3,18 @@ declare class Content {
3
3
  constructor(config: any, applicationId: any);
4
4
  config: any;
5
5
  applicationId: any;
6
+ /**
7
+ * @param {ContentPlatformApplicationValidator.AddApplicationLanguageParam} arg
8
+ * - Arg object
9
+ *
10
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
11
+ * @param {import("../PlatformAPIClient").Options} - Options
12
+ * @returns {Promise<Object>} - Success response
13
+ * @name addApplicationLanguage
14
+ * @summary: Add app language
15
+ * @description: Add new languages to application's supported language list. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addApplicationLanguage/).
16
+ */
17
+ addApplicationLanguage({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddApplicationLanguageParam, { responseHeaders }?: object): Promise<any>;
6
18
  /**
7
19
  * @param {ContentPlatformApplicationValidator.AddDataLoaderParam} arg - Arg object
8
20
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -31,7 +43,7 @@ declare class Content {
31
43
  * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
32
44
  * @name addInjectableTag
33
45
  * @summary: Create HTML tag
34
- * @description: Create and add a new injectable tag - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addInjectableTag/).
46
+ * @description: Create and add a new injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addInjectableTag/).
35
47
  */
36
48
  addInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
37
49
  /**
@@ -40,12 +52,24 @@ declare class Content {
40
52
  *
41
53
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
42
54
  * @param {import("../PlatformAPIClient").Options} - Options
43
- * @returns {Promise<ContentPlatformModel.CreatePathMappingSchema>} - Success response
55
+ * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
44
56
  * @name addPathRedirectionRules
45
57
  * @summary: Create path redirection rules
46
58
  * @description: Create and add rules for path redirection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/addPathRedirectionRules/).
47
59
  */
48
- addPathRedirectionRules({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreatePathMappingSchema>;
60
+ addPathRedirectionRules({ body, requestHeaders }?: ContentPlatformApplicationValidator.AddPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
61
+ /**
62
+ * @param {ContentPlatformApplicationValidator.BulkUnPublishApplicationLanguageParam} arg
63
+ * - Arg object
64
+ *
65
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
66
+ * @param {import("../PlatformAPIClient").Options} - Options
67
+ * @returns {Promise<Object>} - Success response
68
+ * @name bulkUnPublishApplicationLanguage
69
+ * @summary: Unpublish all languages of sales channel.
70
+ * @description: Unpublish all application's published languages of specific sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/bulkUnPublishApplicationLanguage/).
71
+ */
72
+ bulkUnPublishApplicationLanguage({ body, requestHeaders }?: ContentPlatformApplicationValidator.BulkUnPublishApplicationLanguageParam, { responseHeaders }?: object): Promise<any>;
49
73
  /**
50
74
  * @param {ContentPlatformApplicationValidator.CreateAnnouncementParam} arg
51
75
  * - Arg object
@@ -59,20 +83,6 @@ declare class Content {
59
83
  * @description: Generate and add a new announcement. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAnnouncement/).
60
84
  */
61
85
  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>;
76
86
  /**
77
87
  * @param {ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam} arg
78
88
  * - Arg object
@@ -83,35 +93,48 @@ declare class Content {
83
93
  * - Success response
84
94
  *
85
95
  * @name createAppCustomFieldDefinition
86
- * @summary: Create custom field definition
96
+ * @summary: Create custom field definition for a given resource type
87
97
  * @description: You can create custom fields definition to any resource so you can extend property of resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomFieldDefinition/).
88
98
  */
89
- createAppCustomFieldDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
99
+ createAppCustomFieldDefinition({ resource, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
90
100
  /**
91
- * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectParam} arg
101
+ * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam} arg
92
102
  * - Arg object
93
103
  *
94
104
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
95
105
  * @param {import("../PlatformAPIClient").Options} - Options
96
106
  * @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
97
- * @name createAppCustomObject
107
+ * @name createAppCustomObjectBySlug
98
108
  * @summary: Create custom object entries
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/).
109
+ * @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/).
100
110
  */
101
- createAppCustomObject({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
111
+ createAppCustomObjectBySlug({ definitionSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
102
112
  /**
103
113
  * @param {ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam} arg
104
114
  * - Arg object
105
115
  *
106
116
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
107
117
  * @param {import("../PlatformAPIClient").Options} - Options
108
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
109
- * Success response
118
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
119
+ * - Success response
120
+ *
110
121
  * @name createAppCustomObjectDefinition
111
122
  * @summary: Create custom object definition
112
123
  * @description: Create a custom object that will have a collection of custom fields and can be used anywhere in the custom field for any resource. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createAppCustomObjectDefinition/).
113
124
  */
114
- createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
125
+ createAppCustomObjectDefinition({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
126
+ /**
127
+ * @param {ContentPlatformApplicationValidator.CreateApplicationResourceTranslationParam} arg
128
+ * - Arg object
129
+ *
130
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
131
+ * @param {import("../PlatformAPIClient").Options} - Options
132
+ * @returns {Promise<ContentPlatformModel.ResourceTranslation>} - Success response
133
+ * @name createApplicationResourceTranslation
134
+ * @summary: Add app translation
135
+ * @description: Create new translations for application resources. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createApplicationResourceTranslation/).
136
+ */
137
+ createApplicationResourceTranslation({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateApplicationResourceTranslationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourceTranslation>;
115
138
  /**
116
139
  * @param {ContentPlatformApplicationValidator.CreateBlogParam} arg - Arg object
117
140
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -134,18 +157,6 @@ declare class Content {
134
157
  * @description: Generate and add a new FAQ category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createFaqCategory/).
135
158
  */
136
159
  createFaqCategory({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqCategorySchema>;
137
- /**
138
- * @param {ContentPlatformApplicationValidator.CreateInjectableTagParam} arg
139
- * - Arg object
140
- *
141
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
142
- * @param {import("../PlatformAPIClient").Options} - Options
143
- * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
144
- * @name createInjectableTag
145
- * @summary: Create HTML tags
146
- * @description: Use this API to create HTML tags. This includes a list of tags with name, tag type (css/js), url and position of the tag - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createInjectableTag/).
147
- */
148
- createInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
149
160
  /**
150
161
  * @param {ContentPlatformApplicationValidator.CreateLandingPageParam} arg
151
162
  * - Arg object
@@ -178,18 +189,6 @@ declare class Content {
178
189
  * @description: Generate and add a new page to the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createPage/).
179
190
  */
180
191
  createPage({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreatePageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
181
- /**
182
- * @param {ContentPlatformApplicationValidator.CreatePagePreviewParam} arg
183
- * - Arg object
184
- *
185
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
186
- * @param {import("../PlatformAPIClient").Options} - Options
187
- * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
188
- * @name createPagePreview
189
- * @summary: Create page preview
190
- * @description: Generate and add a new page preview. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createPagePreview/).
191
- */
192
- createPagePreview({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreatePagePreviewParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
193
192
  /**
194
193
  * @param {ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam} arg
195
194
  * - Arg object
@@ -203,17 +202,17 @@ declare class Content {
203
202
  */
204
203
  createSEOMarkupSchema({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
205
204
  /**
206
- * @param {ContentPlatformApplicationValidator.DeleteAllInjectableTagsParam} arg
205
+ * @param {ContentPlatformApplicationValidator.CreateTranslateUILabelsParam} arg
207
206
  * - Arg object
208
207
  *
209
208
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
210
209
  * @param {import("../PlatformAPIClient").Options} - Options
211
- * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
212
- * @name deleteAllInjectableTags
213
- * @summary: Delete HTML tags in application
214
- * @description: Use this API to delete all the existing tags at once - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAllInjectableTags/).
210
+ * @returns {Promise<ContentPlatformModel.TranslateUiLabels>} - Success response
211
+ * @name createTranslateUILabels
212
+ * @summary: Add Translate Ui Labels
213
+ * @description: Creates a new Translate Ui Labels entry with specified configuration and locale settings. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/createTranslateUILabels/).
215
214
  */
216
- deleteAllInjectableTags({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
215
+ createTranslateUILabels({ body, requestHeaders }?: ContentPlatformApplicationValidator.CreateTranslateUILabelsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabels>;
217
216
  /**
218
217
  * @param {ContentPlatformApplicationValidator.DeleteAnnouncementParam} arg
219
218
  * - Arg object
@@ -228,56 +227,67 @@ declare class Content {
228
227
  */
229
228
  deleteAnnouncement({ announcementId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAnnouncementParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
230
229
  /**
231
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam} arg
230
+ * @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam} arg
232
231
  * - Arg object
233
232
  *
234
233
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
235
234
  * @param {import("../PlatformAPIClient").Options} - Options
236
235
  * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
237
- * @name deleteAppCustomFieldDefinition
236
+ * @name deleteAppCustomFieldDefinitionBySlug
238
237
  * @summary: Delete custom fields definition
239
- * @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/).
238
+ * @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/).
240
239
  */
241
- deleteAppCustomFieldDefinition({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
240
+ deleteAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
242
241
  /**
243
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomFieldsByResourceIdParam} arg
242
+ * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam} arg
244
243
  * - Arg object
245
244
  *
246
245
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
247
246
  * @param {import("../PlatformAPIClient").Options} - Options
248
- * @returns {Promise<ContentPlatformModel.CustomFieldsDeleteSchema>} -
249
- * Success response
250
- * @name deleteAppCustomFieldsByResourceId
251
- * @summary: delete custom fields of given resource and resource id
252
- * @description: Use this API to delete the custom fields for given resource in param. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteAppCustomFieldsByResourceId/).
247
+ * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
248
+ * @name deleteAppCustomObjectBySlug
249
+ * @summary: Delete custom object
250
+ * @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/).
253
251
  */
254
- deleteAppCustomFieldsByResourceId({ resource, resourceId, ids, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomFieldsByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsDeleteSchema>;
252
+ deleteAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
255
253
  /**
256
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectParam} arg
254
+ * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam} arg
257
255
  * - Arg object
258
256
  *
259
257
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
260
258
  * @param {import("../PlatformAPIClient").Options} - Options
261
- * @returns {Promise<ContentPlatformModel.CustomDataDeleteSchema>} - Success response
262
- * @name deleteAppCustomObject
263
- * @summary: Delete custom object
264
- * @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/).
259
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>}
260
+ * - Success response
261
+ *
262
+ * @name deleteAppCustomObjectDefinitionBySlug
263
+ * @summary: Delete custom object definition
264
+ * @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/).
265
265
  */
266
- deleteAppCustomObject({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomDataDeleteSchema>;
266
+ deleteAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
267
267
  /**
268
- * @param {ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam} arg
268
+ * @param {ContentPlatformApplicationValidator.DeleteApplicationLanguageParam} arg
269
269
  * - Arg object
270
270
  *
271
271
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
272
272
  * @param {import("../PlatformAPIClient").Options} - Options
273
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>}
274
- * - Success response
273
+ * @returns {Promise<ContentPlatformModel.OperationResponseSchema>} - Success response
274
+ * @name deleteApplicationLanguage
275
+ * @summary: Remove app language
276
+ * @description: Remove a language from application's supported languages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteApplicationLanguage/).
277
+ */
278
+ deleteApplicationLanguage({ locale, requestHeaders }?: ContentPlatformApplicationValidator.DeleteApplicationLanguageParam, { responseHeaders }?: object): Promise<ContentPlatformModel.OperationResponseSchema>;
279
+ /**
280
+ * @param {ContentPlatformApplicationValidator.DeleteApplicationResourceTranslationParam} arg
281
+ * - Arg object
275
282
  *
276
- * @name deleteAppCustomObjectDefinition
277
- * @summary: Delete custom object definition
278
- * @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/).
283
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
284
+ * @param {import("../PlatformAPIClient").Options} - Options
285
+ * @returns {Promise<ContentPlatformModel.OperationResponseSchema>} - Success response
286
+ * @name deleteApplicationResourceTranslation
287
+ * @summary: Remove app translation
288
+ * @description: Remove translations for application resources. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteApplicationResourceTranslation/).
279
289
  */
280
- deleteAppCustomObjectDefinition({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionDeleteResponseSchema>;
290
+ deleteApplicationResourceTranslation({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteApplicationResourceTranslationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.OperationResponseSchema>;
281
291
  /**
282
292
  * @param {ContentPlatformApplicationValidator.DeleteBlogParam} arg - Arg object
283
293
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -315,12 +325,12 @@ declare class Content {
315
325
  *
316
326
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
317
327
  * @param {import("../PlatformAPIClient").Options} - Options
318
- * @returns {Promise<ContentPlatformModel.CreateFaqCategorySchema>} - Success response
328
+ * @returns {Promise<ContentPlatformModel.FaqSchema>} - Success response
319
329
  * @name deleteFaqCategory
320
330
  * @summary: Delete FAQ category
321
331
  * @description: Remove a specific FAQ category. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteFaqCategory/).
322
332
  */
323
- deleteFaqCategory({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateFaqCategorySchema>;
333
+ deleteFaqCategory({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteFaqCategoryParam, { responseHeaders }?: object): Promise<ContentPlatformModel.FaqSchema>;
324
334
  /**
325
335
  * @param {ContentPlatformApplicationValidator.DeleteLandingPageParam} arg
326
336
  * - Arg object
@@ -359,12 +369,12 @@ declare class Content {
359
369
  *
360
370
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
361
371
  * @param {import("../PlatformAPIClient").Options} - Options
362
- * @returns {Promise<ContentPlatformModel.DeletPathMappingSchema>} - Success response
372
+ * @returns {Promise<Object>} - Success response
363
373
  * @name deletePathRedirectionRules
364
374
  * @summary: Delete path redirection rule
365
375
  * @description: Remove specific path redirection rules. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deletePathRedirectionRules/).
366
376
  */
367
- deletePathRedirectionRules({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.DeletePathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DeletPathMappingSchema>;
377
+ deletePathRedirectionRules({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.DeletePathRedirectionRulesParam, { responseHeaders }?: object): Promise<any>;
368
378
  /**
369
379
  * @param {ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam} arg
370
380
  * - Arg object
@@ -376,7 +386,7 @@ declare class Content {
376
386
  * @summary: Delete SEO Markup Schema
377
387
  * @description: Use this API to Delete SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/deleteSEOMarkupSchema/).
378
388
  */
379
- deleteSEOMarkupSchema({ schemaId, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
389
+ deleteSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.DeleteSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
380
390
  /**
381
391
  * @param {ContentPlatformApplicationValidator.EditDataLoaderParam} arg - Arg object
382
392
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -397,7 +407,7 @@ declare class Content {
397
407
  * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
398
408
  * @name editInjectableTag
399
409
  * @summary: Update HTML tag
400
- * @description: Modify an injectable tag - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editInjectableTag/).
410
+ * @description: Modify settings for an injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editInjectableTag/).
401
411
  */
402
412
  editInjectableTag({ tagId, body, requestHeaders }?: ContentPlatformApplicationValidator.EditInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
403
413
  /**
@@ -408,12 +418,12 @@ declare class Content {
408
418
  * @param {import("../PlatformAPIClient").Options} - Options
409
419
  * @returns {Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>} - Success response
410
420
  * @name editSEOMarkupSchema
411
- * @summary: Edit SEO Markup Schema
412
- * @description: Use this API to edit SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editSEOMarkupSchema/).
421
+ * @summary: Get SEO Markup Schema
422
+ * @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/editSEOMarkupSchema/).
413
423
  */
414
- editSEOMarkupSchema({ schemaId, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
424
+ editSEOMarkupSchema({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.EditSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
415
425
  /**
416
- * @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam} arg
426
+ * @param {ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam} arg
417
427
  * - Arg object
418
428
  *
419
429
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -421,11 +431,11 @@ declare class Content {
421
431
  * @returns {Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>}
422
432
  * - Success response
423
433
  *
424
- * @name exportAppCustomObjectEntries
434
+ * @name exportAppCustomObjectEntriesBySlug
425
435
  * @summary: Initiate download for bulk custom object entries
426
- * @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/).
436
+ * @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/).
427
437
  */
428
- exportAppCustomObjectEntries({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
438
+ exportAppCustomObjectEntriesBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.ExportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBulkEntryInitiateDownload>;
429
439
  /**
430
440
  * @param {ContentPlatformApplicationValidator.GenerateSEOTitleParam} arg - Arg object
431
441
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -462,45 +472,45 @@ declare class Content {
462
472
  */
463
473
  getAnnouncementsList({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetAnnouncementsListParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAnnouncementListSchema>;
464
474
  /**
465
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam} arg
475
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam} arg
466
476
  * - Arg object
467
477
  *
468
478
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
469
479
  * @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/).
480
+ * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>} -
481
+ * Success response
482
+ * @name getAppCustomFieldDefinitionByResource
483
+ * @summary: Get custom fields definitions for a given resource type
484
+ * @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/).
476
485
  */
477
- getAppCustomFieldDefinition({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
486
+ getAppCustomFieldDefinitionByResource({ pageNo, pageSize, resource, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionByResourceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
478
487
  /**
479
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam} arg
488
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam} arg
480
489
  * - Arg object
481
490
  *
482
491
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
483
492
  * @param {import("../PlatformAPIClient").Options} - Options
484
- * @returns {Promise<ContentPlatformModel.ApplicationCustomFieldDefinitionsSchema>}
493
+ * @returns {Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>}
485
494
  * - Success response
486
495
  *
487
- * @name getAppCustomFieldDefinitions
488
- * @summary: Get custom fields definitions
489
- * @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/).
496
+ * @name getAppCustomFieldDefinitionBySlug
497
+ * @summary: Get custom fields definition by resource, slug and namespace
498
+ * @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/).
490
499
  */
491
- getAppCustomFieldDefinitions({ pageNo, pageSize, resources, types, search, slugs, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationCustomFieldDefinitionsSchema>;
500
+ getAppCustomFieldDefinitionBySlug({ slug, resource, namespace, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.MetaFieldDefinitionDetailResSchema>;
492
501
  /**
493
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldJobsParam} arg
502
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam} arg
494
503
  * - Arg object
495
504
  *
496
505
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
497
506
  * @param {import("../PlatformAPIClient").Options} - Options
498
- * @returns {Promise<ContentPlatformModel.CustomFieldBulkEntry>} - Success response
499
- * @name getAppCustomFieldJobs
500
- * @summary: Fetch bulk import and export job list.
501
- * @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/getAppCustomFieldJobs/).
507
+ * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>} -
508
+ * Success response
509
+ * @name getAppCustomFieldDefinitions
510
+ * @summary: Get custom fields definitions
511
+ * @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/).
502
512
  */
503
- getAppCustomFieldJobs({ page, pageSize, actionType, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldJobsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldBulkEntry>;
513
+ getAppCustomFieldDefinitions({ pageNo, pageSize, resources, types, search, slugs, namespaces, requestHeaders, }?: ContentPlatformApplicationValidator.GetAppCustomFieldDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionsSchema>;
504
514
  /**
505
515
  * @param {ContentPlatformApplicationValidator.GetAppCustomFieldTypesParam} arg
506
516
  * - Arg object
@@ -514,20 +524,7 @@ declare class Content {
514
524
  */
515
525
  getAppCustomFieldTypes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.MetafieldTypesSchema>;
516
526
  /**
517
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsParam} arg
518
- * - Arg object
519
- *
520
- * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
521
- * @param {import("../PlatformAPIClient").Options} - Options
522
- * @returns {Promise<ContentPlatformModel.CustomFieldsResponseSchema>} -
523
- * Success response
524
- * @name getAppCustomFields
525
- * @summary: Get list of custom fields of gives resource
526
- * @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/).
527
- */
528
- getAppCustomFields({ resource, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseSchema>;
529
- /**
530
- * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam} arg
527
+ * @param {ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam} arg
531
528
  * - Arg object
532
529
  *
533
530
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -535,36 +532,38 @@ declare class Content {
535
532
  * @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
536
533
  * - Success response
537
534
  *
538
- * @name getAppCustomFieldsByResourceId
539
- * @summary: Get list of custom fields of given resource and resource id
540
- * @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/).
535
+ * @name getAppCustomFieldsByResourceSlug
536
+ * @summary: Get list of custom fields of given resource and resource slug
537
+ * @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/).
541
538
  */
542
- getAppCustomFieldsByResourceId({ resource, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
539
+ getAppCustomFieldsByResourceSlug({ resource, resourceSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomFieldsByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
543
540
  /**
544
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectParam} arg
541
+ * @param {ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam} arg
545
542
  * - Arg object
546
543
  *
547
544
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
548
545
  * @param {import("../PlatformAPIClient").Options} - Options
549
- * @returns {Promise<ContentPlatformModel.CustomObjectByIdSchema>} - Success response
550
- * @name getAppCustomObject
546
+ * @returns {Promise<ContentPlatformModel.CustomObjectBySlugSchema>} -
547
+ * Success response
548
+ * @name getAppCustomObjectBySlug
551
549
  * @summary: Get custom object details
552
- * @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/).
550
+ * @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/).
553
551
  */
554
- getAppCustomObject({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectByIdSchema>;
552
+ getAppCustomObjectBySlug({ definitionSlug, slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
555
553
  /**
556
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam} arg
554
+ * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam} arg
557
555
  * - Arg object
558
556
  *
559
557
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
560
558
  * @param {import("../PlatformAPIClient").Options} - Options
561
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
562
- * Success response
563
- * @name getAppCustomObjectDefinition
559
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
560
+ * - Success response
561
+ *
562
+ * @name getAppCustomObjectDefinitionBySlug
564
563
  * @summary: Get custom object definition
565
- * @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/).
564
+ * @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/).
566
565
  */
567
- getAppCustomObjectDefinition({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
566
+ getAppCustomObjectDefinitionBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
568
567
  /**
569
568
  * @param {ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam} arg
570
569
  * - Arg object
@@ -579,17 +578,17 @@ declare class Content {
579
578
  */
580
579
  getAppCustomObjectDefinitions({ pageNo, pageSize, search, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectDefinitionsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionsSchema>;
581
580
  /**
582
- * @param {ContentPlatformApplicationValidator.GetAppCustomObjectsParam} arg
581
+ * @param {ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam} arg
583
582
  * - Arg object
584
583
  *
585
584
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
586
585
  * @param {import("../PlatformAPIClient").Options} - Options
587
586
  * @returns {Promise<ContentPlatformModel.CustomObjectsSchema>} - Success response
588
- * @name getAppCustomObjects
587
+ * @name getAppCustomObjectsBySlug
589
588
  * @summary: Get list of custom objects
590
- * @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjects/).
589
+ * @description: Custom object entries can fetch using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getAppCustomObjectsBySlug/).
591
590
  */
592
- getAppCustomObjects({ pageNo, pageSize, definitionId, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
591
+ getAppCustomObjectsBySlug({ pageNo, pageSize, definitionSlug, requestHeaders }?: ContentPlatformApplicationValidator.GetAppCustomObjectsBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectsSchema>;
593
592
  /**
594
593
  * @param {ContentPlatformApplicationValidator.GetAppJobsParam} arg - Arg object
595
594
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -611,48 +610,49 @@ declare class Content {
611
610
  */
612
611
  getAppResources({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourcesSchema>;
613
612
  /**
614
- * @param {ContentPlatformApplicationValidator.GetBlogBySlugParam} arg - Arg object
613
+ * @param {ContentPlatformApplicationValidator.GetApplicationLanguagesParam} arg
614
+ * - Arg object
615
+ *
615
616
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
616
617
  * @param {import("../PlatformAPIClient").Options} - Options
617
- * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
618
- * @name getBlogBySlug
619
- * @summary: Get blog by slug.
620
- * @description: Retrieve detailed information about a specific blog using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogBySlug/).
618
+ * @returns {Promise<Object>} - Success response
619
+ * @name getApplicationLanguages
620
+ * @summary: Get app languages
621
+ * @description: Fetch all languages configured for the specified application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getApplicationLanguages/).
621
622
  */
622
- getBlogBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
623
+ getApplicationLanguages({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
623
624
  /**
624
- * @param {ContentPlatformApplicationValidator.GetBlogsParam} arg - Arg object
625
+ * @param {ContentPlatformApplicationValidator.GetApplicationResourceTranslationsParam} arg
626
+ * - Arg object
627
+ *
625
628
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
626
629
  * @param {import("../PlatformAPIClient").Options} - Options
627
- * @returns {Promise<ContentPlatformModel.BlogGetResponse>} - Success response
628
- * @name getBlogs
629
- * @summary: List blogs
630
- * @description: List all blogs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
630
+ * @returns {Promise<Object>} - Success response
631
+ * @name getApplicationResourceTranslations
632
+ * @summary: Get app translations
633
+ * @description: Fetch translations for application-level resources. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getApplicationResourceTranslations/).
631
634
  */
632
- getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetResponse>;
635
+ getApplicationResourceTranslations({ locale, type, resourceId, requestHeaders }?: ContentPlatformApplicationValidator.GetApplicationResourceTranslationsParam, { responseHeaders }?: object): Promise<any>;
633
636
  /**
634
- * @param {ContentPlatformApplicationValidator.GetComponentByIdParam} arg - Arg object
637
+ * @param {ContentPlatformApplicationValidator.GetBlogBySlugParam} arg - Arg object
635
638
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
636
639
  * @param {import("../PlatformAPIClient").Options} - Options
637
640
  * @returns {Promise<ContentPlatformModel.BlogSchema>} - Success response
638
- * @name getComponentById
639
- * @summary: Get component
640
- * @description: Retrieve detailed information about a specific component. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getComponentById/).
641
+ * @name getBlogBySlug
642
+ * @summary: Get blog by slug
643
+ * @description: Retrieve detailed information about a specific blog using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogBySlug/).
641
644
  */
642
- getComponentById({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetComponentByIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
645
+ getBlogBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogSchema>;
643
646
  /**
644
- * @param {ContentPlatformApplicationValidator.GetDataLoaderApiSpecsParam} arg
645
- * - Arg object
646
- *
647
+ * @param {ContentPlatformApplicationValidator.GetBlogsParam} arg - Arg object
647
648
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
648
649
  * @param {import("../PlatformAPIClient").Options} - Options
649
- * @returns {Promise<ContentPlatformModel.DataLoadersApiSpecSchema>} -
650
- * Success response
651
- * @name getDataLoaderApiSpecs
652
- * @summary: Get data loaders api specs.
653
- * @description: Retrieve a list of data loaders api specs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDataLoaderApiSpecs/).
650
+ * @returns {Promise<ContentPlatformModel.BlogGetDetails>} - Success response
651
+ * @name getBlogs
652
+ * @summary: List blogs
653
+ * @description: List all blogs - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getBlogs/).
654
654
  */
655
- getDataLoaderApiSpecs({ dataLoader, requestHeaders }?: ContentPlatformApplicationValidator.GetDataLoaderApiSpecsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoadersApiSpecSchema>;
655
+ getBlogs({ pageNo, pageSize, tags, q, slug, title, status, requestHeaders }?: ContentPlatformApplicationValidator.GetBlogsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.BlogGetDetails>;
656
656
  /**
657
657
  * @param {ContentPlatformApplicationValidator.GetDataLoadersParam} arg - Arg object
658
658
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -669,26 +669,26 @@ declare class Content {
669
669
  *
670
670
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
671
671
  * @param {import("../PlatformAPIClient").Options} - Options
672
- * @returns {Promise<ContentPlatformModel.DataLoaderItemsResponseSchema>} -
672
+ * @returns {Promise<ContentPlatformModel.DataLoaderResponseSchema>} -
673
673
  * Success response
674
674
  * @name getDataLoadersByService
675
675
  * @summary: List all data loaders
676
676
  * @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/).
677
677
  */
678
- getDataLoadersByService({ serviceName, requestHeaders }?: ContentPlatformApplicationValidator.GetDataLoadersByServiceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderItemsResponseSchema>;
678
+ getDataLoadersByService({ serviceName, requestHeaders }?: ContentPlatformApplicationValidator.GetDataLoadersByServiceParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResponseSchema>;
679
679
  /**
680
680
  * @param {ContentPlatformApplicationValidator.GetDefaultNavigationsParam} arg
681
681
  * - Arg object
682
682
  *
683
683
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
684
684
  * @param {import("../PlatformAPIClient").Options} - Options
685
- * @returns {Promise<ContentPlatformModel.DefaultNavigationResponse>} -
685
+ * @returns {Promise<ContentPlatformModel.DefaultNavigationDetails>} -
686
686
  * Success response
687
687
  * @name getDefaultNavigations
688
688
  * @summary: Get default navigations
689
689
  * @description: Retrieve default navigation elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getDefaultNavigations/).
690
690
  */
691
- getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationResponse>;
691
+ getDefaultNavigations({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.DefaultNavigationDetails>;
692
692
  /**
693
693
  * @param {ContentPlatformApplicationValidator.GetDefaultSEOMarkupSchemaParam} arg
694
694
  * - Arg object
@@ -754,20 +754,20 @@ declare class Content {
754
754
  * @param {import("../PlatformAPIClient").Options} - Options
755
755
  * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
756
756
  * @name getInjectableTags
757
- * @summary: Get all the tags in an application
758
- * @description: Use this API to retrieve all HTML Tags - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getInjectableTags/).
757
+ * @summary: Get all HTML tags
758
+ * @description: Retrieve a list of injectable tags. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getInjectableTags/).
759
759
  */
760
- getInjectableTags({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
760
+ getInjectableTags({ all, requestHeaders }?: ContentPlatformApplicationValidator.GetInjectableTagsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
761
761
  /**
762
762
  * @param {ContentPlatformApplicationValidator.GetLandingPagesParam} arg - Arg object
763
763
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
764
764
  * @param {import("../PlatformAPIClient").Options} - Options
765
- * @returns {Promise<ContentPlatformModel.LandingPageGetResponse>} - Success response
765
+ * @returns {Promise<ContentPlatformModel.LandingPageGetDetails>} - Success response
766
766
  * @name getLandingPages
767
767
  * @summary: Get landing pages
768
768
  * @description: Lists a list landing pages as per device types - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getLandingPages/).
769
769
  */
770
- getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetResponse>;
770
+ getLandingPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetLandingPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.LandingPageGetDetails>;
771
771
  /**
772
772
  * @param {ContentPlatformApplicationValidator.GetLegalInformationParam} arg
773
773
  * - Arg object
@@ -796,12 +796,12 @@ declare class Content {
796
796
  * @param {ContentPlatformApplicationValidator.GetNavigationsParam} arg - Arg object
797
797
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
798
798
  * @param {import("../PlatformAPIClient").Options} - Options
799
- * @returns {Promise<ContentPlatformModel.NavigationGetResponse>} - Success response
799
+ * @returns {Promise<ContentPlatformModel.NavigationGetDetails>} - Success response
800
800
  * @name getNavigations
801
801
  * @summary: Get navigation items
802
802
  * @description: Retrieve a list of navigational elements. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getNavigations/).
803
803
  */
804
- getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetResponse>;
804
+ getNavigations({ devicePlatform, pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetNavigationsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.NavigationGetDetails>;
805
805
  /**
806
806
  * @param {ContentPlatformApplicationValidator.GetPageBySlugParam} arg - Arg object
807
807
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -809,7 +809,7 @@ declare class Content {
809
809
  * @returns {Promise<ContentPlatformModel.PageSchema>} - Success response
810
810
  * @name getPageBySlug
811
811
  * @summary: Get page by slug
812
- * @description: Get detailed information about a specific page using its slug - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageBySlug/).
812
+ * @description: Get detailed information about a specific page using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPageBySlug/).
813
813
  */
814
814
  getPageBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.GetPageBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageSchema>;
815
815
  /**
@@ -836,53 +836,36 @@ declare class Content {
836
836
  * @param {ContentPlatformApplicationValidator.GetPagesParam} arg - Arg object
837
837
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
838
838
  * @param {import("../PlatformAPIClient").Options} - Options
839
- * @returns {Promise<ContentPlatformModel.PageGetResponse>} - Success response
839
+ * @returns {Promise<ContentPlatformModel.PageGetDetails>} - Success response
840
840
  * @name getPages
841
- * @summary: Get pages.
841
+ * @summary: Get pages
842
842
  * @description: Retrieve a list of available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPages/).
843
843
  */
844
- getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetResponse>;
845
- /**
846
- * @param {Object} arg - Arg object.
847
- * @param {string} arg.companyId - Numeric ID allotted to a business account
848
- * on Fynd Platform
849
- * @param {string} arg.applicationId - Numeric ID allotted to an application
850
- * created within a business account.
851
- * @param {number} [arg.pageSize] - The number of items to retrieve in each
852
- * page. Default value is 10.
853
- * @returns {Paginator<ContentPlatformModel.PageGetResponse>}
854
- * @summary: Get pages.
855
- * @description: Retrieve a list of available pages.
856
- */
857
- getPagesPaginator({ companyId, applicationId, pageSize }?: {
858
- companyId: string;
859
- applicationId: string;
860
- pageSize?: number;
861
- }): Paginator<ContentPlatformModel.PageGetResponse>;
844
+ getPages({ pageNo, pageSize, requestHeaders }?: ContentPlatformApplicationValidator.GetPagesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PageGetDetails>;
862
845
  /**
863
846
  * @param {ContentPlatformApplicationValidator.GetPathRedirectionRuleParam} arg
864
847
  * - Arg object
865
848
  *
866
849
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
867
850
  * @param {import("../PlatformAPIClient").Options} - Options
868
- * @returns {Promise<ContentPlatformModel.DeletPathMappingSchema>} - Success response
851
+ * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
869
852
  * @name getPathRedirectionRule
870
853
  * @summary: Get Path Redirection Rule
871
854
  * @description: Use this API to Get detailed information about a specific path redirection rule - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPathRedirectionRule/).
872
855
  */
873
- getPathRedirectionRule({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRuleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DeletPathMappingSchema>;
856
+ getPathRedirectionRule({ pathId, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRuleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
874
857
  /**
875
858
  * @param {ContentPlatformApplicationValidator.GetPathRedirectionRulesParam} arg
876
859
  * - Arg object
877
860
  *
878
861
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
879
862
  * @param {import("../PlatformAPIClient").Options} - Options
880
- * @returns {Promise<ContentPlatformModel.GetAllPathMappingSchema>} - Success response
863
+ * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
881
864
  * @name getPathRedirectionRules
882
865
  * @summary: List Path Redirection Rules
883
866
  * @description: Use this API to List Path Redirection Rules - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getPathRedirectionRules/).
884
867
  */
885
- getPathRedirectionRules({ pageSize, pageNo, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.GetAllPathMappingSchema>;
868
+ getPathRedirectionRules({ pageSize, pageNo, requestHeaders }?: ContentPlatformApplicationValidator.GetPathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
886
869
  /**
887
870
  * @param {ContentPlatformApplicationValidator.GetSEOConfigurationParam} arg
888
871
  * - Arg object
@@ -906,7 +889,7 @@ declare class Content {
906
889
  * @summary: Get SEO Markup Schema
907
890
  * @description: Use this API to Get SEO Markup Schema - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getSEOMarkupSchema/).
908
891
  */
909
- getSEOMarkupSchema({ schemaId, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
892
+ getSEOMarkupSchema({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetSEOMarkupSchemaParam, { responseHeaders }?: object): Promise<ContentPlatformModel.SEOSchemaMarkupTemplate>;
910
893
  /**
911
894
  * @param {ContentPlatformApplicationValidator.GetSEOMarkupSchemasParam} arg
912
895
  * - Arg object
@@ -932,32 +915,55 @@ declare class Content {
932
915
  */
933
916
  getSupportInformation({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
934
917
  /**
935
- * @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam} arg
918
+ * @param {ContentPlatformApplicationValidator.GetTranslateUILabelsParam} arg
919
+ * - Arg object
920
+ *
921
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
922
+ * @param {import("../PlatformAPIClient").Options} - Options
923
+ * @returns {Promise<ContentPlatformModel.TranslateUiLabelsPage>} - Success response
924
+ * @name getTranslateUILabels
925
+ * @summary: Get Translate Ui Labels
926
+ * @description: Retrieves Translate Ui Labels with optional filtering by type, application, and company identifiers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getTranslateUILabels/).
927
+ */
928
+ getTranslateUILabels({ templateThemeId, themeId, locale, type, requestHeaders }?: ContentPlatformApplicationValidator.GetTranslateUILabelsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabelsPage>;
929
+ /**
930
+ * @param {ContentPlatformApplicationValidator.GetTranslateUILabelsByIdParam} arg
931
+ * - Arg object
932
+ *
933
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
934
+ * @param {import("../PlatformAPIClient").Options} - Options
935
+ * @returns {Promise<ContentPlatformModel.TranslateUiLabels>} - Success response
936
+ * @name getTranslateUILabelsById
937
+ * @summary: Get Resource Detail
938
+ * @description: Fetches detailed information for a specific Translate Ui Labels using its unique identifier. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/getTranslateUILabelsById/).
939
+ */
940
+ getTranslateUILabelsById({ id, requestHeaders }?: ContentPlatformApplicationValidator.GetTranslateUILabelsByIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabels>;
941
+ /**
942
+ * @param {ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam} arg
936
943
  * - Arg object
937
944
  *
938
945
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
939
946
  * @param {import("../PlatformAPIClient").Options} - Options
940
- * @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>}
947
+ * @returns {Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>}
941
948
  * - Success response
942
949
  *
943
- * @name importAppCustomObjectEntries
950
+ * @name importAppCustomObjectEntriesBySlug
944
951
  * @summary: Bulk custom object entries upload
945
- * @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/).
952
+ * @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/).
946
953
  */
947
- importAppCustomObjectEntries({ definitionId, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadResponse>;
954
+ importAppCustomObjectEntriesBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.ImportAppCustomObjectEntriesBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectEntryBulkUploadDetails>;
948
955
  /**
949
956
  * @param {ContentPlatformApplicationValidator.RemoveInjectableTagParam} arg
950
957
  * - Arg object
951
958
  *
952
959
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
953
960
  * @param {import("../PlatformAPIClient").Options} - Options
954
- * @returns {Promise<ContentPlatformModel.TagDeleteSuccessResponse>} -
955
- * Success response
961
+ * @returns {Promise<ContentPlatformModel.TagDeleteSuccessDetails>} - Success response
956
962
  * @name removeInjectableTag
957
963
  * @summary: Remove HTML tag
958
964
  * @description: Delete a specific injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/removeInjectableTag/).
959
965
  */
960
- removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessResponse>;
966
+ removeInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.RemoveInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagDeleteSuccessDetails>;
961
967
  /**
962
968
  * @param {ContentPlatformApplicationValidator.ResetDataLoaderParam} arg - Arg object
963
969
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -970,17 +976,17 @@ declare class Content {
970
976
  */
971
977
  resetDataLoader({ service, operationId, requestHeaders }?: ContentPlatformApplicationValidator.ResetDataLoaderParam, { responseHeaders }?: object): Promise<ContentPlatformModel.DataLoaderResetResponseSchema>;
972
978
  /**
973
- * @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam} arg
979
+ * @param {ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam} arg
974
980
  * - Arg object
975
981
  *
976
982
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
977
983
  * @param {import("../PlatformAPIClient").Options} - Options
978
984
  * @returns {Promise<string>} - Success response
979
- * @name sampleAppCustomObjectBulkEntry
985
+ * @name sampleAppCustomObjectBulkEntryBySlug
980
986
  * @summary: Download sample for custom object bulk entry
981
- * @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/).
987
+ * @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/).
982
988
  */
983
- sampleAppCustomObjectBulkEntry({ definitionId, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryParam, { responseHeaders }?: object): Promise<string>;
989
+ sampleAppCustomObjectBulkEntryBySlug({ slug, requestHeaders }?: ContentPlatformApplicationValidator.SampleAppCustomObjectBulkEntryBySlugParam, { responseHeaders }?: object): Promise<string>;
984
990
  /**
985
991
  * @param {ContentPlatformApplicationValidator.SelectDataLoaderParam} arg - Arg object
986
992
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1019,7 +1025,7 @@ declare class Content {
1019
1025
  */
1020
1026
  updateAnnouncementSchedule({ announcementId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAnnouncementScheduleParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreateAnnouncementSchema>;
1021
1027
  /**
1022
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceIdParam} arg
1028
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam} arg
1023
1029
  * - Arg object
1024
1030
  *
1025
1031
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1027,13 +1033,13 @@ declare class Content {
1027
1033
  * @returns {Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>}
1028
1034
  * - Success response
1029
1035
  *
1030
- * @name updateAppCustomFieldByResourceId
1031
- * @summary: Create custom field entries for gives resource and resource_id
1032
- * @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/updateAppCustomFieldByResourceId/).
1036
+ * @name updateAppCustomFieldByResourceSlug
1037
+ * @summary: Create custom field entries for gives resource and resource slug
1038
+ * @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/).
1033
1039
  */
1034
- updateAppCustomFieldByResourceId({ resource, resourceId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceIdParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
1040
+ updateAppCustomFieldByResourceSlug({ resource, resourceSlug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldByResourceSlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldsResponseByResourceIdSchema>;
1035
1041
  /**
1036
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam} arg
1042
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam} arg
1037
1043
  * - Arg object
1038
1044
  *
1039
1045
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1041,36 +1047,62 @@ declare class Content {
1041
1047
  * @returns {Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>}
1042
1048
  * - Success response
1043
1049
  *
1044
- * @name updateAppCustomFieldDefinition
1050
+ * @name updateAppCustomFieldDefinitionBySlug
1045
1051
  * @summary: Update custom field definition
1046
- * @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/).
1052
+ * @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/).
1047
1053
  */
1048
- updateAppCustomFieldDefinition({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
1054
+ updateAppCustomFieldDefinitionBySlug({ slug, resource, namespace, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomFieldDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomFieldDefinitionDetailResSchema>;
1049
1055
  /**
1050
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectParam} arg
1056
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam} arg
1051
1057
  * - Arg object
1052
1058
  *
1053
1059
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1054
1060
  * @param {import("../PlatformAPIClient").Options} - Options
1055
- * @returns {Promise<ContentPlatformModel.CustomObjectSchema>} - Success response
1056
- * @name updateAppCustomObject
1061
+ * @returns {Promise<ContentPlatformModel.CustomObjectBySlugSchema>} -
1062
+ * Success response
1063
+ * @name updateAppCustomObjectBySlug
1057
1064
  * @summary: Update custom object details
1058
- * @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObject/).
1065
+ * @description: Custom object entries can be updated using this endpoint. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateAppCustomObjectBySlug/).
1059
1066
  */
1060
- updateAppCustomObject({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectSchema>;
1067
+ updateAppCustomObjectBySlug({ definitionSlug, slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectBySlugSchema>;
1061
1068
  /**
1062
- * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam} arg
1069
+ * @param {ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam} arg
1063
1070
  * - Arg object
1064
1071
  *
1065
1072
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1066
1073
  * @param {import("../PlatformAPIClient").Options} - Options
1067
- * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSchema>} -
1068
- * Success response
1069
- * @name updateAppCustomObjectDefinition
1074
+ * @returns {Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>}
1075
+ * - Success response
1076
+ *
1077
+ * @name updateAppCustomObjectDefinitionBySlug
1070
1078
  * @summary: Update custom object definition
1071
- * @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/).
1079
+ * @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/).
1080
+ */
1081
+ updateAppCustomObjectDefinitionBySlug({ slug, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionBySlugParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSlugSchema>;
1082
+ /**
1083
+ * @param {ContentPlatformApplicationValidator.UpdateApplicationLanguageStatusParam} arg
1084
+ * - Arg object
1085
+ *
1086
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1087
+ * @param {import("../PlatformAPIClient").Options} - Options
1088
+ * @returns {Promise<ContentPlatformModel.ApplicationLanguage>} - Success response
1089
+ * @name updateApplicationLanguageStatus
1090
+ * @summary: Set app language
1091
+ * @description: Update language status and settings for the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateApplicationLanguageStatus/).
1072
1092
  */
1073
- updateAppCustomObjectDefinition({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateAppCustomObjectDefinitionParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CustomObjectDefinitionSchema>;
1093
+ updateApplicationLanguageStatus({ locale, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateApplicationLanguageStatusParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ApplicationLanguage>;
1094
+ /**
1095
+ * @param {ContentPlatformApplicationValidator.UpdateApplicationResourceTranslationParam} arg
1096
+ * - Arg object
1097
+ *
1098
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1099
+ * @param {import("../PlatformAPIClient").Options} - Options
1100
+ * @returns {Promise<ContentPlatformModel.ResourceTranslation>} - Success response
1101
+ * @name updateApplicationResourceTranslation
1102
+ * @summary: Update app translation
1103
+ * @description: Update existing translations for application resources. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateApplicationResourceTranslation/).
1104
+ */
1105
+ updateApplicationResourceTranslation({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateApplicationResourceTranslationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourceTranslation>;
1074
1106
  /**
1075
1107
  * @param {ContentPlatformApplicationValidator.UpdateBlogParam} arg - Arg object
1076
1108
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1111,8 +1143,8 @@ declare class Content {
1111
1143
  * @param {import("../PlatformAPIClient").Options} - Options
1112
1144
  * @returns {Promise<ContentPlatformModel.TagsSchema>} - Success response
1113
1145
  * @name updateInjectableTag
1114
- * @summary: Update HTML Tags
1115
- * @description: Use this API to edit all HTML Tags present - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateInjectableTag/).
1146
+ * @summary: Update HTML tag
1147
+ * @description: Modify settings for an injectable tag. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateInjectableTag/).
1116
1148
  */
1117
1149
  updateInjectableTag({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateInjectableTagParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TagsSchema>;
1118
1150
  /**
@@ -1177,12 +1209,12 @@ declare class Content {
1177
1209
  *
1178
1210
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1179
1211
  * @param {import("../PlatformAPIClient").Options} - Options
1180
- * @returns {Promise<ContentPlatformModel.CreatePathMappingSchema>} - Success response
1212
+ * @returns {Promise<ContentPlatformModel.PathMappingSchema>} - Success response
1181
1213
  * @name updatePathRedirectionRules
1182
1214
  * @summary: Update path redirection rule
1183
1215
  * @description: Modify settings for path redirection rules. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updatePathRedirectionRules/).
1184
1216
  */
1185
- updatePathRedirectionRules({ pathId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.CreatePathMappingSchema>;
1217
+ updatePathRedirectionRules({ pathId, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdatePathRedirectionRulesParam, { responseHeaders }?: object): Promise<ContentPlatformModel.PathMappingSchema>;
1186
1218
  /**
1187
1219
  * @param {ContentPlatformApplicationValidator.UpdateSEOConfigurationParam} arg
1188
1220
  * - Arg object
@@ -1207,7 +1239,31 @@ declare class Content {
1207
1239
  * @description: Modify information related to customer support. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateSupportInformation/).
1208
1240
  */
1209
1241
  updateSupportInformation({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateSupportInformationParam, { responseHeaders }?: object): Promise<ContentPlatformModel.Support>;
1242
+ /**
1243
+ * @param {ContentPlatformApplicationValidator.UpdateTranslateUILabelsParam} arg
1244
+ * - Arg object
1245
+ *
1246
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1247
+ * @param {import("../PlatformAPIClient").Options} - Options
1248
+ * @returns {Promise<ContentPlatformModel.TranslateUiLabels>} - Success response
1249
+ * @name updateTranslateUILabels
1250
+ * @summary: Update Resource Detail
1251
+ * @description: Modifies existing Translate Ui Labels properties including locale, type, and associated configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/updateTranslateUILabels/).
1252
+ */
1253
+ updateTranslateUILabels({ id, body, requestHeaders }?: ContentPlatformApplicationValidator.UpdateTranslateUILabelsParam, { responseHeaders }?: object): Promise<ContentPlatformModel.TranslateUiLabels>;
1254
+ /**
1255
+ * @param {ContentPlatformApplicationValidator.UpsertApplicationResourceTranslationInBulkParam} arg
1256
+ * - Arg object
1257
+ *
1258
+ * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1259
+ * @param {import("../PlatformAPIClient").Options} - Options
1260
+ * @returns {Promise<ContentPlatformModel.ResourceTranslationBulkUpsert>} -
1261
+ * Success response
1262
+ * @name upsertApplicationResourceTranslationInBulk
1263
+ * @summary: Bulk update translations
1264
+ * @description: Create or update multiple translations in a single request. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/content/upsertApplicationResourceTranslationInBulk/).
1265
+ */
1266
+ upsertApplicationResourceTranslationInBulk({ body, requestHeaders }?: ContentPlatformApplicationValidator.UpsertApplicationResourceTranslationInBulkParam, { responseHeaders }?: object): Promise<ContentPlatformModel.ResourceTranslationBulkUpsert>;
1210
1267
  }
1211
1268
  import ContentPlatformApplicationValidator = require("./ContentPlatformApplicationValidator");
1212
1269
  import ContentPlatformModel = require("./ContentPlatformModel");
1213
- import Paginator = require("../../common/Paginator");