ultracart_api 3.1.9 → 3.1.10
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 +4 -4
- data/README.md +7 -4
- data/docs/ScreenRecording.md +1 -0
- data/docs/ScreenRecordingMerchantNotesRequest.md +8 -0
- data/docs/StorefrontApi.md +56 -0
- data/lib/ultracart_api.rb +1 -0
- data/lib/ultracart_api/api/storefront_api.rb +66 -0
- data/lib/ultracart_api/models/screen_recording.rb +10 -1
- data/lib/ultracart_api/models/screen_recording_merchant_notes_request.rb +184 -0
- data/lib/ultracart_api/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '094c42a7b58e47833d3d3f25b4ecc5842e6aee6f44da37a62919ba820890dbce'
|
|
4
|
+
data.tar.gz: d1f7de2eb8cbe6dd978b28b0a5f9cfd3811afe28210f7960fd9490d87228fe77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e41253222e1e0168e8d5e9c53d971ee23fdbdc0dd6bf290dd4426df1bc31712bc477849c26a7511a87100f329424bafd96bdee005d16e41a1186bda05f744094
|
|
7
|
+
data.tar.gz: c10d19ebcc321bbd469fcd339014a2e44580ad1d82b8ce7ebfdef6934724a2bba154b0509e071a33b432e6cab2db92edccd053bfe4318cac40fbe01c3117823b
|
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.
|
|
10
|
+
- Package version: 3.1.10
|
|
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.
|
|
27
|
+
gem install ./ultracart_api-3.1.10.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.1.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.1.10.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.
|
|
35
|
+
gem 'ultracart_api', '~> 3.1.10'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -327,6 +327,7 @@ Class | Method | HTTP request | Description
|
|
|
327
327
|
*UltracartClient::StorefrontApi* | [**update_email_settings**](docs/StorefrontApi.md#update_email_settings) | **POST** /storefront/{storefront_oid}/email/settings | Update email settings
|
|
328
328
|
*UltracartClient::StorefrontApi* | [**update_experiment**](docs/StorefrontApi.md#update_experiment) | **PUT** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Update experiment
|
|
329
329
|
*UltracartClient::StorefrontApi* | [**update_library_item**](docs/StorefrontApi.md#update_library_item) | **PUT** /storefront/code_library/{library_item_oid} | Update library item. Note that only certain fields may be updated via this method.
|
|
330
|
+
*UltracartClient::StorefrontApi* | [**update_screen_recording_merchant_notes**](docs/StorefrontApi.md#update_screen_recording_merchant_notes) | **POST** /storefront/{storefront_oid}/screen_recordings/{screen_recording_uuid}/merchant_notes | Update merchant notes on a screen recording
|
|
330
331
|
*UltracartClient::StorefrontApi* | [**update_screen_recording_segment**](docs/StorefrontApi.md#update_screen_recording_segment) | **POST** /storefront/{storefront_oid}/screen_recordings/segments/{screen_recording_segment_oid} | Update screen recording segment
|
|
331
332
|
*UltracartClient::StorefrontApi* | [**update_screen_recording_settings**](docs/StorefrontApi.md#update_screen_recording_settings) | **POST** /storefront/{storefront_oid}/screen_recordings/settings | Update screen recording settings
|
|
332
333
|
*UltracartClient::StorefrontApi* | [**update_screen_recording_tags**](docs/StorefrontApi.md#update_screen_recording_tags) | **POST** /storefront/{storefront_oid}/screen_recordings/{screen_recording_uuid}/tags | Update tags on a screen recording
|
|
@@ -865,6 +866,7 @@ Class | Method | HTTP request | Description
|
|
|
865
866
|
- [UltracartClient::ScreenRecordingFilterValues](docs/ScreenRecordingFilterValues.md)
|
|
866
867
|
- [UltracartClient::ScreenRecordingFilterValuesEvent](docs/ScreenRecordingFilterValuesEvent.md)
|
|
867
868
|
- [UltracartClient::ScreenRecordingFilterValuesEventParams](docs/ScreenRecordingFilterValuesEventParams.md)
|
|
869
|
+
- [UltracartClient::ScreenRecordingMerchantNotesRequest](docs/ScreenRecordingMerchantNotesRequest.md)
|
|
868
870
|
- [UltracartClient::ScreenRecordingMultifield](docs/ScreenRecordingMultifield.md)
|
|
869
871
|
- [UltracartClient::ScreenRecordingPageView](docs/ScreenRecordingPageView.md)
|
|
870
872
|
- [UltracartClient::ScreenRecordingPageViewDataResponse](docs/ScreenRecordingPageViewDataResponse.md)
|
|
@@ -1004,6 +1006,7 @@ Not every change is committed to every SDK.
|
|
|
1004
1006
|
|
|
1005
1007
|
| Version | Date | Comments |
|
|
1006
1008
|
| --: | :-: | --- |
|
|
1009
|
+
| 3.1.10 | 02/24/2021 | Added Screen recording merchant notes |
|
|
1007
1010
|
| 3.1.9 | 02/24/2021 | Allow coupons to be configured as unique with expiration on cart step within StoreFront Communications |
|
|
1008
1011
|
| 3.1.8 | 02/24/2021 | Add flag: screen recording missing event boolean |
|
|
1009
1012
|
| 3.1.5 | 02/12/2021 | Bug Fix: PHP retry logic missing a closing brace. Also screen recording page view data response refactor |
|
data/docs/ScreenRecording.md
CHANGED
|
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
|
|
|
17
17
|
**geolocation_country** | **String** | | [optional]
|
|
18
18
|
**geolocation_state** | **String** | | [optional]
|
|
19
19
|
**merchant_id** | **String** | | [optional]
|
|
20
|
+
**merchant_notes** | **String** | | [optional]
|
|
20
21
|
**order_id** | **String** | | [optional]
|
|
21
22
|
**page_view_count** | **Integer** | | [optional]
|
|
22
23
|
**page_views** | [**Array<ScreenRecordingPageView>**](ScreenRecordingPageView.md) | | [optional]
|
data/docs/StorefrontApi.md
CHANGED
|
@@ -143,6 +143,7 @@ Method | HTTP request | Description
|
|
|
143
143
|
[**update_email_settings**](StorefrontApi.md#update_email_settings) | **POST** /storefront/{storefront_oid}/email/settings | Update email settings
|
|
144
144
|
[**update_experiment**](StorefrontApi.md#update_experiment) | **PUT** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Update experiment
|
|
145
145
|
[**update_library_item**](StorefrontApi.md#update_library_item) | **PUT** /storefront/code_library/{library_item_oid} | Update library item. Note that only certain fields may be updated via this method.
|
|
146
|
+
[**update_screen_recording_merchant_notes**](StorefrontApi.md#update_screen_recording_merchant_notes) | **POST** /storefront/{storefront_oid}/screen_recordings/{screen_recording_uuid}/merchant_notes | Update merchant notes on a screen recording
|
|
146
147
|
[**update_screen_recording_segment**](StorefrontApi.md#update_screen_recording_segment) | **POST** /storefront/{storefront_oid}/screen_recordings/segments/{screen_recording_segment_oid} | Update screen recording segment
|
|
147
148
|
[**update_screen_recording_settings**](StorefrontApi.md#update_screen_recording_settings) | **POST** /storefront/{storefront_oid}/screen_recordings/settings | Update screen recording settings
|
|
148
149
|
[**update_screen_recording_tags**](StorefrontApi.md#update_screen_recording_tags) | **POST** /storefront/{storefront_oid}/screen_recordings/{screen_recording_uuid}/tags | Update tags on a screen recording
|
|
@@ -7320,6 +7321,61 @@ Name | Type | Description | Notes
|
|
|
7320
7321
|
|
|
7321
7322
|
|
|
7322
7323
|
|
|
7324
|
+
# **update_screen_recording_merchant_notes**
|
|
7325
|
+
> update_screen_recording_merchant_notes(storefront_oid, screen_recording_uuid, merchant_notes_request)
|
|
7326
|
+
|
|
7327
|
+
Update merchant notes on a screen recording
|
|
7328
|
+
|
|
7329
|
+
Update merchant notes on a screen recording
|
|
7330
|
+
|
|
7331
|
+
### Example
|
|
7332
|
+
```ruby
|
|
7333
|
+
# load the gem
|
|
7334
|
+
require 'ultracart_api'
|
|
7335
|
+
|
|
7336
|
+
# Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
|
|
7337
|
+
simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
|
|
7338
|
+
api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
|
|
7339
|
+
|
|
7340
|
+
|
|
7341
|
+
storefront_oid = 56 # Integer |
|
|
7342
|
+
|
|
7343
|
+
screen_recording_uuid = 'screen_recording_uuid_example' # String |
|
|
7344
|
+
|
|
7345
|
+
merchant_notes_request = UltracartClient::ScreenRecordingMerchantNotesRequest.new # ScreenRecordingMerchantNotesRequest | Merchant Notes
|
|
7346
|
+
|
|
7347
|
+
|
|
7348
|
+
begin
|
|
7349
|
+
#Update merchant notes on a screen recording
|
|
7350
|
+
api_instance.update_screen_recording_merchant_notes(storefront_oid, screen_recording_uuid, merchant_notes_request)
|
|
7351
|
+
rescue UltracartClient::ApiError => e
|
|
7352
|
+
puts "Exception when calling StorefrontApi->update_screen_recording_merchant_notes: #{e}"
|
|
7353
|
+
end
|
|
7354
|
+
```
|
|
7355
|
+
|
|
7356
|
+
### Parameters
|
|
7357
|
+
|
|
7358
|
+
Name | Type | Description | Notes
|
|
7359
|
+
------------- | ------------- | ------------- | -------------
|
|
7360
|
+
**storefront_oid** | **Integer**| |
|
|
7361
|
+
**screen_recording_uuid** | **String**| |
|
|
7362
|
+
**merchant_notes_request** | [**ScreenRecordingMerchantNotesRequest**](ScreenRecordingMerchantNotesRequest.md)| Merchant Notes |
|
|
7363
|
+
|
|
7364
|
+
### Return type
|
|
7365
|
+
|
|
7366
|
+
nil (empty response body)
|
|
7367
|
+
|
|
7368
|
+
### Authorization
|
|
7369
|
+
|
|
7370
|
+
[ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
|
|
7371
|
+
|
|
7372
|
+
### HTTP request headers
|
|
7373
|
+
|
|
7374
|
+
- **Content-Type**: application/json
|
|
7375
|
+
- **Accept**: application/json
|
|
7376
|
+
|
|
7377
|
+
|
|
7378
|
+
|
|
7323
7379
|
# **update_screen_recording_segment**
|
|
7324
7380
|
> ScreenRecordingSegmentResponse update_screen_recording_segment(storefront_oid, screen_recording_segment_oid, segment)
|
|
7325
7381
|
|
data/lib/ultracart_api.rb
CHANGED
|
@@ -500,6 +500,7 @@ require 'ultracart_api/models/screen_recording_filter_string_search'
|
|
|
500
500
|
require 'ultracart_api/models/screen_recording_filter_values'
|
|
501
501
|
require 'ultracart_api/models/screen_recording_filter_values_event'
|
|
502
502
|
require 'ultracart_api/models/screen_recording_filter_values_event_params'
|
|
503
|
+
require 'ultracart_api/models/screen_recording_merchant_notes_request'
|
|
503
504
|
require 'ultracart_api/models/screen_recording_multifield'
|
|
504
505
|
require 'ultracart_api/models/screen_recording_page_view'
|
|
505
506
|
require 'ultracart_api/models/screen_recording_page_view_data_response'
|
|
@@ -8245,6 +8245,72 @@ module UltracartClient
|
|
|
8245
8245
|
end
|
|
8246
8246
|
return data, status_code, headers
|
|
8247
8247
|
end
|
|
8248
|
+
# Update merchant notes on a screen recording
|
|
8249
|
+
# Update merchant notes on a screen recording
|
|
8250
|
+
# @param storefront_oid
|
|
8251
|
+
# @param screen_recording_uuid
|
|
8252
|
+
# @param merchant_notes_request Merchant Notes
|
|
8253
|
+
# @param [Hash] opts the optional parameters
|
|
8254
|
+
# @return [nil]
|
|
8255
|
+
def update_screen_recording_merchant_notes(storefront_oid, screen_recording_uuid, merchant_notes_request, opts = {})
|
|
8256
|
+
update_screen_recording_merchant_notes_with_http_info(storefront_oid, screen_recording_uuid, merchant_notes_request, opts)
|
|
8257
|
+
nil
|
|
8258
|
+
end
|
|
8259
|
+
|
|
8260
|
+
# Update merchant notes on a screen recording
|
|
8261
|
+
# Update merchant notes on a screen recording
|
|
8262
|
+
# @param storefront_oid
|
|
8263
|
+
# @param screen_recording_uuid
|
|
8264
|
+
# @param merchant_notes_request Merchant Notes
|
|
8265
|
+
# @param [Hash] opts the optional parameters
|
|
8266
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
8267
|
+
def update_screen_recording_merchant_notes_with_http_info(storefront_oid, screen_recording_uuid, merchant_notes_request, opts = {})
|
|
8268
|
+
if @api_client.config.debugging
|
|
8269
|
+
@api_client.config.logger.debug 'Calling API: StorefrontApi.update_screen_recording_merchant_notes ...'
|
|
8270
|
+
end
|
|
8271
|
+
# verify the required parameter 'storefront_oid' is set
|
|
8272
|
+
if @api_client.config.client_side_validation && storefront_oid.nil?
|
|
8273
|
+
fail ArgumentError, "Missing the required parameter 'storefront_oid' when calling StorefrontApi.update_screen_recording_merchant_notes"
|
|
8274
|
+
end
|
|
8275
|
+
# verify the required parameter 'screen_recording_uuid' is set
|
|
8276
|
+
if @api_client.config.client_side_validation && screen_recording_uuid.nil?
|
|
8277
|
+
fail ArgumentError, "Missing the required parameter 'screen_recording_uuid' when calling StorefrontApi.update_screen_recording_merchant_notes"
|
|
8278
|
+
end
|
|
8279
|
+
# verify the required parameter 'merchant_notes_request' is set
|
|
8280
|
+
if @api_client.config.client_side_validation && merchant_notes_request.nil?
|
|
8281
|
+
fail ArgumentError, "Missing the required parameter 'merchant_notes_request' when calling StorefrontApi.update_screen_recording_merchant_notes"
|
|
8282
|
+
end
|
|
8283
|
+
# resource path
|
|
8284
|
+
local_var_path = '/storefront/{storefront_oid}/screen_recordings/{screen_recording_uuid}/merchant_notes'.sub('{' + 'storefront_oid' + '}', storefront_oid.to_s).sub('{' + 'screen_recording_uuid' + '}', screen_recording_uuid.to_s)
|
|
8285
|
+
|
|
8286
|
+
# query parameters
|
|
8287
|
+
query_params = {}
|
|
8288
|
+
|
|
8289
|
+
# header parameters
|
|
8290
|
+
header_params = {}
|
|
8291
|
+
header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
|
|
8292
|
+
# HTTP header 'Accept' (if needed)
|
|
8293
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
8294
|
+
# HTTP header 'Content-Type'
|
|
8295
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
8296
|
+
|
|
8297
|
+
# form parameters
|
|
8298
|
+
form_params = {}
|
|
8299
|
+
|
|
8300
|
+
# http body (model)
|
|
8301
|
+
post_body = @api_client.object_to_http_body(merchant_notes_request)
|
|
8302
|
+
auth_names = ['ultraCartOauth', 'ultraCartSimpleApiKey']
|
|
8303
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
8304
|
+
:header_params => header_params,
|
|
8305
|
+
:query_params => query_params,
|
|
8306
|
+
:form_params => form_params,
|
|
8307
|
+
:body => post_body,
|
|
8308
|
+
:auth_names => auth_names)
|
|
8309
|
+
if @api_client.config.debugging
|
|
8310
|
+
@api_client.config.logger.debug "API called: StorefrontApi#update_screen_recording_merchant_notes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
8311
|
+
end
|
|
8312
|
+
return data, status_code, headers
|
|
8313
|
+
end
|
|
8248
8314
|
# Update screen recording segment
|
|
8249
8315
|
# @param storefront_oid
|
|
8250
8316
|
# @param screen_recording_segment_oid
|
|
@@ -45,6 +45,8 @@ module UltracartClient
|
|
|
45
45
|
|
|
46
46
|
attr_accessor :merchant_id
|
|
47
47
|
|
|
48
|
+
attr_accessor :merchant_notes
|
|
49
|
+
|
|
48
50
|
attr_accessor :order_id
|
|
49
51
|
|
|
50
52
|
attr_accessor :page_view_count
|
|
@@ -101,6 +103,7 @@ module UltracartClient
|
|
|
101
103
|
:'geolocation_country' => :'geolocation_country',
|
|
102
104
|
:'geolocation_state' => :'geolocation_state',
|
|
103
105
|
:'merchant_id' => :'merchant_id',
|
|
106
|
+
:'merchant_notes' => :'merchant_notes',
|
|
104
107
|
:'order_id' => :'order_id',
|
|
105
108
|
:'page_view_count' => :'page_view_count',
|
|
106
109
|
:'page_views' => :'page_views',
|
|
@@ -140,6 +143,7 @@ module UltracartClient
|
|
|
140
143
|
:'geolocation_country' => :'String',
|
|
141
144
|
:'geolocation_state' => :'String',
|
|
142
145
|
:'merchant_id' => :'String',
|
|
146
|
+
:'merchant_notes' => :'String',
|
|
143
147
|
:'order_id' => :'String',
|
|
144
148
|
:'page_view_count' => :'Integer',
|
|
145
149
|
:'page_views' => :'Array<ScreenRecordingPageView>',
|
|
@@ -228,6 +232,10 @@ module UltracartClient
|
|
|
228
232
|
self.merchant_id = attributes[:'merchant_id']
|
|
229
233
|
end
|
|
230
234
|
|
|
235
|
+
if attributes.has_key?(:'merchant_notes')
|
|
236
|
+
self.merchant_notes = attributes[:'merchant_notes']
|
|
237
|
+
end
|
|
238
|
+
|
|
231
239
|
if attributes.has_key?(:'order_id')
|
|
232
240
|
self.order_id = attributes[:'order_id']
|
|
233
241
|
end
|
|
@@ -347,6 +355,7 @@ module UltracartClient
|
|
|
347
355
|
geolocation_country == o.geolocation_country &&
|
|
348
356
|
geolocation_state == o.geolocation_state &&
|
|
349
357
|
merchant_id == o.merchant_id &&
|
|
358
|
+
merchant_notes == o.merchant_notes &&
|
|
350
359
|
order_id == o.order_id &&
|
|
351
360
|
page_view_count == o.page_view_count &&
|
|
352
361
|
page_views == o.page_views &&
|
|
@@ -377,7 +386,7 @@ module UltracartClient
|
|
|
377
386
|
# Calculates hash code according to all attributes.
|
|
378
387
|
# @return [Fixnum] Hash code
|
|
379
388
|
def hash
|
|
380
|
-
[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, 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, watched, window_height, window_width].hash
|
|
389
|
+
[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, watched, window_height, window_width].hash
|
|
381
390
|
end
|
|
382
391
|
|
|
383
392
|
# Builds the object from hash
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#UltraCart Rest API V2
|
|
3
|
+
|
|
4
|
+
#UltraCart REST API Version 2
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 2.0.0
|
|
7
|
+
Contact: support@ultracart.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.15-SNAPSHOT
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
|
|
15
|
+
module UltracartClient
|
|
16
|
+
class ScreenRecordingMerchantNotesRequest
|
|
17
|
+
attr_accessor :merchant_notes
|
|
18
|
+
|
|
19
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
20
|
+
def self.attribute_map
|
|
21
|
+
{
|
|
22
|
+
:'merchant_notes' => :'merchant_notes'
|
|
23
|
+
}
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# Attribute type mapping.
|
|
27
|
+
def self.swagger_types
|
|
28
|
+
{
|
|
29
|
+
:'merchant_notes' => :'String'
|
|
30
|
+
}
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Initializes the object
|
|
34
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
35
|
+
def initialize(attributes = {})
|
|
36
|
+
return unless attributes.is_a?(Hash)
|
|
37
|
+
|
|
38
|
+
# convert string to symbol for hash key
|
|
39
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
40
|
+
|
|
41
|
+
if attributes.has_key?(:'merchant_notes')
|
|
42
|
+
self.merchant_notes = attributes[:'merchant_notes']
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
47
|
+
# @return Array for valid properties with the reasons
|
|
48
|
+
def list_invalid_properties
|
|
49
|
+
invalid_properties = Array.new
|
|
50
|
+
invalid_properties
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
# Check to see if the all the properties in the model are valid
|
|
54
|
+
# @return true if the model is valid
|
|
55
|
+
def valid?
|
|
56
|
+
true
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
# Checks equality by comparing each attribute.
|
|
60
|
+
# @param [Object] Object to be compared
|
|
61
|
+
def ==(o)
|
|
62
|
+
return true if self.equal?(o)
|
|
63
|
+
self.class == o.class &&
|
|
64
|
+
merchant_notes == o.merchant_notes
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
# @see the `==` method
|
|
68
|
+
# @param [Object] Object to be compared
|
|
69
|
+
def eql?(o)
|
|
70
|
+
self == o
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
# Calculates hash code according to all attributes.
|
|
74
|
+
# @return [Fixnum] Hash code
|
|
75
|
+
def hash
|
|
76
|
+
[merchant_notes].hash
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# Builds the object from hash
|
|
80
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
81
|
+
# @return [Object] Returns the model itself
|
|
82
|
+
def build_from_hash(attributes)
|
|
83
|
+
return nil unless attributes.is_a?(Hash)
|
|
84
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
85
|
+
if type =~ /\AArray<(.*)>/i
|
|
86
|
+
# check to ensure the input is an array given that the attribute
|
|
87
|
+
# is documented as an array but the input is not
|
|
88
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
89
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
90
|
+
end
|
|
91
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
92
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
93
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
self
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# Deserializes the data based on type
|
|
100
|
+
# @param string type Data type
|
|
101
|
+
# @param string value Value to be deserialized
|
|
102
|
+
# @return [Object] Deserialized data
|
|
103
|
+
def _deserialize(type, value)
|
|
104
|
+
case type.to_sym
|
|
105
|
+
when :DateTime
|
|
106
|
+
DateTime.parse(value)
|
|
107
|
+
when :Date
|
|
108
|
+
Date.parse(value)
|
|
109
|
+
when :String
|
|
110
|
+
value.to_s
|
|
111
|
+
when :Integer
|
|
112
|
+
value.to_i
|
|
113
|
+
when :Float
|
|
114
|
+
value.to_f
|
|
115
|
+
when :BOOLEAN
|
|
116
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
117
|
+
true
|
|
118
|
+
else
|
|
119
|
+
false
|
|
120
|
+
end
|
|
121
|
+
when :Object
|
|
122
|
+
# generic object (usually a Hash), return directly
|
|
123
|
+
value
|
|
124
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
125
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
126
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
127
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
128
|
+
k_type = Regexp.last_match[:k_type]
|
|
129
|
+
v_type = Regexp.last_match[:v_type]
|
|
130
|
+
{}.tap do |hash|
|
|
131
|
+
value.each do |k, v|
|
|
132
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
133
|
+
end
|
|
134
|
+
end
|
|
135
|
+
else # model
|
|
136
|
+
temp_model = UltracartClient.const_get(type).new
|
|
137
|
+
temp_model.build_from_hash(value)
|
|
138
|
+
end
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
# Returns the string representation of the object
|
|
142
|
+
# @return [String] String presentation of the object
|
|
143
|
+
def to_s
|
|
144
|
+
to_hash.to_s
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
148
|
+
# @return [Hash] Returns the object in the form of hash
|
|
149
|
+
def to_body
|
|
150
|
+
to_hash
|
|
151
|
+
end
|
|
152
|
+
|
|
153
|
+
# Returns the object in the form of hash
|
|
154
|
+
# @return [Hash] Returns the object in the form of hash
|
|
155
|
+
def to_hash
|
|
156
|
+
hash = {}
|
|
157
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
158
|
+
value = self.send(attr)
|
|
159
|
+
next if value.nil?
|
|
160
|
+
hash[param] = _to_hash(value)
|
|
161
|
+
end
|
|
162
|
+
hash
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
# Outputs non-array value in the form of hash
|
|
166
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
167
|
+
# @param [Object] value Any valid value
|
|
168
|
+
# @return [Hash] Returns the value in the form of hash
|
|
169
|
+
def _to_hash(value)
|
|
170
|
+
if value.is_a?(Array)
|
|
171
|
+
value.compact.map { |v| _to_hash(v) }
|
|
172
|
+
elsif value.is_a?(Hash)
|
|
173
|
+
{}.tap do |hash|
|
|
174
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
175
|
+
end
|
|
176
|
+
elsif value.respond_to? :to_hash
|
|
177
|
+
value.to_hash
|
|
178
|
+
else
|
|
179
|
+
value
|
|
180
|
+
end
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
end
|
|
184
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
@@ -694,6 +694,7 @@ files:
|
|
|
694
694
|
- docs/ScreenRecordingFilterValues.md
|
|
695
695
|
- docs/ScreenRecordingFilterValuesEvent.md
|
|
696
696
|
- docs/ScreenRecordingFilterValuesEventParams.md
|
|
697
|
+
- docs/ScreenRecordingMerchantNotesRequest.md
|
|
697
698
|
- docs/ScreenRecordingMultifield.md
|
|
698
699
|
- docs/ScreenRecordingPageView.md
|
|
699
700
|
- docs/ScreenRecordingPageViewDataResponse.md
|
|
@@ -1279,6 +1280,7 @@ files:
|
|
|
1279
1280
|
- lib/ultracart_api/models/screen_recording_filter_values.rb
|
|
1280
1281
|
- lib/ultracart_api/models/screen_recording_filter_values_event.rb
|
|
1281
1282
|
- lib/ultracart_api/models/screen_recording_filter_values_event_params.rb
|
|
1283
|
+
- lib/ultracart_api/models/screen_recording_merchant_notes_request.rb
|
|
1282
1284
|
- lib/ultracart_api/models/screen_recording_multifield.rb
|
|
1283
1285
|
- lib/ultracart_api/models/screen_recording_page_view.rb
|
|
1284
1286
|
- lib/ultracart_api/models/screen_recording_page_view_data_response.rb
|