ultracart_api 3.1.11 → 3.1.12

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: baf85d43803f09a90974f427f2ef55a3e34d6fb77791ee9138afd05b3b131278
4
- data.tar.gz: 3761dcd0a48dee44a7b9be64456f0f33133f2f6967fe17be394bc562a6a151fe
3
+ metadata.gz: c4afe9d6e08ea05d1da236a1ce08a2a6cc280cc3fd0c134b977c3314bfc4aed8
4
+ data.tar.gz: bebee5627b1424ae09650c230a6422b4e9cfaa3a32c1cd833a0e2043cb8011a8
5
5
  SHA512:
6
- metadata.gz: 7e136f041f2a6b6c982043def9ff20ea9cea15a40495cf4f2c5668912354633e8ee7b0c10a0bd03a6a2723c26a03b77c2a133d1e3a61d88d4e29f9adc36f289a
7
- data.tar.gz: cc97f8c45f306d9fbb0cc255042cad9ae5fafd0a257a0f721e6bd8df855e7294768b7553c1382b0746703ea372fc7732882786bf5c181c65ae75bf45b3435cea
6
+ metadata.gz: 3ce4d7c7dbff0304ee4165bfa91ee030ae3fa3c824786c57668b61d846a9887b399351e1fa788c3b63cfe26998f594c4602a5531823a6979ef7b97c44cf82b9c
7
+ data.tar.gz: 7e9272a19f5e368cb774cd3afd27116651ae3df59093bc0ae5f6b380e72eff5aaedc6d18b39f7d1bfb74d9cd691c7cfec2a5af15e08fdc3e5de04bbebdd8a955
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.1.11
10
+ - Package version: 3.1.12
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.1.11.gem
27
+ gem install ./ultracart_api-3.1.12.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.11.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.12.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.1.11'
35
+ gem 'ultracart_api', '~> 3.1.12'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1006,6 +1006,7 @@ Not every change is committed to every SDK.
1006
1006
 
1007
1007
  | Version | Date | Comments |
1008
1008
  | --: | :-: | --- |
1009
+ | 3.1.12 | 02/25/2021 | added screen recording visitor_first_seen property |
1009
1010
  | 3.1.11 | 02/24/2021 | Added Screen recording visitor number |
1010
1011
  | 3.1.10 | 02/24/2021 | Added Screen recording merchant notes |
1011
1012
  | 3.1.9 | 02/24/2021 | Allow coupons to be configured as unique with expiration on cart step within StoreFront Communications |
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
34
34
  **user_agent_raw** | **String** | | [optional]
35
35
  **user_ip** | **String** | | [optional]
36
36
  **user_properties** | [**Array<ScreenRecordingUserProperty>**](ScreenRecordingUserProperty.md) | | [optional]
37
+ **visitor_first_seen** | **String** | Timestamp this visitor was first seen | [optional]
37
38
  **visitor_number** | **Integer** | | [optional]
38
39
  **watched** | **BOOLEAN** | | [optional]
39
40
  **window_height** | **Integer** | | [optional]
@@ -29,6 +29,7 @@ Name | Type | Description | Notes
29
29
  **user_agent_os_name** | **String** | | [optional]
30
30
  **user_agent_os_version** | **String** | | [optional]
31
31
  **user_ip** | [**ScreenRecordingFilterIpSearch**](ScreenRecordingFilterIpSearch.md) | | [optional]
32
+ **visitor_number** | **Integer** | | [optional]
32
33
  **watched** | **BOOLEAN** | | [optional]
33
34
 
34
35
 
@@ -80,6 +80,9 @@ module UltracartClient
80
80
 
81
81
  attr_accessor :user_properties
82
82
 
83
+ # Timestamp this visitor was first seen
84
+ attr_accessor :visitor_first_seen
85
+
83
86
  attr_accessor :visitor_number
84
87
 
85
88
  attr_accessor :watched
@@ -122,6 +125,7 @@ module UltracartClient
122
125
  :'user_agent_raw' => :'user_agent_raw',
123
126
  :'user_ip' => :'user_ip',
124
127
  :'user_properties' => :'user_properties',
128
+ :'visitor_first_seen' => :'visitor_first_seen',
125
129
  :'visitor_number' => :'visitor_number',
126
130
  :'watched' => :'watched',
127
131
  :'window_height' => :'window_height',
@@ -163,6 +167,7 @@ module UltracartClient
163
167
  :'user_agent_raw' => :'String',
164
168
  :'user_ip' => :'String',
165
169
  :'user_properties' => :'Array<ScreenRecordingUserProperty>',
170
+ :'visitor_first_seen' => :'String',
166
171
  :'visitor_number' => :'Integer',
167
172
  :'watched' => :'BOOLEAN',
168
173
  :'window_height' => :'Integer',
@@ -314,6 +319,10 @@ module UltracartClient
314
319
  end
315
320
  end
316
321
 
322
+ if attributes.has_key?(:'visitor_first_seen')
323
+ self.visitor_first_seen = attributes[:'visitor_first_seen']
324
+ end
325
+
317
326
  if attributes.has_key?(:'visitor_number')
318
327
  self.visitor_number = attributes[:'visitor_number']
319
328
  end
@@ -380,6 +389,7 @@ module UltracartClient
380
389
  user_agent_raw == o.user_agent_raw &&
381
390
  user_ip == o.user_ip &&
382
391
  user_properties == o.user_properties &&
392
+ visitor_first_seen == o.visitor_first_seen &&
383
393
  visitor_number == o.visitor_number &&
384
394
  watched == o.watched &&
385
395
  window_height == o.window_height &&
@@ -395,7 +405,7 @@ module UltracartClient
395
405
  # Calculates hash code according to all attributes.
396
406
  # @return [Fixnum] Hash code
397
407
  def hash
398
- [analytics_client_oid, analytics_session_dts, analytics_session_oid, email, end_timestamp, esp_customer_uuid, events_gz_size, events_json_key, favorite, favorites, geolocation, geolocation_country, geolocation_state, merchant_id, merchant_notes, order_id, page_view_count, page_views, 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, visitor_number, watched, window_height, window_width].hash
408
+ [analytics_client_oid, analytics_session_dts, analytics_session_oid, email, end_timestamp, esp_customer_uuid, events_gz_size, events_json_key, favorite, favorites, geolocation, geolocation_country, geolocation_state, merchant_id, merchant_notes, order_id, page_view_count, page_views, 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, visitor_first_seen, visitor_number, watched, window_height, window_width].hash
399
409
  end
400
410
 
401
411
  # Builds the object from hash
@@ -66,6 +66,8 @@ module UltracartClient
66
66
 
67
67
  attr_accessor :user_ip
68
68
 
69
+ attr_accessor :visitor_number
70
+
69
71
  attr_accessor :watched
70
72
 
71
73
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -97,6 +99,7 @@ module UltracartClient
97
99
  :'user_agent_os_name' => :'user_agent_os_name',
98
100
  :'user_agent_os_version' => :'user_agent_os_version',
99
101
  :'user_ip' => :'user_ip',
102
+ :'visitor_number' => :'visitor_number',
100
103
  :'watched' => :'watched'
101
104
  }
102
105
  end
@@ -130,6 +133,7 @@ module UltracartClient
130
133
  :'user_agent_os_name' => :'String',
131
134
  :'user_agent_os_version' => :'String',
132
135
  :'user_ip' => :'ScreenRecordingFilterIpSearch',
136
+ :'visitor_number' => :'Integer',
133
137
  :'watched' => :'BOOLEAN'
134
138
  }
135
139
  end
@@ -254,6 +258,10 @@ module UltracartClient
254
258
  self.user_ip = attributes[:'user_ip']
255
259
  end
256
260
 
261
+ if attributes.has_key?(:'visitor_number')
262
+ self.visitor_number = attributes[:'visitor_number']
263
+ end
264
+
257
265
  if attributes.has_key?(:'watched')
258
266
  self.watched = attributes[:'watched']
259
267
  end
@@ -303,6 +311,7 @@ module UltracartClient
303
311
  user_agent_os_name == o.user_agent_os_name &&
304
312
  user_agent_os_version == o.user_agent_os_version &&
305
313
  user_ip == o.user_ip &&
314
+ visitor_number == o.visitor_number &&
306
315
  watched == o.watched
307
316
  end
308
317
 
@@ -315,7 +324,7 @@ module UltracartClient
315
324
  # Calculates hash code according to all attributes.
316
325
  # @return [Fixnum] Hash code
317
326
  def hash
318
- [email, email_identified, end_timestamp, esp_customer_uuid, favorite, geolocation, geolocation_country, geolocation_state, max_filter_values, order_id, page_view_count, page_views, placed_order, screen_recording_uuids, screen_sizes, skip_filter_values, skip_hits, start_timestamp, tags, time_on_site, user_agent_device_name, user_agent_name, user_agent_original, user_agent_os_name, user_agent_os_version, user_ip, watched].hash
327
+ [email, email_identified, end_timestamp, esp_customer_uuid, favorite, geolocation, geolocation_country, geolocation_state, max_filter_values, order_id, page_view_count, page_views, placed_order, screen_recording_uuids, screen_sizes, skip_filter_values, skip_hits, start_timestamp, tags, time_on_site, user_agent_device_name, user_agent_name, user_agent_original, user_agent_os_name, user_agent_os_version, user_ip, visitor_number, watched].hash
319
328
  end
320
329
 
321
330
  # 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.1.11'
14
+ VERSION = '3.1.12'
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.1.11
4
+ version: 3.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-24 00:00:00.000000000 Z
11
+ date: 2021-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus