@gofynd/fdk-client-javascript 3.3.3 → 3.3.6

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 (158) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
  4. package/sdk/application/Cart/CartApplicationClient.js +30 -30
  5. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +30 -30
  6. package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
  7. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  8. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  9. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  10. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
  14. package/sdk/application/Content/ContentApplicationClient.js +24 -24
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
  17. package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
  18. package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
  19. package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
  20. package/sdk/application/Lead/LeadApplicationClient.js +5 -5
  21. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
  22. package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
  23. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
  24. package/sdk/application/Order/OrderApplicationClient.js +12 -12
  25. package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
  26. package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
  27. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
  28. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  29. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  30. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  31. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  32. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  33. package/sdk/application/User/UserApplicationClient.d.ts +47 -47
  34. package/sdk/application/User/UserApplicationClient.js +47 -47
  35. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
  36. package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
  37. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
  38. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
  39. package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
  40. package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
  41. package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
  42. package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
  43. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
  44. package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
  45. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +57 -3
  46. package/sdk/partner/Logistics/LogisticsPartnerModel.js +40 -1
  47. package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
  48. package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
  49. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
  50. package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
  51. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
  52. package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
  53. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
  54. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
  55. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
  56. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
  57. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
  58. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
  59. package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
  60. package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
  61. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
  62. package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
  63. package/sdk/platform/Cart/CartPlatformModel.d.ts +62 -3
  64. package/sdk/platform/Cart/CartPlatformModel.js +33 -1
  65. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
  66. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
  67. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +89 -82
  68. package/sdk/platform/Catalog/CatalogPlatformClient.js +121 -85
  69. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +61 -3
  70. package/sdk/platform/Catalog/CatalogPlatformModel.js +42 -1
  71. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +46 -5
  72. package/sdk/platform/Catalog/CatalogPlatformValidator.js +21 -4
  73. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  74. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  75. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
  76. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
  77. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  78. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  79. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
  80. package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
  81. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
  82. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
  83. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
  84. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
  85. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  86. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  87. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
  88. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
  89. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2 -2
  90. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -1
  91. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
  92. package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
  93. package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
  94. package/sdk/platform/Content/ContentPlatformClient.js +40 -40
  95. package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
  96. package/sdk/platform/Content/ContentPlatformModel.js +1 -1
  97. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  98. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  99. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
  100. package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
  101. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
  102. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
  103. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
  104. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  105. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
  106. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
  107. package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
  108. package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
  109. package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
  110. package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
  111. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
  112. package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
  113. package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
  114. package/sdk/platform/Order/OrderPlatformClient.js +58 -58
  115. package/sdk/platform/Order/OrderPlatformModel.d.ts +9 -9
  116. package/sdk/platform/Order/OrderPlatformModel.js +6 -6
  117. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  118. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  119. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
  120. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
  121. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  122. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  123. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +85 -3
  124. package/sdk/platform/Payment/PaymentPlatformModel.js +49 -1
  125. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  126. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  127. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
  128. package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
  129. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +38 -38
  130. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
  131. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
  132. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
  133. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +59 -3
  134. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +42 -1
  135. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  136. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  137. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
  138. package/sdk/platform/Share/SharePlatformModel.js +1 -1
  139. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
  140. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
  141. package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
  142. package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
  143. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +34 -34
  144. package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
  145. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
  146. package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
  147. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  148. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  149. package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
  150. package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
  151. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  152. package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
  153. package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
  154. package/sdk/public/Content/ContentPublicClient.js +14 -14
  155. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  156. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  157. package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
  158. package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
@@ -12,7 +12,7 @@ declare class Theme {
12
12
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
13
13
  * @name addThemeToApplication
14
14
  * @summary: Create theme in sales channel
15
- * @description: Include a theme in an application drafts from theme collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addThemeToApplication/).
15
+ * @description: Include a theme in an application drafts from theme collection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/addThemeToApplication/).
16
16
  */
17
17
  addThemeToApplication({ body, requestHeaders }?: ThemePlatformApplicationValidator.AddThemeToApplicationParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
18
18
  /**
@@ -22,7 +22,7 @@ declare class Theme {
22
22
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
23
23
  * @name applyTheme
24
24
  * @summary: Apply a theme
25
- * @description: Change current applied theme with new draft theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/applyTheme/).
25
+ * @description: Change current applied theme with new draft theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/applyTheme/).
26
26
  */
27
27
  applyTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.ApplyThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
28
28
  /**
@@ -32,7 +32,7 @@ declare class Theme {
32
32
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
33
33
  * @name createPage
34
34
  * @summary: Create theme page
35
- * @description: Generate and add a new page to the selected theme of the Platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/createPage/).
35
+ * @description: Generate and add a new page to the selected theme of the Platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/createPage/).
36
36
  */
37
37
  createPage({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.CreatePageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
38
38
  /**
@@ -42,7 +42,7 @@ declare class Theme {
42
42
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
43
43
  * @name deletePage
44
44
  * @summary: Delete a page
45
- * @description: Remove a page from a theme of the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deletePage/).
45
+ * @description: Remove a page from a theme of the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/deletePage/).
46
46
  */
47
47
  deletePage({ themeId, pageValue, requestHeaders }?: ThemePlatformApplicationValidator.DeletePageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
48
48
  /**
@@ -52,7 +52,7 @@ declare class Theme {
52
52
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
53
53
  * @name deleteTheme
54
54
  * @summary: Delete theme
55
- * @description: Remove a theme from theme drafts of a sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteTheme/).
55
+ * @description: Remove a theme from theme drafts of a sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/deleteTheme/).
56
56
  */
57
57
  deleteTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.DeleteThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
58
58
  /**
@@ -62,7 +62,7 @@ declare class Theme {
62
62
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
63
63
  * @name duplicateTheme
64
64
  * @summary: Duplicate a theme
65
- * @description: Create a new copy of an existing theme by theme Id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/duplicateTheme/).
65
+ * @description: Create a new copy of an existing theme by theme Id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/duplicateTheme/).
66
66
  */
67
67
  duplicateTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.DuplicateThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
68
68
  /**
@@ -72,7 +72,7 @@ declare class Theme {
72
72
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
73
73
  * @name getAllPages
74
74
  * @summary: List pages of a theme
75
- * @description: Retrieve a list of all available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAllPages/).
75
+ * @description: Retrieve a list of all available pages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getAllPages/).
76
76
  */
77
77
  getAllPages({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetAllPagesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AllAvailablePageSchema>;
78
78
  /**
@@ -84,7 +84,7 @@ declare class Theme {
84
84
  * @returns {Promise<ThemePlatformModel.ThemesSchema[]>} - Success response
85
85
  * @name getApplicationThemes
86
86
  * @summary: List sales channel themes
87
- * @description: Retrieve all draft themes added to sales channel from theme collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemes/).
87
+ * @description: Retrieve all draft themes added to sales channel from theme collection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getApplicationThemes/).
88
88
  */
89
89
  getApplicationThemes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema[]>;
90
90
  /**
@@ -96,7 +96,7 @@ declare class Theme {
96
96
  * @returns {Promise<Object>} - Success response
97
97
  * @name getApplicationThemesCount
98
98
  * @summary: Get sales channel themes count
99
- * @description: Retrieve count of all draft themes added to sales channel from theme collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemesCount/).
99
+ * @description: Retrieve count of all draft themes added to sales channel from theme collection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getApplicationThemesCount/).
100
100
  */
101
101
  getApplicationThemesCount({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
102
102
  /**
@@ -106,7 +106,7 @@ declare class Theme {
106
106
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
107
107
  * @name getAppliedTheme
108
108
  * @summary: Get applied theme
109
- * @description: Retrieve the currently applied theme of a sales channel using application Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAppliedTheme/).
109
+ * @description: Retrieve the currently applied theme of a sales channel using application Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getAppliedTheme/).
110
110
  */
111
111
  getAppliedTheme({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
112
112
  /**
@@ -118,7 +118,7 @@ declare class Theme {
118
118
  * @returns {Promise<ThemePlatformModel.GetExtensionSectionRes[]>} - Success response
119
119
  * @name getExtensionSections
120
120
  * @summary: Get extension sections
121
- * @description: Retrieve the list of extension sections for a given application in the specified company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getExtensionSections/).
121
+ * @description: Retrieve the list of extension sections for a given application in the specified company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getExtensionSections/).
122
122
  */
123
123
  getExtensionSections({ type, companyMode, requestHeaders }?: ThemePlatformApplicationValidator.GetExtensionSectionsParam, { responseHeaders }?: object): Promise<ThemePlatformModel.GetExtensionSectionRes[]>;
124
124
  /**
@@ -128,7 +128,7 @@ declare class Theme {
128
128
  * @returns {Promise<ThemePlatformModel.FontsSchema>} - Success response
129
129
  * @name getFonts
130
130
  * @summary: List theme fonts
131
- * @description: Retrieve a list of available fonts that can be used by themes in the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getFonts/).
131
+ * @description: Retrieve a list of available fonts that can be used by themes in the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getFonts/).
132
132
  */
133
133
  getFonts({ capability, requestHeaders }?: ThemePlatformApplicationValidator.GetFontsParam, { responseHeaders }?: object): Promise<ThemePlatformModel.FontsSchema>;
134
134
  /**
@@ -138,7 +138,7 @@ declare class Theme {
138
138
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
139
139
  * @name getPage
140
140
  * @summary: Get a page
141
- * @description: Retrieve detailed information about a specific page of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getPage/).
141
+ * @description: Retrieve detailed information about a specific page of a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getPage/).
142
142
  */
143
143
  getPage({ themeId, pageValue, requestHeaders }?: ThemePlatformApplicationValidator.GetPageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
144
144
  /**
@@ -148,7 +148,7 @@ declare class Theme {
148
148
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
149
149
  * @name getThemeById
150
150
  * @summary: Get theme
151
- * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeById/).
151
+ * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getThemeById/).
152
152
  */
153
153
  getThemeById({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeByIdParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
154
154
  /**
@@ -158,7 +158,7 @@ declare class Theme {
158
158
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
159
159
  * @name getThemeForPreview
160
160
  * @summary: Get theme for preview
161
- * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeForPreview/).
161
+ * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getThemeForPreview/).
162
162
  */
163
163
  getThemeForPreview({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeForPreviewParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
164
164
  /**
@@ -170,7 +170,7 @@ declare class Theme {
170
170
  * @returns {Promise<any>} - Success response
171
171
  * @name getThemeLastModified
172
172
  * @summary: Get theme last modified date
173
- * @description: Retrieve the last modification of a theme used for polling and identifing cross user changes in a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeLastModified/).
173
+ * @description: Retrieve the last modification of a theme used for polling and identifing cross user changes in a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getThemeLastModified/).
174
174
  */
175
175
  getThemeLastModified({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeLastModifiedParam, { responseHeaders }?: object): Promise<any>;
176
176
  /**
@@ -180,7 +180,7 @@ declare class Theme {
180
180
  * @returns {Promise<ThemePlatformModel.ThemeUpgradable>} - Success response
181
181
  * @name isUpgradable
182
182
  * @summary: Check theme is upgradable
183
- * @description: Determine if a public theme is eligible for an upgrade to a new version after any new version released in marketplace. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/isUpgradable/).
183
+ * @description: Determine if a public theme is eligible for an upgrade to a new version after any new version released in marketplace. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/isUpgradable/).
184
184
  */
185
185
  isUpgradable({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.IsUpgradableParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemeUpgradable>;
186
186
  /**
@@ -192,7 +192,7 @@ declare class Theme {
192
192
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
193
193
  * @name updateMultiplePages
194
194
  * @summary: Update theme pages
195
- * @description: Modify multiple pages simultaneously of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateMultiplePages/).
195
+ * @description: Modify multiple pages simultaneously of a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updateMultiplePages/).
196
196
  */
197
197
  updateMultiplePages({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdateMultiplePagesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AllAvailablePageSchema>;
198
198
  /**
@@ -202,7 +202,7 @@ declare class Theme {
202
202
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
203
203
  * @name updatePage
204
204
  * @summary: Update a page
205
- * @description: Modify and update the content of a page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updatePage/).
205
+ * @description: Modify and update the content of a page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updatePage/).
206
206
  */
207
207
  updatePage({ themeId, pageValue, socketId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
208
208
  /**
@@ -212,7 +212,7 @@ declare class Theme {
212
212
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
213
213
  * @name updateTheme
214
214
  * @summary: Update theme
215
- * @description: Modify and update the content and settings of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateTheme/).
215
+ * @description: Modify and update the content and settings of a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updateTheme/).
216
216
  */
217
217
  updateTheme({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdateThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
218
218
  /**
@@ -222,7 +222,7 @@ declare class Theme {
222
222
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
223
223
  * @name updateThemeName
224
224
  * @summary: Update theme name
225
- * @description: Modify the name of the draft theme by theme Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateThemeName/).
225
+ * @description: Modify the name of the draft theme by theme Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updateThemeName/).
226
226
  */
227
227
  updateThemeName({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdateThemeNameParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
228
228
  /**
@@ -232,7 +232,7 @@ declare class Theme {
232
232
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
233
233
  * @name upgradeTheme
234
234
  * @summary: Upgrade theme
235
- * @description: Update a draft theme to a new version of the marketplace. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/upgradeTheme/).
235
+ * @description: Update a draft theme to a new version of the marketplace. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/upgradeTheme/).
236
236
  */
237
237
  upgradeTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.UpgradeThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
238
238
  }
@@ -24,7 +24,7 @@ class Theme {
24
24
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
25
25
  * @name addThemeToApplication
26
26
  * @summary: Create theme in sales channel
27
- * @description: Include a theme in an application drafts from theme collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addThemeToApplication/).
27
+ * @description: Include a theme in an application drafts from theme collection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/addThemeToApplication/).
28
28
  */
29
29
  async addThemeToApplication(
30
30
  { body, requestHeaders } = { requestHeaders: {} },
@@ -103,7 +103,7 @@ class Theme {
103
103
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
104
104
  * @name applyTheme
105
105
  * @summary: Apply a theme
106
- * @description: Change current applied theme with new draft theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/applyTheme/).
106
+ * @description: Change current applied theme with new draft theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/applyTheme/).
107
107
  */
108
108
  async applyTheme(
109
109
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -180,7 +180,7 @@ class Theme {
180
180
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
181
181
  * @name createPage
182
182
  * @summary: Create theme page
183
- * @description: Generate and add a new page to the selected theme of the Platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/createPage/).
183
+ * @description: Generate and add a new page to the selected theme of the Platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/createPage/).
184
184
  */
185
185
  async createPage(
186
186
  { themeId, body, requestHeaders } = { requestHeaders: {} },
@@ -259,7 +259,7 @@ class Theme {
259
259
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
260
260
  * @name deletePage
261
261
  * @summary: Delete a page
262
- * @description: Remove a page from a theme of the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deletePage/).
262
+ * @description: Remove a page from a theme of the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/deletePage/).
263
263
  */
264
264
  async deletePage(
265
265
  { themeId, pageValue, requestHeaders } = { requestHeaders: {} },
@@ -338,7 +338,7 @@ class Theme {
338
338
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
339
339
  * @name deleteTheme
340
340
  * @summary: Delete theme
341
- * @description: Remove a theme from theme drafts of a sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteTheme/).
341
+ * @description: Remove a theme from theme drafts of a sales channel. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/deleteTheme/).
342
342
  */
343
343
  async deleteTheme(
344
344
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -415,7 +415,7 @@ class Theme {
415
415
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
416
416
  * @name duplicateTheme
417
417
  * @summary: Duplicate a theme
418
- * @description: Create a new copy of an existing theme by theme Id - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/duplicateTheme/).
418
+ * @description: Create a new copy of an existing theme by theme Id - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/duplicateTheme/).
419
419
  */
420
420
  async duplicateTheme(
421
421
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -494,7 +494,7 @@ class Theme {
494
494
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
495
495
  * @name getAllPages
496
496
  * @summary: List pages of a theme
497
- * @description: Retrieve a list of all available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAllPages/).
497
+ * @description: Retrieve a list of all available pages. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getAllPages/).
498
498
  */
499
499
  async getAllPages(
500
500
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -573,7 +573,7 @@ class Theme {
573
573
  * @returns {Promise<ThemePlatformModel.ThemesSchema[]>} - Success response
574
574
  * @name getApplicationThemes
575
575
  * @summary: List sales channel themes
576
- * @description: Retrieve all draft themes added to sales channel from theme collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemes/).
576
+ * @description: Retrieve all draft themes added to sales channel from theme collection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getApplicationThemes/).
577
577
  */
578
578
  async getApplicationThemes(
579
579
  { requestHeaders } = { requestHeaders: {} },
@@ -647,7 +647,7 @@ class Theme {
647
647
  * @returns {Promise<Object>} - Success response
648
648
  * @name getApplicationThemesCount
649
649
  * @summary: Get sales channel themes count
650
- * @description: Retrieve count of all draft themes added to sales channel from theme collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemesCount/).
650
+ * @description: Retrieve count of all draft themes added to sales channel from theme collection. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getApplicationThemesCount/).
651
651
  */
652
652
  async getApplicationThemesCount(
653
653
  { requestHeaders } = { requestHeaders: {} },
@@ -720,7 +720,7 @@ class Theme {
720
720
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
721
721
  * @name getAppliedTheme
722
722
  * @summary: Get applied theme
723
- * @description: Retrieve the currently applied theme of a sales channel using application Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAppliedTheme/).
723
+ * @description: Retrieve the currently applied theme of a sales channel using application Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getAppliedTheme/).
724
724
  */
725
725
  async getAppliedTheme(
726
726
  { requestHeaders } = { requestHeaders: {} },
@@ -797,7 +797,7 @@ class Theme {
797
797
  * @returns {Promise<ThemePlatformModel.GetExtensionSectionRes[]>} - Success response
798
798
  * @name getExtensionSections
799
799
  * @summary: Get extension sections
800
- * @description: Retrieve the list of extension sections for a given application in the specified company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getExtensionSections/).
800
+ * @description: Retrieve the list of extension sections for a given application in the specified company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getExtensionSections/).
801
801
  */
802
802
  async getExtensionSections(
803
803
  { type, companyMode, requestHeaders } = { requestHeaders: {} },
@@ -877,7 +877,7 @@ class Theme {
877
877
  * @returns {Promise<ThemePlatformModel.FontsSchema>} - Success response
878
878
  * @name getFonts
879
879
  * @summary: List theme fonts
880
- * @description: Retrieve a list of available fonts that can be used by themes in the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getFonts/).
880
+ * @description: Retrieve a list of available fonts that can be used by themes in the platform. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getFonts/).
881
881
  */
882
882
  async getFonts(
883
883
  { capability, requestHeaders } = { requestHeaders: {} },
@@ -955,7 +955,7 @@ class Theme {
955
955
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
956
956
  * @name getPage
957
957
  * @summary: Get a page
958
- * @description: Retrieve detailed information about a specific page of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getPage/).
958
+ * @description: Retrieve detailed information about a specific page of a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getPage/).
959
959
  */
960
960
  async getPage(
961
961
  { themeId, pageValue, requestHeaders } = { requestHeaders: {} },
@@ -1034,7 +1034,7 @@ class Theme {
1034
1034
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1035
1035
  * @name getThemeById
1036
1036
  * @summary: Get theme
1037
- * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeById/).
1037
+ * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getThemeById/).
1038
1038
  */
1039
1039
  async getThemeById(
1040
1040
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -1111,7 +1111,7 @@ class Theme {
1111
1111
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1112
1112
  * @name getThemeForPreview
1113
1113
  * @summary: Get theme for preview
1114
- * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeForPreview/).
1114
+ * @description: Retrieve a theme by its unique identifier. Response contains theme template data and data stored in theme editor. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getThemeForPreview/).
1115
1115
  */
1116
1116
  async getThemeForPreview(
1117
1117
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -1192,7 +1192,7 @@ class Theme {
1192
1192
  * @returns {Promise<any>} - Success response
1193
1193
  * @name getThemeLastModified
1194
1194
  * @summary: Get theme last modified date
1195
- * @description: Retrieve the last modification of a theme used for polling and identifing cross user changes in a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeLastModified/).
1195
+ * @description: Retrieve the last modification of a theme used for polling and identifing cross user changes in a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getThemeLastModified/).
1196
1196
  */
1197
1197
  async getThemeLastModified(
1198
1198
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -1268,7 +1268,7 @@ class Theme {
1268
1268
  * @returns {Promise<ThemePlatformModel.ThemeUpgradable>} - Success response
1269
1269
  * @name isUpgradable
1270
1270
  * @summary: Check theme is upgradable
1271
- * @description: Determine if a public theme is eligible for an upgrade to a new version after any new version released in marketplace. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/isUpgradable/).
1271
+ * @description: Determine if a public theme is eligible for an upgrade to a new version after any new version released in marketplace. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/isUpgradable/).
1272
1272
  */
1273
1273
  async isUpgradable(
1274
1274
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -1347,7 +1347,7 @@ class Theme {
1347
1347
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
1348
1348
  * @name updateMultiplePages
1349
1349
  * @summary: Update theme pages
1350
- * @description: Modify multiple pages simultaneously of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateMultiplePages/).
1350
+ * @description: Modify multiple pages simultaneously of a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updateMultiplePages/).
1351
1351
  */
1352
1352
  async updateMultiplePages(
1353
1353
  { themeId, body, requestHeaders } = { requestHeaders: {} },
@@ -1428,7 +1428,7 @@ class Theme {
1428
1428
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
1429
1429
  * @name updatePage
1430
1430
  * @summary: Update a page
1431
- * @description: Modify and update the content of a page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updatePage/).
1431
+ * @description: Modify and update the content of a page. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updatePage/).
1432
1432
  */
1433
1433
  async updatePage(
1434
1434
  { themeId, pageValue, socketId, body, requestHeaders } = {
@@ -1513,7 +1513,7 @@ class Theme {
1513
1513
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1514
1514
  * @name updateTheme
1515
1515
  * @summary: Update theme
1516
- * @description: Modify and update the content and settings of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateTheme/).
1516
+ * @description: Modify and update the content and settings of a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updateTheme/).
1517
1517
  */
1518
1518
  async updateTheme(
1519
1519
  { themeId, body, requestHeaders } = { requestHeaders: {} },
@@ -1592,7 +1592,7 @@ class Theme {
1592
1592
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1593
1593
  * @name updateThemeName
1594
1594
  * @summary: Update theme name
1595
- * @description: Modify the name of the draft theme by theme Id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateThemeName/).
1595
+ * @description: Modify the name of the draft theme by theme Id. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/updateThemeName/).
1596
1596
  */
1597
1597
  async updateThemeName(
1598
1598
  { themeId, body, requestHeaders } = { requestHeaders: {} },
@@ -1673,7 +1673,7 @@ class Theme {
1673
1673
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1674
1674
  * @name upgradeTheme
1675
1675
  * @summary: Upgrade theme
1676
- * @description: Update a draft theme to a new version of the marketplace. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/upgradeTheme/).
1676
+ * @description: Update a draft theme to a new version of the marketplace. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/upgradeTheme/).
1677
1677
  */
1678
1678
  async upgradeTheme(
1679
1679
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -9,7 +9,7 @@ declare class Theme {
9
9
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
10
10
  * @name addMarketplaceThemeToCompany
11
11
  * @summary: Create a company theme
12
- * @description: Incorporate a marketplace theme into a company's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addMarketplaceThemeToCompany/).
12
+ * @description: Incorporate a marketplace theme into a company's profile. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/addMarketplaceThemeToCompany/).
13
13
  */
14
14
  addMarketplaceThemeToCompany({ body, requestHeaders }?: ThemePlatformValidator.AddMarketplaceThemeToCompanyParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyThemeSchema>;
15
15
  /**
@@ -19,7 +19,7 @@ declare class Theme {
19
19
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
20
20
  * @name deleteCompanyTheme
21
21
  * @summary: Delete a company theme
22
- * @description: Remove a theme associated with a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteCompanyTheme/).
22
+ * @description: Remove a theme associated with a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/deleteCompanyTheme/).
23
23
  */
24
24
  deleteCompanyTheme({ themeId, requestHeaders }?: ThemePlatformValidator.DeleteCompanyThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyThemeSchema>;
25
25
  /**
@@ -29,7 +29,7 @@ declare class Theme {
29
29
  * @returns {Promise<ThemePlatformModel.CompanyPrivateTheme[]>} - Success response
30
30
  * @name getCompanyLevelPrivateThemes
31
31
  * @summary: List private company themes
32
- * @description: Retrieve a list of private themes added to a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getCompanyLevelPrivateThemes/).
32
+ * @description: Retrieve a list of private themes added to a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getCompanyLevelPrivateThemes/).
33
33
  */
34
34
  getCompanyLevelPrivateThemes({ searchText, requestHeaders }?: ThemePlatformValidator.GetCompanyLevelPrivateThemesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyPrivateTheme[]>;
35
35
  /**
@@ -39,7 +39,7 @@ declare class Theme {
39
39
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema[]>} - Success response
40
40
  * @name getCompanyLevelThemes
41
41
  * @summary: List company themes
42
- * @description: Retrieve themes added to a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getCompanyLevelThemes/).
42
+ * @description: Retrieve themes added to a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getCompanyLevelThemes/).
43
43
  */
44
44
  getCompanyLevelThemes({ searchText, requestHeaders }?: ThemePlatformValidator.GetCompanyLevelThemesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyThemeSchema[]>;
45
45
  }
@@ -21,7 +21,7 @@ class Theme {
21
21
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
22
22
  * @name addMarketplaceThemeToCompany
23
23
  * @summary: Create a company theme
24
- * @description: Incorporate a marketplace theme into a company's profile. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addMarketplaceThemeToCompany/).
24
+ * @description: Incorporate a marketplace theme into a company's profile. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/addMarketplaceThemeToCompany/).
25
25
  */
26
26
  async addMarketplaceThemeToCompany(
27
27
  { body, requestHeaders } = { requestHeaders: {} },
@@ -102,7 +102,7 @@ class Theme {
102
102
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
103
103
  * @name deleteCompanyTheme
104
104
  * @summary: Delete a company theme
105
- * @description: Remove a theme associated with a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteCompanyTheme/).
105
+ * @description: Remove a theme associated with a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/deleteCompanyTheme/).
106
106
  */
107
107
  async deleteCompanyTheme(
108
108
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -181,7 +181,7 @@ class Theme {
181
181
  * @returns {Promise<ThemePlatformModel.CompanyPrivateTheme[]>} - Success response
182
182
  * @name getCompanyLevelPrivateThemes
183
183
  * @summary: List private company themes
184
- * @description: Retrieve a list of private themes added to a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getCompanyLevelPrivateThemes/).
184
+ * @description: Retrieve a list of private themes added to a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getCompanyLevelPrivateThemes/).
185
185
  */
186
186
  async getCompanyLevelPrivateThemes(
187
187
  { searchText, requestHeaders } = { requestHeaders: {} },
@@ -260,7 +260,7 @@ class Theme {
260
260
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema[]>} - Success response
261
261
  * @name getCompanyLevelThemes
262
262
  * @summary: List company themes
263
- * @description: Retrieve themes added to a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getCompanyLevelThemes/).
263
+ * @description: Retrieve themes added to a company. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/platform/theme/getCompanyLevelThemes/).
264
264
  */
265
265
  async getCompanyLevelThemes(
266
266
  { searchText, requestHeaders } = { requestHeaders: {} },