ultracart_api 4.0.90.rc → 4.0.91.rc

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33716e5c02b452d1bc9b8d2972d7959dcbb6f1d9c98cefbb25fdea95876715c6
4
- data.tar.gz: 9e8c56875abfccb19e1cc52cab7b22ce005ca061d8cd795afa337efa853f7cd0
3
+ metadata.gz: 25e96decee5cbe02863dcc5160000d54e507905f01913e73db395dd3dafe38b7
4
+ data.tar.gz: d0234a670742c2e73a2ec200744a37bfbd8e196fce69c9c5ce84948de6e3e0e4
5
5
  SHA512:
6
- metadata.gz: 4ee903116eba65e05721cdde09a1e1a1bd302eae5cf5706d1d5605004590cf3899e7dd0664cb33615170d2b54dc03d0bfa9fa4081ce019cea884f291a448ab29
7
- data.tar.gz: ba2723a88627e54139b9ee1478a6c7a8b5331d7b7b337408b8bc6a136fdcf3c34db1acc5ab1338fd62fbd9892f8ee8089039af6f42b561437b121e08a2d09b00
6
+ metadata.gz: 6e462ee027c6940f14e00e0ccb0d432243cbf7e25d4bd7b2e23d5e12fb45abc6d2f49acc44ca74733d8be1ecd087dacf6a9106898ba6fa1dd3fd93abac538e1f
7
+ data.tar.gz: 6f6188975dc9a196609a95b56ed5da4520204fd1b9b97223c36b68de3c5424cdd56b7e8fd3f64484994f229cb962fca2cc855a9648f6a93c2411f0db22784f56
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.90.rc
10
+ - Package version: 4.0.91.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.90.rc.gem
27
+ gem install ./ultracart_api-4.0.91.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.90.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.91.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.90.rc'
36
+ gem 'ultracart_api', '~> 4.0.91.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1234,6 +1234,7 @@ Not every change is committed to every SDK.
1234
1234
 
1235
1235
  | Version | Date | Comments |
1236
1236
  | --: | :-: | --- |
1237
+ | 4.0.91-RC | 12/02/2022 | conversations - customer last unresponded dts |
1237
1238
  | 4.0.90-RC | 11/30/2022 | conversations - add order and auto order information to webchat context |
1238
1239
  | 4.0.89-RC | 11/30/2022 | order item - addl fields for linking kits to kit components |
1239
1240
  | 4.0.88-RC | 11/29/2022 | converstation marked convo read method |
data/docs/Conversation.md CHANGED
@@ -8,6 +8,7 @@
8
8
  | **closed** | **Boolean** | | [optional] |
9
9
  | **conversation_arn** | **String** | | [optional] |
10
10
  | **conversation_uuid** | **String** | | [optional] |
11
+ | **customer_first_message_unresponded_to_dts** | **String** | Date/time of the first customer message that is unresponded to. | [optional] |
11
12
  | **last_conversation_message_body** | **String** | | [optional] |
12
13
  | **last_conversation_participant_arn** | **String** | | [optional] |
13
14
  | **last_conversation_participant_name** | **String** | | [optional] |
@@ -32,6 +33,7 @@ instance = UltracartClient::Conversation.new(
32
33
  closed: null,
33
34
  conversation_arn: null,
34
35
  conversation_uuid: null,
36
+ customer_first_message_unresponded_to_dts: null,
35
37
  last_conversation_message_body: null,
36
38
  last_conversation_participant_arn: null,
37
39
  last_conversation_participant_name: null,
@@ -7,6 +7,7 @@
7
7
  | **closed** | **Boolean** | | [optional] |
8
8
  | **conversation_arn** | **String** | | [optional] |
9
9
  | **conversation_uuid** | **String** | | [optional] |
10
+ | **customer_first_message_unresponded_to_dts** | **String** | Date/time of the first customer message that is unresponded to. | [optional] |
10
11
  | **last_conversation_message_body** | **String** | | [optional] |
11
12
  | **last_conversation_participant_arn** | **String** | | [optional] |
12
13
  | **last_conversation_participant_name** | **String** | | [optional] |
@@ -29,6 +30,7 @@ instance = UltracartClient::ConversationSummary.new(
29
30
  closed: null,
30
31
  conversation_arn: null,
31
32
  conversation_uuid: null,
33
+ customer_first_message_unresponded_to_dts: null,
32
34
  last_conversation_message_body: null,
33
35
  last_conversation_participant_arn: null,
34
36
  last_conversation_participant_name: null,
@@ -24,6 +24,9 @@ module UltracartClient
24
24
 
25
25
  attr_accessor :conversation_uuid
26
26
 
27
+ # Date/time of the first customer message that is unresponded to.
28
+ attr_accessor :customer_first_message_unresponded_to_dts
29
+
27
30
  attr_accessor :last_conversation_message_body
28
31
 
29
32
  attr_accessor :last_conversation_participant_arn
@@ -83,6 +86,7 @@ module UltracartClient
83
86
  :'closed' => :'closed',
84
87
  :'conversation_arn' => :'conversation_arn',
85
88
  :'conversation_uuid' => :'conversation_uuid',
89
+ :'customer_first_message_unresponded_to_dts' => :'customer_first_message_unresponded_to_dts',
86
90
  :'last_conversation_message_body' => :'last_conversation_message_body',
87
91
  :'last_conversation_participant_arn' => :'last_conversation_participant_arn',
88
92
  :'last_conversation_participant_name' => :'last_conversation_participant_name',
@@ -111,6 +115,7 @@ module UltracartClient
111
115
  :'closed' => :'Boolean',
112
116
  :'conversation_arn' => :'String',
113
117
  :'conversation_uuid' => :'String',
118
+ :'customer_first_message_unresponded_to_dts' => :'String',
114
119
  :'last_conversation_message_body' => :'String',
115
120
  :'last_conversation_participant_arn' => :'String',
116
121
  :'last_conversation_participant_name' => :'String',
@@ -164,6 +169,10 @@ module UltracartClient
164
169
  self.conversation_uuid = attributes[:'conversation_uuid']
165
170
  end
166
171
 
172
+ if attributes.key?(:'customer_first_message_unresponded_to_dts')
173
+ self.customer_first_message_unresponded_to_dts = attributes[:'customer_first_message_unresponded_to_dts']
174
+ end
175
+
167
176
  if attributes.key?(:'last_conversation_message_body')
168
177
  self.last_conversation_message_body = attributes[:'last_conversation_message_body']
169
178
  end
@@ -255,6 +264,7 @@ module UltracartClient
255
264
  closed == o.closed &&
256
265
  conversation_arn == o.conversation_arn &&
257
266
  conversation_uuid == o.conversation_uuid &&
267
+ customer_first_message_unresponded_to_dts == o.customer_first_message_unresponded_to_dts &&
258
268
  last_conversation_message_body == o.last_conversation_message_body &&
259
269
  last_conversation_participant_arn == o.last_conversation_participant_arn &&
260
270
  last_conversation_participant_name == o.last_conversation_participant_name &&
@@ -279,7 +289,7 @@ module UltracartClient
279
289
  # Calculates hash code according to all attributes.
280
290
  # @return [Integer] Hash code
281
291
  def hash
282
- [base_language_iso_code, closed, conversation_arn, conversation_uuid, last_conversation_message_body, last_conversation_participant_arn, last_conversation_participant_name, last_interactive_message_dts, last_message_dts, medium, merchant_id, message_count, messages, participants, start_dts, unread_messages, visible].hash
292
+ [base_language_iso_code, closed, conversation_arn, conversation_uuid, customer_first_message_unresponded_to_dts, last_conversation_message_body, last_conversation_participant_arn, last_conversation_participant_name, last_interactive_message_dts, last_message_dts, medium, merchant_id, message_count, messages, participants, start_dts, unread_messages, visible].hash
283
293
  end
284
294
 
285
295
  # Builds the object from hash
@@ -21,6 +21,9 @@ module UltracartClient
21
21
 
22
22
  attr_accessor :conversation_uuid
23
23
 
24
+ # Date/time of the first customer message that is unresponded to.
25
+ attr_accessor :customer_first_message_unresponded_to_dts
26
+
24
27
  attr_accessor :last_conversation_message_body
25
28
 
26
29
  attr_accessor :last_conversation_participant_arn
@@ -77,6 +80,7 @@ module UltracartClient
77
80
  :'closed' => :'closed',
78
81
  :'conversation_arn' => :'conversation_arn',
79
82
  :'conversation_uuid' => :'conversation_uuid',
83
+ :'customer_first_message_unresponded_to_dts' => :'customer_first_message_unresponded_to_dts',
80
84
  :'last_conversation_message_body' => :'last_conversation_message_body',
81
85
  :'last_conversation_participant_arn' => :'last_conversation_participant_arn',
82
86
  :'last_conversation_participant_name' => :'last_conversation_participant_name',
@@ -103,6 +107,7 @@ module UltracartClient
103
107
  :'closed' => :'Boolean',
104
108
  :'conversation_arn' => :'String',
105
109
  :'conversation_uuid' => :'String',
110
+ :'customer_first_message_unresponded_to_dts' => :'String',
106
111
  :'last_conversation_message_body' => :'String',
107
112
  :'last_conversation_participant_arn' => :'String',
108
113
  :'last_conversation_participant_name' => :'String',
@@ -151,6 +156,10 @@ module UltracartClient
151
156
  self.conversation_uuid = attributes[:'conversation_uuid']
152
157
  end
153
158
 
159
+ if attributes.key?(:'customer_first_message_unresponded_to_dts')
160
+ self.customer_first_message_unresponded_to_dts = attributes[:'customer_first_message_unresponded_to_dts']
161
+ end
162
+
154
163
  if attributes.key?(:'last_conversation_message_body')
155
164
  self.last_conversation_message_body = attributes[:'last_conversation_message_body']
156
165
  end
@@ -235,6 +244,7 @@ module UltracartClient
235
244
  closed == o.closed &&
236
245
  conversation_arn == o.conversation_arn &&
237
246
  conversation_uuid == o.conversation_uuid &&
247
+ customer_first_message_unresponded_to_dts == o.customer_first_message_unresponded_to_dts &&
238
248
  last_conversation_message_body == o.last_conversation_message_body &&
239
249
  last_conversation_participant_arn == o.last_conversation_participant_arn &&
240
250
  last_conversation_participant_name == o.last_conversation_participant_name &&
@@ -258,7 +268,7 @@ module UltracartClient
258
268
  # Calculates hash code according to all attributes.
259
269
  # @return [Integer] Hash code
260
270
  def hash
261
- [closed, conversation_arn, conversation_uuid, last_conversation_message_body, last_conversation_participant_arn, last_conversation_participant_name, last_interactive_message_dts, last_message_dts, medium, merchant_id, message_count, participants, start_dts, unread_messages, visible].hash
271
+ [closed, conversation_arn, conversation_uuid, customer_first_message_unresponded_to_dts, last_conversation_message_body, last_conversation_participant_arn, last_conversation_participant_name, last_interactive_message_dts, last_message_dts, medium, merchant_id, message_count, participants, start_dts, unread_messages, visible].hash
262
272
  end
263
273
 
264
274
  # 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.90.rc'
14
+ VERSION = '4.0.91.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.90.rc
4
+ version: 4.0.91.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-30 00:00:00.000000000 Z
11
+ date: 2022-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus