ultracart_api 4.0.72.rc → 4.0.73.rc

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc2f22dba1efe158ae7c10d7453f0be0628f1f4281e61ebf82dc721c7e260a25
4
- data.tar.gz: 9e96d164faf462f75a0893d12e14fd884f7c10f422fdfdee570ccda6e387a201
3
+ metadata.gz: 308e4957c4293fdfcef1a719fb8a6d935e890ba52196c99f66575aaf7d7383c4
4
+ data.tar.gz: 311cf80807ca8064f3aa32e794644f238328ffa25beef50b0c93bf238e440896
5
5
  SHA512:
6
- metadata.gz: 2d75ff71db8df363ba6304e0817ebc336f91f415380ec4e38de37f7483e5a75148689d0255a05ecb581ae6595fd8d408f70433e92d26039aaee868569aae10dd
7
- data.tar.gz: 11b7b89a10bc9ab4055f8fe474eac5b24a68efe4effec927923bf8930b294e0ad9b70c34623a05f2b44951561ad770f62afa9b87f85151a171d2d9119ae342cb
6
+ metadata.gz: f963db9888d71d7d7ca00a8f8981f9984eee7671270af2fce637838d62a9fb5872f13330b9e3826bf466c094edf547f403ce3a54fc1f48e3ea8c37b873023fc7
7
+ data.tar.gz: 7a0b6da2fa220c3fe31c3fc99a619717e2ba7474ab54e9807f4d8069a4ab9271ededc9154a0fcf568cc23041bbefdf154fea78c6bf47aa167b04ad497b8210c5
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.72.rc
10
+ - Package version: 4.0.73.rc
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.72.rc.gem
27
+ gem install ./ultracart_api-4.0.73.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.72.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.73.rc.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.72.rc'
36
+ gem 'ultracart_api', '~> 4.0.73.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1218,6 +1218,7 @@ Not every change is committed to every SDK.
1218
1218
 
1219
1219
  | Version | Date | Comments |
1220
1220
  | --: | :-: | --- |
1221
+ | 4.0.73-RC | 10/07/2022 | bug fix for digital items response |
1221
1222
  | 4.0.72-RC | 10/05/2022 | storefront rest file cdn icon urls |
1222
1223
  | 4.0.71-RC | 10/04/2022 | bug fix for new storefront file mgr |
1223
1224
  | 4.0.70-RC | 09/29/2022 | page_paths search category for search2 method |
data/docs/Customer.md CHANGED
@@ -32,6 +32,7 @@
32
32
  | **last_modified_dts** | **String** | Last modified date | [optional] |
33
33
  | **loyalty** | [**CustomerLoyalty**](CustomerLoyalty.md) | | [optional] |
34
34
  | **maximum_item_count** | **Integer** | Maximum item count | [optional] |
35
+ | **merchant_id** | **String** | Merchant ID | [optional] |
35
36
  | **minimum_item_count** | **Integer** | Minimum item count | [optional] |
36
37
  | **minimum_subtotal** | **Float** | Minimum subtotal | [optional] |
37
38
  | **no_coupons** | **Boolean** | No coupons | [optional] |
@@ -98,6 +99,7 @@ instance = UltracartClient::Customer.new(
98
99
  last_modified_dts: null,
99
100
  loyalty: null,
100
101
  maximum_item_count: null,
102
+ merchant_id: null,
101
103
  minimum_item_count: null,
102
104
  minimum_subtotal: null,
103
105
  no_coupons: null,
@@ -97,6 +97,9 @@ module UltracartClient
97
97
  # Maximum item count
98
98
  attr_accessor :maximum_item_count
99
99
 
100
+ # Merchant ID
101
+ attr_accessor :merchant_id
102
+
100
103
  # Minimum item count
101
104
  attr_accessor :minimum_item_count
102
105
 
@@ -216,6 +219,7 @@ module UltracartClient
216
219
  :'last_modified_dts' => :'last_modified_dts',
217
220
  :'loyalty' => :'loyalty',
218
221
  :'maximum_item_count' => :'maximum_item_count',
222
+ :'merchant_id' => :'merchant_id',
219
223
  :'minimum_item_count' => :'minimum_item_count',
220
224
  :'minimum_subtotal' => :'minimum_subtotal',
221
225
  :'no_coupons' => :'no_coupons',
@@ -286,6 +290,7 @@ module UltracartClient
286
290
  :'last_modified_dts' => :'String',
287
291
  :'loyalty' => :'CustomerLoyalty',
288
292
  :'maximum_item_count' => :'Integer',
293
+ :'merchant_id' => :'String',
289
294
  :'minimum_item_count' => :'Integer',
290
295
  :'minimum_subtotal' => :'Float',
291
296
  :'no_coupons' => :'Boolean',
@@ -461,6 +466,10 @@ module UltracartClient
461
466
  self.maximum_item_count = attributes[:'maximum_item_count']
462
467
  end
463
468
 
469
+ if attributes.key?(:'merchant_id')
470
+ self.merchant_id = attributes[:'merchant_id']
471
+ end
472
+
464
473
  if attributes.key?(:'minimum_item_count')
465
474
  self.minimum_item_count = attributes[:'minimum_item_count']
466
475
  end
@@ -809,6 +818,7 @@ module UltracartClient
809
818
  last_modified_dts == o.last_modified_dts &&
810
819
  loyalty == o.loyalty &&
811
820
  maximum_item_count == o.maximum_item_count &&
821
+ merchant_id == o.merchant_id &&
812
822
  minimum_item_count == o.minimum_item_count &&
813
823
  minimum_subtotal == o.minimum_subtotal &&
814
824
  no_coupons == o.no_coupons &&
@@ -851,7 +861,7 @@ module UltracartClient
851
861
  # Calculates hash code according to all attributes.
852
862
  # @return [Integer] Hash code
853
863
  def hash
854
- [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
864
+ [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, merchant_id, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
855
865
  end
856
866
 
857
867
  # Builds the object from hash
@@ -30,7 +30,7 @@ module UltracartClient
30
30
  # Attribute mapping from ruby-style variable name to JSON key.
31
31
  def self.attribute_map
32
32
  {
33
- :'digital_items' => :'digitalItems',
33
+ :'digital_items' => :'digital_items',
34
34
  :'error' => :'error',
35
35
  :'metadata' => :'metadata',
36
36
  :'success' => :'success',
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.72.rc'
14
+ VERSION = '4.0.73.rc'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.72.rc
4
+ version: 4.0.73.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-05 00:00:00.000000000 Z
11
+ date: 2022-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus