ultracart_api 4.0.110.rc → 4.0.111.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: 55ed4d64dd1436752aebe59d5a83206ad26640b1ed9b289d84214c7b2029dc3e
4
- data.tar.gz: 619a9eb800741cff9bed0c698713d796e3f8a71dd6a4f189f959c3f640be910b
3
+ metadata.gz: 4b6f43ccaab995220268888990e29fbc5fa98e123ac2bcd55705d6d0b7a76ad7
4
+ data.tar.gz: 7eca419c9cd26cfa6a04c5ab8b9cd80f3881f60a680a451bc9281c2f5cdd02c3
5
5
  SHA512:
6
- metadata.gz: 14c6f279b301e579e552f653e37c350356b41eba1754e683cc4ae47a244e57b990dc5343c9ff5e567143fe86f5f26c836a89b9d3c5062b0ddc00f58a29d10a2c
7
- data.tar.gz: 96110747debb83eb4115a34e927d33df44d4c606246e583193f485c1c13774d9224e4ea6be249f10395b5d576e0152c6c9bc7ad36ce77783768c67f4d850df76
6
+ metadata.gz: 1ec3aa30ee07eddc3db69ac3991dcf7797cf0d1d4d8e8ab260b1ade7b97d7124b6bcd6d610427f6bcb7122aff9f1c1294341f69734429cce5cce5f34f7397f65
7
+ data.tar.gz: f08b55143637c4ae25bcbb6d2f4c25b00bd07aaa667f36442cc1718cc97290621cd7d6836bff63b1825b0f3f621b8b393a9c9bf4646af1d77239500c959ccc7f
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.110.rc
10
+ - Package version: 4.0.111.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.110.rc.gem
27
+ gem install ./ultracart_api-4.0.111.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.110.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.111.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.110.rc'
36
+ gem 'ultracart_api', '~> 4.0.111.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1279,6 +1279,7 @@ Not every change is committed to every SDK.
1279
1279
 
1280
1280
  | Version | Date | Comments |
1281
1281
  | --: | :-: | --- |
1282
+ | 4.0.111-RC | 01/11/2023 | conversations - adjust search results to return multiple convo summaries |
1282
1283
  | 4.0.110-RC | 01/10/2023 | add method to query integration log record by oid |
1283
1284
  | 4.0.109-RC | 01/10/2023 | bug fix for typescript enum error due to apost |
1284
1285
  | 4.0.108-RC | 01/10/2023 | integration log tracking of associated auto order oids |
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **range_begin** | **Integer** | | [optional] |
8
8
  | **range_end** | **Integer** | | [optional] |
9
- | **records** | [**Array<Conversation>**](Conversation.md) | | [optional] |
9
+ | **records** | [**Array<ConversationSummary>**](ConversationSummary.md) | | [optional] |
10
10
  | **total** | **Integer** | | [optional] |
11
11
 
12
12
  ## Example
@@ -43,7 +43,7 @@ module UltracartClient
43
43
  {
44
44
  :'range_begin' => :'Integer',
45
45
  :'range_end' => :'Integer',
46
- :'records' => :'Array<Conversation>',
46
+ :'records' => :'Array<ConversationSummary>',
47
47
  :'total' => :'Integer'
48
48
  }
49
49
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.110.rc'
14
+ VERSION = '4.0.111.rc'
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.0.110.rc
4
+ version: 4.0.111.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-10 00:00:00.000000000 Z
11
+ date: 2023-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus