ultracart_api 3.10.93 → 3.10.94

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: 3161d3b50de816508648f0a548988a1f0e19bd2f484c65b8970d2d3deca6fce7
4
- data.tar.gz: a6e49318d0169c038aae5f79f6d6f557d874b650eb5fbe6a214abcd1dfb2d46f
3
+ metadata.gz: d3237e3f9a5f0d0507dd42a1d5f888569d417f15b78e4090cf5e558b63dc7475
4
+ data.tar.gz: 194242afd7ac7ade8d4e4fb3a37cdc43cf78821c1a7713f85be17ad5d896c500
5
5
  SHA512:
6
- metadata.gz: 639161637d8d20430baa413722bcf345df06a72ca7e07ef7b67458942362dc815ae297c9599f9c643bf94aa2831fa25054584800718d2c3fd535e1dd956147d5
7
- data.tar.gz: 1fb3e14ac48e7b34a00f92ab55068e894869a7ff538b1650a11c89d2b5d2c781a81d4b4ddbcd6d3225493ef9b646ac08a41a9a4c84a968e7b6eeeac3115a8748
6
+ metadata.gz: c9009738f5bfb155a8f7e422610fdc061717a57c1266330529485efd4bd952a1ee5c5c28ece1ba356cb5425c4b29fe57ebf0b5f12a6905f10c4709a990278626
7
+ data.tar.gz: 0d42a3bfa1ff4503b43d47c436c1dce95f58ccd6cd9447956f55b4e1b0034d07a04c2fca19fc5907a687ec3dd68014472a071dd5acf1b83a280e60fdfd22320b
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.10.93
10
+ - Package version: 3.10.94
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
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.10.93.gem
27
+ gem install ./ultracart_api-3.10.94.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.93.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.94.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.10.93'
35
+ gem 'ultracart_api', '~> 3.10.94'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1271,6 +1271,7 @@ Not every change is committed to every SDK.
1271
1271
 
1272
1272
  | Version | Date | Comments |
1273
1273
  | --: | :-: | --- |
1274
+ | 3.10.94 | 01/11/2023 | conversations - adjust search results to return multiple convo summaries |
1274
1275
  | 3.10.93 | 01/10/2023 | add method to query integration log record by oid |
1275
1276
  | 3.10.92 | 01/10/2023 | bug fix for typescript enum error due to apost |
1276
1277
  | 3.10.91 | 01/10/2023 | integration log tracking of associated auto order oids |
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **range_begin** | **Integer** | | [optional]
7
7
  **range_end** | **Integer** | | [optional]
8
- **records** | [**Array<Conversation>**](Conversation.md) | | [optional]
8
+ **records** | [**Array<ConversationSummary>**](ConversationSummary.md) | | [optional]
9
9
  **total** | **Integer** | | [optional]
10
10
 
11
11
 
@@ -37,7 +37,7 @@ module UltracartClient
37
37
  {
38
38
  :'range_begin' => :'Integer',
39
39
  :'range_end' => :'Integer',
40
- :'records' => :'Array<Conversation>',
40
+ :'records' => :'Array<ConversationSummary>',
41
41
  :'total' => :'Integer'
42
42
  }
43
43
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.93'
14
+ VERSION = '3.10.94'
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: 3.10.93
4
+ version: 3.10.94
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