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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/README.md +1 -10
  2. package/application.d.ts +3 -3
  3. package/common.d.ts +3 -3
  4. package/index.d.ts +15 -15
  5. package/package.json +5 -3
  6. package/partner.d.ts +3 -3
  7. package/platform.d.ts +3 -3
  8. package/public.d.ts +2 -2
  9. package/sdk/application/ApplicationAPIClient.d.ts +1 -1
  10. package/sdk/application/ApplicationAPIClient.js +0 -1
  11. package/sdk/application/ApplicationClient.d.ts +17 -17
  12. package/sdk/application/ApplicationConfig.d.ts +3 -3
  13. package/sdk/application/Cart/CartApplicationClient.d.ts +58 -58
  14. package/sdk/application/Cart/CartApplicationClient.js +56 -56
  15. package/sdk/application/Cart/CartApplicationValidator.d.ts +1 -1
  16. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +72 -72
  17. package/sdk/application/Catalog/CatalogApplicationClient.js +69 -69
  18. package/sdk/application/Common/CommonApplicationClient.d.ts +6 -6
  19. package/sdk/application/Common/CommonApplicationClient.js +4 -4
  20. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +8 -8
  21. package/sdk/application/Communication/CommunicationApplicationClient.js +6 -6
  22. package/sdk/application/Communication/CommunicationApplicationValidator.d.ts +1 -1
  23. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +34 -34
  24. package/sdk/application/Configuration/ConfigurationApplicationClient.js +32 -32
  25. package/sdk/application/Configuration/ConfigurationApplicationValidator.d.ts +1 -1
  26. package/sdk/application/Content/ContentApplicationClient.d.ts +48 -48
  27. package/sdk/application/Content/ContentApplicationClient.js +45 -45
  28. package/sdk/application/Content/ContentApplicationModel.d.ts +18 -18
  29. package/sdk/application/Content/ContentApplicationModel.js +26 -26
  30. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +7 -7
  31. package/sdk/application/FileStorage/FileStorageApplicationClient.js +15 -9
  32. package/sdk/application/FileStorage/FileStorageApplicationValidator.d.ts +1 -1
  33. package/sdk/application/Lead/LeadApplicationClient.d.ts +12 -12
  34. package/sdk/application/Lead/LeadApplicationClient.js +10 -10
  35. package/sdk/application/Lead/LeadApplicationModel.d.ts +64 -77
  36. package/sdk/application/Lead/LeadApplicationModel.js +42 -52
  37. package/sdk/application/Lead/LeadApplicationValidator.d.ts +1 -1
  38. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +24 -24
  39. package/sdk/application/Logistic/LogisticApplicationClient.js +22 -22
  40. package/sdk/application/Logistic/LogisticApplicationValidator.d.ts +1 -1
  41. package/sdk/application/Order/OrderApplicationClient.d.ts +19 -30
  42. package/sdk/application/Order/OrderApplicationClient.js +17 -97
  43. package/sdk/application/Order/OrderApplicationValidator.d.ts +2 -16
  44. package/sdk/application/Order/OrderApplicationValidator.js +0 -13
  45. package/sdk/application/Payment/PaymentApplicationClient.d.ts +91 -91
  46. package/sdk/application/Payment/PaymentApplicationClient.js +94 -94
  47. package/sdk/application/Payment/PaymentApplicationModel.d.ts +5 -2
  48. package/sdk/application/Payment/PaymentApplicationModel.js +4 -2
  49. package/sdk/application/Payment/PaymentApplicationValidator.d.ts +6 -6
  50. package/sdk/application/Payment/PaymentApplicationValidator.js +3 -3
  51. package/sdk/application/PosCart/PosCartApplicationClient.d.ts +29 -29
  52. package/sdk/application/PosCart/PosCartApplicationClient.js +27 -27
  53. package/sdk/application/PosCart/PosCartApplicationValidator.d.ts +1 -1
  54. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +9 -9
  55. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  56. package/sdk/application/Rewards/RewardsApplicationValidator.d.ts +1 -1
  57. package/sdk/application/Share/ShareApplicationClient.d.ts +9 -9
  58. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  59. package/sdk/application/Share/ShareApplicationModel.d.ts +2 -0
  60. package/sdk/application/Share/ShareApplicationModel.js +2 -0
  61. package/sdk/application/Share/ShareApplicationValidator.d.ts +1 -1
  62. package/sdk/application/Theme/ThemeApplicationClient.d.ts +10 -10
  63. package/sdk/application/Theme/ThemeApplicationClient.js +8 -8
  64. package/sdk/application/Theme/ThemeApplicationModel.d.ts +25 -32
  65. package/sdk/application/Theme/ThemeApplicationModel.js +30 -40
  66. package/sdk/application/User/UserApplicationClient.d.ts +76 -76
  67. package/sdk/application/User/UserApplicationClient.js +74 -74
  68. package/sdk/application/User/UserApplicationModel.d.ts +44 -13
  69. package/sdk/application/User/UserApplicationModel.js +17 -13
  70. package/sdk/application/User/UserApplicationValidator.d.ts +1 -1
  71. package/sdk/application/index.d.ts +18 -18
  72. package/sdk/common/AxiosHelper.d.ts +1 -1
  73. package/sdk/common/AxiosHelper.js +38 -17
  74. package/sdk/common/Clickstream.js +22 -16
  75. package/sdk/common/curlHelper.js +1 -3
  76. package/sdk/common/utils.d.ts +15 -0
  77. package/sdk/common/utils.js +30 -0
  78. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +3 -3
  79. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +2 -2
  80. package/sdk/partner/Lead/LeadPartnerClient.d.ts +3 -3
  81. package/sdk/partner/Lead/LeadPartnerClient.js +1 -1
  82. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +5 -5
  83. package/sdk/partner/Logistics/LogisticsPartnerClient.js +4 -4
  84. package/sdk/partner/OAuthClient.d.ts +4 -4
  85. package/sdk/partner/PartnerAPIClient.d.ts +1 -1
  86. package/sdk/partner/PartnerAPIClient.js +0 -1
  87. package/sdk/partner/PartnerClient.d.ts +6 -6
  88. package/sdk/partner/PartnerConfig.d.ts +4 -4
  89. package/sdk/partner/Theme/ThemePartnerClient.d.ts +20 -20
  90. package/sdk/partner/Theme/ThemePartnerClient.js +19 -19
  91. package/sdk/partner/Theme/ThemePartnerModel.d.ts +25 -32
  92. package/sdk/partner/Theme/ThemePartnerModel.js +30 -40
  93. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +3 -3
  94. package/sdk/partner/Webhook/WebhookPartnerClient.js +2 -2
  95. package/sdk/partner/index.d.ts +7 -7
  96. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +8 -8
  97. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +6 -6
  98. package/sdk/platform/AuditTrail/AuditTrailPlatformValidator.d.ts +1 -1
  99. package/sdk/platform/Billing/BillingPlatformClient.d.ts +25 -25
  100. package/sdk/platform/Billing/BillingPlatformClient.js +23 -23
  101. package/sdk/platform/Billing/BillingPlatformValidator.d.ts +1 -1
  102. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +115 -115
  103. package/sdk/platform/Cart/CartPlatformApplicationClient.js +113 -113
  104. package/sdk/platform/Cart/CartPlatformApplicationValidator.d.ts +1 -1
  105. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +147 -146
  106. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +146 -145
  107. package/sdk/platform/Catalog/CatalogPlatformApplicationValidator.d.ts +1 -1
  108. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +156 -156
  109. package/sdk/platform/Catalog/CatalogPlatformClient.js +153 -153
  110. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +65 -28
  111. package/sdk/platform/Catalog/CatalogPlatformModel.js +68 -36
  112. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +1 -1
  113. package/sdk/platform/Common/CommonPlatformClient.d.ts +5 -5
  114. package/sdk/platform/Common/CommonPlatformClient.js +3 -3
  115. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +133 -133
  116. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +131 -131
  117. package/sdk/platform/Communication/CommunicationPlatformApplicationValidator.d.ts +1 -1
  118. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +4 -4
  119. package/sdk/platform/Communication/CommunicationPlatformClient.js +2 -2
  120. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +12 -0
  121. package/sdk/platform/Communication/CommunicationPlatformModel.js +12 -0
  122. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +28 -28
  123. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +25 -25
  124. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -0
  125. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +2 -0
  126. package/sdk/platform/CompanyProfile/CompanyProfilePlatformValidator.d.ts +1 -1
  127. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +52 -52
  128. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +50 -50
  129. package/sdk/platform/Configuration/ConfigurationPlatformApplicationValidator.d.ts +1 -1
  130. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +31 -31
  131. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +29 -29
  132. package/sdk/platform/Configuration/ConfigurationPlatformValidator.d.ts +1 -1
  133. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +128 -128
  134. package/sdk/platform/Content/ContentPlatformApplicationClient.js +131 -131
  135. package/sdk/platform/Content/ContentPlatformApplicationValidator.d.ts +5 -5
  136. package/sdk/platform/Content/ContentPlatformApplicationValidator.js +4 -4
  137. package/sdk/platform/Content/ContentPlatformClient.d.ts +33 -33
  138. package/sdk/platform/Content/ContentPlatformClient.js +37 -37
  139. package/sdk/platform/Content/ContentPlatformModel.d.ts +18 -18
  140. package/sdk/platform/Content/ContentPlatformModel.js +26 -26
  141. package/sdk/platform/Content/ContentPlatformValidator.d.ts +5 -5
  142. package/sdk/platform/Content/ContentPlatformValidator.js +4 -4
  143. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +24 -24
  144. package/sdk/platform/Discount/DiscountPlatformClient.js +22 -22
  145. package/sdk/platform/Discount/DiscountPlatformValidator.d.ts +1 -1
  146. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +24 -23
  147. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +32 -25
  148. package/sdk/platform/FileStorage/FileStoragePlatformApplicationValidator.d.ts +1 -1
  149. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +15 -15
  150. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +28 -19
  151. package/sdk/platform/FileStorage/FileStoragePlatformModel.d.ts +12 -1
  152. package/sdk/platform/FileStorage/FileStoragePlatformModel.js +16 -2
  153. package/sdk/platform/FileStorage/FileStoragePlatformValidator.d.ts +1 -1
  154. package/sdk/platform/Finance/FinancePlatformClient.d.ts +30 -30
  155. package/sdk/platform/Finance/FinancePlatformClient.js +28 -28
  156. package/sdk/platform/Finance/FinancePlatformValidator.d.ts +1 -1
  157. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +19 -19
  158. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +17 -17
  159. package/sdk/platform/Lead/LeadPlatformApplicationValidator.d.ts +1 -1
  160. package/sdk/platform/Lead/LeadPlatformClient.d.ts +20 -20
  161. package/sdk/platform/Lead/LeadPlatformClient.js +18 -18
  162. package/sdk/platform/Lead/LeadPlatformModel.d.ts +62 -77
  163. package/sdk/platform/Lead/LeadPlatformModel.js +40 -52
  164. package/sdk/platform/Lead/LeadPlatformValidator.d.ts +1 -1
  165. package/sdk/platform/OAuthClient.d.ts +3 -3
  166. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +12 -12
  167. package/sdk/platform/Order/OrderPlatformApplicationClient.js +10 -10
  168. package/sdk/platform/Order/OrderPlatformClient.d.ts +111 -122
  169. package/sdk/platform/Order/OrderPlatformClient.js +109 -204
  170. package/sdk/platform/Order/OrderPlatformModel.d.ts +18 -2
  171. package/sdk/platform/Order/OrderPlatformModel.js +12 -2
  172. package/sdk/platform/Order/OrderPlatformValidator.d.ts +2 -34
  173. package/sdk/platform/Order/OrderPlatformValidator.js +0 -20
  174. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +6 -6
  175. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +4 -4
  176. package/sdk/platform/Partner/PartnerPlatformApplicationValidator.d.ts +1 -1
  177. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +97 -97
  178. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +95 -95
  179. package/sdk/platform/Payment/PaymentPlatformApplicationValidator.d.ts +1 -1
  180. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +13 -13
  181. package/sdk/platform/Payment/PaymentPlatformClient.js +11 -11
  182. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +7 -0
  183. package/sdk/platform/Payment/PaymentPlatformModel.js +3 -0
  184. package/sdk/platform/Payment/PaymentPlatformValidator.d.ts +1 -1
  185. package/sdk/platform/PlatformAPIClient.d.ts +1 -1
  186. package/sdk/platform/PlatformAPIClient.js +0 -1
  187. package/sdk/platform/PlatformApplicationClient.d.ts +16 -16
  188. package/sdk/platform/PlatformClient.d.ts +19 -21
  189. package/sdk/platform/PlatformClient.js +0 -4
  190. package/sdk/platform/PlatformConfig.d.ts +4 -4
  191. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +14 -14
  192. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  193. package/sdk/platform/Rewards/RewardsPlatformApplicationValidator.d.ts +1 -1
  194. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +42 -42
  195. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +40 -40
  196. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationValidator.d.ts +1 -1
  197. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +55 -54
  198. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +53 -52
  199. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +2 -2
  200. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +4 -2
  201. package/sdk/platform/Serviceability/ServiceabilityPlatformValidator.d.ts +1 -1
  202. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +7 -7
  203. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  204. package/sdk/platform/Share/SharePlatformApplicationValidator.d.ts +1 -1
  205. package/sdk/platform/Share/SharePlatformModel.d.ts +4 -0
  206. package/sdk/platform/Share/SharePlatformModel.js +4 -0
  207. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +42 -112
  208. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +40 -597
  209. package/sdk/platform/Theme/ThemePlatformApplicationValidator.d.ts +2 -101
  210. package/sdk/platform/Theme/ThemePlatformApplicationValidator.js +0 -92
  211. package/sdk/platform/Theme/ThemePlatformClient.d.ts +8 -8
  212. package/sdk/platform/Theme/ThemePlatformClient.js +6 -6
  213. package/sdk/platform/Theme/ThemePlatformModel.d.ts +25 -32
  214. package/sdk/platform/Theme/ThemePlatformModel.js +30 -40
  215. package/sdk/platform/Theme/ThemePlatformValidator.d.ts +1 -1
  216. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +37 -37
  217. package/sdk/platform/User/UserPlatformApplicationClient.js +35 -35
  218. package/sdk/platform/User/UserPlatformApplicationValidator.d.ts +1 -1
  219. package/sdk/platform/User/UserPlatformModel.d.ts +48 -13
  220. package/sdk/platform/User/UserPlatformModel.js +21 -13
  221. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +20 -19
  222. package/sdk/platform/Webhook/WebhookPlatformClient.js +18 -17
  223. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  224. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  225. package/sdk/platform/Webhook/WebhookPlatformValidator.d.ts +1 -1
  226. package/sdk/platform/index.d.ts +24 -25
  227. package/sdk/platform/index.js +0 -2
  228. package/sdk/public/Billing/BillingPublicClient.d.ts +3 -3
  229. package/sdk/public/Billing/BillingPublicClient.js +4 -4
  230. package/sdk/public/Billing/BillingPublicValidator.d.ts +2 -2
  231. package/sdk/public/Billing/BillingPublicValidator.js +2 -2
  232. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +3 -3
  233. package/sdk/public/Configuration/ConfigurationPublicClient.js +1 -1
  234. package/sdk/public/Content/ContentPublicClient.d.ts +2 -2
  235. package/sdk/public/Content/ContentPublicValidator.d.ts +2 -2
  236. package/sdk/public/Content/ContentPublicValidator.js +3 -3
  237. package/sdk/public/Inventory/InventoryPublicClient.d.ts +2 -2
  238. package/sdk/public/Inventory/InventoryPublicModel.d.ts +8 -8
  239. package/sdk/public/Inventory/InventoryPublicModel.js +8 -8
  240. package/sdk/public/Inventory/InventoryPublicValidator.d.ts +1 -1
  241. package/sdk/public/Partner/PartnerPublicClient.d.ts +3 -3
  242. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  243. package/sdk/public/PublicAPIClient.d.ts +1 -1
  244. package/sdk/public/PublicClient.d.ts +7 -7
  245. package/sdk/public/Webhook/WebhookPublicClient.d.ts +4 -4
  246. package/sdk/public/Webhook/WebhookPublicClient.js +2 -2
  247. package/sdk/public/Webhook/WebhookPublicValidator.d.ts +1 -1
  248. package/sdk/public/index.d.ts +8 -8
  249. package/sdk/platform/Inventory/InventoryPlatformClient.d.ts +0 -152
  250. package/sdk/platform/Inventory/InventoryPlatformClient.js +0 -1017
  251. package/sdk/platform/Inventory/InventoryPlatformModel.d.ts +0 -1355
  252. package/sdk/platform/Inventory/InventoryPlatformModel.js +0 -1544
  253. package/sdk/platform/Inventory/InventoryPlatformValidator.d.ts +0 -171
  254. package/sdk/platform/Inventory/InventoryPlatformValidator.js +0 -159
@@ -21,8 +21,8 @@ class Configuration {
21
21
  * @param {import("../PlatformAPIClient").Options} - Options
22
22
  * @returns {Promise<ConfigurationPlatformModel.Domain>} - Success response
23
23
  * @name addDomain
24
- * @summary: Add domain.
25
- * @description: Add a new domain. Add a new domain to current sales channel, including pre-defined domain (free domain) or custom domain (owned by the brand) - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/addDomain/).
24
+ * @summary: Create domain
25
+ * @description: Creates a domain for an sales channel. Note - Only 15 domains can be added to the sales channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/addDomain/).
26
26
  */
27
27
  async addDomain(
28
28
  { body, requestHeaders } = { requestHeaders: {} },
@@ -102,7 +102,7 @@ class Configuration {
102
102
  * @param {import("../PlatformAPIClient").Options} - Options
103
103
  * @returns {Promise<ConfigurationPlatformModel.DomainsResponse>} - Success response
104
104
  * @name changeDomainType
105
- * @summary: Change domain type.
105
+ * @summary: Update domain
106
106
  * @description: Modify the type of a specific domain. Primary domain is used as the URL of your website. Short link domain is comparatively smaller and used while generating short links. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/changeDomainType/).
107
107
  */
108
108
  async changeDomainType(
@@ -183,7 +183,7 @@ class Configuration {
183
183
  * @param {import("../PlatformAPIClient").Options} - Options
184
184
  * @returns {Promise<ConfigurationPlatformModel.TokenResponse>} - Success response
185
185
  * @name getAppApiTokens
186
- * @summary: Get application API tokens.
186
+ * @summary: Get sales channel API tokens
187
187
  * @description: Retrieve the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google, and Facebook auth. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppApiTokens/).
188
188
  */
189
189
  async getAppApiTokens(
@@ -260,7 +260,7 @@ class Configuration {
260
260
  * @param {import("../PlatformAPIClient").Options} - Options
261
261
  * @returns {Promise<ConfigurationPlatformModel.ApplicationDetail>} - Success response
262
262
  * @name getAppBasicDetails
263
- * @summary: Get application basic details.
263
+ * @summary: Get sales channel
264
264
  * @description: Shows basic sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppBasicDetails/).
265
265
  */
266
266
  async getAppBasicDetails(
@@ -337,8 +337,8 @@ class Configuration {
337
337
  * @param {import("../PlatformAPIClient").Options} - Options
338
338
  * @returns {Promise<ConfigurationPlatformModel.CompaniesResponse>} - Success response
339
339
  * @name getAppCompanies
340
- * @summary: Get application companies.
341
- * @description: Retrieve info of all the companies (e.g. name, uid, and company type) whose inventory is fetched into the current sales channel application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppCompanies/).
340
+ * @summary: List sales channel companies
341
+ * @description: Retrieve info of all the companies (e.g. name, uid, and company type) whose inventory is fetched into the current sales channel sales channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppCompanies/).
342
342
  */
343
343
  async getAppCompanies(
344
344
  { uid, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -426,8 +426,8 @@ class Configuration {
426
426
  * @returns {Promise<ConfigurationPlatformModel.ApplicationInformation>} -
427
427
  * Success response
428
428
  * @name getAppContactInfo
429
- * @summary: Get application contact information.
430
- * @description: Fetch data such as social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppContactInfo/).
429
+ * @summary: Get sales channel contact
430
+ * @description: Fetch data such as social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppContactInfo/).
431
431
  */
432
432
  async getAppContactInfo(
433
433
  { requestHeaders } = { requestHeaders: {} },
@@ -504,8 +504,8 @@ class Configuration {
504
504
  * @returns {Promise<ConfigurationPlatformModel.AppSupportedCurrency>} -
505
505
  * Success response
506
506
  * @name getAppCurrencyConfig
507
- * @summary: Get application currency configuration.
508
- * @description: Retrieve a list of currencies supported in the current sales channel. Moreover, get the cuurency that is set as the default one in the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppCurrencyConfig/).
507
+ * @summary: Get sales channel currency configuration
508
+ * @description: Retrieve a list of currencies supported in the current sales channel. Moreover, get the cuurency that is set as the default one in the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppCurrencyConfig/).
509
509
  */
510
510
  async getAppCurrencyConfig(
511
511
  { requestHeaders } = { requestHeaders: {} },
@@ -582,7 +582,7 @@ class Configuration {
582
582
  * @returns {Promise<ConfigurationPlatformModel.AppFeatureResponse>} -
583
583
  * Success response
584
584
  * @name getAppFeatures
585
- * @summary: Get application features.
585
+ * @summary: Get sales channel
586
586
  * @description: Shows feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppFeatures/).
587
587
  */
588
588
  async getAppFeatures(
@@ -659,8 +659,8 @@ class Configuration {
659
659
  * @param {import("../PlatformAPIClient").Options} - Options
660
660
  * @returns {Promise<ConfigurationPlatformModel.StoresResponse>} - Success response
661
661
  * @name getAppStores
662
- * @summary: Get application stores.
663
- * @description: Retrieve information of all the companies (e.g. uid, name, display name, store type, store code and company id) whose inventory is fetched into the current sales channel application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppStores/).
662
+ * @summary: list sales channel stores
663
+ * @description: Retrieve information of all the companies (e.g. uid, name, display name, store type, store code and company id) whose inventory is fetched into the current sales channel sales channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppStores/).
664
664
  */
665
665
  async getAppStores(
666
666
  { pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -745,8 +745,8 @@ class Configuration {
745
745
  * @returns {Promise<ConfigurationPlatformModel.AppCurrencyResponse>} -
746
746
  * Success response
747
747
  * @name getAppSupportedCurrency
748
- * @summary: Get supported currencies.
749
- * @description: Retrieve a list of supported currencies for the application. A list of currencies allowed in the current application. Moreover, get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppSupportedCurrency/).
748
+ * @summary: List supported currencies
749
+ * @description: Retrieve a list of supported currencies for the sales channel. A list of currencies allowed in the current sales channel. Moreover, get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAppSupportedCurrency/).
750
750
  */
751
751
  async getAppSupportedCurrency(
752
752
  { requestHeaders } = { requestHeaders: {} },
@@ -822,8 +822,8 @@ class Configuration {
822
822
  * @param {import("../PlatformAPIClient").Options} - Options
823
823
  * @returns {Promise<ConfigurationPlatformModel.ApplicationById>} - Success response
824
824
  * @name getApplicationById
825
- * @summary: Get application by ID.
826
- * @description: Retrieve detailed information about a specific application. Use application ID to get the current sales channel details which includes channel name, description, banner, logo, favicon, domain details, token, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getApplicationById/).
825
+ * @summary: Get sales channel by id
826
+ * @description: Retrieve detailed information about a specific sales channel. Use sales channel ID to get the current sales channel details which includes channel name, description, banner, logo, favicon, domain details, token, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getApplicationById/).
827
827
  */
828
828
  async getApplicationById(
829
829
  { requestHeaders } = { requestHeaders: {} },
@@ -900,7 +900,7 @@ class Configuration {
900
900
  * @returns {Promise<ConfigurationPlatformModel.MobileAppConfiguration>} -
901
901
  * Success response
902
902
  * @name getBuildConfig
903
- * @summary: Get build configuration.
903
+ * @summary: Get Build Configuration
904
904
  * @description: Retrieve latest build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getBuildConfig/).
905
905
  */
906
906
  async getBuildConfig(
@@ -982,7 +982,7 @@ class Configuration {
982
982
  * @returns {Promise<ConfigurationPlatformModel.DomainStatusResponse>} -
983
983
  * Success response
984
984
  * @name getDomainStatus
985
- * @summary: Get domain status.
985
+ * @summary: Get domain status
986
986
  * @description: Retrieve the status of a specific domain. Shows if the A records and TXT records of the domain correctly points to appropriate IP on Fynd Servers. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomainStatus/).
987
987
  */
988
988
  async getDomainStatus(
@@ -1061,8 +1061,8 @@ class Configuration {
1061
1061
  * @param {import("../PlatformAPIClient").Options} - Options
1062
1062
  * @returns {Promise<ConfigurationPlatformModel.DomainsResponse>} - Success response
1063
1063
  * @name getDomains
1064
- * @summary: Get domains.
1065
- * @description: Get list of domains. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomains/).
1064
+ * @summary: List domains
1065
+ * @description: Retrieve a list of existing domains by its sales channel id. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomains/).
1066
1066
  */
1067
1067
  async getDomains(
1068
1068
  { requestHeaders } = { requestHeaders: {} },
@@ -1139,7 +1139,7 @@ class Configuration {
1139
1139
  * @returns {Promise<ConfigurationPlatformModel.ApplicationInventory>} -
1140
1140
  * Success response
1141
1141
  * @name getInventoryConfig
1142
- * @summary: Get inventory configuration.
1142
+ * @summary: Get inventory configuration
1143
1143
  * @description: Retrieve configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getInventoryConfig/).
1144
1144
  */
1145
1145
  async getInventoryConfig(
@@ -1217,8 +1217,8 @@ class Configuration {
1217
1217
  * @returns {Promise<ConfigurationPlatformModel.OrderingStoreConfig>} -
1218
1218
  * Success response
1219
1219
  * @name getOrderingStoreConfig
1220
- * @summary: Get ordering store configuration.
1221
- * @description: Retrieve configuration settings for ordering stores. Retrieve the details of the deployment stores (the selling locations where the application will be utilised for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoreConfig/).
1220
+ * @summary: Get ordering store configuration
1221
+ * @description: Retrieve configuration settings for ordering stores. Retrieve the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoreConfig/).
1222
1222
  */
1223
1223
  async getOrderingStoreConfig(
1224
1224
  { requestHeaders } = { requestHeaders: {} },
@@ -1295,7 +1295,7 @@ class Configuration {
1295
1295
  * @returns {Promise<ConfigurationPlatformModel.SuccessMessageResponse>} -
1296
1296
  * Success response
1297
1297
  * @name getOrderingStoreCookie
1298
- * @summary: Get an Ordering Store signed cookie on selection of ordering store.
1298
+ * @summary: Get ordering store signed cookie
1299
1299
  * @description: Use this API to get an Ordering Store signed cookie upon selecting an ordering store. This will be used by the cart service to verify a coupon against the selected ordering store in cart. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoreCookie/).
1300
1300
  */
1301
1301
  async getOrderingStoreCookie(
@@ -1376,8 +1376,8 @@ class Configuration {
1376
1376
  * @param {import("../PlatformAPIClient").Options} - Options
1377
1377
  * @returns {Promise<ConfigurationPlatformModel.OrderingStores>} - Success response
1378
1378
  * @name getOrderingStoresByFilter
1379
- * @summary: Get ordering stores by filter.
1380
- * @description: Retrieve ordering stores based on specified filters. Use filters and retrieve the details of the deployment stores (the selling locations where the application will be utilised for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoresByFilter/).
1379
+ * @summary: List ordering stores
1380
+ * @description: Retrieve ordering stores based on specified filters. Use filters and retrieve the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOrderingStoresByFilter/).
1381
1381
  */
1382
1382
  async getOrderingStoresByFilter(
1383
1383
  { body, pageNo, pageSize, requestHeaders } = { requestHeaders: {} },
@@ -1464,7 +1464,7 @@ class Configuration {
1464
1464
  * @returns {Promise<ConfigurationPlatformModel.BuildVersionHistory>} -
1465
1465
  * Success response
1466
1466
  * @name getPreviousVersions
1467
- * @summary: Get previous versions.
1467
+ * @summary: Get previous versions
1468
1468
  * @description: Retrieve version details of the app, this includes the build status, build date, version name, latest version, and a lot more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getPreviousVersions/).
1469
1469
  */
1470
1470
  async getPreviousVersions(
@@ -1546,8 +1546,8 @@ class Configuration {
1546
1546
  * @returns {Promise<ConfigurationPlatformModel.OrderingStoresResponse>} -
1547
1547
  * Success response
1548
1548
  * @name getStaffOrderingStores
1549
- * @summary: Get staff ordering stores.
1550
- * @description: Retrieve ordering stores accessible to staff members. Retrieve the details of all stores access given to the staff member (the selling locations where the application will be utilized for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getStaffOrderingStores/).
1549
+ * @summary: Get staff ordering stores
1550
+ * @description: Retrieve ordering stores accessible to staff members. Retrieve the details of all stores access given to the staff member (the selling locations where the sales channel will be utilized for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getStaffOrderingStores/).
1551
1551
  */
1552
1552
  async getStaffOrderingStores(
1553
1553
  { pageNo, pageSize, q, requestHeaders } = { requestHeaders: {} },
@@ -1634,8 +1634,8 @@ class Configuration {
1634
1634
  * @param {import("../PlatformAPIClient").Options} - Options
1635
1635
  * @returns {Promise<ConfigurationPlatformModel.AppFeature>} - Success response
1636
1636
  * @name modifyAppFeatures
1637
- * @summary: Modify application features.
1638
- * @description: Update features of application - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/modifyAppFeatures/).
1637
+ * @summary: update sales channel features
1638
+ * @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/modifyAppFeatures/).
1639
1639
  */
1640
1640
  async modifyAppFeatures(
1641
1641
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1716,8 +1716,8 @@ class Configuration {
1716
1716
  * @returns {Promise<ConfigurationPlatformModel.ApplicationInventory>} -
1717
1717
  * Success response
1718
1718
  * @name partiallyUpdateInventoryConfig
1719
- * @summary: Partially update inventory configuration.
1720
- * @description: Partially update the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/partiallyUpdateInventoryConfig/).
1719
+ * @summary: Partially update inventory configuration
1720
+ * @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/partiallyUpdateInventoryConfig/).
1721
1721
  */
1722
1722
  async partiallyUpdateInventoryConfig(
1723
1723
  { body, requestHeaders } = { requestHeaders: {} },
@@ -1798,8 +1798,8 @@ class Configuration {
1798
1798
  * @returns {Promise<ConfigurationPlatformModel.SuccessMessageResponse>} -
1799
1799
  * Success response
1800
1800
  * @name removeDomainById
1801
- * @summary: Remove domain by ID.
1802
- * @description: Delete a specific domain from the application. Delete a domain (secondary or shortlink domain) added to a sales channel. It will disable user's access to website, shared links, and other features associated with this domain. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/removeDomainById/).
1801
+ * @summary: Remove domain
1802
+ * @description: Delete a specific domain from the sales channel. Delete a domain (secondary or shortlink domain) added to a sales channel. It will disable user's access to website, shared links, and other features associated with this domain. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/removeDomainById/).
1803
1803
  */
1804
1804
  async removeDomainById(
1805
1805
  { id, requestHeaders } = { requestHeaders: {} },
@@ -1880,7 +1880,7 @@ class Configuration {
1880
1880
  * @returns {Promise<ConfigurationPlatformModel.SuccessMessageResponse>} -
1881
1881
  * Success response
1882
1882
  * @name removeOrderingStoreCookie
1883
- * @summary: Unset the Ordering Store signed cookie.
1883
+ * @summary: Delete Ordering Store signed cookie
1884
1884
  * @description: Use this API to unset the Ordering Store cookie upon changing the sales channel, by its domain URL, in the Universal Fynd Store app. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/removeOrderingStoreCookie/).
1885
1885
  */
1886
1886
  async removeOrderingStoreCookie(
@@ -1957,8 +1957,8 @@ class Configuration {
1957
1957
  * @param {import("../PlatformAPIClient").Options} - Options
1958
1958
  * @returns {Promise<ConfigurationPlatformModel.TokenResponse>} - Success response
1959
1959
  * @name updateAppApiTokens
1960
- * @summary: Update application API tokens.
1961
- * @description: Add or edit the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google and Facebook auth. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppApiTokens/).
1960
+ * @summary: Update sales channel API tokens
1961
+ * @description: Add and edit the tokens used for integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map, Google and Facebook auth. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppApiTokens/).
1962
1962
  */
1963
1963
  async updateAppApiTokens(
1964
1964
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2038,7 +2038,7 @@ class Configuration {
2038
2038
  * @param {import("../PlatformAPIClient").Options} - Options
2039
2039
  * @returns {Promise<ConfigurationPlatformModel.ApplicationDetail>} - Success response
2040
2040
  * @name updateAppBasicDetails
2041
- * @summary: Update application basic details.
2041
+ * @summary: Update sales channel basic details
2042
2042
  * @description: Modify sales channel details like name, description, logo, domain, company ID, and other related information. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppBasicDetails/).
2043
2043
  */
2044
2044
  async updateAppBasicDetails(
@@ -2120,8 +2120,8 @@ class Configuration {
2120
2120
  * @returns {Promise<ConfigurationPlatformModel.ApplicationInformation>} -
2121
2121
  * Success response
2122
2122
  * @name updateAppContactInfo
2123
- * @summary: Update application contact information.
2124
- * @description: Modify the social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppContactInfo/).
2123
+ * @summary: Update sales channel contact
2124
+ * @description: Modify the social links, copyright text, business highlights, address and contact information of the company/seller/brand operating the sales channel. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppContactInfo/).
2125
2125
  */
2126
2126
  async updateAppContactInfo(
2127
2127
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2202,8 +2202,8 @@ class Configuration {
2202
2202
  * @returns {Promise<ConfigurationPlatformModel.AppSupportedCurrency>} -
2203
2203
  * Success response
2204
2204
  * @name updateAppCurrencyConfig
2205
- * @summary: Update application currency configuration.
2206
- * @description: Modify currency configuration settings for the application. Add and edit the currencies supported in the application. Initially, INR will be enabled by default. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppCurrencyConfig/).
2205
+ * @summary: Update sales channel currency configuration
2206
+ * @description: Modify currency configuration settings for the sales channel. Add and edit the currencies supported in the sales channel. Initially, INR will be enabled by default. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppCurrencyConfig/).
2207
2207
  */
2208
2208
  async updateAppCurrencyConfig(
2209
2209
  { body, requestHeaders } = { requestHeaders: {} },
@@ -2283,7 +2283,7 @@ class Configuration {
2283
2283
  * @param {import("../PlatformAPIClient").Options} - Options
2284
2284
  * @returns {Promise<ConfigurationPlatformModel.AppFeature>} - Success response
2285
2285
  * @name updateAppFeatures
2286
- * @summary: Update application features.
2286
+ * @summary: Update sales channel
2287
2287
  * @description: Modify the feature configuration of sales channel websites, such as product detail, landing page, options in the login/registration screen, home page, listing page, reward points, communication opt-in, cart options and many more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateAppFeatures/).
2288
2288
  */
2289
2289
  async updateAppFeatures(
@@ -2365,7 +2365,7 @@ class Configuration {
2365
2365
  * @returns {Promise<ConfigurationPlatformModel.MobileAppConfiguration>} -
2366
2366
  * Success response
2367
2367
  * @name updateBuildConfig
2368
- * @summary: Update build configuration.
2368
+ * @summary: Update build configuration
2369
2369
  * @description: Modify the existing build configuration, such as app name, landing page image, splash image used in a mobile build. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateBuildConfig/).
2370
2370
  */
2371
2371
  async updateBuildConfig(
@@ -2449,7 +2449,7 @@ class Configuration {
2449
2449
  * @returns {Promise<ConfigurationPlatformModel.ApplicationInventory>} -
2450
2450
  * Success response
2451
2451
  * @name updateInventoryConfig
2452
- * @summary: Update inventory configuration.
2452
+ * @summary: Update inventory configuration
2453
2453
  * @description: Modify the configuration details of authentication, inventory, article assignment rules, reward points, cart, payment, order, logistics, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateInventoryConfig/).
2454
2454
  */
2455
2455
  async updateInventoryConfig(
@@ -2530,8 +2530,8 @@ class Configuration {
2530
2530
  * @param {import("../PlatformAPIClient").Options} - Options
2531
2531
  * @returns {Promise<ConfigurationPlatformModel.DeploymentMeta>} - Success response
2532
2532
  * @name updateOrderingStoreConfig
2533
- * @summary: Update ordering store configuration.
2534
- * @description: Modify configuration settings for ordering stores. Edit the details of the deployment stores (the selling locations where the application will be utilised for placing orders) - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateOrderingStoreConfig/).
2533
+ * @summary: Update ordering store configuration
2534
+ * @description: Modify configuration settings for ordering stores. Edit the details of the deployment stores (the selling locations where the sales channel will be utilised for placing orders) - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateOrderingStoreConfig/).
2535
2535
  */
2536
2536
  async updateOrderingStoreConfig(
2537
2537
  { body, requestHeaders } = { requestHeaders: {} },
@@ -317,4 +317,4 @@ type GetDomainsParam = any;
317
317
  type GetInventoryConfigParam = any;
318
318
  type GetOrderingStoreConfigParam = any;
319
319
  type RemoveOrderingStoreCookieParam = any;
320
- import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
320
+ import ConfigurationPlatformModel = require("sdk/output/javascript/code/sdk/platform/Configuration/ConfigurationPlatformModel");
@@ -8,8 +8,8 @@ declare class Configuration {
8
8
  * @param {import("../PlatformAPIClient").Options} - Options
9
9
  * @returns {Promise<ConfigurationPlatformModel.CreateAppResponse>} - Success response
10
10
  * @name createApplication
11
- * @summary: Create application.
12
- * @description: Generate and add a new application. Applications are sales channel websites which can be configured, personalized and customized. Use this API to create a new application in the current company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/createApplication/).
11
+ * @summary: Create sales channel
12
+ * @description: Generate and add a new sales channel. sales channels are sales channel websites which can be configured, personalized and customized. Use this API to create a new sales channel in the current company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/createApplication/).
13
13
  */
14
14
  createApplication({ body, requestHeaders }?: ConfigurationPlatformValidator.CreateApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CreateAppResponse>;
15
15
  /**
@@ -19,8 +19,8 @@ declare class Configuration {
19
19
  * @returns {Promise<ConfigurationPlatformModel.ApplicationsResponse>} -
20
20
  * Success response
21
21
  * @name getApplications
22
- * @summary: Get applications.
23
- * @description: Retrieve a list of available applications. Applications are sales channel websites which can be configured, personalized and customised. Use this API to fetch a list of applications created within a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getApplications/).
22
+ * @summary: List sales channel stores
23
+ * @description: Retrieve a list of available sales channels. sales channels are sales channel websites which can be configured, personalized and customised. Use this API to fetch a list of sales channels created within a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getApplications/).
24
24
  */
25
25
  getApplications({ pageNo, pageSize, q, requestHeaders }?: ConfigurationPlatformValidator.GetApplicationsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.ApplicationsResponse>;
26
26
  /**
@@ -31,8 +31,8 @@ declare class Configuration {
31
31
  * - Success response
32
32
  *
33
33
  * @name getAvailableOptIns
34
- * @summary: Get available opt-ins.
35
- * @description: Retrieve a list of available opt-ins. Retrieve a list of all available integrations in a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAvailableOptIns/).
34
+ * @summary: List available opt-ins
35
+ * @description: Retrieve a list of available opt-ins. Retrieve a list of all available integrations in a company. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getAvailableOptIns/).
36
36
  */
37
37
  getAvailableOptIns({ pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetAvailableOptInsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.GetIntegrationsOptInsResponse>;
38
38
  /**
@@ -42,8 +42,8 @@ declare class Configuration {
42
42
  * @returns {Promise<ConfigurationPlatformModel.BrandsByCompanyResponse>} -
43
43
  * Success response
44
44
  * @name getBrandsByCompany
45
- * @summary: Get brands by company.
46
- * @description: Retrieve all the brands added in a company. Get all the brand names, along with URLs of their logo, banner, and portrait image. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getBrandsByCompany/).
45
+ * @summary: List brands by company
46
+ * @description: Retrieve all the brands added in a company. Get all the brand names, along with URLs of their logo, banner, and portrait image. can be searched on brand_name. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getBrandsByCompany/).
47
47
  */
48
48
  getBrandsByCompany({ q, requestHeaders }?: ConfigurationPlatformValidator.GetBrandsByCompanyParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.BrandsByCompanyResponse>;
49
49
  /**
@@ -53,8 +53,8 @@ declare class Configuration {
53
53
  * @returns {Promise<ConfigurationPlatformModel.CompanyByBrandsResponse>} -
54
54
  * Success response
55
55
  * @name getCompanyByBrands
56
- * @summary: Get company by brands.
57
- * @description: Retrieve companies associated with specific brands. Retrieve a list of companies by the brands they deal. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getCompanyByBrands/).
56
+ * @summary: List companies by brand
57
+ * @description: Retrieve a paginated list of companies associated with specific brands. Can be searched using the brand ID and company name - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getCompanyByBrands/).
58
58
  */
59
59
  getCompanyByBrands({ body, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetCompanyByBrandsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CompanyByBrandsResponse>;
60
60
  /**
@@ -64,8 +64,8 @@ declare class Configuration {
64
64
  * @returns {Promise<ConfigurationPlatformModel.CurrenciesResponse>} -
65
65
  * Success response
66
66
  * @name getCurrencies
67
- * @summary: Get currencies.
68
- * @description: Retrieve a list of available currencies. Use this API to get a list of currencies allowed in the company. Moreover, get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getCurrencies/).
67
+ * @summary: List currencies
68
+ * @description: Retrieve a list of available currencies. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getCurrencies/).
69
69
  */
70
70
  getCurrencies({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.CurrenciesResponse>;
71
71
  /**
@@ -76,8 +76,8 @@ declare class Configuration {
76
76
  * - Success response
77
77
  *
78
78
  * @name getDomainAvailibility
79
- * @summary: Get domain availability.
80
- * @description: Check the availability of a specific domain. Use this API to check the domain availability before linking it to application. Also sends domain suggestions that are similar to the queried domain. Note - Custom domain search is currently powered by GoDaddy provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomainAvailibility/).
79
+ * @summary: List suggestion domain
80
+ * @description: Check the availability of a specific domain. Use this API to check the domain availability before linking it to sales channel. Also sends domain suggestions that are similar to the queried domain. Note - Custom domain search is currently powered by GoDaddy provider. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getDomainAvailibility/).
81
81
  */
82
82
  getDomainAvailibility({ body, requestHeaders }?: ConfigurationPlatformValidator.GetDomainAvailibilityParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.DomainSuggestionsResponse>;
83
83
  /**
@@ -86,7 +86,7 @@ declare class Configuration {
86
86
  * @param {import("../PlatformAPIClient").Options} - Options
87
87
  * @returns {Promise<ConfigurationPlatformModel.Integration>} - Success response
88
88
  * @name getIntegrationById
89
- * @summary: Get integration by ID.
89
+ * @summary: Get integration by Id
90
90
  * @description: Retrieve detailed information about a specific integration. Retrieve the details of an integration (such as Ginesys, SAP, etc.) using its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getIntegrationById/).
91
91
  */
92
92
  getIntegrationById({ id, requestHeaders }?: ConfigurationPlatformValidator.GetIntegrationByIdParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.Integration>;
@@ -98,7 +98,7 @@ declare class Configuration {
98
98
  * @param {import("../PlatformAPIClient").Options} - Options
99
99
  * @returns {Promise<ConfigurationPlatformModel.IntegrationLevel>} - Success response
100
100
  * @name getIntegrationByLevelId
101
- * @summary: Get integration by level ID.
101
+ * @summary: Get integration Id
102
102
  * @description: Retrieve integration details for a specific level. Retrieve the configuration details of an integration such as token, permissions, level, opted value, uid, meta, location ID, etc. at a particular level (store/company). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getIntegrationByLevelId/).
103
103
  */
104
104
  getIntegrationByLevelId({ id, level, uid, requestHeaders }?: ConfigurationPlatformValidator.GetIntegrationByLevelIdParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.IntegrationLevel>;
@@ -112,7 +112,7 @@ declare class Configuration {
112
112
  * - Success response
113
113
  *
114
114
  * @name getIntegrationLevelConfig
115
- * @summary: Get integration level configuration.
115
+ * @summary: Get level configuration
116
116
  * @description: Retrieve configuration settings for integration levels. Retrieve the configuration details of an integration such as token, permissions, level, opted value, uid, meta, location ID, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getIntegrationLevelConfig/).
117
117
  */
118
118
  getIntegrationLevelConfig({ id, level, opted, checkPermission, requestHeaders }?: ConfigurationPlatformValidator.GetIntegrationLevelConfigParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.IntegrationConfigResponse>;
@@ -125,7 +125,7 @@ declare class Configuration {
125
125
  * @returns {Promise<ConfigurationPlatformModel.OptedStoreIntegration>} -
126
126
  * Success response
127
127
  * @name getLevelActiveIntegrations
128
- * @summary: Get active integrations for a level.
128
+ * @summary: Get active integrations
129
129
  * @description: Check if a store is already opted-in for any integration - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getLevelActiveIntegrations/).
130
130
  */
131
131
  getLevelActiveIntegrations({ id, level, uid, requestHeaders }?: ConfigurationPlatformValidator.GetLevelActiveIntegrationsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OptedStoreIntegration>;
@@ -139,8 +139,8 @@ declare class Configuration {
139
139
  * - Success response
140
140
  *
141
141
  * @name getOtherSellerApplicationById
142
- * @summary: Get other seller application by ID.
143
- * @description: Retrieve details of a seller application that was not created within the current company. but has opted for the current company's inventory - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOtherSellerApplicationById/).
142
+ * @summary: Get others sales. channel
143
+ * @description: Retrieve details of a seller sales channel that was not created within the current company but has opted for the current company's inventory and searched via the sales channel ID of another sales channel - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOtherSellerApplicationById/).
144
144
  */
145
145
  getOtherSellerApplicationById({ id, requestHeaders }?: ConfigurationPlatformValidator.GetOtherSellerApplicationByIdParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OptedApplicationResponse>;
146
146
  /**
@@ -152,8 +152,8 @@ declare class Configuration {
152
152
  * @returns {Promise<ConfigurationPlatformModel.OtherSellerApplications>} -
153
153
  * Success response
154
154
  * @name getOtherSellerApplications
155
- * @summary: Get other seller applications.
156
- * @description: Retrieve applications from other sellers. Retrieve all other seller applications that were not created within the current company. but have opted for the current company's inventory. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOtherSellerApplications/).
155
+ * @summary: Get other sales channel
156
+ * @description: Retrieve sales channels of other sellers. Retrieve all other seller sales channels that were not created within the current company. but have opted for the current company's inventory. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getOtherSellerApplications/).
157
157
  */
158
158
  getOtherSellerApplications({ pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetOtherSellerApplicationsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.OtherSellerApplications>;
159
159
  /**
@@ -164,7 +164,7 @@ declare class Configuration {
164
164
  * - Success response
165
165
  *
166
166
  * @name getSelectedOptIns
167
- * @summary: Get selected opt-ins.
167
+ * @summary: List selected opt-in
168
168
  * @description: Retrieve a list of selected opt-ins. Retrieve the store-level/company-level integrations configured in a company - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getSelectedOptIns/).
169
169
  */
170
170
  getSelectedOptIns({ level, uid, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetSelectedOptInsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.GetIntegrationsOptInsResponse>;
@@ -175,8 +175,8 @@ declare class Configuration {
175
175
  * @returns {Promise<ConfigurationPlatformModel.StoreByBrandsResponse>} -
176
176
  * Success response
177
177
  * @name getStoreByBrands
178
- * @summary: Get store by brands.
179
- * @description: Retrieve stores associated with specific brands. Retrieve a list of selling locations (stores) by the brands they deal. Store has information about store name, store type, store code, store address, and company detail. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getStoreByBrands/).
178
+ * @summary: Get store by brands
179
+ * @description: Retrieve stores associated with specific brands. Retrieve a list of selling locations (stores) by the brands they deal. Store has information about store name, store type, store code, store address, and company detail. filtering can be done on brand id and brand names - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/getStoreByBrands/).
180
180
  */
181
181
  getStoreByBrands({ body, pageNo, pageSize, requestHeaders }?: ConfigurationPlatformValidator.GetStoreByBrandsParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.StoreByBrandsResponse>;
182
182
  /**
@@ -186,8 +186,8 @@ declare class Configuration {
186
186
  * @returns {Promise<ConfigurationPlatformModel.SuccessMessageResponse>} -
187
187
  * Success response
188
188
  * @name optOutFromApplication
189
- * @summary: Opt out from an application.
190
- * @description: Choose to opt-out your company or store from other seller application. The specific seller application will no longer fetch inventory from your company or store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/optOutFromApplication/).
189
+ * @summary: opt out of marketplaces
190
+ * @description: This API allows businesses to opt out of sharing their inventory with external seller sales channels. By using this API, companies or stores can prevent specific seller sales channels from fetching their inventory data. This feature is useful for businesses that want to control who can access their product listings and other inventory information. It helps maintain privacy and control over data distribution, ensuring that sensitive information is only shared with authorized partners. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/optOutFromApplication/).
191
191
  */
192
192
  optOutFromApplication({ id, body, requestHeaders }?: ConfigurationPlatformValidator.OptOutFromApplicationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.SuccessMessageResponse>;
193
193
  /**
@@ -198,7 +198,7 @@ declare class Configuration {
198
198
  * @param {import("../PlatformAPIClient").Options} - Options
199
199
  * @returns {Promise<ConfigurationPlatformModel.IntegrationLevel>} - Success response
200
200
  * @name updateLevelIntegration
201
- * @summary: Update level integration.
201
+ * @summary: Update level integration
202
202
  * @description: Modify level integration. Update the configuration details of an integration such as token, permissions, level, opted value, uid, meta, location ID, etc. at a particular level (store/company). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateLevelIntegration/).
203
203
  */
204
204
  updateLevelIntegration({ id, level, body, requestHeaders }?: ConfigurationPlatformValidator.UpdateLevelIntegrationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.IntegrationLevel>;
@@ -210,10 +210,10 @@ declare class Configuration {
210
210
  * @param {import("../PlatformAPIClient").Options} - Options
211
211
  * @returns {Promise<ConfigurationPlatformModel.IntegrationLevel>} - Success response
212
212
  * @name updateLevelUidIntegration
213
- * @summary: Update level UID integration.
213
+ * @summary: Update level UID integration
214
214
  * @description: Modify UID-based integration. Update the level of integration by store UID - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/configuration/updateLevelUidIntegration/).
215
215
  */
216
216
  updateLevelUidIntegration({ id, level, uid, body, requestHeaders }?: ConfigurationPlatformValidator.UpdateLevelUidIntegrationParam, { responseHeaders }?: object): Promise<ConfigurationPlatformModel.IntegrationLevel>;
217
217
  }
218
- import ConfigurationPlatformValidator = require("./ConfigurationPlatformValidator");
219
- import ConfigurationPlatformModel = require("./ConfigurationPlatformModel");
218
+ import ConfigurationPlatformValidator = require("sdk/output/javascript/code/sdk/platform/Configuration/ConfigurationPlatformValidator");
219
+ import ConfigurationPlatformModel = require("sdk/output/javascript/code/sdk/platform/Configuration/ConfigurationPlatformModel");