@infisale-client/api-client 1.2.36 → 1.2.38

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.
package/dist/api/api.d.ts CHANGED
@@ -5487,10 +5487,10 @@ export interface IOrderResponse {
5487
5487
  'user'?: string;
5488
5488
  /**
5489
5489
  *
5490
- * @type {Array<PickIOrderExcludeKeyofIOrderHtmlProductsInner>}
5490
+ * @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner>}
5491
5491
  * @memberof IOrderResponse
5492
5492
  */
5493
- 'products': Array<PickIOrderExcludeKeyofIOrderHtmlProductsInner>;
5493
+ 'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner>;
5494
5494
  /**
5495
5495
  *
5496
5496
  * @type {IAddress}
@@ -7139,25 +7139,25 @@ export interface ITemplateResponseComponentsInnerConfig {
7139
7139
  * @type {number}
7140
7140
  * @memberof ITemplateResponseComponentsInnerConfig
7141
7141
  */
7142
- 'contentMobileMaxHeight'?: number;
7142
+ 'contentMobileHeight'?: number;
7143
7143
  /**
7144
7144
  *
7145
7145
  * @type {number}
7146
7146
  * @memberof ITemplateResponseComponentsInnerConfig
7147
7147
  */
7148
- 'contentMaxHeight'?: number;
7148
+ 'contentHeight'?: number;
7149
7149
  /**
7150
7150
  *
7151
7151
  * @type {number}
7152
7152
  * @memberof ITemplateResponseComponentsInnerConfig
7153
7153
  */
7154
- 'containerMobileMaxHeight'?: number;
7154
+ 'containerMobileHeight'?: number;
7155
7155
  /**
7156
7156
  *
7157
7157
  * @type {number}
7158
7158
  * @memberof ITemplateResponseComponentsInnerConfig
7159
7159
  */
7160
- 'containerMaxHeight'?: number;
7160
+ 'containerHeight'?: number;
7161
7161
  /**
7162
7162
  *
7163
7163
  * @type {number}
@@ -8939,212 +8939,212 @@ export interface PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCom
8939
8939
  /**
8940
8940
  * From T, pick a set of properties whose keys are in the union K
8941
8941
  * @export
8942
- * @interface PickIOrderExcludeKeyofIOrderHtml
8942
+ * @interface PickIOrderExcludeKeyofIOrderHtmlOrIframe
8943
8943
  */
8944
- export interface PickIOrderExcludeKeyofIOrderHtml {
8944
+ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
8945
8945
  /**
8946
8946
  *
8947
8947
  * @type {number}
8948
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8948
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8949
8949
  */
8950
8950
  'number': number;
8951
8951
  /**
8952
8952
  *
8953
8953
  * @type {string}
8954
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8954
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8955
8955
  */
8956
8956
  'email'?: string;
8957
8957
  /**
8958
8958
  *
8959
8959
  * @type {string}
8960
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8960
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8961
8961
  */
8962
8962
  'company': string;
8963
8963
  /**
8964
8964
  *
8965
8965
  * @type {OrderStatusEnum}
8966
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8966
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8967
8967
  */
8968
8968
  'status': OrderStatusEnum;
8969
8969
  /**
8970
8970
  *
8971
8971
  * @type {string}
8972
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8972
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8973
8973
  */
8974
8974
  '_id': string;
8975
8975
  /**
8976
8976
  *
8977
8977
  * @type {number}
8978
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8978
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8979
8979
  */
8980
8980
  '__v': number;
8981
8981
  /**
8982
8982
  *
8983
8983
  * @type {string}
8984
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8984
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8985
8985
  */
8986
8986
  'createdAt': string;
8987
8987
  /**
8988
8988
  *
8989
8989
  * @type {string}
8990
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8990
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8991
8991
  */
8992
8992
  'updatedAt': string;
8993
8993
  /**
8994
8994
  *
8995
8995
  * @type {CurrencyEnum}
8996
- * @memberof PickIOrderExcludeKeyofIOrderHtml
8996
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
8997
8997
  */
8998
8998
  'currency': CurrencyEnum;
8999
8999
  /**
9000
9000
  *
9001
9001
  * @type {string}
9002
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9002
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9003
9003
  */
9004
9004
  'user'?: string;
9005
9005
  /**
9006
9006
  *
9007
- * @type {Array<PickIOrderExcludeKeyofIOrderHtmlProductsInner>}
9008
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9007
+ * @type {Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner>}
9008
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9009
9009
  */
9010
- 'products': Array<PickIOrderExcludeKeyofIOrderHtmlProductsInner>;
9010
+ 'products': Array<PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner>;
9011
9011
  /**
9012
9012
  *
9013
9013
  * @type {IAddress}
9014
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9014
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9015
9015
  */
9016
9016
  'shippingAddress': IAddress;
9017
9017
  /**
9018
9018
  *
9019
9019
  * @type {IAddress}
9020
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9020
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9021
9021
  */
9022
9022
  'billingAddress'?: IAddress;
9023
9023
  /**
9024
9024
  *
9025
9025
  * @type {PaymentMethodEnum}
9026
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9026
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9027
9027
  */
9028
9028
  'paymentMethod': PaymentMethodEnum;
9029
9029
  /**
9030
9030
  *
9031
9031
  * @type {PaymentGatewayEnum}
9032
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9032
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9033
9033
  */
9034
9034
  'paymentGateway': PaymentGatewayEnum;
9035
9035
  /**
9036
9036
  *
9037
9037
  * @type {string}
9038
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9038
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9039
9039
  */
9040
9040
  'paymentId': string;
9041
9041
  /**
9042
9042
  *
9043
9043
  * @type {number}
9044
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9044
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9045
9045
  */
9046
9046
  'subtotal': number;
9047
9047
  /**
9048
9048
  *
9049
9049
  * @type {number}
9050
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9050
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9051
9051
  */
9052
9052
  'discount': number;
9053
9053
  /**
9054
9054
  *
9055
9055
  * @type {number}
9056
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9056
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9057
9057
  */
9058
9058
  'tax': number;
9059
9059
  /**
9060
9060
  *
9061
9061
  * @type {number}
9062
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9062
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9063
9063
  */
9064
9064
  'shipping': number;
9065
9065
  /**
9066
9066
  *
9067
9067
  * @type {boolean}
9068
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9068
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9069
9069
  */
9070
9070
  'freeShipping': boolean;
9071
9071
  /**
9072
9072
  *
9073
9073
  * @type {number}
9074
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9074
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9075
9075
  */
9076
9076
  'total': number;
9077
9077
  /**
9078
9078
  *
9079
9079
  * @type {string}
9080
- * @memberof PickIOrderExcludeKeyofIOrderHtml
9080
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
9081
9081
  */
9082
9082
  'note'?: string;
9083
9083
  }
9084
9084
  /**
9085
9085
  *
9086
9086
  * @export
9087
- * @interface PickIOrderExcludeKeyofIOrderHtmlProductsInner
9087
+ * @interface PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9088
9088
  */
9089
- export interface PickIOrderExcludeKeyofIOrderHtmlProductsInner {
9089
+ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner {
9090
9090
  /**
9091
9091
  *
9092
9092
  * @type {number}
9093
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9093
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9094
9094
  */
9095
9095
  'price': number;
9096
9096
  /**
9097
9097
  *
9098
9098
  * @type {number}
9099
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9099
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9100
9100
  */
9101
9101
  'amount': number;
9102
9102
  /**
9103
9103
  *
9104
9104
  * @type {string}
9105
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9105
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9106
9106
  */
9107
9107
  'subVariantId'?: string;
9108
9108
  /**
9109
9109
  *
9110
9110
  * @type {string}
9111
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9111
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9112
9112
  */
9113
9113
  'mainVariantId'?: string;
9114
9114
  /**
9115
9115
  *
9116
9116
  * @type {PartialRecordLanguageEnumString}
9117
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9117
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9118
9118
  */
9119
9119
  'subVariantTitle': PartialRecordLanguageEnumString;
9120
9120
  /**
9121
9121
  *
9122
9122
  * @type {PartialRecordLanguageEnumString}
9123
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9123
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9124
9124
  */
9125
9125
  'mainVariantTitle': PartialRecordLanguageEnumString;
9126
9126
  /**
9127
9127
  *
9128
9128
  * @type {PartialRecordLanguageEnumString}
9129
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9129
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9130
9130
  */
9131
9131
  'productSlug': PartialRecordLanguageEnumString;
9132
9132
  /**
9133
9133
  *
9134
9134
  * @type {string}
9135
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9135
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9136
9136
  */
9137
9137
  'productThumbnail'?: string;
9138
9138
  /**
9139
9139
  *
9140
9140
  * @type {PartialRecordLanguageEnumString}
9141
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9141
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9142
9142
  */
9143
9143
  'productTitle': PartialRecordLanguageEnumString;
9144
9144
  /**
9145
9145
  *
9146
9146
  * @type {string}
9147
- * @memberof PickIOrderExcludeKeyofIOrderHtmlProductsInner
9147
+ * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframeProductsInner
9148
9148
  */
9149
9149
  'productId': string;
9150
9150
  }
@@ -10478,11 +10478,12 @@ export declare const BasketApiAxiosParamCreator: (configuration?: Configuration)
10478
10478
  deleteProductFromBasket: (itemId: string, iBasketDeleteRequest: IBasketDeleteRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10479
10479
  /**
10480
10480
  *
10481
+ * @param {string} domain
10481
10482
  * @param {string} [id]
10482
10483
  * @param {*} [options] Override http request option.
10483
10484
  * @throws {RequiredError}
10484
10485
  */
10485
- getBasket: (id?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10486
+ getBasket: (domain: string, id?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10486
10487
  /**
10487
10488
  *
10488
10489
  * @param {string} [id]
@@ -10528,11 +10529,12 @@ export declare const BasketApiFp: (configuration?: Configuration) => {
10528
10529
  deleteProductFromBasket(itemId: string, iBasketDeleteRequest: IBasketDeleteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10529
10530
  /**
10530
10531
  *
10532
+ * @param {string} domain
10531
10533
  * @param {string} [id]
10532
10534
  * @param {*} [options] Override http request option.
10533
10535
  * @throws {RequiredError}
10534
10536
  */
10535
- getBasket(id?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBasketResponse>>;
10537
+ getBasket(domain: string, id?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IBasketResponse>>;
10536
10538
  /**
10537
10539
  *
10538
10540
  * @param {string} [id]
@@ -10581,7 +10583,7 @@ export declare const BasketApiFactory: (configuration?: Configuration, basePath?
10581
10583
  * @param {*} [options] Override http request option.
10582
10584
  * @throws {RequiredError}
10583
10585
  */
10584
- getBasket(requestParameters?: BasketApiGetBasketRequest, options?: RawAxiosRequestConfig): AxiosPromise<IBasketResponse>;
10586
+ getBasket(requestParameters: BasketApiGetBasketRequest, options?: RawAxiosRequestConfig): AxiosPromise<IBasketResponse>;
10585
10587
  /**
10586
10588
  *
10587
10589
  * @param {BasketApiGetBasketCountRequest} requestParameters Request parameters.
@@ -10642,6 +10644,12 @@ export interface BasketApiDeleteProductFromBasketRequest {
10642
10644
  * @interface BasketApiGetBasketRequest
10643
10645
  */
10644
10646
  export interface BasketApiGetBasketRequest {
10647
+ /**
10648
+ *
10649
+ * @type {string}
10650
+ * @memberof BasketApiGetBasket
10651
+ */
10652
+ readonly domain: string;
10645
10653
  /**
10646
10654
  *
10647
10655
  * @type {string}
@@ -10724,7 +10732,7 @@ export declare class BasketApi extends BaseAPI {
10724
10732
  * @throws {RequiredError}
10725
10733
  * @memberof BasketApi
10726
10734
  */
10727
- getBasket(requestParameters?: BasketApiGetBasketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IBasketResponse, any>>;
10735
+ getBasket(requestParameters: BasketApiGetBasketRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IBasketResponse, any>>;
10728
10736
  /**
10729
10737
  *
10730
10738
  * @param {BasketApiGetBasketCountRequest} requestParameters Request parameters.
package/dist/api/api.js CHANGED
@@ -1547,11 +1547,14 @@ const BasketApiAxiosParamCreator = function (configuration) {
1547
1547
  },
1548
1548
  /**
1549
1549
  *
1550
+ * @param {string} domain
1550
1551
  * @param {string} [id]
1551
1552
  * @param {*} [options] Override http request option.
1552
1553
  * @throws {RequiredError}
1553
1554
  */
1554
- getBasket: async (id, options = {}) => {
1555
+ getBasket: async (domain, id, options = {}) => {
1556
+ // verify required parameter 'domain' is not null or undefined
1557
+ (0, common_1.assertParamExists)('getBasket', 'domain', domain);
1555
1558
  const localVarPath = `/api/baskets/single`;
1556
1559
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1557
1560
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1562,6 +1565,9 @@ const BasketApiAxiosParamCreator = function (configuration) {
1562
1565
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
1563
1566
  const localVarHeaderParameter = {};
1564
1567
  const localVarQueryParameter = {};
1568
+ if (domain !== undefined) {
1569
+ localVarQueryParameter['domain'] = domain;
1570
+ }
1565
1571
  if (id !== undefined) {
1566
1572
  localVarQueryParameter['id'] = id;
1567
1573
  }
@@ -1700,12 +1706,13 @@ const BasketApiFp = function (configuration) {
1700
1706
  },
1701
1707
  /**
1702
1708
  *
1709
+ * @param {string} domain
1703
1710
  * @param {string} [id]
1704
1711
  * @param {*} [options] Override http request option.
1705
1712
  * @throws {RequiredError}
1706
1713
  */
1707
- async getBasket(id, options) {
1708
- const localVarAxiosArgs = await localVarAxiosParamCreator.getBasket(id, options);
1714
+ async getBasket(domain, id, options) {
1715
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getBasket(domain, id, options);
1709
1716
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1710
1717
  const localVarOperationServerBasePath = base_1.operationServerMap['BasketApi.getBasket']?.[localVarOperationServerIndex]?.url;
1711
1718
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1781,8 +1788,8 @@ const BasketApiFactory = function (configuration, basePath, axios) {
1781
1788
  * @param {*} [options] Override http request option.
1782
1789
  * @throws {RequiredError}
1783
1790
  */
1784
- getBasket(requestParameters = {}, options) {
1785
- return localVarFp.getBasket(requestParameters.id, options).then((request) => request(axios, basePath));
1791
+ getBasket(requestParameters, options) {
1792
+ return localVarFp.getBasket(requestParameters.domain, requestParameters.id, options).then((request) => request(axios, basePath));
1786
1793
  },
1787
1794
  /**
1788
1795
  *
@@ -1848,8 +1855,8 @@ class BasketApi extends base_1.BaseAPI {
1848
1855
  * @throws {RequiredError}
1849
1856
  * @memberof BasketApi
1850
1857
  */
1851
- getBasket(requestParameters = {}, options) {
1852
- return (0, exports.BasketApiFp)(this.configuration).getBasket(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
1858
+ getBasket(requestParameters, options) {
1859
+ return (0, exports.BasketApiFp)(this.configuration).getBasket(requestParameters.domain, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
1853
1860
  }
1854
1861
  /**
1855
1862
  *
package/dist/api/api.mjs CHANGED
@@ -1528,11 +1528,14 @@ export const BasketApiAxiosParamCreator = function (configuration) {
1528
1528
  },
1529
1529
  /**
1530
1530
  *
1531
+ * @param {string} domain
1531
1532
  * @param {string} [id]
1532
1533
  * @param {*} [options] Override http request option.
1533
1534
  * @throws {RequiredError}
1534
1535
  */
1535
- getBasket: async (id, options = {}) => {
1536
+ getBasket: async (domain, id, options = {}) => {
1537
+ // verify required parameter 'domain' is not null or undefined
1538
+ assertParamExists('getBasket', 'domain', domain);
1536
1539
  const localVarPath = `/api/baskets/single`;
1537
1540
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1538
1541
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -1543,6 +1546,9 @@ export const BasketApiAxiosParamCreator = function (configuration) {
1543
1546
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
1544
1547
  const localVarHeaderParameter = {};
1545
1548
  const localVarQueryParameter = {};
1549
+ if (domain !== undefined) {
1550
+ localVarQueryParameter['domain'] = domain;
1551
+ }
1546
1552
  if (id !== undefined) {
1547
1553
  localVarQueryParameter['id'] = id;
1548
1554
  }
@@ -1680,12 +1686,13 @@ export const BasketApiFp = function (configuration) {
1680
1686
  },
1681
1687
  /**
1682
1688
  *
1689
+ * @param {string} domain
1683
1690
  * @param {string} [id]
1684
1691
  * @param {*} [options] Override http request option.
1685
1692
  * @throws {RequiredError}
1686
1693
  */
1687
- async getBasket(id, options) {
1688
- const localVarAxiosArgs = await localVarAxiosParamCreator.getBasket(id, options);
1694
+ async getBasket(domain, id, options) {
1695
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getBasket(domain, id, options);
1689
1696
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1690
1697
  const localVarOperationServerBasePath = operationServerMap['BasketApi.getBasket']?.[localVarOperationServerIndex]?.url;
1691
1698
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1760,8 +1767,8 @@ export const BasketApiFactory = function (configuration, basePath, axios) {
1760
1767
  * @param {*} [options] Override http request option.
1761
1768
  * @throws {RequiredError}
1762
1769
  */
1763
- getBasket(requestParameters = {}, options) {
1764
- return localVarFp.getBasket(requestParameters.id, options).then((request) => request(axios, basePath));
1770
+ getBasket(requestParameters, options) {
1771
+ return localVarFp.getBasket(requestParameters.domain, requestParameters.id, options).then((request) => request(axios, basePath));
1765
1772
  },
1766
1773
  /**
1767
1774
  *
@@ -1826,8 +1833,8 @@ export class BasketApi extends BaseAPI {
1826
1833
  * @throws {RequiredError}
1827
1834
  * @memberof BasketApi
1828
1835
  */
1829
- getBasket(requestParameters = {}, options) {
1830
- return BasketApiFp(this.configuration).getBasket(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
1836
+ getBasket(requestParameters, options) {
1837
+ return BasketApiFp(this.configuration).getBasket(requestParameters.domain, requestParameters.id, options).then((request) => request(this.axios, this.basePath));
1831
1838
  }
1832
1839
  /**
1833
1840
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.2.36",
3
+ "version": "1.2.38",
4
4
  "description": "api-client-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "f2646b5e17968f7e69981816c46ed10d24ec7823"
40
+ "gitHead": "9205366c5d2402d7bb7575bdbed18651ffd42ccc"
41
41
  }