ultracart_api 3.10.188 → 3.10.190

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c68d035cefd3446cda8e0ed93df690e80959496e7449c269fa38739ffc8df1a9
4
- data.tar.gz: d2c1cfe5336259b5b0dbc01cf0633dc43b7050d3a911fc3863b83f936f57200f
3
+ metadata.gz: 1b793cff1edc99a208e1f3952bc9c2a4f946716cf577c2e6c40278303b9b70d7
4
+ data.tar.gz: 63b4aa66b68fcbde5b9d4a2eebfa9ab95362634a2982eec46c06967d1790c3e9
5
5
  SHA512:
6
- metadata.gz: 8dba4ea1b5e1bbf150e3c47ad83585d9496a9ef4ddd4103e4c6940fde3d7b0839621cba882f2ace6620d671627d060c126ed8d0ab2ff0558c97cd01cd209994f
7
- data.tar.gz: f2d3b55697983f3ce9399e6385d8001c9c6072526640da93290f8b63a5a0c6fc6d28b513e99408b3150bc85a14d51402fc217ceea558239dbd9d885190e48b96
6
+ metadata.gz: 8f6a6c5aa866a1f5f2db449970ec5006314b060a362d0aad0c7ea81ac9a73d5bb4b7a6ab7006d497b30af41536ee6167b18e194348e3000a4d404612cca1f320
7
+ data.tar.gz: ed9924535d81121023bd25a62194b1bcc1430724bc349cf610418a2013a5691f7aa4fde27b625948a549e898b446e62ea79977e88346971c15e23c121a794659
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.188
10
+ - Package version: 3.10.190
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.188.gem
27
+ gem install ./ultracart_api-3.10.190.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.188.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.190.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.188'
35
+ gem 'ultracart_api', '~> 3.10.190'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1486,6 +1486,8 @@ Not every change is committed to every SDK.
1486
1486
 
1487
1487
  | Version | Date | Comments |
1488
1488
  | --: | :-: | --- |
1489
+ | 3.10.190 | 03/25/2024 | workflowtask - add global_task_number and object_task_number |
1490
+ | 3.10.189 | 03/25/2024 | added sales_rep_code to Channel partner order |
1489
1491
  | 3.10.188 | 03/19/2024 | workflow task - method to obtain open task count |
1490
1492
  | 3.10.187 | 03/19/2024 | workflow task - addl status values, expiration_dts, and system task type |
1491
1493
  | 3.10.186 | 03/15/2024 | workflow - getWorkflowAgentWebsocketAuthorization method added |
@@ -59,6 +59,7 @@ Name | Type | Description | Notes
59
59
  **payment_method** | **String** | Payment method | [optional]
60
60
  **purchase_order_number** | **String** | Purchase order number | [optional]
61
61
  **rotating_transaction_gateway_code** | **String** | The rotating transaction gateway code for the gateway used to charge this order | [optional]
62
+ **sales_rep_code** | **String** | Sales rep code | [optional]
62
63
  **screen_branding_theme_code** | **String** | Screen branding theme code | [optional]
63
64
  **ship_on_date** | **String** | Date the customer is requesting that the order ship on. Typically used for perishable product delivery. | [optional]
64
65
  **ship_to_residential** | **BOOLEAN** | True if the shipping adress is residential. Effects the methods that are available to the customer as well as the price of the shipping method. | [optional]
data/docs/WorkflowTask.md CHANGED
@@ -14,12 +14,14 @@ Name | Type | Description | Notes
14
14
  **dependant_workflow_task_uuid** | **String** | Dependant Workflow Task UUID (must be completed before this task can be completed) | [optional]
15
15
  **due_dts** | **String** | Date/time that the workflow task is due | [optional]
16
16
  **expiration_dts** | **String** | Date/time that the workflow task will expire and be closed. This is set by system generated tasks. | [optional]
17
+ **global_task_number** | **Integer** | Global task numer | [optional]
17
18
  **histories** | [**Array<WorkflowTaskHistory>**](WorkflowTaskHistory.md) | Array of history records for the task | [optional]
18
19
  **last_update_dts** | **String** | Date/time that the workflow task was last updated | [optional]
19
20
  **merchant_id** | **String** | Merchant ID | [optional]
20
21
  **notes** | [**Array<WorkflowNote>**](WorkflowNote.md) | Notes on the Workflow Task | [optional]
21
22
  **object_email** | **String** | Object is associated with customer email | [optional]
22
23
  **object_id** | **String** | Object ID | [optional]
24
+ **object_task_number** | **Integer** | Object specific task numer | [optional]
23
25
  **object_type** | **String** | Object Type | [optional]
24
26
  **object_url** | **String** | Object URL | [optional]
25
27
  **priority** | **String** | Priority | [optional]
@@ -182,6 +182,9 @@ module UltracartClient
182
182
  # The rotating transaction gateway code for the gateway used to charge this order
183
183
  attr_accessor :rotating_transaction_gateway_code
184
184
 
185
+ # Sales rep code
186
+ attr_accessor :sales_rep_code
187
+
185
188
  # Screen branding theme code
186
189
  attr_accessor :screen_branding_theme_code
187
190
 
@@ -334,6 +337,7 @@ module UltracartClient
334
337
  :'payment_method' => :'payment_method',
335
338
  :'purchase_order_number' => :'purchase_order_number',
336
339
  :'rotating_transaction_gateway_code' => :'rotating_transaction_gateway_code',
340
+ :'sales_rep_code' => :'sales_rep_code',
337
341
  :'screen_branding_theme_code' => :'screen_branding_theme_code',
338
342
  :'ship_on_date' => :'ship_on_date',
339
343
  :'ship_to_residential' => :'ship_to_residential',
@@ -420,6 +424,7 @@ module UltracartClient
420
424
  :'payment_method' => :'String',
421
425
  :'purchase_order_number' => :'String',
422
426
  :'rotating_transaction_gateway_code' => :'String',
427
+ :'sales_rep_code' => :'String',
423
428
  :'screen_branding_theme_code' => :'String',
424
429
  :'ship_on_date' => :'String',
425
430
  :'ship_to_residential' => :'BOOLEAN',
@@ -685,6 +690,10 @@ module UltracartClient
685
690
  self.rotating_transaction_gateway_code = attributes[:'rotating_transaction_gateway_code']
686
691
  end
687
692
 
693
+ if attributes.has_key?(:'sales_rep_code')
694
+ self.sales_rep_code = attributes[:'sales_rep_code']
695
+ end
696
+
688
697
  if attributes.has_key?(:'screen_branding_theme_code')
689
698
  self.screen_branding_theme_code = attributes[:'screen_branding_theme_code']
690
699
  end
@@ -1423,6 +1432,7 @@ module UltracartClient
1423
1432
  payment_method == o.payment_method &&
1424
1433
  purchase_order_number == o.purchase_order_number &&
1425
1434
  rotating_transaction_gateway_code == o.rotating_transaction_gateway_code &&
1435
+ sales_rep_code == o.sales_rep_code &&
1426
1436
  screen_branding_theme_code == o.screen_branding_theme_code &&
1427
1437
  ship_on_date == o.ship_on_date &&
1428
1438
  ship_to_residential == o.ship_to_residential &&
@@ -1458,7 +1468,7 @@ module UltracartClient
1458
1468
  # Calculates hash code according to all attributes.
1459
1469
  # @return [Fixnum] Hash code
1460
1470
  def hash
1461
- [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, 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, 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, tax_county, tax_exempt, transaction, treat_warnings_as_errors].hash
1471
+ [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, 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, tax_county, tax_exempt, transaction, treat_warnings_as_errors].hash
1462
1472
  end
1463
1473
 
1464
1474
  # Builds the object from hash
@@ -46,6 +46,9 @@ module UltracartClient
46
46
  # Date/time that the workflow task will expire and be closed. This is set by system generated tasks.
47
47
  attr_accessor :expiration_dts
48
48
 
49
+ # Global task numer
50
+ attr_accessor :global_task_number
51
+
49
52
  # Array of history records for the task
50
53
  attr_accessor :histories
51
54
 
@@ -64,6 +67,9 @@ module UltracartClient
64
67
  # Object ID
65
68
  attr_accessor :object_id
66
69
 
70
+ # Object specific task numer
71
+ attr_accessor :object_task_number
72
+
67
73
  # Object Type
68
74
  attr_accessor :object_type
69
75
 
@@ -136,12 +142,14 @@ module UltracartClient
136
142
  :'dependant_workflow_task_uuid' => :'dependant_workflow_task_uuid',
137
143
  :'due_dts' => :'due_dts',
138
144
  :'expiration_dts' => :'expiration_dts',
145
+ :'global_task_number' => :'global_task_number',
139
146
  :'histories' => :'histories',
140
147
  :'last_update_dts' => :'last_update_dts',
141
148
  :'merchant_id' => :'merchant_id',
142
149
  :'notes' => :'notes',
143
150
  :'object_email' => :'object_email',
144
151
  :'object_id' => :'object_id',
152
+ :'object_task_number' => :'object_task_number',
145
153
  :'object_type' => :'object_type',
146
154
  :'object_url' => :'object_url',
147
155
  :'priority' => :'priority',
@@ -171,12 +179,14 @@ module UltracartClient
171
179
  :'dependant_workflow_task_uuid' => :'String',
172
180
  :'due_dts' => :'String',
173
181
  :'expiration_dts' => :'String',
182
+ :'global_task_number' => :'Integer',
174
183
  :'histories' => :'Array<WorkflowTaskHistory>',
175
184
  :'last_update_dts' => :'String',
176
185
  :'merchant_id' => :'String',
177
186
  :'notes' => :'Array<WorkflowNote>',
178
187
  :'object_email' => :'String',
179
188
  :'object_id' => :'String',
189
+ :'object_task_number' => :'Integer',
180
190
  :'object_type' => :'String',
181
191
  :'object_url' => :'String',
182
192
  :'priority' => :'String',
@@ -246,6 +256,10 @@ module UltracartClient
246
256
  self.expiration_dts = attributes[:'expiration_dts']
247
257
  end
248
258
 
259
+ if attributes.has_key?(:'global_task_number')
260
+ self.global_task_number = attributes[:'global_task_number']
261
+ end
262
+
249
263
  if attributes.has_key?(:'histories')
250
264
  if (value = attributes[:'histories']).is_a?(Array)
251
265
  self.histories = value
@@ -274,6 +288,10 @@ module UltracartClient
274
288
  self.object_id = attributes[:'object_id']
275
289
  end
276
290
 
291
+ if attributes.has_key?(:'object_task_number')
292
+ self.object_task_number = attributes[:'object_task_number']
293
+ end
294
+
277
295
  if attributes.has_key?(:'object_type')
278
296
  self.object_type = attributes[:'object_type']
279
297
  end
@@ -404,12 +422,14 @@ module UltracartClient
404
422
  dependant_workflow_task_uuid == o.dependant_workflow_task_uuid &&
405
423
  due_dts == o.due_dts &&
406
424
  expiration_dts == o.expiration_dts &&
425
+ global_task_number == o.global_task_number &&
407
426
  histories == o.histories &&
408
427
  last_update_dts == o.last_update_dts &&
409
428
  merchant_id == o.merchant_id &&
410
429
  notes == o.notes &&
411
430
  object_email == o.object_email &&
412
431
  object_id == o.object_id &&
432
+ object_task_number == o.object_task_number &&
413
433
  object_type == o.object_type &&
414
434
  object_url == o.object_url &&
415
435
  priority == o.priority &&
@@ -433,7 +453,7 @@ module UltracartClient
433
453
  # Calculates hash code according to all attributes.
434
454
  # @return [Fixnum] Hash code
435
455
  def hash
436
- [assigned_to_group, assigned_to_group_id, assigned_to_user, assigned_to_user_id, attachments, created_by, created_dts, delay_until_dts, dependant_workflow_task_uuid, due_dts, expiration_dts, histories, last_update_dts, merchant_id, notes, object_email, object_id, object_type, object_url, priority, properties, related_workflow_task_uuid, status, system_task_type, tags, task_context, task_details, task_name, workflow_task_uuid].hash
456
+ [assigned_to_group, assigned_to_group_id, assigned_to_user, assigned_to_user_id, attachments, created_by, created_dts, delay_until_dts, dependant_workflow_task_uuid, due_dts, expiration_dts, global_task_number, histories, last_update_dts, merchant_id, notes, object_email, object_id, object_task_number, object_type, object_url, priority, properties, related_workflow_task_uuid, status, system_task_type, tags, task_context, task_details, task_name, workflow_task_uuid].hash
437
457
  end
438
458
 
439
459
  # 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.188'
14
+ VERSION = '3.10.190'
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.188
4
+ version: 3.10.190
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-19 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus