@gofynd/fdk-client-javascript 1.4.14 → 1.4.15-beta.1

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 (294) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/ApplicationClient.d.ts +0 -2
  4. package/sdk/application/ApplicationClient.js +0 -2
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +53 -60
  6. package/sdk/application/Cart/CartApplicationClient.js +53 -130
  7. package/sdk/application/Cart/CartApplicationModel.d.ts +143 -489
  8. package/sdk/application/Cart/CartApplicationModel.js +159 -380
  9. package/sdk/application/Cart/CartApplicationValidator.d.ts +19 -38
  10. package/sdk/application/Cart/CartApplicationValidator.js +18 -34
  11. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +68 -88
  12. package/sdk/application/Catalog/CatalogApplicationClient.js +94 -114
  13. package/sdk/application/Catalog/CatalogApplicationModel.d.ts +142 -194
  14. package/sdk/application/Catalog/CatalogApplicationModel.js +133 -171
  15. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -3
  16. package/sdk/application/Common/CommonApplicationClient.js +5 -6
  17. package/sdk/application/Common/CommonApplicationModel.d.ts +9 -9
  18. package/sdk/application/Common/CommonApplicationModel.js +6 -6
  19. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +27 -34
  20. package/sdk/application/Configuration/ConfigurationApplicationClient.js +27 -34
  21. package/sdk/application/Configuration/ConfigurationApplicationModel.d.ts +57 -45
  22. package/sdk/application/Configuration/ConfigurationApplicationModel.js +47 -35
  23. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +2 -2
  24. package/sdk/application/Configuration/ConfigurationApplicationValidator.js +2 -2
  25. package/sdk/application/Content/ContentApplicationClient.d.ts +33 -23
  26. package/sdk/application/Content/ContentApplicationClient.js +75 -54
  27. package/sdk/application/Content/ContentApplicationModel.d.ts +37 -93
  28. package/sdk/application/Content/ContentApplicationModel.js +32 -83
  29. package/sdk/application/Content/ContentApplicationValidator.d.ts +17 -23
  30. package/sdk/application/Content/ContentApplicationValidator.js +10 -15
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +8 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationClient.js +13 -14
  33. package/sdk/application/FileStorage/FileStorageApplicationModel.d.ts +25 -23
  34. package/sdk/application/FileStorage/FileStorageApplicationModel.js +18 -16
  35. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +6 -6
  36. package/sdk/application/FileStorage/FileStorageApplicationValidator.js +6 -6
  37. package/sdk/application/Lead/LeadApplicationClient.d.ts +3 -2
  38. package/sdk/application/Lead/LeadApplicationClient.js +3 -2
  39. package/sdk/application/Lead/LeadApplicationModel.d.ts +11 -11
  40. package/sdk/application/Lead/LeadApplicationModel.js +19 -19
  41. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +16 -39
  42. package/sdk/application/Logistic/LogisticApplicationClient.js +21 -189
  43. package/sdk/application/Logistic/LogisticApplicationModel.d.ts +173 -532
  44. package/sdk/application/Logistic/LogisticApplicationModel.js +139 -409
  45. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +9 -54
  46. package/sdk/application/Logistic/LogisticApplicationValidator.js +8 -42
  47. package/sdk/application/Order/OrderApplicationClient.d.ts +10 -24
  48. package/sdk/application/Order/OrderApplicationClient.js +13 -96
  49. package/sdk/application/Order/OrderApplicationModel.d.ts +120 -436
  50. package/sdk/application/Order/OrderApplicationModel.js +81 -279
  51. package/sdk/application/Order/OrderApplicationValidator.d.ts +3 -17
  52. package/sdk/application/Order/OrderApplicationValidator.js +2 -15
  53. package/sdk/application/Payment/PaymentApplicationClient.d.ts +99 -96
  54. package/sdk/application/Payment/PaymentApplicationClient.js +114 -111
  55. package/sdk/application/Payment/PaymentApplicationModel.d.ts +289 -293
  56. package/sdk/application/Payment/PaymentApplicationModel.js +241 -243
  57. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +46 -46
  58. package/sdk/application/Payment/PaymentApplicationValidator.js +46 -46
  59. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +16 -13
  60. package/sdk/application/Rewards/RewardsApplicationClient.js +22 -19
  61. package/sdk/application/Rewards/RewardsApplicationModel.d.ts +37 -37
  62. package/sdk/application/Rewards/RewardsApplicationModel.js +29 -29
  63. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +6 -6
  64. package/sdk/application/Rewards/RewardsApplicationValidator.js +6 -6
  65. package/sdk/application/Share/ShareApplicationModel.js +1 -1
  66. package/sdk/application/Theme/ThemeApplicationClient.d.ts +2 -2
  67. package/sdk/application/Theme/ThemeApplicationClient.js +6 -8
  68. package/sdk/application/Theme/ThemeApplicationModel.d.ts +17 -48
  69. package/sdk/application/Theme/ThemeApplicationModel.js +22 -42
  70. package/sdk/application/Theme/ThemeApplicationValidator.d.ts +3 -16
  71. package/sdk/application/Theme/ThemeApplicationValidator.js +2 -9
  72. package/sdk/application/User/UserApplicationClient.d.ts +10 -10
  73. package/sdk/application/User/UserApplicationClient.js +10 -10
  74. package/sdk/application/User/UserApplicationModel.d.ts +17 -17
  75. package/sdk/application/User/UserApplicationModel.js +16 -16
  76. package/sdk/application/User/UserApplicationValidator.d.ts +2 -2
  77. package/sdk/application/User/UserApplicationValidator.js +2 -2
  78. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +4 -4
  79. package/sdk/application/Webhook/WebhookApplicationClient.js +4 -4
  80. package/sdk/application/Webhook/WebhookApplicationModel.d.ts +9 -11
  81. package/sdk/application/Webhook/WebhookApplicationModel.js +6 -8
  82. package/sdk/application/Webhook/WebhookApplicationValidator.d.ts +2 -2
  83. package/sdk/application/Webhook/WebhookApplicationValidator.js +2 -2
  84. package/sdk/application/index.d.ts +0 -1
  85. package/sdk/application/index.js +0 -2
  86. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +12 -86
  87. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +24 -582
  88. package/sdk/partner/FileStorage/FileStoragePartnerModel.d.ts +19 -116
  89. package/sdk/partner/FileStorage/FileStoragePartnerModel.js +14 -121
  90. package/sdk/partner/FileStorage/FileStoragePartnerValidator.d.ts +1 -8
  91. package/sdk/partner/FileStorage/FileStoragePartnerValidator.js +4 -51
  92. package/sdk/partner/Lead/LeadPartnerClient.d.ts +2 -2
  93. package/sdk/partner/Lead/LeadPartnerClient.js +2 -2
  94. package/sdk/partner/Lead/LeadPartnerModel.d.ts +5 -5
  95. package/sdk/partner/Lead/LeadPartnerModel.js +15 -15
  96. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +20 -126
  97. package/sdk/partner/Logistics/LogisticsPartnerClient.js +20 -970
  98. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +85 -767
  99. package/sdk/partner/Logistics/LogisticsPartnerModel.js +76 -429
  100. package/sdk/partner/Logistics/LogisticsPartnerValidator.d.ts +0 -10
  101. package/sdk/partner/Logistics/LogisticsPartnerValidator.js +6 -120
  102. package/sdk/partner/Theme/ThemePartnerClient.d.ts +10 -8
  103. package/sdk/partner/Theme/ThemePartnerClient.js +16 -14
  104. package/sdk/partner/Theme/ThemePartnerModel.d.ts +37 -96
  105. package/sdk/partner/Theme/ThemePartnerModel.js +36 -90
  106. package/sdk/partner/Theme/ThemePartnerValidator.js +4 -4
  107. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +18 -28
  108. package/sdk/partner/Webhook/WebhookPartnerClient.js +18 -103
  109. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +179 -612
  110. package/sdk/partner/Webhook/WebhookPartnerModel.js +150 -253
  111. package/sdk/partner/Webhook/WebhookPartnerValidator.d.ts +0 -1
  112. package/sdk/partner/Webhook/WebhookPartnerValidator.js +3 -11
  113. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +4 -5
  114. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +8 -14
  115. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +9 -59
  116. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +4 -40
  117. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +32 -2
  118. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +243 -3
  119. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.d.ts +130 -11
  120. package/sdk/platform/AuditTrail/AuditTrailPlatformModel.js +152 -12
  121. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +39 -1
  122. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.js +35 -0
  123. package/sdk/platform/Billing/BillingPlatformClient.d.ts +12 -12
  124. package/sdk/platform/Billing/BillingPlatformClient.js +15 -15
  125. package/sdk/platform/Billing/BillingPlatformModel.d.ts +388 -443
  126. package/sdk/platform/Billing/BillingPlatformModel.js +263 -280
  127. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +18 -16
  128. package/sdk/platform/Billing/BillingPlatformValidator.js +9 -8
  129. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +103 -134
  130. package/sdk/platform/Cart/CartPlatformApplicationClient.js +112 -407
  131. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +65 -111
  132. package/sdk/platform/Cart/CartPlatformApplicationValidator.js +44 -106
  133. package/sdk/platform/Cart/CartPlatformModel.d.ts +1304 -4979
  134. package/sdk/platform/Cart/CartPlatformModel.js +1217 -1922
  135. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +183 -208
  136. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +358 -383
  137. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +126 -122
  138. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.js +68 -66
  139. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +118 -141
  140. package/sdk/platform/Catalog/CatalogPlatformClient.js +170 -193
  141. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +1751 -1501
  142. package/sdk/platform/Catalog/CatalogPlatformModel.js +1224 -1393
  143. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +18 -18
  144. package/sdk/platform/Catalog/CatalogPlatformValidator.js +18 -18
  145. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -3
  146. package/sdk/platform/Common/CommonPlatformClient.js +2 -3
  147. package/sdk/platform/Common/CommonPlatformModel.d.ts +9 -9
  148. package/sdk/platform/Common/CommonPlatformModel.js +6 -6
  149. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +17 -16
  150. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +17 -16
  151. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +8 -8
  152. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.js +8 -8
  153. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +33 -43
  154. package/sdk/platform/Communication/CommunicationPlatformModel.js +34 -38
  155. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +42 -46
  156. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +43 -47
  157. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +223 -223
  158. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +212 -210
  159. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +12 -12
  160. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.js +12 -12
  161. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +33 -46
  162. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +54 -67
  163. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +18 -18
  164. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.js +18 -18
  165. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +24 -45
  166. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +30 -134
  167. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +124 -283
  168. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +94 -219
  169. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +9 -37
  170. package/sdk/platform/Configuration/ConfigurationPlatformValidator.js +8 -27
  171. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +141 -124
  172. package/sdk/platform/Content/ContentPlatformApplicationClient.js +422 -449
  173. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +141 -179
  174. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +130 -168
  175. package/sdk/platform/Content/ContentPlatformClient.d.ts +106 -142
  176. package/sdk/platform/Content/ContentPlatformClient.js +336 -523
  177. package/sdk/platform/Content/ContentPlatformModel.d.ts +395 -1241
  178. package/sdk/platform/Content/ContentPlatformModel.js +390 -521
  179. package/sdk/platform/Content/ContentPlatformValidator.d.ts +117 -168
  180. package/sdk/platform/Content/ContentPlatformValidator.js +108 -162
  181. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +12 -14
  182. package/sdk/platform/Discount/DiscountPlatformClient.js +12 -14
  183. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +13 -13
  184. package/sdk/platform/Discount/DiscountPlatformModel.js +12 -12
  185. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +2 -2
  186. package/sdk/platform/Discount/DiscountPlatformValidator.js +2 -2
  187. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +36 -94
  188. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +60 -462
  189. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +15 -62
  190. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.js +13 -75
  191. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +19 -19
  192. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +21 -21
  193. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +101 -370
  194. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +84 -313
  195. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +6 -6
  196. package/sdk/platform/FileStorage/FileStoragePlatformValidator.js +6 -6
  197. package/sdk/platform/Finance/FinancePlatformClient.d.ts +320 -0
  198. package/sdk/platform/Finance/FinancePlatformClient.js +2333 -0
  199. package/sdk/platform/Finance/FinancePlatformModel.d.ts +2890 -0
  200. package/sdk/platform/Finance/FinancePlatformModel.js +2148 -0
  201. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +284 -0
  202. package/sdk/platform/Finance/FinancePlatformValidator.js +354 -0
  203. package/sdk/platform/Lead/LeadPlatformClient.d.ts +2 -2
  204. package/sdk/platform/Lead/LeadPlatformClient.js +2 -2
  205. package/sdk/platform/Lead/LeadPlatformModel.d.ts +5 -5
  206. package/sdk/platform/Lead/LeadPlatformModel.js +16 -16
  207. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +4 -15
  208. package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -83
  209. package/sdk/platform/Order/OrderPlatformApplicationValidator.d.ts +4 -25
  210. package/sdk/platform/Order/OrderPlatformApplicationValidator.js +3 -16
  211. package/sdk/platform/Order/OrderPlatformClient.d.ts +97 -178
  212. package/sdk/platform/Order/OrderPlatformClient.js +245 -597
  213. package/sdk/platform/Order/OrderPlatformModel.d.ts +3071 -5449
  214. package/sdk/platform/Order/OrderPlatformModel.js +1656 -3501
  215. package/sdk/platform/Order/OrderPlatformValidator.d.ts +190 -237
  216. package/sdk/platform/Order/OrderPlatformValidator.js +105 -153
  217. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +4 -6
  218. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +7 -9
  219. package/sdk/platform/Partner/PartnerPlatformModel.d.ts +9 -9
  220. package/sdk/platform/Partner/PartnerPlatformModel.js +8 -8
  221. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +106 -94
  222. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +146 -131
  223. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +93 -64
  224. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.js +70 -62
  225. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +20 -20
  226. package/sdk/platform/Payment/PaymentPlatformClient.js +20 -20
  227. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +507 -386
  228. package/sdk/platform/Payment/PaymentPlatformModel.js +376 -323
  229. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +10 -10
  230. package/sdk/platform/Payment/PaymentPlatformValidator.js +10 -10
  231. package/sdk/platform/PlatformClient.d.ts +2 -0
  232. package/sdk/platform/PlatformClient.js +4 -0
  233. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +2 -2
  234. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +2 -2
  235. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +2 -2
  236. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.js +2 -2
  237. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +9 -9
  238. package/sdk/platform/Rewards/RewardsPlatformModel.js +8 -8
  239. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +35 -45
  240. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -117
  241. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +13 -22
  242. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.js +12 -24
  243. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +46 -40
  244. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +64 -58
  245. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +341 -602
  246. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +284 -483
  247. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +8 -8
  248. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.js +8 -8
  249. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +2 -2
  250. package/sdk/platform/Share/SharePlatformApplicationClient.js +2 -2
  251. package/sdk/platform/Share/SharePlatformModel.d.ts +5 -36
  252. package/sdk/platform/Share/SharePlatformModel.js +4 -27
  253. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +3 -3
  254. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +4 -8
  255. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +0 -5
  256. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -2
  257. package/sdk/platform/Theme/ThemePlatformModel.d.ts +11 -37
  258. package/sdk/platform/Theme/ThemePlatformModel.js +15 -33
  259. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +12 -12
  260. package/sdk/platform/User/UserPlatformApplicationClient.js +12 -12
  261. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +2 -2
  262. package/sdk/platform/User/UserPlatformApplicationValidator.js +2 -2
  263. package/sdk/platform/User/UserPlatformModel.d.ts +21 -21
  264. package/sdk/platform/User/UserPlatformModel.js +23 -23
  265. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +78 -25
  266. package/sdk/platform/Webhook/WebhookPlatformClient.js +470 -75
  267. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +427 -720
  268. package/sdk/platform/Webhook/WebhookPlatformModel.js +386 -410
  269. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +55 -10
  270. package/sdk/platform/Webhook/WebhookPlatformValidator.js +72 -12
  271. package/sdk/platform/index.d.ts +1 -0
  272. package/sdk/platform/index.js +2 -0
  273. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -3
  274. package/sdk/public/Configuration/ConfigurationPublicClient.js +5 -6
  275. package/sdk/public/Configuration/ConfigurationPublicModel.d.ts +9 -9
  276. package/sdk/public/Configuration/ConfigurationPublicModel.js +6 -6
  277. package/sdk/public/Content/ContentPublicClient.d.ts +2 -112
  278. package/sdk/public/Content/ContentPublicClient.js +5 -791
  279. package/sdk/public/Content/ContentPublicModel.d.ts +3 -549
  280. package/sdk/public/Content/ContentPublicModel.js +3 -649
  281. package/sdk/public/Content/ContentPublicValidator.d.ts +3 -69
  282. package/sdk/public/Content/ContentPublicValidator.js +2 -88
  283. package/sdk/public/Webhook/WebhookPublicClient.d.ts +8 -8
  284. package/sdk/public/Webhook/WebhookPublicClient.js +8 -8
  285. package/sdk/public/Webhook/WebhookPublicModel.d.ts +21 -21
  286. package/sdk/public/Webhook/WebhookPublicModel.js +15 -15
  287. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +4 -4
  288. package/sdk/public/Webhook/WebhookPublicValidator.js +4 -4
  289. package/sdk/application/Finance/FinanceApplicationClient.d.ts +0 -36
  290. package/sdk/application/Finance/FinanceApplicationClient.js +0 -202
  291. package/sdk/application/Finance/FinanceApplicationModel.d.ts +0 -289
  292. package/sdk/application/Finance/FinanceApplicationModel.js +0 -208
  293. package/sdk/application/Finance/FinanceApplicationValidator.d.ts +0 -25
  294. package/sdk/application/Finance/FinanceApplicationValidator.js +0 -31
@@ -21,14 +21,18 @@ export = ContentPlatformApplicationValidator;
21
21
  * @property {ContentPlatformModel.AdminAnnouncementSchema} body
22
22
  */
23
23
  /**
24
- * @typedef CreateAppCustomFieldDefinitionParam
24
+ * @typedef CreateAppCustomFieldByResourceIdParam
25
25
  * @property {string} resource
26
+ * @property {string} resourceId
27
+ * @property {ContentPlatformModel.CustomFieldRequestSchema} body
28
+ */
29
+ /**
30
+ * @typedef CreateAppCustomFieldDefinitionParam
26
31
  * @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
27
32
  */
28
33
  /**
29
- * @typedef CreateAppCustomObjectBySlugParam
30
- * @property {string} definitionSlug
31
- * @property {ContentPlatformModel.CustomObjectRequestSchemaWithoutId} body
34
+ * @typedef CreateAppCustomObjectParam
35
+ * @property {ContentPlatformModel.CustomObjectRequestSchema} body
32
36
  */
33
37
  /**
34
38
  * @typedef CreateAppCustomObjectDefinitionParam
@@ -36,7 +40,7 @@ export = ContentPlatformApplicationValidator;
36
40
  */
37
41
  /**
38
42
  * @typedef CreateBlogParam
39
- * @property {ContentPlatformModel.BlogPayload} body
43
+ * @property {ContentPlatformModel.BlogRequest} body
40
44
  */
41
45
  /**
42
46
  * @typedef CreateFaqCategoryParam
@@ -48,15 +52,15 @@ export = ContentPlatformApplicationValidator;
48
52
  */
49
53
  /**
50
54
  * @typedef CreateNavigationParam
51
- * @property {ContentPlatformModel.NavigationPayload} body
55
+ * @property {ContentPlatformModel.NavigationRequest} body
52
56
  */
53
57
  /**
54
58
  * @typedef CreatePageParam
55
- * @property {ContentPlatformModel.PagePayload} body
59
+ * @property {ContentPlatformModel.PageRequest} body
56
60
  */
57
61
  /**
58
62
  * @typedef CreatePagePreviewParam
59
- * @property {ContentPlatformModel.PagePayload} body
63
+ * @property {ContentPlatformModel.PageRequest} body
60
64
  */
61
65
  /**
62
66
  * @typedef CreateSEOMarkupSchemaParam
@@ -64,26 +68,23 @@ export = ContentPlatformApplicationValidator;
64
68
  */
65
69
  /**
66
70
  * @typedef CreateSlideshowParam
67
- * @property {ContentPlatformModel.SlideshowPayload} body
71
+ * @property {ContentPlatformModel.SlideshowRequest} body
68
72
  */
69
73
  /**
70
74
  * @typedef DeleteAnnouncementParam
71
75
  * @property {string} announcementId - ID allotted to the announcement.
72
76
  */
73
77
  /**
74
- * @typedef DeleteAppCustomFieldDefinitionBySlugParam
75
- * @property {string} slug
76
- * @property {string} resource
77
- * @property {string} namespace
78
+ * @typedef DeleteAppCustomFieldDefinitionParam
79
+ * @property {string} definitionId
78
80
  */
79
81
  /**
80
- * @typedef DeleteAppCustomObjectBySlugParam
81
- * @property {string} definitionSlug
82
- * @property {string} slug
82
+ * @typedef DeleteAppCustomObjectParam
83
+ * @property {string} metaobjectId
83
84
  */
84
85
  /**
85
- * @typedef DeleteAppCustomObjectDefinitionBySlugParam
86
- * @property {string} slug
86
+ * @typedef DeleteAppCustomObjectDefinitionParam
87
+ * @property {string} definitionId
87
88
  */
88
89
  /**
89
90
  * @typedef DeleteBlogParam
@@ -144,8 +145,8 @@ export = ContentPlatformApplicationValidator;
144
145
  * @property {ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody} body
145
146
  */
146
147
  /**
147
- * @typedef ExportAppCustomObjectEntriesBySlugParam
148
- * @property {string} slug
148
+ * @typedef ExportAppCustomObjectEntriesParam
149
+ * @property {string} definitionId
149
150
  */
150
151
  /**
151
152
  * @typedef GenerateSEOTitleParam
@@ -166,45 +167,34 @@ export = ContentPlatformApplicationValidator;
166
167
  * Default value is 10.
167
168
  */
168
169
  /**
169
- * @typedef GetAppCustomFieldDefinitionByResourceParam
170
- * @property {string} pageNo
171
- * @property {string} pageSize
172
- * @property {string} resource
173
- * @property {string} [types]
174
- * @property {string} [search]
175
- * @property {string} [slugs]
176
- * @property {string} [namespaces]
177
- */
178
- /**
179
- * @typedef GetAppCustomFieldDefinitionBySlugParam
180
- * @property {string} slug
181
- * @property {string} resource
182
- * @property {string} namespace
170
+ * @typedef GetAppCustomFieldDefinitionParam
171
+ * @property {string} definitionId
183
172
  */
184
173
  /**
185
174
  * @typedef GetAppCustomFieldDefinitionsParam
186
175
  * @property {string} pageNo
187
176
  * @property {string} pageSize
188
- * @property {string} [resources]
189
- * @property {string} [types]
177
+ * @property {string} [resource]
178
+ * @property {string} [type]
190
179
  * @property {string} [search]
191
- * @property {string} [slugs]
192
- * @property {string} [namespaces]
193
180
  */
194
181
  /** @typedef GetAppCustomFieldTypesParam */
195
182
  /**
196
- * @typedef GetAppCustomFieldsByResourceSlugParam
183
+ * @typedef GetAppCustomFieldsParam
197
184
  * @property {string} resource
198
- * @property {string} resourceSlug
199
185
  */
200
186
  /**
201
- * @typedef GetAppCustomObjectBySlugParam
202
- * @property {string} definitionSlug
203
- * @property {string} slug
187
+ * @typedef GetAppCustomFieldsByResourceIdParam
188
+ * @property {string} resource
189
+ * @property {string} resourceId
204
190
  */
205
191
  /**
206
- * @typedef GetAppCustomObjectDefinitionBySlugParam
207
- * @property {string} slug
192
+ * @typedef GetAppCustomObjectParam
193
+ * @property {string} metaobjectId
194
+ */
195
+ /**
196
+ * @typedef GetAppCustomObjectDefinitionParam
197
+ * @property {string} definitionId
208
198
  */
209
199
  /**
210
200
  * @typedef GetAppCustomObjectDefinitionsParam
@@ -213,10 +203,10 @@ export = ContentPlatformApplicationValidator;
213
203
  * @property {string} [search]
214
204
  */
215
205
  /**
216
- * @typedef GetAppCustomObjectsBySlugParam
206
+ * @typedef GetAppCustomObjectsParam
207
+ * @property {string} [definitionId]
217
208
  * @property {string} pageNo
218
209
  * @property {string} pageSize
219
- * @property {string} definitionSlug
220
210
  */
221
211
  /**
222
212
  * @typedef GetAppJobsParam
@@ -288,8 +278,8 @@ export = ContentPlatformApplicationValidator;
288
278
  * @typedef GetNavigationBySlugParam
289
279
  * @property {string} slug - A short, human-readable, URL-friendly identifier of
290
280
  * a navigation. You can get slug value of a navigation from `getNavigations` API.
291
- * @property {string} [devicePlatform] - Filter navigations by platform.
292
- * Acceptable values are: web, android, ios.
281
+ * @property {string} devicePlatform - Filter navigations by platform.
282
+ * Acceptable values are: web, android, ios, all
293
283
  */
294
284
  /**
295
285
  * @typedef GetNavigationsParam
@@ -358,8 +348,8 @@ export = ContentPlatformApplicationValidator;
358
348
  */
359
349
  /** @typedef GetSupportInformationParam */
360
350
  /**
361
- * @typedef ImportAppCustomObjectEntriesBySlugParam
362
- * @property {string} slug
351
+ * @typedef ImportAppCustomObjectEntriesParam
352
+ * @property {string} definitionId
363
353
  * @property {ContentPlatformModel.CustomObjectBulkSchema} body
364
354
  */
365
355
  /**
@@ -372,8 +362,8 @@ export = ContentPlatformApplicationValidator;
372
362
  * @property {string} operationId - Name of operation id of the service.
373
363
  */
374
364
  /**
375
- * @typedef SampleAppCustomObjectBulkEntryBySlugParam
376
- * @property {string} slug
365
+ * @typedef SampleAppCustomObjectBulkEntryParam
366
+ * @property {string} definitionId
377
367
  */
378
368
  /**
379
369
  * @typedef SelectDataLoaderParam
@@ -390,33 +380,24 @@ export = ContentPlatformApplicationValidator;
390
380
  * @property {ContentPlatformModel.ScheduleSchema} body
391
381
  */
392
382
  /**
393
- * @typedef UpdateAppCustomFieldByResourceSlugParam
394
- * @property {string} resource
395
- * @property {string} resourceSlug
396
- * @property {ContentPlatformModel.CustomFieldRequestSchema} body
397
- */
398
- /**
399
- * @typedef UpdateAppCustomFieldDefinitionBySlugParam
400
- * @property {string} slug
401
- * @property {string} resource
402
- * @property {string} namespace
383
+ * @typedef UpdateAppCustomFieldDefinitionParam
384
+ * @property {string} definitionId
403
385
  * @property {ContentPlatformModel.CustomFieldDefinitionRequestSchema} body
404
386
  */
405
387
  /**
406
- * @typedef UpdateAppCustomObjectBySlugParam
407
- * @property {string} definitionSlug
408
- * @property {string} slug
409
- * @property {ContentPlatformModel.CustomObjectRequestSchemaWithoutId} body
388
+ * @typedef UpdateAppCustomObjectParam
389
+ * @property {string} metaobjectId
390
+ * @property {ContentPlatformModel.CustomObjectRequestSchema} body
410
391
  */
411
392
  /**
412
- * @typedef UpdateAppCustomObjectDefinitionBySlugParam
413
- * @property {string} slug
393
+ * @typedef UpdateAppCustomObjectDefinitionParam
394
+ * @property {string} definitionId
414
395
  * @property {ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema} body
415
396
  */
416
397
  /**
417
398
  * @typedef UpdateBlogParam
418
399
  * @property {string} id - ID allotted to the blog.
419
- * @property {ContentPlatformModel.BlogPayload} body
400
+ * @property {ContentPlatformModel.BlogRequest} body
420
401
  */
421
402
  /**
422
403
  * @typedef UpdateFaqParam
@@ -445,7 +426,7 @@ export = ContentPlatformApplicationValidator;
445
426
  /**
446
427
  * @typedef UpdateNavigationParam
447
428
  * @property {string} id - ID allotted to the navigation.
448
- * @property {ContentPlatformModel.NavigationPayload} body
429
+ * @property {ContentPlatformModel.NavigationRequest} body
449
430
  */
