ultracart_api 3.10.162 → 3.10.164
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 +4 -4
- data/README.md +9 -5
- data/docs/CartSettingsPaymentCreditCard.md +1 -0
- data/docs/ConversationApi.md +4 -4
- data/lib/ultracart_api/api/conversation_api.rb +4 -4
- data/lib/ultracart_api/models/cart_settings_payment_credit_card.rb +11 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae0641b855392607eac5b66570a16983d242eb563387ff9b6e84a214d46c38ca
|
|
4
|
+
data.tar.gz: 5d7e48508430828b1839ae8ea994a9333e16b7f0030a0e0249688805215dccc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6963bbe1c784f1deefdfe4685865b9e177c79a37949a25500b3b61f192c71da9c0fe36da7c52103190c8f2ce513c3a793a35879dfa4f5ddf6dd0273431e02a42
|
|
7
|
+
data.tar.gz: 18e7b23a129352e9e79a1c6ad52a123f8b2d8499c0491384e6a82fec507f7a75a8f820cede247228ea462f57e32f1a0c2ac3f6431bbbac423855325100c097f4
|
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.
|
|
10
|
+
- Package version: 3.10.164
|
|
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.
|
|
27
|
+
gem install ./ultracart_api-3.10.164.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.10.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.10.164.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.
|
|
35
|
+
gem 'ultracart_api', '~> 3.10.164'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -146,7 +146,7 @@ Class | Method | HTTP request | Description
|
|
|
146
146
|
*UltracartClient::ConversationApi* | [**get_conversation_engagement**](docs/ConversationApi.md#get_conversation_engagement) | **GET** /conversation/engagements/{conversation_engagement_oid} | Retrieve an engagement
|
|
147
147
|
*UltracartClient::ConversationApi* | [**get_conversation_engagements**](docs/ConversationApi.md#get_conversation_engagements) | **GET** /conversation/engagements | Retrieve a list of engagements ordered by name
|
|
148
148
|
*UltracartClient::ConversationApi* | [**get_conversation_messages**](docs/ConversationApi.md#get_conversation_messages) | **GET** /conversation/conversations/{conversation_uuid}/messages/{since} | Retrieve conversation messages
|
|
149
|
-
*UltracartClient::ConversationApi* | [**get_conversation_multimedia_upload_url**](docs/ConversationApi.md#get_conversation_multimedia_upload_url) | **GET** /conversation/upload_url/{extension} | Get a presigned
|
|
149
|
+
*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
|
|
150
150
|
*UltracartClient::ConversationApi* | [**get_conversation_permissions**](docs/ConversationApi.md#get_conversation_permissions) | **GET** /conversation/permissions | Retrieve conversation permissions
|
|
151
151
|
*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
|
|
152
152
|
*UltracartClient::ConversationApi* | [**get_conversations**](docs/ConversationApi.md#get_conversations) | **GET** /conversation/conversations | Retrieve a list of conversation summaries newest to oldest
|
|
@@ -1348,6 +1348,8 @@ Class | Method | HTTP request | Description
|
|
|
1348
1348
|
- ultrabooks_write: 2 of 2 required to use UltraBooks
|
|
1349
1349
|
- user_read: Allows you to read user information.
|
|
1350
1350
|
- user_write: Allows you to write user information.
|
|
1351
|
+
- workflow_read: Allows you to read workflow information.
|
|
1352
|
+
- workflow_write: Allows you to write workflow information.
|
|
1351
1353
|
|
|
1352
1354
|
### ultraCartSimpleApiKey
|
|
1353
1355
|
|
|
@@ -1363,6 +1365,8 @@ Not every change is committed to every SDK.
|
|
|
1363
1365
|
|
|
1364
1366
|
| Version | Date | Comments |
|
|
1365
1367
|
| --: | :-: | --- |
|
|
1368
|
+
| 3.10.164 | 10/23/2023 | workflow tasks api |
|
|
1369
|
+
| 3.10.163 | 10/16/2023 | CartSettingsPaymentCreditCard - add collect_credit_card_verification_number_minimum |
|
|
1366
1370
|
| 3.10.162 | 09/28/2023 | dw bi - add aggregation constant of none |
|
|
1367
1371
|
| 3.10.161 | 09/22/2023 | dwbi - new option to control order-by of result set |
|
|
1368
1372
|
| 3.10.160 | 09/15/2023 | new item fields for additional barcodes |
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**collect_credit_card_verification_number** | **BOOLEAN** | True if the credit card verification number should be collected | [optional]
|
|
7
|
+
**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]
|
|
7
8
|
**credit_card_types** | **Array<String>** | Available credit card types | [optional]
|
|
8
9
|
**hosted_fields_shopping_cart_token** | **String** | The shoppingCartToken needed for proper initialization of hosted fields collection | [optional]
|
|
9
10
|
|
data/docs/ConversationApi.md
CHANGED
|
@@ -18,7 +18,7 @@ Method | HTTP request | Description
|
|
|
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
|
|
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
|
|
@@ -716,9 +716,9 @@ Name | Type | Description | Notes
|
|
|
716
716
|
# **get_conversation_multimedia_upload_url**
|
|
717
717
|
> ConversationMultimediaUploadUrlResponse get_conversation_multimedia_upload_url(extension)
|
|
718
718
|
|
|
719
|
-
Get a presigned
|
|
719
|
+
Get a presigned conversation multimedia upload URL
|
|
720
720
|
|
|
721
|
-
Get a presigned
|
|
721
|
+
Get a presigned conversation multimedia upload URL
|
|
722
722
|
|
|
723
723
|
### Example
|
|
724
724
|
```ruby
|
|
@@ -734,7 +734,7 @@ extension = 'extension_example' # String |
|
|
|
734
734
|
|
|
735
735
|
|
|
736
736
|
begin
|
|
737
|
-
#Get a presigned
|
|
737
|
+
#Get a presigned conversation multimedia upload URL
|
|
738
738
|
result = api_instance.get_conversation_multimedia_upload_url(extension)
|
|
739
739
|
p result
|
|
740
740
|
rescue UltracartClient::ApiError => e
|
|
@@ -768,8 +768,8 @@ module UltracartClient
|
|
|
768
768
|
end
|
|
769
769
|
return data, status_code, headers
|
|
770
770
|
end
|
|
771
|
-
# Get a presigned
|
|
772
|
-
# Get a presigned
|
|
771
|
+
# Get a presigned conversation multimedia upload URL
|
|
772
|
+
# Get a presigned conversation multimedia upload URL
|
|
773
773
|
# @param extension
|
|
774
774
|
# @param [Hash] opts the optional parameters
|
|
775
775
|
# @return [ConversationMultimediaUploadUrlResponse]
|
|
@@ -778,8 +778,8 @@ module UltracartClient
|
|
|
778
778
|
data
|
|
779
779
|
end
|
|
780
780
|
|
|
781
|
-
# Get a presigned
|
|
782
|
-
# Get a presigned
|
|
781
|
+
# Get a presigned conversation multimedia upload URL
|
|
782
|
+
# Get a presigned conversation multimedia upload URL
|
|
783
783
|
# @param extension
|
|
784
784
|
# @param [Hash] opts the optional parameters
|
|
785
785
|
# @return [Array<(ConversationMultimediaUploadUrlResponse, Fixnum, Hash)>] ConversationMultimediaUploadUrlResponse data, response status code and response headers
|
|
@@ -17,6 +17,9 @@ module UltracartClient
|
|
|
17
17
|
# True if the credit card verification number should be collected
|
|
18
18
|
attr_accessor :collect_credit_card_verification_number
|
|
19
19
|
|
|
20
|
+
# If this field is null or the total is greater than or equal to this value then collect the CVV2.
|
|
21
|
+
attr_accessor :collect_credit_card_verification_number_minimum
|
|
22
|
+
|
|
20
23
|
# Available credit card types
|
|
21
24
|
attr_accessor :credit_card_types
|
|
22
25
|
|
|
@@ -27,6 +30,7 @@ module UltracartClient
|
|
|
27
30
|
def self.attribute_map
|
|
28
31
|
{
|
|
29
32
|
:'collect_credit_card_verification_number' => :'collect_credit_card_verification_number',
|
|
33
|
+
:'collect_credit_card_verification_number_minimum' => :'collect_credit_card_verification_number_minimum',
|
|
30
34
|
:'credit_card_types' => :'credit_card_types',
|
|
31
35
|
:'hosted_fields_shopping_cart_token' => :'hosted_fields_shopping_cart_token'
|
|
32
36
|
}
|
|
@@ -36,6 +40,7 @@ module UltracartClient
|
|
|
36
40
|
def self.swagger_types
|
|
37
41
|
{
|
|
38
42
|
:'collect_credit_card_verification_number' => :'BOOLEAN',
|
|
43
|
+
:'collect_credit_card_verification_number_minimum' => :'Float',
|
|
39
44
|
:'credit_card_types' => :'Array<String>',
|
|
40
45
|
:'hosted_fields_shopping_cart_token' => :'String'
|
|
41
46
|
}
|
|
@@ -53,6 +58,10 @@ module UltracartClient
|
|
|
53
58
|
self.collect_credit_card_verification_number = attributes[:'collect_credit_card_verification_number']
|
|
54
59
|
end
|
|
55
60
|
|
|
61
|
+
if attributes.has_key?(:'collect_credit_card_verification_number_minimum')
|
|
62
|
+
self.collect_credit_card_verification_number_minimum = attributes[:'collect_credit_card_verification_number_minimum']
|
|
63
|
+
end
|
|
64
|
+
|
|
56
65
|
if attributes.has_key?(:'credit_card_types')
|
|
57
66
|
if (value = attributes[:'credit_card_types']).is_a?(Array)
|
|
58
67
|
self.credit_card_types = value
|
|
@@ -83,6 +92,7 @@ module UltracartClient
|
|
|
83
92
|
return true if self.equal?(o)
|
|
84
93
|
self.class == o.class &&
|
|
85
94
|
collect_credit_card_verification_number == o.collect_credit_card_verification_number &&
|
|
95
|
+
collect_credit_card_verification_number_minimum == o.collect_credit_card_verification_number_minimum &&
|
|
86
96
|
credit_card_types == o.credit_card_types &&
|
|
87
97
|
hosted_fields_shopping_cart_token == o.hosted_fields_shopping_cart_token
|
|
88
98
|
end
|
|
@@ -96,7 +106,7 @@ module UltracartClient
|
|
|
96
106
|
# Calculates hash code according to all attributes.
|
|
97
107
|
# @return [Fixnum] Hash code
|
|
98
108
|
def hash
|
|
99
|
-
[collect_credit_card_verification_number, credit_card_types, hosted_fields_shopping_cart_token].hash
|
|
109
|
+
[collect_credit_card_verification_number, collect_credit_card_verification_number_minimum, credit_card_types, hosted_fields_shopping_cart_token].hash
|
|
100
110
|
end
|
|
101
111
|
|
|
102
112
|
# Builds the object from hash
|
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.
|
|
4
|
+
version: 3.10.164
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|