ultracart_api 4.1.24 → 4.1.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: 2f8038af927fbb87cce33b74f55dec578038d9c00da1c4ec8f7a9a535f079ed8
4
- data.tar.gz: 3d7efd0f8ddef0f7ac94e3fec1456b5de1f66982b4c53fe24a9ad12f0de40b3d
3
+ metadata.gz: b2a05885ff3c5a7d07ed7e33b0b6bfea4cee1b710b764298fc9b62450697938b
4
+ data.tar.gz: 11c9f534c2455927dec4deb1abcc8c63ab7e2e170db1de04aed96110786b4b78
5
5
  SHA512:
6
- metadata.gz: e0b3c85aa0020864860ab77825b1bfaac2583d60de473fd8a1a9d69f9fa91802ab8179caaa104245d79066529e7baa388d4121702ad2858c401941e17889ea79
7
- data.tar.gz: 4711da91c8631cd07f80f323e1bc81c6570f1267b784a598e52817bddb507a3d8071fd257e28111ede7a8d25a50c77d473abeebc4933c827187dad2aed97c8e7
6
+ metadata.gz: '04943e5336f94bcbf99ae10605bbe77612232903bfcc33c1b26bd8f8b1bdd14340d355a5341c42d06ba5ad152834120a5b6c2bd5b80f3e6f70d28dcd1e20784d'
7
+ data.tar.gz: d31635e14c0fc80e29a0cb57f7266be9dc72cd1b7ef4f70557edd054bad96de992b90711ac3013eb9c7c3d28cf669080040b0d6d017ae47e132d26f56d3672dc
data/README.md CHANGED
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
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.1.24
10
+ - Package version: 4.1.25
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  - For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
13
13
 
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
16
16
  gemfile:
17
17
 
18
18
  ```shell
19
- gem 'ultracart_api', '4.1.24'
19
+ gem 'ultracart_api', '4.1.25'
20
20
  ```
21
21
 
22
22
  install:
@@ -153,7 +153,7 @@ Class | Method | HTTP request | Description
153
153
  *UltracartClient::ConversationApi* | [**get_conversation_departments**](docs/ConversationApi.md#get_conversation_departments) | **GET** /conversation/departments | Retrieve a list of departments ordered by name
154
154
  *UltracartClient::ConversationApi* | [**get_conversation_engagement**](docs/ConversationApi.md#get_conversation_engagement) | **GET** /conversation/engagements/{conversation_engagement_oid} | Retrieve an engagement
155
155
  *UltracartClient::ConversationApi* | [**get_conversation_engagements**](docs/ConversationApi.md#get_conversation_engagements) | **GET** /conversation/engagements | Retrieve a list of engagements ordered by name
156
- *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
156
+ *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
157
157
  *UltracartClient::ConversationApi* | [**get_conversation_messages**](docs/ConversationApi.md#get_conversation_messages) | **GET** /conversation/conversations/{conversation_uuid}/messages/{since} | Retrieve conversation messages
158
158
  *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
159
159
  *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
@@ -1587,6 +1587,7 @@ Not every change is committed to every SDK.
1587
1587
 
1588
1588
  | Version | Date | Comments |
1589
1589
  | --: | :-: | --- |
1590
+ | 4.1.25 | 10/20/2025 | conversation api bug fix for bad url on agent profile kb upload |
1590
1591
  | 4.1.24 | 10/20/2025 | new perm flag on conversation virtual agent capabilities |
1591
1592
  | 4.1.23 | 10/14/2025 | CustomerApi.deleteWishlistItem bug fix for bad response type |
1592
1593
  | 4.1.22 | 10/06/2025 | added Customer.fax back into object model |
@@ -28,7 +28,7 @@ All URIs are relative to *https://secure.ultracart.com/rest/v2*
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 |
@@ -1565,7 +1565,7 @@ module UltracartClient
1565
1565
  fail ArgumentError, "Missing the required parameter 'extension' when calling ConversationApi.get_conversation_knowledge_base_document_upload_url"
1566
1566
  end
1567
1567
  # resource path
1568
- local_var_path = '/conversation//rest/v2/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}'.sub('{' + 'user_id' + '}', CGI.escape(user_id.to_s)).sub('{' + 'extension' + '}', CGI.escape(extension.to_s))
1568
+ local_var_path = '/conversation/agent/profiles/{user_id}/knowledge_base/upload_url/{extension}'.sub('{' + 'user_id' + '}', CGI.escape(user_id.to_s)).sub('{' + 'extension' + '}', CGI.escape(extension.to_s))
1569
1569
 
1570
1570
  # query parameters
1571
1571
  query_params = opts[:query_params] || {}
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.1.24'
14
+ VERSION = '4.1.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: 4.1.24
4
+ version: 4.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart