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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 071a2350e3bd48bb2f14f0199f4dc7bf0ae3733e506d89a252eeaae422c2cc44
4
- data.tar.gz: 1490837ec8c94afddc7a0a084a9a5a5d851fef6d77b0452430d4f91235b435f6
3
+ metadata.gz: 383b62ee32358bd29eb9959260065121e41f65880fb30ad04bffd1146d5e1a1d
4
+ data.tar.gz: 0aa6e25cf214e5252d1ad6ac9baf8361aae50c894027e6d09f812010be814da3
5
5
  SHA512:
6
- metadata.gz: bd8c96724564468c45f276ce2ff6b1ee07047c4fc34d989f3ec398b3fb520666ce8ac6acda0f6a059d6dc0f7967d6245da8472b697d97ed96701522ce17e8c7e
7
- data.tar.gz: 0a769e3a330a708d6af9027e569d9cc23507a91e4535b9ce37c040769545701fd6ef8a02dc285f4153f3c60176bfbffd93d7a34ac8e3eaa47eac1955374ce2f4
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.109
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.109'
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
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.1.109'
14
+ VERSION = '4.1.110'
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: 4.1.109
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-03 00:00:00.000000000 Z
11
+ date: 2026-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus