ultracart_api 3.10.26 → 3.10.27

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: '080a1090cb029f3ee4489f4fe2c6b2d95a7b1fae616073ed1fab7834d7dc5361'
4
- data.tar.gz: 8e7eb7f63d3089381afb6e57ef59983d1989b2855f3b54b8236d37c4ccda81ec
3
+ metadata.gz: 5ff4845197e23f8e9359fd1d76f8dc17479b164b9761d8269afbe64c88a63fea
4
+ data.tar.gz: 316ce50df008a31a6eadd5315c3f6da01bcacbc402751b7d6688ef388c6d259d
5
5
  SHA512:
6
- metadata.gz: 94b7bb58f35e426e164631c5767b0b54caf91c9d21d6b25fbfec6e0e48fead239ba2e9cd14d657ebe8bd1f751fd4507f589e4478caaa88669ee47600c4658905
7
- data.tar.gz: a845367dfdd240afa7de6cfa764fde437e2b212694d189ec8ace5580ff95bd098e62893db9c31ba02687430ef1a85f65e18388f1e776f9ae30eb227e98260841
6
+ metadata.gz: 8886188997288dc5f2eaa5b1390a309a1202e7b4c7997e7328207a071f3daae417fedfcf2e54ff0d3ed9ad2cfb0ba429e535a62ce59100b5f8ab8122de4434fb
7
+ data.tar.gz: c966211a0af80d4e8999ea746851e33e8e777f0561d48690cd4780728379cc9f760fb1f40d6a79ebd6afb99d6b71015db99c951db8390c49eda659948dddeba5
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.26
10
+ - Package version: 3.10.27
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.26.gem
27
+ gem install ./ultracart_api-3.10.27.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.26.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.27.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.26'
35
+ gem 'ultracart_api', '~> 3.10.27'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1166,6 +1166,7 @@ Not every change is committed to every SDK.
1166
1166
 
1167
1167
  | Version | Date | Comments |
1168
1168
  | --: | :-: | --- |
1169
+ | 3.10.27 | 07/28/2022 | conversation message upload keys property |
1169
1170
  | 3.10.26 | 07/26/2022 | conversations - queue statistics |
1170
1171
  | 3.10.25 | 07/25/2022 | conversation development |
1171
1172
  | 3.10.24 | 07/25/2022 | conversations bug fixes |
@@ -9,5 +9,6 @@ Name | Type | Description | Notes
9
9
  **media_urls** | **Array<String>** | | [optional]
10
10
  **message_dts** | **String** | Message date/time | [optional]
11
11
  **transport_statuses** | [**Array<ConversationMessageTransportStatus>**](ConversationMessageTransportStatus.md) | | [optional]
12
+ **upload_keys** | **Array<String>** | | [optional]
12
13
 
13
14
 
@@ -10,6 +10,9 @@ Name | Type | Description | Notes
10
10
  **agents** | [**Array<ConversationWebchatQueueStatusAgent>**](ConversationWebchatQueueStatusAgent.md) | | [optional]
11
11
  **customer_abandon_count** | **Integer** | | [optional]
12
12
  **customer_active_count** | **Integer** | | [optional]
13
+ **customer_average_abandon_time_seconds** | **Integer** | | [optional]
14
+ **customer_average_chat_time_seconds** | **Integer** | | [optional]
15
+ **customer_average_hold_time_seconds** | **Integer** | | [optional]
13
16
  **customer_waiting_count** | **Integer** | | [optional]
14
17
  **customer_waiting_join_dts** | **String** | Date/time that the oldest person joined the queue | [optional]
15
18
  **queue_entries** | [**Array<ConversationWebchatQueueStatusQueueEntry>**](ConversationWebchatQueueStatusQueueEntry.md) | | [optional]
@@ -7,5 +7,6 @@ Name | Type | Description | Notes
7
7
  **conversation_participant_name** | **String** | | [optional]
8
8
  **conversation_webchat_queue_uuid** | **String** | | [optional]
9
9
  **join_dts** | **String** | Date/time the customer joined the queue | [optional]
10
+ **question** | **String** | | [optional]
10
11
 
11
12
 
@@ -27,6 +27,8 @@ module UltracartClient
27
27
 
28
28
  attr_accessor :transport_statuses
29
29
 
30
+ attr_accessor :upload_keys
31
+
30
32
  # Attribute mapping from ruby-style variable name to JSON key.
31
33
  def self.attribute_map
32
34
  {
@@ -35,7 +37,8 @@ module UltracartClient
35
37
  :'body' => :'body',
36
38
  :'media_urls' => :'media_urls',
37
39
  :'message_dts' => :'message_dts',
38
- :'transport_statuses' => :'transport_statuses'
40
+ :'transport_statuses' => :'transport_statuses',
41
+ :'upload_keys' => :'upload_keys'
39
42
  }
40
43
  end
41
44
 
@@ -47,7 +50,8 @@ module UltracartClient
47
50
  :'body' => :'String',
48
51
  :'media_urls' => :'Array<String>',
49
52
  :'message_dts' => :'String',
50
- :'transport_statuses' => :'Array<ConversationMessageTransportStatus>'
53
+ :'transport_statuses' => :'Array<ConversationMessageTransportStatus>',
54
+ :'upload_keys' => :'Array<String>'
51
55
  }
52
56
  end
53
57
 
@@ -86,6 +90,12 @@ module UltracartClient
86
90
  self.transport_statuses = value
87
91
  end
88
92
  end
93
+
94
+ if attributes.has_key?(:'upload_keys')
95
+ if (value = attributes[:'upload_keys']).is_a?(Array)
96
+ self.upload_keys = value
97
+ end
98
+ end
89
99
  end
90
100
 
91
101
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -111,7 +121,8 @@ module UltracartClient
111
121
  body == o.body &&
112
122
  media_urls == o.media_urls &&
113
123
  message_dts == o.message_dts &&
114
- transport_statuses == o.transport_statuses
124
+ transport_statuses == o.transport_statuses &&
125
+ upload_keys == o.upload_keys
115
126
  end
116
127
 
117
128
  # @see the `==` method
@@ -123,7 +134,7 @@ module UltracartClient
123
134
  # Calculates hash code according to all attributes.
124
135
  # @return [Fixnum] Hash code
125
136
  def hash
126
- [author_conversation_participant_arn, author_conversation_participant_name, body, media_urls, message_dts, transport_statuses].hash
137
+ [author_conversation_participant_arn, author_conversation_participant_name, body, media_urls, message_dts, transport_statuses, upload_keys].hash
127
138
  end
128
139
 
129
140
  # Builds the object from hash
@@ -28,6 +28,12 @@ module UltracartClient
28
28
 
29
29
  attr_accessor :customer_active_count
30
30
 
31
+ attr_accessor :customer_average_abandon_time_seconds
32
+
33
+ attr_accessor :customer_average_chat_time_seconds
34
+
35
+ attr_accessor :customer_average_hold_time_seconds
36
+
31
37
  attr_accessor :customer_waiting_count
32
38
 
33
39
  # Date/time that the oldest person joined the queue
@@ -47,6 +53,9 @@ module UltracartClient
47
53
  :'agents' => :'agents',
48
54
  :'customer_abandon_count' => :'customer_abandon_count',
49
55
  :'customer_active_count' => :'customer_active_count',
56
+ :'customer_average_abandon_time_seconds' => :'customer_average_abandon_time_seconds',
57
+ :'customer_average_chat_time_seconds' => :'customer_average_chat_time_seconds',
58
+ :'customer_average_hold_time_seconds' => :'customer_average_hold_time_seconds',
50
59
  :'customer_waiting_count' => :'customer_waiting_count',
51
60
  :'customer_waiting_join_dts' => :'customer_waiting_join_dts',
52
61
  :'queue_entries' => :'queue_entries',
@@ -64,6 +73,9 @@ module UltracartClient
64
73
  :'agents' => :'Array<ConversationWebchatQueueStatusAgent>',
65
74
  :'customer_abandon_count' => :'Integer',
66
75
  :'customer_active_count' => :'Integer',
76
+ :'customer_average_abandon_time_seconds' => :'Integer',
77
+ :'customer_average_chat_time_seconds' => :'Integer',
78
+ :'customer_average_hold_time_seconds' => :'Integer',
67
79
  :'customer_waiting_count' => :'Integer',
68
80
  :'customer_waiting_join_dts' => :'String',
69
81
  :'queue_entries' => :'Array<ConversationWebchatQueueStatusQueueEntry>',
@@ -109,6 +121,18 @@ module UltracartClient
109
121
  self.customer_active_count = attributes[:'customer_active_count']
110
122
  end
111
123
 
124
+ if attributes.has_key?(:'customer_average_abandon_time_seconds')
125
+ self.customer_average_abandon_time_seconds = attributes[:'customer_average_abandon_time_seconds']
126
+ end
127
+
128
+ if attributes.has_key?(:'customer_average_chat_time_seconds')
129
+ self.customer_average_chat_time_seconds = attributes[:'customer_average_chat_time_seconds']
130
+ end
131
+
132
+ if attributes.has_key?(:'customer_average_hold_time_seconds')
133
+ self.customer_average_hold_time_seconds = attributes[:'customer_average_hold_time_seconds']
134
+ end
135
+
112
136
  if attributes.has_key?(:'customer_waiting_count')
113
137
  self.customer_waiting_count = attributes[:'customer_waiting_count']
114
138
  end
@@ -153,6 +177,9 @@ module UltracartClient
153
177
  agents == o.agents &&
154
178
  customer_abandon_count == o.customer_abandon_count &&
155
179
  customer_active_count == o.customer_active_count &&
180
+ customer_average_abandon_time_seconds == o.customer_average_abandon_time_seconds &&
181
+ customer_average_chat_time_seconds == o.customer_average_chat_time_seconds &&
182
+ customer_average_hold_time_seconds == o.customer_average_hold_time_seconds &&
156
183
  customer_waiting_count == o.customer_waiting_count &&
157
184
  customer_waiting_join_dts == o.customer_waiting_join_dts &&
158
185
  queue_entries == o.queue_entries &&
@@ -168,7 +195,7 @@ module UltracartClient
168
195
  # Calculates hash code according to all attributes.
169
196
  # @return [Fixnum] Hash code
170
197
  def hash
171
- [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
198
+ [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
172
199
  end
173
200
 
174
201
  # Builds the object from hash
@@ -23,13 +23,16 @@ module UltracartClient
23
23
  # Date/time the customer joined the queue
24
24
  attr_accessor :join_dts
25
25
 
26
+ attr_accessor :question
27
+
26
28
  # Attribute mapping from ruby-style variable name to JSON key.
27
29
  def self.attribute_map
28
30
  {
29
31
  :'conversation_participant_arn' => :'conversation_participant_arn',
30
32
  :'conversation_participant_name' => :'conversation_participant_name',
31
33
  :'conversation_webchat_queue_uuid' => :'conversation_webchat_queue_uuid',
32
- :'join_dts' => :'join_dts'
34
+ :'join_dts' => :'join_dts',
35
+ :'question' => :'question'
33
36
  }
34
37
  end
35
38
 
@@ -39,7 +42,8 @@ module UltracartClient
39
42
  :'conversation_participant_arn' => :'String',
40
43
  :'conversation_participant_name' => :'String',
41
44
  :'conversation_webchat_queue_uuid' => :'String',
42
- :'join_dts' => :'String'
45
+ :'join_dts' => :'String',
46
+ :'question' => :'String'
43
47
  }
44
48
  end
45
49
 
@@ -66,6 +70,10 @@ module UltracartClient
66
70
  if attributes.has_key?(:'join_dts')
67
71
  self.join_dts = attributes[:'join_dts']
68
72
  end
73
+
74
+ if attributes.has_key?(:'question')
75
+ self.question = attributes[:'question']
76
+ end
69
77
  end
70
78
 
71
79
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -89,7 +97,8 @@ module UltracartClient
89
97
  conversation_participant_arn == o.conversation_participant_arn &&
90
98
  conversation_participant_name == o.conversation_participant_name &&
91
99
  conversation_webchat_queue_uuid == o.conversation_webchat_queue_uuid &&
92
- join_dts == o.join_dts
100
+ join_dts == o.join_dts &&
101
+ question == o.question
93
102
  end
94
103
 
95
104
  # @see the `==` method
@@ -101,7 +110,7 @@ module UltracartClient
101
110
  # Calculates hash code according to all attributes.
102
111
  # @return [Fixnum] Hash code
103
112
  def hash
104
- [conversation_participant_arn, conversation_participant_name, conversation_webchat_queue_uuid, join_dts].hash
113
+ [conversation_participant_arn, conversation_participant_name, conversation_webchat_queue_uuid, join_dts, question].hash
105
114
  end
106
115
 
107
116
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.26'
14
+ VERSION = '3.10.27'
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.26
4
+ version: 3.10.27
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