ultracart_api 4.0.75.rc → 4.0.76.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: 10e10948b6c862fae6c17b535806025061c34fed43ad171584754d27f25d40f7
4
- data.tar.gz: 84fef9b6d0c391d2c2253e9ceb8288ddc93e0d9ab6e7a29cb06200c88196f6c3
3
+ metadata.gz: 2c9adfd9dce6cb484bccaa77e32038dd205c66f921993ec49814f3ea0ce4f660
4
+ data.tar.gz: 231e0a665597dd6a2dbee6fc57a7aa417fc790d3c277c2ccd6cdfe46bae8d132
5
5
  SHA512:
6
- metadata.gz: 1b056fd60486c53e66fbeddfc4b36c3e7b78b78f754674da43921d092b2aa7c864df628f4c0ceda4ad09099dd51dff9107f598eb4542aa1e0c353aacf733bbeb
7
- data.tar.gz: 5765316a45908f00ce5491e0e71885a4b7b03691f928cf4f9ca48d0d3598d39a2f4e0f4702a7c609405e5e0bcf007cce85c8821f3dcefabf03ee51b0717772e6
6
+ metadata.gz: 7c0cdab491c50691b4f4ebd5b94f77e94fd7ecf920f7cfb10fc5c0e43079cf9a5a308dd1ccfb54304de398fa4babfb7e5939d7dd021907297e6b24a9867c8023
7
+ data.tar.gz: 9374d5f9bcd81fc625ab23e84479689d242e884b5ca62bcb10a6ce464bbe0b0b5b011504ca62a111b85ff5a6fac2e81b7a5fe078c485f8c1291c87a8df9af080
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.75.rc
10
+ - Package version: 4.0.76.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.75.rc.gem
27
+ gem install ./ultracart_api-4.0.76.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.75.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.76.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.75.rc'
36
+ gem 'ultracart_api', '~> 4.0.76.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1221,6 +1221,7 @@ Not every change is committed to every SDK.
1221
1221
 
1222
1222
  | Version | Date | Comments |
1223
1223
  | --: | :-: | --- |
1224
+ | 4.0.76-RC | 10/31/2022 | communications - addl statistics on EmailStepStat object |
1224
1225
  | 4.0.75-RC | 10/26/2022 | esp - methods for sms testing |
1225
1226
  | 4.0.74-RC | 10/17/2022 | conversations - add last_interactive_message_dts |
1226
1227
  | 4.0.73-RC | 10/07/2022 | bug fix for digital items response |
@@ -12,6 +12,7 @@
12
12
  | **left_dts** | **String** | Left conversation date/time | [optional] |
13
13
  | **profile_image_url** | **String** | | [optional] |
14
14
  | **status** | **String** | | [optional] |
15
+ | **timezone** | **String** | | [optional] |
15
16
  | **unread_messages** | **Integer** | | [optional] |
16
17
 
17
18
  ## Example
@@ -28,6 +29,7 @@ instance = UltracartClient::ConversationParticipant.new(
28
29
  left_dts: null,
29
30
  profile_image_url: null,
30
31
  status: null,
32
+ timezone: null,
31
33
  unread_messages: null
32
34
  )
33
35
  ```
@@ -4,16 +4,25 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **left_conversion_count** | **Integer** | conversion count (left/default side) | [optional] |
7
+ | **left_click_count_formatted** | **String** | click count formatted (left side) | [optional] |
8
+ | **left_conversion_count** | **Integer** | click count (left side) | [optional] |
8
9
  | **left_conversion_count_formatted** | **String** | conversion count formatted (left/default side) | [optional] |
9
10
  | **left_customer_count** | **Integer** | customer count (left/default side) | [optional] |
10
11
  | **left_customer_count_formatted** | **String** | customer count formatted (left/default side) | [optional] |
12
+ | **left_delivered_count** | **Integer** | delivered count (left side) | [optional] |
13
+ | **left_delivered_count_formatted** | **String** | delivered count formatted (left side) | [optional] |
11
14
  | **left_order_count** | **Integer** | order count (left/default side) | [optional] |
12
15
  | **left_order_count_formatted** | **String** | order count formatted (left/default side) | [optional] |
13
16
  | **left_profit** | **Float** | profit (left/default side) | [optional] |
14
17
  | **left_profit_formatted** | **String** | profit formatted (left/default side) | [optional] |
15
18
  | **left_revenue** | **Float** | revenue (left/default side) | [optional] |
16
19
  | **left_revenue_formatted** | **String** | revenue formatted (left/default side) | [optional] |
20
+ | **left_send_count** | **Integer** | send count (left side) | [optional] |
21
+ | **left_send_count_formatted** | **String** | send count formatted (left side) | [optional] |
22
+ | **left_skipped_count** | **Integer** | conversion count (left side) | [optional] |
23
+ | **left_skipped_count_formatted** | **String** | skipped count formatted (left side) | [optional] |
24
+ | **left_unsubscribe_count** | **Integer** | unsubscribe count (left side) | [optional] |
25
+ | **left_unsubscribe_count_formatted** | **String** | unsubscribe count formatted (left side) | [optional] |
17
26
  | **right_conversion_count** | **Integer** | conversion count (right side) | [optional] |
18
27
  | **right_conversion_count_formatted** | **String** | conversion count formatted (right side) | [optional] |
19
28
  | **right_customer_count** | **Integer** | customer count (right side) | [optional] |
@@ -31,16 +40,25 @@
31
40
  require 'ultracart_api'
32
41
 
33
42
  instance = UltracartClient::EmailStepStat.new(
43
+ left_click_count_formatted: null,
34
44
  left_conversion_count: null,
35
45
  left_conversion_count_formatted: null,
36
46
  left_customer_count: null,
37
47
  left_customer_count_formatted: null,
48
+ left_delivered_count: null,
49
+ left_delivered_count_formatted: null,
38
50
  left_order_count: null,
39
51
  left_order_count_formatted: null,
40
52
  left_profit: null,
41
53
  left_profit_formatted: null,
42
54
  left_revenue: null,
43
55
  left_revenue_formatted: null,
56
+ left_send_count: null,
57
+ left_send_count_formatted: null,
58
+ left_skipped_count: null,
59
+ left_skipped_count_formatted: null,
60
+ left_unsubscribe_count: null,
61
+ left_unsubscribe_count_formatted: null,
44
62
  right_conversion_count: null,
45
63
  right_conversion_count_formatted: null,
46
64
  right_customer_count: null,
@@ -34,6 +34,8 @@ module UltracartClient
34
34
 
35
35
  attr_accessor :status
36
36
 
37
+ attr_accessor :timezone
38
+
37
39
  attr_accessor :unread_messages
38
40
 
39
41
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -47,6 +49,7 @@ module UltracartClient
47
49
  :'left_dts' => :'left_dts',
48
50
  :'profile_image_url' => :'profile_image_url',
49
51
  :'status' => :'status',
52
+ :'timezone' => :'timezone',
50
53
  :'unread_messages' => :'unread_messages'
51
54
  }
52
55
  end
@@ -67,6 +70,7 @@ module UltracartClient
67
70
  :'left_dts' => :'String',
68
71
  :'profile_image_url' => :'String',
69
72
  :'status' => :'String',
73
+ :'timezone' => :'String',
70
74
  :'unread_messages' => :'Integer'
71
75
  }
72
76
  end
@@ -124,6 +128,10 @@ module UltracartClient
124
128
  self.status = attributes[:'status']
125
129
  end
126
130
 
131
+ if attributes.key?(:'timezone')
132
+ self.timezone = attributes[:'timezone']
133
+ end
134
+
127
135
  if attributes.key?(:'unread_messages')
128
136
  self.unread_messages = attributes[:'unread_messages']
129
137
  end
@@ -155,6 +163,7 @@ module UltracartClient
155
163
  left_dts == o.left_dts &&
156
164
  profile_image_url == o.profile_image_url &&
157
165
  status == o.status &&
166
+ timezone == o.timezone &&
158
167
  unread_messages == o.unread_messages
159
168
  end
160
169
 
@@ -167,7 +176,7 @@ module UltracartClient
167
176
  # Calculates hash code according to all attributes.
168
177
  # @return [Integer] Hash code
169
178
  def hash
170
- [conversation_participant_arn, conversation_participant_name, conversation_participant_uuid, joined_dts, last_message_dts, left_dts, profile_image_url, status, unread_messages].hash
179
+ [conversation_participant_arn, conversation_participant_name, conversation_participant_uuid, joined_dts, last_message_dts, left_dts, profile_image_url, status, timezone, unread_messages].hash
171
180
  end
172
181
 
173
182
  # Builds the object from hash
@@ -15,7 +15,10 @@ require 'time'
15
15
 
16
16
  module UltracartClient
17
17
  class EmailStepStat
18
- # conversion count (left/default side)
18
+ # click count formatted (left side)
19
+ attr_accessor :left_click_count_formatted
20
+
21
+ # click count (left side)
19
22
  attr_accessor :left_conversion_count
20
23
 
21
24
  # conversion count formatted (left/default side)
@@ -27,6 +30,12 @@ module UltracartClient
27
30
  # customer count formatted (left/default side)
28
31
  attr_accessor :left_customer_count_formatted
29
32
 
33
+ # delivered count (left side)
34
+ attr_accessor :left_delivered_count
35
+
36
+ # delivered count formatted (left side)
37
+ attr_accessor :left_delivered_count_formatted
38
+
30
39
  # order count (left/default side)
31
40
  attr_accessor :left_order_count
32
41
 
@@ -45,6 +54,24 @@ module UltracartClient
45
54
  # revenue formatted (left/default side)
46
55
  attr_accessor :left_revenue_formatted
47
56
 
57
+ # send count (left side)
58
+ attr_accessor :left_send_count
59
+
60
+ # send count formatted (left side)
61
+ attr_accessor :left_send_count_formatted
62
+
63
+ # conversion count (left side)
64
+ attr_accessor :left_skipped_count
65
+
66
+ # skipped count formatted (left side)
67
+ attr_accessor :left_skipped_count_formatted
68
+
69
+ # unsubscribe count (left side)
70
+ attr_accessor :left_unsubscribe_count
71
+
72
+ # unsubscribe count formatted (left side)
73
+ attr_accessor :left_unsubscribe_count_formatted
74
+
48
75
  # conversion count (right side)
49
76
  attr_accessor :right_conversion_count
50
77
 
@@ -78,16 +105,25 @@ module UltracartClient
78
105
  # Attribute mapping from ruby-style variable name to JSON key.
79
106
  def self.attribute_map
80
107
  {
108
+ :'left_click_count_formatted' => :'left_click_count_formatted',
81
109
  :'left_conversion_count' => :'left_conversion_count',
82
110
  :'left_conversion_count_formatted' => :'left_conversion_count_formatted',
83
111
  :'left_customer_count' => :'left_customer_count',
84
112
  :'left_customer_count_formatted' => :'left_customer_count_formatted',
113
+ :'left_delivered_count' => :'left_delivered_count',
114
+ :'left_delivered_count_formatted' => :'left_delivered_count_formatted',
85
115
  :'left_order_count' => :'left_order_count',
86
116
  :'left_order_count_formatted' => :'left_order_count_formatted',
87
117
  :'left_profit' => :'left_profit',
88
118
  :'left_profit_formatted' => :'left_profit_formatted',
89
119
  :'left_revenue' => :'left_revenue',
90
120
  :'left_revenue_formatted' => :'left_revenue_formatted',
121
+ :'left_send_count' => :'left_send_count',
122
+ :'left_send_count_formatted' => :'left_send_count_formatted',
123
+ :'left_skipped_count' => :'left_skipped_count',
124
+ :'left_skipped_count_formatted' => :'left_skipped_count_formatted',
125
+ :'left_unsubscribe_count' => :'left_unsubscribe_count',
126
+ :'left_unsubscribe_count_formatted' => :'left_unsubscribe_count_formatted',
91
127
  :'right_conversion_count' => :'right_conversion_count',
92
128
  :'right_conversion_count_formatted' => :'right_conversion_count_formatted',
93
129
  :'right_customer_count' => :'right_customer_count',
@@ -109,16 +145,25 @@ module UltracartClient
109
145
  # Attribute type mapping.
110
146
  def self.openapi_types
111
147
  {
148
+ :'left_click_count_formatted' => :'String',
112
149
  :'left_conversion_count' => :'Integer',
113
150
  :'left_conversion_count_formatted' => :'String',
114
151
  :'left_customer_count' => :'Integer',
115
152
  :'left_customer_count_formatted' => :'String',
153
+ :'left_delivered_count' => :'Integer',
154
+ :'left_delivered_count_formatted' => :'String',
116
155
  :'left_order_count' => :'Integer',
117
156
  :'left_order_count_formatted' => :'String',
118
157
  :'left_profit' => :'Float',
119
158
  :'left_profit_formatted' => :'String',
120
159
  :'left_revenue' => :'Float',
121
160
  :'left_revenue_formatted' => :'String',
161
+ :'left_send_count' => :'Integer',
162
+ :'left_send_count_formatted' => :'String',
163
+ :'left_skipped_count' => :'Integer',
164
+ :'left_skipped_count_formatted' => :'String',
165
+ :'left_unsubscribe_count' => :'Integer',
166
+ :'left_unsubscribe_count_formatted' => :'String',
122
167
  :'right_conversion_count' => :'Integer',
123
168
  :'right_conversion_count_formatted' => :'String',
124
169
  :'right_customer_count' => :'Integer',
@@ -153,6 +198,10 @@ module UltracartClient
153
198
  h[k.to_sym] = v
154
199
  }
155
200
 
201
+ if attributes.key?(:'left_click_count_formatted')
202
+ self.left_click_count_formatted = attributes[:'left_click_count_formatted']
203
+ end
204
+
156
205
  if attributes.key?(:'left_conversion_count')
157
206
  self.left_conversion_count = attributes[:'left_conversion_count']
158
207
  end
@@ -169,6 +218,14 @@ module UltracartClient
169
218
  self.left_customer_count_formatted = attributes[:'left_customer_count_formatted']
170
219
  end
171
220
 
221
+ if attributes.key?(:'left_delivered_count')
222
+ self.left_delivered_count = attributes[:'left_delivered_count']
223
+ end
224
+
225
+ if attributes.key?(:'left_delivered_count_formatted')
226
+ self.left_delivered_count_formatted = attributes[:'left_delivered_count_formatted']
227
+ end
228
+
172
229
  if attributes.key?(:'left_order_count')
173
230
  self.left_order_count = attributes[:'left_order_count']
174
231
  end
@@ -193,6 +250,30 @@ module UltracartClient
193
250
  self.left_revenue_formatted = attributes[:'left_revenue_formatted']
194
251
  end
195
252
 
253
+ if attributes.key?(:'left_send_count')
254
+ self.left_send_count = attributes[:'left_send_count']
255
+ end
256
+
257
+ if attributes.key?(:'left_send_count_formatted')
258
+ self.left_send_count_formatted = attributes[:'left_send_count_formatted']
259
+ end
260
+
261
+ if attributes.key?(:'left_skipped_count')
262
+ self.left_skipped_count = attributes[:'left_skipped_count']
263
+ end
264
+
265
+ if attributes.key?(:'left_skipped_count_formatted')
266
+ self.left_skipped_count_formatted = attributes[:'left_skipped_count_formatted']
267
+ end
268
+
269
+ if attributes.key?(:'left_unsubscribe_count')
270
+ self.left_unsubscribe_count = attributes[:'left_unsubscribe_count']
271
+ end
272
+
273
+ if attributes.key?(:'left_unsubscribe_count_formatted')
274
+ self.left_unsubscribe_count_formatted = attributes[:'left_unsubscribe_count_formatted']
275
+ end
276
+
196
277
  if attributes.key?(:'right_conversion_count')
197
278
  self.right_conversion_count = attributes[:'right_conversion_count']
198
279
  end
@@ -252,16 +333,25 @@ module UltracartClient
252
333
  def ==(o)
253
334
  return true if self.equal?(o)
254
335
  self.class == o.class &&
336
+ left_click_count_formatted == o.left_click_count_formatted &&
255
337
  left_conversion_count == o.left_conversion_count &&
256
338
  left_conversion_count_formatted == o.left_conversion_count_formatted &&
257
339
  left_customer_count == o.left_customer_count &&
258
340
  left_customer_count_formatted == o.left_customer_count_formatted &&
341
+ left_delivered_count == o.left_delivered_count &&
342
+ left_delivered_count_formatted == o.left_delivered_count_formatted &&
259
343
  left_order_count == o.left_order_count &&
260
344
  left_order_count_formatted == o.left_order_count_formatted &&
261
345
  left_profit == o.left_profit &&
262
346
  left_profit_formatted == o.left_profit_formatted &&
263
347
  left_revenue == o.left_revenue &&
264
348
  left_revenue_formatted == o.left_revenue_formatted &&
349
+ left_send_count == o.left_send_count &&
350
+ left_send_count_formatted == o.left_send_count_formatted &&
351
+ left_skipped_count == o.left_skipped_count &&
352
+ left_skipped_count_formatted == o.left_skipped_count_formatted &&
353
+ left_unsubscribe_count == o.left_unsubscribe_count &&
354
+ left_unsubscribe_count_formatted == o.left_unsubscribe_count_formatted &&
265
355
  right_conversion_count == o.right_conversion_count &&
266
356
  right_conversion_count_formatted == o.right_conversion_count_formatted &&
267
357
  right_customer_count == o.right_customer_count &&
@@ -283,7 +373,7 @@ module UltracartClient
283
373
  # Calculates hash code according to all attributes.
284
374
  # @return [Integer] Hash code
285
375
  def hash
286
- [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
376
+ [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
287
377
  end
288
378
 
289
379
  # 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.75.rc'
14
+ VERSION = '4.0.76.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.75.rc
4
+ version: 4.0.76.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-10-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus