ultracart_api 3.11.24 → 3.11.25

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: d34d852ef406cbb9c9feab711ed3a9eee80412995da5dcf2187cb09641d1100a
4
- data.tar.gz: 8a1740348d1b1a73907221a4f5b5b9667c743f94b3213b3c5e1113d3df8da871
3
+ metadata.gz: 6e260e60adb1c5cb0080901ec9b3128c1a0e988111204ffbe7d8106420901f60
4
+ data.tar.gz: 5a122f322db56ca0b9e50d55a15fed6ee6c6a04108d850c086fd5a11fb740f2c
5
5
  SHA512:
6
- metadata.gz: 071ec25d19e16e54f7d35dfa56b153d4a8bdaf3ae9bec3da35f70316d09b1dd170435aad53b061ee1c8083d88cd14a5f9bdcb45ec4d08cb0581568ae6939d6fc
7
- data.tar.gz: 43686907f5671717343f451cdac89eb66faf49b1a0ed3a0f9f13456858cfd5468d76e6235102f8fafbfbddd89b76e26db1e262e80f5171989b9b184c5f9c0c8e
6
+ metadata.gz: 71afc84895abb25e1040f962fb38c3a7a252eb04b003e233a0f17a9a36d378298901dbf0eab4334902993786629b2fb12d1d9b71fbe1431c8fd744c1790a79a9
7
+ data.tar.gz: 17438a84e8cc9ac5766660c9a29f70aabdf5846e957932edd8c8e26e16e764be554df6d181bb02b4dd56b4a2de38966f5fcf2c7de2a1c9c54e636b5d2ae53ded
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.11.24
10
+ - Package version: 3.11.25
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
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.11.24.gem
27
+ gem install ./ultracart_api-3.11.25.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.24.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.25.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.11.24'
35
+ gem 'ultracart_api', '~> 3.11.25'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -157,7 +157,7 @@ Class | Method | HTTP request | Description
157
157
  *UltracartClient::ConversationApi* | [**get_conversation_departments**](docs/ConversationApi.md#get_conversation_departments) | **GET** /conversation/departments | Retrieve a list of departments ordered by name
158
158
  *UltracartClient::ConversationApi* | [**get_conversation_engagement**](docs/ConversationApi.md#get_conversation_engagement) | **GET** /conversation/engagements/{conversation_engagement_oid} | Retrieve an engagement
159
159
  *UltracartClient::ConversationApi* | [**get_conversation_engagements**](docs/ConversationApi.md#get_conversation_engagements) | **GET** /conversation/engagements | Retrieve a list of engagements ordered by name
160
- *UltracartClient::ConversationApi* | [**get_conversation_knowledge_base_document_upload_url**](docs/ConversationApi.md#get_conversation_knowledge_base_document_upload_url) | **GET** /conversation//rest/v2/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension} | Get a pre-signed conversation knowledge base document upload URL
160
+ *UltracartClient::ConversationApi* | [**get_conversation_knowledge_base_document_upload_url**](docs/ConversationApi.md#get_conversation_knowledge_base_document_upload_url) | **GET** /conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension} | Get a pre-signed conversation knowledge base document upload URL
161
161
  *UltracartClient::ConversationApi* | [**get_conversation_messages**](docs/ConversationApi.md#get_conversation_messages) | **GET** /conversation/conversations/{conversation_uuid}/messages/{since} | Retrieve conversation messages
162
162
  *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
163
163
  *UltracartClient::ConversationApi* | [**get_conversation_pbx_audio_upload_url**](docs/ConversationApi.md#get_conversation_pbx_audio_upload_url) | **GET** /conversation/pbx/audio/upload_url/{extension} | Get a pre-signed conversation multimedia upload URL
@@ -1589,6 +1589,7 @@ Not every change is committed to every SDK.
1589
1589
 
1590
1590
  | Version | Date | Comments |
1591
1591
  | --: | :-: | --- |
1592
+ | 3.11.25 | 10/20/2025 | conversation api bug fix for bad url on agent profile kb upload |
1592
1593
  | 3.11.24 | 10/20/2025 | new perm flag on conversation virtual agent capabilities |
1593
1594
  | 3.11.23 | 10/14/2025 | CustomerApi.deleteWishlistItem bug fix for bad response type |
1594
1595
  | 3.11.22 | 10/06/2025 | added Customer.fax back into object model |
@@ -28,7 +28,7 @@ Method | HTTP request | Description
28
28
  [**get_conversation_departments**](ConversationApi.md#get_conversation_departments) | **GET** /conversation/departments | Retrieve a list of departments ordered by name
29
29
  [**get_conversation_engagement**](ConversationApi.md#get_conversation_engagement) | **GET** /conversation/engagements/{conversation_engagement_oid} | Retrieve an engagement
30
30
  [**get_conversation_engagements**](ConversationApi.md#get_conversation_engagements) | **GET** /conversation/engagements | Retrieve a list of engagements ordered by name
31
- [**get_conversation_knowledge_base_document_upload_url**](ConversationApi.md#get_conversation_knowledge_base_document_upload_url) | **GET** /conversation//rest/v2/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension} | Get a pre-signed conversation knowledge base document upload URL
31
+ [**get_conversation_knowledge_base_document_upload_url**](ConversationApi.md#get_conversation_knowledge_base_document_upload_url) | **GET** /conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension} | Get a pre-signed conversation knowledge base document upload URL
32
32
  [**get_conversation_messages**](ConversationApi.md#get_conversation_messages) | **GET** /conversation/conversations/{conversation_uuid}/messages/{since} | Retrieve conversation messages
33
33
  [**get_conversation_multimedia_upload_url**](ConversationApi.md#get_conversation_multimedia_upload_url) | **GET** /conversation/upload_url/{extension} | Get a presigned conversation multimedia upload URL
34
34
  [**get_conversation_pbx_audio_upload_url**](ConversationApi.md#get_conversation_pbx_audio_upload_url) | **GET** /conversation/pbx/audio/upload_url/{extension} | Get a pre-signed conversation multimedia upload URL
@@ -1343,7 +1343,7 @@ module UltracartClient
1343
1343
  fail ArgumentError, "Missing the required parameter 'extension' when calling ConversationApi.get_conversation_knowledge_base_document_upload_url"
1344
1344
  end
1345
1345
  # resource path
1346
- local_var_path = '/conversation//rest/v2/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}'.sub('{' + 'user_id' + '}', user_id.to_s).sub('{' + 'extension' + '}', extension.to_s)
1346
+ local_var_path = '/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}'.sub('{' + 'user_id' + '}', user_id.to_s).sub('{' + 'extension' + '}', extension.to_s)
1347
1347
 
1348
1348
  # query parameters
1349
1349
  query_params = {}
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.11.24'
14
+ VERSION = '3.11.25'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.24
4
+ version: 3.11.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart