@gofynd/fdk-client-javascript 1.4.2-beta.7 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +5 -3
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationAPIClient.js +0 -1
  11. package/sdk/application/ApplicationClient.d.ts +17 -17
  12. package/sdk/application/ApplicationConfig.d.ts +3 -3
  13. package/sdk/application/Cart/CartApplicationClient.d.ts +58 -58
  14. package/sdk/application/Cart/CartApplicationClient.js +56 -56
  15. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  16. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  17. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  18. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  19. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  20. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  21. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  22. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  24. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  25. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  26. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  27. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  28. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  29. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  30. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.js +15 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Lead/LeadApplicationClient.d.ts +12 -12
  34. package/sdk/application/Lead/LeadApplicationClient.js +10 -10
  35. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  36. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  37. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  38. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  39. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  40. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  41. package/sdk/application/Order/OrderApplicationClient.d.ts +19 -30
  42. package/sdk/application/Order/OrderApplicationClient.js +17 -97
  43. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  44. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  45. package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -91
  46. package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
  47. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  48. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  49. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +6 -6
  50. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  51. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +29 -29
  52. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  53. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  54. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +9 -9
  55. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  56. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  57. package/sdk/application/Share/ShareApplicationClient.d.ts +9 -9
  58. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  59. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  60. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  61. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  62. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  63. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  64. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  65. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  66. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  67. package/sdk/application/User/UserApplicationClient.js +74 -74
  68. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  69. package/sdk/application/User/UserApplicationModel.js +17 -13
  70. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  71. package/sdk/application/index.d.ts +18 -18
  72. package/sdk/common/AxiosHelper.d.ts +1 -1
  73. package/sdk/common/AxiosHelper.js +38 -17
  74. package/sdk/common/Clickstream.js +22 -16
  75. package/sdk/common/curlHelper.js +1 -3
  76. package/sdk/common/utils.d.ts +15 -0
  77. package/sdk/common/utils.js +30 -0
  78. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +3 -3
  79. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  80. package/sdk/partner/Lead/LeadPartnerClient.d.ts +3 -3
  81. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  82. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +5 -5
  83. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  84. package/sdk/partner/OAuthClient.d.ts +4 -4
  85. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  86. package/sdk/partner/PartnerAPIClient.js +0 -1
  87. package/sdk/partner/PartnerClient.d.ts +6 -6
  88. package/sdk/partner/PartnerConfig.d.ts +4 -4
  89. package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -20
  90. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  91. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  92. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  93. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +3 -3
  94. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  95. package/sdk/partner/index.d.ts +7 -7
  96. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
  97. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +6 -6
  98. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  99. package/sdk/platform/Billing/BillingPlatformClient.d.ts +25 -25
  100. package/sdk/platform/Billing/BillingPlatformClient.js +23 -23
  101. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  102. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +115 -115
  103. package/sdk/platform/Cart/CartPlatformApplicationClient.js +113 -113
  104. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  105. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +147 -146
  106. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +146 -145
  107. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  108. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +156 -156
  109. package/sdk/platform/Catalog/CatalogPlatformClient.js +153 -153
  110. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  111. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  112. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  113. package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -5
  114. package/sdk/platform/Common/CommonPlatformClient.js +3 -3
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +133 -133
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +131 -131
  117. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  118. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +4 -4
  119. package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -2
  120. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  121. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  122. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +28 -28
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +25 -25
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  127. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -52
  128. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +50 -50
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  130. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +31 -31
  131. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +29 -29
  132. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  133. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +128 -128
  134. package/sdk/platform/Content/ContentPlatformApplicationClient.js +131 -131
  135. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +5 -5
  136. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  137. package/sdk/platform/Content/ContentPlatformClient.d.ts +33 -33
  138. package/sdk/platform/Content/ContentPlatformClient.js +37 -37
  139. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  140. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  141. package/sdk/platform/Content/ContentPlatformValidator.d.ts +5 -5
  142. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  143. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +24 -24
  144. package/sdk/platform/Discount/DiscountPlatformClient.js +22 -22
  145. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  146. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -23
  147. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +32 -25
  148. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  149. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +15 -15
  150. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +28 -19
  151. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  152. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +16 -2
  153. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  154. package/sdk/platform/Finance/FinancePlatformClient.d.ts +30 -30
  155. package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
  156. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +19 -19
  158. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +17 -17
  159. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Lead/LeadPlatformClient.d.ts +20 -20
  161. package/sdk/platform/Lead/LeadPlatformClient.js +18 -18
  162. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  163. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  164. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  165. package/sdk/platform/OAuthClient.d.ts +3 -3
  166. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  167. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  168. package/sdk/platform/Order/OrderPlatformClient.d.ts +111 -122
  169. package/sdk/platform/Order/OrderPlatformClient.js +109 -204
  170. package/sdk/platform/Order/OrderPlatformModel.d.ts +18 -2
  171. package/sdk/platform/Order/OrderPlatformModel.js +12 -2
  172. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  173. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  174. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  175. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  176. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  177. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +97 -97
  178. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +95 -95
  179. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  180. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +13 -13
  181. package/sdk/platform/Payment/PaymentPlatformClient.js +11 -11
  182. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  183. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  184. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  185. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  186. package/sdk/platform/PlatformAPIClient.js +0 -1
  187. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  188. package/sdk/platform/PlatformClient.d.ts +19 -21
  189. package/sdk/platform/PlatformClient.js +0 -4
  190. package/sdk/platform/PlatformConfig.d.ts +4 -4
  191. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +14 -14
  192. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  193. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +55 -54
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +53 -52
  199. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  200. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  201. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  202. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +7 -7
  203. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  204. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  205. package/sdk/platform/Share/SharePlatformModel.d.ts +4 -0
  206. package/sdk/platform/Share/SharePlatformModel.js +4 -0
  207. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +42 -112
  208. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +40 -597
  209. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  210. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  211. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  212. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  213. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  214. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  215. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  216. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  217. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  218. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  219. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  220. package/sdk/platform/User/UserPlatformModel.js +21 -13
  221. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +20 -19
  222. package/sdk/platform/Webhook/WebhookPlatformClient.js +18 -17
  223. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  224. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  225. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  226. package/sdk/platform/index.d.ts +24 -25
  227. package/sdk/platform/index.js +0 -2
  228. package/sdk/public/Billing/BillingPublicClient.d.ts +3 -3
  229. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  230. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  231. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  232. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -3
  233. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  234. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  235. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  236. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  237. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  238. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  239. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  240. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  241. package/sdk/public/Partner/PartnerPublicClient.d.ts +3 -3
  242. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  243. package/sdk/public/PublicAPIClient.d.ts +1 -1
  244. package/sdk/public/PublicClient.d.ts +7 -7
  245. package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
  246. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
  247. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  248. package/sdk/public/index.d.ts +8 -8
  249. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  250. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  251. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  252. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  253. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  254. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -8,7 +8,7 @@ declare class Theme {
8
8
  * @param {import("../PartnerAPIClient").Options} - Options
9
9
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
10
10
  * @name getAllPages
11
- * @summary: Get all pages.
11
+ * @summary: Get all pages
12
12
  * @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getAllPages/).
13
13
  */
14
14
  getAllPages({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.GetAllPagesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AllAvailablePageSchema>;
@@ -18,7 +18,7 @@ declare class Theme {
18
18
  * @param {import("../PartnerAPIClient").Options} - Options
19
19
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
20
20
  * @name createPage
21
- * @summary: Create page.
21
+ * @summary: Create page
22
22
  * @description: Add a new page to the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createPage/).
23
23
  */
24
24
  createPage({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.CreatePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
@@ -28,7 +28,7 @@ declare class Theme {
28
28
  * @param {import("../PartnerAPIClient").Options} - Options
29
29
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
30
30
  * @name updateMultiplePages
31
- * @summary: Update multiple pages.
31
+ * @summary: Update multiple pages
32
32
  * @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateMultiplePages/).
33
33
  */
34
34
  updateMultiplePages({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateMultiplePagesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AllAvailablePageSchema>;
@@ -38,7 +38,7 @@ declare class Theme {
38
38
  * @param {import("../PartnerAPIClient").Options} - Options
39
39
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
40
40
  * @name getPage
41
- * @summary: Get page.
41
+ * @summary: Get page
42
42
  * @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getPage/).
43
43
  */
44
44
  getPage({ companyId, applicationId, themeId, pageValue, requestHeaders }?: ThemePartnerValidator.GetPageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
@@ -48,7 +48,7 @@ declare class Theme {
48
48
  * @param {import("../PartnerAPIClient").Options} - Options
49
49
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
50
50
  * @name updatePage
51
- * @summary: Update page.
51
+ * @summary: Update page
52
52
  * @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updatePage/).
53
53
  */
54
54
  updatePage({ companyId, applicationId, themeId, pageValue, body, requestHeaders }?: ThemePartnerValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
@@ -58,7 +58,7 @@ declare class Theme {
58
58
  * @param {import("../PartnerAPIClient").Options} - Options
59
59
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
60
60
  * @name deletePage
61
- * @summary: Delete page.
61
+ * @summary: Delete page
62
62
  * @description: Remove a page from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deletePage/).
63
63
  */
64
64
  deletePage({ companyId, applicationId, themeId, pageValue, requestHeaders }?: ThemePartnerValidator.DeletePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
@@ -68,7 +68,7 @@ declare class Theme {
68
68
  * @param {import("../PartnerAPIClient").Options} - Options
69
69
  * @returns {Promise<ThemePartnerModel.ThemesSchema[]>} - Success response
70
70
  * @name getApplicationThemes
71
- * @summary: Get application themes.
71
+ * @summary: Get application themes
72
72
  * @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getApplicationThemes/).
73
73
  */
74
74
  getApplicationThemes({ companyId, applicationId, requestHeaders }?: ThemePartnerValidator.GetApplicationThemesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema[]>;
@@ -78,7 +78,7 @@ declare class Theme {
78
78
  * @param {import("../PartnerAPIClient").Options} - Options
79
79
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
80
80
  * @name getThemeById
81
- * @summary: Get theme by ID.
81
+ * @summary: Get theme by ID
82
82
  * @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeById/).
83
83
  */
84
84
  getThemeById({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.GetThemeByIdParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
@@ -88,7 +88,7 @@ declare class Theme {
88
88
  * @param {import("../PartnerAPIClient").Options} - Options
89
89
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
90
90
  * @name updateTheme
91
- * @summary: Update theme.
91
+ * @summary: Update theme
92
92
  * @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateTheme/).
93
93
  */
94
94
  updateTheme({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
@@ -98,7 +98,7 @@ declare class Theme {
98
98
  * @param {import("../PartnerAPIClient").Options} - Options
99
99
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
100
100
  * @name deleteTheme
101
- * @summary: Delete theme.
101
+ * @summary: Delete theme
102
102
  * @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteTheme/).
103
103
  */
104
104
  deleteTheme({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.DeleteThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
@@ -108,7 +108,7 @@ declare class Theme {
108
108
  * @param {import("../PartnerAPIClient").Options} - Options
109
109
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
110
110
  * @name getOrganizationThemes
111
- * @summary: Get organization themes.
111
+ * @summary: Get organization themes
112
112
  * @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemes/).
113
113
  */
114
114
  getOrganizationThemes({ status, pageSize, pageNo, requestHeaders }?: ThemePartnerValidator.GetOrganizationThemesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceThemeSchema>;
@@ -118,7 +118,7 @@ declare class Theme {
118
118
  * @param {import("../PartnerAPIClient").Options} - Options
119
119
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
120
120
  * @name getOrganizationThemeDetails
121
- * @summary: Get organization theme details.
121
+ * @summary: Get organization theme details
122
122
  * @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemeDetails/).
123
123
  */
124
124
  getOrganizationThemeDetails({ themeId, requestHeaders }?: ThemePartnerValidator.GetOrganizationThemeDetailsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
@@ -128,7 +128,7 @@ declare class Theme {
128
128
  * @param {import("../PartnerAPIClient").Options} - Options
129
129
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
130
130
  * @name updateDraftTheme
131
- * @summary: Update draft theme.
131
+ * @summary: Update draft theme
132
132
  * @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateDraftTheme/).
133
133
  */
134
134
  updateDraftTheme({ themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateDraftThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
@@ -138,7 +138,7 @@ declare class Theme {
138
138
  * @param {import("../PartnerAPIClient").Options} - Options
139
139
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
140
140
  * @name submitOrganizationTheme
141
- * @summary: Submit organization theme.
141
+ * @summary: Submit organization theme
142
142
  * @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/submitOrganizationTheme/).
143
143
  */
144
144
  submitOrganizationTheme({ themeId, body, requestHeaders }?: ThemePartnerValidator.SubmitOrganizationThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
@@ -148,7 +148,7 @@ declare class Theme {
148
148
  * @param {import("../PartnerAPIClient").Options} - Options
149
149
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
150
150
  * @name deleteOrganizationTheme
151
- * @summary: Delete organization theme.
151
+ * @summary: Delete organization theme
152
152
  * @description: Remove a theme from partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteOrganizationTheme/).
153
153
  */
154
154
  deleteOrganizationTheme({ themeId, requestHeaders }?: ThemePartnerValidator.DeleteOrganizationThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
@@ -158,7 +158,7 @@ declare class Theme {
158
158
  * @param {import("../PartnerAPIClient").Options} - Options
159
159
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme[]>} - Success response
160
160
  * @name getLatestVersionOfThemeBySlug
161
- * @summary: Get latest version of theme by slug.
161
+ * @summary: Get latest version of theme by slug
162
162
  * @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
163
163
  */
164
164
  getLatestVersionOfThemeBySlug({ slugName, requestHeaders }?: ThemePartnerValidator.GetLatestVersionOfThemeBySlugParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme[]>;
@@ -168,7 +168,7 @@ declare class Theme {
168
168
  * @param {import("../PartnerAPIClient").Options} - Options
169
169
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
170
170
  * @name createNewThemeInOrganization
171
- * @summary: Create new theme in organization.
171
+ * @summary: Create new theme in organization
172
172
  * @description: Add a new theme to partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createNewThemeInOrganization/).
173
173
  */
174
174
  createNewThemeInOrganization({ body, slug, requestHeaders }?: ThemePartnerValidator.CreateNewThemeInOrganizationParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
@@ -178,7 +178,7 @@ declare class Theme {
178
178
  * @param {import("../PartnerAPIClient").Options} - Options
179
179
  * @returns {Promise<ThemePartnerModel.ThemeRejectionReasons>} - Success response
180
180
  * @name getThemeRejectionReasons
181
- * @summary: Get theme rejection reasons.
181
+ * @summary: Get theme rejection reasons
182
182
  * @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeRejectionReasons/).
183
183
  */
184
184
  getThemeRejectionReasons({ themeId, requestHeaders }?: ThemePartnerValidator.GetThemeRejectionReasonsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemeRejectionReasons>;
@@ -188,7 +188,7 @@ declare class Theme {
188
188
  * @param {import("../PartnerAPIClient").Options} - Options
189
189
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
190
190
  * @name getThemeVersions
191
- * @summary: Get theme versions.
191
+ * @summary: Get theme versions
192
192
  * @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeVersions/).
193
193
  */
194
194
  getThemeVersions({ themeSlug, pageSize, pageNo, requestHeaders }?: ThemePartnerValidator.GetThemeVersionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceThemeSchema>;
@@ -203,4 +203,4 @@ declare class Theme {
203
203
  */
204
204
  createTheme({ companyId, applicationId, body, requestHeaders }?: ThemePartnerValidator.CreateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
205
205
  }
206
- import ThemePartnerModel = require("./ThemePartnerModel");
206
+ import ThemePartnerModel = require("sdk/output/javascript/code/sdk/partner/Theme/ThemePartnerModel");
@@ -20,7 +20,7 @@ class Theme {
20
20
  * @param {import("../PartnerAPIClient").Options} - Options
21
21
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
22
22
  * @name getAllPages
23
- * @summary: Get all pages.
23
+ * @summary: Get all pages
24
24
  * @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getAllPages/).
25
25
  */
26
26
  async getAllPages(
@@ -97,7 +97,7 @@ class Theme {
97
97
  * @param {import("../PartnerAPIClient").Options} - Options
98
98
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
99
99
  * @name createPage
100
- * @summary: Create page.
100
+ * @summary: Create page
101
101
  * @description: Add a new page to the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createPage/).
102
102
  */
103
103
  async createPage(
@@ -181,7 +181,7 @@ class Theme {
181
181
  * @param {import("../PartnerAPIClient").Options} - Options
182
182
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
183
183
  * @name updateMultiplePages
184
- * @summary: Update multiple pages.
184
+ * @summary: Update multiple pages
185
185
  * @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateMultiplePages/).
186
186
  */
187
187
  async updateMultiplePages(
@@ -267,7 +267,7 @@ class Theme {
267
267
  * @param {import("../PartnerAPIClient").Options} - Options
268
268
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
269
269
  * @name getPage
270
- * @summary: Get page.
270
+ * @summary: Get page
271
271
  * @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getPage/).
272
272
  */
273
273
  async getPage(
@@ -345,7 +345,7 @@ class Theme {
345
345
  * @param {import("../PartnerAPIClient").Options} - Options
346
346
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
347
347
  * @name updatePage
348
- * @summary: Update page.
348
+ * @summary: Update page
349
349
  * @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updatePage/).
350
350
  */
351
351
  async updatePage(
@@ -431,7 +431,7 @@ class Theme {
431
431
  * @param {import("../PartnerAPIClient").Options} - Options
432
432
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
433
433
  * @name deletePage
434
- * @summary: Delete page.
434
+ * @summary: Delete page
435
435
  * @description: Remove a page from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deletePage/).
436
436
  */
437
437
  async deletePage(
@@ -509,7 +509,7 @@ class Theme {
509
509
  * @param {import("../PartnerAPIClient").Options} - Options
510
510
  * @returns {Promise<ThemePartnerModel.ThemesSchema[]>} - Success response
511
511
  * @name getApplicationThemes
512
- * @summary: Get application themes.
512
+ * @summary: Get application themes
513
513
  * @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getApplicationThemes/).
514
514
  */
515
515
  async getApplicationThemes(
@@ -582,7 +582,7 @@ class Theme {
582
582
  * @param {import("../PartnerAPIClient").Options} - Options
583
583
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
584
584
  * @name getThemeById
585
- * @summary: Get theme by ID.
585
+ * @summary: Get theme by ID
586
586
  * @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeById/).
587
587
  */
588
588
  async getThemeById(
@@ -659,7 +659,7 @@ class Theme {
659
659
  * @param {import("../PartnerAPIClient").Options} - Options
660
660
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
661
661
  * @name updateTheme
662
- * @summary: Update theme.
662
+ * @summary: Update theme
663
663
  * @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateTheme/).
664
664
  */
665
665
  async updateTheme(
@@ -743,7 +743,7 @@ class Theme {
743
743
  * @param {import("../PartnerAPIClient").Options} - Options
744
744
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
745
745
  * @name deleteTheme
746
- * @summary: Delete theme.
746
+ * @summary: Delete theme
747
747
  * @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteTheme/).
748
748
  */
749
749
  async deleteTheme(
@@ -820,7 +820,7 @@ class Theme {
820
820
  * @param {import("../PartnerAPIClient").Options} - Options
821
821
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
822
822
  * @name getOrganizationThemes
823
- * @summary: Get organization themes.
823
+ * @summary: Get organization themes
824
824
  * @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemes/).
825
825
  */
826
826
  async getOrganizationThemes(
@@ -904,7 +904,7 @@ class Theme {
904
904
  * @param {import("../PartnerAPIClient").Options} - Options
905
905
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
906
906
  * @name getOrganizationThemeDetails
907
- * @summary: Get organization theme details.
907
+ * @summary: Get organization theme details
908
908
  * @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemeDetails/).
909
909
  */
910
910
  async getOrganizationThemeDetails(
@@ -983,7 +983,7 @@ class Theme {
983
983
  * @param {import("../PartnerAPIClient").Options} - Options
984
984
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
985
985
  * @name updateDraftTheme
986
- * @summary: Update draft theme.
986
+ * @summary: Update draft theme
987
987
  * @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateDraftTheme/).
988
988
  */
989
989
  async updateDraftTheme(
@@ -1062,7 +1062,7 @@ class Theme {
1062
1062
  * @param {import("../PartnerAPIClient").Options} - Options
1063
1063
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
1064
1064
  * @name submitOrganizationTheme
1065
- * @summary: Submit organization theme.
1065
+ * @summary: Submit organization theme
1066
1066
  * @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/submitOrganizationTheme/).
1067
1067
  */
1068
1068
  async submitOrganizationTheme(
@@ -1141,7 +1141,7 @@ class Theme {
1141
1141
  * @param {import("../PartnerAPIClient").Options} - Options
1142
1142
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
1143
1143
  * @name deleteOrganizationTheme
1144
- * @summary: Delete organization theme.
1144
+ * @summary: Delete organization theme
1145
1145
  * @description: Remove a theme from partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteOrganizationTheme/).
1146
1146
  */
1147
1147
  async deleteOrganizationTheme(
@@ -1218,7 +1218,7 @@ class Theme {
1218
1218
  * @param {import("../PartnerAPIClient").Options} - Options
1219
1219
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme[]>} - Success response
1220
1220
  * @name getLatestVersionOfThemeBySlug
1221
- * @summary: Get latest version of theme by slug.
1221
+ * @summary: Get latest version of theme by slug
1222
1222
  * @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
1223
1223
  */
1224
1224
  async getLatestVersionOfThemeBySlug(
@@ -1294,7 +1294,7 @@ class Theme {
1294
1294
  * @param {import("../PartnerAPIClient").Options} - Options
1295
1295
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
1296
1296
  * @name createNewThemeInOrganization
1297
- * @summary: Create new theme in organization.
1297
+ * @summary: Create new theme in organization
1298
1298
  * @description: Add a new theme to partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createNewThemeInOrganization/).
1299
1299
  */
1300
1300
  async createNewThemeInOrganization(
@@ -1376,7 +1376,7 @@ class Theme {
1376
1376
  * @param {import("../PartnerAPIClient").Options} - Options
1377
1377
  * @returns {Promise<ThemePartnerModel.ThemeRejectionReasons>} - Success response
1378
1378
  * @name getThemeRejectionReasons
1379
- * @summary: Get theme rejection reasons.
1379
+ * @summary: Get theme rejection reasons
1380
1380
  * @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeRejectionReasons/).
1381
1381
  */
1382
1382
  async getThemeRejectionReasons(
@@ -1453,7 +1453,7 @@ class Theme {
1453
1453
  * @param {import("../PartnerAPIClient").Options} - Options
1454
1454
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
1455
1455
  * @name getThemeVersions
1456
- * @summary: Get theme versions.
1456
+ * @summary: Get theme versions
1457
1457
  * @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeVersions/).
1458
1458
  */
1459
1459
  async getThemeVersions(
@@ -49,16 +49,9 @@ export = ThemePartnerModel;
49
49
  */
50
50
  /**
51
51
  * @typedef Action
52
+ * @property {string} [type]
52
53
  * @property {ActionPage} [page]
53
54
  * @property {ActionPage} [popup]
54
- * @property {string} [type]
55
- */
56
- /**
57
- * @typedef ActionPage
58
- * @property {Object} [params]
59
- * @property {Object} [query]
60
- * @property {string} [url]
61
- * @property {PageType} type
62
55
  */
63
56
  /**
64
57
  * @typedef AvailablePageSchemaSections
@@ -442,13 +435,8 @@ export = ThemePartnerModel;
442
435
  */
443
436
  /**
444
437
  * @typedef Page
445
- * @property {number} [item_total]
446
- * @property {string} [next_id]
447
- * @property {boolean} [has_previous]
448
- * @property {boolean} [has_next]
449
- * @property {number} [current]
450
- * @property {string} type
451
- * @property {number} [size]
438
+ * @property {Section[]} [sections]
439
+ * @property {string} [value] - The value of the page.
452
440
  */
453
441
  /**
454
442
  * @typedef SectionProps
@@ -544,6 +532,13 @@ export = ThemePartnerModel;
544
532
  * @property {string} [current] - The current configuration
545
533
  * @property {Page[]} [pages]
546
534
  */
535
+ /**
536
+ * @typedef ActionPage
537
+ * @property {Object} [params]
538
+ * @property {Object} [query]
539
+ * @property {string} [url]
540
+ * @property {PageType} type
541
+ */
547
542
  /**
548
543
  * @typedef {| "about-us"
549
544
  * | "addresses"
@@ -595,7 +590,7 @@ export = ThemePartnerModel;
595
590
  declare class ThemePartnerModel {
596
591
  }
597
592
  declare namespace ThemePartnerModel {
598
- export { AvailablePageSchema, AvailablePageSectionMetaAttributes, AvailablePageSeo, SEOMetaItem, SEOMetaItems, SEOSitemap, SEObreadcrumb, Action, ActionPage, 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, PageType };
593
+ export { AvailablePageSchema, 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 };
599
594
  }
600
595
  /** @returns {AvailablePageSchema} */
601
596
  declare function AvailablePageSchema(): AvailablePageSchema;
@@ -661,17 +656,9 @@ type SEObreadcrumb = {
661
656
  /** @returns {Action} */
662
657
  declare function Action(): Action;
663
658
  type Action = {
659
+ type?: string;
664
660
  page?: ActionPage;
665
661
  popup?: ActionPage;
666
- type?: string;
667
- };
668
- /** @returns {ActionPage} */
669
- declare function ActionPage(): ActionPage;
670
- type ActionPage = {
671
- params?: any;
672
- query?: any;
673
- url?: string;
674
- type: PageType;
675
662
  };
676
663
  /** @returns {AvailablePageSchemaSections} */
677
664
  declare function AvailablePageSchemaSections(): AvailablePageSchemaSections;
@@ -1483,13 +1470,11 @@ type Preset = {
1483
1470
  /** @returns {Page} */
1484
1471
  declare function Page(): Page;
1485
1472
  type Page = {
1486
- item_total?: number;
1487
- next_id?: string;
1488
- has_previous?: boolean;
1489
- has_next?: boolean;
1490
- current?: number;
1491
- type: string;
1492
- size?: number;
1473
+ sections?: Section[];
1474
+ /**
1475
+ * - The value of the page.
1476
+ */
1477
+ value?: string;
1493
1478
  };
1494
1479
  /** @returns {SectionProps} */
1495
1480
  declare function SectionProps(): SectionProps;
@@ -1679,6 +1664,14 @@ type CreateNewTheme = {
1679
1664
  current?: string;
1680
1665
  pages?: Page[];
1681
1666
  };
1667
+ /** @returns {ActionPage} */
1668
+ declare function ActionPage(): ActionPage;
1669
+ type ActionPage = {
1670
+ params?: any;
1671
+ query?: any;
1672
+ url?: string;
1673
+ type: PageType;
1674
+ };
1682
1675
  /**
1683
1676
  * Enum: PageType Used By: Theme
1684
1677
  *
@@ -57,17 +57,9 @@ const Joi = require("joi");
57
57
 
58
58
  /**
59
59
  * @typedef Action
60
+ * @property {string} [type]
60
61
  * @property {ActionPage} [page]
61
62
  * @property {ActionPage} [popup]
62
- * @property {string} [type]
63
- */
64
-
65
- /**
66
- * @typedef ActionPage
67
- * @property {Object} [params]
68
- * @property {Object} [query]
69
- * @property {string} [url]
70
- * @property {PageType} type
71
63
  */
72
64
 
73
65
  /**
@@ -504,13 +496,8 @@ const Joi = require("joi");
504
496
 
505
497
  /**
506
498
  * @typedef Page
507
- * @property {number} [item_total]
508
- * @property {string} [next_id]
509
- * @property {boolean} [has_previous]
510
- * @property {boolean} [has_next]
511
- * @property {number} [current]
512
- * @property {string} type
513
- * @property {number} [size]
499
+ * @property {Section[]} [sections]
500
+ * @property {string} [value] - The value of the page.
514
501
  */
515
502
 
516
503
  /**
@@ -623,6 +610,14 @@ const Joi = require("joi");
623
610
  * @property {Page[]} [pages]
624
611
  */
625
612
 
613
+ /**
614
+ * @typedef ActionPage
615
+ * @property {Object} [params]
616
+ * @property {Object} [query]
617
+ * @property {string} [url]
618
+ * @property {PageType} type
619
+ */
620
+
626
621
  /**
627
622
  * @typedef {| "about-us"
628
623
  * | "addresses"
@@ -749,25 +744,9 @@ class ThemePartnerModel {
749
744
  /** @returns {Action} */
750
745
  static Action() {
751
746
  return Joi.object({
747
+ type: Joi.string().allow(""),
752
748
  page: ThemePartnerModel.ActionPage(),
753
749
  popup: ThemePartnerModel.ActionPage(),
754
- type: Joi.string().allow(""),
755
- });
756
- }
757
-
758
- /** @returns {ActionPage} */
759
- static ActionPage() {
760
- return Joi.object({
761
- params: Joi.object().pattern(
762
- /\S/,
763
- Joi.array().items(Joi.string().allow(""))
764
- ),
765
- query: Joi.object().pattern(
766
- /\S/,
767
- Joi.array().items(Joi.string().allow(""))
768
- ),
769
- url: Joi.string().allow(""),
770
- type: ThemePartnerModel.PageType().required(),
771
750
  });
772
751
  }
773
752
 
@@ -1305,13 +1284,8 @@ class ThemePartnerModel {
1305
1284
  /** @returns {Page} */
1306
1285
  static Page() {
1307
1286
  return Joi.object({
1308
- item_total: Joi.number(),
1309
- next_id: Joi.string().allow(""),
1310
- has_previous: Joi.boolean(),
1311
- has_next: Joi.boolean(),
1312
- current: Joi.number(),
1313
- type: Joi.string().allow("").required(),
1314
- size: Joi.number(),
1287
+ sections: Joi.array().items(ThemePartnerModel.Section()),
1288
+ value: Joi.string().allow(""),
1315
1289
  });
1316
1290
  }
1317
1291
 
@@ -1459,6 +1433,22 @@ class ThemePartnerModel {
1459
1433
  });
1460
1434
  }
1461
1435
 
1436
+ /** @returns {ActionPage} */
1437
+ static ActionPage() {
1438
+ return Joi.object({
1439
+ params: Joi.object().pattern(
1440
+ /\S/,
1441
+ Joi.array().items(Joi.string().allow(""))
1442
+ ),
1443
+ query: Joi.object().pattern(
1444
+ /\S/,
1445
+ Joi.array().items(Joi.string().allow(""))
1446
+ ),
1447
+ url: Joi.string().allow(""),
1448
+ type: ThemePartnerModel.PageType().required(),
1449
+ });
1450
+ }
1451
+
1462
1452
  /**
1463
1453
  * Enum: PageType Used By: Theme
1464
1454
  *
@@ -58,7 +58,7 @@ declare class Webhook {
58
58
  * @param {import("../PartnerAPIClient").Options} - Options
59
59
  * @returns {Promise<WebhookPartnerModel.HistoryResponse>} - Success response
60
60
  * @name getHistoricalReports
61
- * @summary: Get report download history.
61
+ * @summary: Get report download history
62
62
  * @description: Retrieve history reports for a specific company based on the provided filters.
63
63
  * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/webhook/getHistoricalReports/).
64
64
  */
@@ -90,10 +90,10 @@ declare class Webhook {
90
90
  * @param {import("../PartnerAPIClient").Options} - Options
91
91
  * @returns {Promise<WebhookPartnerModel.UpdateSubscriberResponse>} - Success response
92
92
  * @name updateSubscriber
93
- * @summary: Update subscriber status by id.
93
+ * @summary: Update subscriber status by id
94
94
  * @description: Update subscriber status by id.
95
95
  * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/webhook/updateSubscriber/).
96
96
  */
97
97
  updateSubscriber({ extensionId, subscriberId, body, requestHeaders }?: WebhookPartnerValidator.UpdateSubscriberParam, { responseHeaders }?: object): Promise<WebhookPartnerModel.UpdateSubscriberResponse>;
98
98
  }
99
- import WebhookPartnerModel = require("./WebhookPartnerModel");
99
+ import WebhookPartnerModel = require("sdk/output/javascript/code/sdk/partner/Webhook/WebhookPartnerModel");
@@ -438,7 +438,7 @@ class Webhook {
438
438
  * @param {import("../PartnerAPIClient").Options} - Options
439
439
  * @returns {Promise<WebhookPartnerModel.HistoryResponse>} - Success response
440
440
  * @name getHistoricalReports
441
- * @summary: Get report download history.
441
+ * @summary: Get report download history
442
442
  * @description: Retrieve history reports for a specific company based on the provided filters.
443
443
  * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/webhook/getHistoricalReports/).
444
444
  */
@@ -672,7 +672,7 @@ class Webhook {
672
672
  * @param {import("../PartnerAPIClient").Options} - Options
673
673
  * @returns {Promise<WebhookPartnerModel.UpdateSubscriberResponse>} - Success response
674
674
  * @name updateSubscriber
675
- * @summary: Update subscriber status by id.
675
+ * @summary: Update subscriber status by id
676
676
  * @description: Update subscriber status by id.
677
677
  * - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/webhook/updateSubscriber/).
678
678
  */
@@ -1,9 +1,9 @@
1
- export const PartnerConfig: typeof import("./PartnerConfig");
2
- export const PartnerClient: typeof import("./PartnerClient");
1
+ export const PartnerConfig: typeof import("sdk/output/javascript/code/sdk/partner/PartnerConfig");
2
+ export const PartnerClient: typeof import("sdk/output/javascript/code/sdk/partner/PartnerClient");
3
3
  export namespace PartnerModel {
4
- const FileStoragePartnerModel: typeof import("./FileStorage/FileStoragePartnerModel");
5
- const LeadPartnerModel: typeof import("./Lead/LeadPartnerModel");
6
- const LogisticsPartnerModel: typeof import("./Logistics/LogisticsPartnerModel");
7
- const ThemePartnerModel: typeof import("./Theme/ThemePartnerModel");
8
- const WebhookPartnerModel: typeof import("./Webhook/WebhookPartnerModel");
4
+ const FileStoragePartnerModel: typeof import("sdk/output/javascript/code/sdk/partner/FileStorage/FileStoragePartnerModel");
5
+ const LeadPartnerModel: typeof import("sdk/output/javascript/code/sdk/partner/Lead/LeadPartnerModel");
6
+ const LogisticsPartnerModel: typeof import("sdk/output/javascript/code/sdk/partner/Logistics/LogisticsPartnerModel");
7
+ const ThemePartnerModel: typeof import("sdk/output/javascript/code/sdk/partner/Theme/ThemePartnerModel");
8
+ const WebhookPartnerModel: typeof import("sdk/output/javascript/code/sdk/partner/Webhook/WebhookPartnerModel");
9
9
  }