ultracart_api 4.0.180 → 4.0.181

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: 39c4cbaacb99003a56d90f6737e6426864fc58425a2d73d4fe21d5ae1d1ea862
4
- data.tar.gz: '09b01607d00a1c5b5c73f3807c9b7c0d7567050e8016a07a74a2f917b306a813'
3
+ metadata.gz: d59ca2c1ca5ead917ba7c39fa6ca1f12f1a65ff75fba92e372dc344dc60632a8
4
+ data.tar.gz: a2a0a5df40829bab73de56dbf3517db095bde4bea820ee42b21d69362319461f
5
5
  SHA512:
6
- metadata.gz: 6134c3492a3fab18ee243ebe4528b07abee4d1f96d0443fdd72ecf464190f36f38c7979495219eb4c75afe1423521b009b48db74caf7f0ced7a1b444b0ca626a
7
- data.tar.gz: 9dd33939d18ed9d5e67138d9c2f3898b23164b1b9b4f6a222279574d61459a8ca92d28b467f7d32a9f98737c0f3d02f97faf2d673c8beadccba473843e8fe6af
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.180
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.180.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.180.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.180'
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,7 @@ 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 |
1374
1377
  | 4.0.180 | 10/16/2023 | CartSettingsPaymentCreditCard - add collect_credit_card_verification_number_minimum |
1375
1378
  | 4.0.179 | 09/28/2023 | dw bi - add aggregation constant of none |
1376
1379
  | 4.0.178 | 09/22/2023 | dwbi - new option to control order-by of result set |
@@ -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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.180'
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.180
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-10-16 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