ultracart_api 3.11.66 → 3.11.67

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: 8a026a7fd995cb51f7d6da45a413eb4d46e1932d00156614bb80cf1abdbec44e
4
- data.tar.gz: 3295c85da3c8b0451a543938969f153b00243b91ef3a5b4ec771fae05d2e2a96
3
+ metadata.gz: ff766efdbedcfed9023bf1437b136b84b5d05cebc9ddd375a9db2dc0344bbba8
4
+ data.tar.gz: 8fc7a5feac20930d49ab6249f40674a905bb1c0f7c635ffe24fcbd286dfc9441
5
5
  SHA512:
6
- metadata.gz: c407ab62551496c10e118ce2a8efd510cbc62a1707f4392aff05ea5e8cae2333eeabdbf4ce6de699ac28b3dbccf9b6c320d17098713aa981c0b1188d50c82007
7
- data.tar.gz: 8e359c2cc77ca8e168e9ac7e3422fdfa2a241656b53a61179ff347e2a5832986bc6c76d36729538a2405fd5a1721519df76ad214dda7e7e1df6bd80b7a7bcdb5
6
+ metadata.gz: 74af1fcb143b043e010e77476be33bfd181769710dd1b9dec12e41202cc912b78aaf19eee71fc398f9725ce61d9e23800c3a8fa7bf1ad4c823936b15f3fa92d2
7
+ data.tar.gz: b8783430338f41deba698016f811a19614410d7fa1bf5e4adc5b6aad447ddeca84f632b0fac156f852e79e1cef3fc920b3ef82bc846c5a5d603c1ed0babc3293
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.11.66
10
+ - Package version: 3.11.67
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
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.11.66.gem
27
+ gem install ./ultracart_api-3.11.67.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.66.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.67.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.11.66'
35
+ gem 'ultracart_api', '~> 3.11.67'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1681,6 +1681,7 @@ Not every change is committed to every SDK.
1681
1681
 
1682
1682
  | Version | Date | Comments |
1683
1683
  | --: | :-: | --- |
1684
+ | 3.11.67 | 02/24/2026 | customer activity - sms and sms_stop fields added |
1684
1685
  | 3.11.66 | 02/18/2026 | conversations - agent auth customer_profile flag |
1685
1686
  | 3.11.65 | 02/16/2026 | item - include variant pricing in the response |
1686
1687
  | 3.11.64 | 02/16/2026 | conversation - fix pbx call transcript segment speaker enum for leading space |
data/docs/Customer.md CHANGED
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
  **qb_tax_exemption_reason_code** | **Integer** | QuickBooks tax exemption reason code | [optional]
52
52
  **quotes** | [**Array<Order>**](Order.md) | Quotes associated with this customer profile | [optional]
53
53
  **quotes_summary** | [**CustomerQuotesSummary**](CustomerQuotesSummary.md) | | [optional]
54
- **referral_source** | **String** | Referral Source | [optional]
54
+ **referral_source** | **String** | Referral Source specified on the wholesale customer signup form. No other meaning than that signup flow. | [optional]
55
55
  **reviewer** | [**CustomerReviewer**](CustomerReviewer.md) | | [optional]
56
56
  **sales_rep_code** | **String** | Sales rep code | [optional]
57
57
  **send_signup_notification** | **BOOLEAN** | Send signup notification, if true during customer creation, will send a notification. | [optional]
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
  **memberships** | [**Array<ListSegmentMembership>**](ListSegmentMembership.md) | | [optional]
10
10
  **metrics** | [**Array<Metric>**](Metric.md) | | [optional]
11
11
  **properties_list** | [**Array<Property>**](Property.md) | | [optional]
12
+ **sms** | **String** | | [optional]
13
+ **sms_stop** | **BOOLEAN** | | [optional]
12
14
  **spam_complaint** | **BOOLEAN** | | [optional]
13
15
  **spam_complaint_dts** | **String** | | [optional]
14
16
 
@@ -152,7 +152,7 @@ module UltracartClient
152
152
 
153
153
  attr_accessor :quotes_summary
154
154
 
155
- # Referral Source
155
+ # Referral Source specified on the wholesale customer signup form. No other meaning than that signup flow.
156
156
  attr_accessor :referral_source
157
157
 
158
158
  attr_accessor :reviewer
@@ -26,6 +26,10 @@ module UltracartClient
26
26
 
27
27
  attr_accessor :properties_list
28
28
 
29
+ attr_accessor :sms
30
+
31
+ attr_accessor :sms_stop
32
+
29
33
  attr_accessor :spam_complaint
30
34
 
31
35
  attr_accessor :spam_complaint_dts
@@ -39,6 +43,8 @@ module UltracartClient
39
43
  :'memberships' => :'memberships',
40
44
  :'metrics' => :'metrics',
41
45
  :'properties_list' => :'properties_list',
46
+ :'sms' => :'sms',
47
+ :'sms_stop' => :'sms_stop',
42
48
  :'spam_complaint' => :'spam_complaint',
43
49
  :'spam_complaint_dts' => :'spam_complaint_dts'
44
50
  }
@@ -53,6 +59,8 @@ module UltracartClient
53
59
  :'memberships' => :'Array<ListSegmentMembership>',
54
60
  :'metrics' => :'Array<Metric>',
55
61
  :'properties_list' => :'Array<Property>',
62
+ :'sms' => :'String',
63
+ :'sms_stop' => :'BOOLEAN',
56
64
  :'spam_complaint' => :'BOOLEAN',
57
65
  :'spam_complaint_dts' => :'String'
58
66
  }
@@ -98,6 +106,14 @@ module UltracartClient
98
106
  end
99
107
  end
100
108
 
109
+ if attributes.has_key?(:'sms')
110
+ self.sms = attributes[:'sms']
111
+ end
112
+
113
+ if attributes.has_key?(:'sms_stop')
114
+ self.sms_stop = attributes[:'sms_stop']
115
+ end
116
+
101
117
  if attributes.has_key?(:'spam_complaint')
102
118
  self.spam_complaint = attributes[:'spam_complaint']
103
119
  end
@@ -131,6 +147,8 @@ module UltracartClient
131
147
  memberships == o.memberships &&
132
148
  metrics == o.metrics &&
133
149
  properties_list == o.properties_list &&
150
+ sms == o.sms &&
151
+ sms_stop == o.sms_stop &&
134
152
  spam_complaint == o.spam_complaint &&
135
153
  spam_complaint_dts == o.spam_complaint_dts
136
154
  end
@@ -144,7 +162,7 @@ module UltracartClient
144
162
  # Calculates hash code according to all attributes.
145
163
  # @return [Fixnum] Hash code
146
164
  def hash
147
- [activities, global_unsubscribed, global_unsubscribed_dts, memberships, metrics, properties_list, spam_complaint, spam_complaint_dts].hash
165
+ [activities, global_unsubscribed, global_unsubscribed_dts, memberships, metrics, properties_list, sms, sms_stop, spam_complaint, spam_complaint_dts].hash
148
166
  end
149
167
 
150
168
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.11.66'
14
+ VERSION = '3.11.67'
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: 3.11.66
4
+ version: 3.11.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-18 00:00:00.000000000 Z
11
+ date: 2026-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus