ultracart_api 3.10.167 → 3.10.168
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.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/docs/Customer.md +1 -0
- data/lib/ultracart_api/models/customer.rb +11 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcf0f4f8c6260012e42f089e56f4fed30aebd7c39a81e5cfd10625a978eeeedc
|
4
|
+
data.tar.gz: ee278567307cd8cd3899b877a8c881feb6a5e25f5a11cba6826c3da4b05ebd5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf421aa0bd3402a1e95f87aa8ba0d0811f03f79b1458d266b0535e63b9d2b78549dd34b2ffe7020e1bb5e64c7717cf2c389a05ce55559e324f0fc04c8840d8e
|
7
|
+
data.tar.gz: fce57e7b1b7f2be12f24413c35cbeedf00b6482a42a5615e10df12fd3cd8f55eec3b6eda257e5faa58e6478bf16167f9e80fb2a5654ca9c9e8b7a73918cc6638
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: 2.0.0
|
10
|
-
- Package version: 3.10.
|
10
|
+
- Package version: 3.10.168
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
|
13
13
|
|
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./ultracart_api-3.10.
|
27
|
+
gem install ./ultracart_api-3.10.168.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.10.
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.10.168.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'ultracart_api', '~> 3.10.
|
35
|
+
gem 'ultracart_api', '~> 3.10.168'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -1388,6 +1388,7 @@ Not every change is committed to every SDK.
|
|
1388
1388
|
|
1389
1389
|
| Version | Date | Comments |
|
1390
1390
|
| --: | :-: | --- |
|
1391
|
+
| 3.10.168 | 11/01/2023 | customer - do_no_send_mail flag added |
|
1391
1392
|
| 3.10.167 | 10/30/2023 | cart/order fields for health benefit card values in summary expansion objects |
|
1392
1393
|
| 3.10.166 | 10/27/2023 | workflow task object model refinement |
|
1393
1394
|
| 3.10.165 | 10/23/2023 | workflow tasks api |
|
data/docs/Customer.md
CHANGED
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
|
|
22
22
|
**customer_profile_oid** | **Integer** | Customer profile object identifier | [optional]
|
23
23
|
**dhl_account_number** | **String** | DHL account number | [optional]
|
24
24
|
**dhl_duty_account_number** | **String** | DHL duty account number | [optional]
|
25
|
+
**do_not_send_mail** | **BOOLEAN** | Do not send mail (null will not update) | [optional]
|
25
26
|
**edi** | [**CustomerEDI**](CustomerEDI.md) | | [optional]
|
26
27
|
**email** | **String** | Email address of this customer profile | [optional]
|
27
28
|
**exempt_shipping_handling_charge** | **BOOLEAN** | Exempt shipping handling charge | [optional]
|
@@ -70,6 +70,9 @@ module UltracartClient
|
|
70
70
|
# DHL duty account number
|
71
71
|
attr_accessor :dhl_duty_account_number
|
72
72
|
|
73
|
+
# Do not send mail (null will not update)
|
74
|
+
attr_accessor :do_not_send_mail
|
75
|
+
|
73
76
|
attr_accessor :edi
|
74
77
|
|
75
78
|
# Email address of this customer profile
|
@@ -217,6 +220,7 @@ module UltracartClient
|
|
217
220
|
:'customer_profile_oid' => :'customer_profile_oid',
|
218
221
|
:'dhl_account_number' => :'dhl_account_number',
|
219
222
|
:'dhl_duty_account_number' => :'dhl_duty_account_number',
|
223
|
+
:'do_not_send_mail' => :'do_not_send_mail',
|
220
224
|
:'edi' => :'edi',
|
221
225
|
:'email' => :'email',
|
222
226
|
:'exempt_shipping_handling_charge' => :'exempt_shipping_handling_charge',
|
@@ -286,6 +290,7 @@ module UltracartClient
|
|
286
290
|
:'customer_profile_oid' => :'Integer',
|
287
291
|
:'dhl_account_number' => :'String',
|
288
292
|
:'dhl_duty_account_number' => :'String',
|
293
|
+
:'do_not_send_mail' => :'BOOLEAN',
|
289
294
|
:'edi' => :'CustomerEDI',
|
290
295
|
:'email' => :'String',
|
291
296
|
:'exempt_shipping_handling_charge' => :'BOOLEAN',
|
@@ -425,6 +430,10 @@ module UltracartClient
|
|
425
430
|
self.dhl_duty_account_number = attributes[:'dhl_duty_account_number']
|
426
431
|
end
|
427
432
|
|
433
|
+
if attributes.has_key?(:'do_not_send_mail')
|
434
|
+
self.do_not_send_mail = attributes[:'do_not_send_mail']
|
435
|
+
end
|
436
|
+
|
428
437
|
if attributes.has_key?(:'edi')
|
429
438
|
self.edi = attributes[:'edi']
|
430
439
|
end
|
@@ -818,6 +827,7 @@ module UltracartClient
|
|
818
827
|
customer_profile_oid == o.customer_profile_oid &&
|
819
828
|
dhl_account_number == o.dhl_account_number &&
|
820
829
|
dhl_duty_account_number == o.dhl_duty_account_number &&
|
830
|
+
do_not_send_mail == o.do_not_send_mail &&
|
821
831
|
edi == o.edi &&
|
822
832
|
email == o.email &&
|
823
833
|
exempt_shipping_handling_charge == o.exempt_shipping_handling_charge &&
|
@@ -873,7 +883,7 @@ module UltracartClient
|
|
873
883
|
# Calculates hash code according to all attributes.
|
874
884
|
# @return [Fixnum] Hash code
|
875
885
|
def hash
|
876
|
-
[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, edi, 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, properties, qb_class, qb_code, qb_tax_exemption_reason_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
|
886
|
+
[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, do_not_send_mail, edi, 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, properties, qb_class, qb_code, qb_tax_exemption_reason_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
|
877
887
|
end
|
878
888
|
|
879
889
|
# Builds the object from hash
|
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: 3.10.
|
4
|
+
version: 3.10.168
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- UltraCart
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|