ultracart_api 4.0.43.rc → 4.0.44.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: ecce2637eed2be458ecc28244b97ef976f97ca082e5fa5b7d2f76895d73655d2
4
- data.tar.gz: 560139155bfdca37c2c151b6101736655c87eeee53e0d6fe4c3e83ea57d5da60
3
+ metadata.gz: 63e7545456de2236bd0b8b7bd6319397c02875e84596e5454abe22e303d45c75
4
+ data.tar.gz: 63101ba62b0944fe71a98294ae6cccaf97c7dee48ba53dc85d096d8176460866
5
5
  SHA512:
6
- metadata.gz: 3eed05542e98dd7a0eea8f7f80ad936e06b133bde1fe3697274e06a8d4d74677ab35814f291a6cc2abd52724ba3d5ece3a4b254e846c0e9085404f35823e37b3
7
- data.tar.gz: 4a78067cd058c9ad6098c8f75bf2ed8ab2afb1b9644071e891b7c25104dc4110d1548e21b1a156ede98d1e238761c6c038d81ec6031e906a8399072cdcadeac9
6
+ metadata.gz: 7a6d6e6eb7ac2dbd2b472c5e322a7ea36c15c048102371a0647ddc1406eb369b3d3ed2d11cc096977110e7b785dce8a6654a5fc27574f5c6abacfc9d44e8a2cb
7
+ data.tar.gz: c964d470deac9703c38a5fea9ea4b2377987909c29a806ddcd031e8aac306b7da1fd4731ffd708e573a608963ff75fb7e83365b57ad0d67d43cdac9b85eb2ecf
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.43.rc
10
+ - Package version: 4.0.44.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.43.rc.gem
27
+ gem install ./ultracart_api-4.0.44.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.43.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.44.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.43.rc'
36
+ gem 'ultracart_api', '~> 4.0.44.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1174,6 +1174,7 @@ Not every change is committed to every SDK.
1174
1174
 
1175
1175
  | Version | Date | Comments |
1176
1176
  | --: | :-: | --- |
1177
+ | 4.0.44-RC | 07/28/2022 | conversation message upload keys property |
1177
1178
  | 4.0.43-RC | 07/26/2022 | conversations - queue statistics |
1178
1179
  | 4.0.42-RC | 07/25/2022 | conversation development |
1179
1180
  | 4.0.41-RC | 07/25/2022 | conversations bug fixes |
@@ -10,6 +10,7 @@
10
10
  | **media_urls** | **Array<String>** | | [optional] |
11
11
  | **message_dts** | **String** | Message date/time | [optional] |
12
12
  | **transport_statuses** | [**Array<ConversationMessageTransportStatus>**](ConversationMessageTransportStatus.md) | | [optional] |
13
+ | **upload_keys** | **Array<String>** | | [optional] |
13
14
 
14
15
  ## Example
15
16
 
@@ -22,7 +23,8 @@ instance = UltracartClient::ConversationMessage.new(
22
23
  body: null,
23
24
  media_urls: null,
24
25
  message_dts: null,
25
- transport_statuses: null
26
+ transport_statuses: null,
27
+ upload_keys: null
26
28
  )
27
29
  ```
28
30
 
@@ -11,6 +11,9 @@
11
11
  | **agents** | [**Array<ConversationWebchatQueueStatusAgent>**](ConversationWebchatQueueStatusAgent.md) | | [optional] |
12
12
  | **customer_abandon_count** | **Integer** | | [optional] |
13
13
  | **customer_active_count** | **Integer** | | [optional] |
14
+ | **customer_average_abandon_time_seconds** | **Integer** | | [optional] |
15
+ | **customer_average_chat_time_seconds** | **Integer** | | [optional] |
16
+ | **customer_average_hold_time_seconds** | **Integer** | | [optional] |
14
17
  | **customer_waiting_count** | **Integer** | | [optional] |
15
18
  | **customer_waiting_join_dts** | **String** | Date/time that the oldest person joined the queue | [optional] |
16
19
  | **queue_entries** | [**Array<ConversationWebchatQueueStatusQueueEntry>**](ConversationWebchatQueueStatusQueueEntry.md) | | [optional] |
@@ -29,6 +32,9 @@ instance = UltracartClient::ConversationWebchatQueueStatus.new(
29
32
  agents: null,
30
33
  customer_abandon_count: null,
31
34
  customer_active_count: null,
35
+ customer_average_abandon_time_seconds: null,
36
+ customer_average_chat_time_seconds: null,
37
+ customer_average_hold_time_seconds: null,
32
38
  customer_waiting_count: null,
33
39
  customer_waiting_join_dts: null,
34
40
  queue_entries: null,
@@ -8,6 +8,7 @@
8
8
  | **conversation_participant_name** | **String** | | [optional] |
9
9
  | **conversation_webchat_queue_uuid** | **String** | | [optional] |
10
10
  | **join_dts** | **String** | Date/time the customer joined the queue | [optional] |
11
+ | **question** | **String** | | [optional] |
11
12
 
12
13
  ## Example
13
14
 
@@ -18,7 +19,8 @@ instance = UltracartClient::ConversationWebchatQueueStatusQueueEntry.new(
18
19
  conversation_participant_arn: null,
19
20
  conversation_participant_name: null,
20
21
  conversation_webchat_queue_uuid: null,
21
- join_dts: null
22
+ join_dts: null,
23
+ question: null
22
24
  )
23
25
  ```
24
26
 
@@ -28,6 +28,8 @@ module UltracartClient
28
28
 
29
29
  attr_accessor :transport_statuses
30
30
 
31
+ attr_accessor :upload_keys
32
+
31
33
  # Attribute mapping from ruby-style variable name to JSON key.
32
34
  def self.attribute_map
33
35
  {
@@ -36,7 +38,8 @@ module UltracartClient
36
38
  :'body' => :'body',
37
39
  :'media_urls' => :'media_urls',
38
40
  :'message_dts' => :'message_dts',
39
- :'transport_statuses' => :'transport_statuses'
41
+ :'transport_statuses' => :'transport_statuses',
42
+ :'upload_keys' => :'upload_keys'
40
43
  }
41
44
  end
42
45
 
@@ -53,7 +56,8 @@ module UltracartClient
53
56
  :'body' => :'String',
54
57
  :'media_urls' => :'Array<String>',
55
58
  :'message_dts' => :'String',
56
- :'transport_statuses' => :'Array<ConversationMessageTransportStatus>'
59
+ :'transport_statuses' => :'Array<ConversationMessageTransportStatus>',
60
+ :'upload_keys' => :'Array<String>'
57
61
  }
58
62
  end
59
63
 
@@ -105,6 +109,12 @@ module UltracartClient
105
109
  self.transport_statuses = value
106
110
  end
107
111
  end
112
+
113
+ if attributes.key?(:'upload_keys')
114
+ if (value = attributes[:'upload_keys']).is_a?(Array)
115
+ self.upload_keys = value
116
+ end
117
+ end
108
118
  end
109
119
 
110
120
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -130,7 +140,8 @@ module UltracartClient
130
140
  body == o.body &&
131
141
  media_urls == o.media_urls &&
132
142
  message_dts == o.message_dts &&
133
- transport_statuses == o.transport_statuses
143
+ transport_statuses == o.transport_statuses &&
144
+ upload_keys == o.upload_keys
134
145
  end
135
146
 
136
147
  # @see the `==` method
@@ -142,7 +153,7 @@ module UltracartClient
142
153
  # Calculates hash code according to all attributes.
143
154
  # @return [Integer] Hash code
144
155
  def hash
145
- [author_conversation_participant_arn, author_conversation_participant_name, body, media_urls, message_dts, transport_statuses].hash
156
+ [author_conversation_participant_arn, author_conversation_participant_name, body, media_urls, message_dts, transport_statuses, upload_keys].hash
146
157
  end
147
158
 
148
159
  # Builds the object from hash
@@ -29,6 +29,12 @@ module UltracartClient
29
29
 
30
30
  attr_accessor :customer_active_count
31
31
 
32
+ attr_accessor :customer_average_abandon_time_seconds
33
+
34
+ attr_accessor :customer_average_chat_time_seconds
35
+
36
+ attr_accessor :customer_average_hold_time_seconds
37
+
32
38
  attr_accessor :customer_waiting_count
33
39
 
34
40
  # Date/time that the oldest person joined the queue
@@ -48,6 +54,9 @@ module UltracartClient
48
54
  :'agents' => :'agents',
49
55
  :'customer_abandon_count' => :'customer_abandon_count',
50
56
  :'customer_active_count' => :'customer_active_count',
57
+ :'customer_average_abandon_time_seconds' => :'customer_average_abandon_time_seconds',
58
+ :'customer_average_chat_time_seconds' => :'customer_average_chat_time_seconds',
59
+ :'customer_average_hold_time_seconds' => :'customer_average_hold_time_seconds',
51
60
  :'customer_waiting_count' => :'customer_waiting_count',
52
61
  :'customer_waiting_join_dts' => :'customer_waiting_join_dts',
53
62
  :'queue_entries' => :'queue_entries',
@@ -70,6 +79,9 @@ module UltracartClient
70
79
  :'agents' => :'Array<ConversationWebchatQueueStatusAgent>',
71
80
  :'customer_abandon_count' => :'Integer',
72
81
  :'customer_active_count' => :'Integer',
82
+ :'customer_average_abandon_time_seconds' => :'Integer',
83
+ :'customer_average_chat_time_seconds' => :'Integer',
84
+ :'customer_average_hold_time_seconds' => :'Integer',
73
85
  :'customer_waiting_count' => :'Integer',
74
86
  :'customer_waiting_join_dts' => :'String',
75
87
  :'queue_entries' => :'Array<ConversationWebchatQueueStatusQueueEntry>',
@@ -128,6 +140,18 @@ module UltracartClient
128
140
  self.customer_active_count = attributes[:'customer_active_count']
129
141
  end
130
142
 
143
+ if attributes.key?(:'customer_average_abandon_time_seconds')
144
+ self.customer_average_abandon_time_seconds = attributes[:'customer_average_abandon_time_seconds']
145
+ end
146
+
147
+ if attributes.key?(:'customer_average_chat_time_seconds')
148
+ self.customer_average_chat_time_seconds = attributes[:'customer_average_chat_time_seconds']
149
+ end
150
+
151
+ if attributes.key?(:'customer_average_hold_time_seconds')
152
+ self.customer_average_hold_time_seconds = attributes[:'customer_average_hold_time_seconds']
153
+ end
154
+
131
155
  if attributes.key?(:'customer_waiting_count')
132
156
  self.customer_waiting_count = attributes[:'customer_waiting_count']
133
157
  end
@@ -172,6 +196,9 @@ module UltracartClient
172
196
  agents == o.agents &&
173
197
  customer_abandon_count == o.customer_abandon_count &&
174
198
  customer_active_count == o.customer_active_count &&
199
+ customer_average_abandon_time_seconds == o.customer_average_abandon_time_seconds &&
200
+ customer_average_chat_time_seconds == o.customer_average_chat_time_seconds &&
201
+ customer_average_hold_time_seconds == o.customer_average_hold_time_seconds &&
175
202
  customer_waiting_count == o.customer_waiting_count &&
176
203
  customer_waiting_join_dts == o.customer_waiting_join_dts &&
177
204
  queue_entries == o.queue_entries &&
@@ -187,7 +214,7 @@ module UltracartClient
187
214
  # Calculates hash code according to all attributes.
188
215
  # @return [Integer] Hash code
189
216
  def hash
190
- [agent_available_count, agent_busy_count, agent_count, agent_unavailable_count, agents, customer_abandon_count, customer_active_count, customer_waiting_count, customer_waiting_join_dts, queue_entries, queue_name].hash
217
+ [agent_available_count, agent_busy_count, agent_count, agent_unavailable_count, agents, customer_abandon_count, customer_active_count, customer_average_abandon_time_seconds, customer_average_chat_time_seconds, customer_average_hold_time_seconds, customer_waiting_count, customer_waiting_join_dts, queue_entries, queue_name].hash
191
218
  end
192
219
 
193
220
  # Builds the object from hash
@@ -24,13 +24,16 @@ module UltracartClient
24
24
  # Date/time the customer joined the queue
25
25
  attr_accessor :join_dts
26
26
 
27
+ attr_accessor :question
28
+
27
29
  # Attribute mapping from ruby-style variable name to JSON key.
28
30
  def self.attribute_map
29
31
  {
30
32
  :'conversation_participant_arn' => :'conversation_participant_arn',
31
33
  :'conversation_participant_name' => :'conversation_participant_name',
32
34
  :'conversation_webchat_queue_uuid' => :'conversation_webchat_queue_uuid',
33
- :'join_dts' => :'join_dts'
35
+ :'join_dts' => :'join_dts',
36
+ :'question' => :'question'
34
37
  }
35
38
  end
36
39
 
@@ -45,7 +48,8 @@ module UltracartClient
45
48
  :'conversation_participant_arn' => :'String',
46
49
  :'conversation_participant_name' => :'String',
47
50
  :'conversation_webchat_queue_uuid' => :'String',
48
- :'join_dts' => :'String'
51
+ :'join_dts' => :'String',
52
+ :'question' => :'String'
49
53
  }
50
54
  end
51
55
 
@@ -85,6 +89,10 @@ module UltracartClient
85
89
  if attributes.key?(:'join_dts')
86
90
  self.join_dts = attributes[:'join_dts']
87
91
  end
92
+
93
+ if attributes.key?(:'question')
94
+ self.question = attributes[:'question']
95
+ end
88
96
  end
89
97
 
90
98
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -108,7 +116,8 @@ module UltracartClient
108
116
  conversation_participant_arn == o.conversation_participant_arn &&
109
117
  conversation_participant_name == o.conversation_participant_name &&
110
118
  conversation_webchat_queue_uuid == o.conversation_webchat_queue_uuid &&
111
- join_dts == o.join_dts
119
+ join_dts == o.join_dts &&
120
+ question == o.question
112
121
  end
113
122
 
114
123
  # @see the `==` method
@@ -120,7 +129,7 @@ module UltracartClient
120
129
  # Calculates hash code according to all attributes.
121
130
  # @return [Integer] Hash code
122
131
  def hash
123
- [conversation_participant_arn, conversation_participant_name, conversation_webchat_queue_uuid, join_dts].hash
132
+ [conversation_participant_arn, conversation_participant_name, conversation_webchat_queue_uuid, join_dts, question].hash
124
133
  end
125
134
 
126
135
  # 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.43.rc'
14
+ VERSION = '4.0.44.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.43.rc
4
+ version: 4.0.44.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-07-26 00:00:00.000000000 Z
11
+ date: 2022-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus