@gofynd/fdk-client-javascript 3.3.3 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/sdk/application/Cart/CartApplicationClient.d.ts +30 -30
  4. package/sdk/application/Cart/CartApplicationClient.js +30 -30
  5. package/sdk/application/Catalog/CatalogApplicationClient.d.ts +30 -30
  6. package/sdk/application/Catalog/CatalogApplicationClient.js +30 -30
  7. package/sdk/application/Common/CommonApplicationClient.d.ts +2 -2
  8. package/sdk/application/Common/CommonApplicationClient.js +2 -2
  9. package/sdk/application/Communication/CommunicationApplicationClient.d.ts +3 -3
  10. package/sdk/application/Communication/CommunicationApplicationClient.js +3 -3
  11. package/sdk/application/Configuration/ConfigurationApplicationClient.d.ts +16 -16
  12. package/sdk/application/Configuration/ConfigurationApplicationClient.js +16 -16
  13. package/sdk/application/Content/ContentApplicationClient.d.ts +24 -24
  14. package/sdk/application/Content/ContentApplicationClient.js +24 -24
  15. package/sdk/application/FileStorage/FileStorageApplicationClient.d.ts +3 -3
  16. package/sdk/application/FileStorage/FileStorageApplicationClient.js +3 -3
  17. package/sdk/application/Finance/FinanceApplicationClient.d.ts +2 -2
  18. package/sdk/application/Finance/FinanceApplicationClient.js +2 -2
  19. package/sdk/application/Lead/LeadApplicationClient.d.ts +5 -5
  20. package/sdk/application/Lead/LeadApplicationClient.js +5 -5
  21. package/sdk/application/Logistic/LogisticApplicationClient.d.ts +9 -9
  22. package/sdk/application/Logistic/LogisticApplicationClient.js +9 -9
  23. package/sdk/application/Order/OrderApplicationClient.d.ts +12 -12
  24. package/sdk/application/Order/OrderApplicationClient.js +12 -12
  25. package/sdk/application/Payment/PaymentApplicationClient.d.ts +46 -46
  26. package/sdk/application/Payment/PaymentApplicationClient.js +46 -46
  27. package/sdk/application/Rewards/RewardsApplicationClient.d.ts +7 -7
  28. package/sdk/application/Rewards/RewardsApplicationClient.js +7 -7
  29. package/sdk/application/Share/ShareApplicationClient.d.ts +7 -7
  30. package/sdk/application/Share/ShareApplicationClient.js +7 -7
  31. package/sdk/application/Theme/ThemeApplicationClient.d.ts +4 -4
  32. package/sdk/application/Theme/ThemeApplicationClient.js +4 -4
  33. package/sdk/application/User/UserApplicationClient.d.ts +47 -47
  34. package/sdk/application/User/UserApplicationClient.js +47 -47
  35. package/sdk/application/Webhook/WebhookApplicationClient.d.ts +1 -1
  36. package/sdk/application/Webhook/WebhookApplicationClient.js +1 -1
  37. package/sdk/partner/FileStorage/FileStoragePartnerClient.d.ts +6 -6
  38. package/sdk/partner/FileStorage/FileStoragePartnerClient.js +6 -6
  39. package/sdk/partner/Lead/LeadPartnerClient.d.ts +7 -7
  40. package/sdk/partner/Lead/LeadPartnerClient.js +7 -7
  41. package/sdk/partner/Lead/LeadPartnerModel.d.ts +2 -2
  42. package/sdk/partner/Lead/LeadPartnerModel.js +1 -1
  43. package/sdk/partner/Logistics/LogisticsPartnerClient.d.ts +25 -25
  44. package/sdk/partner/Logistics/LogisticsPartnerClient.js +25 -25
  45. package/sdk/partner/Logistics/LogisticsPartnerModel.d.ts +57 -3
  46. package/sdk/partner/Logistics/LogisticsPartnerModel.js +40 -1
  47. package/sdk/partner/Theme/ThemePartnerClient.d.ts +24 -24
  48. package/sdk/partner/Theme/ThemePartnerClient.js +24 -24
  49. package/sdk/partner/Webhook/WebhookPartnerClient.d.ts +10 -10
  50. package/sdk/partner/Webhook/WebhookPartnerClient.js +10 -10
  51. package/sdk/partner/Webhook/WebhookPartnerModel.d.ts +2 -2
  52. package/sdk/partner/Webhook/WebhookPartnerModel.js +1 -1
  53. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.d.ts +3 -3
  54. package/sdk/platform/Analytics/AnalyticsPlatformApplicationClient.js +3 -3
  55. package/sdk/platform/Analytics/AnalyticsPlatformModel.d.ts +2 -2
  56. package/sdk/platform/Analytics/AnalyticsPlatformModel.js +1 -1
  57. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.d.ts +1 -1
  58. package/sdk/platform/AuditTrail/AuditTrailPlatformClient.js +1 -1
  59. package/sdk/platform/Billing/BillingPlatformClient.d.ts +5 -5
  60. package/sdk/platform/Billing/BillingPlatformClient.js +5 -5
  61. package/sdk/platform/Cart/CartPlatformApplicationClient.d.ts +62 -62
  62. package/sdk/platform/Cart/CartPlatformApplicationClient.js +62 -62
  63. package/sdk/platform/Cart/CartPlatformModel.d.ts +62 -3
  64. package/sdk/platform/Cart/CartPlatformModel.js +33 -1
  65. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.d.ts +66 -66
  66. package/sdk/platform/Catalog/CatalogPlatformApplicationClient.js +66 -66
  67. package/sdk/platform/Catalog/CatalogPlatformClient.d.ts +89 -82
  68. package/sdk/platform/Catalog/CatalogPlatformClient.js +121 -85
  69. package/sdk/platform/Catalog/CatalogPlatformModel.d.ts +61 -3
  70. package/sdk/platform/Catalog/CatalogPlatformModel.js +42 -1
  71. package/sdk/platform/Catalog/CatalogPlatformValidator.d.ts +46 -5
  72. package/sdk/platform/Catalog/CatalogPlatformValidator.js +21 -4
  73. package/sdk/platform/Common/CommonPlatformClient.d.ts +2 -2
  74. package/sdk/platform/Common/CommonPlatformClient.js +2 -2
  75. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.d.ts +67 -67
  76. package/sdk/platform/Communication/CommunicationPlatformApplicationClient.js +67 -67
  77. package/sdk/platform/Communication/CommunicationPlatformClient.d.ts +1 -1
  78. package/sdk/platform/Communication/CommunicationPlatformClient.js +1 -1
  79. package/sdk/platform/Communication/CommunicationPlatformModel.d.ts +2 -2
  80. package/sdk/platform/Communication/CommunicationPlatformModel.js +1 -1
  81. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.d.ts +14 -14
  82. package/sdk/platform/CompanyProfile/CompanyProfilePlatformClient.js +14 -14
  83. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.d.ts +2 -2
  84. package/sdk/platform/CompanyProfile/CompanyProfilePlatformModel.js +1 -1
  85. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.d.ts +32 -32
  86. package/sdk/platform/Configuration/ConfigurationPlatformApplicationClient.js +32 -32
  87. package/sdk/platform/Configuration/ConfigurationPlatformClient.d.ts +11 -11
  88. package/sdk/platform/Configuration/ConfigurationPlatformClient.js +11 -11
  89. package/sdk/platform/Configuration/ConfigurationPlatformModel.d.ts +2 -2
  90. package/sdk/platform/Configuration/ConfigurationPlatformModel.js +1 -1
  91. package/sdk/platform/Content/ContentPlatformApplicationClient.d.ts +107 -107
  92. package/sdk/platform/Content/ContentPlatformApplicationClient.js +107 -107
  93. package/sdk/platform/Content/ContentPlatformClient.d.ts +40 -40
  94. package/sdk/platform/Content/ContentPlatformClient.js +40 -40
  95. package/sdk/platform/Content/ContentPlatformModel.d.ts +2 -2
  96. package/sdk/platform/Content/ContentPlatformModel.js +1 -1
  97. package/sdk/platform/Discount/DiscountPlatformClient.d.ts +11 -11
  98. package/sdk/platform/Discount/DiscountPlatformClient.js +11 -11
  99. package/sdk/platform/Discount/DiscountPlatformModel.d.ts +2 -2
  100. package/sdk/platform/Discount/DiscountPlatformModel.js +1 -1
  101. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.d.ts +4 -4
  102. package/sdk/platform/FileStorage/FileStoragePlatformApplicationClient.js +4 -4
  103. package/sdk/platform/FileStorage/FileStoragePlatformClient.d.ts +6 -6
  104. package/sdk/platform/FileStorage/FileStoragePlatformClient.js +6 -6
  105. package/sdk/platform/Lead/LeadPlatformApplicationClient.d.ts +10 -10
  106. package/sdk/platform/Lead/LeadPlatformApplicationClient.js +10 -10
  107. package/sdk/platform/Lead/LeadPlatformClient.d.ts +9 -9
  108. package/sdk/platform/Lead/LeadPlatformClient.js +9 -9
  109. package/sdk/platform/Lead/LeadPlatformModel.d.ts +2 -2
  110. package/sdk/platform/Lead/LeadPlatformModel.js +1 -1
  111. package/sdk/platform/Order/OrderPlatformApplicationClient.d.ts +5 -5
  112. package/sdk/platform/Order/OrderPlatformApplicationClient.js +5 -5
  113. package/sdk/platform/Order/OrderPlatformClient.d.ts +58 -58
  114. package/sdk/platform/Order/OrderPlatformClient.js +58 -58
  115. package/sdk/platform/Order/OrderPlatformModel.d.ts +9 -9
  116. package/sdk/platform/Order/OrderPlatformModel.js +6 -6
  117. package/sdk/platform/Partner/PartnerPlatformApplicationClient.d.ts +2 -2
  118. package/sdk/platform/Partner/PartnerPlatformApplicationClient.js +2 -2
  119. package/sdk/platform/Payment/PaymentPlatformApplicationClient.d.ts +51 -51
  120. package/sdk/platform/Payment/PaymentPlatformApplicationClient.js +51 -51
  121. package/sdk/platform/Payment/PaymentPlatformClient.d.ts +10 -10
  122. package/sdk/platform/Payment/PaymentPlatformClient.js +10 -10
  123. package/sdk/platform/Payment/PaymentPlatformModel.d.ts +85 -3
  124. package/sdk/platform/Payment/PaymentPlatformModel.js +49 -1
  125. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.d.ts +12 -12
  126. package/sdk/platform/Rewards/RewardsPlatformApplicationClient.js +12 -12
  127. package/sdk/platform/Rewards/RewardsPlatformModel.d.ts +2 -2
  128. package/sdk/platform/Rewards/RewardsPlatformModel.js +1 -1
  129. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.d.ts +38 -38
  130. package/sdk/platform/Serviceability/ServiceabilityPlatformApplicationClient.js +38 -38
  131. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.d.ts +28 -28
  132. package/sdk/platform/Serviceability/ServiceabilityPlatformClient.js +28 -28
  133. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.d.ts +59 -3
  134. package/sdk/platform/Serviceability/ServiceabilityPlatformModel.js +42 -1
  135. package/sdk/platform/Share/SharePlatformApplicationClient.d.ts +5 -5
  136. package/sdk/platform/Share/SharePlatformApplicationClient.js +5 -5
  137. package/sdk/platform/Share/SharePlatformModel.d.ts +2 -2
  138. package/sdk/platform/Share/SharePlatformModel.js +1 -1
  139. package/sdk/platform/Theme/ThemePlatformApplicationClient.d.ts +22 -22
  140. package/sdk/platform/Theme/ThemePlatformApplicationClient.js +22 -22
  141. package/sdk/platform/Theme/ThemePlatformClient.d.ts +4 -4
  142. package/sdk/platform/Theme/ThemePlatformClient.js +4 -4
  143. package/sdk/platform/User/UserPlatformApplicationClient.d.ts +34 -34
  144. package/sdk/platform/User/UserPlatformApplicationClient.js +34 -34
  145. package/sdk/platform/Webhook/WebhookPlatformClient.d.ts +9 -9
  146. package/sdk/platform/Webhook/WebhookPlatformClient.js +9 -9
  147. package/sdk/platform/Webhook/WebhookPlatformModel.d.ts +2 -2
  148. package/sdk/platform/Webhook/WebhookPlatformModel.js +1 -1
  149. package/sdk/public/Catalog/CatalogPublicClient.d.ts +1 -1
  150. package/sdk/public/Catalog/CatalogPublicClient.js +1 -1
  151. package/sdk/public/Configuration/ConfigurationPublicClient.d.ts +2 -2
  152. package/sdk/public/Configuration/ConfigurationPublicClient.js +2 -2
  153. package/sdk/public/Content/ContentPublicClient.d.ts +14 -14
  154. package/sdk/public/Content/ContentPublicClient.js +14 -14
  155. package/sdk/public/Partner/PartnerPublicClient.d.ts +1 -1
  156. package/sdk/public/Partner/PartnerPublicClient.js +1 -1
  157. package/sdk/public/Webhook/WebhookPublicClient.d.ts +5 -5
  158. package/sdk/public/Webhook/WebhookPublicClient.js +5 -5
@@ -359,6 +359,11 @@ export = LogisticsPartnerModel;
359
359
  * @property {string} [scheme_id] - Unique identifier for the scheme, used to
360
360
  * fetch or modify scheme details.
361
361
  * @property {string} name - Name of the scheme.
362
+ * @property {string} [default_forward_pickup_cutoff] - Default cutoff time for
363
+ * forward pickup (nullable).
364
+ * @property {string} [default_reverse_pickup_cutoff] - Default cutoff time for
365
+ * reverse pickup (nullable).
366
+ * @property {CourierPartnerSchemeDefaultTat} [default_tat]
362
367
  * @property {ArithmeticOperations} weight
363
368
  * @property {ArithmeticOperations} [volumetric_weight]
364
369
  * @property {string} transport_type - Mode of transport associated with the
@@ -537,7 +542,7 @@ export = LogisticsPartnerModel;
537
542
  */
538
543
  /**
539
544
  * @typedef Page
540
- * @property {number} [item_total] - The total number of items on the page.
545
+ * @property {number} [item_total] - The total number of all items across all pages.
541
546
  * @property {string} [next_id] - The identifier for the next page.
542
547
  * @property {boolean} [has_previous] - Indicates whether there is a previous page.
543
548
  * @property {boolean} [has_next] - Indicates whether there is a next page.
@@ -570,6 +575,18 @@ export = LogisticsPartnerModel;
570
575
  * @property {string} stage - A string indicating the current stage of the scheme.
571
576
  * @property {CourierPartnerSchemeFeatures} feature
572
577
  */
578
+ /**
579
+ * @typedef CourierPartnerSchemeDefaultTat
580
+ * @property {boolean} [enabled] - Indicates whether the default turn around
581
+ * time (tat) to be used for the given scheme or not.
582
+ * @property {CourierPartnerSchemeTat} [tat]
583
+ */
584
+ /**
585
+ * @typedef CourierPartnerSchemeTat
586
+ * @property {number} [min] - Minimum turn around time (tat) value for a scheme.
587
+ * @property {number} [max] - Maximum turn around time (tat) value for a scheme.
588
+ * @property {string} [unit] - Unit for the turn around time (tat) values for a scheme.
589
+ */
573
590
  /**
574
591
  * @typedef GetCountriesItems
575
592
  * @property {string} [id] - A string serving as the unique identifier.
@@ -616,7 +633,7 @@ export = LogisticsPartnerModel;
616
633
  declare class LogisticsPartnerModel {
617
634
  }
618
635
  declare namespace LogisticsPartnerModel {
619
- export { CourierPartnerSchemeModelSchema, BulkRegionServiceabilityTatDetails, BulkRegionServiceabilityTatResultItemData, CommonErrorResult, BulkFailureResult, FailureResult, BulkRegionServiceabilityTatResult, RegionTatItemResult, RegionServiceabilityItemResult, ServiceabilityDetailsResult, ServiceabilityDetails, RegionServiceabilityResult, RegionServiceabilityDetails, RegionTatDetails, RegionTatResult, BulkRegionJobDetails, BulkRegionResultItemData, BulkRegionResult, CourierAccountDetailsBody, CompanyCourierPartnerAccountListResult, CourierAccountResult, CourierPartnerSchemeDetailsModel, CourierPartnerPutSchema, CourierPartnerSchemeList, CourierPartnerSchemeUpdateDetails, GetCountries, TATUpdateDetails, StandardError, ValidationErrors, CreatedBy, ModifiedBy, ArithmeticOperations, CourierPartnerSchemeFeatures, Error, Page, TATDetails, CourierPartnerSchemeModel, GetCountriesItems, HierarchyItems, CurrencyObject, ValidationError };
636
+ export { CourierPartnerSchemeModelSchema, BulkRegionServiceabilityTatDetails, BulkRegionServiceabilityTatResultItemData, CommonErrorResult, BulkFailureResult, FailureResult, BulkRegionServiceabilityTatResult, RegionTatItemResult, RegionServiceabilityItemResult, ServiceabilityDetailsResult, ServiceabilityDetails, RegionServiceabilityResult, RegionServiceabilityDetails, RegionTatDetails, RegionTatResult, BulkRegionJobDetails, BulkRegionResultItemData, BulkRegionResult, CourierAccountDetailsBody, CompanyCourierPartnerAccountListResult, CourierAccountResult, CourierPartnerSchemeDetailsModel, CourierPartnerPutSchema, CourierPartnerSchemeList, CourierPartnerSchemeUpdateDetails, GetCountries, TATUpdateDetails, StandardError, ValidationErrors, CreatedBy, ModifiedBy, ArithmeticOperations, CourierPartnerSchemeFeatures, Error, Page, TATDetails, CourierPartnerSchemeModel, CourierPartnerSchemeDefaultTat, CourierPartnerSchemeTat, GetCountriesItems, HierarchyItems, CurrencyObject, ValidationError };
620
637
  }
621
638
  /** @returns {CourierPartnerSchemeModelSchema} */
622
639
  declare function CourierPartnerSchemeModelSchema(): CourierPartnerSchemeModelSchema;
@@ -1477,6 +1494,17 @@ type CourierPartnerSchemeDetailsModel = {
1477
1494
  * - Name of the scheme.
1478
1495
  */
1479
1496
  name: string;
1497
+ /**
1498
+ * - Default cutoff time for
1499
+ * forward pickup (nullable).
1500
+ */
1501
+ default_forward_pickup_cutoff?: string;
1502
+ /**
1503
+ * - Default cutoff time for
1504
+ * reverse pickup (nullable).
1505
+ */
1506
+ default_reverse_pickup_cutoff?: string;
1507
+ default_tat?: CourierPartnerSchemeDefaultTat;
1480
1508
  weight: ArithmeticOperations;
1481
1509
  volumetric_weight?: ArithmeticOperations;
1482
1510
  /**
@@ -1876,7 +1904,7 @@ type Error = {
1876
1904
  declare function Page(): Page;
1877
1905
  type Page = {
1878
1906
  /**
1879
- * - The total number of items on the page.
1907
+ * - The total number of all items across all pages.
1880
1908
  */
1881
1909
  item_total?: number;
1882
1910
  /**
@@ -1964,6 +1992,32 @@ type CourierPartnerSchemeModel = {
1964
1992
  stage: string;
1965
1993
  feature: CourierPartnerSchemeFeatures;
1966
1994
  };
1995
+ /** @returns {CourierPartnerSchemeDefaultTat} */
1996
+ declare function CourierPartnerSchemeDefaultTat(): CourierPartnerSchemeDefaultTat;
1997
+ type CourierPartnerSchemeDefaultTat = {
1998
+ /**
1999
+ * - Indicates whether the default turn around
2000
+ * time (tat) to be used for the given scheme or not.
2001
+ */
2002
+ enabled?: boolean;
2003
+ tat?: CourierPartnerSchemeTat;
2004
+ };
2005
+ /** @returns {CourierPartnerSchemeTat} */
2006
+ declare function CourierPartnerSchemeTat(): CourierPartnerSchemeTat;
2007
+ type CourierPartnerSchemeTat = {
2008
+ /**
2009
+ * - Minimum turn around time (tat) value for a scheme.
2010
+ */
2011
+ min?: number;
2012
+ /**
2013
+ * - Maximum turn around time (tat) value for a scheme.
2014
+ */
2015
+ max?: number;
2016
+ /**
2017
+ * - Unit for the turn around time (tat) values for a scheme.
2018
+ */
2019
+ unit?: string;
2020
+ };
1967
2021
  /** @returns {GetCountriesItems} */
1968
2022
  declare function GetCountriesItems(): GetCountriesItems;
1969
2023
  type GetCountriesItems = {
@@ -381,6 +381,11 @@ const Joi = require("joi");
381
381
  * @property {string} [scheme_id] - Unique identifier for the scheme, used to
382
382
  * fetch or modify scheme details.
383
383
  * @property {string} name - Name of the scheme.
384
+ * @property {string} [default_forward_pickup_cutoff] - Default cutoff time for
385
+ * forward pickup (nullable).
386
+ * @property {string} [default_reverse_pickup_cutoff] - Default cutoff time for
387
+ * reverse pickup (nullable).
388
+ * @property {CourierPartnerSchemeDefaultTat} [default_tat]
384
389
  * @property {ArithmeticOperations} weight
385
390
  * @property {ArithmeticOperations} [volumetric_weight]
386
391
  * @property {string} transport_type - Mode of transport associated with the
@@ -572,7 +577,7 @@ const Joi = require("joi");
572
577
 
573
578
  /**
574
579
  * @typedef Page
575
- * @property {number} [item_total] - The total number of items on the page.
580
+ * @property {number} [item_total] - The total number of all items across all pages.
576
581
  * @property {string} [next_id] - The identifier for the next page.
577
582
  * @property {boolean} [has_previous] - Indicates whether there is a previous page.
578
583
  * @property {boolean} [has_next] - Indicates whether there is a next page.
@@ -608,6 +613,20 @@ const Joi = require("joi");
608
613
  * @property {CourierPartnerSchemeFeatures} feature
609
614
  */
610
615
 
616
+ /**
617
+ * @typedef CourierPartnerSchemeDefaultTat
618
+ * @property {boolean} [enabled] - Indicates whether the default turn around
619
+ * time (tat) to be used for the given scheme or not.
620
+ * @property {CourierPartnerSchemeTat} [tat]
621
+ */
622
+
623
+ /**
624
+ * @typedef CourierPartnerSchemeTat
625
+ * @property {number} [min] - Minimum turn around time (tat) value for a scheme.
626
+ * @property {number} [max] - Maximum turn around time (tat) value for a scheme.
627
+ * @property {string} [unit] - Unit for the turn around time (tat) values for a scheme.
628
+ */
629
+
611
630
  /**
612
631
  * @typedef GetCountriesItems
613
632
  * @property {string} [id] - A string serving as the unique identifier.
@@ -969,6 +988,9 @@ class LogisticsPartnerModel {
969
988
  extension_id: Joi.string().allow("").required(),
970
989
  scheme_id: Joi.string().allow(""),
971
990
  name: Joi.string().allow("").required(),
991
+ default_forward_pickup_cutoff: Joi.string().allow("").allow(null),
992
+ default_reverse_pickup_cutoff: Joi.string().allow("").allow(null),
993
+ default_tat: LogisticsPartnerModel.CourierPartnerSchemeDefaultTat(),
972
994
  weight: LogisticsPartnerModel.ArithmeticOperations().required(),
973
995
  volumetric_weight: LogisticsPartnerModel.ArithmeticOperations(),
974
996
  transport_type: Joi.string().allow("").required(),
@@ -1173,6 +1195,23 @@ class LogisticsPartnerModel {
1173
1195
  });
1174
1196
  }
1175
1197
 
1198
+ /** @returns {CourierPartnerSchemeDefaultTat} */
1199
+ static CourierPartnerSchemeDefaultTat() {
1200
+ return Joi.object({
1201
+ enabled: Joi.boolean(),
1202
+ tat: LogisticsPartnerModel.CourierPartnerSchemeTat(),
1203
+ });
1204
+ }
1205
+
1206
+ /** @returns {CourierPartnerSchemeTat} */
1207
+ static CourierPartnerSchemeTat() {
1208
+ return Joi.object({
1209
+ min: Joi.number(),
1210
+ max: Joi.number(),
1211
+ unit: Joi.string().allow(""),
1212
+ });
1213
+ }
1214
+
1176
1215
  /** @returns {GetCountriesItems} */
1177
1216
  static GetCountriesItems() {
1178
1217
  return Joi.object({
@@ -9,7 +9,7 @@ declare class Theme {
9
9
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
10
10
  * @name getAllPages
11
11
  * @summary: Get all pages
12
- * @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getAllPages/).
12
+ * @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getAllPages/).
13
13
  */
14
14
  getAllPages({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.GetAllPagesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AllAvailablePageSchema>;
15
15
  /**
@@ -19,7 +19,7 @@ declare class Theme {
19
19
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
20
20
  * @name createPage
21
21
  * @summary: Create page
22
- * @description: Add a new page to the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createPage/).
22
+ * @description: Add a new page to the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createPage/).
23
23
  */
24
24
  createPage({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.CreatePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
25
25
  /**
@@ -29,7 +29,7 @@ declare class Theme {
29
29
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
30
30
  * @name updateMultiplePages
31
31
  * @summary: Update multiple pages
32
- * @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateMultiplePages/).
32
+ * @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateMultiplePages/).
33
33
  */
34
34
  updateMultiplePages({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateMultiplePagesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AllAvailablePageSchema>;
35
35
  /**
@@ -39,7 +39,7 @@ declare class Theme {
39
39
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
40
40
  * @name getPage
41
41
  * @summary: Get page
42
- * @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getPage/).
42
+ * @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getPage/).
43
43
  */
44
44
  getPage({ companyId, applicationId, themeId, pageValue, requestHeaders }?: ThemePartnerValidator.GetPageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
45
45
  /**
@@ -49,7 +49,7 @@ declare class Theme {
49
49
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
50
50
  * @name updatePage
51
51
  * @summary: Update page
52
- * @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updatePage/).
52
+ * @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updatePage/).
53
53
  */
54
54
  updatePage({ companyId, applicationId, themeId, pageValue, body, requestHeaders }?: ThemePartnerValidator.UpdatePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
55
55
  /**
@@ -59,7 +59,7 @@ declare class Theme {
59
59
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
60
60
  * @name deletePage
61
61
  * @summary: Delete page
62
- * @description: Remove a page from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deletePage/).
62
+ * @description: Remove a page from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deletePage/).
63
63
  */
64
64
  deletePage({ companyId, applicationId, themeId, pageValue, requestHeaders }?: ThemePartnerValidator.DeletePageParam, { responseHeaders }?: object): Promise<ThemePartnerModel.AvailablePageSchema>;
65
65
  /**
@@ -69,7 +69,7 @@ declare class Theme {
69
69
  * @returns {Promise<ThemePartnerModel.ThemesSchema[]>} - Success response
70
70
  * @name getApplicationThemes
71
71
  * @summary: Get application themes
72
- * @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getApplicationThemes/).
72
+ * @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getApplicationThemes/).
73
73
  */
74
74
  getApplicationThemes({ companyId, applicationId, requestHeaders }?: ThemePartnerValidator.GetApplicationThemesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema[]>;
75
75
  /**
@@ -79,7 +79,7 @@ declare class Theme {
79
79
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
80
80
  * @name getThemeById
81
81
  * @summary: Get theme by ID
82
- * @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeById/).
82
+ * @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeById/).
83
83
  */
84
84
  getThemeById({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.GetThemeByIdParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
85
85
  /**
@@ -89,7 +89,7 @@ declare class Theme {
89
89
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
90
90
  * @name updateTheme
91
91
  * @summary: Update theme
92
- * @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateTheme/).
92
+ * @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateTheme/).
93
93
  */
94
94
  updateTheme({ companyId, applicationId, themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
95
95
  /**
@@ -99,7 +99,7 @@ declare class Theme {
99
99
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
100
100
  * @name deleteTheme
101
101
  * @summary: Delete theme
102
- * @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteTheme/).
102
+ * @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteTheme/).
103
103
  */
104
104
  deleteTheme({ companyId, applicationId, themeId, requestHeaders }?: ThemePartnerValidator.DeleteThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
105
105
  /**
@@ -109,7 +109,7 @@ declare class Theme {
109
109
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
110
110
  * @name getOrganizationThemes
111
111
  * @summary: Get organization themes
112
- * @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemes/).
112
+ * @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemes/).
113
113
  */
114
114
  getOrganizationThemes({ status, pageSize, pageNo, requestHeaders }?: ThemePartnerValidator.GetOrganizationThemesParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceThemeSchema>;
115
115
  /**
@@ -119,7 +119,7 @@ declare class Theme {
119
119
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
120
120
  * @name getOrganizationThemeDetails
121
121
  * @summary: Get organization theme details
122
- * @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemeDetails/).
122
+ * @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemeDetails/).
123
123
  */
124
124
  getOrganizationThemeDetails({ themeId, requestHeaders }?: ThemePartnerValidator.GetOrganizationThemeDetailsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
125
125
  /**
@@ -129,7 +129,7 @@ declare class Theme {
129
129
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
130
130
  * @name updateDraftTheme
131
131
  * @summary: Update draft theme
132
- * @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateDraftTheme/).
132
+ * @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateDraftTheme/).
133
133
  */
134
134
  updateDraftTheme({ themeId, body, requestHeaders }?: ThemePartnerValidator.UpdateDraftThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
135
135
  /**
@@ -139,7 +139,7 @@ declare class Theme {
139
139
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
140
140
  * @name submitOrganizationTheme
141
141
  * @summary: Submit organization theme
142
- * @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/submitOrganizationTheme/).
142
+ * @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/submitOrganizationTheme/).
143
143
  */
144
144
  submitOrganizationTheme({ themeId, body, requestHeaders }?: ThemePartnerValidator.SubmitOrganizationThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
145
145
  /**
@@ -149,7 +149,7 @@ declare class Theme {
149
149
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
150
150
  * @name deleteOrganizationTheme
151
151
  * @summary: Delete organization theme
152
- * @description: Remove a theme from partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteOrganizationTheme/).
152
+ * @description: Remove a theme from partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteOrganizationTheme/).
153
153
  */
154
154
  deleteOrganizationTheme({ themeId, requestHeaders }?: ThemePartnerValidator.DeleteOrganizationThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
155
155
  /**
@@ -159,7 +159,7 @@ declare class Theme {
159
159
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme[]>} - Success response
160
160
  * @name getLatestVersionOfThemeBySlug
161
161
  * @summary: Get latest version of theme by slug
162
- * @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
162
+ * @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
163
163
  */
164
164
  getLatestVersionOfThemeBySlug({ slugName, requestHeaders }?: ThemePartnerValidator.GetLatestVersionOfThemeBySlugParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme[]>;
165
165
  /**
@@ -169,7 +169,7 @@ declare class Theme {
169
169
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
170
170
  * @name createNewThemeInOrganization
171
171
  * @summary: Create new theme in organization
172
- * @description: Add a new theme to partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createNewThemeInOrganization/).
172
+ * @description: Add a new theme to partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createNewThemeInOrganization/).
173
173
  */
174
174
  createNewThemeInOrganization({ body, slug, requestHeaders }?: ThemePartnerValidator.CreateNewThemeInOrganizationParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceTheme>;
175
175
  /**
@@ -179,7 +179,7 @@ declare class Theme {
179
179
  * @returns {Promise<ThemePartnerModel.ExtensionSectionDraft>} - Success response
180
180
  * @name createExtensionSectionDraft
181
181
  * @summary: Draft extension section
182
- * @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createExtensionSectionDraft/).
182
+ * @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createExtensionSectionDraft/).
183
183
  */
184
184
  createExtensionSectionDraft({ extensionId, body, requestHeaders }?: ThemePartnerValidator.CreateExtensionSectionDraftParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionSectionDraft>;
185
185
  /**
@@ -189,7 +189,7 @@ declare class Theme {
189
189
  * @returns {Promise<ThemePartnerModel.ExtensionSectionPublish>} - Success response
190
190
  * @name publishExtensionSections
191
191
  * @summary: Publish an extension section
192
- * @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/publishExtensionSections/).
192
+ * @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/publishExtensionSections/).
193
193
  */
194
194
  publishExtensionSections({ extensionId, body, requestHeaders }?: ThemePartnerValidator.PublishExtensionSectionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionSectionPublish>;
195
195
  /**
@@ -199,7 +199,7 @@ declare class Theme {
199
199
  * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
200
200
  * @name applyExtensionPreview
201
201
  * @summary: Start a Preview of Extension Section
202
- * @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/applyExtensionPreview/).
202
+ * @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/applyExtensionPreview/).
203
203
  */
204
204
  applyExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.ApplyExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreview>;
205
205
  /**
@@ -209,7 +209,7 @@ declare class Theme {
209
209
  * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
210
210
  * @name removeExtensionPreview
211
211
  * @summary: Close a Preview of Extension Section
212
- * @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/removeExtensionPreview/).
212
+ * @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/removeExtensionPreview/).
213
213
  */
214
214
  removeExtensionPreview({ extensionSectionId, body, requestHeaders }?: ThemePartnerValidator.RemoveExtensionPreviewParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ExtensionPreview>;
215
215
  /**
@@ -219,7 +219,7 @@ declare class Theme {
219
219
  * @returns {Promise<ThemePartnerModel.ThemeRejectionReasons>} - Success response
220
220
  * @name getThemeRejectionReasons
221
221
  * @summary: Get theme rejection reasons
222
- * @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeRejectionReasons/).
222
+ * @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeRejectionReasons/).
223
223
  */
224
224
  getThemeRejectionReasons({ themeId, requestHeaders }?: ThemePartnerValidator.GetThemeRejectionReasonsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemeRejectionReasons>;
225
225
  /**
@@ -229,7 +229,7 @@ declare class Theme {
229
229
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
230
230
  * @name getThemeVersions
231
231
  * @summary: Get theme versions
232
- * @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeVersions/).
232
+ * @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeVersions/).
233
233
  */
234
234
  getThemeVersions({ themeSlug, pageSize, pageNo, requestHeaders }?: ThemePartnerValidator.GetThemeVersionsParam, { responseHeaders }?: object): Promise<ThemePartnerModel.MarketplaceThemeSchema>;
235
235
  /**
@@ -239,7 +239,7 @@ declare class Theme {
239
239
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
240
240
  * @name createTheme
241
241
  * @summary: Create a new theme
242
- * @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createTheme/).
242
+ * @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createTheme/).
243
243
  */
244
244
  createTheme({ companyId, applicationId, body, requestHeaders }?: ThemePartnerValidator.CreateThemeParam, { responseHeaders }?: object): Promise<ThemePartnerModel.ThemesSchema>;
245
245
  }
@@ -21,7 +21,7 @@ class Theme {
21
21
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
22
22
  * @name getAllPages
23
23
  * @summary: Get all pages
24
- * @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getAllPages/).
24
+ * @description: Retrieve a list of all pages available in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getAllPages/).
25
25
  */
26
26
  async getAllPages(
27
27
  { companyId, applicationId, themeId, requestHeaders } = {
@@ -98,7 +98,7 @@ class Theme {
98
98
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
99
99
  * @name createPage
100
100
  * @summary: Create page
101
- * @description: Add a new page to the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createPage/).
101
+ * @description: Add a new page to the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createPage/).
102
102
  */
103
103
  async createPage(
104
104
  { companyId, applicationId, themeId, body, requestHeaders } = {
@@ -182,7 +182,7 @@ class Theme {
182
182
  * @returns {Promise<ThemePartnerModel.AllAvailablePageSchema>} - Success response
183
183
  * @name updateMultiplePages
184
184
  * @summary: Update multiple pages
185
- * @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateMultiplePages/).
185
+ * @description: Modify and update multiple pages in the partner server setup. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateMultiplePages/).
186
186
  */
187
187
  async updateMultiplePages(
188
188
  { companyId, applicationId, themeId, body, requestHeaders } = {
@@ -268,7 +268,7 @@ class Theme {
268
268
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
269
269
  * @name getPage
270
270
  * @summary: Get page
271
- * @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getPage/).
271
+ * @description: Obtain detailed information about a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getPage/).
272
272
  */
273
273
  async getPage(
274
274
  { companyId, applicationId, themeId, pageValue, requestHeaders } = {
@@ -346,7 +346,7 @@ class Theme {
346
346
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
347
347
  * @name updatePage
348
348
  * @summary: Update page
349
- * @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updatePage/).
349
+ * @description: Modify and update information related to a specific page in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updatePage/).
350
350
  */
351
351
  async updatePage(
352
352
  { companyId, applicationId, themeId, pageValue, body, requestHeaders } = {
@@ -432,7 +432,7 @@ class Theme {
432
432
  * @returns {Promise<ThemePartnerModel.AvailablePageSchema>} - Success response
433
433
  * @name deletePage
434
434
  * @summary: Delete page
435
- * @description: Remove a page from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deletePage/).
435
+ * @description: Remove a page from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deletePage/).
436
436
  */
437
437
  async deletePage(
438
438
  { companyId, applicationId, themeId, pageValue, requestHeaders } = {
@@ -510,7 +510,7 @@ class Theme {
510
510
  * @returns {Promise<ThemePartnerModel.ThemesSchema[]>} - Success response
511
511
  * @name getApplicationThemes
512
512
  * @summary: Get application themes
513
- * @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getApplicationThemes/).
513
+ * @description: Retrieve a list of themes available for the partner server application. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getApplicationThemes/).
514
514
  */
515
515
  async getApplicationThemes(
516
516
  { companyId, applicationId, requestHeaders } = { requestHeaders: {} },
@@ -583,7 +583,7 @@ class Theme {
583
583
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
584
584
  * @name getThemeById
585
585
  * @summary: Get theme by ID
586
- * @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeById/).
586
+ * @description: Obtain detailed information about a theme using its unique ID. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeById/).
587
587
  */
588
588
  async getThemeById(
589
589
  { companyId, applicationId, themeId, requestHeaders } = {
@@ -660,7 +660,7 @@ class Theme {
660
660
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
661
661
  * @name updateTheme
662
662
  * @summary: Update theme
663
- * @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateTheme/).
663
+ * @description: Modify and update information related to a theme in the partner server. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateTheme/).
664
664
  */
665
665
  async updateTheme(
666
666
  { companyId, applicationId, themeId, body, requestHeaders } = {
@@ -744,7 +744,7 @@ class Theme {
744
744
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
745
745
  * @name deleteTheme
746
746
  * @summary: Delete theme
747
- * @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteTheme/).
747
+ * @description: Remove a theme from the partner server configurations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteTheme/).
748
748
  */
749
749
  async deleteTheme(
750
750
  { companyId, applicationId, themeId, requestHeaders } = {
@@ -821,7 +821,7 @@ class Theme {
821
821
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
822
822
  * @name getOrganizationThemes
823
823
  * @summary: Get organization themes
824
- * @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemes/).
824
+ * @description: Retrieve a list of themes associated with partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemes/).
825
825
  */
826
826
  async getOrganizationThemes(
827
827
  { status, pageSize, pageNo, requestHeaders } = { requestHeaders: {} },
@@ -905,7 +905,7 @@ class Theme {
905
905
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
906
906
  * @name getOrganizationThemeDetails
907
907
  * @summary: Get organization theme details
908
- * @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getOrganizationThemeDetails/).
908
+ * @description: Obtain detailed information about a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getOrganizationThemeDetails/).
909
909
  */
910
910
  async getOrganizationThemeDetails(
911
911
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -984,7 +984,7 @@ class Theme {
984
984
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
985
985
  * @name updateDraftTheme
986
986
  * @summary: Update draft theme
987
- * @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/updateDraftTheme/).
987
+ * @description: Modify and update a draft theme in partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/updateDraftTheme/).
988
988
  */
989
989
  async updateDraftTheme(
990
990
  { themeId, body, requestHeaders } = { requestHeaders: {} },
@@ -1063,7 +1063,7 @@ class Theme {
1063
1063
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
1064
1064
  * @name submitOrganizationTheme
1065
1065
  * @summary: Submit organization theme
1066
- * @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/submitOrganizationTheme/).
1066
+ * @description: Initiate the process of submitting a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/submitOrganizationTheme/).
1067
1067
  */
1068
1068
  async submitOrganizationTheme(
1069
1069
  { themeId, body, requestHeaders } = { requestHeaders: {} },
@@ -1142,7 +1142,7 @@ class Theme {
1142
1142
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
1143
1143
  * @name deleteOrganizationTheme
1144
1144
  * @summary: Delete organization theme
1145
- * @description: Remove a theme from partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/deleteOrganizationTheme/).
1145
+ * @description: Remove a theme from partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/deleteOrganizationTheme/).
1146
1146
  */
1147
1147
  async deleteOrganizationTheme(
1148
1148
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -1219,7 +1219,7 @@ class Theme {
1219
1219
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme[]>} - Success response
1220
1220
  * @name getLatestVersionOfThemeBySlug
1221
1221
  * @summary: Get latest version of theme by slug
1222
- * @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
1222
+ * @description: Retrieve the most recent version of a theme using its slug. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getLatestVersionOfThemeBySlug/).
1223
1223
  */
1224
1224
  async getLatestVersionOfThemeBySlug(
1225
1225
  { slugName, requestHeaders } = { requestHeaders: {} },
@@ -1295,7 +1295,7 @@ class Theme {
1295
1295
  * @returns {Promise<ThemePartnerModel.MarketplaceTheme>} - Success response
1296
1296
  * @name createNewThemeInOrganization
1297
1297
  * @summary: Create new theme in organization
1298
- * @description: Add a new theme to partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createNewThemeInOrganization/).
1298
+ * @description: Add a new theme to partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createNewThemeInOrganization/).
1299
1299
  */
1300
1300
  async createNewThemeInOrganization(
1301
1301
  { body, slug, requestHeaders } = { requestHeaders: {} },
@@ -1377,7 +1377,7 @@ class Theme {
1377
1377
  * @returns {Promise<ThemePartnerModel.ExtensionSectionDraft>} - Success response
1378
1378
  * @name createExtensionSectionDraft
1379
1379
  * @summary: Draft extension section
1380
- * @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createExtensionSectionDraft/).
1380
+ * @description: Create a new draft for an extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createExtensionSectionDraft/).
1381
1381
  */
1382
1382
  async createExtensionSectionDraft(
1383
1383
  { extensionId, body, requestHeaders } = { requestHeaders: {} },
@@ -1458,7 +1458,7 @@ class Theme {
1458
1458
  * @returns {Promise<ThemePartnerModel.ExtensionSectionPublish>} - Success response
1459
1459
  * @name publishExtensionSections
1460
1460
  * @summary: Publish an extension section
1461
- * @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/publishExtensionSections/).
1461
+ * @description: Publish a draft extension section within the specified organization. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/publishExtensionSections/).
1462
1462
  */
1463
1463
  async publishExtensionSections(
1464
1464
  { extensionId, body, requestHeaders } = { requestHeaders: {} },
@@ -1537,7 +1537,7 @@ class Theme {
1537
1537
  * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
1538
1538
  * @name applyExtensionPreview
1539
1539
  * @summary: Start a Preview of Extension Section
1540
- * @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/applyExtensionPreview/).
1540
+ * @description: Use this API to start a local session for previewing the extension section binding. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/applyExtensionPreview/).
1541
1541
  */
1542
1542
  async applyExtensionPreview(
1543
1543
  { extensionSectionId, body, requestHeaders } = { requestHeaders: {} },
@@ -1616,7 +1616,7 @@ class Theme {
1616
1616
  * @returns {Promise<ThemePartnerModel.ExtensionPreview>} - Success response
1617
1617
  * @name removeExtensionPreview
1618
1618
  * @summary: Close a Preview of Extension Section
1619
- * @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/removeExtensionPreview/).
1619
+ * @description: Use this API to close a local session for previewing the extension section binding - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/removeExtensionPreview/).
1620
1620
  */
1621
1621
  async removeExtensionPreview(
1622
1622
  { extensionSectionId, body, requestHeaders } = { requestHeaders: {} },
@@ -1695,7 +1695,7 @@ class Theme {
1695
1695
  * @returns {Promise<ThemePartnerModel.ThemeRejectionReasons>} - Success response
1696
1696
  * @name getThemeRejectionReasons
1697
1697
  * @summary: Get theme rejection reasons
1698
- * @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeRejectionReasons/).
1698
+ * @description: Retrieve reasons for the rejection of themes within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeRejectionReasons/).
1699
1699
  */
1700
1700
  async getThemeRejectionReasons(
1701
1701
  { themeId, requestHeaders } = { requestHeaders: {} },
@@ -1772,7 +1772,7 @@ class Theme {
1772
1772
  * @returns {Promise<ThemePartnerModel.MarketplaceThemeSchema>} - Success response
1773
1773
  * @name getThemeVersions
1774
1774
  * @summary: Get theme versions
1775
- * @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/getThemeVersions/).
1775
+ * @description: Retrieve a list of versions available for a theme within partner server organizations. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/getThemeVersions/).
1776
1776
  */
1777
1777
  async getThemeVersions(
1778
1778
  { themeSlug, pageSize, pageNo, requestHeaders } = { requestHeaders: {} },
@@ -1855,7 +1855,7 @@ class Theme {
1855
1855
  * @returns {Promise<ThemePartnerModel.ThemesSchema>} - Success response
1856
1856
  * @name createTheme
1857
1857
  * @summary: Create a new theme
1858
- * @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://partners.fynd.com/help/docs/sdk/partner/theme/createTheme/).
1858
+ * @description: Themes improve the look and appearance of a website. Use this API to create a theme. - Check out [method documentation](https://docs.fynd.com/partners/commerce/sdk/partner/theme/createTheme/).
1859
1859
  */
1860
1860
  async createTheme(
1861
1861
  { companyId, applicationId, body, requestHeaders } = { requestHeaders: {} },