ultracart_api 4.0.136 → 4.0.137

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: 4e0b1c8207b56878997ef2951b9e99fa9640b12d4bf71a7620940f131eceedb8
4
- data.tar.gz: a3ea07efffdc1c617cbcee9a6f0508a408c05def0cc97c20169cc91f242551e5
3
+ metadata.gz: bb2ece4a88215f09744be53e9471a638c39a45738797086e3fea56b784b9a084
4
+ data.tar.gz: 4d5b4e9d3845139767603e0b1e4c324fbac8bc1ec19b3521579cb16d0fcf239f
5
5
  SHA512:
6
- metadata.gz: 16679dec7f81f930d30f1613e527e42074e81df3eada5ca41bfc5d5a721747bb83e9e526f3dbbe29bee9720f66ab96af6adc312758287d792932fa7c5f9adbbc
7
- data.tar.gz: 5af8da953873bfa9a1f997483223f5cf719f8b3506c94e3bd2e112c7885ba0a36b6374ce094be91ccec3221a011c31f897c52cb303e5e8276d1239582780d16c
6
+ metadata.gz: 141e6e90ab31f05aa6bcbac8e270c015351de7f5a5ca1e3283f95bfd99f9344574f44ab1de0190a26c30bc7648120fcf8e2af705579d710f1329a2dbcaad41a7
7
+ data.tar.gz: d7fc5d63a840818cf8e93b8cb0f136a84615b0137ce8fde98d34365f33a7966f77168c6f42e695ea3ffe8a7815ecfd52958cf1ae0467e6729b9568309419b754
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.136
10
+ - Package version: 4.0.137
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.136.gem
27
+ gem install ./ultracart_api-4.0.137.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.136.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.137.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.136'
36
+ gem 'ultracart_api', '~> 4.0.137'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1311,6 +1311,7 @@ Not every change is committed to every SDK.
1311
1311
 
1312
1312
  | Version | Date | Comments |
1313
1313
  | --: | :-: | --- |
1314
+ | 4.0.137 | 02/22/2023 | convo - customer initiated flag on engagement |
1314
1315
  | 4.0.136 | 02/20/2023 | refund reasons |
1315
1316
  | 4.0.135 | 02/17/2023 | convo api - smsUnsubscribeConversation method |
1316
1317
  | 4.0.134 | 02/15/2023 | added auto order sorting by next_shipment_dts |
@@ -7,6 +7,7 @@
7
7
  | **active** | **Boolean** | | [optional] |
8
8
  | **conversation_engagement_oid** | **Integer** | | [optional] |
9
9
  | **customer_greeting** | **String** | | [optional] |
10
+ | **customer_initiated** | **Boolean** | | [optional] |
10
11
  | **department_oids** | **Array<Integer>** | | [optional] |
11
12
  | **engagement_name** | **String** | | [optional] |
12
13
  | **equation** | [**ConversationEngagementEquation**](ConversationEngagementEquation.md) | | [optional] |
@@ -22,6 +23,7 @@ instance = UltracartClient::ConversationEngagement.new(
22
23
  active: null,
23
24
  conversation_engagement_oid: null,
24
25
  customer_greeting: null,
26
+ customer_initiated: null,
25
27
  department_oids: null,
26
28
  engagement_name: null,
27
29
  equation: null,
@@ -21,6 +21,8 @@ module UltracartClient
21
21
 
22
22
  attr_accessor :customer_greeting
23
23
 
24
+ attr_accessor :customer_initiated
25
+
24
26
  attr_accessor :department_oids
25
27
 
26
28
  attr_accessor :engagement_name
@@ -60,6 +62,7 @@ module UltracartClient
60
62
  :'active' => :'active',
61
63
  :'conversation_engagement_oid' => :'conversation_engagement_oid',
62
64
  :'customer_greeting' => :'customer_greeting',
65
+ :'customer_initiated' => :'customer_initiated',
63
66
  :'department_oids' => :'department_oids',
64
67
  :'engagement_name' => :'engagement_name',
65
68
  :'equation' => :'equation',
@@ -79,6 +82,7 @@ module UltracartClient
79
82
  :'active' => :'Boolean',
80
83
  :'conversation_engagement_oid' => :'Integer',
81
84
  :'customer_greeting' => :'String',
85
+ :'customer_initiated' => :'Boolean',
82
86
  :'department_oids' => :'Array<Integer>',
83
87
  :'engagement_name' => :'String',
84
88
  :'equation' => :'ConversationEngagementEquation',
@@ -120,6 +124,10 @@ module UltracartClient
120
124
  self.customer_greeting = attributes[:'customer_greeting']
121
125
  end
122
126
 
127
+ if attributes.key?(:'customer_initiated')
128
+ self.customer_initiated = attributes[:'customer_initiated']
129
+ end
130
+
123
131
  if attributes.key?(:'department_oids')
124
132
  if (value = attributes[:'department_oids']).is_a?(Array)
125
133
  self.department_oids = value
@@ -176,6 +184,7 @@ module UltracartClient
176
184
  active == o.active &&
177
185
  conversation_engagement_oid == o.conversation_engagement_oid &&
178
186
  customer_greeting == o.customer_greeting &&
187
+ customer_initiated == o.customer_initiated &&
179
188
  department_oids == o.department_oids &&
180
189
  engagement_name == o.engagement_name &&
181
190
  equation == o.equation &&
@@ -192,7 +201,7 @@ module UltracartClient
192
201
  # Calculates hash code according to all attributes.
193
202
  # @return [Integer] Hash code
194
203
  def hash
195
- [active, conversation_engagement_oid, customer_greeting, department_oids, engagement_name, equation, time_on_page, visitor_type].hash
204
+ [active, conversation_engagement_oid, customer_greeting, customer_initiated, department_oids, engagement_name, equation, time_on_page, visitor_type].hash
196
205
  end
197
206
 
198
207
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.136'
14
+ VERSION = '4.0.137'
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.136
4
+ version: 4.0.137
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-20 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus