ultracart_api 4.1.79 → 4.1.80

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f8db92bb22d00d81552f7d0b74588fb470f08f314814b7aa4db5bbe76aaed1a
4
- data.tar.gz: a8c3e8fbd1ed1dc077ef1a300bada351877bc7d6772dd4df6aae3ae27723643c
3
+ metadata.gz: bcbf4f8fb16a84e47f15f773a39cec3d640f657bcc32776ee7e20db562ee3447
4
+ data.tar.gz: 2192e4d544a9ff31876cdc634976ec2a9b31543ccf49fd39652dd00f325ebbba
5
5
  SHA512:
6
- metadata.gz: 4a25c2a207e0ed15274e6d88545adf3f282abf6a26969af12701f309b658c5e23b080fd0d3672aad553b0acc95c410d5b73d84e2a02c57669d076f12e64e27e7
7
- data.tar.gz: 581f3c787efc602151b49afd829dd23767fcbeb9bb24fb6bfa373d81d916bd63eb2e2e01aeb381ee77544904a9ec02bc7cbe722622b17dbab3bb317633996875
6
+ metadata.gz: 3efbeb430638b88f25b3a68fd6fb49f2e253bbe95efe6c73c0a337eed36ffed72de3c450ac4070c5dc9380f583f301a5a4516d34b6f8bb264e78e07f9218c789
7
+ data.tar.gz: 4004a51b32cceb520d65e457c8ce3f1e18ebbbdfb1929956aaded697628c3d67a6eab94fc0240cfc24ac1d12d6f83c30d83af19fee8184507b8f1dcde8d4b97f
data/README.md CHANGED
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
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.1.79
10
+ - Package version: 4.1.80
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  - For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
13
13
 
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
16
16
  gemfile:
17
17
 
18
18
  ```shell
19
- gem 'ultracart_api', '4.1.79'
19
+ gem 'ultracart_api', '4.1.80'
20
20
  ```
21
21
 
22
22
  install:
@@ -1698,6 +1698,7 @@ Not every change is committed to every SDK.
1698
1698
 
1699
1699
  | Version | Date | Comments |
1700
1700
  | --: | :-: | --- |
1701
+ | 4.1.80 | 04/22/2026 | customer - e.164 read only fields on billing/shipping child objects |
1701
1702
  | 4.1.79 | 04/21/2026 | item - one line per unit flag support |
1702
1703
  | 4.1.78 | 04/20/2026 | conversation pbx - objects have context_merchant_id fields to linked account configs |
1703
1704
  | 4.1.77 | 04/17/2026 | conversation - embed oauth methods |
@@ -12,8 +12,10 @@
12
12
  | **customer_billing_oid** | **Integer** | Customer profile billing object identifier | [optional] |
13
13
  | **customer_profile_oid** | **Integer** | Customer profile object identifier | [optional] |
14
14
  | **day_phone** | **String** | Day phone | [optional] |
15
+ | **day_phone_e164** | **String** | Day phone in E.164 format (derived — read only) | [optional] |
15
16
  | **default_billing** | **Boolean** | Default billing | [optional] |
16
17
  | **evening_phone** | **String** | Evening phone | [optional] |
18
+ | **evening_phone_e164** | **String** | Evening phone in E.164 format (derived — read only) | [optional] |
17
19
  | **first_name** | **String** | First name | [optional] |
18
20
  | **last_name** | **String** | Last name | [optional] |
19
21
  | **last_used_dts** | **String** | Last used date | [optional] |
@@ -36,8 +38,10 @@ instance = UltracartClient::CustomerBilling.new(
36
38
  customer_billing_oid: null,
37
39
  customer_profile_oid: null,
38
40
  day_phone: null,
41
+ day_phone_e164: null,
39
42
  default_billing: null,
40
43
  evening_phone: null,
44
+ evening_phone_e164: null,
41
45
  first_name: null,
42
46
  last_name: null,
43
47
  last_used_dts: null,
@@ -12,8 +12,10 @@
12
12
  | **customer_profile_oid** | **Integer** | Customer profile object identifier | [optional] |
13
13
  | **customer_shipping_oid** | **Integer** | Customer profile shipping object identifier | [optional] |
14
14
  | **day_phone** | **String** | Day phone | [optional] |
15
+ | **day_phone_e164** | **String** | Day phone in E.164 format (derived — read only) | [optional] |
15
16
  | **default_shipping** | **Boolean** | Default shipping | [optional] |
16
17
  | **evening_phone** | **String** | Evening phone | [optional] |
18
+ | **evening_phone_e164** | **String** | Evening phone in E.164 format (derived — read only) | [optional] |
17
19
  | **first_name** | **String** | First name | [optional] |
18
20
  | **last_name** | **String** | Last name | [optional] |
19
21
  | **last_used_dts** | **String** | Last used date | [optional] |
@@ -36,8 +38,10 @@ instance = UltracartClient::CustomerShipping.new(
36
38
  customer_profile_oid: null,
37
39
  customer_shipping_oid: null,
38
40
  day_phone: null,
41
+ day_phone_e164: null,
39
42
  default_shipping: null,
40
43
  evening_phone: null,
44
+ evening_phone_e164: null,
41
45
  first_name: null,
42
46
  last_name: null,
43
47
  last_used_dts: null,
@@ -39,12 +39,18 @@ module UltracartClient
39
39
  # Day phone
40
40
  attr_accessor :day_phone
41
41
 
42
+ # Day phone in E.164 format (derived — read only)
43
+ attr_accessor :day_phone_e164
44
+
42
45
  # Default billing
43
46
  attr_accessor :default_billing
44
47
 
45
48
  # Evening phone
46
49
  attr_accessor :evening_phone
47
50
 
51
+ # Evening phone in E.164 format (derived — read only)
52
+ attr_accessor :evening_phone_e164
53
+
48
54
  # First name
49
55
  attr_accessor :first_name
50
56
 
@@ -77,8 +83,10 @@ module UltracartClient
77
83
  :'customer_billing_oid' => :'customer_billing_oid',
78
84
  :'customer_profile_oid' => :'customer_profile_oid',
79
85
  :'day_phone' => :'day_phone',
86
+ :'day_phone_e164' => :'day_phone_e164',
80
87
  :'default_billing' => :'default_billing',
81
88
  :'evening_phone' => :'evening_phone',
89
+ :'evening_phone_e164' => :'evening_phone_e164',
82
90
  :'first_name' => :'first_name',
83
91
  :'last_name' => :'last_name',
84
92
  :'last_used_dts' => :'last_used_dts',
@@ -105,8 +113,10 @@ module UltracartClient
105
113
  :'customer_billing_oid' => :'Integer',
106
114
  :'customer_profile_oid' => :'Integer',
107
115
  :'day_phone' => :'String',
116
+ :'day_phone_e164' => :'String',
108
117
  :'default_billing' => :'Boolean',
109
118
  :'evening_phone' => :'String',
119
+ :'evening_phone_e164' => :'String',
110
120
  :'first_name' => :'String',
111
121
  :'last_name' => :'String',
112
122
  :'last_used_dts' => :'String',
@@ -170,6 +180,10 @@ module UltracartClient
170
180
  self.day_phone = attributes[:'day_phone']
171
181
  end
172
182
 
183
+ if attributes.key?(:'day_phone_e164')
184
+ self.day_phone_e164 = attributes[:'day_phone_e164']
185
+ end
186
+
173
187
  if attributes.key?(:'default_billing')
174
188
  self.default_billing = attributes[:'default_billing']
175
189
  end
@@ -178,6 +192,10 @@ module UltracartClient
178
192
  self.evening_phone = attributes[:'evening_phone']
179
193
  end
180
194
 
195
+ if attributes.key?(:'evening_phone_e164')
196
+ self.evening_phone_e164 = attributes[:'evening_phone_e164']
197
+ end
198
+
181
199
  if attributes.key?(:'first_name')
182
200
  self.first_name = attributes[:'first_name']
183
201
  end
@@ -428,8 +446,10 @@ module UltracartClient
428
446
  customer_billing_oid == o.customer_billing_oid &&
429
447
  customer_profile_oid == o.customer_profile_oid &&
430
448
  day_phone == o.day_phone &&
449
+ day_phone_e164 == o.day_phone_e164 &&
431
450
  default_billing == o.default_billing &&
432
451
  evening_phone == o.evening_phone &&
452
+ evening_phone_e164 == o.evening_phone_e164 &&
433
453
  first_name == o.first_name &&
434
454
  last_name == o.last_name &&
435
455
  last_used_dts == o.last_used_dts &&
@@ -448,7 +468,7 @@ module UltracartClient
448
468
  # Calculates hash code according to all attributes.
449
469
  # @return [Integer] Hash code
450
470
  def hash
451
- [address1, address2, city, company, country_code, customer_billing_oid, customer_profile_oid, day_phone, default_billing, evening_phone, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
471
+ [address1, address2, city, company, country_code, customer_billing_oid, customer_profile_oid, day_phone, day_phone_e164, default_billing, evening_phone, evening_phone_e164, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
452
472
  end
453
473
 
454
474
  # Builds the object from hash
@@ -39,12 +39,18 @@ module UltracartClient
39
39
  # Day phone
40
40
  attr_accessor :day_phone
41
41
 
42
+ # Day phone in E.164 format (derived — read only)
43
+ attr_accessor :day_phone_e164
44
+
42
45
  # Default shipping
43
46
  attr_accessor :default_shipping
44
47
 
45
48
  # Evening phone
46
49
  attr_accessor :evening_phone
47
50
 
51
+ # Evening phone in E.164 format (derived — read only)
52
+ attr_accessor :evening_phone_e164
53
+
48
54
  # First name
49
55
  attr_accessor :first_name
50
56
 
@@ -77,8 +83,10 @@ module UltracartClient
77
83
  :'customer_profile_oid' => :'customer_profile_oid',
78
84
  :'customer_shipping_oid' => :'customer_shipping_oid',
79
85
  :'day_phone' => :'day_phone',
86
+ :'day_phone_e164' => :'day_phone_e164',
80
87
  :'default_shipping' => :'default_shipping',
81
88
  :'evening_phone' => :'evening_phone',
89
+ :'evening_phone_e164' => :'evening_phone_e164',
82
90
  :'first_name' => :'first_name',
83
91
  :'last_name' => :'last_name',
84
92
  :'last_used_dts' => :'last_used_dts',
@@ -105,8 +113,10 @@ module UltracartClient
105
113
  :'customer_profile_oid' => :'Integer',
106
114
  :'customer_shipping_oid' => :'Integer',
107
115
  :'day_phone' => :'String',
116
+ :'day_phone_e164' => :'String',
108
117
  :'default_shipping' => :'Boolean',
109
118
  :'evening_phone' => :'String',
119
+ :'evening_phone_e164' => :'String',
110
120
  :'first_name' => :'String',
111
121
  :'last_name' => :'String',
112
122
  :'last_used_dts' => :'String',
@@ -170,6 +180,10 @@ module UltracartClient
170
180
  self.day_phone = attributes[:'day_phone']
171
181
  end
172
182
 
183
+ if attributes.key?(:'day_phone_e164')
184
+ self.day_phone_e164 = attributes[:'day_phone_e164']
185
+ end
186
+
173
187
  if attributes.key?(:'default_shipping')
174
188
  self.default_shipping = attributes[:'default_shipping']
175
189
  end
@@ -178,6 +192,10 @@ module UltracartClient
178
192
  self.evening_phone = attributes[:'evening_phone']
179
193
  end
180
194
 
195
+ if attributes.key?(:'evening_phone_e164')
196
+ self.evening_phone_e164 = attributes[:'evening_phone_e164']
197
+ end
198
+
181
199
  if attributes.key?(:'first_name')
182
200
  self.first_name = attributes[:'first_name']
183
201
  end
@@ -428,8 +446,10 @@ module UltracartClient
428
446
  customer_profile_oid == o.customer_profile_oid &&
429
447
  customer_shipping_oid == o.customer_shipping_oid &&
430
448
  day_phone == o.day_phone &&
449
+ day_phone_e164 == o.day_phone_e164 &&
431
450
  default_shipping == o.default_shipping &&
432
451
  evening_phone == o.evening_phone &&
452
+ evening_phone_e164 == o.evening_phone_e164 &&
433
453
  first_name == o.first_name &&
434
454
  last_name == o.last_name &&
435
455
  last_used_dts == o.last_used_dts &&
@@ -448,7 +468,7 @@ module UltracartClient
448
468
  # Calculates hash code according to all attributes.
449
469
  # @return [Integer] Hash code
450
470
  def hash
451
- [address1, address2, city, company, country_code, customer_profile_oid, customer_shipping_oid, day_phone, default_shipping, evening_phone, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
471
+ [address1, address2, city, company, country_code, customer_profile_oid, customer_shipping_oid, day_phone, day_phone_e164, default_shipping, evening_phone, evening_phone_e164, first_name, last_name, last_used_dts, postal_code, state_region, tax_county, title].hash
452
472
  end
453
473
 
454
474
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.1.79'
14
+ VERSION = '4.1.80'
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.1.79
4
+ version: 4.1.80
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-21 00:00:00.000000000 Z
11
+ date: 2026-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus