ultracart_api 3.10.163 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e25b0792112f96978faedf62ee6db9a1c38259244aedcc33418ab5c5f3b57978
4
- data.tar.gz: 464c8403be01a3dacf3af4f5124c204f1e371eb271b6e4e53df76bd1792070b6
3
+ metadata.gz: ae0641b855392607eac5b66570a16983d242eb563387ff9b6e84a214d46c38ca
4
+ data.tar.gz: 5d7e48508430828b1839ae8ea994a9333e16b7f0030a0e0249688805215dccc5
5
5
  SHA512:
6
- metadata.gz: 275dd1a4eea1e7775896859417a0d7b723912df172a753cdb407bfcc3bf3bc9e64499e5d6a03db50365788bde5b78147f3e211ed13a7311165aae8e396746263
7
- data.tar.gz: fbc819a4195f6676ea5f8efea9486eb1d536ce14cc170a5cacd2a54f766662ea5709b648a9d8f8a5a16b9dd194de7397ae560ef15c062e0881968c8f22601131
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.163
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.163.gem
27
+ gem install ./ultracart_api-3.10.164.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.163.gem` to install the development dependencies)
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.163'
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 conersation multimedia upload URL
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,7 @@ 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 |
1366
1369
  | 3.10.163 | 10/16/2023 | CartSettingsPaymentCreditCard - add collect_credit_card_verification_number_minimum |
1367
1370
  | 3.10.162 | 09/28/2023 | dw bi - add aggregation constant of none |
1368
1371
  | 3.10.161 | 09/22/2023 | dwbi - new option to control order-by of result set |
@@ -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 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
@@ -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 conersation multimedia upload URL
719
+ Get a presigned conversation multimedia upload URL
720
720
 
721
- Get a presigned conersation multimedia upload URL
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 conersation multimedia upload URL
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 conersation multimedia upload URL
772
- # Get a presigned conersation multimedia upload URL
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 conersation multimedia upload URL
782
- # Get a presigned conersation multimedia upload URL
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
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.163'
14
+ VERSION = '3.10.164'
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.163
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-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