ultracart_api 3.2.6 → 3.2.11

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: c9ddfacc5f6d4f8a61ca42c1755339fbed8781dc91f6b49d685491ca4baa9c34
4
- data.tar.gz: 37bfa27f2b0268e2368547d206175c17a13951c337bf4cc3fca04a5cd1af90a9
3
+ metadata.gz: ab4a9230408e849839ffa05f1388f126d79ea05461e32435e17fc36cc368442d
4
+ data.tar.gz: d7860c7728fe67f723b1c5b156f8922ec4d502c0953dc139000fa8eb4be8c062
5
5
  SHA512:
6
- metadata.gz: a804bace186c26bacf27fc7f212909a42207399e07ffc6ff7e6e2e391c1b357be32d1ab1085ea47e2978075731f8427610c747b6589820083c36d515cb22d218
7
- data.tar.gz: a0474e6f20abc6edf7ed4e2e9931fe190f2f8f4e533f0d79a277d94f3353826bc5bd58013fa8e8fa7efad8c1e03428af1e6197d9b9d546cc265c7f394d0f50d1
6
+ metadata.gz: ee1653e846c97444c43922ac2580c468987f99fcd0baf2614f02f413fa0b50200db1f982dc51d8caf62390f9592c2eccd9d09d6c2d931fd701cbb9205d555152
7
+ data.tar.gz: a251dfca7836f01f542b193ab791a1b00cb4f07f5068aa243190df00e040067251350939e6d23b7f5aa338cd43047d3aabc773bc9f8418c40fe6c8312407391a
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.2.6
10
+ - Package version: 3.2.11
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.2.6.gem
27
+ gem install ./ultracart_api-3.2.11.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.2.6.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.2.11.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.2.6'
35
+ gem 'ultracart_api', '~> 3.2.11'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1032,6 +1032,11 @@ Not every change is committed to every SDK.
1032
1032
 
1033
1033
  | Version | Date | Comments |
1034
1034
  | --: | :-: | --- |
1035
+ | 3.2.11 | 07/08/2021 | screen recording - missing external tracking flag added |
1036
+ | 3.2.10 | 07/08/2021 | customer profile - allow drop shipping options |
1037
+ | 3.2.9 | 07/07/2021 | screen recording - provide cost per thousand and retention interval |
1038
+ | 3.2.8 | 07/06/2021 | intgeration logs - min max log date/time retured in filter values |
1039
+ | 3.2.7 | 07/05/2021 | integration logger bug fixes |
1035
1040
  | 3.2.6 | 06/25/2021 | integration log: added logger name |
1036
1041
  | 3.2.2 | 06/24/2021 | integration log file mime type added |
1037
1042
  | 3.2.0 | 06/23/2021 | Changed 4 methods due to naming conflicts revealed through swagger validator. All internal methods, so impact should be negligible |
@@ -11,10 +11,12 @@ Name | Type | Description | Notes
11
11
  **customer_profile_oid** | **Integer** | Customer profile object identifier | [optional]
12
12
  **email** | **String** | Email | [optional]
13
13
  **first_name** | **String** | First name | [optional]
14
- **item_id** | **String** | Item ID | [optional]
14
+ **item_id** | **String** | Item ID. Deprecated query field. This incorrectly meant the original order contained this item id. | [optional]
15
15
  **last_name** | **String** | Last name | [optional]
16
+ **next_item_id** | **String** | Next Item ID that is supposed to ship. This is calculated based upon the schedule associated with the original item id. | [optional]
16
17
  **next_shipment_date_begin** | **String** | Next shipment date begin | [optional]
17
18
  **next_shipment_date_end** | **String** | Next shipment date end | [optional]
19
+ **original_item_id** | **String** | Original Item ID purchased on auto order. | [optional]
18
20
  **original_order_date_begin** | **String** | Original order date begin | [optional]
19
21
  **original_order_date_end** | **String** | Original order date end | [optional]
20
22
  **original_order_id** | **String** | Original order ID | [optional]
data/docs/Customer.md CHANGED
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **affiliate_oid** | **Integer** | Affiliate oid | [optional]
8
8
  **allow_3rd_party_billing** | **BOOLEAN** | Allow 3rd party billing | [optional]
9
9
  **allow_cod** | **BOOLEAN** | Allow COD | [optional]
10
+ **allow_drop_shipping** | **BOOLEAN** | Allow Drop Shipping | [optional]
10
11
  **allow_purchase_order** | **BOOLEAN** | Allow purchase orders by this customer | [optional]
11
12
  **allow_quote_request** | **BOOLEAN** | Allow quote request | [optional]
12
13
  **allow_selection_of_address_type** | **BOOLEAN** | Allow selection of residential or business address type | [optional]
@@ -10,14 +10,16 @@ Name | Type | Description | Notes
10
10
  **integration_log_oid** | **Integer** | | [optional]
11
11
  **item_id** | **String** | | [optional]
12
12
  **item_ipn_oid** | **Integer** | | [optional]
13
- **log_dts** | **String** | | [optional]
13
+ **log_dts** | **String** | Date/time the integration log was created | [optional]
14
14
  **log_type** | **String** | | [optional]
15
15
  **logger_id** | **String** | | [optional]
16
16
  **logger_name** | **String** | | [optional]
17
17
  **logs** | [**Array<IntegrationLogLog>**](IntegrationLogLog.md) | | [optional]
18
+ **omit_log_map** | **BOOLEAN** | | [optional]
18
19
  **order_ids** | **Array<String>** | | [optional]
19
20
  **pk** | **String** | | [optional]
20
21
  **sk** | **String** | | [optional]
21
22
  **status** | **String** | | [optional]
23
+ **status_code** | **Integer** | | [optional]
22
24
 
23
25
 
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
  **file_names** | **Array<String>** | | [optional]
10
10
  **item_ids** | **Array<String>** | | [optional]
11
11
  **item_ipn_oids** | **Array<Integer>** | | [optional]
12
+ **log_dts_max** | **String** | Maximum date/time log date/time | [optional]
13
+ **log_dts_min** | **String** | Minimum date/time log date/time | [optional]
12
14
  **log_types** | **Array<String>** | | [optional]
13
15
  **logger_names** | **Array<String>** | | [optional]
14
16
  **order_ids** | **Array<String>** | | [optional]
@@ -27,6 +27,7 @@ Name | Type | Description | Notes
27
27
  **language_iso_code** | **String** | Language ISO code | [optional]
28
28
  **merchant_id** | **String** | | [optional]
29
29
  **merchant_notes** | **String** | | [optional]
30
+ **missing_external_tracking** | **BOOLEAN** | True if external page view was not tracked | [optional]
30
31
  **order_id** | **String** | | [optional]
31
32
  **page_view_count** | **Integer** | | [optional]
32
33
  **page_views** | [**Array<ScreenRecordingPageView>**](ScreenRecordingPageView.md) | | [optional]
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **checkout_only** | **BOOLEAN** | | [optional]
6
7
  **error** | [**Error**](Error.md) | | [optional]
7
8
  **filter** | [**ScreenRecordingFilter**](ScreenRecordingFilter.md) | | [optional]
8
9
  **filter_values** | [**ScreenRecordingFilterValues**](ScreenRecordingFilterValues.md) | | [optional]
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **checkout_only** | **BOOLEAN** | | [optional]
6
7
  **error** | [**Error**](Error.md) | | [optional]
7
8
  **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
8
9
  **screen_recording** | [**ScreenRecording**](ScreenRecording.md) | | [optional]
@@ -3,7 +3,9 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **cost_per_thousand** | **Float** | Cost per one thousand sessions | [optional]
6
7
  **enabled** | **BOOLEAN** | | [optional]
8
+ **retention_interval** | **String** | How long screen recording data is retained | [optional]
7
9
  **sessions_current_billing_period** | **Integer** | | [optional]
8
10
  **sessions_last_billing_period** | **Integer** | | [optional]
9
11
  **sessions_trial_billing_period** | **Integer** | | [optional]
@@ -38,18 +38,24 @@ module UltracartClient
38
38
  # First name
39
39
  attr_accessor :first_name
40
40
 
41
- # Item ID
41
+ # Item ID. Deprecated query field. This incorrectly meant the original order contained this item id.
42
42
  attr_accessor :item_id
43
43
 
44
44
  # Last name
45
45
  attr_accessor :last_name
46
46
 
47
+ # Next Item ID that is supposed to ship. This is calculated based upon the schedule associated with the original item id.
48
+ attr_accessor :next_item_id
49
+
47
50
  # Next shipment date begin
48
51
  attr_accessor :next_shipment_date_begin
49
52
 
50
53
  # Next shipment date end
51
54
  attr_accessor :next_shipment_date_end
52
55
 
56
+ # Original Item ID purchased on auto order.
57
+ attr_accessor :original_item_id
58
+
53
59
  # Original order date begin
54
60
  attr_accessor :original_order_date_begin
55
61
 
@@ -84,8 +90,10 @@ module UltracartClient
84
90
  :'first_name' => :'first_name',
85
91
  :'item_id' => :'item_id',
86
92
  :'last_name' => :'last_name',
93
+ :'next_item_id' => :'next_item_id',
87
94
  :'next_shipment_date_begin' => :'next_shipment_date_begin',
88
95
  :'next_shipment_date_end' => :'next_shipment_date_end',
96
+ :'original_item_id' => :'original_item_id',
89
97
  :'original_order_date_begin' => :'original_order_date_begin',
90
98
  :'original_order_date_end' => :'original_order_date_end',
91
99
  :'original_order_id' => :'original_order_id',
@@ -109,8 +117,10 @@ module UltracartClient
109
117
  :'first_name' => :'String',
110
118
  :'item_id' => :'String',
111
119
  :'last_name' => :'String',
120
+ :'next_item_id' => :'String',
112
121
  :'next_shipment_date_begin' => :'String',
113
122
  :'next_shipment_date_end' => :'String',
123
+ :'original_item_id' => :'String',
114
124
  :'original_order_date_begin' => :'String',
115
125
  :'original_order_date_end' => :'String',
116
126
  :'original_order_id' => :'String',
@@ -169,6 +179,10 @@ module UltracartClient
169
179
  self.last_name = attributes[:'last_name']
170
180
  end
171
181
 
182
+ if attributes.has_key?(:'next_item_id')
183
+ self.next_item_id = attributes[:'next_item_id']
184
+ end
185
+
172
186
  if attributes.has_key?(:'next_shipment_date_begin')
173
187
  self.next_shipment_date_begin = attributes[:'next_shipment_date_begin']
174
188
  end
@@ -177,6 +191,10 @@ module UltracartClient
177
191
  self.next_shipment_date_end = attributes[:'next_shipment_date_end']
178
192
  end
179
193
 
194
+ if attributes.has_key?(:'original_item_id')
195
+ self.original_item_id = attributes[:'original_item_id']
196
+ end
197
+
180
198
  if attributes.has_key?(:'original_order_date_begin')
181
199
  self.original_order_date_begin = attributes[:'original_order_date_begin']
182
200
  end
@@ -294,8 +312,10 @@ module UltracartClient
294
312
  first_name == o.first_name &&
295
313
  item_id == o.item_id &&
296
314
  last_name == o.last_name &&
315
+ next_item_id == o.next_item_id &&
297
316
  next_shipment_date_begin == o.next_shipment_date_begin &&
298
317
  next_shipment_date_end == o.next_shipment_date_end &&
318
+ original_item_id == o.original_item_id &&
299
319
  original_order_date_begin == o.original_order_date_begin &&
300
320
  original_order_date_end == o.original_order_date_end &&
301
321
  original_order_id == o.original_order_id &&
@@ -314,7 +334,7 @@ module UltracartClient
314
334
  # Calculates hash code according to all attributes.
315
335
  # @return [Fixnum] Hash code
316
336
  def hash
317
- [auto_order_code, card_type, city, company, country_code, customer_profile_oid, email, first_name, item_id, last_name, next_shipment_date_begin, next_shipment_date_end, original_order_date_begin, original_order_date_end, original_order_id, phone, postal_code, state, status].hash
337
+ [auto_order_code, card_type, city, company, country_code, customer_profile_oid, email, first_name, item_id, last_name, next_item_id, next_shipment_date_begin, next_shipment_date_end, original_item_id, original_order_date_begin, original_order_date_end, original_order_id, phone, postal_code, state, status].hash
318
338
  end
319
339
 
320
340
  # Builds the object from hash
@@ -25,6 +25,9 @@ module UltracartClient
25
25
  # Allow COD
26
26
  attr_accessor :allow_cod
27
27
 
28
+ # Allow Drop Shipping
29
+ attr_accessor :allow_drop_shipping
30
+
28
31
  # Allow purchase orders by this customer
29
32
  attr_accessor :allow_purchase_order
30
33
 
@@ -188,6 +191,7 @@ module UltracartClient
188
191
  :'affiliate_oid' => :'affiliate_oid',
189
192
  :'allow_3rd_party_billing' => :'allow_3rd_party_billing',
190
193
  :'allow_cod' => :'allow_cod',
194
+ :'allow_drop_shipping' => :'allow_drop_shipping',
191
195
  :'allow_purchase_order' => :'allow_purchase_order',
192
196
  :'allow_quote_request' => :'allow_quote_request',
193
197
  :'allow_selection_of_address_type' => :'allow_selection_of_address_type',
@@ -252,6 +256,7 @@ module UltracartClient
252
256
  :'affiliate_oid' => :'Integer',
253
257
  :'allow_3rd_party_billing' => :'BOOLEAN',
254
258
  :'allow_cod' => :'BOOLEAN',
259
+ :'allow_drop_shipping' => :'BOOLEAN',
255
260
  :'allow_purchase_order' => :'BOOLEAN',
256
261
  :'allow_quote_request' => :'BOOLEAN',
257
262
  :'allow_selection_of_address_type' => :'BOOLEAN',
@@ -333,6 +338,10 @@ module UltracartClient
333
338
  self.allow_cod = attributes[:'allow_cod']
334
339
  end
335
340
 
341
+ if attributes.has_key?(:'allow_drop_shipping')
342
+ self.allow_drop_shipping = attributes[:'allow_drop_shipping']
343
+ end
344
+
336
345
  if attributes.has_key?(:'allow_purchase_order')
337
346
  self.allow_purchase_order = attributes[:'allow_purchase_order']
338
347
  end
@@ -757,6 +766,7 @@ module UltracartClient
757
766
  affiliate_oid == o.affiliate_oid &&
758
767
  allow_3rd_party_billing == o.allow_3rd_party_billing &&
759
768
  allow_cod == o.allow_cod &&
769
+ allow_drop_shipping == o.allow_drop_shipping &&
760
770
  allow_purchase_order == o.allow_purchase_order &&
761
771
  allow_quote_request == o.allow_quote_request &&
762
772
  allow_selection_of_address_type == o.allow_selection_of_address_type &&
@@ -822,7 +832,7 @@ module UltracartClient
822
832
  # Calculates hash code according to all attributes.
823
833
  # @return [Fixnum] Hash code
824
834
  def hash
825
- [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
835
+ [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
826
836
  end
827
837
 
828
838
  # Builds the object from hash
@@ -28,6 +28,7 @@ module UltracartClient
28
28
 
29
29
  attr_accessor :item_ipn_oid
30
30
 
31
+ # Date/time the integration log was created
31
32
  attr_accessor :log_dts
32
33
 
33
34
  attr_accessor :log_type
@@ -38,6 +39,8 @@ module UltracartClient
38
39
 
39
40
  attr_accessor :logs
40
41
 
42
+ attr_accessor :omit_log_map
43
+
41
44
  attr_accessor :order_ids
42
45
 
43
46
  attr_accessor :pk
@@ -46,6 +49,8 @@ module UltracartClient
46
49
 
47
50
  attr_accessor :status
48
51
 
52
+ attr_accessor :status_code
53
+
49
54
  # Attribute mapping from ruby-style variable name to JSON key.
50
55
  def self.attribute_map
51
56
  {
@@ -61,10 +66,12 @@ module UltracartClient
61
66
  :'logger_id' => :'logger_id',
62
67
  :'logger_name' => :'logger_name',
63
68
  :'logs' => :'logs',
69
+ :'omit_log_map' => :'omit_log_map',
64
70
  :'order_ids' => :'order_ids',
65
71
  :'pk' => :'pk',
66
72
  :'sk' => :'sk',
67
- :'status' => :'status'
73
+ :'status' => :'status',
74
+ :'status_code' => :'status_code'
68
75
  }
69
76
  end
70
77
 
@@ -83,10 +90,12 @@ module UltracartClient
83
90
  :'logger_id' => :'String',
84
91
  :'logger_name' => :'String',
85
92
  :'logs' => :'Array<IntegrationLogLog>',
93
+ :'omit_log_map' => :'BOOLEAN',
86
94
  :'order_ids' => :'Array<String>',
87
95
  :'pk' => :'String',
88
96
  :'sk' => :'String',
89
- :'status' => :'String'
97
+ :'status' => :'String',
98
+ :'status_code' => :'Integer'
90
99
  }
91
100
  end
92
101
 
@@ -150,6 +159,10 @@ module UltracartClient
150
159
  end
151
160
  end
152
161
 
162
+ if attributes.has_key?(:'omit_log_map')
163
+ self.omit_log_map = attributes[:'omit_log_map']
164
+ end
165
+
153
166
  if attributes.has_key?(:'order_ids')
154
167
  if (value = attributes[:'order_ids']).is_a?(Array)
155
168
  self.order_ids = value
@@ -167,6 +180,10 @@ module UltracartClient
167
180
  if attributes.has_key?(:'status')
168
181
  self.status = attributes[:'status']
169
182
  end
183
+
184
+ if attributes.has_key?(:'status_code')
185
+ self.status_code = attributes[:'status_code']
186
+ end
170
187
  end
171
188
 
172
189
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -199,10 +216,12 @@ module UltracartClient
199
216
  logger_id == o.logger_id &&
200
217
  logger_name == o.logger_name &&
201
218
  logs == o.logs &&
219
+ omit_log_map == o.omit_log_map &&
202
220
  order_ids == o.order_ids &&
203
221
  pk == o.pk &&
204
222
  sk == o.sk &&
205
- status == o.status
223
+ status == o.status &&
224
+ status_code == o.status_code
206
225
  end
207
226
 
208
227
  # @see the `==` method
@@ -214,7 +233,7 @@ module UltracartClient
214
233
  # Calculates hash code according to all attributes.
215
234
  # @return [Fixnum] Hash code
216
235
  def hash
217
- [action, direction, email, files, integration_log_oid, item_id, item_ipn_oid, log_dts, log_type, logger_id, logger_name, logs, order_ids, pk, sk, status].hash
236
+ [action, direction, email, files, integration_log_oid, item_id, item_ipn_oid, log_dts, log_type, logger_id, logger_name, logs, omit_log_map, order_ids, pk, sk, status, status_code].hash
218
237
  end
219
238
 
220
239
  # Builds the object from hash
@@ -26,6 +26,12 @@ module UltracartClient
26
26
 
27
27
  attr_accessor :item_ipn_oids
28
28
 
29
+ # Maximum date/time log date/time
30
+ attr_accessor :log_dts_max
31
+
32
+ # Minimum date/time log date/time
33
+ attr_accessor :log_dts_min
34
+
29
35
  attr_accessor :log_types
30
36
 
31
37
  attr_accessor :logger_names
@@ -43,6 +49,8 @@ module UltracartClient
43
49
  :'file_names' => :'file_names',
44
50
  :'item_ids' => :'item_ids',
45
51
  :'item_ipn_oids' => :'item_ipn_oids',
52
+ :'log_dts_max' => :'log_dts_max',
53
+ :'log_dts_min' => :'log_dts_min',
46
54
  :'log_types' => :'log_types',
47
55
  :'logger_names' => :'logger_names',
48
56
  :'order_ids' => :'order_ids',
@@ -59,6 +67,8 @@ module UltracartClient
59
67
  :'file_names' => :'Array<String>',
60
68
  :'item_ids' => :'Array<String>',
61
69
  :'item_ipn_oids' => :'Array<Integer>',
70
+ :'log_dts_max' => :'String',
71
+ :'log_dts_min' => :'String',
62
72
  :'log_types' => :'Array<String>',
63
73
  :'logger_names' => :'Array<String>',
64
74
  :'order_ids' => :'Array<String>',
@@ -110,6 +120,14 @@ module UltracartClient
110
120
  end
111
121
  end
112
122
 
123
+ if attributes.has_key?(:'log_dts_max')
124
+ self.log_dts_max = attributes[:'log_dts_max']
125
+ end
126
+
127
+ if attributes.has_key?(:'log_dts_min')
128
+ self.log_dts_min = attributes[:'log_dts_min']
129
+ end
130
+
113
131
  if attributes.has_key?(:'log_types')
114
132
  if (value = attributes[:'log_types']).is_a?(Array)
115
133
  self.log_types = value
@@ -159,6 +177,8 @@ module UltracartClient
159
177
  file_names == o.file_names &&
160
178
  item_ids == o.item_ids &&
161
179
  item_ipn_oids == o.item_ipn_oids &&
180
+ log_dts_max == o.log_dts_max &&
181
+ log_dts_min == o.log_dts_min &&
162
182
  log_types == o.log_types &&
163
183
  logger_names == o.logger_names &&
164
184
  order_ids == o.order_ids &&
@@ -174,7 +194,7 @@ module UltracartClient
174
194
  # Calculates hash code according to all attributes.
175
195
  # @return [Fixnum] Hash code
176
196
  def hash
177
- [actions, directions, emails, file_names, item_ids, item_ipn_oids, log_types, logger_names, order_ids, statuses].hash
197
+ [actions, directions, emails, file_names, item_ids, item_ipn_oids, log_dts_max, log_dts_min, log_types, logger_names, order_ids, statuses].hash
178
198
  end
179
199
 
180
200
  # Builds the object from hash
@@ -72,6 +72,9 @@ module UltracartClient
72
72
 
73
73
  attr_accessor :merchant_notes
74
74
 
75
+ # True if external page view was not tracked
76
+ attr_accessor :missing_external_tracking
77
+
75
78
  attr_accessor :order_id
76
79
 
77
80
  attr_accessor :page_view_count
@@ -154,6 +157,7 @@ module UltracartClient
154
157
  :'language_iso_code' => :'language_iso_code',
155
158
  :'merchant_id' => :'merchant_id',
156
159
  :'merchant_notes' => :'merchant_notes',
160
+ :'missing_external_tracking' => :'missing_external_tracking',
157
161
  :'order_id' => :'order_id',
158
162
  :'page_view_count' => :'page_view_count',
159
163
  :'page_views' => :'page_views',
@@ -209,6 +213,7 @@ module UltracartClient
209
213
  :'language_iso_code' => :'String',
210
214
  :'merchant_id' => :'String',
211
215
  :'merchant_notes' => :'String',
216
+ :'missing_external_tracking' => :'BOOLEAN',
212
217
  :'order_id' => :'String',
213
218
  :'page_view_count' => :'Integer',
214
219
  :'page_views' => :'Array<ScreenRecordingPageView>',
@@ -343,6 +348,10 @@ module UltracartClient
343
348
  self.merchant_notes = attributes[:'merchant_notes']
344
349
  end
345
350
 
351
+ if attributes.has_key?(:'missing_external_tracking')
352
+ self.missing_external_tracking = attributes[:'missing_external_tracking']
353
+ end
354
+
346
355
  if attributes.has_key?(:'order_id')
347
356
  self.order_id = attributes[:'order_id']
348
357
  end
@@ -496,6 +505,7 @@ module UltracartClient
496
505
  language_iso_code == o.language_iso_code &&
497
506
  merchant_id == o.merchant_id &&
498
507
  merchant_notes == o.merchant_notes &&
508
+ missing_external_tracking == o.missing_external_tracking &&
499
509
  order_id == o.order_id &&
500
510
  page_view_count == o.page_view_count &&
501
511
  page_views == o.page_views &&
@@ -532,7 +542,7 @@ module UltracartClient
532
542
  # Calculates hash code according to all attributes.
533
543
  # @return [Fixnum] Hash code
534
544
  def hash
535
- [ad_platform, analytics_client_oid, analytics_session_dts, analytics_session_oid, communications_campaign_name, communications_campaign_uuid, communications_email_subject, communications_email_uuid, communications_flow_name, communications_flow_uuid, email, email_domain, end_timestamp, esp_customer_uuid, events_gz_size, events_json_key, favorite, favorites, geolocation, geolocation_country, geolocation_state, language_iso_code, merchant_id, merchant_notes, order_id, page_view_count, page_views, preferred_language, referrer_domain, rrweb_version, screen_recording_uuid, signed_download_url, start_timestamp, storefront_oids, storefronts, tags, time_on_site, ucacid, user_agent, user_agent_raw, user_ip, user_properties, utm_campaign, utm_source, visitor_first_seen, visitor_number, watched, window_height, window_width].hash
545
+ [ad_platform, analytics_client_oid, analytics_session_dts, analytics_session_oid, communications_campaign_name, communications_campaign_uuid, communications_email_subject, communications_email_uuid, communications_flow_name, communications_flow_uuid, email, email_domain, end_timestamp, esp_customer_uuid, events_gz_size, events_json_key, favorite, favorites, geolocation, geolocation_country, geolocation_state, language_iso_code, merchant_id, merchant_notes, missing_external_tracking, order_id, page_view_count, page_views, preferred_language, referrer_domain, rrweb_version, screen_recording_uuid, signed_download_url, start_timestamp, storefront_oids, storefronts, tags, time_on_site, ucacid, user_agent, user_agent_raw, user_ip, user_properties, utm_campaign, utm_source, visitor_first_seen, visitor_number, watched, window_height, window_width].hash
536
546
  end
537
547
 
538
548
  # Builds the object from hash
@@ -14,6 +14,8 @@ require 'date'
14
14
 
15
15
  module UltracartClient
16
16
  class ScreenRecordingQueryResponse
17
+ attr_accessor :checkout_only
18
+
17
19
  attr_accessor :error
18
20
 
19
21
  attr_accessor :filter
@@ -38,6 +40,7 @@ module UltracartClient
38
40
  # Attribute mapping from ruby-style variable name to JSON key.
39
41
  def self.attribute_map
40
42
  {
43
+ :'checkout_only' => :'checkout_only',
41
44
  :'error' => :'error',
42
45
  :'filter' => :'filter',
43
46
  :'filter_values' => :'filter_values',
@@ -54,6 +57,7 @@ module UltracartClient
54
57
  # Attribute type mapping.
55
58
  def self.swagger_types
56
59
  {
60
+ :'checkout_only' => :'BOOLEAN',
57
61
  :'error' => :'Error',
58
62
  :'filter' => :'ScreenRecordingFilter',
59
63
  :'filter_values' => :'ScreenRecordingFilterValues',
@@ -75,6 +79,10 @@ module UltracartClient
75
79
  # convert string to symbol for hash key
76
80
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
77
81
 
82
+ if attributes.has_key?(:'checkout_only')
83
+ self.checkout_only = attributes[:'checkout_only']
84
+ end
85
+
78
86
  if attributes.has_key?(:'error')
79
87
  self.error = attributes[:'error']
80
88
  end
@@ -138,6 +146,7 @@ module UltracartClient
138
146
  def ==(o)
139
147
  return true if self.equal?(o)
140
148
  self.class == o.class &&
149
+ checkout_only == o.checkout_only &&
141
150
  error == o.error &&
142
151
  filter == o.filter &&
143
152
  filter_values == o.filter_values &&
@@ -159,7 +168,7 @@ module UltracartClient
159
168
  # Calculates hash code according to all attributes.
160
169
  # @return [Fixnum] Hash code
161
170
  def hash
162
- [error, filter, filter_values, histogram_data, histogram_interval, histogram_start_dts, metadata, screen_recordings, success, warning].hash
171
+ [checkout_only, error, filter, filter_values, histogram_data, histogram_interval, histogram_start_dts, metadata, screen_recordings, success, warning].hash
163
172
  end
164
173
 
165
174
  # Builds the object from hash
@@ -14,6 +14,8 @@ require 'date'
14
14
 
15
15
  module UltracartClient
16
16
  class ScreenRecordingResponse
17
+ attr_accessor :checkout_only
18
+
17
19
  attr_accessor :error
18
20
 
19
21
  attr_accessor :metadata
@@ -28,6 +30,7 @@ module UltracartClient
28
30
  # Attribute mapping from ruby-style variable name to JSON key.
29
31
  def self.attribute_map
30
32
  {
33
+ :'checkout_only' => :'checkout_only',
31
34
  :'error' => :'error',
32
35
  :'metadata' => :'metadata',
33
36
  :'screen_recording' => :'screen_recording',
@@ -39,6 +42,7 @@ module UltracartClient
39
42
  # Attribute type mapping.
40
43
  def self.swagger_types
41
44
  {
45
+ :'checkout_only' => :'BOOLEAN',
42
46
  :'error' => :'Error',
43
47
  :'metadata' => :'ResponseMetadata',
44
48
  :'screen_recording' => :'ScreenRecording',
@@ -55,6 +59,10 @@ module UltracartClient
55
59
  # convert string to symbol for hash key
56
60
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
57
61
 
62
+ if attributes.has_key?(:'checkout_only')
63
+ self.checkout_only = attributes[:'checkout_only']
64
+ end
65
+
58
66
  if attributes.has_key?(:'error')
59
67
  self.error = attributes[:'error']
60
68
  end
@@ -94,6 +102,7 @@ module UltracartClient
94
102
  def ==(o)
95
103
  return true if self.equal?(o)
96
104
  self.class == o.class &&
105
+ checkout_only == o.checkout_only &&
97
106
  error == o.error &&
98
107
  metadata == o.metadata &&
99
108
  screen_recording == o.screen_recording &&
@@ -110,7 +119,7 @@ module UltracartClient
110
119
  # Calculates hash code according to all attributes.
111
120
  # @return [Fixnum] Hash code
112
121
  def hash
113
- [error, metadata, screen_recording, success, warning].hash
122
+ [checkout_only, error, metadata, screen_recording, success, warning].hash
114
123
  end
115
124
 
116
125
  # Builds the object from hash
@@ -14,8 +14,14 @@ require 'date'
14
14
 
15
15
  module UltracartClient
16
16
  class ScreenRecordingSettings
17
+ # Cost per one thousand sessions
18
+ attr_accessor :cost_per_thousand
19
+
17
20
  attr_accessor :enabled
18
21
 
22
+ # How long screen recording data is retained
23
+ attr_accessor :retention_interval
24
+
19
25
  attr_accessor :sessions_current_billing_period
20
26
 
21
27
  attr_accessor :sessions_last_billing_period
@@ -29,7 +35,9 @@ module UltracartClient
29
35
  # Attribute mapping from ruby-style variable name to JSON key.
30
36
  def self.attribute_map
31
37
  {
38
+ :'cost_per_thousand' => :'cost_per_thousand',
32
39
  :'enabled' => :'enabled',
40
+ :'retention_interval' => :'retention_interval',
33
41
  :'sessions_current_billing_period' => :'sessions_current_billing_period',
34
42
  :'sessions_last_billing_period' => :'sessions_last_billing_period',
35
43
  :'sessions_trial_billing_period' => :'sessions_trial_billing_period',
@@ -41,7 +49,9 @@ module UltracartClient
41
49
  # Attribute type mapping.
42
50
  def self.swagger_types
43
51
  {
52
+ :'cost_per_thousand' => :'Float',
44
53
  :'enabled' => :'BOOLEAN',
54
+ :'retention_interval' => :'String',
45
55
  :'sessions_current_billing_period' => :'Integer',
46
56
  :'sessions_last_billing_period' => :'Integer',
47
57
  :'sessions_trial_billing_period' => :'Integer',
@@ -58,10 +68,18 @@ module UltracartClient
58
68
  # convert string to symbol for hash key
59
69
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
60
70
 
71
+ if attributes.has_key?(:'cost_per_thousand')
72
+ self.cost_per_thousand = attributes[:'cost_per_thousand']
73
+ end
74
+
61
75
  if attributes.has_key?(:'enabled')
62
76
  self.enabled = attributes[:'enabled']
63
77
  end
64
78
 
79
+ if attributes.has_key?(:'retention_interval')
80
+ self.retention_interval = attributes[:'retention_interval']
81
+ end
82
+
65
83
  if attributes.has_key?(:'sessions_current_billing_period')
66
84
  self.sessions_current_billing_period = attributes[:'sessions_current_billing_period']
67
85
  end
@@ -101,7 +119,9 @@ module UltracartClient
101
119
  def ==(o)
102
120
  return true if self.equal?(o)
103
121
  self.class == o.class &&
122
+ cost_per_thousand == o.cost_per_thousand &&
104
123
  enabled == o.enabled &&
124
+ retention_interval == o.retention_interval &&
105
125
  sessions_current_billing_period == o.sessions_current_billing_period &&
106
126
  sessions_last_billing_period == o.sessions_last_billing_period &&
107
127
  sessions_trial_billing_period == o.sessions_trial_billing_period &&
@@ -118,7 +138,7 @@ module UltracartClient
118
138
  # Calculates hash code according to all attributes.
119
139
  # @return [Fixnum] Hash code
120
140
  def hash
121
- [enabled, sessions_current_billing_period, sessions_last_billing_period, sessions_trial_billing_period, trial_expiration, trial_expired].hash
141
+ [cost_per_thousand, enabled, retention_interval, sessions_current_billing_period, sessions_last_billing_period, sessions_trial_billing_period, trial_expiration, trial_expired].hash
122
142
  end
123
143
 
124
144
  # 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.2.6'
14
+ VERSION = '3.2.11'
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.2.6
4
+ version: 3.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus