ultracart_api 3.11.64 → 3.11.65

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: 90208014dce9a0767e4b640f672f157b7a41da2ebc27e52266958a5ffd97cc34
4
- data.tar.gz: 9e985b28be2f595ebf47721ffc8b6e2877caa4c07ecc463f1b12bd39fa056f9b
3
+ metadata.gz: ca18068647c2638a16a7e44d8889c2f39067f9ba4eb70f696ef96bc36e3fa96d
4
+ data.tar.gz: e07cb3584aff1ef671114ca0edcbb9c992d001be4cd7b4920e090682c65826b4
5
5
  SHA512:
6
- metadata.gz: 051c54d074809ff01a79f94c2f1e291c0a77fd0275915772da01ba87d5f104cf8b29392e01358e69980a338d2649007c36eb0bdeae81af9993ef3a07dd3f740e
7
- data.tar.gz: 5fcc8378a16154ce75c78322331e1b4a3c2eb085a6184fd5926912f74b5630be03a0f53116da9b02828296a6fb2430bf4a4fae2fb1fe2b584998ef12f4692100
6
+ metadata.gz: f646af12aebb5cb4236f8fb91e6a9b361675bdfee1e5aeb5741b2920683ca8e6b41c2cec9b6fab27ac9633d559ebe65c8dc9a389bb1523b783dba20bc8b0b20e
7
+ data.tar.gz: d52a9e6c342a1f458c615aac91325880127072d74e754bc19de5292da2676b5fbddf6bc82f8b9b9e7cd49914f8014bd9a8338af47ccb38b49b393f86937ad7ff
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.64
10
+ - Package version: 3.11.65
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.64.gem
27
+ gem install ./ultracart_api-3.11.65.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.64.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.65.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.64'
35
+ gem 'ultracart_api', '~> 3.11.65'
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.65 | 02/16/2026 | item - include variant pricing in the response |
1684
1685
  | 3.11.64 | 02/16/2026 | conversation - fix pbx call transcript segment speaker enum for leading space |
1685
1686
  | 3.11.63 | 02/12/2026 | build automation issue |
1686
1687
  | 3.11.62 | 02/12/2026 | build automation run, no code changes |
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **variant_default_multimedia** | [**ItemContentMultimedia**](ItemContentMultimedia.md) | | [optional]
9
9
  **variant_merchant_item_id** | **String** | Variant item id | [optional]
10
10
  **variant_merchant_item_oid** | **Integer** | Variant item object identifier | [optional]
11
+ **variant_pricing** | [**ItemPricing**](ItemPricing.md) | | [optional]
11
12
  **variation_options** | **Array<String>** | Variation options | [optional]
12
13
  **variations** | **Array<String>** | Variations | [optional]
13
14
 
@@ -28,6 +28,8 @@ module UltracartClient
28
28
  # Variant item object identifier
29
29
  attr_accessor :variant_merchant_item_oid
30
30
 
31
+ attr_accessor :variant_pricing
32
+
31
33
  # Variation options
32
34
  attr_accessor :variation_options
33
35
 
@@ -42,6 +44,7 @@ module UltracartClient
42
44
  :'variant_default_multimedia' => :'variant_default_multimedia',
43
45
  :'variant_merchant_item_id' => :'variant_merchant_item_id',
44
46
  :'variant_merchant_item_oid' => :'variant_merchant_item_oid',
47
+ :'variant_pricing' => :'variant_pricing',
45
48
  :'variation_options' => :'variation_options',
46
49
  :'variations' => :'variations'
47
50
  }
@@ -55,6 +58,7 @@ module UltracartClient
55
58
  :'variant_default_multimedia' => :'ItemContentMultimedia',
56
59
  :'variant_merchant_item_id' => :'String',
57
60
  :'variant_merchant_item_oid' => :'Integer',
61
+ :'variant_pricing' => :'ItemPricing',
58
62
  :'variation_options' => :'Array<String>',
59
63
  :'variations' => :'Array<String>'
60
64
  }
@@ -88,6 +92,10 @@ module UltracartClient
88
92
  self.variant_merchant_item_oid = attributes[:'variant_merchant_item_oid']
89
93
  end
90
94
 
95
+ if attributes.has_key?(:'variant_pricing')
96
+ self.variant_pricing = attributes[:'variant_pricing']
97
+ end
98
+
91
99
  if attributes.has_key?(:'variation_options')
92
100
  if (value = attributes[:'variation_options']).is_a?(Array)
93
101
  self.variation_options = value
@@ -139,6 +147,7 @@ module UltracartClient
139
147
  variant_default_multimedia == o.variant_default_multimedia &&
140
148
  variant_merchant_item_id == o.variant_merchant_item_id &&
141
149
  variant_merchant_item_oid == o.variant_merchant_item_oid &&
150
+ variant_pricing == o.variant_pricing &&
142
151
  variation_options == o.variation_options &&
143
152
  variations == o.variations
144
153
  end
@@ -152,7 +161,7 @@ module UltracartClient
152
161
  # Calculates hash code according to all attributes.
153
162
  # @return [Fixnum] Hash code
154
163
  def hash
155
- [description, merchant_item_multimedia_oid, variant_default_multimedia, variant_merchant_item_id, variant_merchant_item_oid, variation_options, variations].hash
164
+ [description, merchant_item_multimedia_oid, variant_default_multimedia, variant_merchant_item_id, variant_merchant_item_oid, variant_pricing, variation_options, variations].hash
156
165
  end
157
166
 
158
167
  # 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.64'
14
+ VERSION = '3.11.65'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.64
4
+ version: 3.11.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart