ultracart_api 4.0.100.rc → 4.0.101.rc

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: 762a40805b652da96c82cdb8b5608aa7907bf3e5d962809c49436bc9e01c249e
4
- data.tar.gz: 4895f6e1529dc3b54b6b6c8281a7f1def6f10ae00e2451f4074c612c73d99591
3
+ metadata.gz: 0be4dbdc4b360492c8c96af3b10205eec426ec9b984078357226718a77dfb4ec
4
+ data.tar.gz: 0d2093ddbfb5ebaef6922de4d090d1df575d06899e8349712213caebd945a29c
5
5
  SHA512:
6
- metadata.gz: 37ab770d394b689a6179d781fe60a11dc5d1ba84fb0f35bfa0c1b93c9e5db9e530516708fe5336093da1e6882ba90b47c74882347cbd5eab76b1fac0a2f69c0d
7
- data.tar.gz: 4e949dad14070dce9a6e84a48fee5c2e54f570d513aaffadb104993cc2857c18b2e88421372dd4e1b86a324b4d4f5d74fce30cc93f0461bc83cde7b490ce26b0
6
+ metadata.gz: 32cf83220ef8f246e48789113bb58c2a3570bbebd76138b1fcd2009f014a81f8f7c41c7149cf304bbf13e4bb5cf4510d4fb65d89aeec5f538dba6f7d777dc938
7
+ data.tar.gz: 773da20b040e3ec0024733fb00ee2d763da4a60b2040efd743b07b54bd1b88ca7eb5cef1616cb34afeea33a8cae925d5d4efe6e1245a86c33005d9cc574b544d
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
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.0.100.rc
10
+ - Package version: 4.0.101.rc
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.100.rc.gem
27
+ gem install ./ultracart_api-4.0.101.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.100.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.101.rc.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.100.rc'
36
+ gem 'ultracart_api', '~> 4.0.101.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1268,6 +1268,7 @@ Not every change is committed to every SDK.
1268
1268
 
1269
1269
  | Version | Date | Comments |
1270
1270
  | --: | :-: | --- |
1271
+ | 4.0.101-RC | 12/20/2022 | conversation engagement update |
1271
1272
  | 4.0.100-RC | 12/20/2022 | conversation engagement update |
1272
1273
  | 4.0.99-RC | 12/15/2022 | conversation search - added start date filtering |
1273
1274
  | 4.0.98-RC | 12/15/2022 | conversation searching |
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.100.rc'
14
+ VERSION = '4.0.101.rc'
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.0.100.rc
4
+ version: 4.0.101.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart