ultracart_api 3.11.29 → 3.11.31

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.
@@ -86,6 +86,9 @@ module UltracartClient
86
86
  # Hold for transmission
87
87
  attr_accessor :hold_for_transmission
88
88
 
89
+ # Force this item onto the packing slip even if there is no weight.
90
+ attr_accessor :include_on_packing_slip
91
+
89
92
  # True if this item is made to order
90
93
  attr_accessor :made_to_order
91
94
 
@@ -184,6 +187,7 @@ module UltracartClient
184
187
  :'freight_class' => :'freight_class',
185
188
  :'hazmat' => :'hazmat',
186
189
  :'hold_for_transmission' => :'hold_for_transmission',
190
+ :'include_on_packing_slip' => :'include_on_packing_slip',
187
191
  :'made_to_order' => :'made_to_order',
188
192
  :'made_to_order_lead_time' => :'made_to_order_lead_time',
189
193
  :'max_days_time_in_transit' => :'max_days_time_in_transit',
@@ -239,6 +243,7 @@ module UltracartClient
239
243
  :'freight_class' => :'String',
240
244
  :'hazmat' => :'BOOLEAN',
241
245
  :'hold_for_transmission' => :'BOOLEAN',
246
+ :'include_on_packing_slip' => :'BOOLEAN',
242
247
  :'made_to_order' => :'BOOLEAN',
243
248
  :'made_to_order_lead_time' => :'Integer',
244
249
  :'max_days_time_in_transit' => :'Integer',
@@ -379,6 +384,10 @@ module UltracartClient
379
384
  self.hold_for_transmission = attributes[:'hold_for_transmission']
380
385
  end
381
386
 
387
+ if attributes.has_key?(:'include_on_packing_slip')
388
+ self.include_on_packing_slip = attributes[:'include_on_packing_slip']
389
+ end
390
+
382
391
  if attributes.has_key?(:'made_to_order')
383
392
  self.made_to_order = attributes[:'made_to_order']
384
393
  end
@@ -541,6 +550,7 @@ module UltracartClient
541
550
  freight_class == o.freight_class &&
542
551
  hazmat == o.hazmat &&
543
552
  hold_for_transmission == o.hold_for_transmission &&
553
+ include_on_packing_slip == o.include_on_packing_slip &&
544
554
  made_to_order == o.made_to_order &&
545
555
  made_to_order_lead_time == o.made_to_order_lead_time &&
546
556
  max_days_time_in_transit == o.max_days_time_in_transit &&
@@ -577,7 +587,7 @@ module UltracartClient
577
587
  # Calculates hash code according to all attributes.
578
588
  # @return [Fixnum] Hash code
579
589
  def 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
590
+ [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, include_on_packing_slip, 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
581
591
  end
582
592
 
583
593
  # 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.29'
14
+ VERSION = '3.11.31'
15
15
  end
data/lib/ultracart_api.rb CHANGED
@@ -187,6 +187,10 @@ require 'ultracart_api/models/conversation_knowledge_base_documents_response'
187
187
  require 'ultracart_api/models/conversation_location_country'
188
188
  require 'ultracart_api/models/conversation_location_state_province'
189
189
  require 'ultracart_api/models/conversation_locations_response'
190
+ require 'ultracart_api/models/conversation_mcp_server'
191
+ require 'ultracart_api/models/conversation_mcp_server_response'
192
+ require 'ultracart_api/models/conversation_mcp_server_tools_response'
193
+ require 'ultracart_api/models/conversation_mcp_servers_response'
190
194
  require 'ultracart_api/models/conversation_message'
191
195
  require 'ultracart_api/models/conversation_message_translation'
192
196
  require 'ultracart_api/models/conversation_message_transport_status'
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.29
4
+ version: 3.11.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-13 00:00:00.000000000 Z
11
+ date: 2025-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -396,6 +396,10 @@ files:
396
396
  - docs/ConversationLocationCountry.md
397
397
  - docs/ConversationLocationStateProvince.md
398
398
  - docs/ConversationLocationsResponse.md
399
+ - docs/ConversationMcpServer.md
400
+ - docs/ConversationMcpServerResponse.md
401
+ - docs/ConversationMcpServerToolsResponse.md
402
+ - docs/ConversationMcpServersResponse.md
399
403
  - docs/ConversationMessage.md
400
404
  - docs/ConversationMessageTranslation.md
401
405
  - docs/ConversationMessageTransportStatus.md
@@ -1336,6 +1340,10 @@ files:
1336
1340
  - lib/ultracart_api/models/conversation_location_country.rb
1337
1341
  - lib/ultracart_api/models/conversation_location_state_province.rb
1338
1342
  - lib/ultracart_api/models/conversation_locations_response.rb
1343
+ - lib/ultracart_api/models/conversation_mcp_server.rb
1344
+ - lib/ultracart_api/models/conversation_mcp_server_response.rb
1345
+ - lib/ultracart_api/models/conversation_mcp_server_tools_response.rb
1346
+ - lib/ultracart_api/models/conversation_mcp_servers_response.rb
1339
1347
  - lib/ultracart_api/models/conversation_message.rb
1340
1348
  - lib/ultracart_api/models/conversation_message_translation.rb
1341
1349
  - lib/ultracart_api/models/conversation_message_transport_status.rb