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

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 +1321 -4975
  134. package/sdk/platform/Cart/CartPlatformModel.js +1226 -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 +396 -620
  246. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +326 -501
  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
@@ -4,16 +4,6 @@ declare class LogisticsValidator {
4
4
  static getSampleFileServiceabilityStatus(): any;
5
5
  static bulkTat(): any;
6
6
  static getBulkTat(): any;
7
- static createDeliveryTime(): any;
8
- static getDeliveryTimes(): any;
9
- static getDeliveryTime(): any;
10
- static updateDeliveryTime(): any;
11
- static deleteDeliveryTime(): any;
12
- static createServiceability(): any;
13
- static getServiceabilities(): any;
14
- static getServiceability(): any;
15
- static updateServiceability(): any;
16
- static deleteServiceability(): any;
17
7
  static bulkServiceability(): any;
18
8
  static getBulkServiceability(): any;
19
9
  static createCourierPartnerAccount(): any;
@@ -4,7 +4,7 @@ const LogisticsModel = require("./LogisticsPartnerModel");
4
4
  class LogisticsValidator {
5
5
  static sampleFileServiceability() {
6
6
  return Joi.object({
7
- body: LogisticsModel.BulkRegionServiceabilityTatDetails().required(),
7
+ body: LogisticsModel.BulkRegionServiceabilityTatRequest().required(),
8
8
  }).required();
9
9
  }
10
10
 
@@ -20,7 +20,7 @@ class LogisticsValidator {
20
20
  return Joi.object({
21
21
  extensionId: Joi.string().allow("").required(),
22
22
  schemeId: Joi.string().allow("").required(),
23
- body: LogisticsModel.BulkRegionJobDetails().required(),
23
+ body: LogisticsModel.BulkRegionJobSerializer().required(),
24
24
  }).required();
25
25
  }
26
26
 
@@ -40,125 +40,11 @@ class LogisticsValidator {
40
40
  }).required();
41
41
  }
42
42
 
43
- static createDeliveryTime() {
44
- return Joi.object({
45
- partnerOrgId: Joi.string().allow("").required(),
46
- courierPartnerExtensionId: Joi.string().allow("").required(),
47
- schemeId: Joi.string().allow("").required(),
48
- body: LogisticsModel.RegionTatDetails().required(),
49
- }).required();
50
- }
51
-
52
- static getDeliveryTimes() {
53
- return Joi.object({
54
- partnerOrgId: Joi.string().allow("").required(),
55
- courierPartnerExtensionId: Joi.string().allow("").required(),
56
- schemeId: Joi.string().allow("").required(),
57
- pageNo: Joi.number(),
58
- pageSize: Joi.number(),
59
- fromCountryCode: Joi.string().allow(""),
60
- fromStateCode: Joi.string().allow(""),
61
- fromCityCode: Joi.string().allow(""),
62
- fromSectorCode: Joi.string().allow(""),
63
- fromPincode: Joi.string().allow(""),
64
- toCountryCode: Joi.string().allow(""),
65
- toStateCode: Joi.string().allow(""),
66
- toCityCode: Joi.string().allow(""),
67
- toSectorCode: Joi.string().allow(""),
68
- toPincode: Joi.string().allow(""),
69
- }).required();
70
- }
71
-
72
- static getDeliveryTime() {
73
- return Joi.object({
74
- partnerOrgId: Joi.string().allow("").required(),
75
- courierPartnerExtensionId: Joi.string().allow("").required(),
76
- schemeId: Joi.string().allow("").required(),
77
- id: Joi.string().allow("").required(),
78
- }).required();
79
- }
80
-
81
- static updateDeliveryTime() {
82
- return Joi.object({
83
- partnerOrgId: Joi.string().allow("").required(),
84
- courierPartnerExtensionId: Joi.string().allow("").required(),
85
- schemeId: Joi.string().allow("").required(),
86
- id: Joi.string().allow("").required(),
87
- body: LogisticsModel.RegionTatUpdateDetails().required(),
88
- }).required();
89
- }
90
-
91
- static deleteDeliveryTime() {
92
- return Joi.object({
93
- partnerOrgId: Joi.string().allow("").required(),
94
- courierPartnerExtensionId: Joi.string().allow("").required(),
95
- schemeId: Joi.string().allow("").required(),
96
- id: Joi.string().allow("").required(),
97
- }).required();
98
- }
99
-
100
- static createServiceability() {
101
- return Joi.object({
102
- partnerOrgId: Joi.string().allow("").required(),
103
- courierPartnerExtensionId: Joi.string().allow("").required(),
104
- schemeId: Joi.string().allow("").required(),
105
- body: LogisticsModel.RegionServiceabilityDetails().required(),
106
- }).required();
107
- }
108
-
109
- static getServiceabilities() {
110
- return Joi.object({
111
- partnerOrgId: Joi.string().allow("").required(),
112
- courierPartnerExtensionId: Joi.string().allow("").required(),
113
- schemeId: Joi.string().allow("").required(),
114
- pageNo: Joi.number(),
115
- pageSize: Joi.number(),
116
- countryCode: Joi.string().allow(""),
117
- stateCode: Joi.string().allow(""),
118
- cityCode: Joi.string().allow(""),
119
- sectorCode: Joi.string().allow(""),
120
- pincode: Joi.string().allow(""),
121
- firstMile: Joi.boolean(),
122
- lastMile: Joi.boolean(),
123
- doorstepReturn: Joi.boolean(),
124
- doorstepQc: Joi.boolean(),
125
- installation: Joi.boolean(),
126
- }).required();
127
- }
128
-
129
- static getServiceability() {
130
- return Joi.object({
131
- partnerOrgId: Joi.string().allow("").required(),
132
- courierPartnerExtensionId: Joi.string().allow("").required(),
133
- schemeId: Joi.string().allow("").required(),
134
- id: Joi.string().allow("").required(),
135
- }).required();
136
- }
137
-
138
- static updateServiceability() {
139
- return Joi.object({
140
- partnerOrgId: Joi.string().allow("").required(),
141
- courierPartnerExtensionId: Joi.string().allow("").required(),
142
- schemeId: Joi.string().allow("").required(),
143
- id: Joi.string().allow("").required(),
144
- body: LogisticsModel.ServiceabilityDetails().required(),
145
- }).required();
146
- }
147
-
148
- static deleteServiceability() {
149
- return Joi.object({
150
- partnerOrgId: Joi.string().allow("").required(),
151
- courierPartnerExtensionId: Joi.string().allow("").required(),
152
- schemeId: Joi.string().allow("").required(),
153
- id: Joi.string().allow("").required(),
154
- }).required();
155
- }
156
-
157
43
  static bulkServiceability() {
158
44
  return Joi.object({
159
45
  extensionId: Joi.string().allow("").required(),
160
46
  schemeId: Joi.string().allow("").required(),
161
- body: LogisticsModel.BulkRegionJobDetails().required(),
47
+ body: LogisticsModel.BulkRegionJobSerializer().required(),
162
48
  }).required();
163
49
  }
164
50
 
@@ -181,7 +67,7 @@ class LogisticsValidator {
181
67
  static createCourierPartnerAccount() {
182
68
  return Joi.object({
183
69
  companyId: Joi.number().required(),
184
- body: LogisticsModel.CourierAccountDetailsBody().required(),
70
+ body: LogisticsModel.CourierAccountRequestBody().required(),
185
71
  }).required();
186
72
  }
187
73
 
@@ -213,14 +99,14 @@ class LogisticsValidator {
213
99
 
214
100
  static createCourierPartnerScheme() {
215
101
  return Joi.object({
216
- body: LogisticsModel.CourierPartnerSchemeDetailsModel().required(),
102
+ body: LogisticsModel.CourierPartnerSchemeRequestModel().required(),
217
103
  }).required();
218
104
  }
219
105
 
220
106
  static updateCourierPartnerScheme() {
221
107
  return Joi.object({
222
108
  schemeId: Joi.string().allow("").required(),
223
- body: LogisticsModel.CourierPartnerSchemeUpdateDetails().required(),
109
+ body: LogisticsModel.CourierPartnerSchemeUpdateRequest().required(),
224
110
  }).required();
225
111
  }
226
112
 
@@ -176,42 +176,44 @@ declare class Theme {
176
176
  * @param {ThemePartnerValidator.CreateExtensionSectionDraftParam} arg - Arg object.
177
177
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
178
178
  * @param {import("../PartnerAPIClient").Options} - Options
179
- * @returns {Promise<ThemePartnerModel.ExtensionSectionDraft>} - Success response
179
+ * @returns {Promise<ThemePartnerModel.DraftExtensionSectionResponse>} -
180
+ * Success response
180
181
  * @name createExtensionSectionDraft
181
182
  * @summary: Draft extension section
182
183
  * @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createExtensionSectionDraft/).
183
184
  */
184
- createExtensionSectionDraft({ extensionId, body, requestHeaders }?: ThemePartnerValidator.CreateExtensionSectionDraftParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionSectionDraft>;
185
+ createExtensionSectionDraft({ extensionId, body, requestHeaders }?: ThemePartnerValidator.CreateExtensionSectionDraftParam, { responseHeaders }?: object): Promise<ThemePartnerModel.DraftExtensionSectionResponse>;
185
186
  /**
186
187
  * @param {ThemePartnerValidator.PublishExtensionSectionsParam} arg - Arg object.
187
188
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
188
189
  * @param {import("../PartnerAPIClient").Options} - Options
189
- * @returns {Promise<ThemePartnerModel.ExtensionSectionPublish>} - Success response
190
+ * @returns {Promise<ThemePartnerModel.PublishExtensionSectionResponse>} -
191
+ * Success response
190
192
  * @name publishExtensionSections
191
193
  * @summary: Publish an extension section
192
194
  * @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/publishExtensionSections/).
193
195
  */
194
- publishExtensionSections({ extensionId, body, requestHeaders }?: ThemePartnerValidator.PublishExtensionSectionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionSectionPublish>;
196
+ publishExtensionSections({ extensionId, body, requestHeaders }?: ThemePartnerValidator.PublishExtensionSectionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.PublishExtensionSectionResponse>;
195
197
  /**
196
198
  * @param {ThemePartnerValidator.ApplyExtensionPreviewParam} arg - Arg object.
197
199
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
198
200
  * @param {import("../PartnerAPIClient").Options} - Options
199
- * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
201
+ * @returns {Promise<ThemePartnerModel.ExtensionPreviewResponse>} - Success response
200
202
  * @name applyExtensionPreview
201
203
  * @summary: Start a Preview of Extension Section
202
204
  * @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/applyExtensionPreview/).
203
205
  */
204
- applyExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.ApplyExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreview>;
206
+ applyExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.ApplyExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreviewResponse>;
205
207
  /**
206
208
  * @param {ThemePartnerValidator.RemoveExtensionPreviewParam} arg - Arg object.
207
209
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
208
210
  * @param {import("../PartnerAPIClient").Options} - Options
209
- * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
211
+ * @returns {Promise<ThemePartnerModel.ExtensionPreviewResponse>} - Success response
210
212
  * @name removeExtensionPreview
211
213
  * @summary: Close a Preview of Extension Section
212
214
  * @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/removeExtensionPreview/).
213
215
  */
214
- removeExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.RemoveExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreview>;
216
+ removeExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.RemoveExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreviewResponse>;
215
217
  /**
216
218
  * @param {ThemePartnerValidator.GetThemeRejectionReasonsParam} arg - Arg object.
217
219
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
@@ -1374,7 +1374,8 @@ class Theme {
1374
1374
  * @param {ThemePartnerValidator.CreateExtensionSectionDraftParam} arg - Arg object.
1375
1375
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1376
1376
  * @param {import("../PartnerAPIClient").Options} - Options
1377
- * @returns {Promise<ThemePartnerModel.ExtensionSectionDraft>} - Success response
1377
+ * @returns {Promise<ThemePartnerModel.DraftExtensionSectionResponse>} -
1378
+ * Success response
1378
1379
  * @name createExtensionSectionDraft
1379
1380
  * @summary: Draft extension section
1380
1381
  * @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createExtensionSectionDraft/).
@@ -1432,10 +1433,10 @@ class Theme {
1432
1433
 
1433
1434
  const {
1434
1435
  error: res_error,
1435
- } = ThemePartnerModel.ExtensionSectionDraft().validate(responseData, {
1436
- abortEarly: false,
1437
- allowUnknown: true,
1438
- });
1436
+ } = ThemePartnerModel.DraftExtensionSectionResponse().validate(
1437
+ responseData,
1438
+ { abortEarly: false, allowUnknown: true }
1439
+ );
1439
1440
 
1440
1441
  if (res_error) {
1441
1442
  if (this.config.options.strictResponseCheck === true) {
@@ -1455,7 +1456,8 @@ class Theme {
1455
1456
  * @param {ThemePartnerValidator.PublishExtensionSectionsParam} arg - Arg object.
1456
1457
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1457
1458
  * @param {import("../PartnerAPIClient").Options} - Options
1458
- * @returns {Promise<ThemePartnerModel.ExtensionSectionPublish>} - Success response
1459
+ * @returns {Promise<ThemePartnerModel.PublishExtensionSectionResponse>} -
1460
+ * Success response
1459
1461
  * @name publishExtensionSections
1460
1462
  * @summary: Publish an extension section
1461
1463
  * @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/publishExtensionSections/).
@@ -1511,10 +1513,10 @@ class Theme {
1511
1513
 
1512
1514
  const {
1513
1515
  error: res_error,
1514
- } = ThemePartnerModel.ExtensionSectionPublish().validate(responseData, {
1515
- abortEarly: false,
1516
- allowUnknown: true,
1517
- });
1516
+ } = ThemePartnerModel.PublishExtensionSectionResponse().validate(
1517
+ responseData,
1518
+ { abortEarly: false, allowUnknown: true }
1519
+ );
1518
1520
 
1519
1521
  if (res_error) {
1520
1522
  if (this.config.options.strictResponseCheck === true) {
@@ -1534,7 +1536,7 @@ class Theme {
1534
1536
  * @param {ThemePartnerValidator.ApplyExtensionPreviewParam} arg - Arg object.
1535
1537
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1536
1538
  * @param {import("../PartnerAPIClient").Options} - Options
1537
- * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
1539
+ * @returns {Promise<ThemePartnerModel.ExtensionPreviewResponse>} - Success response
1538
1540
  * @name applyExtensionPreview
1539
1541
  * @summary: Start a Preview of Extension Section
1540
1542
  * @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/applyExtensionPreview/).
@@ -1590,7 +1592,7 @@ class Theme {
1590
1592
 
1591
1593
  const {
1592
1594
  error: res_error,
1593
- } = ThemePartnerModel.ExtensionPreview().validate(responseData, {
1595
+ } = ThemePartnerModel.ExtensionPreviewResponse().validate(responseData, {
1594
1596
  abortEarly: false,
1595
1597
  allowUnknown: true,
1596
1598
  });
@@ -1613,7 +1615,7 @@ class Theme {
1613
1615
  * @param {ThemePartnerValidator.RemoveExtensionPreviewParam} arg - Arg object.
1614
1616
  * @param {object} [arg.requestHeaders={}] - Request headers. Default is `{}`
1615
1617
  * @param {import("../PartnerAPIClient").Options} - Options
1616
- * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
1618
+ * @returns {Promise<ThemePartnerModel.ExtensionPreviewResponse>} - Success response
1617
1619
  * @name removeExtensionPreview
1618
1620
  * @summary: Close a Preview of Extension Section
1619
1621
  * @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/removeExtensionPreview/).
@@ -1669,7 +1671,7 @@ class Theme {
1669
1671
 
1670
1672
  const {
1671
1673
  error: res_error,
1672
- } = ThemePartnerModel.ExtensionPreview().validate(responseData, {
1674
+ } = ThemePartnerModel.ExtensionPreviewResponse().validate(responseData, {
1673
1675
  abortEarly: false,
1674
1676
  allowUnknown: true,
1675
1677
  });
@@ -15,7 +15,7 @@ export = ThemePartnerModel;
15
15
  * @property {string} [updated_at] - The last update timestamp of the page
16
16
  */
17
17
  /**
18
- * @typedef DraftExtensionSection
18
+ * @typedef DraftExtensionSectionRequest
19
19
  * @property {string} [extension_id]
20
20
  * @property {string} [bundle_name]
21
21
  * @property {string} [organization_id]
@@ -25,11 +25,11 @@ export = ThemePartnerModel;
25
25
  * @property {string} [status]
26
26
  */
27
27
  /**
28
- * @typedef ExtensionSectionDraft
29
- * @property {Sections} [sections]
28
+ * @typedef DraftExtensionSectionResponse
29
+ * @property {SectionsResponse} [sections]
30
30
  */
31
31
  /**
32
- * @typedef Sections
32
+ * @typedef SectionsResponse
33
33
  * @property {boolean} [acknowledged]
34
34
  * @property {number} [matched_count]
35
35
  * @property {number} [modified_count]
@@ -56,7 +56,7 @@ export = ThemePartnerModel;
56
56
  * @property {string} [css]
57
57
  */
58
58
  /**
59
- * @typedef PublishExtensionSection
59
+ * @typedef PublishExtensionSectionRequest
60
60
  * @property {string} [extension_id]
61
61
  * @property {string} [bundle_name]
62
62
  * @property {string} [organization_id]
@@ -66,17 +66,17 @@ export = ThemePartnerModel;
66
66
  * @property {string} [status]
67
67
  */
68
68
  /**
69
- * @typedef PreviewExtension
69
+ * @typedef ExtensionPreviewRequest
70
70
  * @property {string} [application_id] - Application ID
71
71
  * @property {string} [section_preview_hash] - Hash for the section preview
72
72
  */
73
73
  /**
74
- * @typedef ExtensionPreview
74
+ * @typedef ExtensionPreviewResponse
75
75
  * @property {string} [message]
76
76
  */
77
77
  /**
78
- * @typedef ExtensionSectionPublish
79
- * @property {Sections} [sections]
78
+ * @typedef PublishExtensionSectionResponse
79
+ * @property {SectionsResponse} [sections]
80
80
  */
81
81
  /**
82
82
  * @typedef AvailablePageSectionMetaAttributes
@@ -125,15 +125,7 @@ export = ThemePartnerModel;
125
125
  * @property {Object[]} [blocks]
126
126
  * @property {Object} [preset]
127
127
  * @property {AvailablePagePredicate} [predicate]
128
- * @property {SectionSource} [__source]
129
- */
130
- /**
131
- * @typedef SectionSource
132
- * @property {string} [id] - The source id specifying the source of the section.
133
- * @property {string} [bundle_name] - This is the extension binding name
134
- * containing this section.
135
- * @property {string} [type] - This is source type. It will either be
136
- * themeBundle or extension.
128
+ * @property {string} [source]
137
129
  */
138
130
  /**
139
131
  * @typedef AvailablePageScreenPredicate
@@ -281,26 +273,12 @@ export = ThemePartnerModel;
281
273
  * @property {string} admin_id - The ID of the admin who rejected the theme
282
274
  * @property {string} user_id - The ID of the user who submitted the theme
283
275
  * @property {string} status - The status of the theme (e.g., rejected)
284
- * @property {RejectedMessages} rejection_reasons
276
+ * @property {Object} rejection_reasons
285
277
  * @property {string} [created_at] - The date and time when the theme rejection
286
278
  * reasons object was created
287
279
  * @property {string} [updated_at] - The date and time when the theme rejection
288
280
  * reasons object was last updated
289
281
  */
290
- /**
291
- * @typedef RejectedMessages
292
- * @property {ThemeReviewRequestMessage} [theme_file]
293
- * @property {ThemeReviewRequestMessage} [theme_details]
294
- * @property {ThemeReviewRequestMessage} [theme_value_proposition]
295
- * @property {ThemeReviewRequestMessage} [theme_attributes]
296
- * @property {ThemeReviewRequestMessage} [theme_variations]
297
- * @property {ThemeReviewRequestMessage} [theme_docs]
298
- * @property {ThemeReviewRequestMessage} [theme_review]
299
- */
300
- /**
301
- * @typedef ThemeReviewRequestMessage
302
- * @property {string} [message] - Message Explaining what the issue is
303
- */
304
282
  /**
305
283
  * @typedef AllAvailablePageSchema
306
284
  * @property {AvailablePageSchema[]} [pages]
@@ -678,7 +656,7 @@ export = ThemePartnerModel;
678
656
  declare class ThemePartnerModel {
679
657
  }
680
658
  declare namespace ThemePartnerModel {
681
- export { AvailablePageSchema, DraftExtensionSection, ExtensionSectionDraft, Sections, ExtensionSection, PropExtension, AssetsExtension, PublishExtensionSection, PreviewExtension, ExtensionPreview, ExtensionSectionPublish, AvailablePageSectionMetaAttributes, AvailablePageSeo, SEOMetaItem, SEOMetaItems, SEOSitemap, SEObreadcrumb, Action, AvailablePageSchemaSections, SectionSource, AvailablePageScreenPredicate, AvailablePageUserPredicate, AvailablePageRoutePredicate, AvailablePagePlatformPredicate, AvailablePageSchedulePredicate, AvailablePagePredicate, MarketplaceThemeSchema, MarketplaceTheme, PaymentInfo, ContactInfo, CatalogSize, MarketplaceThemeImages, CarouselItem, ExploreInfo, Feature, FeatureItem, Highlight, Variation, Documentation, Comments, ThemeRejectionReasons, RejectedMessages, ThemeReviewRequestMessage, AllAvailablePageSchema, PaginationSchema, BlitzkriegApiErrorSchema, BlitzkriegInternalServerErrorSchema, ThemesSchema, Font, FontVariants, FontVariant, Config, ThemeConfiguration, OverlayPopup, DividerStrokeHighlight, UserAlerts, OrderTracking, ThemeConfigListPage, ThemeConfigListPageSettingsProps, CustomConfig, CustomProps, ThemeMeta, ThemePayment, Release, Images, Assets, UMDJs, CommonJS, CSS, SectionItem, GlobalSchema, Prop, Preset, Page, SectionProps, SectionPreset, ImagePickerProp, UrlProp, BlockProps, TextProp, CheckboxProp, RangeProp, Section, Block, Predicate, Screen, ThemeUserSchema, Route, UpdateThemeRequestBody, CreateNewTheme, ActionPage, PageType };
659
+ export { AvailablePageSchema, DraftExtensionSectionRequest, DraftExtensionSectionResponse, SectionsResponse, ExtensionSection, PropExtension, AssetsExtension, PublishExtensionSectionRequest, ExtensionPreviewRequest, ExtensionPreviewResponse, PublishExtensionSectionResponse, AvailablePageSectionMetaAttributes, AvailablePageSeo, SEOMetaItem, SEOMetaItems, SEOSitemap, SEObreadcrumb, Action, AvailablePageSchemaSections, AvailablePageScreenPredicate, AvailablePageUserPredicate, AvailablePageRoutePredicate, AvailablePagePlatformPredicate, AvailablePageSchedulePredicate, AvailablePagePredicate, MarketplaceThemeSchema, MarketplaceTheme, PaymentInfo, ContactInfo, CatalogSize, MarketplaceThemeImages, CarouselItem, ExploreInfo, Feature, FeatureItem, Highlight, Variation, Documentation, Comments, ThemeRejectionReasons, AllAvailablePageSchema, PaginationSchema, BlitzkriegApiErrorSchema, BlitzkriegInternalServerErrorSchema, ThemesSchema, Font, FontVariants, FontVariant, Config, ThemeConfiguration, OverlayPopup, DividerStrokeHighlight, UserAlerts, OrderTracking, ThemeConfigListPage, ThemeConfigListPageSettingsProps, CustomConfig, CustomProps, ThemeMeta, ThemePayment, Release, Images, Assets, UMDJs, CommonJS, CSS, SectionItem, GlobalSchema, Prop, Preset, Page, SectionProps, SectionPreset, ImagePickerProp, UrlProp, BlockProps, TextProp, CheckboxProp, RangeProp, Section, Block, Predicate, Screen, ThemeUserSchema, Route, UpdateThemeRequestBody, CreateNewTheme, ActionPage, PageType };
682
660
  }
683
661
  /** @returns {AvailablePageSchema} */
684
662
  declare function AvailablePageSchema(): AvailablePageSchema;
@@ -702,9 +680,9 @@ type AvailablePageSchema = {
702
680
  */
703
681
  updated_at?: string;
704
682
  };
705
- /** @returns {DraftExtensionSection} */
706
- declare function DraftExtensionSection(): DraftExtensionSection;
707
- type DraftExtensionSection = {
683
+ /** @returns {DraftExtensionSectionRequest} */
684
+ declare function DraftExtensionSectionRequest(): DraftExtensionSectionRequest;
685
+ type DraftExtensionSectionRequest = {
708
686
  extension_id?: string;
709
687
  bundle_name?: string;
710
688
  organization_id?: string;
@@ -713,14 +691,14 @@ type DraftExtensionSection = {
713
691
  type?: string;
714
692
  status?: string;
715
693
  };
716
- /** @returns {ExtensionSectionDraft} */
717
- declare function ExtensionSectionDraft(): ExtensionSectionDraft;
718
- type ExtensionSectionDraft = {
719
- sections?: Sections;
694
+ /** @returns {DraftExtensionSectionResponse} */
695
+ declare function DraftExtensionSectionResponse(): DraftExtensionSectionResponse;
696
+ type DraftExtensionSectionResponse = {
697
+ sections?: SectionsResponse;
720
698
  };
721
- /** @returns {Sections} */
722
- declare function Sections(): Sections;
723
- type Sections = {
699
+ /** @returns {SectionsResponse} */
700
+ declare function SectionsResponse(): SectionsResponse;
701
+ type SectionsResponse = {
724
702
  acknowledged?: boolean;
725
703
  matched_count?: number;
726
704
  modified_count?: number;
@@ -749,9 +727,9 @@ type AssetsExtension = {
749
727
  js?: string;
750
728
  css?: string;
751
729
  };
752
- /** @returns {PublishExtensionSection} */
753
- declare function PublishExtensionSection(): PublishExtensionSection;
754
- type PublishExtensionSection = {
730
+ /** @returns {PublishExtensionSectionRequest} */
731
+ declare function PublishExtensionSectionRequest(): PublishExtensionSectionRequest;
732
+ type PublishExtensionSectionRequest = {
755
733
  extension_id?: string;
756
734
  bundle_name?: string;
757
735
  organization_id?: string;
@@ -760,9 +738,9 @@ type PublishExtensionSection = {
760
738
  type?: string;
761
739
  status?: string;
762
740
  };
763
- /** @returns {PreviewExtension} */
764
- declare function PreviewExtension(): PreviewExtension;
765
- type PreviewExtension = {
741
+ /** @returns {ExtensionPreviewRequest} */
742
+ declare function ExtensionPreviewRequest(): ExtensionPreviewRequest;
743
+ type ExtensionPreviewRequest = {
766
744
  /**
767
745
  * - Application ID
768
746
  */
@@ -772,15 +750,15 @@ type PreviewExtension = {
772
750
  */
773
751
  section_preview_hash?: string;
774
752
  };
775
- /** @returns {ExtensionPreview} */
776
- declare function ExtensionPreview(): ExtensionPreview;
777
- type ExtensionPreview = {
753
+ /** @returns {ExtensionPreviewResponse} */
754
+ declare function ExtensionPreviewResponse(): ExtensionPreviewResponse;
755
+ type ExtensionPreviewResponse = {
778
756
  message?: string;
779
757
  };
780
- /** @returns {ExtensionSectionPublish} */
781
- declare function ExtensionSectionPublish(): ExtensionSectionPublish;
782
- type ExtensionSectionPublish = {
783
- sections?: Sections;
758
+ /** @returns {PublishExtensionSectionResponse} */
759
+ declare function PublishExtensionSectionResponse(): PublishExtensionSectionResponse;
760
+ type PublishExtensionSectionResponse = {
761
+ sections?: SectionsResponse;
784
762
  };
785
763
  /** @returns {AvailablePageSectionMetaAttributes} */
786
764
  declare function AvailablePageSectionMetaAttributes(): AvailablePageSectionMetaAttributes;
@@ -840,25 +818,7 @@ type AvailablePageSchemaSections = {
840
818
  blocks?: any[];
841
819
  preset?: any;
842
820
  predicate?: AvailablePagePredicate;
843
- __source?: SectionSource;
844
- };
845
- /** @returns {SectionSource} */
846
- declare function SectionSource(): SectionSource;
847
- type SectionSource = {
848
- /**
849
- * - The source id specifying the source of the section.
850
- */
851
- id?: string;
852
- /**
853
- * - This is the extension binding name
854
- * containing this section.
855
- */
856
- bundle_name?: string;
857
- /**
858
- * - This is source type. It will either be
859
- * themeBundle or extension.
860
- */
861
- type?: string;
821
+ source?: string;
862
822
  };
863
823
  /** @returns {AvailablePageScreenPredicate} */
864
824
  declare function AvailablePageScreenPredicate(): AvailablePageScreenPredicate;
@@ -1183,7 +1143,7 @@ type ThemeRejectionReasons = {
1183
1143
  * - The status of the theme (e.g., rejected)
1184
1144
  */
1185
1145
  status: string;
1186
- rejection_reasons: RejectedMessages;
1146
+ rejection_reasons: any;
1187
1147
  /**
1188
1148
  * - The date and time when the theme rejection
1189
1149
  * reasons object was created
@@ -1195,25 +1155,6 @@ type ThemeRejectionReasons = {
1195
1155
  */
1196
1156
  updated_at?: string;
1197
1157
  };
1198
- /** @returns {RejectedMessages} */
1199
- declare function RejectedMessages(): RejectedMessages;
1200
- type RejectedMessages = {
1201
- theme_file?: ThemeReviewRequestMessage;
1202
- theme_details?: ThemeReviewRequestMessage;
1203
- theme_value_proposition?: ThemeReviewRequestMessage;
1204
- theme_attributes?: ThemeReviewRequestMessage;
1205
- theme_variations?: ThemeReviewRequestMessage;
1206
- theme_docs?: ThemeReviewRequestMessage;
1207
- theme_review?: ThemeReviewRequestMessage;
1208
- };
1209
- /** @returns {ThemeReviewRequestMessage} */
1210
- declare function ThemeReviewRequestMessage(): ThemeReviewRequestMessage;
1211
- type ThemeReviewRequestMessage = {
1212
- /**
1213
- * - Message Explaining what the issue is
1214
- */
1215
- message?: string;
1216
- };
1217
1158
  /** @returns {AllAvailablePageSchema} */
1218
1159
  declare function AllAvailablePageSchema(): AllAvailablePageSchema;
1219
1160
  type AllAvailablePageSchema = {