@gofynd/fdk-client-javascript 1.4.2-beta.6 → 1.4.3

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 (187) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -3
  3. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  4. package/sdk/application/ApplicationAPIClient.js +0 -1
  5. package/sdk/application/Cart/CartApplicationClient.d.ts +25 -25
  6. package/sdk/application/Cart/CartApplicationClient.js +25 -25
  7. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +40 -40
  8. package/sdk/application/Catalog/CatalogApplicationClient.js +40 -40
  9. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  10. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  11. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  12. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  13. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  14. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  15. package/sdk/application/Content/ContentApplicationClient.d.ts +10 -10
  16. package/sdk/application/Content/ContentApplicationClient.js +10 -10
  17. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  18. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  19. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +2 -2
  20. package/sdk/application/FileStorage/FileStorageApplicationClient.js +12 -6
  21. package/sdk/application/Lead/LeadApplicationClient.d.ts +7 -7
  22. package/sdk/application/Lead/LeadApplicationClient.js +7 -7
  23. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  24. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  25. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
  26. package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
  27. package/sdk/application/Order/OrderApplicationClient.d.ts +13 -13
  28. package/sdk/application/Order/OrderApplicationClient.js +16 -12
  29. package/sdk/application/Order/OrderApplicationValidator.d.ts +7 -0
  30. package/sdk/application/Order/OrderApplicationValidator.js +3 -0
  31. package/sdk/application/Payment/PaymentApplicationClient.d.ts +47 -47
  32. package/sdk/application/Payment/PaymentApplicationClient.js +52 -52
  33. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  34. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  35. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +5 -5
  36. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  37. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +27 -27
  38. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  39. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +6 -6
  40. package/sdk/application/Rewards/RewardsApplicationClient.js +6 -6
  41. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  42. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  43. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  44. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  45. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  46. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  47. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  48. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  49. package/sdk/application/User/UserApplicationClient.d.ts +28 -28
  50. package/sdk/application/User/UserApplicationClient.js +28 -28
  51. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  52. package/sdk/application/User/UserApplicationModel.js +17 -13
  53. package/sdk/common/AxiosHelper.d.ts +1 -1
  54. package/sdk/common/AxiosHelper.js +38 -17
  55. package/sdk/common/Clickstream.js +33 -19
  56. package/sdk/common/curlHelper.js +1 -3
  57. package/sdk/common/utils.d.ts +15 -0
  58. package/sdk/common/utils.js +30 -0
  59. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +2 -2
  60. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  61. package/sdk/partner/Lead/LeadPartnerClient.d.ts +1 -1
  62. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  63. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +4 -4
  64. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  65. package/sdk/partner/OAuthClient.d.ts +3 -3
  66. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  67. package/sdk/partner/PartnerAPIClient.js +0 -1
  68. package/sdk/partner/Theme/ThemePartnerClient.d.ts +19 -19
  69. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  70. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  71. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  72. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +2 -2
  73. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  74. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
  75. package/sdk/partner/Webhook/WebhookPartnerModel.js +2 -2
  76. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +4 -4
  77. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +4 -4
  78. package/sdk/platform/Billing/BillingPlatformClient.d.ts +17 -17
  79. package/sdk/platform/Billing/BillingPlatformClient.js +17 -17
  80. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +49 -49
  81. package/sdk/platform/Cart/CartPlatformApplicationClient.js +49 -49
  82. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +60 -60
  83. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +62 -62
  84. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +87 -87
  85. package/sdk/platform/Catalog/CatalogPlatformClient.js +87 -87
  86. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  87. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  88. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  89. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  90. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +58 -58
  91. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +58 -58
  92. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  93. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  94. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  95. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  96. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +16 -16
  97. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +16 -16
  98. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  99. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  100. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  101. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  102. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +18 -18
  103. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +18 -18
  104. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +57 -57
  105. package/sdk/platform/Content/ContentPlatformApplicationClient.js +63 -63
  106. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +4 -4
  107. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  108. package/sdk/platform/Content/ContentPlatformClient.d.ts +3 -3
  109. package/sdk/platform/Content/ContentPlatformClient.js +9 -9
  110. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  111. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  112. package/sdk/platform/Content/ContentPlatformValidator.d.ts +4 -4
  113. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  114. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  115. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  116. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +9 -9
  117. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +19 -13
  118. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +8 -8
  119. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +23 -14
  120. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  121. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +14 -0
  122. package/sdk/platform/Finance/FinancePlatformClient.d.ts +27 -27
  123. package/sdk/platform/Finance/FinancePlatformClient.js +27 -27
  124. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +6 -6
  125. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +6 -6
  126. package/sdk/platform/Lead/LeadPlatformClient.d.ts +11 -11
  127. package/sdk/platform/Lead/LeadPlatformClient.js +11 -11
  128. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  129. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  130. package/sdk/platform/OAuthClient.d.ts +3 -3
  131. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +2 -2
  132. package/sdk/platform/Order/OrderPlatformApplicationClient.js +2 -2
  133. package/sdk/platform/Order/OrderPlatformClient.d.ts +43 -43
  134. package/sdk/platform/Order/OrderPlatformClient.js +55 -44
  135. package/sdk/platform/Order/OrderPlatformModel.d.ts +8 -2
  136. package/sdk/platform/Order/OrderPlatformModel.js +8 -2
  137. package/sdk/platform/Order/OrderPlatformValidator.d.ts +14 -0
  138. package/sdk/platform/Order/OrderPlatformValidator.js +6 -0
  139. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  140. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  141. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +38 -38
  142. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +38 -38
  143. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  144. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  145. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  146. package/sdk/platform/PlatformAPIClient.js +0 -1
  147. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  148. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  149. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +9 -9
  150. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +9 -9
  151. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +15 -15
  152. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +15 -15
  153. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  154. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  155. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  156. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  157. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -0
  158. package/sdk/platform/Share/SharePlatformModel.js +2 -0
  159. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +28 -28
  160. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +28 -28
  161. package/sdk/platform/Theme/ThemePlatformClient.d.ts +3 -3
  162. package/sdk/platform/Theme/ThemePlatformClient.js +3 -3
  163. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  164. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  165. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +16 -16
  166. package/sdk/platform/User/UserPlatformApplicationClient.js +16 -16
  167. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  168. package/sdk/platform/User/UserPlatformModel.js +21 -13
  169. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +16 -16
  170. package/sdk/platform/Webhook/WebhookPlatformClient.js +16 -16
  171. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +5 -45
  172. package/sdk/platform/Webhook/WebhookPlatformModel.js +4 -50
  173. package/sdk/public/Billing/BillingPublicClient.d.ts +1 -1
  174. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  175. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  176. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  177. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +1 -1
  178. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  179. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  180. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  181. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  182. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  183. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  184. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  185. package/sdk/public/PublicAPIClient.d.ts +1 -1
  186. package/sdk/public/Webhook/WebhookPublicClient.d.ts +2 -2
  187. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
@@ -21,7 +21,7 @@ class Share {
21
21
  * @param {import("../PlatformAPIClient").Options} - Options
22
22
  * @returns {Promise<SharePlatformModel.ShortLinkRes>} - Success response
23
23
  * @name createShortLink
24
- * @summary: Create short link.
24
+ * @summary: Create short link
25
25
  * @description: Generate a shortened URL link for sharing. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/share/createShortLink/).
26
26
  */
27
27
  async createShortLink(
@@ -100,7 +100,7 @@ class Share {
100
100
  * @param {import("../PlatformAPIClient").Options} - Options
101
101
  * @returns {Promise<SharePlatformModel.ShortLinkRes>} - Success response
102
102
  * @name getShortLinkByHash
103
- * @summary: Get short link by hash.
103
+ * @summary: Get short link by hash
104
104
  * @description: Retrieve a specific short link by its unique hash. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/share/getShortLinkByHash/).
105
105
  */
106
106
  async getShortLinkByHash(
@@ -181,7 +181,7 @@ class Share {
181
181
  * @param {import("../PlatformAPIClient").Options} - Options
182
182
  * @returns {Promise<SharePlatformModel.ClickStatsResponse>} - Success response
183
183
  * @name getShortLinkClickStats
184
- * @summary: Get short link click statistics.
184
+ * @summary: Get short link click statistics
185
185
  * @description: Retrieve statistics and analytics for clicks on a short link. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/share/getShortLinkClickStats/).
186
186
  */
187
187
  async getShortLinkClickStats(
@@ -257,7 +257,7 @@ class Share {
257
257
  * @param {import("../PlatformAPIClient").Options} - Options
258
258
  * @returns {Promise<SharePlatformModel.ShortLinkList>} - Success response
259
259
  * @name getShortLinks
260
- * @summary: Get short links.
260
+ * @summary: Get short links
261
261
  * @description: Retrieve a list of all generated short links. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/share/getShortLinks/).
262
262
  */
263
263
  async getShortLinks(
@@ -366,7 +366,7 @@ class Share {
366
366
  * @param {import("../PlatformAPIClient").Options} - Options
367
367
  * @returns {Promise<SharePlatformModel.ShortLinkRes>} - Success response
368
368
  * @name updateShortLinkById
369
- * @summary: Update short link by ID.
369
+ * @summary: Update short link by ID
370
370
  * @description: Update details of a specific short link by its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/share/updateShortLinkById/).
371
371
  */
372
372
  async updateShortLinkById(
@@ -58,6 +58,7 @@ export = SharePlatformModel;
58
58
  */
59
59
  /**
60
60
  * @typedef UrlInfo
61
+ * @property {string} [original]
61
62
  * @property {string} [hash]
62
63
  */
63
64
  /**
@@ -194,6 +195,7 @@ type ShortLinkReq = {
194
195
  /** @returns {UrlInfo} */
195
196
  declare function UrlInfo(): UrlInfo;
196
197
  type UrlInfo = {
198
+ original?: string;
197
199
  hash?: string;
198
200
  };
199
201
  /** @returns {ShortLinkRes} */
@@ -68,6 +68,7 @@ const Joi = require("joi");
68
68
 
69
69
  /**
70
70
  * @typedef UrlInfo
71
+ * @property {string} [original]
71
72
  * @property {string} [hash]
72
73
  */
73
74
 
@@ -206,6 +207,7 @@ class SharePlatformModel {
206
207
  /** @returns {UrlInfo} */
207
208
  static UrlInfo() {
208
209
  return Joi.object({
210
+ original: Joi.string().allow(""),
209
211
  hash: Joi.string().allow(""),
210
212
  });
211
213
  }
@@ -11,7 +11,7 @@ declare class Theme {
11
11
  * @param {import("../PlatformAPIClient").Options} - Options
12
12
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
13
13
  * @name addThemeToApplication
14
- * @summary: Add theme to application.
14
+ * @summary: Add theme to application
15
15
  * @description: Include a theme in an application's design. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addThemeToApplication/).
16
16
  */
17
17
  addThemeToApplication({ body, requestHeaders }?: ThemePlatformApplicationValidator.AddThemeToApplicationParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -21,7 +21,7 @@ declare class Theme {
21
21
  * @param {import("../PlatformAPIClient").Options} - Options
22
22
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
23
23
  * @name addToThemeLibrary
24
- * @summary: Add to theme library.
24
+ * @summary: Add to theme library
25
25
  * @description: Store and add a theme to the platform's library. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addToThemeLibrary/).
26
26
  */
27
27
  addToThemeLibrary({ body, requestHeaders }?: ThemePlatformApplicationValidator.AddToThemeLibraryParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -31,7 +31,7 @@ declare class Theme {
31
31
  * @param {import("../PlatformAPIClient").Options} - Options
32
32
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
33
33
  * @name applyTheme
34
- * @summary: Apply theme.
34
+ * @summary: Apply theme
35
35
  * @description: Set and apply a theme to an application or page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/applyTheme/).
36
36
  */
37
37
  applyTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.ApplyThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -41,7 +41,7 @@ declare class Theme {
41
41
  * @param {import("../PlatformAPIClient").Options} - Options
42
42
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
43
43
  * @name archiveTheme
44
- * @summary: Archive theme.
44
+ * @summary: Archive theme
45
45
  * @description: Store a theme in an archive. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/archiveTheme/).
46
46
  */
47
47
  archiveTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.ArchiveThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -51,7 +51,7 @@ declare class Theme {
51
51
  * @param {import("../PlatformAPIClient").Options} - Options
52
52
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
53
53
  * @name createPage
54
- * @summary: Create page.
54
+ * @summary: Create page
55
55
  * @description: Generate and add a new page to the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/createPage/).
56
56
  */
57
57
  createPage({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.CreatePageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
@@ -61,7 +61,7 @@ declare class Theme {
61
61
  * @param {import("../PlatformAPIClient").Options} - Options
62
62
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
63
63
  * @name deletePage
64
- * @summary: Delete page.
64
+ * @summary: Delete page
65
65
  * @description: Remove a page from the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deletePage/).
66
66
  */
67
67
  deletePage({ themeId, pageValue, requestHeaders }?: ThemePlatformApplicationValidator.DeletePageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
@@ -71,7 +71,7 @@ declare class Theme {
71
71
  * @param {import("../PlatformAPIClient").Options} - Options
72
72
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
73
73
  * @name deleteTheme
74
- * @summary: Delete theme.
74
+ * @summary: Delete theme
75
75
  * @description: Remove a theme from the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteTheme/).
76
76
  */
77
77
  deleteTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.DeleteThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -81,7 +81,7 @@ declare class Theme {
81
81
  * @param {import("../PlatformAPIClient").Options} - Options
82
82
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
83
83
  * @name duplicateTheme
84
- * @summary: Duplicate theme.
84
+ * @summary: Duplicate theme
85
85
  * @description: Create a copy of an existing theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/duplicateTheme/).
86
86
  */
87
87
  duplicateTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.DuplicateThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -91,7 +91,7 @@ declare class Theme {
91
91
  * @param {import("../PlatformAPIClient").Options} - Options
92
92
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
93
93
  * @name getAllPages
94
- * @summary: Get all pages.
94
+ * @summary: Get all pages
95
95
  * @description: Retrieve a list of all available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAllPages/).
96
96
  */
97
97
  getAllPages({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetAllPagesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AllAvailablePageSchema>;
@@ -103,7 +103,7 @@ declare class Theme {
103
103
  * @param {import("../PlatformAPIClient").Options} - Options
104
104
  * @returns {Promise<ThemePlatformModel.ThemesSchema[]>} - Success response
105
105
  * @name getApplicationThemes
106
- * @summary: Get application themes.
106
+ * @summary: Get application themes
107
107
  * @description: Retrieve themes available for an application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemes/).
108
108
  */
109
109
  getApplicationThemes({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema[]>;
@@ -115,7 +115,7 @@ declare class Theme {
115
115
  * @param {import("../PlatformAPIClient").Options} - Options
116
116
  * @returns {Promise<Object>} - Success response
117
117
  * @name getApplicationThemesCount
118
- * @summary: Get application themes count.
118
+ * @summary: Get application themes count
119
119
  * @description: Count the number of themes available for an application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemesCount/).
120
120
  */
121
121
  getApplicationThemesCount({ requestHeaders }?: any, { responseHeaders }?: object): Promise<any>;
@@ -125,7 +125,7 @@ declare class Theme {
125
125
  * @param {import("../PlatformAPIClient").Options} - Options
126
126
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
127
127
  * @name getAppliedTheme
128
- * @summary: Get applied theme.
128
+ * @summary: Get applied theme
129
129
  * @description: Retrieve the currently applied theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAppliedTheme/).
130
130
  */
131
131
  getAppliedTheme({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -135,7 +135,7 @@ declare class Theme {
135
135
  * @param {import("../PlatformAPIClient").Options} - Options
136
136
  * @returns {Promise<ThemePlatformModel.FontsSchema>} - Success response
137
137
  * @name getFonts
138
- * @summary: Get fonts.
138
+ * @summary: Get fonts
139
139
  * @description: Retrieve a list of available fonts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getFonts/).
140
140
  */
141
141
  getFonts({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ThemePlatformModel.FontsSchema>;
@@ -145,7 +145,7 @@ declare class Theme {
145
145
  * @param {import("../PlatformAPIClient").Options} - Options
146
146
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
147
147
  * @name getPage
148
- * @summary: Get page.
148
+ * @summary: Get page
149
149
  * @description: Retrieve detailed information about a specific page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getPage/).
150
150
  */
151
151
  getPage({ themeId, pageValue, requestHeaders }?: ThemePlatformApplicationValidator.GetPageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
@@ -155,7 +155,7 @@ declare class Theme {
155
155
  * @param {import("../PlatformAPIClient").Options} - Options
156
156
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
157
157
  * @name getPublicThemes
158
- * @summary: Get public themes.
158
+ * @summary: Get public themes
159
159
  * @description: Retrieve themes that are publicly accessible. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getPublicThemes/).
160
160
  */
161
161
  getPublicThemes({ pageSize, pageNo, requestHeaders }?: ThemePlatformApplicationValidator.GetPublicThemesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -165,7 +165,7 @@ declare class Theme {
165
165
  * @param {import("../PlatformAPIClient").Options} - Options
166
166
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
167
167
  * @name getThemeById
168
- * @summary: Get theme by ID.
168
+ * @summary: Get theme by ID
169
169
  * @description: Retrieve a theme by its unique identifier. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeById/).
170
170
  */
171
171
  getThemeById({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeByIdParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -175,7 +175,7 @@ declare class Theme {
175
175
  * @param {import("../PlatformAPIClient").Options} - Options
176
176
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
177
177
  * @name getThemeForPreview
178
- * @summary: Get theme for preview.
178
+ * @summary: Get theme for preview
179
179
  * @description: Retrieve a theme for previewing before application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeForPreview/).
180
180
  */
181
181
  getThemeForPreview({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeForPreviewParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -187,7 +187,7 @@ declare class Theme {
187
187
  * @param {import("../PlatformAPIClient").Options} - Options
188
188
  * @returns {Promise<any>} - Success response
189
189
  * @name getThemeLastModified
190
- * @summary: Get theme last modified.
190
+ * @summary: Get theme last modified
191
191
  * @description: Retrieve the last modification of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeLastModified/).
192
192
  */
193
193
  getThemeLastModified({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeLastModifiedParam, { responseHeaders }?: object): Promise<any>;
@@ -197,7 +197,7 @@ declare class Theme {
197
197
  * @param {import("../PlatformAPIClient").Options} - Options
198
198
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
199
199
  * @name getThemeLibrary
200
- * @summary: Get theme library.
200
+ * @summary: Get theme library
201
201
  * @description: Retrieve themes available in the platform's library. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeLibrary/).
202
202
  */
203
203
  getThemeLibrary({ pageSize, pageNo, requestHeaders }?: ThemePlatformApplicationValidator.GetThemeLibraryParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -207,7 +207,7 @@ declare class Theme {
207
207
  * @param {import("../PlatformAPIClient").Options} - Options
208
208
  * @returns {Promise<ThemePlatformModel.ThemeUpgradableResponse>} - Success response
209
209
  * @name isUpgradable
210
- * @summary: Is upgradable.
210
+ * @summary: Is upgradable
211
211
  * @description: Determine if a theme is eligible for an upgrade. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/isUpgradable/).
212
212
  */
213
213
  isUpgradable({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.IsUpgradableParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemeUpgradableResponse>;
@@ -217,7 +217,7 @@ declare class Theme {
217
217
  * @param {import("../PlatformAPIClient").Options} - Options
218
218
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
219
219
  * @name publishTheme
220
- * @summary: Publish theme.
220
+ * @summary: Publish theme
221
221
  * @description: Make a theme accessible for use. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/publishTheme/).
222
222
  */
223
223
  publishTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.PublishThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -227,7 +227,7 @@ declare class Theme {
227
227
  * @param {import("../PlatformAPIClient").Options} - Options
228
228
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
229
229
  * @name unarchiveTheme
230
- * @summary: Unarchive theme.
230
+ * @summary: Unarchive theme
231
231
  * @description: Retrieve a theme from the archive. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/unarchiveTheme/).
232
232
  */
233
233
  unarchiveTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.UnarchiveThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -237,7 +237,7 @@ declare class Theme {
237
237
  * @param {import("../PlatformAPIClient").Options} - Options
238
238
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
239
239
  * @name unpublishTheme
240
- * @summary: Unpublish theme.
240
+ * @summary: Unpublish theme
241
241
  * @description: Remove a published theme from public access. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/unpublishTheme/).
242
242
  */
243
243
  unpublishTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.UnpublishThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.DummyResponse>;
@@ -249,7 +249,7 @@ declare class Theme {
249
249
  * @param {import("../PlatformAPIClient").Options} - Options
250
250
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
251
251
  * @name updateMultiplePages
252
- * @summary: Update multiple pages.
252
+ * @summary: Update multiple pages
253
253
  * @description: Modify multiple pages simultaneously. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateMultiplePages/).
254
254
  */
255
255
  updateMultiplePages({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdateMultiplePagesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AllAvailablePageSchema>;
@@ -259,7 +259,7 @@ declare class Theme {
259
259
  * @param {import("../PlatformAPIClient").Options} - Options
260
260
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
261
261
  * @name updatePage
262
- * @summary: Update page.
262
+ * @summary: Update page
263
263
  * @description: Modify and update the content of a page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updatePage/).
264
264
  */
265
265
  updatePage({ themeId, pageValue, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ThemePlatformModel.AvailablePageSchema>;
@@ -269,7 +269,7 @@ declare class Theme {
269
269
  * @param {import("../PlatformAPIClient").Options} - Options
270
270
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
271
271
  * @name updateTheme
272
- * @summary: Update theme.
272
+ * @summary: Update theme
273
273
  * @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/).
274
274
  */
275
275
  updateTheme({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdateThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -279,7 +279,7 @@ declare class Theme {
279
279
  * @param {import("../PlatformAPIClient").Options} - Options
280
280
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
281
281
  * @name updateThemeName
282
- * @summary: Update theme name.
282
+ * @summary: Update theme name
283
283
  * @description: Modify the name of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateThemeName/).
284
284
  */
285
285
  updateThemeName({ themeId, body, requestHeaders }?: ThemePlatformApplicationValidator.UpdateThemeNameParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -289,7 +289,7 @@ declare class Theme {
289
289
  * @param {import("../PlatformAPIClient").Options} - Options
290
290
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
291
291
  * @name upgradeTheme
292
- * @summary: Upgrade theme.
292
+ * @summary: Upgrade theme
293
293
  * @description: Enhance and update a theme to a new version. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/upgradeTheme/).
294
294
  */
295
295
  upgradeTheme({ themeId, requestHeaders }?: ThemePlatformApplicationValidator.UpgradeThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.ThemesSchema>;
@@ -23,7 +23,7 @@ class Theme {
23
23
  * @param {import("../PlatformAPIClient").Options} - Options
24
24
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
25
25
  * @name addThemeToApplication
26
- * @summary: Add theme to application.
26
+ * @summary: Add theme to application
27
27
  * @description: Include a theme in an application's design. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addThemeToApplication/).
28
28
  */
29
29
  async addThemeToApplication(
@@ -102,7 +102,7 @@ class Theme {
102
102
  * @param {import("../PlatformAPIClient").Options} - Options
103
103
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
104
104
  * @name addToThemeLibrary
105
- * @summary: Add to theme library.
105
+ * @summary: Add to theme library
106
106
  * @description: Store and add a theme to the platform's library. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/addToThemeLibrary/).
107
107
  */
108
108
  async addToThemeLibrary(
@@ -181,7 +181,7 @@ class Theme {
181
181
  * @param {import("../PlatformAPIClient").Options} - Options
182
182
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
183
183
  * @name applyTheme
184
- * @summary: Apply theme.
184
+ * @summary: Apply theme
185
185
  * @description: Set and apply a theme to an application or page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/applyTheme/).
186
186
  */
187
187
  async applyTheme(
@@ -258,7 +258,7 @@ class Theme {
258
258
  * @param {import("../PlatformAPIClient").Options} - Options
259
259
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
260
260
  * @name archiveTheme
261
- * @summary: Archive theme.
261
+ * @summary: Archive theme
262
262
  * @description: Store a theme in an archive. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/archiveTheme/).
263
263
  */
264
264
  async archiveTheme(
@@ -335,7 +335,7 @@ class Theme {
335
335
  * @param {import("../PlatformAPIClient").Options} - Options
336
336
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
337
337
  * @name createPage
338
- * @summary: Create page.
338
+ * @summary: Create page
339
339
  * @description: Generate and add a new page to the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/createPage/).
340
340
  */
341
341
  async createPage(
@@ -414,7 +414,7 @@ class Theme {
414
414
  * @param {import("../PlatformAPIClient").Options} - Options
415
415
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
416
416
  * @name deletePage
417
- * @summary: Delete page.
417
+ * @summary: Delete page
418
418
  * @description: Remove a page from the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deletePage/).
419
419
  */
420
420
  async deletePage(
@@ -493,7 +493,7 @@ class Theme {
493
493
  * @param {import("../PlatformAPIClient").Options} - Options
494
494
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
495
495
  * @name deleteTheme
496
- * @summary: Delete theme.
496
+ * @summary: Delete theme
497
497
  * @description: Remove a theme from the platform. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteTheme/).
498
498
  */
499
499
  async deleteTheme(
@@ -570,7 +570,7 @@ class Theme {
570
570
  * @param {import("../PlatformAPIClient").Options} - Options
571
571
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
572
572
  * @name duplicateTheme
573
- * @summary: Duplicate theme.
573
+ * @summary: Duplicate theme
574
574
  * @description: Create a copy of an existing theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/duplicateTheme/).
575
575
  */
576
576
  async duplicateTheme(
@@ -649,7 +649,7 @@ class Theme {
649
649
  * @param {import("../PlatformAPIClient").Options} - Options
650
650
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
651
651
  * @name getAllPages
652
- * @summary: Get all pages.
652
+ * @summary: Get all pages
653
653
  * @description: Retrieve a list of all available pages. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAllPages/).
654
654
  */
655
655
  async getAllPages(
@@ -728,7 +728,7 @@ class Theme {
728
728
  * @param {import("../PlatformAPIClient").Options} - Options
729
729
  * @returns {Promise<ThemePlatformModel.ThemesSchema[]>} - Success response
730
730
  * @name getApplicationThemes
731
- * @summary: Get application themes.
731
+ * @summary: Get application themes
732
732
  * @description: Retrieve themes available for an application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemes/).
733
733
  */
734
734
  async getApplicationThemes(
@@ -802,7 +802,7 @@ class Theme {
802
802
  * @param {import("../PlatformAPIClient").Options} - Options
803
803
  * @returns {Promise<Object>} - Success response
804
804
  * @name getApplicationThemesCount
805
- * @summary: Get application themes count.
805
+ * @summary: Get application themes count
806
806
  * @description: Count the number of themes available for an application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getApplicationThemesCount/).
807
807
  */
808
808
  async getApplicationThemesCount(
@@ -875,7 +875,7 @@ class Theme {
875
875
  * @param {import("../PlatformAPIClient").Options} - Options
876
876
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
877
877
  * @name getAppliedTheme
878
- * @summary: Get applied theme.
878
+ * @summary: Get applied theme
879
879
  * @description: Retrieve the currently applied theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getAppliedTheme/).
880
880
  */
881
881
  async getAppliedTheme(
@@ -950,7 +950,7 @@ class Theme {
950
950
  * @param {import("../PlatformAPIClient").Options} - Options
951
951
  * @returns {Promise<ThemePlatformModel.FontsSchema>} - Success response
952
952
  * @name getFonts
953
- * @summary: Get fonts.
953
+ * @summary: Get fonts
954
954
  * @description: Retrieve a list of available fonts. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getFonts/).
955
955
  */
956
956
  async getFonts(
@@ -1023,7 +1023,7 @@ class Theme {
1023
1023
  * @param {import("../PlatformAPIClient").Options} - Options
1024
1024
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
1025
1025
  * @name getPage
1026
- * @summary: Get page.
1026
+ * @summary: Get page
1027
1027
  * @description: Retrieve detailed information about a specific page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getPage/).
1028
1028
  */
1029
1029
  async getPage(
@@ -1102,7 +1102,7 @@ class Theme {
1102
1102
  * @param {import("../PlatformAPIClient").Options} - Options
1103
1103
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
1104
1104
  * @name getPublicThemes
1105
- * @summary: Get public themes.
1105
+ * @summary: Get public themes
1106
1106
  * @description: Retrieve themes that are publicly accessible. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getPublicThemes/).
1107
1107
  */
1108
1108
  async getPublicThemes(
@@ -1185,7 +1185,7 @@ class Theme {
1185
1185
  * @param {import("../PlatformAPIClient").Options} - Options
1186
1186
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1187
1187
  * @name getThemeById
1188
- * @summary: Get theme by ID.
1188
+ * @summary: Get theme by ID
1189
1189
  * @description: Retrieve a theme by its unique identifier. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeById/).
1190
1190
  */
1191
1191
  async getThemeById(
@@ -1262,7 +1262,7 @@ class Theme {
1262
1262
  * @param {import("../PlatformAPIClient").Options} - Options
1263
1263
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1264
1264
  * @name getThemeForPreview
1265
- * @summary: Get theme for preview.
1265
+ * @summary: Get theme for preview
1266
1266
  * @description: Retrieve a theme for previewing before application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeForPreview/).
1267
1267
  */
1268
1268
  async getThemeForPreview(
@@ -1343,7 +1343,7 @@ class Theme {
1343
1343
  * @param {import("../PlatformAPIClient").Options} - Options
1344
1344
  * @returns {Promise<any>} - Success response
1345
1345
  * @name getThemeLastModified
1346
- * @summary: Get theme last modified.
1346
+ * @summary: Get theme last modified
1347
1347
  * @description: Retrieve the last modification of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeLastModified/).
1348
1348
  */
1349
1349
  async getThemeLastModified(
@@ -1419,7 +1419,7 @@ class Theme {
1419
1419
  * @param {import("../PlatformAPIClient").Options} - Options
1420
1420
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
1421
1421
  * @name getThemeLibrary
1422
- * @summary: Get theme library.
1422
+ * @summary: Get theme library
1423
1423
  * @description: Retrieve themes available in the platform's library. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getThemeLibrary/).
1424
1424
  */
1425
1425
  async getThemeLibrary(
@@ -1502,7 +1502,7 @@ class Theme {
1502
1502
  * @param {import("../PlatformAPIClient").Options} - Options
1503
1503
  * @returns {Promise<ThemePlatformModel.ThemeUpgradableResponse>} - Success response
1504
1504
  * @name isUpgradable
1505
- * @summary: Is upgradable.
1505
+ * @summary: Is upgradable
1506
1506
  * @description: Determine if a theme is eligible for an upgrade. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/isUpgradable/).
1507
1507
  */
1508
1508
  async isUpgradable(
@@ -1579,7 +1579,7 @@ class Theme {
1579
1579
  * @param {import("../PlatformAPIClient").Options} - Options
1580
1580
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
1581
1581
  * @name publishTheme
1582
- * @summary: Publish theme.
1582
+ * @summary: Publish theme
1583
1583
  * @description: Make a theme accessible for use. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/publishTheme/).
1584
1584
  */
1585
1585
  async publishTheme(
@@ -1656,7 +1656,7 @@ class Theme {
1656
1656
  * @param {import("../PlatformAPIClient").Options} - Options
1657
1657
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
1658
1658
  * @name unarchiveTheme
1659
- * @summary: Unarchive theme.
1659
+ * @summary: Unarchive theme
1660
1660
  * @description: Retrieve a theme from the archive. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/unarchiveTheme/).
1661
1661
  */
1662
1662
  async unarchiveTheme(
@@ -1735,7 +1735,7 @@ class Theme {
1735
1735
  * @param {import("../PlatformAPIClient").Options} - Options
1736
1736
  * @returns {Promise<ThemePlatformModel.DummyResponse>} - Success response
1737
1737
  * @name unpublishTheme
1738
- * @summary: Unpublish theme.
1738
+ * @summary: Unpublish theme
1739
1739
  * @description: Remove a published theme from public access. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/unpublishTheme/).
1740
1740
  */
1741
1741
  async unpublishTheme(
@@ -1816,7 +1816,7 @@ class Theme {
1816
1816
  * @param {import("../PlatformAPIClient").Options} - Options
1817
1817
  * @returns {Promise<ThemePlatformModel.AllAvailablePageSchema>} - Success response
1818
1818
  * @name updateMultiplePages
1819
- * @summary: Update multiple pages.
1819
+ * @summary: Update multiple pages
1820
1820
  * @description: Modify multiple pages simultaneously. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateMultiplePages/).
1821
1821
  */
1822
1822
  async updateMultiplePages(
@@ -1897,7 +1897,7 @@ class Theme {
1897
1897
  * @param {import("../PlatformAPIClient").Options} - Options
1898
1898
  * @returns {Promise<ThemePlatformModel.AvailablePageSchema>} - Success response
1899
1899
  * @name updatePage
1900
- * @summary: Update page.
1900
+ * @summary: Update page
1901
1901
  * @description: Modify and update the content of a page. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updatePage/).
1902
1902
  */
1903
1903
  async updatePage(
@@ -1978,7 +1978,7 @@ class Theme {
1978
1978
  * @param {import("../PlatformAPIClient").Options} - Options
1979
1979
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
1980
1980
  * @name updateTheme
1981
- * @summary: Update theme.
1981
+ * @summary: Update theme
1982
1982
  * @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/).
1983
1983
  */
1984
1984
  async updateTheme(
@@ -2057,7 +2057,7 @@ class Theme {
2057
2057
  * @param {import("../PlatformAPIClient").Options} - Options
2058
2058
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
2059
2059
  * @name updateThemeName
2060
- * @summary: Update theme name.
2060
+ * @summary: Update theme name
2061
2061
  * @description: Modify the name of a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/updateThemeName/).
2062
2062
  */
2063
2063
  async updateThemeName(
@@ -2138,7 +2138,7 @@ class Theme {
2138
2138
  * @param {import("../PlatformAPIClient").Options} - Options
2139
2139
  * @returns {Promise<ThemePlatformModel.ThemesSchema>} - Success response
2140
2140
  * @name upgradeTheme
2141
- * @summary: Upgrade theme.
2141
+ * @summary: Upgrade theme
2142
2142
  * @description: Enhance and update a theme to a new version. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/upgradeTheme/).
2143
2143
  */
2144
2144
  async upgradeTheme(
@@ -8,7 +8,7 @@ declare class Theme {
8
8
  * @param {import("../PlatformAPIClient").Options} - Options
9
9
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
10
10
  * @name addMarketplaceThemeToCompany
11
- * @summary: Add marketplace theme to company.
11
+ * @summary: Add marketplace theme to company
12
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/).
13
13
  */
14
14
  addMarketplaceThemeToCompany({ body, requestHeaders }?: ThemePlatformValidator.AddMarketplaceThemeToCompanyParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyThemeSchema>;
@@ -18,7 +18,7 @@ declare class Theme {
18
18
  * @param {import("../PlatformAPIClient").Options} - Options
19
19
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
20
20
  * @name deleteCompanyTheme
21
- * @summary: Delete company theme.
21
+ * @summary: Delete company theme
22
22
  * @description: Remove a theme associated with a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteCompanyTheme/).
23
23
  */
24
24
  deleteCompanyTheme({ themeId, requestHeaders }?: ThemePlatformValidator.DeleteCompanyThemeParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyThemeSchema>;
@@ -38,7 +38,7 @@ declare class Theme {
38
38
  * @param {import("../PlatformAPIClient").Options} - Options
39
39
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema[]>} - Success response
40
40
  * @name getCompanyLevelThemes
41
- * @summary: Get company-level themes.
41
+ * @summary: Get company-level themes
42
42
  * @description: Retrieve themes specific to a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getCompanyLevelThemes/).
43
43
  */
44
44
  getCompanyLevelThemes({ searchText, requestHeaders }?: ThemePlatformValidator.GetCompanyLevelThemesParam, { responseHeaders }?: object): Promise<ThemePlatformModel.CompanyThemeSchema[]>;
@@ -20,7 +20,7 @@ class Theme {
20
20
  * @param {import("../PlatformAPIClient").Options} - Options
21
21
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
22
22
  * @name addMarketplaceThemeToCompany
23
- * @summary: Add marketplace theme to company.
23
+ * @summary: Add marketplace theme to company
24
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/).
25
25
  */
26
26
  async addMarketplaceThemeToCompany(
@@ -101,7 +101,7 @@ class Theme {
101
101
  * @param {import("../PlatformAPIClient").Options} - Options
102
102
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema>} - Success response
103
103
  * @name deleteCompanyTheme
104
- * @summary: Delete company theme.
104
+ * @summary: Delete company theme
105
105
  * @description: Remove a theme associated with a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/deleteCompanyTheme/).
106
106
  */
107
107
  async deleteCompanyTheme(
@@ -259,7 +259,7 @@ class Theme {
259
259
  * @param {import("../PlatformAPIClient").Options} - Options
260
260
  * @returns {Promise<ThemePlatformModel.CompanyThemeSchema[]>} - Success response
261
261
  * @name getCompanyLevelThemes
262
- * @summary: Get company-level themes.
262
+ * @summary: Get company-level themes
263
263
  * @description: Retrieve themes specific to a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/theme/getCompanyLevelThemes/).
264
264
  */
265
265
  async getCompanyLevelThemes(