ultracart_api 3.10.58 → 3.10.59
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c05f5bad8992db00b040dea25dbfadf73ef19e23cc05e3dc53cb6e5018f3bce
|
|
4
|
+
data.tar.gz: 6e09b07fac0579fc1797a6743bef271299c988cd22148f3a86f9fa8ccfd3f950
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b051447838c903aa2671e5c0e92ec8c300682e7ebd0e516580c767eb36581e608e0b12944316d56301f7824614e26686e92d6a99f86f96afb59cc74ea75d4aa
|
|
7
|
+
data.tar.gz: a442d68c3807f34242869658c743c2bab4b6da1d03547e2ee07ee307eb65064eaf593d70f1ff8ab847ce4df764c35bc4aaff210bf71ad9ad4f7c3fa8e50ebb8b
|
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.
|
|
10
|
+
- Package version: 3.10.59
|
|
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.
|
|
27
|
+
gem install ./ultracart_api-3.10.59.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.10.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.10.59.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.
|
|
35
|
+
gem 'ultracart_api', '~> 3.10.59'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -1212,6 +1212,7 @@ Not every change is committed to every SDK.
|
|
|
1212
1212
|
|
|
1213
1213
|
| Version | Date | Comments |
|
|
1214
1214
|
| --: | :-: | --- |
|
|
1215
|
+
| 3.10.59 | 10/31/2022 | communications - addl statistics on EmailStepStat object |
|
|
1215
1216
|
| 3.10.58 | 10/26/2022 | esp - methods for sms testing |
|
|
1216
1217
|
| 3.10.57 | 10/17/2022 | conversations - add last_interactive_message_dts |
|
|
1217
1218
|
| 3.10.56 | 10/07/2022 | bug fix for digital items response |
|
|
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**left_dts** | **String** | Left conversation date/time | [optional]
|
|
12
12
|
**profile_image_url** | **String** | | [optional]
|
|
13
13
|
**status** | **String** | | [optional]
|
|
14
|
+
**timezone** | **String** | | [optional]
|
|
14
15
|
**unread_messages** | **Integer** | | [optional]
|
|
15
16
|
|
|
16
17
|
|
data/docs/EmailStepStat.md
CHANGED
|
@@ -3,16 +3,25 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
-
**
|
|
6
|
+
**left_click_count_formatted** | **String** | click count formatted (left side) | [optional]
|
|
7
|
+
**left_conversion_count** | **Integer** | click count (left side) | [optional]
|
|
7
8
|
**left_conversion_count_formatted** | **String** | conversion count formatted (left/default side) | [optional]
|
|
8
9
|
**left_customer_count** | **Integer** | customer count (left/default side) | [optional]
|
|
9
10
|
**left_customer_count_formatted** | **String** | customer count formatted (left/default side) | [optional]
|
|
11
|
+
**left_delivered_count** | **Integer** | delivered count (left side) | [optional]
|
|
12
|
+
**left_delivered_count_formatted** | **String** | delivered count formatted (left side) | [optional]
|
|
10
13
|
**left_order_count** | **Integer** | order count (left/default side) | [optional]
|
|
11
14
|
**left_order_count_formatted** | **String** | order count formatted (left/default side) | [optional]
|
|
12
15
|
**left_profit** | **Float** | profit (left/default side) | [optional]
|
|
13
16
|
**left_profit_formatted** | **String** | profit formatted (left/default side) | [optional]
|
|
14
17
|
**left_revenue** | **Float** | revenue (left/default side) | [optional]
|
|
15
18
|
**left_revenue_formatted** | **String** | revenue formatted (left/default side) | [optional]
|
|
19
|
+
**left_send_count** | **Integer** | send count (left side) | [optional]
|
|
20
|
+
**left_send_count_formatted** | **String** | send count formatted (left side) | [optional]
|
|
21
|
+
**left_skipped_count** | **Integer** | conversion count (left side) | [optional]
|
|
22
|
+
**left_skipped_count_formatted** | **String** | skipped count formatted (left side) | [optional]
|
|
23
|
+
**left_unsubscribe_count** | **Integer** | unsubscribe count (left side) | [optional]
|
|
24
|
+
**left_unsubscribe_count_formatted** | **String** | unsubscribe count formatted (left side) | [optional]
|
|
16
25
|
**right_conversion_count** | **Integer** | conversion count (right side) | [optional]
|
|
17
26
|
**right_conversion_count_formatted** | **String** | conversion count formatted (right side) | [optional]
|
|
18
27
|
**right_customer_count** | **Integer** | customer count (right side) | [optional]
|
|
@@ -33,6 +33,8 @@ module UltracartClient
|
|
|
33
33
|
|
|
34
34
|
attr_accessor :status
|
|
35
35
|
|
|
36
|
+
attr_accessor :timezone
|
|
37
|
+
|
|
36
38
|
attr_accessor :unread_messages
|
|
37
39
|
|
|
38
40
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -46,6 +48,7 @@ module UltracartClient
|
|
|
46
48
|
:'left_dts' => :'left_dts',
|
|
47
49
|
:'profile_image_url' => :'profile_image_url',
|
|
48
50
|
:'status' => :'status',
|
|
51
|
+
:'timezone' => :'timezone',
|
|
49
52
|
:'unread_messages' => :'unread_messages'
|
|
50
53
|
}
|
|
51
54
|
end
|
|
@@ -61,6 +64,7 @@ module UltracartClient
|
|
|
61
64
|
:'left_dts' => :'String',
|
|
62
65
|
:'profile_image_url' => :'String',
|
|
63
66
|
:'status' => :'String',
|
|
67
|
+
:'timezone' => :'String',
|
|
64
68
|
:'unread_messages' => :'Integer'
|
|
65
69
|
}
|
|
66
70
|
end
|
|
@@ -105,6 +109,10 @@ module UltracartClient
|
|
|
105
109
|
self.status = attributes[:'status']
|
|
106
110
|
end
|
|
107
111
|
|
|
112
|
+
if attributes.has_key?(:'timezone')
|
|
113
|
+
self.timezone = attributes[:'timezone']
|
|
114
|
+
end
|
|
115
|
+
|
|
108
116
|
if attributes.has_key?(:'unread_messages')
|
|
109
117
|
self.unread_messages = attributes[:'unread_messages']
|
|
110
118
|
end
|
|
@@ -136,6 +144,7 @@ module UltracartClient
|
|
|
136
144
|
left_dts == o.left_dts &&
|
|
137
145
|
profile_image_url == o.profile_image_url &&
|
|
138
146
|
status == o.status &&
|
|
147
|
+
timezone == o.timezone &&
|
|
139
148
|
unread_messages == o.unread_messages
|
|
140
149
|
end
|
|
141
150
|
|
|
@@ -148,7 +157,7 @@ module UltracartClient
|
|
|
148
157
|
# Calculates hash code according to all attributes.
|
|
149
158
|
# @return [Fixnum] Hash code
|
|
150
159
|
def hash
|
|
151
|
-
[conversation_participant_arn, conversation_participant_name, conversation_participant_uuid, joined_dts, last_message_dts, left_dts, profile_image_url, status, unread_messages].hash
|
|
160
|
+
[conversation_participant_arn, conversation_participant_name, conversation_participant_uuid, joined_dts, last_message_dts, left_dts, profile_image_url, status, timezone, unread_messages].hash
|
|
152
161
|
end
|
|
153
162
|
|
|
154
163
|
# Builds the object from hash
|
|
@@ -14,7 +14,10 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module UltracartClient
|
|
16
16
|
class EmailStepStat
|
|
17
|
-
#
|
|
17
|
+
# click count formatted (left side)
|
|
18
|
+
attr_accessor :left_click_count_formatted
|
|
19
|
+
|
|
20
|
+
# click count (left side)
|
|
18
21
|
attr_accessor :left_conversion_count
|
|
19
22
|
|
|
20
23
|
# conversion count formatted (left/default side)
|
|
@@ -26,6 +29,12 @@ module UltracartClient
|
|
|
26
29
|
# customer count formatted (left/default side)
|
|
27
30
|
attr_accessor :left_customer_count_formatted
|
|
28
31
|
|
|
32
|
+
# delivered count (left side)
|
|
33
|
+
attr_accessor :left_delivered_count
|
|
34
|
+
|
|
35
|
+
# delivered count formatted (left side)
|
|
36
|
+
attr_accessor :left_delivered_count_formatted
|
|
37
|
+
|
|
29
38
|
# order count (left/default side)
|
|
30
39
|
attr_accessor :left_order_count
|
|
31
40
|
|
|
@@ -44,6 +53,24 @@ module UltracartClient
|
|
|
44
53
|
# revenue formatted (left/default side)
|
|
45
54
|
attr_accessor :left_revenue_formatted
|
|
46
55
|
|
|
56
|
+
# send count (left side)
|
|
57
|
+
attr_accessor :left_send_count
|
|
58
|
+
|
|
59
|
+
# send count formatted (left side)
|
|
60
|
+
attr_accessor :left_send_count_formatted
|
|
61
|
+
|
|
62
|
+
# conversion count (left side)
|
|
63
|
+
attr_accessor :left_skipped_count
|
|
64
|
+
|
|
65
|
+
# skipped count formatted (left side)
|
|
66
|
+
attr_accessor :left_skipped_count_formatted
|
|
67
|
+
|
|
68
|
+
# unsubscribe count (left side)
|
|
69
|
+
attr_accessor :left_unsubscribe_count
|
|
70
|
+
|
|
71
|
+
# unsubscribe count formatted (left side)
|
|
72
|
+
attr_accessor :left_unsubscribe_count_formatted
|
|
73
|
+
|
|
47
74
|
# conversion count (right side)
|
|
48
75
|
attr_accessor :right_conversion_count
|
|
49
76
|
|
|
@@ -77,16 +104,25 @@ module UltracartClient
|
|
|
77
104
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
78
105
|
def self.attribute_map
|
|
79
106
|
{
|
|
107
|
+
:'left_click_count_formatted' => :'left_click_count_formatted',
|
|
80
108
|
:'left_conversion_count' => :'left_conversion_count',
|
|
81
109
|
:'left_conversion_count_formatted' => :'left_conversion_count_formatted',
|
|
82
110
|
:'left_customer_count' => :'left_customer_count',
|
|
83
111
|
:'left_customer_count_formatted' => :'left_customer_count_formatted',
|
|
112
|
+
:'left_delivered_count' => :'left_delivered_count',
|
|
113
|
+
:'left_delivered_count_formatted' => :'left_delivered_count_formatted',
|
|
84
114
|
:'left_order_count' => :'left_order_count',
|
|
85
115
|
:'left_order_count_formatted' => :'left_order_count_formatted',
|
|
86
116
|
:'left_profit' => :'left_profit',
|
|
87
117
|
:'left_profit_formatted' => :'left_profit_formatted',
|
|
88
118
|
:'left_revenue' => :'left_revenue',
|
|
89
119
|
:'left_revenue_formatted' => :'left_revenue_formatted',
|
|
120
|
+
:'left_send_count' => :'left_send_count',
|
|
121
|
+
:'left_send_count_formatted' => :'left_send_count_formatted',
|
|
122
|
+
:'left_skipped_count' => :'left_skipped_count',
|
|
123
|
+
:'left_skipped_count_formatted' => :'left_skipped_count_formatted',
|
|
124
|
+
:'left_unsubscribe_count' => :'left_unsubscribe_count',
|
|
125
|
+
:'left_unsubscribe_count_formatted' => :'left_unsubscribe_count_formatted',
|
|
90
126
|
:'right_conversion_count' => :'right_conversion_count',
|
|
91
127
|
:'right_conversion_count_formatted' => :'right_conversion_count_formatted',
|
|
92
128
|
:'right_customer_count' => :'right_customer_count',
|
|
@@ -103,16 +139,25 @@ module UltracartClient
|
|
|
103
139
|
# Attribute type mapping.
|
|
104
140
|
def self.swagger_types
|
|
105
141
|
{
|
|
142
|
+
:'left_click_count_formatted' => :'String',
|
|
106
143
|
:'left_conversion_count' => :'Integer',
|
|
107
144
|
:'left_conversion_count_formatted' => :'String',
|
|
108
145
|
:'left_customer_count' => :'Integer',
|
|
109
146
|
:'left_customer_count_formatted' => :'String',
|
|
147
|
+
:'left_delivered_count' => :'Integer',
|
|
148
|
+
:'left_delivered_count_formatted' => :'String',
|
|
110
149
|
:'left_order_count' => :'Integer',
|
|
111
150
|
:'left_order_count_formatted' => :'String',
|
|
112
151
|
:'left_profit' => :'Float',
|
|
113
152
|
:'left_profit_formatted' => :'String',
|
|
114
153
|
:'left_revenue' => :'Float',
|
|
115
154
|
:'left_revenue_formatted' => :'String',
|
|
155
|
+
:'left_send_count' => :'Integer',
|
|
156
|
+
:'left_send_count_formatted' => :'String',
|
|
157
|
+
:'left_skipped_count' => :'Integer',
|
|
158
|
+
:'left_skipped_count_formatted' => :'String',
|
|
159
|
+
:'left_unsubscribe_count' => :'Integer',
|
|
160
|
+
:'left_unsubscribe_count_formatted' => :'String',
|
|
116
161
|
:'right_conversion_count' => :'Integer',
|
|
117
162
|
:'right_conversion_count_formatted' => :'String',
|
|
118
163
|
:'right_customer_count' => :'Integer',
|
|
@@ -134,6 +179,10 @@ module UltracartClient
|
|
|
134
179
|
# convert string to symbol for hash key
|
|
135
180
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
136
181
|
|
|
182
|
+
if attributes.has_key?(:'left_click_count_formatted')
|
|
183
|
+
self.left_click_count_formatted = attributes[:'left_click_count_formatted']
|
|
184
|
+
end
|
|
185
|
+
|
|
137
186
|
if attributes.has_key?(:'left_conversion_count')
|
|
138
187
|
self.left_conversion_count = attributes[:'left_conversion_count']
|
|
139
188
|
end
|
|
@@ -150,6 +199,14 @@ module UltracartClient
|
|
|
150
199
|
self.left_customer_count_formatted = attributes[:'left_customer_count_formatted']
|
|
151
200
|
end
|
|
152
201
|
|
|
202
|
+
if attributes.has_key?(:'left_delivered_count')
|
|
203
|
+
self.left_delivered_count = attributes[:'left_delivered_count']
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
if attributes.has_key?(:'left_delivered_count_formatted')
|
|
207
|
+
self.left_delivered_count_formatted = attributes[:'left_delivered_count_formatted']
|
|
208
|
+
end
|
|
209
|
+
|
|
153
210
|
if attributes.has_key?(:'left_order_count')
|
|
154
211
|
self.left_order_count = attributes[:'left_order_count']
|
|
155
212
|
end
|
|
@@ -174,6 +231,30 @@ module UltracartClient
|
|
|
174
231
|
self.left_revenue_formatted = attributes[:'left_revenue_formatted']
|
|
175
232
|
end
|
|
176
233
|
|
|
234
|
+
if attributes.has_key?(:'left_send_count')
|
|
235
|
+
self.left_send_count = attributes[:'left_send_count']
|
|
236
|
+
end
|
|
237
|
+
|
|
238
|
+
if attributes.has_key?(:'left_send_count_formatted')
|
|
239
|
+
self.left_send_count_formatted = attributes[:'left_send_count_formatted']
|
|
240
|
+
end
|
|
241
|
+
|
|
242
|
+
if attributes.has_key?(:'left_skipped_count')
|
|
243
|
+
self.left_skipped_count = attributes[:'left_skipped_count']
|
|
244
|
+
end
|
|
245
|
+
|
|
246
|
+
if attributes.has_key?(:'left_skipped_count_formatted')
|
|
247
|
+
self.left_skipped_count_formatted = attributes[:'left_skipped_count_formatted']
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
if attributes.has_key?(:'left_unsubscribe_count')
|
|
251
|
+
self.left_unsubscribe_count = attributes[:'left_unsubscribe_count']
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
if attributes.has_key?(:'left_unsubscribe_count_formatted')
|
|
255
|
+
self.left_unsubscribe_count_formatted = attributes[:'left_unsubscribe_count_formatted']
|
|
256
|
+
end
|
|
257
|
+
|
|
177
258
|
if attributes.has_key?(:'right_conversion_count')
|
|
178
259
|
self.right_conversion_count = attributes[:'right_conversion_count']
|
|
179
260
|
end
|
|
@@ -233,16 +314,25 @@ module UltracartClient
|
|
|
233
314
|
def ==(o)
|
|
234
315
|
return true if self.equal?(o)
|
|
235
316
|
self.class == o.class &&
|
|
317
|
+
left_click_count_formatted == o.left_click_count_formatted &&
|
|
236
318
|
left_conversion_count == o.left_conversion_count &&
|
|
237
319
|
left_conversion_count_formatted == o.left_conversion_count_formatted &&
|
|
238
320
|
left_customer_count == o.left_customer_count &&
|
|
239
321
|
left_customer_count_formatted == o.left_customer_count_formatted &&
|
|
322
|
+
left_delivered_count == o.left_delivered_count &&
|
|
323
|
+
left_delivered_count_formatted == o.left_delivered_count_formatted &&
|
|
240
324
|
left_order_count == o.left_order_count &&
|
|
241
325
|
left_order_count_formatted == o.left_order_count_formatted &&
|
|
242
326
|
left_profit == o.left_profit &&
|
|
243
327
|
left_profit_formatted == o.left_profit_formatted &&
|
|
244
328
|
left_revenue == o.left_revenue &&
|
|
245
329
|
left_revenue_formatted == o.left_revenue_formatted &&
|
|
330
|
+
left_send_count == o.left_send_count &&
|
|
331
|
+
left_send_count_formatted == o.left_send_count_formatted &&
|
|
332
|
+
left_skipped_count == o.left_skipped_count &&
|
|
333
|
+
left_skipped_count_formatted == o.left_skipped_count_formatted &&
|
|
334
|
+
left_unsubscribe_count == o.left_unsubscribe_count &&
|
|
335
|
+
left_unsubscribe_count_formatted == o.left_unsubscribe_count_formatted &&
|
|
246
336
|
right_conversion_count == o.right_conversion_count &&
|
|
247
337
|
right_conversion_count_formatted == o.right_conversion_count_formatted &&
|
|
248
338
|
right_customer_count == o.right_customer_count &&
|
|
@@ -264,7 +354,7 @@ module UltracartClient
|
|
|
264
354
|
# Calculates hash code according to all attributes.
|
|
265
355
|
# @return [Fixnum] Hash code
|
|
266
356
|
def hash
|
|
267
|
-
[left_conversion_count, left_conversion_count_formatted, left_customer_count, left_customer_count_formatted, left_order_count, left_order_count_formatted, left_profit, left_profit_formatted, left_revenue, left_revenue_formatted, right_conversion_count, right_conversion_count_formatted, right_customer_count, right_customer_count_formatted, right_order_count, right_order_count_formatted, right_profit, right_profit_formatted, right_revenue, right_revenue_formatted].hash
|
|
357
|
+
[left_click_count_formatted, left_conversion_count, left_conversion_count_formatted, left_customer_count, left_customer_count_formatted, left_delivered_count, left_delivered_count_formatted, left_order_count, left_order_count_formatted, left_profit, left_profit_formatted, left_revenue, left_revenue_formatted, left_send_count, left_send_count_formatted, left_skipped_count, left_skipped_count_formatted, left_unsubscribe_count, left_unsubscribe_count_formatted, right_conversion_count, right_conversion_count_formatted, right_customer_count, right_customer_count_formatted, right_order_count, right_order_count_formatted, right_profit, right_profit_formatted, right_revenue, right_revenue_formatted].hash
|
|
268
358
|
end
|
|
269
359
|
|
|
270
360
|
# Builds the object from hash
|
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.
|
|
4
|
+
version: 3.10.59
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|