ultracart_api 4.1.109 → 4.1.110
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 +4 -4
- data/README.md +3 -2
- data/lib/ultracart_api/models/conversation_message.rb +2 -2
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 383b62ee32358bd29eb9959260065121e41f65880fb30ad04bffd1146d5e1a1d
|
|
4
|
+
data.tar.gz: 0aa6e25cf214e5252d1ad6ac9baf8361aae50c894027e6d09f812010be814da3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e144e6887e07913e4a6375e3c6006a5b17a4120776e75d571bb1dbefffdaca8e9737f51fa7b6234bf91ece9e9e9b9194d3b14de38c04a92943019a06d04c4ca
|
|
7
|
+
data.tar.gz: ebdbf5b756cd38e455671d5a7c5348d21fd91e342466366c8b180cd2c9a6e0b88998b317ce4a5d9fd69e5e80520c7e4e29babab146f3a9b168a3bbff87155a49
|
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.
|
|
10
|
+
- Package version: 4.1.110
|
|
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.
|
|
19
|
+
gem 'ultracart_api', '4.1.110'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -1806,6 +1806,7 @@ Not every change is committed to every SDK.
|
|
|
1806
1806
|
|
|
1807
1807
|
| Version | Date | Comments |
|
|
1808
1808
|
| --: | :-: | --- |
|
|
1809
|
+
| 4.1.110 | 07/06/2026 | Conversation - CRM message type constant for tool call |
|
|
1809
1810
|
| 4.1.109 | 07/03/2026 | bulk import endpoints (alpha) |
|
|
1810
1811
|
| 4.1.108 | 07/03/2026 | bulk import endpoints (alpha) |
|
|
1811
1812
|
| 4.1.107 | 07/03/2026 | bulk import endpoints (alpha) |
|
|
@@ -226,7 +226,7 @@ module UltracartClient
|
|
|
226
226
|
# Check to see if the all the properties in the model are valid
|
|
227
227
|
# @return true if the model is valid
|
|
228
228
|
def valid?
|
|
229
|
-
type_validator = EnumAttributeValidator.new('String', ["message", "notice", "engagement prompt"])
|
|
229
|
+
type_validator = EnumAttributeValidator.new('String', ["message", "notice", "engagement prompt", "tool call"])
|
|
230
230
|
return false unless type_validator.valid?(@type)
|
|
231
231
|
true
|
|
232
232
|
end
|
|
@@ -234,7 +234,7 @@ module UltracartClient
|
|
|
234
234
|
# Custom attribute writer method checking allowed values (enum).
|
|
235
235
|
# @param [Object] type Object to be assigned
|
|
236
236
|
def type=(type)
|
|
237
|
-
validator = EnumAttributeValidator.new('String', ["message", "notice", "engagement prompt"])
|
|
237
|
+
validator = EnumAttributeValidator.new('String', ["message", "notice", "engagement prompt", "tool call"])
|
|
238
238
|
unless validator.valid?(type)
|
|
239
239
|
fail ArgumentError, "invalid value for \"type\", must be one of #{validator.allowable_values}."
|
|
240
240
|
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.1.
|
|
4
|
+
version: 4.1.110
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|