ultracart_api 3.10.214 → 3.10.215

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: 9255656b7fc08e939b1c377a9a05ac919d34d930c8017bf3d6841f185b24fb75
4
- data.tar.gz: dd621d01b88b2a57d0a86da6c3c508adc0b6a95413e3240e99aed7380fb04412
3
+ metadata.gz: ef2d5bfbb218bfeb189559319a6b5f9522aaf5c0ada7cb2a1755a51c448c6c88
4
+ data.tar.gz: 504d3407f3ac606890537e74351c3649c67fdc4f4169935652111ad88978cb6d
5
5
  SHA512:
6
- metadata.gz: 7a67f7da097f8930f290ffee30adc253edafd2f4ddc3a2089a23e8ecafa5f6b6ece138d73a4a6866016fe38fad99dcc8bd077e5ad1a3d8b633a4751c4da8f0a7
7
- data.tar.gz: a86721aefd5d6ba8ba02896ff6c18f1719a08b4ef1fb52e7755ab48363d7342edcd0584e76e14a94b84a36f8adaf4a052bd67bf07b1c00efd45878e9f24b0e96
6
+ metadata.gz: 5c2d799e2875186aac7f381a52945694d40ef848da27f68fccd3ca41d9bbca63b8031bbec44ed3522bd6bad3e5491f132e4f12dfda10d9232735abc3fed376c5
7
+ data.tar.gz: 48bcbc6cf92f5ca85b3d3aa467af06af6ce9a8715fd22b866ca31359eb380eb9b487e7222c4093ceefa8eb981cddeb9789d89486320e62a31136f6bcedb671cd
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.214
10
+ - Package version: 3.10.215
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.214.gem
27
+ gem install ./ultracart_api-3.10.215.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.214.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.215.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.214'
35
+ gem 'ultracart_api', '~> 3.10.215'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1510,6 +1510,7 @@ Not every change is committed to every SDK.
1510
1510
 
1511
1511
  | Version | Date | Comments |
1512
1512
  | --: | :-: | --- |
1513
+ | 3.10.215 | 08/29/2024 | add hold_for_transmission to item shipping object |
1513
1514
  | 3.10.214 | 08/08/2024 | added query_target to OrderApi.getOrdersBatch to allow cache usage |
1514
1515
  | 3.10.213 | 06/24/2024 | conversation object cleanup |
1515
1516
  | 3.10.212 | 06/14/2024 | pbx menu - add say voice property |
data/docs/ItemShipping.md CHANGED
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
  **free_shipping** | **BOOLEAN** | Qualifies for free shipping | [optional]
27
27
  **freight_class** | **String** | Freight class | [optional]
28
28
  **hazmat** | **BOOLEAN** | Hazardous material | [optional]
29
+ **hold_for_transmission** | **BOOLEAN** | Hold for transmission | [optional]
29
30
  **made_to_order** | **BOOLEAN** | True if this item is made to order | [optional]
30
31
  **made_to_order_lead_time** | **Integer** | Number of days lead time it takes to make the item before ite can ship | [optional]
31
32
  **max_days_time_in_transit** | **Integer** | Maximum days allowed in transit | [optional]
@@ -83,6 +83,9 @@ module UltracartClient
83
83
  # Hazardous material
84
84
  attr_accessor :hazmat
85
85
 
86
+ # Hold for transmission
87
+ attr_accessor :hold_for_transmission
88
+
86
89
  # True if this item is made to order
87
90
  attr_accessor :made_to_order
88
91
 
@@ -180,6 +183,7 @@ module UltracartClient
180
183
  :'free_shipping' => :'free_shipping',
181
184
  :'freight_class' => :'freight_class',
182
185
  :'hazmat' => :'hazmat',
186
+ :'hold_for_transmission' => :'hold_for_transmission',
183
187
  :'made_to_order' => :'made_to_order',
184
188
  :'made_to_order_lead_time' => :'made_to_order_lead_time',
185
189
  :'max_days_time_in_transit' => :'max_days_time_in_transit',
@@ -234,6 +238,7 @@ module UltracartClient
234
238
  :'free_shipping' => :'BOOLEAN',
235
239
  :'freight_class' => :'String',
236
240
  :'hazmat' => :'BOOLEAN',
241
+ :'hold_for_transmission' => :'BOOLEAN',
237
242
  :'made_to_order' => :'BOOLEAN',
238
243
  :'made_to_order_lead_time' => :'Integer',
239
244
  :'max_days_time_in_transit' => :'Integer',
@@ -370,6 +375,10 @@ module UltracartClient
370
375
  self.hazmat = attributes[:'hazmat']
371
376
  end
372
377
 
378
+ if attributes.has_key?(:'hold_for_transmission')
379
+ self.hold_for_transmission = attributes[:'hold_for_transmission']
380
+ end
381
+
373
382
  if attributes.has_key?(:'made_to_order')
374
383
  self.made_to_order = attributes[:'made_to_order']
375
384
  end
@@ -531,6 +540,7 @@ module UltracartClient
531
540
  free_shipping == o.free_shipping &&
532
541
  freight_class == o.freight_class &&
533
542
  hazmat == o.hazmat &&
543
+ hold_for_transmission == o.hold_for_transmission &&
534
544
  made_to_order == o.made_to_order &&
535
545
  made_to_order_lead_time == o.made_to_order_lead_time &&
536
546
  max_days_time_in_transit == o.max_days_time_in_transit &&
@@ -567,7 +577,7 @@ module UltracartClient
567
577
  # Calculates hash code according to all attributes.
568
578
  # @return [Fixnum] Hash code
569
579
  def hash
570
- [allow_back_order, amazon_fba, case_inner_packs, case_units, cases, collect_serial_numbers, country_code_of_origin, customs_description, customs_value, delivery_on_friday, delivery_on_monday, delivery_on_saturday, delivery_on_sunday, delivery_on_thursday, delivery_on_tuesday, delivery_on_wednesday, destination_markups, destination_restrictions, distribution_centers, eta, free_shipping, freight_class, hazmat, made_to_order, made_to_order_lead_time, max_days_time_in_transit, methods, no_shipping_discount, package_requirements, perishable_class_name, perishable_class_oid, preorder, require_delivery_date, restrict_shipment_on_friday, restrict_shipment_on_monday, restrict_shipment_on_saturday, restrict_shipment_on_sunday, restrict_shipment_on_thursday, restrict_shipment_on_tuesday, restrict_shipment_on_wednesday, ship_separately, ship_separately_additional_weight, ship_separately_height, ship_separately_length, ship_separately_package_special_type, ship_separately_width, special_product_type, track_inventory].hash
580
+ [allow_back_order, amazon_fba, case_inner_packs, case_units, cases, collect_serial_numbers, country_code_of_origin, customs_description, customs_value, delivery_on_friday, delivery_on_monday, delivery_on_saturday, delivery_on_sunday, delivery_on_thursday, delivery_on_tuesday, delivery_on_wednesday, destination_markups, destination_restrictions, distribution_centers, eta, free_shipping, freight_class, hazmat, hold_for_transmission, made_to_order, made_to_order_lead_time, max_days_time_in_transit, methods, no_shipping_discount, package_requirements, perishable_class_name, perishable_class_oid, preorder, require_delivery_date, restrict_shipment_on_friday, restrict_shipment_on_monday, restrict_shipment_on_saturday, restrict_shipment_on_sunday, restrict_shipment_on_thursday, restrict_shipment_on_tuesday, restrict_shipment_on_wednesday, ship_separately, ship_separately_additional_weight, ship_separately_height, ship_separately_length, ship_separately_package_special_type, ship_separately_width, special_product_type, track_inventory].hash
571
581
  end
572
582
 
573
583
  # 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.10.214'
14
+ VERSION = '3.10.215'
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.10.214
4
+ version: 3.10.215
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-08 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus