ultracart_rest_api_v2_typescript 3.10.222 → 3.10.223

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## ultracart_rest_api_v2_typescript@3.10.222
1
+ ## ultracart_rest_api_v2_typescript@3.10.223
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install ultracart_rest_api_v2_typescript@3.10.222 --save
39
+ npm install ultracart_rest_api_v2_typescript@3.10.223 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,7 @@ Not every change is committed to every SDK.
54
54
 
55
55
  | Version | Date | Comments |
56
56
  | --: | :-: | --- |
57
+ | 3.10.223 | 01/09/2025 | fix for broken 4.0.39 due to incorrect query sig on getCustomers |
57
58
  | 3.10.222 | 01/09/2025 | added emails parameter to customer queries, refundOrder added to Channel partner |
58
59
  | 3.10.221 | 12/13/2024 | added user and group ids to conversation agent auth object |
59
60
  | 3.10.220 | 11/11/2024 | added seo properties to item.content object |
package/api.ts CHANGED
@@ -63387,7 +63387,6 @@ export const CustomerApiFetchParamCreator = function (configuration?: Configurat
63387
63387
  * @param {string} [shipping_evening_phone] Shipping evening phone
63388
63388
  * @param {number} [pricing_tier_oid] Pricing tier oid
63389
63389
  * @param {string} [pricing_tier_name] Pricing tier name
63390
- * @param {any} [emails] Emails
63391
63390
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
63392
63391
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
63393
63392
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -63396,7 +63395,7 @@ export const CustomerApiFetchParamCreator = function (configuration?: Configurat
63396
63395
  * @param {*} [options] Override http request option.
63397
63396
  * @throws {RequiredError}
63398
63397
  */
63399
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options: any = {}): FetchArgs {
63398
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options: any = {}): FetchArgs {
63400
63399
  const localVarPath = `/customer/customers`;
63401
63400
  const localVarUrlObj = url.parse(localVarPath, true);
63402
63401
  const localVarRequestOptions = Object.assign({ method: 'GET' }, options);
@@ -63534,10 +63533,6 @@ export const CustomerApiFetchParamCreator = function (configuration?: Configurat
63534
63533
  localVarQueryParameter['pricing_tier_name'] = pricing_tier_name;
63535
63534
  }
63536
63535
 
63537
- if (emails !== undefined) {
63538
- localVarQueryParameter['emails'] = emails;
63539
- }
63540
-
63541
63536
  if (_limit !== undefined) {
63542
63537
  localVarQueryParameter['_limit'] = _limit;
63543
63538
  }
@@ -64585,7 +64580,6 @@ export const CustomerApiFp = function(configuration?: Configuration) {
64585
64580
  * @param {string} [shipping_evening_phone] Shipping evening phone
64586
64581
  * @param {number} [pricing_tier_oid] Pricing tier oid
64587
64582
  * @param {string} [pricing_tier_name] Pricing tier name
64588
- * @param {any} [emails] Emails
64589
64583
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
64590
64584
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
64591
64585
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -64594,8 +64588,8 @@ export const CustomerApiFp = function(configuration?: Configuration) {
64594
64588
  * @param {*} [options] Override http request option.
64595
64589
  * @throws {RequiredError}
64596
64590
  */
64597
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<CustomersResponse> {
64598
- const localVarFetchArgs = CustomerApiFetchParamCreator(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options);
64591
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<CustomersResponse> {
64592
+ const localVarFetchArgs = CustomerApiFetchParamCreator(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options);
64599
64593
  return (fetch: FetchAPI = portableFetch, basePath: string = BASE_PATH) => {
64600
64594
  return fetch(basePath + localVarFetchArgs.url, localVarFetchArgs.options).then((response) => {
64601
64595
 
@@ -65028,7 +65022,6 @@ export const CustomerApiFactory = function (configuration?: Configuration, fetch
65028
65022
  * @param {string} [shipping_evening_phone] Shipping evening phone
65029
65023
  * @param {number} [pricing_tier_oid] Pricing tier oid
65030
65024
  * @param {string} [pricing_tier_name] Pricing tier name
65031
- * @param {any} [emails] Emails
65032
65025
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
65033
65026
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
65034
65027
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -65037,8 +65030,8 @@ export const CustomerApiFactory = function (configuration?: Configuration, fetch
65037
65030
  * @param {*} [options] Override http request option.
65038
65031
  * @throws {RequiredError}
65039
65032
  */
65040
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any) {
65041
- return CustomerApiFp(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options)(fetch, basePath);
65033
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any) {
65034
+ return CustomerApiFp(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options)(fetch, basePath);
65042
65035
  },
65043
65036
  /**
65044
65037
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
@@ -65328,7 +65321,6 @@ export interface CustomerApiInterface {
65328
65321
  * @param {string} [shipping_evening_phone] Shipping evening phone
65329
65322
  * @param {number} [pricing_tier_oid] Pricing tier oid
65330
65323
  * @param {string} [pricing_tier_name] Pricing tier name
65331
- * @param {any} [emails] Emails
65332
65324
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
65333
65325
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
65334
65326
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -65338,7 +65330,7 @@ export interface CustomerApiInterface {
65338
65330
  * @throws {RequiredError}
65339
65331
  * @memberof CustomerApiInterface
65340
65332
  */
65341
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
65333
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
65342
65334
 
65343
65335
  /**
65344
65336
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
@@ -65650,7 +65642,6 @@ export class CustomerApi extends BaseAPI implements CustomerApiInterface {
65650
65642
  * @param {string} [shipping_evening_phone] Shipping evening phone
65651
65643
  * @param {number} [pricing_tier_oid] Pricing tier oid
65652
65644
  * @param {string} [pricing_tier_name] Pricing tier name
65653
- * @param {any} [emails] Emails
65654
65645
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
65655
65646
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
65656
65647
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -65660,8 +65651,8 @@ export class CustomerApi extends BaseAPI implements CustomerApiInterface {
65660
65651
  * @throws {RequiredError}
65661
65652
  * @memberof CustomerApi
65662
65653
  */
65663
- public getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any) {
65664
- return CustomerApiFp(this.configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options)(this.fetch, this.basePath);
65654
+ public getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any) {
65655
+ return CustomerApiFp(this.configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options)(this.fetch, this.basePath);
65665
65656
  }
65666
65657
 
65667
65658
  /**
package/dist/api.d.ts CHANGED
@@ -51470,7 +51470,6 @@ export declare const CustomerApiFetchParamCreator: (configuration?: Configuratio
51470
51470
  * @param {string} [shipping_evening_phone] Shipping evening phone
51471
51471
  * @param {number} [pricing_tier_oid] Pricing tier oid
51472
51472
  * @param {string} [pricing_tier_name] Pricing tier name
51473
- * @param {any} [emails] Emails
51474
51473
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
51475
51474
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
51476
51475
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -51479,7 +51478,7 @@ export declare const CustomerApiFetchParamCreator: (configuration?: Configuratio
51479
51478
  * @param {*} [options] Override http request option.
51480
51479
  * @throws {RequiredError}
51481
51480
  */
51482
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): FetchArgs;
51481
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): FetchArgs;
51483
51482
  /**
51484
51483
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
51485
51484
  * @summary Retrieve customers by query
@@ -51719,7 +51718,6 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
51719
51718
  * @param {string} [shipping_evening_phone] Shipping evening phone
51720
51719
  * @param {number} [pricing_tier_oid] Pricing tier oid
51721
51720
  * @param {string} [pricing_tier_name] Pricing tier name
51722
- * @param {any} [emails] Emails
51723
51721
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
51724
51722
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
51725
51723
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -51728,7 +51726,7 @@ export declare const CustomerApiFp: (configuration?: Configuration) => {
51728
51726
  * @param {*} [options] Override http request option.
51729
51727
  * @throws {RequiredError}
51730
51728
  */
51731
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<CustomersResponse>;
51729
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<CustomersResponse>;
51732
51730
  /**
51733
51731
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
51734
51732
  * @summary Retrieve customers by query
@@ -51968,7 +51966,6 @@ export declare const CustomerApiFactory: (configuration?: Configuration, fetch?:
51968
51966
  * @param {string} [shipping_evening_phone] Shipping evening phone
51969
51967
  * @param {number} [pricing_tier_oid] Pricing tier oid
51970
51968
  * @param {string} [pricing_tier_name] Pricing tier name
51971
- * @param {any} [emails] Emails
51972
51969
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
51973
51970
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
51974
51971
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -51977,7 +51974,7 @@ export declare const CustomerApiFactory: (configuration?: Configuration, fetch?:
51977
51974
  * @param {*} [options] Override http request option.
51978
51975
  * @throws {RequiredError}
51979
51976
  */
51980
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
51977
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
51981
51978
  /**
51982
51979
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
51983
51980
  * @summary Retrieve customers by query
@@ -52229,7 +52226,6 @@ export interface CustomerApiInterface {
52229
52226
  * @param {string} [shipping_evening_phone] Shipping evening phone
52230
52227
  * @param {number} [pricing_tier_oid] Pricing tier oid
52231
52228
  * @param {string} [pricing_tier_name] Pricing tier name
52232
- * @param {any} [emails] Emails
52233
52229
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
52234
52230
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
52235
52231
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -52239,7 +52235,7 @@ export interface CustomerApiInterface {
52239
52235
  * @throws {RequiredError}
52240
52236
  * @memberof CustomerApiInterface
52241
52237
  */
52242
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
52238
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
52243
52239
  /**
52244
52240
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
52245
52241
  * @summary Retrieve customers by query
@@ -52504,7 +52500,6 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
52504
52500
  * @param {string} [shipping_evening_phone] Shipping evening phone
52505
52501
  * @param {number} [pricing_tier_oid] Pricing tier oid
52506
52502
  * @param {string} [pricing_tier_name] Pricing tier name
52507
- * @param {any} [emails] Emails
52508
52503
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
52509
52504
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
52510
52505
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -52514,7 +52509,7 @@ export declare class CustomerApi extends BaseAPI implements CustomerApiInterface
52514
52509
  * @throws {RequiredError}
52515
52510
  * @memberof CustomerApi
52516
52511
  */
52517
- getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, emails?: any, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
52512
+ getCustomers(email?: string, qb_class?: string, quickbooks_code?: string, last_modified_dts_start?: string, last_modified_dts_end?: string, signup_dts_start?: string, signup_dts_end?: string, billing_first_name?: string, billing_last_name?: string, billing_company?: string, billing_city?: string, billing_state?: string, billing_postal_code?: string, billing_country_code?: string, billing_day_phone?: string, billing_evening_phone?: string, shipping_first_name?: string, shipping_last_name?: string, shipping_company?: string, shipping_city?: string, shipping_state?: string, shipping_postal_code?: string, shipping_country_code?: string, shipping_day_phone?: string, shipping_evening_phone?: string, pricing_tier_oid?: number, pricing_tier_name?: string, _limit?: number, _offset?: number, _since?: string, _sort?: string, _expand?: string, options?: any): Promise<CustomersResponse>;
52518
52513
  /**
52519
52514
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
52520
52515
  * @summary Retrieve customers by query
package/dist/api.js CHANGED
@@ -17318,7 +17318,6 @@ var CustomerApiFetchParamCreator = function (configuration) {
17318
17318
  * @param {string} [shipping_evening_phone] Shipping evening phone
17319
17319
  * @param {number} [pricing_tier_oid] Pricing tier oid
17320
17320
  * @param {string} [pricing_tier_name] Pricing tier name
17321
- * @param {any} [emails] Emails
17322
17321
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
17323
17322
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
17324
17323
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -17327,7 +17326,7 @@ var CustomerApiFetchParamCreator = function (configuration) {
17327
17326
  * @param {*} [options] Override http request option.
17328
17327
  * @throws {RequiredError}
17329
17328
  */
17330
- getCustomers: function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options) {
17329
+ getCustomers: function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options) {
17331
17330
  if (options === void 0) { options = {}; }
17332
17331
  var localVarPath = "/customer/customers";
17333
17332
  var localVarUrlObj = url.parse(localVarPath, true);
@@ -17433,9 +17432,6 @@ var CustomerApiFetchParamCreator = function (configuration) {
17433
17432
  if (pricing_tier_name !== undefined) {
17434
17433
  localVarQueryParameter['pricing_tier_name'] = pricing_tier_name;
17435
17434
  }
17436
- if (emails !== undefined) {
17437
- localVarQueryParameter['emails'] = emails;
17438
- }
17439
17435
  if (_limit !== undefined) {
17440
17436
  localVarQueryParameter['_limit'] = _limit;
17441
17437
  }
@@ -18396,7 +18392,6 @@ var CustomerApiFp = function (configuration) {
18396
18392
  * @param {string} [shipping_evening_phone] Shipping evening phone
18397
18393
  * @param {number} [pricing_tier_oid] Pricing tier oid
18398
18394
  * @param {string} [pricing_tier_name] Pricing tier name
18399
- * @param {any} [emails] Emails
18400
18395
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
18401
18396
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
18402
18397
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -18405,8 +18400,8 @@ var CustomerApiFp = function (configuration) {
18405
18400
  * @param {*} [options] Override http request option.
18406
18401
  * @throws {RequiredError}
18407
18402
  */
18408
- getCustomers: function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options) {
18409
- var localVarFetchArgs = (0, exports.CustomerApiFetchParamCreator)(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options);
18403
+ getCustomers: function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options) {
18404
+ var localVarFetchArgs = (0, exports.CustomerApiFetchParamCreator)(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options);
18410
18405
  return function (fetch, basePath) {
18411
18406
  if (fetch === void 0) { fetch = portableFetch; }
18412
18407
  if (basePath === void 0) { basePath = BASE_PATH; }
@@ -18852,7 +18847,6 @@ var CustomerApiFactory = function (configuration, fetch, basePath) {
18852
18847
  * @param {string} [shipping_evening_phone] Shipping evening phone
18853
18848
  * @param {number} [pricing_tier_oid] Pricing tier oid
18854
18849
  * @param {string} [pricing_tier_name] Pricing tier name
18855
- * @param {any} [emails] Emails
18856
18850
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
18857
18851
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
18858
18852
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -18861,8 +18855,8 @@ var CustomerApiFactory = function (configuration, fetch, basePath) {
18861
18855
  * @param {*} [options] Override http request option.
18862
18856
  * @throws {RequiredError}
18863
18857
  */
18864
- getCustomers: function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options) {
18865
- return (0, exports.CustomerApiFp)(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options)(fetch, basePath);
18858
+ getCustomers: function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options) {
18859
+ return (0, exports.CustomerApiFp)(configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options)(fetch, basePath);
18866
18860
  },
18867
18861
  /**
18868
18862
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
@@ -19168,7 +19162,6 @@ var CustomerApi = /** @class */ (function (_super) {
19168
19162
  * @param {string} [shipping_evening_phone] Shipping evening phone
19169
19163
  * @param {number} [pricing_tier_oid] Pricing tier oid
19170
19164
  * @param {string} [pricing_tier_name] Pricing tier name
19171
- * @param {any} [emails] Emails
19172
19165
  * @param {number} [_limit] The maximum number of records to return on this one API call. (Max 200)
19173
19166
  * @param {number} [_offset] Pagination of the record set. Offset is a zero based index.
19174
19167
  * @param {string} [_since] Fetch customers that have been created/modified since this date/time.
@@ -19178,8 +19171,8 @@ var CustomerApi = /** @class */ (function (_super) {
19178
19171
  * @throws {RequiredError}
19179
19172
  * @memberof CustomerApi
19180
19173
  */
19181
- CustomerApi.prototype.getCustomers = function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options) {
19182
- return (0, exports.CustomerApiFp)(this.configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, emails, _limit, _offset, _since, _sort, _expand, options)(this.fetch, this.basePath);
19174
+ CustomerApi.prototype.getCustomers = function (email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options) {
19175
+ return (0, exports.CustomerApiFp)(this.configuration).getCustomers(email, qb_class, quickbooks_code, last_modified_dts_start, last_modified_dts_end, signup_dts_start, signup_dts_end, billing_first_name, billing_last_name, billing_company, billing_city, billing_state, billing_postal_code, billing_country_code, billing_day_phone, billing_evening_phone, shipping_first_name, shipping_last_name, shipping_company, shipping_city, shipping_state, shipping_postal_code, shipping_country_code, shipping_day_phone, shipping_evening_phone, pricing_tier_oid, pricing_tier_name, _limit, _offset, _since, _sort, _expand, options)(this.fetch, this.basePath);
19183
19176
  };
19184
19177
  /**
19185
19178
  * Retrieves customers from the account. If no parameters are specified, all customers will be returned. You will need to make multiple API calls in order to retrieve the entire result set since this API performs result set pagination.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultracart_rest_api_v2_typescript",
3
- "version": "3.10.222",
3
+ "version": "3.10.223",
4
4
  "description": "UltraCart Rest TypeScript SDK",
5
5
  "author": "UltraCart",
6
6
  "keywords": [