450
431
  /**
451
432
  * @typedef UpdatePageParam
@@ -456,7 +437,7 @@ export = ContentPlatformApplicationValidator;
456
437
  * @typedef UpdatePagePreviewParam
457
438
  * @property {string} slug - A short, human-readable, URL-friendly identifier of
458
439
  * a page. You can get slug value of a page from `getPages` API.
459
- * @property {ContentPlatformModel.PagePublishPayload} body
440
+ * @property {ContentPlatformModel.PagePublishRequest} body
460
441
  */
461
442
  /**
462
443
  * @typedef UpdatePathRedirectionRulesParam
@@ -470,7 +451,7 @@ export = ContentPlatformApplicationValidator;
470
451
  /**
471
452
  * @typedef UpdateSlideshowParam
472
453
  * @property {string} id - ID allotted to the slideshow.
473
- * @property {ContentPlatformModel.SlideshowPayload} body
454
+ * @property {ContentPlatformModel.SlideshowRequest} body
474
455
  */
475
456
  /**
476
457
  * @typedef UpdateSupportInformationParam
@@ -487,10 +468,12 @@ declare class ContentPlatformApplicationValidator {
487
468
  static addPathRedirectionRules(): AddPathRedirectionRulesParam;
488
469
  /** @returns {CreateAnnouncementParam} */
489
470
  static createAnnouncement(): CreateAnnouncementParam;
471
+ /** @returns {CreateAppCustomFieldByResourceIdParam} */
472
+ static createAppCustomFieldByResourceId(): CreateAppCustomFieldByResourceIdParam;
490
473
  /** @returns {CreateAppCustomFieldDefinitionParam} */
491
474
  static createAppCustomFieldDefinition(): CreateAppCustomFieldDefinitionParam;
492
- /** @returns {CreateAppCustomObjectBySlugParam} */
493
- static createAppCustomObjectBySlug(): CreateAppCustomObjectBySlugParam;
475
+ /** @returns {CreateAppCustomObjectParam} */
476
+ static createAppCustomObject(): CreateAppCustomObjectParam;
494
477
  /** @returns {CreateAppCustomObjectDefinitionParam} */
495
478
  static createAppCustomObjectDefinition(): CreateAppCustomObjectDefinitionParam;
496
479
  /** @returns {CreateBlogParam} */
@@ -511,12 +494,12 @@ declare class ContentPlatformApplicationValidator {
511
494
  static createSlideshow(): CreateSlideshowParam;
512
495
  /** @returns {DeleteAnnouncementParam} */
513
496
  static deleteAnnouncement(): DeleteAnnouncementParam;
514
- /** @returns {DeleteAppCustomFieldDefinitionBySlugParam} */
515
- static deleteAppCustomFieldDefinitionBySlug(): DeleteAppCustomFieldDefinitionBySlugParam;
516
- /** @returns {DeleteAppCustomObjectBySlugParam} */
517
- static deleteAppCustomObjectBySlug(): DeleteAppCustomObjectBySlugParam;
518
- /** @returns {DeleteAppCustomObjectDefinitionBySlugParam} */
519
- static deleteAppCustomObjectDefinitionBySlug(): DeleteAppCustomObjectDefinitionBySlugParam;
497
+ /** @returns {DeleteAppCustomFieldDefinitionParam} */
498
+ static deleteAppCustomFieldDefinition(): DeleteAppCustomFieldDefinitionParam;
499
+ /** @returns {DeleteAppCustomObjectParam} */
500
+ static deleteAppCustomObject(): DeleteAppCustomObjectParam;
501
+ /** @returns {DeleteAppCustomObjectDefinitionParam} */
502
+ static deleteAppCustomObjectDefinition(): DeleteAppCustomObjectDefinitionParam;
520
503
  /** @returns {DeleteBlogParam} */
521
504
  static deleteBlog(): DeleteBlogParam;
522
505
  /** @returns {DeleteDataLoaderParam} */
@@ -543,32 +526,32 @@ declare class ContentPlatformApplicationValidator {
543
526
  static editInjectableTag(): EditInjectableTagParam;
544
527
  /** @returns {EditSEOMarkupSchemaParam} */
545
528
  static editSEOMarkupSchema(): EditSEOMarkupSchemaParam;
546
- /** @returns {ExportAppCustomObjectEntriesBySlugParam} */
547
- static exportAppCustomObjectEntriesBySlug(): ExportAppCustomObjectEntriesBySlugParam;
529
+ /** @returns {ExportAppCustomObjectEntriesParam} */
530
+ static exportAppCustomObjectEntries(): ExportAppCustomObjectEntriesParam;
548
531
  /** @returns {GenerateSEOTitleParam} */
549
532
  static generateSEOTitle(): GenerateSEOTitleParam;
550
533
  /** @returns {GetAnnouncementByIdParam} */
551
534
  static getAnnouncementById(): GetAnnouncementByIdParam;
552
535
  /** @returns {GetAnnouncementsListParam} */
553
536
  static getAnnouncementsList(): GetAnnouncementsListParam;
554
- /** @returns {GetAppCustomFieldDefinitionByResourceParam} */
555
- static getAppCustomFieldDefinitionByResource(): GetAppCustomFieldDefinitionByResourceParam;
556
- /** @returns {GetAppCustomFieldDefinitionBySlugParam} */
557
- static getAppCustomFieldDefinitionBySlug(): GetAppCustomFieldDefinitionBySlugParam;
537
+ /** @returns {GetAppCustomFieldDefinitionParam} */
538
+ static getAppCustomFieldDefinition(): GetAppCustomFieldDefinitionParam;
558
539
  /** @returns {GetAppCustomFieldDefinitionsParam} */
559
540
  static getAppCustomFieldDefinitions(): GetAppCustomFieldDefinitionsParam;
560
541
  /** @returns {GetAppCustomFieldTypesParam} */
561
542
  static getAppCustomFieldTypes(): any;
562
- /** @returns {GetAppCustomFieldsByResourceSlugParam} */
563
- static getAppCustomFieldsByResourceSlug(): GetAppCustomFieldsByResourceSlugParam;
564
- /** @returns {GetAppCustomObjectBySlugParam} */
565
- static getAppCustomObjectBySlug(): GetAppCustomObjectBySlugParam;
566
- /** @returns {GetAppCustomObjectDefinitionBySlugParam} */
567
- static getAppCustomObjectDefinitionBySlug(): GetAppCustomObjectDefinitionBySlugParam;
543
+ /** @returns {GetAppCustomFieldsParam} */
544
+ static getAppCustomFields(): GetAppCustomFieldsParam;
545
+ /** @returns {GetAppCustomFieldsByResourceIdParam} */
546
+ static getAppCustomFieldsByResourceId(): GetAppCustomFieldsByResourceIdParam;
547
+ /** @returns {GetAppCustomObjectParam} */
548
+ static getAppCustomObject(): GetAppCustomObjectParam;
549
+ /** @returns {GetAppCustomObjectDefinitionParam} */
550
+ static getAppCustomObjectDefinition(): GetAppCustomObjectDefinitionParam;
568
551
  /** @returns {GetAppCustomObjectDefinitionsParam} */
569
552
  static getAppCustomObjectDefinitions(): GetAppCustomObjectDefinitionsParam;
570
- /** @returns {GetAppCustomObjectsBySlugParam} */
571
- static getAppCustomObjectsBySlug(): GetAppCustomObjectsBySlugParam;
553
+ /** @returns {GetAppCustomObjectsParam} */
554
+ static getAppCustomObjects(): GetAppCustomObjectsParam;
572
555
  /** @returns {GetAppJobsParam} */
573
556
  static getAppJobs(): GetAppJobsParam;
574
557
  /** @returns {GetAppResourcesParam} */
@@ -627,28 +610,26 @@ declare class ContentPlatformApplicationValidator {
627
610
  static getSlideshows(): GetSlideshowsParam;
628
611
  /** @returns {GetSupportInformationParam} */
629
612
  static getSupportInformation(): any;
630
- /** @returns {ImportAppCustomObjectEntriesBySlugParam} */
631
- static importAppCustomObjectEntriesBySlug(): ImportAppCustomObjectEntriesBySlugParam;
613
+ /** @returns {ImportAppCustomObjectEntriesParam} */
614
+ static importAppCustomObjectEntries(): ImportAppCustomObjectEntriesParam;
632
615
  /** @returns {RemoveInjectableTagParam} */
633
616
  static removeInjectableTag(): RemoveInjectableTagParam;
634
617
  /** @returns {ResetDataLoaderParam} */
635
618
  static resetDataLoader(): ResetDataLoaderParam;
636
- /** @returns {SampleAppCustomObjectBulkEntryBySlugParam} */
637
- static sampleAppCustomObjectBulkEntryBySlug(): SampleAppCustomObjectBulkEntryBySlugParam;
619
+ /** @returns {SampleAppCustomObjectBulkEntryParam} */
620
+ static sampleAppCustomObjectBulkEntry(): SampleAppCustomObjectBulkEntryParam;
638
621
  /** @returns {SelectDataLoaderParam} */
639
622
  static selectDataLoader(): SelectDataLoaderParam;
640
623
  /** @returns {UpdateAnnouncementParam} */
641
624
  static updateAnnouncement(): UpdateAnnouncementParam;
642
625
  /** @returns {UpdateAnnouncementScheduleParam} */
643
626
  static updateAnnouncementSchedule(): UpdateAnnouncementScheduleParam;
644
- /** @returns {UpdateAppCustomFieldByResourceSlugParam} */
645
- static updateAppCustomFieldByResourceSlug(): UpdateAppCustomFieldByResourceSlugParam;
646
- /** @returns {UpdateAppCustomFieldDefinitionBySlugParam} */
647
- static updateAppCustomFieldDefinitionBySlug(): UpdateAppCustomFieldDefinitionBySlugParam;
648
- /** @returns {UpdateAppCustomObjectBySlugParam} */
649
- static updateAppCustomObjectBySlug(): UpdateAppCustomObjectBySlugParam;
650
- /** @returns {UpdateAppCustomObjectDefinitionBySlugParam} */
651
- static updateAppCustomObjectDefinitionBySlug(): UpdateAppCustomObjectDefinitionBySlugParam;
627
+ /** @returns {UpdateAppCustomFieldDefinitionParam} */
628
+ static updateAppCustomFieldDefinition(): UpdateAppCustomFieldDefinitionParam;
629
+ /** @returns {UpdateAppCustomObjectParam} */
630
+ static updateAppCustomObject(): UpdateAppCustomObjectParam;
631
+ /** @returns {UpdateAppCustomObjectDefinitionParam} */
632
+ static updateAppCustomObjectDefinition(): UpdateAppCustomObjectDefinitionParam;
652
633
  /** @returns {UpdateBlogParam} */
653
634
  static updateBlog(): UpdateBlogParam;
654
635
  /** @returns {UpdateFaqParam} */
@@ -677,7 +658,7 @@ declare class ContentPlatformApplicationValidator {
677
658
  static updateSupportInformation(): UpdateSupportInformationParam;
678
659
  }
679
660
  declare namespace ContentPlatformApplicationValidator {
680
- export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam, CreateAppCustomFieldDefinitionParam, CreateAppCustomObjectBySlugParam, CreateAppCustomObjectDefinitionParam, CreateBlogParam, CreateFaqCategoryParam, CreateLandingPageParam, CreateNavigationParam, CreatePageParam, CreatePagePreviewParam, CreateSEOMarkupSchemaParam, CreateSlideshowParam, DeleteAnnouncementParam, DeleteAppCustomFieldDefinitionBySlugParam, DeleteAppCustomObjectBySlugParam, DeleteAppCustomObjectDefinitionBySlugParam, DeleteBlogParam, DeleteDataLoaderParam, DeleteFaqParam, DeleteFaqCategoryParam, DeleteLandingPageParam, DeleteNavigationParam, DeletePageParam, DeletePathRedirectionRulesParam, DeleteSEOMarkupSchemaParam, DeleteSlideshowParam, EditDataLoaderParam, EditInjectableTagParam, EditSEOMarkupSchemaParam, ExportAppCustomObjectEntriesBySlugParam, GenerateSEOTitleParam, GetAnnouncementByIdParam, GetAnnouncementsListParam, GetAppCustomFieldDefinitionByResourceParam, GetAppCustomFieldDefinitionBySlugParam, GetAppCustomFieldDefinitionsParam, GetAppCustomFieldTypesParam, GetAppCustomFieldsByResourceSlugParam, GetAppCustomObjectBySlugParam, GetAppCustomObjectDefinitionBySlugParam, GetAppCustomObjectDefinitionsParam, GetAppCustomObjectsBySlugParam, GetAppJobsParam, GetAppResourcesParam, GetBlogBySlugParam, GetBlogsParam, GetDataLoadersParam, GetDataLoadersByServiceParam, GetDefaultNavigationsParam, GetDefaultSEOMarkupSchemaParam, GetFaqByIdOrSlugParam, GetFaqCategoriesParam, GetFaqCategoryBySlugOrIdParam, GetFaqsByCategoryIdOrSlugParam, GetInjectableTagsParam, GetLandingPagesParam, GetLegalInformationParam, GetNavigationBySlugParam, GetNavigationsParam, GetPageBySlugParam, GetPageMetaParam, GetPageSpecParam, GetPagesParam, GetPathRedirectionRuleParam, GetPathRedirectionRulesParam, GetSEOConfigurationParam, GetSEOMarkupSchemaParam, GetSEOMarkupSchemasParam, GetSlideshowBySlugParam, GetSlideshowsParam, GetSupportInformationParam, ImportAppCustomObjectEntriesBySlugParam, RemoveInjectableTagParam, ResetDataLoaderParam, SampleAppCustomObjectBulkEntryBySlugParam, SelectDataLoaderParam, UpdateAnnouncementParam, UpdateAnnouncementScheduleParam, UpdateAppCustomFieldByResourceSlugParam, UpdateAppCustomFieldDefinitionBySlugParam, UpdateAppCustomObjectBySlugParam, UpdateAppCustomObjectDefinitionBySlugParam, UpdateBlogParam, UpdateFaqParam, UpdateFaqCategoryParam, UpdateInjectableTagParam, UpdateLandingPageParam, UpdateLegalInformationParam, UpdateNavigationParam, UpdatePageParam, UpdatePagePreviewParam, UpdatePathRedirectionRulesParam, UpdateSEOConfigurationParam, UpdateSlideshowParam, UpdateSupportInformationParam };
661
+ export { AddDataLoaderParam, AddFaqParam, AddInjectableTagParam, AddPathRedirectionRulesParam, CreateAnnouncementParam, CreateAppCustomFieldByResourceIdParam, CreateAppCustomFieldDefinitionParam, CreateAppCustomObjectParam, CreateAppCustomObjectDefinitionParam, CreateBlogParam, CreateFaqCategoryParam, CreateLandingPageParam, CreateNavigationParam, CreatePageParam, CreatePagePreviewParam, CreateSEOMarkupSchemaParam, CreateSlideshowParam, DeleteAnnouncementParam, DeleteAppCustomFieldDefinitionParam, DeleteAppCustomObjectParam, DeleteAppCustomObjectDefinitionParam, DeleteBlogParam, DeleteDataLoaderParam, DeleteFaqParam, DeleteFaqCategoryParam, DeleteLandingPageParam, DeleteNavigationParam, DeletePageParam, DeletePathRedirectionRulesParam, DeleteSEOMarkupSchemaParam, DeleteSlideshowParam, EditDataLoaderParam, EditInjectableTagParam, EditSEOMarkupSchemaParam, ExportAppCustomObjectEntriesParam, GenerateSEOTitleParam, GetAnnouncementByIdParam, GetAnnouncementsListParam, GetAppCustomFieldDefinitionParam, GetAppCustomFieldDefinitionsParam, GetAppCustomFieldTypesParam, GetAppCustomFieldsParam, GetAppCustomFieldsByResourceIdParam, GetAppCustomObjectParam, GetAppCustomObjectDefinitionParam, GetAppCustomObjectDefinitionsParam, GetAppCustomObjectsParam, GetAppJobsParam, GetAppResourcesParam, GetBlogBySlugParam, GetBlogsParam, GetDataLoadersParam, GetDataLoadersByServiceParam, GetDefaultNavigationsParam, GetDefaultSEOMarkupSchemaParam, GetFaqByIdOrSlugParam, GetFaqCategoriesParam, GetFaqCategoryBySlugOrIdParam, GetFaqsByCategoryIdOrSlugParam, GetInjectableTagsParam, GetLandingPagesParam, GetLegalInformationParam, GetNavigationBySlugParam, GetNavigationsParam, GetPageBySlugParam, GetPageMetaParam, GetPageSpecParam, GetPagesParam, GetPathRedirectionRuleParam, GetPathRedirectionRulesParam, GetSEOConfigurationParam, GetSEOMarkupSchemaParam, GetSEOMarkupSchemasParam, GetSlideshowBySlugParam, GetSlideshowsParam, GetSupportInformationParam, ImportAppCustomObjectEntriesParam, RemoveInjectableTagParam, ResetDataLoaderParam, SampleAppCustomObjectBulkEntryParam, SelectDataLoaderParam, UpdateAnnouncementParam, UpdateAnnouncementScheduleParam, UpdateAppCustomFieldDefinitionParam, UpdateAppCustomObjectParam, UpdateAppCustomObjectDefinitionParam, UpdateBlogParam, UpdateFaqParam, UpdateFaqCategoryParam, UpdateInjectableTagParam, UpdateLandingPageParam, UpdateLegalInformationParam, UpdateNavigationParam, UpdatePageParam, UpdatePagePreviewParam, UpdatePathRedirectionRulesParam, UpdateSEOConfigurationParam, UpdateSlideshowParam, UpdateSupportInformationParam };
681
662
  }
682
663
  type AddDataLoaderParam = {
683
664
  body: ContentPlatformModel.DataLoaderSchema;
@@ -698,19 +679,22 @@ type AddPathRedirectionRulesParam = {
698
679
  type CreateAnnouncementParam = {
699
680
  body: ContentPlatformModel.AdminAnnouncementSchema;
700
681
  };
701
- type CreateAppCustomFieldDefinitionParam = {
682
+ type CreateAppCustomFieldByResourceIdParam = {
702
683
  resource: string;
684
+ resourceId: string;
685
+ body: ContentPlatformModel.CustomFieldRequestSchema;
686
+ };
687
+ type CreateAppCustomFieldDefinitionParam = {
703
688
  body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
704
689
  };
705
- type CreateAppCustomObjectBySlugParam = {
706
- definitionSlug: string;
707
- body: ContentPlatformModel.CustomObjectRequestSchemaWithoutId;
690
+ type CreateAppCustomObjectParam = {
691
+ body: ContentPlatformModel.CustomObjectRequestSchema;
708
692
  };
709
693
  type CreateAppCustomObjectDefinitionParam = {
710
694
  body: ContentPlatformModel.CustomObjectDefinitionRequestSchema;
711
695
  };
712
696
  type CreateBlogParam = {
713
- body: ContentPlatformModel.BlogPayload;
697
+ body: ContentPlatformModel.BlogRequest;
714
698
  };
715
699
  type CreateFaqCategoryParam = {
716
700
  body: ContentPlatformModel.CreateFaqCategoryRequestSchema;
@@ -719,19 +703,19 @@ type CreateLandingPageParam = {
719
703
  body: ContentPlatformModel.LandingPageSchema;
720
704
  };
721
705
  type CreateNavigationParam = {
722
- body: ContentPlatformModel.NavigationPayload;
706
+ body: ContentPlatformModel.NavigationRequest;
723
707
  };
724
708
  type CreatePageParam = {
725
- body: ContentPlatformModel.PagePayload;
709
+ body: ContentPlatformModel.PageRequest;
726
710
  };
727
711
  type CreatePagePreviewParam = {
728
- body: ContentPlatformModel.PagePayload;
712
+ body: ContentPlatformModel.PageRequest;
729
713
  };
730
714
  type CreateSEOMarkupSchemaParam = {
731
715
  body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
732
716
  };
733
717
  type CreateSlideshowParam = {
734
- body: ContentPlatformModel.SlideshowPayload;
718
+ body: ContentPlatformModel.SlideshowRequest;
735
719
  };
736
720
  type DeleteAnnouncementParam = {
737
721
  /**
@@ -739,17 +723,14 @@ type DeleteAnnouncementParam = {
739
723
  */
740
724
  announcementId: string;
741
725
  };
742
- type DeleteAppCustomFieldDefinitionBySlugParam = {
743
- slug: string;
744
- resource: string;
745
- namespace: string;
726
+ type DeleteAppCustomFieldDefinitionParam = {
727
+ definitionId: string;
746
728
  };
747
- type DeleteAppCustomObjectBySlugParam = {
748
- definitionSlug: string;
749
- slug: string;
729
+ type DeleteAppCustomObjectParam = {
730
+ metaobjectId: string;
750
731
  };
751
- type DeleteAppCustomObjectDefinitionBySlugParam = {
752
- slug: string;
732
+ type DeleteAppCustomObjectDefinitionParam = {
733
+ definitionId: string;
753
734
  };
754
735
  type DeleteBlogParam = {
755
736
  /**
@@ -838,8 +819,8 @@ type EditSEOMarkupSchemaParam = {
838
819
  id: string;
839
820
  body: ContentPlatformModel.SEOSchemaMarkupTemplateRequestBody;
840
821
  };
841
- type ExportAppCustomObjectEntriesBySlugParam = {
842
- slug: string;
822
+ type ExportAppCustomObjectEntriesParam = {
823
+ definitionId: string;
843
824
  };
844
825
  type GenerateSEOTitleParam = {
845
826
  /**
@@ -868,49 +849,38 @@ type GetAnnouncementsListParam = {
868
849
  */
869
850
  pageSize?: number;
870
851
  };
871
- type GetAppCustomFieldDefinitionByResourceParam = {
872
- pageNo: string;
873
- pageSize: string;
874
- resource: string;
875
- types?: string;
876
- search?: string;
877
- slugs?: string;
878
- namespaces?: string;
879
- };
880
- type GetAppCustomFieldDefinitionBySlugParam = {
881
- slug: string;
882
- resource: string;
883
- namespace: string;
852
+ type GetAppCustomFieldDefinitionParam = {
853
+ definitionId: string;
884
854
  };
885
855
  type GetAppCustomFieldDefinitionsParam = {
886
856
  pageNo: string;
887
857
  pageSize: string;
888
- resources?: string;
889
- types?: string;
858
+ resource?: string;
859
+ type?: string;
890
860
  search?: string;
891
- slugs?: string;
892
- namespaces?: string;
893
861
  };
894
- type GetAppCustomFieldsByResourceSlugParam = {
862
+ type GetAppCustomFieldsParam = {
895
863
  resource: string;
896
- resourceSlug: string;
897
864
  };
898
- type GetAppCustomObjectBySlugParam = {
899
- definitionSlug: string;
900
- slug: string;
865
+ type GetAppCustomFieldsByResourceIdParam = {
866
+ resource: string;
867
+ resourceId: string;
901
868
  };
902
- type GetAppCustomObjectDefinitionBySlugParam = {
903
- slug: string;
869
+ type GetAppCustomObjectParam = {
870
+ metaobjectId: string;
871
+ };
872
+ type GetAppCustomObjectDefinitionParam = {
873
+ definitionId: string;
904
874
  };
905
875
  type GetAppCustomObjectDefinitionsParam = {
906
876
  pageNo: string;
907
877
  pageSize: string;
908
878
  search?: string;
909
879
  };
910
- type GetAppCustomObjectsBySlugParam = {
880
+ type GetAppCustomObjectsParam = {
881
+ definitionId?: string;
911
882
  pageNo: string;
912
883
  pageSize: string;
913
- definitionSlug: string;
914
884
  };
915
885
  type GetAppJobsParam = {
916
886
  page: string;
@@ -1019,9 +989,9 @@ type GetNavigationBySlugParam = {
1019
989
  slug: string;
1020
990
  /**
1021
991
  * - Filter navigations by platform.
1022
- * Acceptable values are: web, android, ios.
992
+ * Acceptable values are: web, android, ios, all
1023
993
  */
1024
- devicePlatform?: string;
994
+ devicePlatform: string;
1025
995
  };
1026
996
  type GetNavigationsParam = {
1027
997
  /**
@@ -1133,8 +1103,8 @@ type GetSlideshowsParam = {
1133
1103
  */
1134
1104
  pageSize?: number;
1135
1105
  };
1136
- type ImportAppCustomObjectEntriesBySlugParam = {
1137
- slug: string;
1106
+ type ImportAppCustomObjectEntriesParam = {
1107
+ definitionId: string;
1138
1108
  body: ContentPlatformModel.CustomObjectBulkSchema;
1139
1109
  };
1140
1110
  type RemoveInjectableTagParam = {
@@ -1150,8 +1120,8 @@ type ResetDataLoaderParam = {
1150
1120
  */
1151
1121
  operationId: string;
1152
1122
  };
1153
- type SampleAppCustomObjectBulkEntryBySlugParam = {
1154
- slug: string;
1123
+ type SampleAppCustomObjectBulkEntryParam = {
1124
+ definitionId: string;
1155
1125
  };
1156
1126
  type SelectDataLoaderParam = {
1157
1127
  /**
@@ -1173,24 +1143,16 @@ type UpdateAnnouncementScheduleParam = {
1173
1143
  announcementId: string;
1174
1144
  body: ContentPlatformModel.ScheduleSchema;
1175
1145
  };
1176
- type UpdateAppCustomFieldByResourceSlugParam = {
1177
- resource: string;
1178
- resourceSlug: string;
1179
- body: ContentPlatformModel.CustomFieldRequestSchema;
1180
- };
1181
- type UpdateAppCustomFieldDefinitionBySlugParam = {
1182
- slug: string;
1183
- resource: string;
1184
- namespace: string;
1146
+ type UpdateAppCustomFieldDefinitionParam = {
1147
+ definitionId: string;
1185
1148
  body: ContentPlatformModel.CustomFieldDefinitionRequestSchema;
1186
1149
  };
1187
- type UpdateAppCustomObjectBySlugParam = {
1188
- definitionSlug: string;
1189
- slug: string;
1190
- body: ContentPlatformModel.CustomObjectRequestSchemaWithoutId;
1150
+ type UpdateAppCustomObjectParam = {
1151
+ metaobjectId: string;
1152
+ body: ContentPlatformModel.CustomObjectRequestSchema;
1191
1153
  };
1192
- type UpdateAppCustomObjectDefinitionBySlugParam = {
1193
- slug: string;
1154
+ type UpdateAppCustomObjectDefinitionParam = {
1155
+ definitionId: string;
1194
1156
  body: ContentPlatformModel.CustomObjectDefinitionUpdateRequestSchema;
1195
1157
  };
1196
1158
  type UpdateBlogParam = {
@@ -1198,7 +1160,7 @@ type UpdateBlogParam = {
1198
1160
  * - ID allotted to the blog.
1199
1161
  */
1200
1162
  id: string;
1201
- body: ContentPlatformModel.BlogPayload;
1163
+ body: ContentPlatformModel.BlogRequest;
1202
1164
  };
1203
1165
  type UpdateFaqParam = {
1204
1166
  /**
@@ -1236,7 +1198,7 @@ type UpdateNavigationParam = {
1236
1198
  * - ID allotted to the navigation.
1237
1199
  */
1238
1200
  id: string;
1239
- body: ContentPlatformModel.NavigationPayload;
1201
+ body: ContentPlatformModel.NavigationRequest;
1240
1202
  };
1241
1203
  type UpdatePageParam = {
1242
1204
  /**
@@ -1251,7 +1213,7 @@ type UpdatePagePreviewParam = {
1251
1213
  * a page. You can get slug value of a page from `getPages` API.
1252
1214
  */
1253
1215
  slug: string;
1254
- body: ContentPlatformModel.PagePublishPayload;
1216
+ body: ContentPlatformModel.PagePublishRequest;
1255
1217
  };
1256
1218
  type UpdatePathRedirectionRulesParam = {
1257
1219
  /**
@@ -1268,7 +1230,7 @@ type UpdateSlideshowParam = {
1268
1230
  * - ID allotted to the slideshow.
1269
1231
  */
1270
1232
  id: string;
1271
- body: ContentPlatformModel.SlideshowPayload;
1233
+ body: ContentPlatformModel.SlideshowRequest;
1272
1234
  };
1273
1235
  type UpdateSupportInformationParam = {
1274
1236
  body: ContentPlatformModel.Support;