ultracart_api 4.1.90 → 4.1.91

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: dba53dc1e52b08b39127b7aa9b45e382a32bec2b388b43d577487c0924808c57
4
- data.tar.gz: 0330eb32faad3a8a53bada0c4bea5bc15474dd49913ba936805b716b9e08729f
3
+ metadata.gz: 5266447e470700ef619073a36ec5ff90df9ec4de57a73c1d206b28959cdf0758
4
+ data.tar.gz: 501113f65abd8df0c9e45be43eda5c395341809c0e97016fb74a30c89f618582
5
5
  SHA512:
6
- metadata.gz: 59eb083611de44ce5e14d1bc5610af6a14ca650f94c00ad3903fa489eddf67273ce0ce2a4c50e2a14507ebac21c7ee8270fed3d771202d890480d4e4e04dcb6a
7
- data.tar.gz: 2f7b01bf050c2459ad976e4a170556a99edffcc9f38b05fbac76ae2027765cb943b3a286b966d0ef445a44657639d1f5cd594369b39d77cfbd69b47567950591
6
+ metadata.gz: b953b3a746cb9207153367a8fff8ed0581911474632b73435790918442762c9636293106b87fbf13dc8313daaa64f7a69434350761c8332f070a82ee9408ef4e
7
+ data.tar.gz: fac8161c6de223b0c7ebfa69db43580b346c91a265e86219af3eb3ee814c06876308a3d4f8aff3fdb2c2f6f4b33352782dc94ae8c077cef11d1dbe6008a87491
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.90
10
+ - Package version: 4.1.91
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.90'
19
+ gem 'ultracart_api', '4.1.91'
20
20
  ```
21
21
 
22
22
  install:
@@ -1748,6 +1748,7 @@ Not every change is committed to every SDK.
1748
1748
 
1749
1749
  | Version | Date | Comments |
1750
1750
  | --: | :-: | --- |
1751
+ | 4.1.91 | 05/18/2026 | ChannelPartner - support creation_dts on import of a store_completed (historical) order |
1751
1752
  | 4.1.90 | 05/13/2026 | webhook rest api - new method getWebhookEventCategories |
1752
1753
  | 4.1.89 | 05/11/2026 | auto order item level webhooks - cancel scheduled, cancel, pause, reactive, and unpause |
1753
1754
  | 4.1.88 | 05/08/2026 | order page view history |
@@ -29,6 +29,7 @@
29
29
  | **channel_partner_order_id** | **String** | The id for this order within the channel partner system. | [optional] |
30
30
  | **consider_recurring** | **Boolean** | If true this order is marked as an auto order (recurring) | [optional] |
31
31
  | **coupons** | **Array<String>** | Array of coupon codes | [optional] |
32
+ | **creation_dts** | **String** | Date/time the original order was placed on the channel partner's system, in ISO8601 format. Only honored when store_completed is true (historical order imports). Rejected on live orders. | [optional] |
32
33
  | **credit_card_authorization_amount** | **Float** | The amount authorized externally | [optional] |
33
34
  | **credit_card_authorization_dts** | **String** | Date/Time of credit card authorization in ISO8601 format | [optional] |
34
35
  | **credit_card_authorization_number** | **String** | The reference number provided by an externally processed transaction | [optional] |
@@ -129,6 +130,7 @@ instance = UltracartClient::ChannelPartnerOrder.new(
129
130
  channel_partner_order_id: null,
130
131
  consider_recurring: null,
131
132
  coupons: null,
133
+ creation_dts: null,
132
134
  credit_card_authorization_amount: null,
133
135
  credit_card_authorization_dts: null,
134
136
  credit_card_authorization_number: null,
@@ -90,6 +90,9 @@ module UltracartClient
90
90
  # Array of coupon codes
91
91
  attr_accessor :coupons
92
92
 
93
+ # Date/time the original order was placed on the channel partner's system, in ISO8601 format. Only honored when store_completed is true (historical order imports). Rejected on live orders.
94
+ attr_accessor :creation_dts
95
+
93
96
  # The amount authorized externally
94
97
  attr_accessor :credit_card_authorization_amount
95
98
 
@@ -343,6 +346,7 @@ module UltracartClient
343
346
  :'channel_partner_order_id' => :'channel_partner_order_id',
344
347
  :'consider_recurring' => :'consider_recurring',
345
348
  :'coupons' => :'coupons',
349
+ :'creation_dts' => :'creation_dts',
346
350
  :'credit_card_authorization_amount' => :'credit_card_authorization_amount',
347
351
  :'credit_card_authorization_dts' => :'credit_card_authorization_dts',
348
352
  :'credit_card_authorization_number' => :'credit_card_authorization_number',
@@ -447,6 +451,7 @@ module UltracartClient
447
451
  :'channel_partner_order_id' => :'String',
448
452
  :'consider_recurring' => :'Boolean',
449
453
  :'coupons' => :'Array<String>',
454
+ :'creation_dts' => :'String',
450
455
  :'credit_card_authorization_amount' => :'Float',
451
456
  :'credit_card_authorization_dts' => :'String',
452
457
  :'credit_card_authorization_number' => :'String',
@@ -641,6 +646,10 @@ module UltracartClient
641
646
  end
642
647
  end
643
648
 
649
+ if attributes.key?(:'creation_dts')
650
+ self.creation_dts = attributes[:'creation_dts']
651
+ end
652
+
644
653
  if attributes.key?(:'credit_card_authorization_amount')
645
654
  self.credit_card_authorization_amount = attributes[:'credit_card_authorization_amount']
646
655
  end
@@ -1552,6 +1561,7 @@ module UltracartClient
1552
1561
  channel_partner_order_id == o.channel_partner_order_id &&
1553
1562
  consider_recurring == o.consider_recurring &&
1554
1563
  coupons == o.coupons &&
1564
+ creation_dts == o.creation_dts &&
1555
1565
  credit_card_authorization_amount == o.credit_card_authorization_amount &&
1556
1566
  credit_card_authorization_dts == o.credit_card_authorization_dts &&
1557
1567
  credit_card_authorization_number == o.credit_card_authorization_number &&
@@ -1631,7 +1641,7 @@ module UltracartClient
1631
1641
  # Calculates hash code according to all attributes.
1632
1642
  # @return [Integer] Hash code
1633
1643
  def hash
1634
- [advertising_source, affiliate_id, affiliate_sub_id, arbitrary_shipping_handling_total, arbitrary_tax, arbitrary_tax_rate, arbitrary_taxable_subtotal, associate_with_customer_profile_if_present, auto_approve_purchase_order, billto_address1, billto_address2, billto_city, billto_company, billto_country_code, billto_day_phone, billto_evening_phone, billto_first_name, billto_last_name, billto_postal_code, billto_state_region, billto_title, cc_email, channel_partner_order_id, consider_recurring, coupons, credit_card_authorization_amount, credit_card_authorization_dts, credit_card_authorization_number, credit_card_expiration_month, credit_card_expiration_year, credit_card_type, custom_field1, custom_field2, custom_field3, custom_field4, custom_field5, custom_field6, custom_field7, delivery_date, echeck_bank_aba_code, echeck_bank_account_name, echeck_bank_account_number, echeck_bank_account_type, echeck_bank_name, echeck_bank_owner_type, echeck_customer_tax_id, echeck_drivers_license_dob, echeck_drivers_license_number, echeck_drivers_license_state, email, gift, gift_email, gift_message, hosted_fields_card_token, hosted_fields_cvv_token, insurance_application_id, insurance_claim_id, ip_address, items, least_cost_route, least_cost_route_shipping_methods, mailing_list_opt_in, no_realtime_payment_processing, payment_method, purchase_order_number, rotating_transaction_gateway_code, sales_rep_code, screen_branding_theme_code, ship_on_date, ship_to_residential, shipping_method, shipto_address1, shipto_address2, shipto_city, shipto_company, shipto_country_code, shipto_day_phone, shipto_evening_phone, shipto_first_name, shipto_last_name, shipto_postal_code, shipto_state_region, shipto_title, skip_payment_processing, special_instructions, store_completed, store_if_payment_declines, storefront_host_name, tax_county, tax_exempt, transaction, treat_warnings_as_errors, use_prior_payment_information_from_order_id].hash
1644
+ [advertising_source, affiliate_id, affiliate_sub_id, arbitrary_shipping_handling_total, arbitrary_tax, arbitrary_tax_rate, arbitrary_taxable_subtotal, associate_with_customer_profile_if_present, auto_approve_purchase_order, billto_address1, billto_address2, billto_city, billto_company, billto_country_code, billto_day_phone, billto_evening_phone, billto_first_name, billto_last_name, billto_postal_code, billto_state_region, billto_title, cc_email, channel_partner_order_id, consider_recurring, coupons, creation_dts, credit_card_authorization_amount, credit_card_authorization_dts, credit_card_authorization_number, credit_card_expiration_month, credit_card_expiration_year, credit_card_type, custom_field1, custom_field2, custom_field3, custom_field4, custom_field5, custom_field6, custom_field7, delivery_date, echeck_bank_aba_code, echeck_bank_account_name, echeck_bank_account_number, echeck_bank_account_type, echeck_bank_name, echeck_bank_owner_type, echeck_customer_tax_id, echeck_drivers_license_dob, echeck_drivers_license_number, echeck_drivers_license_state, email, gift, gift_email, gift_message, hosted_fields_card_token, hosted_fields_cvv_token, insurance_application_id, insurance_claim_id, ip_address, items, least_cost_route, least_cost_route_shipping_methods, mailing_list_opt_in, no_realtime_payment_processing, payment_method, purchase_order_number, rotating_transaction_gateway_code, sales_rep_code, screen_branding_theme_code, ship_on_date, ship_to_residential, shipping_method, shipto_address1, shipto_address2, shipto_city, shipto_company, shipto_country_code, shipto_day_phone, shipto_evening_phone, shipto_first_name, shipto_last_name, shipto_postal_code, shipto_state_region, shipto_title, skip_payment_processing, special_instructions, store_completed, store_if_payment_declines, storefront_host_name, tax_county, tax_exempt, transaction, treat_warnings_as_errors, use_prior_payment_information_from_order_id].hash
1635
1645
  end
1636
1646
 
1637
1647
  # 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.90'
14
+ VERSION = '4.1.91'
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.90
4
+ version: 4.1.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-13 00:00:00.000000000 Z
11
+ date: 2026-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus