ultracart_api 4.0.204 → 4.0.206

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: cdcbb03fdcded697195997c256609bdb9d663f40b6f9df73b2d414d25596491d
4
- data.tar.gz: '09c586cf32123cd87bfac438ca903c0f2d8e0cd3da4e2aa9a82d1c0c689fada2'
3
+ metadata.gz: 6e6ef087a3d1db3adb47cb82f6643a05b2587c742dd67d5e2d8555b57787a9c4
4
+ data.tar.gz: fbfcb290fc0b12d812bc2d9acdd3bdb91282434c9351bae115ac73aad23f2cc6
5
5
  SHA512:
6
- metadata.gz: 28dc158ef75f566e72e87a7b754c7275575eb5f196d4069b12df18903806870ecc4c65ec11f47ecea437551507f62d4f99e5776fb022ee01089d15dbf21217da
7
- data.tar.gz: d938415376be7ff6108688521b9447560a8be3f93220c2f40e781a5631cbd9b90323ae62d1f1cf24130fec5f931af2885783fa5af77c0fafebc5aaa662e1c121
6
+ metadata.gz: 49c3f65683354eed22c3efafc1d75104f3bb88688b82dc7ffd077678c3c7c1fb89252561bbda6562bc31c53e3ca71bd696608ede7811c0074e585a0e0bc2ca7c
7
+ data.tar.gz: 99acb63bea5bf553b0bc0b949a4475013fb2dd83ca77a348ad34d31d461be17faf4c838ed056bc3c8fa768a40b6b34b0f6cca701e69389a07768c5b18040e266
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
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.0.204
10
+ - Package version: 4.0.206
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.204.gem
27
+ gem install ./ultracart_api-4.0.206.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.204.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.206.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.204'
36
+ gem 'ultracart_api', '~> 4.0.206'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -570,6 +570,7 @@ Class | Method | HTTP request | Description
570
570
  *UltracartClient::WorkflowApi* | [**get_workflow_task**](docs/WorkflowApi.md#get_workflow_task) | **GET** /workflow/tasks/{task_uuid} | Retrieve a workflow task
571
571
  *UltracartClient::WorkflowApi* | [**get_workflow_task_attachment_upload_url**](docs/WorkflowApi.md#get_workflow_task_attachment_upload_url) | **GET** /workflow/tasks/attachments/{extension} | Get a presigned workflow task attachment upload URL
572
572
  *UltracartClient::WorkflowApi* | [**get_workflow_task_by_object_type**](docs/WorkflowApi.md#get_workflow_task_by_object_type) | **GET** /workflow/tasks/by/{object_type}/{object_id} | Retrieve a workflow task by object type and id
573
+ *UltracartClient::WorkflowApi* | [**get_workflow_task_open_count**](docs/WorkflowApi.md#get_workflow_task_open_count) | **GET** /workflow/tasks/open_count | Retrieve workflow task open count
573
574
  *UltracartClient::WorkflowApi* | [**get_workflow_task_tags**](docs/WorkflowApi.md#get_workflow_task_tags) | **GET** /workflow/tasks/tags | Get a list of existing workflow task tags
574
575
  *UltracartClient::WorkflowApi* | [**get_workflow_tasks**](docs/WorkflowApi.md#get_workflow_tasks) | **POST** /workflow/tasks/search | Search workflow tasks
575
576
  *UltracartClient::WorkflowApi* | [**insert_workflow_task**](docs/WorkflowApi.md#insert_workflow_task) | **POST** /workflow/tasks | Insert a workflow task
@@ -1410,6 +1411,7 @@ Class | Method | HTTP request | Description
1410
1411
  - [UltracartClient::WorkflowNote](docs/WorkflowNote.md)
1411
1412
  - [UltracartClient::WorkflowTask](docs/WorkflowTask.md)
1412
1413
  - [UltracartClient::WorkflowTaskHistory](docs/WorkflowTaskHistory.md)
1414
+ - [UltracartClient::WorkflowTaskOpenCountResponse](docs/WorkflowTaskOpenCountResponse.md)
1413
1415
  - [UltracartClient::WorkflowTaskResponse](docs/WorkflowTaskResponse.md)
1414
1416
  - [UltracartClient::WorkflowTaskTagsResponse](docs/WorkflowTaskTagsResponse.md)
1415
1417
  - [UltracartClient::WorkflowTasksRequest](docs/WorkflowTasksRequest.md)
@@ -1492,6 +1494,8 @@ Not every change is committed to every SDK.
1492
1494
 
1493
1495
  | Version | Date | Comments |
1494
1496
  | --: | :-: | --- |
1497
+ | 4.0.206 | 03/25/2024 | added sales_rep_code to Channel partner order |
1498
+ | 4.0.205 | 03/19/2024 | workflow task - method to obtain open task count |
1495
1499
  | 4.0.204 | 03/19/2024 | workflow task - addl status values, expiration_dts, and system task type |
1496
1500
  | 4.0.203 | 03/15/2024 | workflow - getWorkflowAgentWebsocketAuthorization method added |
1497
1501
  | 4.0.202 | 03/08/2024 | added getWorkflowTaskTags method |
@@ -60,6 +60,7 @@
60
60
  | **payment_method** | **String** | Payment method | [optional] |
61
61
  | **purchase_order_number** | **String** | Purchase order number | [optional] |
62
62
  | **rotating_transaction_gateway_code** | **String** | The rotating transaction gateway code for the gateway used to charge this order | [optional] |
63
+ | **sales_rep_code** | **String** | Sales rep code | [optional] |
63
64
  | **screen_branding_theme_code** | **String** | Screen branding theme code | [optional] |
64
65
  | **ship_on_date** | **String** | Date the customer is requesting that the order ship on. Typically used for perishable product delivery. | [optional] |
65
66
  | **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] |
@@ -147,6 +148,7 @@ instance = UltracartClient::ChannelPartnerOrder.new(
147
148
  payment_method: null,
148
149
  purchase_order_number: null,
149
150
  rotating_transaction_gateway_code: null,
151
+ sales_rep_code: null,
150
152
  screen_branding_theme_code: null,
151
153
  ship_on_date: null,
152
154
  ship_to_residential: null,
data/docs/WorkflowApi.md CHANGED
@@ -11,6 +11,7 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
11
11
  | [**get_workflow_task**](WorkflowApi.md#get_workflow_task) | **GET** /workflow/tasks/{task_uuid} | Retrieve a workflow task |
12
12
  | [**get_workflow_task_attachment_upload_url**](WorkflowApi.md#get_workflow_task_attachment_upload_url) | **GET** /workflow/tasks/attachments/{extension} | Get a presigned workflow task attachment upload URL |
13
13
  | [**get_workflow_task_by_object_type**](WorkflowApi.md#get_workflow_task_by_object_type) | **GET** /workflow/tasks/by/{object_type}/{object_id} | Retrieve a workflow task by object type and id |
14
+ | [**get_workflow_task_open_count**](WorkflowApi.md#get_workflow_task_open_count) | **GET** /workflow/tasks/open_count | Retrieve workflow task open count |
14
15
  | [**get_workflow_task_tags**](WorkflowApi.md#get_workflow_task_tags) | **GET** /workflow/tasks/tags | Get a list of existing workflow task tags |
15
16
  | [**get_workflow_tasks**](WorkflowApi.md#get_workflow_tasks) | **POST** /workflow/tasks/search | Search workflow tasks |
16
17
  | [**insert_workflow_task**](WorkflowApi.md#insert_workflow_task) | **POST** /workflow/tasks | Insert a workflow task |
@@ -518,6 +519,74 @@ end
518
519
  - **Accept**: application/json
519
520
 
520
521
 
522
+ ## get_workflow_task_open_count
523
+
524
+ > <WorkflowTaskOpenCountResponse> get_workflow_task_open_count
525
+
526
+ Retrieve workflow task open count
527
+
528
+ Retrieve workflow task open count
529
+
530
+ ### Examples
531
+
532
+ ```ruby
533
+ require 'time'
534
+ require 'ultracart_api'
535
+ require 'json'
536
+ require 'yaml'
537
+ require_relative '../constants' # https://github.com/UltraCart/sdk_samples/blob/master/ruby/constants.rb
538
+
539
+ # This example is based on our samples_sdk project, but still contains auto-generated content from our sdk generators.
540
+ # As such, this might not be the best way to use this object.
541
+ # Please see https://github.com/UltraCart/sdk_samples for working examples.
542
+
543
+ api = UltracartClient::WorkflowApi.new_using_api_key(Constants::API_KEY, Constants::VERIFY_SSL, Constants::DEBUG_MODE)
544
+
545
+ begin
546
+ # Retrieve workflow task open count
547
+ result = api_instance.get_workflow_task_open_count
548
+ p result
549
+ rescue UltracartClient::ApiError => e
550
+ puts "Error when calling WorkflowApi->get_workflow_task_open_count: #{e}"
551
+ end
552
+ ```
553
+
554
+ #### Using the get_workflow_task_open_count_with_http_info variant
555
+
556
+ This returns an Array which contains the response data, status code and headers.
557
+
558
+ > <Array(<WorkflowTaskOpenCountResponse>, Integer, Hash)> get_workflow_task_open_count_with_http_info
559
+
560
+ ```ruby
561
+ begin
562
+ # Retrieve workflow task open count
563
+ data, status_code, headers = api_instance.get_workflow_task_open_count_with_http_info
564
+ p status_code # => 2xx
565
+ p headers # => { ... }
566
+ p data # => <WorkflowTaskOpenCountResponse>
567
+ rescue UltracartClient::ApiError => e
568
+ puts "Error when calling WorkflowApi->get_workflow_task_open_count_with_http_info: #{e}"
569
+ end
570
+ ```
571
+
572
+ ### Parameters
573
+
574
+ This endpoint does not need any parameter.
575
+
576
+ ### Return type
577
+
578
+ [**WorkflowTaskOpenCountResponse**](WorkflowTaskOpenCountResponse.md)
579
+
580
+ ### Authorization
581
+
582
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
583
+
584
+ ### HTTP request headers
585
+
586
+ - **Content-Type**: Not defined
587
+ - **Accept**: application/json
588
+
589
+
521
590
  ## get_workflow_task_tags
522
591
 
523
592
  > <WorkflowTaskTagsResponse> get_workflow_task_tags
@@ -0,0 +1,26 @@
1
+ # UltracartClient::WorkflowTaskOpenCountResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **error** | [**Error**](Error.md) | | [optional] |
8
+ | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
9
+ | **open_count** | **Integer** | Open Task Count | [optional] |
10
+ | **success** | **Boolean** | Indicates if API call was successful | [optional] |
11
+ | **warning** | [**Warning**](Warning.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'ultracart_api'
17
+
18
+ instance = UltracartClient::WorkflowTaskOpenCountResponse.new(
19
+ error: null,
20
+ metadata: null,
21
+ open_count: null,
22
+ success: null,
23
+ warning: null
24
+ )
25
+ ```
26
+
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **error** | [**Error**](Error.md) | | [optional] |
8
8
  | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] |
9
+ | **my_user_id** | **Integer** | User ID of myself | [optional] |
9
10
  | **success** | **Boolean** | Indicates if API call was successful | [optional] |
10
11
  | **users** | [**Array&lt;WorkflowUser&gt;**](WorkflowUser.md) | users | [optional] |
11
12
  | **warning** | [**Warning**](Warning.md) | | [optional] |
@@ -18,6 +19,7 @@ require 'ultracart_api'
18
19
  instance = UltracartClient::WorkflowUsersResponse.new(
19
20
  error: null,
20
21
  metadata: null,
22
+ my_user_id: null,
21
23
  success: null,
22
24
  users: null,
23
25
  warning: null
@@ -474,6 +474,64 @@ module UltracartClient
474
474
  return data, status_code, headers
475
475
  end
476
476
 
477
+ # Retrieve workflow task open count
478
+ # Retrieve workflow task open count
479
+ # @param [Hash] opts the optional parameters
480
+ # @return [WorkflowTaskOpenCountResponse]
481
+ def get_workflow_task_open_count(opts = {})
482
+ data, _status_code, _headers = get_workflow_task_open_count_with_http_info(opts)
483
+ data
484
+ end
485
+
486
+ # Retrieve workflow task open count
487
+ # Retrieve workflow task open count
488
+ # @param [Hash] opts the optional parameters
489
+ # @return [Array<(WorkflowTaskOpenCountResponse, Integer, Hash)>] WorkflowTaskOpenCountResponse data, response status code and response headers
490
+ def get_workflow_task_open_count_with_http_info(opts = {})
491
+ if @api_client.config.debugging
492
+ @api_client.config.logger.debug 'Calling API: WorkflowApi.get_workflow_task_open_count ...'
493
+ end
494
+ # resource path
495
+ local_var_path = '/workflow/tasks/open_count'
496
+
497
+ # query parameters
498
+ query_params = opts[:query_params] || {}
499
+
500
+ # header parameters
501
+ header_params = opts[:header_params] || {}
502
+ header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
503
+ # HTTP header 'Accept' (if needed)
504
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
505
+
506
+ # form parameters
507
+ form_params = opts[:form_params] || {}
508
+
509
+ # http body (model)
510
+ post_body = opts[:debug_body]
511
+
512
+ # return_type
513
+ return_type = opts[:debug_return_type] || 'WorkflowTaskOpenCountResponse'
514
+
515
+ # auth_names
516
+ auth_names = opts[:debug_auth_names] || ['ultraCartOauth', 'ultraCartSimpleApiKey']
517
+
518
+ new_options = opts.merge(
519
+ :operation => :"WorkflowApi.get_workflow_task_open_count",
520
+ :header_params => header_params,
521
+ :query_params => query_params,
522
+ :form_params => form_params,
523
+ :body => post_body,
524
+ :auth_names => auth_names,
525
+ :return_type => return_type
526
+ )
527
+
528
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
529
+ if @api_client.config.debugging
530
+ @api_client.config.logger.debug "API called: WorkflowApi#get_workflow_task_open_count\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
531
+ end
532
+ return data, status_code, headers
533
+ end
534
+
477
535
  # Get a list of existing workflow task tags
478
536
  # Retrieves a unique list of all the existing workflow task tags.
479
537
  # @param [Hash] opts the optional parameters
@@ -183,6 +183,9 @@ module UltracartClient
183
183
  # The rotating transaction gateway code for the gateway used to charge this order
184
184
  attr_accessor :rotating_transaction_gateway_code
185
185
 
186
+ # Sales rep code
187
+ attr_accessor :sales_rep_code
188
+
186
189
  # Screen branding theme code
187
190
  attr_accessor :screen_branding_theme_code
188
191
 
@@ -335,6 +338,7 @@ module UltracartClient
335
338
  :'payment_method' => :'payment_method',
336
339
  :'purchase_order_number' => :'purchase_order_number',
337
340
  :'rotating_transaction_gateway_code' => :'rotating_transaction_gateway_code',
341
+ :'sales_rep_code' => :'sales_rep_code',
338
342
  :'screen_branding_theme_code' => :'screen_branding_theme_code',
339
343
  :'ship_on_date' => :'ship_on_date',
340
344
  :'ship_to_residential' => :'ship_to_residential',
@@ -426,6 +430,7 @@ module UltracartClient
426
430
  :'payment_method' => :'String',
427
431
  :'purchase_order_number' => :'String',
428
432
  :'rotating_transaction_gateway_code' => :'String',
433
+ :'sales_rep_code' => :'String',
429
434
  :'screen_branding_theme_code' => :'String',
430
435
  :'ship_on_date' => :'String',
431
436
  :'ship_to_residential' => :'Boolean',
@@ -704,6 +709,10 @@ module UltracartClient
704
709
  self.rotating_transaction_gateway_code = attributes[:'rotating_transaction_gateway_code']
705
710
  end
706
711
 
712
+ if attributes.key?(:'sales_rep_code')
713
+ self.sales_rep_code = attributes[:'sales_rep_code']
714
+ end
715
+
707
716
  if attributes.key?(:'screen_branding_theme_code')
708
717
  self.screen_branding_theme_code = attributes[:'screen_branding_theme_code']
709
718
  end
@@ -1442,6 +1451,7 @@ module UltracartClient
1442
1451
  payment_method == o.payment_method &&
1443
1452
  purchase_order_number == o.purchase_order_number &&
1444
1453
  rotating_transaction_gateway_code == o.rotating_transaction_gateway_code &&
1454
+ sales_rep_code == o.sales_rep_code &&
1445
1455
  screen_branding_theme_code == o.screen_branding_theme_code &&
1446
1456
  ship_on_date == o.ship_on_date &&
1447
1457
  ship_to_residential == o.ship_to_residential &&
@@ -1477,7 +1487,7 @@ module UltracartClient
1477
1487
  # Calculates hash code according to all attributes.
1478
1488
  # @return [Integer] Hash code
1479
1489
  def hash
1480
- [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
1490
+ [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
1481
1491
  end
1482
1492
 
1483
1493
  # Builds the object from hash
@@ -0,0 +1,257 @@
1
+ =begin
2
+ #UltraCart Rest API V2
3
+
4
+ #UltraCart REST API Version 2
5
+
6
+ The version of the OpenAPI document: 2.0.0
7
+ Contact: support@ultracart.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.0.1-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module UltracartClient
17
+ class WorkflowTaskOpenCountResponse
18
+ attr_accessor :error
19
+
20
+ attr_accessor :metadata
21
+
22
+ # Open Task Count
23
+ attr_accessor :open_count
24
+
25
+ # Indicates if API call was successful
26
+ attr_accessor :success
27
+
28
+ attr_accessor :warning
29
+
30
+ # Attribute mapping from ruby-style variable name to JSON key.
31
+ def self.attribute_map
32
+ {
33
+ :'error' => :'error',
34
+ :'metadata' => :'metadata',
35
+ :'open_count' => :'open_count',
36
+ :'success' => :'success',
37
+ :'warning' => :'warning'
38
+ }
39
+ end
40
+
41
+ # Returns all the JSON keys this model knows about
42
+ def self.acceptable_attributes
43
+ attribute_map.values
44
+ end
45
+
46
+ # Attribute type mapping.
47
+ def self.openapi_types
48
+ {
49
+ :'error' => :'Error',
50
+ :'metadata' => :'ResponseMetadata',
51
+ :'open_count' => :'Integer',
52
+ :'success' => :'Boolean',
53
+ :'warning' => :'Warning'
54
+ }
55
+ end
56
+
57
+ # List of attributes with nullable: true
58
+ def self.openapi_nullable
59
+ Set.new([
60
+ ])
61
+ end
62
+
63
+ # Initializes the object
64
+ # @param [Hash] attributes Model attributes in the form of hash
65
+ def initialize(attributes = {})
66
+ if (!attributes.is_a?(Hash))
67
+ fail ArgumentError, "The input argument (attributes) must be a hash in `UltracartClient::WorkflowTaskOpenCountResponse` initialize method"
68
+ end
69
+
70
+ # check to see if the attribute exists and convert string to symbol for hash key
71
+ attributes = attributes.each_with_object({}) { |(k, v), h|
72
+ if (!self.class.attribute_map.key?(k.to_sym))
73
+ fail ArgumentError, "`#{k}` is not a valid attribute in `UltracartClient::WorkflowTaskOpenCountResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
74
+ end
75
+ h[k.to_sym] = v
76
+ }
77
+
78
+ if attributes.key?(:'error')
79
+ self.error = attributes[:'error']
80
+ end
81
+
82
+ if attributes.key?(:'metadata')
83
+ self.metadata = attributes[:'metadata']
84
+ end
85
+
86
+ if attributes.key?(:'open_count')
87
+ self.open_count = attributes[:'open_count']
88
+ end
89
+
90
+ if attributes.key?(:'success')
91
+ self.success = attributes[:'success']
92
+ end
93
+
94
+ if attributes.key?(:'warning')
95
+ self.warning = attributes[:'warning']
96
+ end
97
+ end
98
+
99
+ # Show invalid properties with the reasons. Usually used together with valid?
100
+ # @return Array for valid properties with the reasons
101
+ def list_invalid_properties
102
+ invalid_properties = Array.new
103
+ invalid_properties
104
+ end
105
+
106
+ # Check to see if the all the properties in the model are valid
107
+ # @return true if the model is valid
108
+ def valid?
109
+ true
110
+ end
111
+
112
+ # Checks equality by comparing each attribute.
113
+ # @param [Object] Object to be compared
114
+ def ==(o)
115
+ return true if self.equal?(o)
116
+ self.class == o.class &&
117
+ error == o.error &&
118
+ metadata == o.metadata &&
119
+ open_count == o.open_count &&
120
+ success == o.success &&
121
+ warning == o.warning
122
+ end
123
+
124
+ # @see the `==` method
125
+ # @param [Object] Object to be compared
126
+ def eql?(o)
127
+ self == o
128
+ end
129
+
130
+ # Calculates hash code according to all attributes.
131
+ # @return [Integer] Hash code
132
+ def hash
133
+ [error, metadata, open_count, success, warning].hash
134
+ end
135
+
136
+ # Builds the object from hash
137
+ # @param [Hash] attributes Model attributes in the form of hash
138
+ # @return [Object] Returns the model itself
139
+ def self.build_from_hash(attributes)
140
+ new.build_from_hash(attributes)
141
+ end
142
+
143
+ # Builds the object from hash
144
+ # @param [Hash] attributes Model attributes in the form of hash
145
+ # @return [Object] Returns the model itself
146
+ def build_from_hash(attributes)
147
+ return nil unless attributes.is_a?(Hash)
148
+ attributes = attributes.transform_keys(&:to_sym)
149
+ self.class.openapi_types.each_pair do |key, type|
150
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
151
+ self.send("#{key}=", nil)
152
+ elsif type =~ /\AArray<(.*)>/i
153
+ # check to ensure the input is an array given that the attribute
154
+ # is documented as an array but the input is not
155
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
156
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
157
+ end
158
+ elsif !attributes[self.class.attribute_map[key]].nil?
159
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
160
+ end
161
+ end
162
+
163
+ self
164
+ end
165
+
166
+ # Deserializes the data based on type
167
+ # @param string type Data type
168
+ # @param string value Value to be deserialized
169
+ # @return [Object] Deserialized data
170
+ def _deserialize(type, value)
171
+ case type.to_sym
172
+ when :Time
173
+ Time.parse(value)
174
+ when :Date
175
+ Date.parse(value)
176
+ when :String
177
+ value.to_s
178
+ when :Integer
179
+ value.to_i
180
+ when :Float
181
+ value.to_f
182
+ when :Boolean
183
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
184
+ true
185
+ else
186
+ false
187
+ end
188
+ when :Object
189
+ # generic object (usually a Hash), return directly
190
+ value
191
+ when /\AArray<(?<inner_type>.+)>\z/
192
+ inner_type = Regexp.last_match[:inner_type]
193
+ value.map { |v| _deserialize(inner_type, v) }
194
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
195
+ k_type = Regexp.last_match[:k_type]
196
+ v_type = Regexp.last_match[:v_type]
197
+ {}.tap do |hash|
198
+ value.each do |k, v|
199
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
200
+ end
201
+ end
202
+ else # model
203
+ # models (e.g. Pet) or oneOf
204
+ klass = UltracartClient.const_get(type)
205
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
206
+ end
207
+ end
208
+
209
+ # Returns the string representation of the object
210
+ # @return [String] String presentation of the object
211
+ def to_s
212
+ to_hash.to_s
213
+ end
214
+
215
+ # to_body is an alias to to_hash (backward compatibility)
216
+ # @return [Hash] Returns the object in the form of hash
217
+ def to_body
218
+ to_hash
219
+ end
220
+
221
+ # Returns the object in the form of hash
222
+ # @return [Hash] Returns the object in the form of hash
223
+ def to_hash
224
+ hash = {}
225
+ self.class.attribute_map.each_pair do |attr, param|
226
+ value = self.send(attr)
227
+ if value.nil?
228
+ is_nullable = self.class.openapi_nullable.include?(attr)
229
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
230
+ end
231
+
232
+ hash[param] = _to_hash(value)
233
+ end
234
+ hash
235
+ end
236
+
237
+ # Outputs non-array value in the form of hash
238
+ # For object, use to_hash. Otherwise, just return the value
239
+ # @param [Object] value Any valid value
240
+ # @return [Hash] Returns the value in the form of hash
241
+ def _to_hash(value)
242
+ if value.is_a?(Array)
243
+ value.compact.map { |v| _to_hash(v) }
244
+ elsif value.is_a?(Hash)
245
+ {}.tap do |hash|
246
+ value.each { |k, v| hash[k] = _to_hash(v) }
247
+ end
248
+ elsif value.respond_to? :to_hash
249
+ value.to_hash
250
+ else
251
+ value
252
+ end
253
+ end
254
+
255
+ end
256
+
257
+ end
@@ -19,6 +19,9 @@ module UltracartClient
19
19
 
20
20
  attr_accessor :metadata
21
21
 
22
+ # User ID of myself
23
+ attr_accessor :my_user_id
24
+
22
25
  # Indicates if API call was successful
23
26
  attr_accessor :success
24
27
 
@@ -32,6 +35,7 @@ module UltracartClient
32
35
  {
33
36
  :'error' => :'error',
34
37
  :'metadata' => :'metadata',
38
+ :'my_user_id' => :'my_user_id',
35
39
  :'success' => :'success',
36
40
  :'users' => :'users',
37
41
  :'warning' => :'warning'
@@ -48,6 +52,7 @@ module UltracartClient
48
52
  {
49
53
  :'error' => :'Error',
50
54
  :'metadata' => :'ResponseMetadata',
55
+ :'my_user_id' => :'Integer',
51
56
  :'success' => :'Boolean',
52
57
  :'users' => :'Array<WorkflowUser>',
53
58
  :'warning' => :'Warning'
@@ -83,6 +88,10 @@ module UltracartClient
83
88
  self.metadata = attributes[:'metadata']
84
89
  end
85
90
 
91
+ if attributes.key?(:'my_user_id')
92
+ self.my_user_id = attributes[:'my_user_id']
93
+ end
94
+
86
95
  if attributes.key?(:'success')
87
96
  self.success = attributes[:'success']
88
97
  end
@@ -118,6 +127,7 @@ module UltracartClient
118
127
  self.class == o.class &&
119
128
  error == o.error &&
120
129
  metadata == o.metadata &&
130
+ my_user_id == o.my_user_id &&
121
131
  success == o.success &&
122
132
  users == o.users &&
123
133
  warning == o.warning
@@ -132,7 +142,7 @@ module UltracartClient
132
142
  # Calculates hash code according to all attributes.
133
143
  # @return [Integer] Hash code
134
144
  def hash
135
- [error, metadata, success, users, warning].hash
145
+ [error, metadata, my_user_id, success, users, warning].hash
136
146
  end
137
147
 
138
148
  # 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.0.204'
14
+ VERSION = '4.0.206'
15
15
  end
data/lib/ultracart_api.rb CHANGED
@@ -849,6 +849,7 @@ require 'ultracart_api/models/workflow_groups_response'
849
849
  require 'ultracart_api/models/workflow_note'
850
850
  require 'ultracart_api/models/workflow_task'
851
851
  require 'ultracart_api/models/workflow_task_history'
852
+ require 'ultracart_api/models/workflow_task_open_count_response'
852
853
  require 'ultracart_api/models/workflow_task_response'
853
854
  require 'ultracart_api/models/workflow_task_tags_response'
854
855
  require 'ultracart_api/models/workflow_tasks_request'
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.0.204
4
+ version: 4.0.206
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
@@ -914,6 +914,7 @@ files:
914
914
  - docs/WorkflowNote.md
915
915
  - docs/WorkflowTask.md
916
916
  - docs/WorkflowTaskHistory.md
917
+ - docs/WorkflowTaskOpenCountResponse.md
917
918
  - docs/WorkflowTaskResponse.md
918
919
  - docs/WorkflowTaskTagsResponse.md
919
920
  - docs/WorkflowTasksRequest.md
@@ -1779,6 +1780,7 @@ files:
1779
1780
  - lib/ultracart_api/models/workflow_note.rb
1780
1781
  - lib/ultracart_api/models/workflow_task.rb
1781
1782
  - lib/ultracart_api/models/workflow_task_history.rb
1783
+ - lib/ultracart_api/models/workflow_task_open_count_response.rb
1782
1784
  - lib/ultracart_api/models/workflow_task_response.rb
1783
1785
  - lib/ultracart_api/models/workflow_task_tags_response.rb
1784
1786
  - lib/ultracart_api/models/workflow_tasks_request.rb