@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
@@ -87,7 +87,7 @@ class Catalog {
87
87
  * @param {import("../ApplicationAPIClient").Options} - Options
88
88
  * @returns {Promise<CatalogApplicationModel.FollowPostResponse>} - Success response
89
89
  * @name followById
90
- * @summary: Follows an item by ID.
90
+ * @summary: Follows an item by ID
91
91
  * @description: Adds a product, brand, or item to the user's followed list by its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/followById/).
92
92
  */
93
93
  async followById(
@@ -165,7 +165,7 @@ class Catalog {
165
165
  * @param {import("../ApplicationAPIClient").Options} - Options
166
166
  * @returns {Promise<CatalogApplicationModel.BrandDetailResponse>} - Success response
167
167
  * @name getBrandDetailBySlug
168
- * @summary: Retrieves detailed brand info by slug.
168
+ * @summary: Retrieves detailed brand info by slug
169
169
  * @description: Retrieve metadata of a brand such as name, information, logo, banner, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getBrandDetailBySlug/).
170
170
  */
171
171
  async getBrandDetailBySlug(
@@ -245,7 +245,7 @@ class Catalog {
245
245
  * @param {import("../ApplicationAPIClient").Options} - Options
246
246
  * @returns {Promise<CatalogApplicationModel.BrandListingResponse>} - Success response
247
247
  * @name getBrands
248
- * @summary: Fetches all available brands.
248
+ * @summary: Fetches all available brands
249
249
  * @description: Retrieves a comprehensive list of all brands in the catalog under which a product is sold. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getBrands/).
250
250
  */
251
251
  async getBrands(
@@ -328,7 +328,7 @@ class Catalog {
328
328
  * from the endpoint /service/application/catalog/v1.0/departments/
329
329
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
330
330
  * @returns {Paginator<CatalogApplicationModel.BrandListingResponse>}
331
- * @summary: Fetches all available brands.
331
+ * @summary: Fetches all available brands
332
332
  * @description: Retrieves a comprehensive list of all brands in the catalog under which a product is sold.
333
333
  */
334
334
  getBrandsPaginator({ department, pageSize } = {}) {
@@ -359,7 +359,7 @@ class Catalog {
359
359
  * @returns {Promise<CatalogApplicationModel.CategoryListingResponse>} -
360
360
  * Success response
361
361
  * @name getCategories
362
- * @summary: Lists all product categories.
362
+ * @summary: Lists all product categories
363
363
  * @description: Retrieves a list of all available product categories. Also filter the categories by department. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCategories/).
364
364
  */
365
365
  async getCategories(
@@ -438,7 +438,7 @@ class Catalog {
438
438
  * @param {import("../ApplicationAPIClient").Options} - Options
439
439
  * @returns {Promise<CatalogApplicationModel.CategoryMetaResponse>} - Success response
440
440
  * @name getCategoryDetailBySlug
441
- * @summary: Retrieves category details by slug.
441
+ * @summary: Retrieves category details by slug
442
442
  * @description: Retrieve detailed information about a specific product category using its slug and Retrieve metadata of a category such as name, information, logo, banner, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCategoryDetailBySlug/).
443
443
  */
444
444
  async getCategoryDetailBySlug(
@@ -521,7 +521,7 @@ class Catalog {
521
521
  * @returns {Promise<CatalogApplicationModel.CollectionDetailResponse>} -
522
522
  * Success response
523
523
  * @name getCollectionDetailBySlug
524
- * @summary: Retrieves collection details by slug.
524
+ * @summary: Retrieves collection details by slug
525
525
  * @description: Retrieve detailed information about a specific collection using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCollectionDetailBySlug/).
526
526
  */
527
527
  async getCollectionDetailBySlug(
@@ -603,7 +603,7 @@ class Catalog {
603
603
  * @returns {Promise<CatalogApplicationModel.ProductListingResponse>} -
604
604
  * Success response
605
605
  * @name getCollectionItemsBySlug
606
- * @summary: Lists items in a collection by slug.
606
+ * @summary: Lists items in a collection by slug
607
607
  * @description: Retrieve items in a specific collection identified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCollectionItemsBySlug/).
608
608
  */
609
609
  async getCollectionItemsBySlug(
@@ -714,7 +714,7 @@ class Catalog {
714
714
  * either ascending or descending order. See the supported values below.
715
715
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
716
716
  * @returns {Paginator<CatalogApplicationModel.ProductListingResponse>}
717
- * @summary: Lists items in a collection by slug.
717
+ * @summary: Lists items in a collection by slug
718
718
  * @description: Retrieve items in a specific collection identified by its slug.
719
719
  */
720
720
  getCollectionItemsBySlugPaginator({
@@ -759,7 +759,7 @@ class Catalog {
759
759
  * - Success response
760
760
  *
761
761
  * @name getCollections
762
- * @summary: Fetches all available collections.
762
+ * @summary: Fetches all available collections
763
763
  * @description: Retrieves a list of curated product collections. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getCollections/).
764
764
  */
765
765
  async getCollections(
@@ -841,7 +841,7 @@ class Catalog {
841
841
  * @param {string[]} [arg.tag] - List of tags to filter collections
842
842
  * @param {string} [arg.q] - Name of the collection to filter collection
843
843
  * @returns {Paginator<CatalogApplicationModel.GetCollectionListingResponse>}
844
- * @summary: Fetches all available collections.
844
+ * @summary: Fetches all available collections
845
845
  * @description: Retrieves a list of curated product collections.
846
846
  */
847
847
  getCollectionsPaginator({ pageSize, tag, q } = {}) {
@@ -876,7 +876,7 @@ class Catalog {
876
876
  * - Success response
877
877
  *
878
878
  * @name getComparedFrequentlyProductBySlug
879
- * @summary: Retrieves products frequently compared with a given product.
879
+ * @summary: Retrieves products frequently compared with a given product
880
880
  * @description: Retrieve products that are often compared to the product specified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getComparedFrequentlyProductBySlug/).
881
881
  */
882
882
  async getComparedFrequentlyProductBySlug(
@@ -956,7 +956,7 @@ class Catalog {
956
956
  * @param {import("../ApplicationAPIClient").Options} - Options
957
957
  * @returns {Promise<CatalogApplicationModel.DepartmentResponse>} - Success response
958
958
  * @name getDepartments
959
- * @summary: Lists all departments.
959
+ * @summary: Lists all departments
960
960
  * @description: Retrieves a list of all available product departments. Departments are a way to categorise similar products. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getDepartments/).
961
961
  */
962
962
  async getDepartments(
@@ -1034,7 +1034,7 @@ class Catalog {
1034
1034
  * @param {import("../ApplicationAPIClient").Options} - Options
1035
1035
  * @returns {Promise<CatalogApplicationModel.FollowIdsResponse>} - Success response
1036
1036
  * @name getFollowIds
1037
- * @summary: Fetches IDs of followed items.
1037
+ * @summary: Fetches IDs of followed items
1038
1038
  * @description: Retrieves the IDs of all items the user is currently following like Products, Brands and Collections. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getFollowIds/).
1039
1039
  */
1040
1040
  async getFollowIds(
@@ -1114,7 +1114,7 @@ class Catalog {
1114
1114
  * @returns {Promise<CatalogApplicationModel.GetFollowListingResponse>} -
1115
1115
  * Success response
1116
1116
  * @name getFollowedListing
1117
- * @summary: Retrieves user's followed listings.
1117
+ * @summary: Retrieves user's followed listings
1118
1118
  * @description: Retrieve a list of products or brands the user is following. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getFollowedListing/).
1119
1119
  */
1120
1120
  async getFollowedListing(
@@ -1196,7 +1196,7 @@ class Catalog {
1196
1196
  * products, brands, or collections.
1197
1197
  * @param {number} [arg.pageSize] - Page ID to retrieve next set of results.
1198
1198
  * @returns {Paginator<CatalogApplicationModel.GetFollowListingResponse>}
1199
- * @summary: Retrieves user's followed listings.
1199
+ * @summary: Retrieves user's followed listings
1200
1200
  * @description: Retrieve a list of products or brands the user is following.
1201
1201
  */
1202
1202
  getFollowedListingPaginator({ collectionType, pageSize } = {}) {
@@ -1227,7 +1227,7 @@ class Catalog {
1227
1227
  * @returns {Promise<CatalogApplicationModel.FollowerCountResponse>} -
1228
1228
  * Success response
1229
1229
  * @name getFollowerCountById
1230
- * @summary: Retrieves follower count for an item.
1230
+ * @summary: Retrieves follower count for an item
1231
1231
  * @description: Retrieves the total number of followers for a specific item by its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getFollowerCountById/).
1232
1232
  */
1233
1233
  async getFollowerCountById(
@@ -1307,7 +1307,7 @@ class Catalog {
1307
1307
  * @param {import("../ApplicationAPIClient").Options} - Options
1308
1308
  * @returns {Promise<CatalogApplicationModel.HomeListingResponse>} - Success response
1309
1309
  * @name getHomeProducts
1310
- * @summary: Fetches homepage-featured products.
1310
+ * @summary: Fetches homepage-featured products
1311
1311
  * @description: List all the products associated with a brand, collection or category in a random order. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getHomeProducts/).
1312
1312
  */
1313
1313
  async getHomeProducts(
@@ -1389,7 +1389,7 @@ class Catalog {
1389
1389
  * either ascending or descending order.
1390
1390
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
1391
1391
  * @returns {Paginator<CatalogApplicationModel.HomeListingResponse>}
1392
- * @summary: Fetches homepage-featured products.
1392
+ * @summary: Fetches homepage-featured products
1393
1393
  * @description: List all the products associated with a brand, collection or category in a random order.
1394
1394
  */
1395
1395
  getHomeProductsPaginator({ sortOn, pageSize } = {}) {
@@ -1420,7 +1420,7 @@ class Catalog {
1420
1420
  * @returns {Promise<CatalogApplicationModel.ApplicationStoreListing>} -
1421
1421
  * Success response
1422
1422
  * @name getInStockLocations
1423
- * @summary: Finds in-stock locations for products.
1423
+ * @summary: Finds in-stock locations for products
1424
1424
  * @description: Lists locations where specified products are currently in stock. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getInStockLocations/).
1425
1425
  */
1426
1426
  async getInStockLocations(
@@ -1522,7 +1522,7 @@ class Catalog {
1522
1522
  * @param {number} [arg.longitude] - Longitude of the location from where
1523
1523
  * one wants to retreive the nearest stores, e.g. 19.1174114
1524
1524
  * @returns {Paginator<CatalogApplicationModel.ApplicationStoreListing>}
1525
- * @summary: Finds in-stock locations for products.
1525
+ * @summary: Finds in-stock locations for products
1526
1526
  * @description: Lists locations where specified products are currently in stock.
1527
1527
  */
1528
1528
  getInStockLocationsPaginator({
@@ -1563,7 +1563,7 @@ class Catalog {
1563
1563
  * @param {import("../ApplicationAPIClient").Options} - Options
1564
1564
  * @returns {Promise<CatalogApplicationModel.StoreDetails>} - Success response
1565
1565
  * @name getLocationDetailsById
1566
- * @summary: Retrieves location details by ID.
1566
+ * @summary: Retrieves location details by ID
1567
1567
  * @description: Retrieves detailed information about a specific location using its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getLocationDetailsById/).
1568
1568
  */
1569
1569
  async getLocationDetailsById(
@@ -1643,7 +1643,7 @@ class Catalog {
1643
1643
  * @param {import("../ApplicationAPIClient").Options} - Options
1644
1644
  * @returns {Promise<CatalogApplicationModel.ProductBundle>} - Success response
1645
1645
  * @name getProductBundlesBySlug
1646
- * @summary: Fetches product bundles by slug.
1646
+ * @summary: Fetches product bundles by slug
1647
1647
  * @description: Retrieve products bundles to the one specified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductBundlesBySlug/).
1648
1648
  */
1649
1649
  async getProductBundlesBySlug(
@@ -1728,7 +1728,7 @@ class Catalog {
1728
1728
  * @returns {Promise<CatalogApplicationModel.ProductsComparisonResponse>} -
1729
1729
  * Success response
1730
1730
  * @name getProductComparisonBySlugs
1731
- * @summary: Compares multiple products by slugs.
1731
+ * @summary: Compares multiple products by slugs
1732
1732
  * @description: Retrieves side-by-side comparisons of multiple products identified by their slugs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductComparisonBySlugs/).
1733
1733
  */
1734
1734
  async getProductComparisonBySlugs(
@@ -1809,7 +1809,7 @@ class Catalog {
1809
1809
  * @param {import("../ApplicationAPIClient").Options} - Options
1810
1810
  * @returns {Promise<CatalogApplicationModel.ProductDetail>} - Success response
1811
1811
  * @name getProductDetailBySlug
1812
- * @summary: Fetches detailed product information by slug.
1812
+ * @summary: Fetches detailed product information by slug
1813
1813
  * @description: Retrieve a product by its slug value. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductDetailBySlug/).
1814
1814
  */
1815
1815
  async getProductDetailBySlug(
@@ -1890,7 +1890,7 @@ class Catalog {
1890
1890
  * @returns {Promise<CatalogApplicationModel.ProductSizePriceResponseV3>} -
1891
1891
  * Success response
1892
1892
  * @name getProductPriceBySlug
1893
- * @summary: Retrieves product price by slug.
1893
+ * @summary: Retrieves product price by slug
1894
1894
  * @description: Retrieve the price of a product size at all the selling locations near to a PIN Code. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductPriceBySlug/).
1895
1895
  */
1896
1896
  async getProductPriceBySlug(
@@ -1974,7 +1974,7 @@ class Catalog {
1974
1974
  * - Success response
1975
1975
  *
1976
1976
  * @name getProductSellersBySlug
1977
- * @summary: Lists sellers for a product by slug.
1977
+ * @summary: Lists sellers for a product by slug
1978
1978
  * @description: Retrieve a list of all sellers offering a specific product identified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductSellersBySlug/).
1979
1979
  */
1980
1980
  async getProductSellersBySlug(
@@ -2065,7 +2065,7 @@ class Catalog {
2065
2065
  * eg, fast-delivery, low-price, optimal.
2066
2066
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
2067
2067
  * @returns {Paginator<CatalogApplicationModel.ProductSizeSellersResponseV3>}
2068
- * @summary: Lists sellers for a product by slug.
2068
+ * @summary: Lists sellers for a product by slug
2069
2069
  * @description: Retrieve a list of all sellers offering a specific product identified by its slug.
2070
2070
  */
2071
2071
  getProductSellersBySlugPaginator({ slug, size, strategy, pageSize } = {}) {
@@ -2097,7 +2097,7 @@ class Catalog {
2097
2097
  * @param {import("../ApplicationAPIClient").Options} - Options
2098
2098
  * @returns {Promise<CatalogApplicationModel.ProductSizes>} - Success response
2099
2099
  * @name getProductSizesBySlug
2100
- * @summary: Retrieves available sizes for a product by slug.
2100
+ * @summary: Retrieves available sizes for a product by slug
2101
2101
  * @description: Retrieve the size options available for a specific product based on its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductSizesBySlug/).
2102
2102
  */
2103
2103
  async getProductSizesBySlug(
@@ -2179,7 +2179,7 @@ class Catalog {
2179
2179
  * @returns {Promise<CatalogApplicationModel.ProductStockStatusResponse>} -
2180
2180
  * Success response
2181
2181
  * @name getProductStockByIds
2182
- * @summary: Checks product stock by IDs.
2182
+ * @summary: Checks product stock by IDs
2183
2183
  * @description: Retrieves the current stock status for products identified by their IDs. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductStockByIds/).
2184
2184
  */
2185
2185
  async getProductStockByIds(
@@ -2266,7 +2266,7 @@ class Catalog {
2266
2266
  * @param {import("../ApplicationAPIClient").Options} - Options
2267
2267
  * @returns {Promise<CatalogApplicationModel.ProductStockPolling>} - Success response
2268
2268
  * @name getProductStockForTimeByIds
2269
- * @summary: Fetches future stock data for products.
2269
+ * @summary: Fetches future stock data for products
2270
2270
  * @description: Retrieves projected stock levels for specified products at a future time. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductStockForTimeByIds/).
2271
2271
  */
2272
2272
  async getProductStockForTimeByIds(
@@ -2348,7 +2348,7 @@ class Catalog {
2348
2348
  * @param {string} arg.timestamp - Timestamp in UTC format (2020-07-23T10:27:50Z)
2349
2349
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
2350
2350
  * @returns {Paginator<CatalogApplicationModel.ProductStockPolling>}
2351
- * @summary: Fetches future stock data for products.
2351
+ * @summary: Fetches future stock data for products
2352
2352
  * @description: Retrieves projected stock levels for specified products at a future time.
2353
2353
  */
2354
2354
  getProductStockForTimeByIdsPaginator({ timestamp, pageSize } = {}) {
@@ -2380,7 +2380,7 @@ class Catalog {
2380
2380
  * @returns {Promise<CatalogApplicationModel.ProductVariantsResponse>} -
2381
2381
  * Success response
2382
2382
  * @name getProductVariantsBySlug
2383
- * @summary: Retrieves product variants by slug.
2383
+ * @summary: Retrieves product variants by slug
2384
2384
  * @description: Retrieves all available variants of a specific product identified by its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProductVariantsBySlug/).
2385
2385
  */
2386
2386
  async getProductVariantsBySlug(
@@ -2461,7 +2461,7 @@ class Catalog {
2461
2461
  * @returns {Promise<CatalogApplicationModel.ProductListingResponse>} -
2462
2462
  * Success response
2463
2463
  * @name getProducts
2464
- * @summary: Lists all products.
2464
+ * @summary: Lists all products
2465
2465
  * @description: Retrieves a list of all products in the catalog. Choose a sort order or make arbitrary search queries by entering the product name, brand, category or collection. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getProducts/).
2466
2466
  */
2467
2467
  async getProducts(
@@ -2566,7 +2566,7 @@ class Catalog {
2566
2566
  * either ascending or descending order. See the supported values below.
2567
2567
  * @param {number} [arg.pageSize] - The number of items to retrieve in each page.
2568
2568
  * @returns {Paginator<CatalogApplicationModel.ProductListingResponse>}
2569
- * @summary: Lists all products.
2569
+ * @summary: Lists all products
2570
2570
  * @description: Retrieves a list of all products in the catalog. Choose a sort order or make arbitrary search queries by entering the product name, brand, category or collection.
2571
2571
  */
2572
2572
  getProductsPaginator({ q, f, filters, sortOn, pageSize } = {}) {
@@ -2601,7 +2601,7 @@ class Catalog {
2601
2601
  * @param {import("../ApplicationAPIClient").Options} - Options
2602
2602
  * @returns {Promise<CatalogApplicationModel.AutoCompleteResponse>} - Success response
2603
2603
  * @name getSearchResults
2604
- * @summary: Retrieves search result listings.
2604
+ * @summary: Retrieves search result listings
2605
2605
  * @description: Retrieves products that match the user's search criteria. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getSearchResults/).
2606
2606
  */
2607
2607
  async getSearchResults(
@@ -2683,7 +2683,7 @@ class Catalog {
2683
2683
  * @returns {Promise<CatalogApplicationModel.ProductCompareResponse>} -
2684
2684
  * Success response
2685
2685
  * @name getSimilarComparisonProductBySlug
2686
- * @summary: Fetches similar products for comparison.
2686
+ * @summary: Fetches similar products for comparison
2687
2687
  * @description: Gets products similar to the one identified by the given slug for comparison. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getSimilarComparisonProductBySlug/).
2688
2688
  */
2689
2689
  async getSimilarComparisonProductBySlug(
@@ -2763,7 +2763,7 @@ class Catalog {
2763
2763
  * @param {import("../ApplicationAPIClient").Options} - Options
2764
2764
  * @returns {Promise<CatalogApplicationModel.StoreListingResponse>} - Success response
2765
2765
  * @name getStores
2766
- * @summary: Lists available stores.
2766
+ * @summary: Lists available stores
2767
2767
  * @description: Retrieves a list of all physical or online stores. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/getStores/).
2768
2768
  */
2769
2769
  async getStores(
@@ -2866,7 +2866,7 @@ class Catalog {
2866
2866
  * one wants to retreive the nearest stores, e.g. 19.1174114
2867
2867
  * @param {string} [arg.tags] - Search stores based on tags.
2868
2868
  * @returns {Paginator<CatalogApplicationModel.StoreListingResponse>}
2869
- * @summary: Lists available stores.
2869
+ * @summary: Lists available stores
2870
2870
  * @description: Retrieves a list of all physical or online stores.
2871
2871
  */
2872
2872
  getStoresPaginator({
@@ -2909,7 +2909,7 @@ class Catalog {
2909
2909
  * @param {import("../ApplicationAPIClient").Options} - Options
2910
2910
  * @returns {Promise<CatalogApplicationModel.FollowPostResponse>} - Success response
2911
2911
  * @name unfollowById
2912
- * @summary: Unfollows an item by ID.
2912
+ * @summary: Unfollows an item by ID
2913
2913
  * @description: Removes a followed item, brand, or product based on its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/catalog/unfollowById/).
2914
2914
  */
2915
2915
  async unfollowById(
@@ -14,7 +14,7 @@ declare class Common {
14
14
  * @param {import("../ApplicationAPIClient").Options} - Options
15
15
  * @returns {Promise<CommonApplicationModel.Locations>} - Success response
16
16
  * @name getLocations
17
- * @summary: Fetches available locations.
17
+ * @summary: Fetches available locations
18
18
  * @description: Retrieves a list of all locations of countries, states, cities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/common/getLocations/).
19
19
  */
20
20
  getLocations({ locationType, id, requestHeaders }?: CommonApplicationValidator.GetLocationsParam, { responseHeaders }?: object): Promise<CommonApplicationModel.Locations>;
@@ -24,7 +24,7 @@ declare class Common {
24
24
  * @param {import("../ApplicationAPIClient").Options} - Options
25
25
  * @returns {Promise<CommonApplicationModel.ApplicationResponse>} - Success response
26
26
  * @name searchApplication
27
- * @summary: Searches through applications.
27
+ * @summary: Searches through applications
28
28
  * @description: Provide application name or domain url. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/common/searchApplication/).
29
29
  */
30
30
  searchApplication({ authorization, query, requestHeaders }?: CommonApplicationValidator.SearchApplicationParam, { responseHeaders }?: object): Promise<CommonApplicationModel.ApplicationResponse>;
@@ -40,7 +40,7 @@ class Common {
40
40
  * @param {import("../ApplicationAPIClient").Options} - Options
41
41
  * @returns {Promise<CommonApplicationModel.Locations>} - Success response
42
42
  * @name getLocations
43
- * @summary: Fetches available locations.
43
+ * @summary: Fetches available locations
44
44
  * @description: Retrieves a list of all locations of countries, states, cities. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/common/getLocations/).
45
45
  */
46
46
  async getLocations(
@@ -120,7 +120,7 @@ class Common {
120
120
  * @param {import("../ApplicationAPIClient").Options} - Options
121
121
  * @returns {Promise<CommonApplicationModel.ApplicationResponse>} - Success response
122
122
  * @name searchApplication
123
- * @summary: Searches through applications.
123
+ * @summary: Searches through applications
124
124
  * @description: Provide application name or domain url. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/common/searchApplication/).
125
125
  */
126
126
  async searchApplication(
@@ -18,7 +18,7 @@ declare class Communication {
18
18
  * @returns {Promise<CommunicationApplicationModel.CommunicationConsent>} -
19
19
  * Success response
20
20
  * @name getCommunicationConsent
21
- * @summary: Retrieves communication consent status.
21
+ * @summary: Retrieves communication consent status
22
22
  * @description: Retrieve the consent provided by the user for receiving communication messages over Email/SMS/WhatsApp. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/communication/getCommunicationConsent/).
23
23
  */
24
24
  getCommunicationConsent({ requestHeaders }?: any, { responseHeaders }?: object): Promise<CommunicationApplicationModel.CommunicationConsent>;
@@ -29,7 +29,7 @@ declare class Communication {
29
29
  * @param {import("../ApplicationAPIClient").Options} - Options
30
30
  * @returns {Promise<CommunicationApplicationModel.PushtokenRes>} - Success response
31
31
  * @name upsertAppPushtoken
32
- * @summary: Updates or adds app push token.
32
+ * @summary: Updates or adds app push token
33
33
  * @description: Update the push token of the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/communication/upsertAppPushtoken/).
34
34
  */
35
35
  upsertAppPushtoken({ body, requestHeaders }?: CommunicationApplicationValidator.UpsertAppPushtokenParam, { responseHeaders }?: object): Promise<CommunicationApplicationModel.PushtokenRes>;
@@ -43,7 +43,7 @@ declare class Communication {
43
43
  * - Success response
44
44
  *
45
45
  * @name upsertCommunicationConsent
46
- * @summary: Updates or inserts consent settings.
46
+ * @summary: Updates or inserts consent settings
47
47
  * @description: Update and insert the consent provided by the user for receiving communication messages over Email/SMS/WhatsApp. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/communication/upsertCommunicationConsent/).
48
48
  */
49
49
  upsertCommunicationConsent({ body, requestHeaders }?: CommunicationApplicationValidator.UpsertCommunicationConsentParam, { responseHeaders }?: object): Promise<CommunicationApplicationModel.CommunicationConsentRes>;
@@ -45,7 +45,7 @@ class Communication {
45
45
  * @returns {Promise<CommunicationApplicationModel.CommunicationConsent>} -
46
46
  * Success response
47
47
  * @name getCommunicationConsent
48
- * @summary: Retrieves communication consent status.
48
+ * @summary: Retrieves communication consent status
49
49
  * @description: Retrieve the consent provided by the user for receiving communication messages over Email/SMS/WhatsApp. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/communication/getCommunicationConsent/).
50
50
  */
51
51
  async getCommunicationConsent(
@@ -126,7 +126,7 @@ class Communication {
126
126
  * @param {import("../ApplicationAPIClient").Options} - Options
127
127
  * @returns {Promise<CommunicationApplicationModel.PushtokenRes>} - Success response
128
128
  * @name upsertAppPushtoken
129
- * @summary: Updates or adds app push token.
129
+ * @summary: Updates or adds app push token
130
130
  * @description: Update the push token of the user. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/communication/upsertAppPushtoken/).
131
131
  */
132
132
  async upsertAppPushtoken(
@@ -210,7 +210,7 @@ class Communication {
210
210
  * - Success response
211
211
  *
212
212
  * @name upsertCommunicationConsent
213
- * @summary: Updates or inserts consent settings.
213
+ * @summary: Updates or inserts consent settings
214
214
  * @description: Update and insert the consent provided by the user for receiving communication messages over Email/SMS/WhatsApp. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/communication/upsertCommunicationConsent/).
215
215
  */
216
216
  async upsertCommunicationConsent(
@@ -29,7 +29,7 @@ declare class Configuration {
29
29
  * @returns {Promise<ConfigurationApplicationModel.AppCurrencyResponse>} -
30
30
  * Success response
31
31
  * @name getAppCurrencies
32
- * @summary: Retrieves app-specific currencies.
32
+ * @summary: Retrieves app-specific currencies
33
33
  * @description: Retrieve 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/application/configuration/getAppCurrencies/).
34
34
  */
35
35
  getAppCurrencies({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.AppCurrencyResponse>;
@@ -40,7 +40,7 @@ declare class Configuration {
40
40
  * @returns {Promise<ConfigurationApplicationModel.AppStaffListResponse>} -
41
41
  * Success response
42
42
  * @name getAppStaffList
43
- * @summary: Lists app staff members.
43
+ * @summary: Lists app staff members
44
44
  * @description: Retrieve a list of staff including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getAppStaffList/).
45
45
  */
46
46
  getAppStaffList({ pageNo, pageSize, orderIncent, orderingStore, user, userName, requestHeaders, }?: ConfigurationApplicationValidator.GetAppStaffListParam, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.AppStaffListResponse>;
@@ -51,7 +51,7 @@ declare class Configuration {
51
51
  * @returns {Promise<ConfigurationApplicationModel.AppStaffResponse>} -
52
52
  * Success response
53
53
  * @name getAppStaffs
54
- * @summary: Fetches detailed staff info.
54
+ * @summary: Fetches detailed staff info
55
55
  * @description: Retrieve a list of staff including the names, employee code, incentive status, assigned ordering stores, and title of each staff added to the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getAppStaffs/).
56
56
  */
57
57
  getAppStaffs({ orderIncent, orderingStore, user, requestHeaders }?: ConfigurationApplicationValidator.GetAppStaffsParam, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.AppStaffResponse>;
@@ -61,7 +61,7 @@ declare class Configuration {
61
61
  * @param {import("../ApplicationAPIClient").Options} - Options
62
62
  * @returns {Promise<ConfigurationApplicationModel.Application>} - Success response
63
63
  * @name getApplication
64
- * @summary: Fetches application details.
64
+ * @summary: Fetches application details
65
65
  * @description: Retrieve the current sales channel details which includes configurations that indicate the status of the website, domain, ID, tokens, images, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getApplication/).
66
66
  */
67
67
  getApplication({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.Application>;
@@ -72,7 +72,7 @@ declare class Configuration {
72
72
  * @returns {Promise<ConfigurationApplicationModel.ApplicationDetail>} -
73
73
  * Success response
74
74
  * @name getBasicDetails
75
- * @summary: Retrieves basic app info.
75
+ * @summary: Retrieves basic app info
76
76
  * @description: Retrieve only the basic details of the application which includes channel name, description, banner, logo, favicon, domain details, etc. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getBasicDetails/).
77
77
  */
78
78
  getBasicDetails({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.ApplicationDetail>;
@@ -84,7 +84,7 @@ declare class Configuration {
84
84
  * - Success response
85
85
  *
86
86
  * @name getContactInfo
87
- * @summary: Retrieves contact details.
87
+ * @summary: Retrieves contact details
88
88
  * @description: Retrieve information about the social links, address and contact information of the company/seller/brand operating the application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getContactInfo/).
89
89
  */
90
90
  getContactInfo({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.ApplicationInformation>;
@@ -95,7 +95,7 @@ declare class Configuration {
95
95
  * @returns {Promise<ConfigurationApplicationModel.CurrenciesResponse>} -
96
96
  * Success response
97
97
  * @name getCurrencies
98
- * @summary: Lists supported currencies.
98
+ * @summary: Lists supported currencies
99
99
  * @description: Retrieve a list of currencies available. Also get the name, code, symbol, and the decimal digits of the currencies. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getCurrencies/).
100
100
  */
101
101
  getCurrencies({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.CurrenciesResponse>;
@@ -105,7 +105,7 @@ declare class Configuration {
105
105
  * @param {import("../ApplicationAPIClient").Options} - Options
106
106
  * @returns {Promise<ConfigurationApplicationModel.Currency>} - Success response
107
107
  * @name getCurrencyById
108
- * @summary: Fetches currency by ID.
108
+ * @summary: Fetches currency by ID
109
109
  * @description: Retrieve details of a specific currency using its ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getCurrencyById/).
110
110
  */
111
111
  getCurrencyById({ id, requestHeaders }?: ConfigurationApplicationValidator.GetCurrencyByIdParam, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.Currency>;
@@ -116,7 +116,7 @@ declare class Configuration {
116
116
  * @returns {Promise<ConfigurationApplicationModel.AppFeatureResponse>} -
117
117
  * Success response
118
118
  * @name getFeatures
119
- * @summary: Fetches app features.
119
+ * @summary: Fetches app features
120
120
  * @description: Retrieve the configuration of features such as product detail, landing page, options in the login/registration screen, communication opt-in, cart options and many more. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getFeatures/).
121
121
  */
122
122
  getFeatures({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.AppFeatureResponse>;
@@ -129,7 +129,7 @@ declare class Configuration {
129
129
  * @returns {Promise<ConfigurationApplicationModel.AppTokenResponse>} -
130
130
  * Success response
131
131
  * @name getIntegrationTokens
132
- * @summary: Fetches API tokens.
132
+ * @summary: Fetches API tokens
133
133
  * @description: Retrieve the tokens used while integrating Firebase, MoEngage, Segment, GTM, Freshchat, Safetynet, Google Map and Facebook. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getIntegrationTokens/).
134
134
  */
135
135
  getIntegrationTokens({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.AppTokenResponse>;
@@ -140,7 +140,7 @@ declare class Configuration {
140
140
  * @returns {Promise<ConfigurationApplicationModel.LanguageResponse>} -
141
141
  * Success response
142
142
  * @name getLanguages
143
- * @summary: Lists available languages.
143
+ * @summary: Lists available languages
144
144
  * @description: Retrieves all languages supported by the app. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getLanguages/).
145
145
  */
146
146
  getLanguages({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.LanguageResponse>;
@@ -154,7 +154,7 @@ declare class Configuration {
154
154
  * - Success response
155
155
  *
156
156
  * @name getOrderingStoreCookie
157
- * @summary: Retrieves store selection cookie.
157
+ * @summary: Retrieves store selection cookie
158
158
  * @description: Retrieve 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/application/configuration/getOrderingStoreCookie/).
159
159
  */
160
160
  getOrderingStoreCookie({ body, requestHeaders }?: ConfigurationApplicationValidator.GetOrderingStoreCookieParam, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.SuccessMessageResponse>;
@@ -164,7 +164,7 @@ declare class Configuration {
164
164
  * @param {import("../ApplicationAPIClient").Options} - Options
165
165
  * @returns {Promise<ConfigurationApplicationModel.OrderingStores>} - Success response
166
166
  * @name getOrderingStores
167
- * @summary: Lists order-enabled stores.
167
+ * @summary: Lists order-enabled stores
168
168
  * @description: Retrieve the details of all the deployment stores (the selling locations where the application will be utilized for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getOrderingStores/).
169
169
  */
170
170
  getOrderingStores({ pageNo, pageSize, q, requestHeaders }?: ConfigurationApplicationValidator.GetOrderingStoresParam, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.OrderingStores>;
@@ -176,7 +176,7 @@ declare class Configuration {
176
176
  * - Success response
177
177
  *
178
178
  * @name getOwnerInfo
179
- * @summary: Retrieves application owner details.
179
+ * @summary: Retrieves application owner details
180
180
  * @description: Retrieve the current sales channel details which includes channel name, description, banner, logo, favicon, domain details, etc. Also retrieves the seller and owner information such as address, email address, and phone number. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getOwnerInfo/).
181
181
  */
182
182
  getOwnerInfo({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.ApplicationAboutResponse>;
@@ -187,7 +187,7 @@ declare class Configuration {
187
187
  * @param {import("../ApplicationAPIClient").Options} - Options
188
188
  * @returns {Promise<ConfigurationApplicationModel.OrderingStore>} - Success response
189
189
  * @name getStoreDetailById
190
- * @summary: Retrieves store details by ID.
190
+ * @summary: Retrieves store details by ID
191
191
  * @description: Retrieve the details of given stores uid (the selling locations where the application will be utilized for placing orders). - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/application/configuration/getStoreDetailById/).
192
192
  */
193
193
  getStoreDetailById({ storeId, requestHeaders }?: ConfigurationApplicationValidator.GetStoreDetailByIdParam, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.OrderingStore>;
@@ -201,7 +201,7 @@ declare class Configuration {
201
201
  * - Success response
202
202
  *
203
203
  * @name removeOrderingStoreCookie
204
- * @summary: Deletes store cookie.
204
+ * @summary: Deletes store cookie
205
205
  * @description: 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/application/configuration/removeOrderingStoreCookie/).
206
206
  */
207
207
  removeOrderingStoreCookie({ requestHeaders }?: any, { responseHeaders }?: object): Promise<ConfigurationApplicationModel.SuccessMessageResponse>;