@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
@@ -67,7 +67,7 @@ class Catalog {
67
67
  const response = await PlatformAPIClient.execute(
68
68
  this.config,
69
69
  "post",
70
- `/service/platform/catalog/v2.0/company/${this.config.companyId}/application/${this.applicationId}/collections/${id}/items/`,
70
+ `/service/platform/catalog/v1.0/company/${this.config.companyId}/application/${this.applicationId}/collections/${id}/items/`,
71
71
  query_params,
72
72
  body,
73
73
  requestHeaders,
@@ -351,7 +351,7 @@ class Catalog {
351
351
  * @returns {Promise<CatalogPlatformModel.GetAppCatalogConfiguration>} -
352
352
  * Success response
353
353
  * @name createConfigurationByType
354
- * @summary: Create configuration by type.
354
+ * @summary: Create configuration by type
355
355
  * @description: Add configuration for categories & brands. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createConfigurationByType/).
356
356
  */
357
357
  async createConfigurationByType(
@@ -435,7 +435,7 @@ class Catalog {
435
435
  * @returns {Promise<CatalogPlatformModel.GetAppCatalogConfiguration>} -
436
436
  * Success response
437
437
  * @name createConfigurationProductListing
438
- * @summary: Create configuration for product listing.
438
+ * @summary: Create configuration for product listing
439
439
  * @description: Add configuration for products & listing. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createConfigurationProductListing/).
440
440
  */
441
441
  async createConfigurationProductListing(
@@ -518,7 +518,7 @@ class Catalog {
518
518
  * - Success response
519
519
  *
520
520
  * @name createCustomAutocompleteRule
521
- * @summary: Create custom autocomplete rules.
521
+ * @summary: Create custom autocomplete rules
522
522
  * @description: Generate and add custom autocomplete rules to the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createCustomAutocompleteRule/).
523
523
  */
524
524
  async createCustomAutocompleteRule(
@@ -599,7 +599,7 @@ class Catalog {
599
599
  * @param {import("../PlatformAPIClient").Options} - Options
600
600
  * @returns {Promise<CatalogPlatformModel.GetSearchWordsData>} - Success response
601
601
  * @name createCustomKeyword
602
- * @summary: Create custom search keywords.
602
+ * @summary: Create custom search keywords
603
603
  * @description: Create a Custom Search Keywords. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createCustomKeyword/).
604
604
  */
605
605
  async createCustomKeyword(
@@ -680,7 +680,7 @@ class Catalog {
680
680
  * @param {import("../PlatformAPIClient").Options} - Options
681
681
  * @returns {Promise<CatalogPlatformModel.AppConfigurationDetail>} - Success response
682
682
  * @name createGroupConfiguration
683
- * @summary: Create group configuration.
683
+ * @summary: Create group configuration
684
684
  * @description: Create configuration for group configuration types. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createGroupConfiguration/).
685
685
  */
686
686
  async createGroupConfiguration(
@@ -763,7 +763,7 @@ class Catalog {
763
763
  * @param {import("../PlatformAPIClient").Options} - Options
764
764
  * @returns {Promise<CatalogPlatformModel.AppConfigurationsSort>} - Success response
765
765
  * @name createListingConfiguration
766
- * @summary: Create listing configuration.
766
+ * @summary: Create listing configuration
767
767
  * @description: Add configuration for catalog listing. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/createListingConfiguration/).
768
768
  */
769
769
  async createListingConfiguration(
@@ -1010,7 +1010,7 @@ class Catalog {
1010
1010
  * @param {import("../PlatformAPIClient").Options} - Options
1011
1011
  * @returns {Promise<CatalogPlatformModel.DeleteResponse>} - Success response
1012
1012
  * @name deleteAutocompleteKeyword
1013
- * @summary: Delete autocomplete keywords.
1013
+ * @summary: Delete autocomplete keywords
1014
1014
  * @description: Delete a keywords by it's id. Returns an object that tells whether the keywords was deleted successfully - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteAutocompleteKeyword/).
1015
1015
  */
1016
1016
  async deleteAutocompleteKeyword(
@@ -1091,7 +1091,7 @@ class Catalog {
1091
1091
  * - Success response
1092
1092
  *
1093
1093
  * @name deleteCollection
1094
- * @summary: Delete a collection.
1094
+ * @summary: Delete a collection
1095
1095
  * @description: Delete a collection by it's id. Returns an object that tells whether the collection was deleted successfully - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteCollection/).
1096
1096
  */
1097
1097
  async deleteCollection(
@@ -1172,7 +1172,7 @@ class Catalog {
1172
1172
  * @param {import("../PlatformAPIClient").Options} - Options
1173
1173
  * @returns {Promise<CatalogPlatformModel.ConfigSuccessResponse>} - Success response
1174
1174
  * @name deleteGroupConfiguration
1175
- * @summary: Delete group configuration.
1175
+ * @summary: Delete group configuration
1176
1176
  * @description: Delete configuration of the product config type of the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteGroupConfiguration/).
1177
1177
  */
1178
1178
  async deleteGroupConfiguration(
@@ -1255,7 +1255,7 @@ class Catalog {
1255
1255
  * @param {import("../PlatformAPIClient").Options} - Options
1256
1256
  * @returns {Promise<CatalogPlatformModel.ConfigSuccessResponse>} - Success response
1257
1257
  * @name deleteListingConfiguration
1258
- * @summary: Delete listing configuration.
1258
+ * @summary: Delete listing configuration
1259
1259
  * @description: Remove a specific listing configuration from the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteListingConfiguration/).
1260
1260
  */
1261
1261
  async deleteListingConfiguration(
@@ -1417,7 +1417,7 @@ class Catalog {
1417
1417
  * @param {import("../PlatformAPIClient").Options} - Options
1418
1418
  * @returns {Promise<CatalogPlatformModel.DeleteResponse>} - Success response
1419
1419
  * @name deleteSearchKeywords
1420
- * @summary: Delete search keywords.
1420
+ * @summary: Delete search keywords
1421
1421
  * @description: Delete a keywords by it's id. Returns an object that tells whether the keywords was deleted successfully - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/deleteSearchKeywords/).
1422
1422
  */
1423
1423
  async deleteSearchKeywords(
@@ -1499,7 +1499,7 @@ class Catalog {
1499
1499
  * @returns {Promise<CatalogPlatformModel.GetCollectionListingResponse>} -
1500
1500
  * Success response
1501
1501
  * @name getAllCollections
1502
- * @summary: Retrieve all collections.
1502
+ * @summary: Retrieve all collections
1503
1503
  * @description: A Collection allows you to organize your products into hierarchical groups. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAllCollections/).
1504
1504
  */
1505
1505
  async getAllCollections(
@@ -1616,7 +1616,7 @@ class Catalog {
1616
1616
  * @param {number} [arg.pageSize] - Number of items to retrieve in each
1617
1617
  * page. Default is 12.
1618
1618
  * @returns {Paginator<CatalogPlatformModel.GetCollectionListingResponse>}
1619
- * @summary: Retrieve all collections.
1619
+ * @summary: Retrieve all collections
1620
1620
  * @description: A Collection allows you to organize your products into hierarchical groups.
1621
1621
  */
1622
1622
  getAllCollectionsPaginator({
@@ -1663,7 +1663,7 @@ class Catalog {
1663
1663
  * @param {import("../PlatformAPIClient").Options} - Options
1664
1664
  * @returns {Promise<CatalogPlatformModel.GetSearchWordsResponse>} - Success response
1665
1665
  * @name getAllSearchKeyword
1666
- * @summary: Get all search keywords.
1666
+ * @summary: Get all search keywords
1667
1667
  * @description: Custom Search Keyword allows you to map conditions with keywords to give you the ultimate results - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAllSearchKeyword/).
1668
1668
  */
1669
1669
  async getAllSearchKeyword(
@@ -1817,7 +1817,7 @@ class Catalog {
1817
1817
  * @param {import("../PlatformAPIClient").Options} - Options
1818
1818
  * @returns {Promise<CatalogPlatformModel.InventoryStockResponse>} - Success response
1819
1819
  * @name getAppInventory
1820
- * @summary: Get application inventory.
1820
+ * @summary: Get application inventory
1821
1821
  * @description: Retrieve inventory data related to the application. Retrieve the available Inventory of the products. Use this API to get the Inventory status of products with the filters of timestamp, store_ids, brand_ids, item_id, Items, Pagination - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAppInventory/).
1822
1822
  */
1823
1823
  async getAppInventory(
@@ -1924,7 +1924,7 @@ class Catalog {
1924
1924
  * @param {import("../PlatformAPIClient").Options} - Options
1925
1925
  * @returns {Promise<CatalogPlatformModel.LocationListSerializer>} - Success response
1926
1926
  * @name getAppLocations
1927
- * @summary: Get application locations.
1927
+ * @summary: Get application locations
1928
1928
  * @description: Retrieve locations specific to the application. View all the locations asscoiated to a application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAppLocations/).
1929
1929
  */
1930
1930
  async getAppLocations(
@@ -2046,7 +2046,7 @@ class Catalog {
2046
2046
  * @param {string[]} [arg.tags] - Get locations filtered by tags.
2047
2047
  * @param {string[]} [arg.storeTypes] - Get locations filtered by store types.
2048
2048
  * @returns {Paginator<CatalogPlatformModel.LocationListSerializer>}
2049
- * @summary: Get application locations.
2049
+ * @summary: Get application locations
2050
2050
  * @description: Retrieve locations specific to the application. View all the locations asscoiated to a application.
2051
2051
  */
2052
2052
  getAppLocationsPaginator({
@@ -2093,7 +2093,7 @@ class Catalog {
2093
2093
  * @param {import("../PlatformAPIClient").Options} - Options
2094
2094
  * @returns {Promise<CatalogPlatformModel.OwnerAppItemResponse>} - Success response
2095
2095
  * @name getAppProduct
2096
- * @summary: Retrieve application product data.
2096
+ * @summary: Retrieve application product data
2097
2097
  * @description: Products are the core resource of an application. If successful, returns a Company Application Product resource in the response body depending upon filter sent. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAppProduct/).
2098
2098
  */
2099
2099
  async getAppProduct(
@@ -2173,7 +2173,7 @@ class Catalog {
2173
2173
  * @returns {Promise<CatalogPlatformModel.RawProductListingResponse>} -
2174
2174
  * Success response
2175
2175
  * @name getAppProducts
2176
- * @summary: Get application products.
2176
+ * @summary: Get application products
2177
2177
  * @description: Retrieve products specific to the application. Products are the core resource of an application. Products can be associated by categories, collections, brands and more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAppProducts/).
2178
2178
  */
2179
2179
  async getAppProducts(
@@ -2295,7 +2295,7 @@ class Catalog {
2295
2295
  * page. Default is 10.
2296
2296
  * @param {string} [arg.q] - Search with Item Code, Name, Slug or Identifier.
2297
2297
  * @returns {Paginator<CatalogPlatformModel.RawProductListingResponse>}
2298
- * @summary: Get application products.
2298
+ * @summary: Get application products
2299
2299
  * @description: Retrieve products specific to the application. Products are the core resource of an application. Products can be associated by categories, collections, brands and more.
2300
2300
  */
2301
2301
  getAppProductsPaginator({
@@ -2423,7 +2423,7 @@ class Catalog {
2423
2423
  * - Success response
2424
2424
  *
2425
2425
  * @name getAppicationProducts
2426
- * @summary: Get application products.
2426
+ * @summary: Get application products
2427
2427
  * @description: Retrieve products associated with the application. List all the products associated with a brand, collection or category in a requested sort order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAppicationProducts/).
2428
2428
  */
2429
2429
  async getAppicationProducts(
@@ -2567,7 +2567,7 @@ class Catalog {
2567
2567
  * page. Default is 12.
2568
2568
  * @param {number[]} [arg.itemIds] - Item Ids of product
2569
2569
  * @returns {Paginator<CatalogPlatformModel.ApplicationProductListingResponse>}
2570
- * @summary: Get application products.
2570
+ * @summary: Get application products
2571
2571
  * @description: Retrieve products associated with the application. List all the products associated with a brand, collection or category in a requested sort order.
2572
2572
  */
2573
2573
  getAppicationProductsPaginator({
@@ -2620,7 +2620,7 @@ class Catalog {
2620
2620
  * @param {import("../PlatformAPIClient").Options} - Options
2621
2621
  * @returns {Promise<CatalogPlatformModel.BrandListingResponse>} - Success response
2622
2622
  * @name getApplicationBrandListing
2623
- * @summary: Get application brand listing.
2623
+ * @summary: Get application brand listing
2624
2624
  * @description: Retrieve brand listings related to the application. A brand is the name under which a product is being sold - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getApplicationBrandListing/).
2625
2625
  */
2626
2626
  async getApplicationBrandListing(
@@ -2711,7 +2711,7 @@ class Catalog {
2711
2711
  * @param {string} [arg.q] - Search query with brand name.Use this parameter
2712
2712
  * to search brands by brand name.
2713
2713
  * @returns {Paginator<CatalogPlatformModel.BrandListingResponse>}
2714
- * @summary: Get application brand listing.
2714
+ * @summary: Get application brand listing
2715
2715
  * @description: Retrieve brand listings related to the application. A brand is the name under which a product is being sold
2716
2716
  */
2717
2717
  getApplicationBrandListingPaginator({
@@ -2750,7 +2750,7 @@ class Catalog {
2750
2750
  * @param {import("../PlatformAPIClient").Options} - Options
2751
2751
  * @returns {Promise<CatalogPlatformModel.BrandListingResponse>} - Success response
2752
2752
  * @name getApplicationBrands
2753
- * @summary: Get application brands.
2753
+ * @summary: Get application brands
2754
2754
  * @description: List all the brands. A brand is the name under which a product is being sold. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getApplicationBrands/).
2755
2755
  */
2756
2756
  async getApplicationBrands(
@@ -2855,7 +2855,7 @@ class Catalog {
2855
2855
  * @param {number[]} [arg.brandId] - Helps to sort the brands list on the
2856
2856
  * basis of uid list.
2857
2857
  * @returns {Paginator<CatalogPlatformModel.BrandListingResponse>}
2858
- * @summary: Get application brands.
2858
+ * @summary: Get application brands
2859
2859
  * @description: List all the brands. A brand is the name under which a product is being sold.
2860
2860
  */
2861
2861
  getApplicationBrandsPaginator({
@@ -2898,7 +2898,7 @@ class Catalog {
2898
2898
  * @param {import("../PlatformAPIClient").Options} - Options
2899
2899
  * @returns {Promise<CatalogPlatformModel.BrandListingResponse>} - Success response
2900
2900
  * @name getApplicationCategoryListing
2901
- * @summary: Get application category listing.
2901
+ * @summary: Get application category listing
2902
2902
  * @description: Retrieve category listings related to the application. A brand is the name under which a product is being sold. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getApplicationCategoryListing/).
2903
2903
  */
2904
2904
  async getApplicationCategoryListing(
@@ -2996,7 +2996,7 @@ class Catalog {
2996
2996
  * @param {string} [arg.q] - Search query with brand name.Use this parameter
2997
2997
  * to search brands by brand name.
2998
2998
  * @returns {Paginator<CatalogPlatformModel.BrandListingResponse>}
2999
- * @summary: Get application category listing.
2999
+ * @summary: Get application category listing
3000
3000
  * @description: Retrieve category listings related to the application. A brand is the name under which a product is being sold.
3001
3001
  */
3002
3002
  getApplicationCategoryListingPaginator({
@@ -3039,7 +3039,7 @@ class Catalog {
3039
3039
  * - Success response
3040
3040
  *
3041
3041
  * @name getApplicationDepartmentListing
3042
- * @summary: Get application department listing.
3042
+ * @summary: Get application department listing
3043
3043
  * @description: Retrieve department listings related to the application. Departments are a way to categorise similar products. A product can lie in multiple departments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getApplicationDepartmentListing/).
3044
3044
  */
3045
3045
  async getApplicationDepartmentListing(
@@ -3130,7 +3130,7 @@ class Catalog {
3130
3130
  * @param {string} [arg.q] - Search query with brand name.Use this parameter
3131
3131
  * to search department by name.
3132
3132
  * @returns {Paginator<CatalogPlatformModel.ApplicationDepartmentListingResponse>}
3133
- * @summary: Get application department listing.
3133
+ * @summary: Get application department listing
3134
3134
  * @description: Retrieve department listings related to the application. Departments are a way to categorise similar products. A product can lie in multiple departments.
3135
3135
  */
3136
3136
  getApplicationDepartmentListingPaginator({
@@ -3170,7 +3170,7 @@ class Catalog {
3170
3170
  * @returns {Promise<CatalogPlatformModel.GetQueryFiltersKeysResponse>} -
3171
3171
  * Success response
3172
3172
  * @name getApplicationFilterKeys
3173
- * @summary: Get filters keys of the filter options.
3173
+ * @summary: Get filters keys of the filter options
3174
3174
  * @description: Get query filters keys to configure a collection - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getApplicationFilterKeys/).
3175
3175
  */
3176
3176
  async getApplicationFilterKeys(
@@ -3253,7 +3253,7 @@ class Catalog {
3253
3253
  * @returns {Promise<CatalogPlatformModel.GetQueryFiltersValuesResponse>} -
3254
3254
  * Success response
3255
3255
  * @name getApplicationFilterValues
3256
- * @summary: Get values of the selected value for the filter options.
3256
+ * @summary: Get values of the selected value for the filter options
3257
3257
  * @description: Get query filters keys to configure a collection - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getApplicationFilterValues/).
3258
3258
  */
3259
3259
  async getApplicationFilterValues(
@@ -3352,7 +3352,7 @@ class Catalog {
3352
3352
  * @returns {Promise<CatalogPlatformModel.GetAutocompleteWordsResponse>} -
3353
3353
  * Success response
3354
3354
  * @name getAutocompleteConfig
3355
- * @summary: Get autocomplete configuration.
3355
+ * @summary: Get autocomplete configuration
3356
3356
  * @description: Custom Autocomplete Keyword allows you to map conditions with keywords to give you the ultimate results - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAutocompleteConfig/).
3357
3357
  */
3358
3358
  async getAutocompleteConfig(
@@ -3430,7 +3430,7 @@ class Catalog {
3430
3430
  * @returns {Promise<CatalogPlatformModel.GetAutocompleteWordsResponse>} -
3431
3431
  * Success response
3432
3432
  * @name getAutocompleteKeywordDetail
3433
- * @summary: Get autocomplete keyword details.
3433
+ * @summary: Get autocomplete keyword details
3434
3434
  * @description: Retrieve detailed information about a specific autocomplete keyword. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getAutocompleteKeywordDetail/).
3435
3435
  */
3436
3436
  async getAutocompleteKeywordDetail(
@@ -3513,7 +3513,7 @@ class Catalog {
3513
3513
  * - Success response
3514
3514
  *
3515
3515
  * @name getCatalogConfiguration
3516
- * @summary: Retrieve catalog configuration.
3516
+ * @summary: Retrieve catalog configuration
3517
3517
  * @description: Retrieve configuration meta details for the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCatalogConfiguration/).
3518
3518
  */
3519
3519
  async getCatalogConfiguration(
@@ -3590,7 +3590,7 @@ class Catalog {
3590
3590
  * @param {import("../PlatformAPIClient").Options} - Options
3591
3591
  * @returns {Promise<CatalogPlatformModel.CatalogInsightResponse>} - Success response
3592
3592
  * @name getCatalogInsights
3593
- * @summary: Get catalog insights.
3593
+ * @summary: Get catalog insights
3594
3594
  * @description: Retrieve the count of catalog related data like products, brands, departments and categories that have been made live as per configuration of the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCatalogInsights/).
3595
3595
  */
3596
3596
  async getCatalogInsights(
@@ -3670,7 +3670,7 @@ class Catalog {
3670
3670
  * @param {import("../PlatformAPIClient").Options} - Options
3671
3671
  * @returns {Promise<CatalogPlatformModel.CategoryListingResponse>} - Success response
3672
3672
  * @name getCategories
3673
- * @summary: Get categories.
3673
+ * @summary: Get categories
3674
3674
  * @description: Retrieve a list of categories. Optionally pass filter the brands by the department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCategories/).
3675
3675
  */
3676
3676
  async getCategories(
@@ -3753,7 +3753,7 @@ class Catalog {
3753
3753
  * @returns {Promise<CatalogPlatformModel.GetCollectionDetailResponse>} -
3754
3754
  * Success response
3755
3755
  * @name getCollectionDetail
3756
- * @summary: Get collection details.
3756
+ * @summary: Get collection details
3757
3757
  * @description: Get the details of a collection by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getCollectionDetail/).
3758
3758
  */
3759
3759
  async getCollectionDetail(
@@ -3884,7 +3884,7 @@ class Catalog {
3884
3884
  const response = await PlatformAPIClient.execute(
3885
3885
  this.config,
3886
3886
  "get",
3887
- `/service/platform/catalog/v2.0/company/${this.config.companyId}/application/${this.applicationId}/collections/${id}/items/`,
3887
+ `/service/platform/catalog/v1.0/company/${this.config.companyId}/application/${this.applicationId}/collections/${id}/items/`,
3888
3888
  query_params,
3889
3889
  undefined,
3890
3890
  requestHeaders,
@@ -3927,7 +3927,7 @@ class Catalog {
3927
3927
  * - Success response
3928
3928
  *
3929
3929
  * @name getConfigurationByType
3930
- * @summary: Retrieve configuration by type.
3930
+ * @summary: Retrieve configuration by type
3931
3931
  * @description: Retrieve configuration details based on a specific type in the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getConfigurationByType/).
3932
3932
  */
3933
3933
  async getConfigurationByType(
@@ -4009,7 +4009,7 @@ class Catalog {
4009
4009
  * @returns {Promise<CatalogPlatformModel.GetConfigMetadataResponse>} -
4010
4010
  * Success response
4011
4011
  * @name getConfigurationMetadata
4012
- * @summary: Retrieve configuration metadata.
4012
+ * @summary: Retrieve configuration metadata
4013
4013
  * @description: Retrieve the configuraion metadata details for catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getConfigurationMetadata/).
4014
4014
  */
4015
4015
  async getConfigurationMetadata(
@@ -4105,7 +4105,7 @@ class Catalog {
4105
4105
  * @returns {Promise<CatalogPlatformModel.GetAppCatalogConfiguration>} -
4106
4106
  * Success response
4107
4107
  * @name getConfigurations
4108
- * @summary: Retrieve configurations.
4108
+ * @summary: Retrieve configurations
4109
4109
  * @description: Retrieve a configured details for catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getConfigurations/).
4110
4110
  */
4111
4111
  async getConfigurations(
@@ -4180,7 +4180,7 @@ class Catalog {
4180
4180
  * @param {import("../PlatformAPIClient").Options} - Options
4181
4181
  * @returns {Promise<CatalogPlatformModel.DepartmentResponse>} - Success response
4182
4182
  * @name getDepartments
4183
- * @summary: Get departments.
4183
+ * @summary: Get departments
4184
4184
  * @description: Retrieve a list of departments. Departments are a way to categorise similar products. A product can lie in multiple departments. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getDepartments/).
4185
4185
  */
4186
4186
  async getDepartments(
@@ -4259,7 +4259,7 @@ class Catalog {
4259
4259
  * - Success response
4260
4260
  *
4261
4261
  * @name getDiscountedInventoryBySizeIdentifier
4262
- * @summary: Get discounted inventory by size identifier.
4262
+ * @summary: Get discounted inventory by size identifier
4263
4263
  * @description: Allows to retrieve Inventory data for particular company grouped by size and store. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getDiscountedInventoryBySizeIdentifier/).
4264
4264
  */
4265
4265
  async getDiscountedInventoryBySizeIdentifier(
@@ -4367,7 +4367,7 @@ class Catalog {
4367
4367
  * @param {string} [arg.q] - Search with help of store code.
4368
4368
  * @param {number[]} [arg.locationIds] - Search by store ids.
4369
4369
  * @returns {Paginator<CatalogPlatformModel.InventorySellerIdentifierResponsePaginated>}
4370
- * @summary: Get discounted inventory by size identifier.
4370
+ * @summary: Get discounted inventory by size identifier
4371
4371
  * @description: Allows to retrieve Inventory data for particular company grouped by size and store.
4372
4372
  */
4373
4373
  getDiscountedInventoryBySizeIdentifierPaginator({
@@ -4412,7 +4412,7 @@ class Catalog {
4412
4412
  * @param {import("../PlatformAPIClient").Options} - Options
4413
4413
  * @returns {Promise<CatalogPlatformModel.GetConfigResponse>} - Success response
4414
4414
  * @name getGroupConfigurations
4415
- * @summary: Retrieve group configurations.
4415
+ * @summary: Retrieve group configurations
4416
4416
  * @description: Retrieve the details of the application configured configurations of group config types. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getGroupConfigurations/).
4417
4417
  */
4418
4418
  async getGroupConfigurations(
@@ -4507,7 +4507,7 @@ class Catalog {
4507
4507
  * @param {import("../PlatformAPIClient").Options} - Options
4508
4508
  * @returns {Promise<CatalogPlatformModel.GetConfigResponse>} - Success response
4509
4509
  * @name getListingConfigurations
4510
- * @summary: Retrieve listing configurations.
4510
+ * @summary: Retrieve listing configurations
4511
4511
  * @description: Retrieve the details of the application configured configurations of listing config types. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getListingConfigurations/).
4512
4512
  */
4513
4513
  async getListingConfigurations(
@@ -4599,7 +4599,7 @@ class Catalog {
4599
4599
  * @param {import("../PlatformAPIClient").Options} - Options
4600
4600
  * @returns {Promise<CatalogPlatformModel.ProductDetail>} - Success response
4601
4601
  * @name getProductDetailBySlug
4602
- * @summary: Get product details by slug.
4602
+ * @summary: Get product details by slug
4603
4603
  * @description: Retrieve detailed product information using a product slug. Products are the core resource of an application. Products can be associated by categories, collections, brands and more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getProductDetailBySlug/).
4604
4604
  */
4605
4605
  async getProductDetailBySlug(
@@ -4678,7 +4678,7 @@ class Catalog {
4678
4678
  * @param {import("../PlatformAPIClient").Options} - Options
4679
4679
  * @returns {Promise<CatalogPlatformModel.GetQueryFiltersResponse>} - Success response
4680
4680
  * @name getQueryFilters
4681
- * @summary: Retrieve query filters.
4681
+ * @summary: Retrieve query filters
4682
4682
  * @description: Retrieve query filters to configure a collection - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getQueryFilters/).
4683
4683
  */
4684
4684
  async getQueryFilters(
@@ -4835,7 +4835,7 @@ class Catalog {
4835
4835
  * @returns {Promise<CatalogPlatformModel.GetSearchWordsDetailResponse>} -
4836
4836
  * Success response
4837
4837
  * @name getSearchKeywords
4838
- * @summary: Retrieve search keywords.
4838
+ * @summary: Retrieve search keywords
4839
4839
  * @description: Retrieve a list of search keywords from the catalog. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/getSearchKeywords/).
4840
4840
  */
4841
4841
  async getSearchKeywords(
@@ -4916,7 +4916,7 @@ class Catalog {
4916
4916
  * @param {import("../PlatformAPIClient").Options} - Options
4917
4917
  * @returns {Promise<CatalogPlatformModel.ConfigSuccessResponse>} - Success response
4918
4918
  * @name updateAllowSingle
4919
- * @summary: Update 'Allow Single' setting.
4919
+ * @summary: Update 'Allow Single' setting
4920
4920
  * @description: Modify allow single flag for filters of the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAllowSingle/).
4921
4921
  */
4922
4922
  async updateAllowSingle(
@@ -4995,7 +4995,7 @@ class Catalog {
4995
4995
  * @param {import("../PlatformAPIClient").Options} - Options
4996
4996
  * @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
4997
4997
  * @name updateAppBrand
4998
- * @summary: Update application brand.
4998
+ * @summary: Update application brand
4999
4999
  * @description: Modify data associated to a item custom meta. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAppBrand/).
5000
5000
  */
5001
5001
  async updateAppBrand(
@@ -5078,7 +5078,7 @@ class Catalog {
5078
5078
  * @param {import("../PlatformAPIClient").Options} - Options
5079
5079
  * @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
5080
5080
  * @name updateAppCategory
5081
- * @summary: Update application category.
5081
+ * @summary: Update application category
5082
5082
  * @description: Modify category data related to the application. Helps to update data associated to a item custom meta. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAppCategory/).
5083
5083
  */
5084
5084
  async updateAppCategory(
@@ -5242,7 +5242,7 @@ class Catalog {
5242
5242
  * @param {import("../PlatformAPIClient").Options} - Options
5243
5243
  * @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
5244
5244
  * @name updateAppDepartment
5245
- * @summary: Update application department.
5245
+ * @summary: Update application department
5246
5246
  * @description: Modify department data related to the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAppDepartment/).
5247
5247
  */
5248
5248
  async updateAppDepartment(
@@ -5325,7 +5325,7 @@ class Catalog {
5325
5325
  * @param {import("../PlatformAPIClient").Options} - Options
5326
5326
  * @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
5327
5327
  * @name updateAppLocation
5328
- * @summary: Update application location.
5328
+ * @summary: Update application location
5329
5329
  * @description: Modify location data related to the application. Helps to update data associated to a item custom meta - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAppLocation/).
5330
5330
  */
5331
5331
  async updateAppLocation(
@@ -5406,7 +5406,7 @@ class Catalog {
5406
5406
  * @param {import("../PlatformAPIClient").Options} - Options
5407
5407
  * @returns {Promise<CatalogPlatformModel.SuccessResponse1>} - Success response
5408
5408
  * @name updateAppProduct
5409
- * @summary: Update application product data.
5409
+ * @summary: Update application product data
5410
5410
  * @description: Allows to update data associated to a item custom meta. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAppProduct/).
5411
5411
  */
5412
5412
  async updateAppProduct(
@@ -5571,7 +5571,7 @@ class Catalog {
5571
5571
  * @returns {Promise<CatalogPlatformModel.GetAutocompleteWordsResponse>} -
5572
5572
  * Success response
5573
5573
  * @name updateAutocompleteKeyword
5574
- * @summary: Update autocomplete keywords.
5574
+ * @summary: Update autocomplete keywords
5575
5575
  * @description: Update a mapping by it's id. On successful request, returns the updated Keyword mapping - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateAutocompleteKeyword/).
5576
5576
  */
5577
5577
  async updateAutocompleteKeyword(
@@ -5735,7 +5735,7 @@ class Catalog {
5735
5735
  * @param {import("../PlatformAPIClient").Options} - Options
5736
5736
  * @returns {Promise<CatalogPlatformModel.ConfigSuccessResponse>} - Success response
5737
5737
  * @name updateDefaultSort
5738
- * @summary: Update default sorting.
5738
+ * @summary: Update default sorting
5739
5739
  * @description: Modify the default sort key configuration for the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateDefaultSort/).
5740
5740
  */
5741
5741
  async updateDefaultSort(
@@ -5816,7 +5816,7 @@ class Catalog {
5816
5816
  * @param {import("../PlatformAPIClient").Options} - Options
5817
5817
  * @returns {Promise<CatalogPlatformModel.AppConfigurationDetail>} - Success response
5818
5818
  * @name updateGroupConfiguration
5819
- * @summary: Update group configuration.
5819
+ * @summary: Update group configuration
5820
5820
  * @description: Modify the group configurations for the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateGroupConfiguration/).
5821
5821
  */
5822
5822
  async updateGroupConfiguration(
@@ -5901,7 +5901,7 @@ class Catalog {
5901
5901
  * @param {import("../PlatformAPIClient").Options} - Options
5902
5902
  * @returns {Promise<CatalogPlatformModel.AppConfigurationsSort>} - Success response
5903
5903
  * @name updateListingConfiguration
5904
- * @summary: Update listing configuration.
5904
+ * @summary: Update listing configuration
5905
5905
  * @description: Modify the details and settings of an existing listing configuration. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateListingConfiguration/).
5906
5906
  */
5907
5907
  async updateListingConfiguration(
@@ -6069,7 +6069,7 @@ class Catalog {
6069
6069
  * @param {import("../PlatformAPIClient").Options} - Options
6070
6070
  * @returns {Promise<CatalogPlatformModel.GetSearchWordsData>} - Success response
6071
6071
  * @name updateSearchKeywords
6072
- * @summary: Update search keywords.
6072
+ * @summary: Update search keywords
6073
6073
  * @description: Update Search Keyword by its id. On successful request, returns the updated collection - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/platform/catalog/updateSearchKeywords/).
6074
6074
  */
6075
6075
  async updateSearchKeywords(