ultracart_api 4.0.179 → 4.0.181

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: f80e8de2c88ee01bb218ec4928e5690aeaf7c4a32af53a3c032a0ba8f9b39773
4
- data.tar.gz: d51fc77b2e8ea5ea1e133c4072c7eb2109f0c4996fe56d6ef66b85a308bc1dce
3
+ metadata.gz: d59ca2c1ca5ead917ba7c39fa6ca1f12f1a65ff75fba92e372dc344dc60632a8
4
+ data.tar.gz: a2a0a5df40829bab73de56dbf3517db095bde4bea820ee42b21d69362319461f
5
5
  SHA512:
6
- metadata.gz: 034bc41397cc73571239724ef761a766808ae4681e43d86d4eb27a1c89407057eb2043c94b33f401db840d454754c3e5b45727da23112fa026151f83345571b6
7
- data.tar.gz: 340c0700c997123780d33d2b9d71998f8957959d7d11ad6ffb241cfd4fa67f071d16297a654bec904dd166fc9efb1cd75b8c52688f3779a34835fac61bf44501
6
+ metadata.gz: 6374a6319ddcc074aa614d682414aea22694941afa834c9cf18f903c61fb7a7b31394121bc5e2505486a3acc1c313d4550d6f35914b1f2f967a44d4205e3bddd
7
+ data.tar.gz: 0c4b59412611bda988d444ef8034684de04566fa9303c9ecbbc19427bbec8d5c1fc3c4eef57530d2827a8da07eb65914e749c462d686f5b5b60d9200c4c49acb
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.179
10
+ - Package version: 4.0.181
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.179.gem
27
+ gem install ./ultracart_api-4.0.181.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.179.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.181.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.179'
36
+ gem 'ultracart_api', '~> 4.0.181'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -152,7 +152,7 @@ Class | Method | HTTP request | Description
152
152
  *UltracartClient::ConversationApi* | [**get_conversation_engagement**](docs/ConversationApi.md#get_conversation_engagement) | **GET** /conversation/engagements/{conversation_engagement_oid} | Retrieve an engagement
153
153
  *UltracartClient::ConversationApi* | [**get_conversation_engagements**](docs/ConversationApi.md#get_conversation_engagements) | **GET** /conversation/engagements | Retrieve a list of engagements ordered by name
154
154
  *UltracartClient::ConversationApi* | [**get_conversation_messages**](docs/ConversationApi.md#get_conversation_messages) | **GET** /conversation/conversations/{conversation_uuid}/messages/{since} | Retrieve conversation messages
155
- *UltracartClient::ConversationApi* | [**get_conversation_multimedia_upload_url**](docs/ConversationApi.md#get_conversation_multimedia_upload_url) | **GET** /conversation/upload_url/{extension} | Get a presigned conersation multimedia upload URL
155
+ *UltracartClient::ConversationApi* | [**get_conversation_multimedia_upload_url**](docs/ConversationApi.md#get_conversation_multimedia_upload_url) | **GET** /conversation/upload_url/{extension} | Get a presigned conversation multimedia upload URL
156
156
  *UltracartClient::ConversationApi* | [**get_conversation_permissions**](docs/ConversationApi.md#get_conversation_permissions) | **GET** /conversation/permissions | Retrieve conversation permissions
157
157
  *UltracartClient::ConversationApi* | [**get_conversation_webchat_queue_statuses**](docs/ConversationApi.md#get_conversation_webchat_queue_statuses) | **GET** /conversation/conversations/queues/statuses | Retrieve a conversation webchat queue statuses
158
158
  *UltracartClient::ConversationApi* | [**get_conversations**](docs/ConversationApi.md#get_conversations) | **GET** /conversation/conversations | Retrieve a list of conversation summaries newest to oldest
@@ -1355,6 +1355,8 @@ Class | Method | HTTP request | Description
1355
1355
  - ultrabooks_write: 2 of 2 required to use UltraBooks
1356
1356
  - user_read: Allows you to read user information.
1357
1357
  - user_write: Allows you to write user information.
1358
+ - workflow_read: Allows you to read workflow information.
1359
+ - workflow_write: Allows you to write workflow information.
1358
1360
 
1359
1361
  ### ultraCartSimpleApiKey
1360
1362
 
@@ -1371,6 +1373,8 @@ Not every change is committed to every SDK.
1371
1373
 
1372
1374
  | Version | Date | Comments |
1373
1375
  | --: | :-: | --- |
1376
+ | 4.0.181 | 10/23/2023 | workflow tasks api |
1377
+ | 4.0.180 | 10/16/2023 | CartSettingsPaymentCreditCard - add collect_credit_card_verification_number_minimum |
1374
1378
  | 4.0.179 | 09/28/2023 | dw bi - add aggregation constant of none |
1375
1379
  | 4.0.178 | 09/22/2023 | dwbi - new option to control order-by of result set |
1376
1380
  | 4.0.177 | 09/15/2023 | new item fields for additional barcodes |
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **collect_credit_card_verification_number** | **Boolean** | True if the credit card verification number should be collected | [optional] |
8
+ | **collect_credit_card_verification_number_minimum** | **Float** | If this field is null or the total is greater than or equal to this value then collect the CVV2. | [optional] |
8
9
  | **credit_card_types** | **Array<String>** | Available credit card types | [optional] |
9
10
  | **hosted_fields_shopping_cart_token** | **String** | The shoppingCartToken needed for proper initialization of hosted fields collection | [optional] |
10
11
 
@@ -15,6 +16,7 @@ require 'ultracart_api'
15
16
 
16
17
  instance = UltracartClient::CartSettingsPaymentCreditCard.new(
17
18
  collect_credit_card_verification_number: null,
19
+ collect_credit_card_verification_number_minimum: null,
18
20
  credit_card_types: null,
19
21
  hosted_fields_shopping_cart_token: null
20
22
  )
@@ -18,7 +18,7 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
18
18
  | [**get_conversation_engagement**](ConversationApi.md#get_conversation_engagement) | **GET** /conversation/engagements/{conversation_engagement_oid} | Retrieve an engagement |
19
19
  | [**get_conversation_engagements**](ConversationApi.md#get_conversation_engagements) | **GET** /conversation/engagements | Retrieve a list of engagements ordered by name |
20
20
  | [**get_conversation_messages**](ConversationApi.md#get_conversation_messages) | **GET** /conversation/conversations/{conversation_uuid}/messages/{since} | Retrieve conversation messages |
21
- | [**get_conversation_multimedia_upload_url**](ConversationApi.md#get_conversation_multimedia_upload_url) | **GET** /conversation/upload_url/{extension} | Get a presigned conersation multimedia upload URL |
21
+ | [**get_conversation_multimedia_upload_url**](ConversationApi.md#get_conversation_multimedia_upload_url) | **GET** /conversation/upload_url/{extension} | Get a presigned conversation multimedia upload URL |
22
22
  | [**get_conversation_permissions**](ConversationApi.md#get_conversation_permissions) | **GET** /conversation/permissions | Retrieve conversation permissions |
23
23
  | [**get_conversation_webchat_queue_statuses**](ConversationApi.md#get_conversation_webchat_queue_statuses) | **GET** /conversation/conversations/queues/statuses | Retrieve a conversation webchat queue statuses |
24
24
  | [**get_conversations**](ConversationApi.md#get_conversations) | **GET** /conversation/conversations | Retrieve a list of conversation summaries newest to oldest |
@@ -1024,9 +1024,9 @@ end
1024
1024
 
1025
1025
  > <ConversationMultimediaUploadUrlResponse> get_conversation_multimedia_upload_url(extension)
1026
1026
 
1027
- Get a presigned conersation multimedia upload URL
1027
+ Get a presigned conversation multimedia upload URL
1028
1028
 
1029
- Get a presigned conersation multimedia upload URL
1029
+ Get a presigned conversation multimedia upload URL
1030
1030
 
1031
1031
  ### Examples
1032
1032
 
@@ -1045,7 +1045,7 @@ api = UltracartClient::ConversationApi.new_using_api_key(Constants::API_KEY, Con
1045
1045
  extension = 'extension_example' # String |
1046
1046
 
1047
1047
  begin
1048
- # Get a presigned conersation multimedia upload URL
1048
+ # Get a presigned conversation multimedia upload URL
1049
1049
  result = api_instance.get_conversation_multimedia_upload_url(extension)
1050
1050
  p result
1051
1051
  rescue UltracartClient::ApiError => e
@@ -1061,7 +1061,7 @@ This returns an Array which contains the response data, status code and headers.
1061
1061
 
1062
1062
  ```ruby
1063
1063
  begin
1064
- # Get a presigned conersation multimedia upload URL
1064
+ # Get a presigned conversation multimedia upload URL
1065
1065
  data, status_code, headers = api_instance.get_conversation_multimedia_upload_url_with_http_info(extension)
1066
1066
  p status_code # => 2xx
1067
1067
  p headers # => { ... }
@@ -898,8 +898,8 @@ module UltracartClient
898
898
  return data, status_code, headers
899
899
  end
900
900
 
901
- # Get a presigned conersation multimedia upload URL
902
- # Get a presigned conersation multimedia upload URL
901
+ # Get a presigned conversation multimedia upload URL
902
+ # Get a presigned conversation multimedia upload URL
903
903
  # @param extension [String]
904
904
  # @param [Hash] opts the optional parameters
905
905
  # @return [ConversationMultimediaUploadUrlResponse]
@@ -908,8 +908,8 @@ module UltracartClient
908
908
  data
909
909
  end
910
910
 
911
- # Get a presigned conersation multimedia upload URL
912
- # Get a presigned conersation multimedia upload URL
911
+ # Get a presigned conversation multimedia upload URL
912
+ # Get a presigned conversation multimedia upload URL
913
913
  # @param extension [String]
914
914
  # @param [Hash] opts the optional parameters
915
915
  # @return [Array<(ConversationMultimediaUploadUrlResponse, Integer, Hash)>] ConversationMultimediaUploadUrlResponse data, response status code and response headers
@@ -18,6 +18,9 @@ module UltracartClient
18
18
  # True if the credit card verification number should be collected
19
19
  attr_accessor :collect_credit_card_verification_number
20
20
 
21
+ # If this field is null or the total is greater than or equal to this value then collect the CVV2.
22
+ attr_accessor :collect_credit_card_verification_number_minimum
23
+
21
24
  # Available credit card types
22
25
  attr_accessor :credit_card_types
23
26
 
@@ -28,6 +31,7 @@ module UltracartClient
28
31
  def self.attribute_map
29
32
  {
30
33
  :'collect_credit_card_verification_number' => :'collect_credit_card_verification_number',
34
+ :'collect_credit_card_verification_number_minimum' => :'collect_credit_card_verification_number_minimum',
31
35
  :'credit_card_types' => :'credit_card_types',
32
36
  :'hosted_fields_shopping_cart_token' => :'hosted_fields_shopping_cart_token'
33
37
  }
@@ -42,6 +46,7 @@ module UltracartClient
42
46
  def self.openapi_types
43
47
  {
44
48
  :'collect_credit_card_verification_number' => :'Boolean',
49
+ :'collect_credit_card_verification_number_minimum' => :'Float',
45
50
  :'credit_card_types' => :'Array<String>',
46
51
  :'hosted_fields_shopping_cart_token' => :'String'
47
52
  }
@@ -72,6 +77,10 @@ module UltracartClient
72
77
  self.collect_credit_card_verification_number = attributes[:'collect_credit_card_verification_number']
73
78
  end
74
79
 
80
+ if attributes.key?(:'collect_credit_card_verification_number_minimum')
81
+ self.collect_credit_card_verification_number_minimum = attributes[:'collect_credit_card_verification_number_minimum']
82
+ end
83
+
75
84
  if attributes.key?(:'credit_card_types')
76
85
  if (value = attributes[:'credit_card_types']).is_a?(Array)
77
86
  self.credit_card_types = value
@@ -102,6 +111,7 @@ module UltracartClient
102
111
  return true if self.equal?(o)
103
112
  self.class == o.class &&
104
113
  collect_credit_card_verification_number == o.collect_credit_card_verification_number &&
114
+ collect_credit_card_verification_number_minimum == o.collect_credit_card_verification_number_minimum &&
105
115
  credit_card_types == o.credit_card_types &&
106
116
  hosted_fields_shopping_cart_token == o.hosted_fields_shopping_cart_token
107
117
  end
@@ -115,7 +125,7 @@ module UltracartClient
115
125
  # Calculates hash code according to all attributes.
116
126
  # @return [Integer] Hash code
117
127
  def hash
118
- [collect_credit_card_verification_number, credit_card_types, hosted_fields_shopping_cart_token].hash
128
+ [collect_credit_card_verification_number, collect_credit_card_verification_number_minimum, credit_card_types, hosted_fields_shopping_cart_token].hash
119
129
  end
120
130
 
121
131
  # 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.179'
14
+ VERSION = '4.0.181'
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.0.179
4
+ version: 4.0.181
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-28 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus