ultracart_api 3.11.37 → 3.11.38

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: 3a65b48fc7623dcf88c15997e6a051acbc2aa563d5a03242c20a237eb2ab4f51
4
- data.tar.gz: 25f93b858110f829d4b2db500e74939e6ac5b5620899cddbebdc42051eb52334
3
+ metadata.gz: 7c68f942b13640bd452273ef88c945b45a5b090c0bffacdd38ec5eb25494b996
4
+ data.tar.gz: 82a829b0b39cee3fdc57fbfc6bca303f4d0554b2d9f094326de3e4896ef8b9d8
5
5
  SHA512:
6
- metadata.gz: c5cb7baabf4cea06ebc90005ce0e5f58b7e67d94208a615cd51b236d58d822f8a53de1ccb25c40c482c53f2893c58ccedfef6565a87cec745c1096a8f44a05cc
7
- data.tar.gz: b66e02af4c34c382b8de3c522063972ce2ef34c479982789ad097d6f17c7159d7f039bdf1fdb2f28ab0e5709f255e1e956a8ab882a3888f9c795895debb43a0c
6
+ metadata.gz: 84c3a8e42c63921f91fee234b73fc1e837bf9a1ae06ea27d56166992198bfe9fccab296b8c2fb1c4f47ee8437771b43e79b1999d44e0cc8914fd08d63b8013fa
7
+ data.tar.gz: 55c6185e883ec2526a1ad08ae6fa3b5cc7c0c722124fe44f127287bb4b501683881ba13c6849b11729478bb069d49c78f84f8e8af41f0b82733261dac0663af8
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.37
10
+ - Package version: 3.11.38
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.37.gem
27
+ gem install ./ultracart_api-3.11.38.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.37.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.38.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.37'
35
+ gem 'ultracart_api', '~> 3.11.38'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1605,6 +1605,7 @@ Not every change is committed to every SDK.
1605
1605
 
1606
1606
  | Version | Date | Comments |
1607
1607
  | --: | :-: | --- |
1608
+ | 3.11.38 | 12/29/2025 | conversations - AI agent level capabilities |
1608
1609
  | 3.11.37 | 12/29/2025 | conversations - pbx agent AI flag |
1609
1610
  | 3.11.36 | 12/22/2025 | conversation - agent auth worker token v2 |
1610
1611
  | 3.11.35 | 12/02/2025 | caching option added to getCustomers, created new method searchCustomers |
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **ai** | **BOOLEAN** | AI powered chat bot | [optional]
7
+ **ai_capabilities** | [**ConversationVirtualAgentCapabilities**](ConversationVirtualAgentCapabilities.md) | | [optional]
7
8
  **ai_chat_instructions** | **String** | Additional instructions for this AI when handle web chats | [optional]
8
9
  **ai_persona** | **String** | Persona of this AI agent | [optional]
9
10
  **ai_sms_instructions** | **String** | Additional instructions for this AI when handle SMS messages | [optional]
@@ -17,6 +17,8 @@ module UltracartClient
17
17
  # AI powered chat bot
18
18
  attr_accessor :ai
19
19
 
20
+ attr_accessor :ai_capabilities
21
+
20
22
  # Additional instructions for this AI when handle web chats
21
23
  attr_accessor :ai_chat_instructions
22
24
 
@@ -85,6 +87,7 @@ module UltracartClient
85
87
  def self.attribute_map
86
88
  {
87
89
  :'ai' => :'ai',
90
+ :'ai_capabilities' => :'ai_capabilities',
88
91
  :'ai_chat_instructions' => :'ai_chat_instructions',
89
92
  :'ai_persona' => :'ai_persona',
90
93
  :'ai_sms_instructions' => :'ai_sms_instructions',
@@ -106,6 +109,7 @@ module UltracartClient
106
109
  def self.swagger_types
107
110
  {
108
111
  :'ai' => :'BOOLEAN',
112
+ :'ai_capabilities' => :'ConversationVirtualAgentCapabilities',
109
113
  :'ai_chat_instructions' => :'String',
110
114
  :'ai_persona' => :'String',
111
115
  :'ai_sms_instructions' => :'String',
@@ -135,6 +139,10 @@ module UltracartClient
135
139
  self.ai = attributes[:'ai']
136
140
  end
137
141
 
142
+ if attributes.has_key?(:'ai_capabilities')
143
+ self.ai_capabilities = attributes[:'ai_capabilities']
144
+ end
145
+
138
146
  if attributes.has_key?(:'ai_chat_instructions')
139
147
  self.ai_chat_instructions = attributes[:'ai_chat_instructions']
140
148
  end
@@ -227,6 +235,7 @@ module UltracartClient
227
235
  return true if self.equal?(o)
228
236
  self.class == o.class &&
229
237
  ai == o.ai &&
238
+ ai_capabilities == o.ai_capabilities &&
230
239
  ai_chat_instructions == o.ai_chat_instructions &&
231
240
  ai_persona == o.ai_persona &&
232
241
  ai_sms_instructions == o.ai_sms_instructions &&
@@ -252,7 +261,7 @@ module UltracartClient
252
261
  # Calculates hash code according to all attributes.
253
262
  # @return [Fixnum] Hash code
254
263
  def hash
255
- [ai, ai_chat_instructions, ai_persona, ai_sms_instructions, ai_ticket_instructions, chat_limit, default_language_iso_code, default_status, display_name, name, profile_image_upload_key, profile_image_url, user_id, zohodesk_classifications, zohodesk_departments].hash
264
+ [ai, ai_capabilities, ai_chat_instructions, ai_persona, ai_sms_instructions, ai_ticket_instructions, chat_limit, default_language_iso_code, default_status, display_name, name, profile_image_upload_key, profile_image_url, user_id, zohodesk_classifications, zohodesk_departments].hash
256
265
  end
257
266
 
258
267
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.11.37'
14
+ VERSION = '3.11.38'
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.37
4
+ version: 3.11.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart