ultracart_api 3.1.44 → 3.1.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -5
  3. data/docs/Error.md +1 -0
  4. data/docs/IntegrationLog.md +22 -0
  5. data/docs/IntegrationLogApi.md +121 -0
  6. data/docs/IntegrationLogFile.md +10 -0
  7. data/docs/IntegrationLogLog.md +9 -0
  8. data/docs/IntegrationLogQueryFilterValues.md +16 -0
  9. data/docs/IntegrationLogQueryRequest.md +19 -0
  10. data/docs/IntegrationLogQueryResponse.md +13 -0
  11. data/docs/IntegrationLogResponse.md +12 -0
  12. data/docs/ItemChannelPartnerMapping.md +1 -0
  13. data/docs/LibraryItemAttribute.md +1 -0
  14. data/docs/ScreenRecordingHeatmap.md +12 -0
  15. data/docs/ScreenRecordingHeatmapIndexRequest.md +8 -0
  16. data/docs/ScreenRecordingHeatmapRequest.md +1 -0
  17. data/docs/ScreenRecordingHeatmapUrl.md +1 -0
  18. data/docs/StorefrontApi.md +13 -2
  19. data/lib/ultracart_api.rb +9 -0
  20. data/lib/ultracart_api/api/integration_log_api.rb +161 -0
  21. data/lib/ultracart_api/api/storefront_api.rb +19 -4
  22. data/lib/ultracart_api/models/error.rb +11 -1
  23. data/lib/ultracart_api/models/integration_log.rb +316 -0
  24. data/lib/ultracart_api/models/integration_log_file.rb +202 -0
  25. data/lib/ultracart_api/models/integration_log_log.rb +193 -0
  26. data/lib/ultracart_api/models/integration_log_query_filter_values.rb +274 -0
  27. data/lib/ultracart_api/models/integration_log_query_request.rb +289 -0
  28. data/lib/ultracart_api/models/integration_log_query_response.rb +232 -0
  29. data/lib/ultracart_api/models/integration_log_response.rb +221 -0
  30. data/lib/ultracart_api/models/item_channel_partner_mapping.rb +11 -1
  31. data/lib/ultracart_api/models/library_item_attribute.rb +10 -1
  32. data/lib/ultracart_api/models/screen_recording_heatmap.rb +109 -1
  33. data/lib/ultracart_api/models/screen_recording_heatmap_index_request.rb +184 -0
  34. data/lib/ultracart_api/models/screen_recording_heatmap_request.rb +12 -1
  35. data/lib/ultracart_api/models/screen_recording_heatmap_url.rb +10 -1
  36. data/lib/ultracart_api/version.rb +1 -1
  37. metadata +20 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4327218145d44faf910ead52e4ac5f7d1741ea8b7fee8fe7d1af98787915333b
4
- data.tar.gz: bb3956368f8c557b12d57e56e00eb5e31ce530ac5fd7c8a9402b1a49990d0ec5
3
+ metadata.gz: 78dde4732a6cd85317d65aefcff10374fab0fb37c263f8528d2997e62247a645
4
+ data.tar.gz: 4603210aeae5cce21e86cb97c4f823b87775bfcb120c4c913b1daa620a6087dd
5
5
  SHA512:
6
- metadata.gz: 3c69e17d8dc4a791cb7df0324e91966cd7c1c5ad4050c644a2577eb09d622bb7ad6b562ae7b1bfe2bd9bb638a5f4880caa67c38aa26395b90a8ef2bd35f297f6
7
- data.tar.gz: 7857fc4cff529cf8258213d3ff114cfdd83286d9beea414a8bdc3a48db3c6b40f909ae033e5b6614a6144b9809756c580b199c8ae885df105a21fcd5094d2ac7
6
+ metadata.gz: d7e8c2b2a0365ad99ca0c891ddc0b15d985e331e304a34d18d3eadbe04527988e84352bfdc63751bb30517bb8a08200fbeeb055b3c51bd432fbaa6f9d1b5f188
7
+ data.tar.gz: 0ff962b04bc327341237a33abcccdc1dd28db73b80de1788b5654fee74ca77e573a90ba53840182ffe9f98bf194f48b30bdc4101924f9164c8e248726a0d09c9
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.44
10
+ - Package version: 3.1.49
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.44.gem
27
+ gem install ./ultracart_api-3.1.49.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.44.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.49.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.44'
35
+ gem 'ultracart_api', '~> 3.1.49'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -157,6 +157,8 @@ Class | Method | HTTP request | Description
157
157
  *UltracartClient::FulfillmentApi* | [**get_distribution_centers**](docs/FulfillmentApi.md#get_distribution_centers) | **GET** /fulfillment/distribution_centers | Retrieve distribution centers
158
158
  *UltracartClient::FulfillmentApi* | [**ship_orders**](docs/FulfillmentApi.md#ship_orders) | **POST** /fulfillment/distribution_centers/{distribution_center_code}/shipments | Mark orders as shipped
159
159
  *UltracartClient::FulfillmentApi* | [**update_inventory**](docs/FulfillmentApi.md#update_inventory) | **POST** /fulfillment/distribution_centers/{distribution_center_code}/inventory | Update inventory
160
+ *UltracartClient::IntegrationLogApi* | [**get_integration_log**](docs/IntegrationLogApi.md#get_integration_log) | **GET** /integration_log/query/{pk}/{sk} | Retrieve an integration log
161
+ *UltracartClient::IntegrationLogApi* | [**get_integration_logs_query**](docs/IntegrationLogApi.md#get_integration_logs_query) | **POST** /integration_log/query | Retrieve integration logs
160
162
  *UltracartClient::ItemApi* | [**delete_item**](docs/ItemApi.md#delete_item) | **DELETE** /item/items/{merchant_item_oid} | Delete an item
161
163
  *UltracartClient::ItemApi* | [**get_item**](docs/ItemApi.md#get_item) | **GET** /item/items/{merchant_item_oid} | Retrieve an item
162
164
  *UltracartClient::ItemApi* | [**get_item_by_merchant_item_id**](docs/ItemApi.md#get_item_by_merchant_item_id) | **GET** /item/items/merchant_item_id/{merchant_item_id} | Retrieve an item by item id
@@ -694,6 +696,13 @@ Class | Method | HTTP request | Description
694
696
  - [UltracartClient::GroupUserMembership](docs/GroupUserMembership.md)
695
697
  - [UltracartClient::GroupsResponse](docs/GroupsResponse.md)
696
698
  - [UltracartClient::HTTPHeader](docs/HTTPHeader.md)
699
+ - [UltracartClient::IntegrationLog](docs/IntegrationLog.md)
700
+ - [UltracartClient::IntegrationLogFile](docs/IntegrationLogFile.md)
701
+ - [UltracartClient::IntegrationLogLog](docs/IntegrationLogLog.md)
702
+ - [UltracartClient::IntegrationLogQueryFilterValues](docs/IntegrationLogQueryFilterValues.md)
703
+ - [UltracartClient::IntegrationLogQueryRequest](docs/IntegrationLogQueryRequest.md)
704
+ - [UltracartClient::IntegrationLogQueryResponse](docs/IntegrationLogQueryResponse.md)
705
+ - [UltracartClient::IntegrationLogResponse](docs/IntegrationLogResponse.md)
697
706
  - [UltracartClient::Item](docs/Item.md)
698
707
  - [UltracartClient::ItemAccounting](docs/ItemAccounting.md)
699
708
  - [UltracartClient::ItemAmember](docs/ItemAmember.md)
@@ -874,6 +883,7 @@ Class | Method | HTTP request | Description
874
883
  - [UltracartClient::ScreenRecordingFilterValuesPageParam](docs/ScreenRecordingFilterValuesPageParam.md)
875
884
  - [UltracartClient::ScreenRecordingFilterValuesPageView](docs/ScreenRecordingFilterValuesPageView.md)
876
885
  - [UltracartClient::ScreenRecordingHeatmap](docs/ScreenRecordingHeatmap.md)
886
+ - [UltracartClient::ScreenRecordingHeatmapIndexRequest](docs/ScreenRecordingHeatmapIndexRequest.md)
877
887
  - [UltracartClient::ScreenRecordingHeatmapIndexResponse](docs/ScreenRecordingHeatmapIndexResponse.md)
878
888
  - [UltracartClient::ScreenRecordingHeatmapRequest](docs/ScreenRecordingHeatmapRequest.md)
879
889
  - [UltracartClient::ScreenRecordingHeatmapReset](docs/ScreenRecordingHeatmapReset.md)
@@ -1019,8 +1029,11 @@ Not every change is committed to every SDK.
1019
1029
 
1020
1030
  | Version | Date | Comments |
1021
1031
  | --: | :-: | --- |
1032
+ | 3.1.49 | 06/17/2021 | Integrated Logging: standardize the response object from getIntegrationLog method |
1033
+ | 3.1.47 | 06/16/2021 | Integrated Logging Rest API |
1034
+ | 3.1.46 | 06/14/2021 | Screen recording: server side paginated heat map index with url contains filters, Item: channel partner item mapping unit cost override |
1022
1035
  | 3.1.44 | 06/02/2021 | new boolean flag on items object to allow sharing of reviews between items |
1023
- | 3.1.43 | 06/01/2021 | one of us cannot spell, not saying who |
1036
+ | 3.1.43 | 06/01/2021 | fix item serialized name of item serialized name for channel partner item mappings |
1024
1037
  | 3.1.42 | 06/01/2021 | added quickbooks accounting codes at the tiered level for tiered coupons |
1025
1038
  | 3.1.41 | 05/21/2021 | screen recording heatmap methods |
1026
1039
  | 3.1.40 | 05/20/2021 | Order.summary.actual_payment_processing field added |
data/docs/Error.md CHANGED
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **developer_message** | **String** | A technical message meant to be read by a developer | [optional]
7
7
  **error_code** | **String** | HTTP status code | [optional]
8
8
  **more_info** | **String** | Additional information often a link to additional documentation | [optional]
9
+ **object_id** | **String** | Object id that the error is associated with | [optional]
9
10
  **user_message** | **String** | An end-user friendly message suitable for display to the customer | [optional]
10
11
 
11
12
 
@@ -0,0 +1,22 @@
1
+ # UltracartClient::IntegrationLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **action** | **String** | | [optional]
7
+ **direction** | **String** | | [optional]
8
+ **email** | **String** | | [optional]
9
+ **files** | [**Array<IntegrationLogFile>**](IntegrationLogFile.md) | | [optional]
10
+ **integration_log_oid** | **Integer** | | [optional]
11
+ **item_id** | **String** | | [optional]
12
+ **item_ipn_oid** | **Integer** | | [optional]
13
+ **log_dts** | **String** | | [optional]
14
+ **log_type** | **String** | | [optional]
15
+ **logger_id** | **String** | | [optional]
16
+ **logs** | [**Array<IntegrationLogLog>**](IntegrationLogLog.md) | | [optional]
17
+ **order_ids** | **Array<String>** | | [optional]
18
+ **pk** | **String** | | [optional]
19
+ **sk** | **String** | | [optional]
20
+ **status** | **String** | | [optional]
21
+
22
+
@@ -0,0 +1,121 @@
1
+ # UltracartClient::IntegrationLogApi
2
+
3
+ All URIs are relative to *https://secure.ultracart.com/rest/v2*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get_integration_log**](IntegrationLogApi.md#get_integration_log) | **GET** /integration_log/query/{pk}/{sk} | Retrieve an integration log
8
+ [**get_integration_logs_query**](IntegrationLogApi.md#get_integration_logs_query) | **POST** /integration_log/query | Retrieve integration logs
9
+
10
+
11
+ # **get_integration_log**
12
+ > IntegrationLogResponse get_integration_log(pk, sk)
13
+
14
+ Retrieve an integration log
15
+
16
+ Retrieve an integration logs from the account based identifiers
17
+
18
+ ### Example
19
+ ```ruby
20
+ # load the gem
21
+ require 'ultracart_api'
22
+
23
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
24
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
25
+ api_instance = UltracartClient::IntegrationLogApi.new_using_api_key(simple_key, false, false)
26
+
27
+
28
+ pk = 'pk_example' # String |
29
+
30
+ sk = 'sk_example' # String |
31
+
32
+
33
+ begin
34
+ #Retrieve an integration log
35
+ result = api_instance.get_integration_log(pk, sk)
36
+ p result
37
+ rescue UltracartClient::ApiError => e
38
+ puts "Exception when calling IntegrationLogApi->get_integration_log: #{e}"
39
+ end
40
+ ```
41
+
42
+ ### Parameters
43
+
44
+ Name | Type | Description | Notes
45
+ ------------- | ------------- | ------------- | -------------
46
+ **pk** | **String**| |
47
+ **sk** | **String**| |
48
+
49
+ ### Return type
50
+
51
+ [**IntegrationLogResponse**](IntegrationLogResponse.md)
52
+
53
+ ### Authorization
54
+
55
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: application/json
60
+ - **Accept**: application/json
61
+
62
+
63
+
64
+ # **get_integration_logs_query**
65
+ > IntegrationLogQueryResponse get_integration_logs_query(integration_log_query, opts)
66
+
67
+ Retrieve integration logs
68
+
69
+ Retrieves a set of integration logs from the account based on a query object.
70
+
71
+ ### Example
72
+ ```ruby
73
+ # load the gem
74
+ require 'ultracart_api'
75
+
76
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
77
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
78
+ api_instance = UltracartClient::IntegrationLogApi.new_using_api_key(simple_key, false, false)
79
+
80
+
81
+ integration_log_query = UltracartClient::IntegrationLogQueryRequest.new # IntegrationLogQueryRequest | Integration log query
82
+
83
+ opts = {
84
+ _limit: 100, # Integer | The maximum number of records to return on this one API call. (Default 100, Max 500)
85
+ _offset: 0, # Integer | Pagination of the record set. Offset is a zero based index.
86
+ _sort: '_sort_example' # String | The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
87
+ }
88
+
89
+ begin
90
+ #Retrieve integration logs
91
+ result = api_instance.get_integration_logs_query(integration_log_query, opts)
92
+ p result
93
+ rescue UltracartClient::ApiError => e
94
+ puts "Exception when calling IntegrationLogApi->get_integration_logs_query: #{e}"
95
+ end
96
+ ```
97
+
98
+ ### Parameters
99
+
100
+ Name | Type | Description | Notes
101
+ ------------- | ------------- | ------------- | -------------
102
+ **integration_log_query** | [**IntegrationLogQueryRequest**](IntegrationLogQueryRequest.md)| Integration log query |
103
+ **_limit** | **Integer**| The maximum number of records to return on this one API call. (Default 100, Max 500) | [optional] [default to 100]
104
+ **_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0]
105
+ **_sort** | **String**| The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. | [optional]
106
+
107
+ ### Return type
108
+
109
+ [**IntegrationLogQueryResponse**](IntegrationLogQueryResponse.md)
110
+
111
+ ### Authorization
112
+
113
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
114
+
115
+ ### HTTP request headers
116
+
117
+ - **Content-Type**: application/json
118
+ - **Accept**: application/json
119
+
120
+
121
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::IntegrationLogFile
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **name** | **String** | | [optional]
7
+ **size** | **Integer** | | [optional]
8
+ **uuid** | **String** | | [optional]
9
+
10
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::IntegrationLogLog
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **contents** | **String** | | [optional]
7
+ **name** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,16 @@
1
+ # UltracartClient::IntegrationLogQueryFilterValues
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **actions** | **Array<String>** | | [optional]
7
+ **directions** | **Array<String>** | | [optional]
8
+ **emails** | **Array<String>** | | [optional]
9
+ **file_names** | **Array<String>** | | [optional]
10
+ **item_ids** | **Array<String>** | | [optional]
11
+ **item_ipn_oids** | **Array<Integer>** | | [optional]
12
+ **log_types** | **Array<String>** | | [optional]
13
+ **order_ids** | **Array<String>** | | [optional]
14
+ **statuses** | **Array<String>** | | [optional]
15
+
16
+
@@ -0,0 +1,19 @@
1
+ # UltracartClient::IntegrationLogQueryRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **action** | **String** | | [optional]
7
+ **direction** | **String** | | [optional]
8
+ **email** | **String** | | [optional]
9
+ **file_names** | **Array<String>** | | [optional]
10
+ **item_id** | **String** | | [optional]
11
+ **item_ipn_oid** | **Integer** | | [optional]
12
+ **log_dts_begin** | **String** | Log date/time begin | [optional]
13
+ **log_dts_end** | **String** | Log date/time end | [optional]
14
+ **log_type** | **String** | | [optional]
15
+ **logger_id** | **String** | | [optional]
16
+ **order_ids** | **Array<String>** | | [optional]
17
+ **status** | **String** | | [optional]
18
+
19
+
@@ -0,0 +1,13 @@
1
+ # UltracartClient::IntegrationLogQueryResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **filter_values** | [**IntegrationLogQueryFilterValues**](IntegrationLogQueryFilterValues.md) | | [optional]
8
+ **integration_logs** | [**Array<IntegrationLog>**](IntegrationLog.md) | | [optional]
9
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
10
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
11
+ **warning** | [**Warning**](Warning.md) | | [optional]
12
+
13
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::IntegrationLogResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **integration_log** | [**IntegrationLog**](IntegrationLog.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
  **buyer_item_number** | **String** | Buyer item number (EDI only) | [optional]
13
13
  **channel_partner_code** | **String** | Channel partner code | [optional]
14
14
  **channel_partner_oid** | **Integer** | Channel partner object identifier | [optional]
15
+ **cost** | **Float** | Cost given to this channel partner | [optional]
15
16
  **from_item_id** | **String** | From Item ID | [optional]
16
17
  **from_sku** | **String** | From SKU | [optional]
17
18
  **mutually_defined_number** | **String** | Mutually defined number (EDI only) | [optional]
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **library_item_oid** | **Integer** | | [optional]
6
7
  **name** | **String** | | [optional]
7
8
  **value** | **String** | | [optional]
8
9
 
@@ -3,17 +3,29 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **large_click_thumbnail_url** | **String** | | [optional]
6
7
  **large_click_url** | **String** | | [optional]
8
+ **large_movement_thumbnail_url** | **String** | | [optional]
7
9
  **large_movement_url** | **String** | | [optional]
10
+ **large_regular_thumbnail_url** | **String** | | [optional]
8
11
  **large_regular_url** | **String** | | [optional]
12
+ **large_scroll_thumbnail_url** | **String** | | [optional]
9
13
  **large_scroll_url** | **String** | | [optional]
14
+ **medium_click_thumbnail_url** | **String** | | [optional]
10
15
  **medium_click_url** | **String** | | [optional]
16
+ **medium_movement_thumbnail_url** | **String** | | [optional]
11
17
  **medium_movement_url** | **String** | | [optional]
18
+ **medium_regular_thumbnail_url** | **String** | | [optional]
12
19
  **medium_regular_url** | **String** | | [optional]
20
+ **medium_scroll_thumbnail_url** | **String** | | [optional]
13
21
  **medium_scroll_url** | **String** | | [optional]
22
+ **small_click_thumbnail_url** | **String** | | [optional]
14
23
  **small_click_url** | **String** | | [optional]
24
+ **small_movement_thumbnail_url** | **String** | | [optional]
15
25
  **small_movement_url** | **String** | | [optional]
26
+ **small_regular_thumbnail_url** | **String** | | [optional]
16
27
  **small_regular_url** | **String** | | [optional]
28
+ **small_scroll_thumbnail_url** | **String** | | [optional]
17
29
  **small_scroll_url** | **String** | | [optional]
18
30
 
19
31
 
@@ -0,0 +1,8 @@
1
+ # UltracartClient::ScreenRecordingHeatmapIndexRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **url_contains** | **String** | | [optional]
7
+
8
+
@@ -4,6 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **range** | [**ScreenRecordingFilterRangeDate**](ScreenRecordingFilterRangeDate.md) | | [optional]
7
+ **screen_sizes** | **Array<String>** | | [optional]
7
8
  **url** | **String** | | [optional]
8
9
 
9
10
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **histogram_data** | **Array<Integer>** | | [optional]
7
7
  **histogram_interval** | **String** | | [optional]
8
8
  **histogram_start_dts** | **String** | | [optional]
9
+ **page_rank** | **Integer** | | [optional]
9
10
  **session_count** | **Integer** | | [optional]
10
11
  **url** | **String** | | [optional]
11
12
 
@@ -4119,7 +4119,7 @@ Name | Type | Description | Notes
4119
4119
 
4120
4120
 
4121
4121
  # **get_heatmap_index**
4122
- > ScreenRecordingHeatmapIndexResponse get_heatmap_index(storefront_oid)
4122
+ > ScreenRecordingHeatmapIndexResponse get_heatmap_index(storefront_oid, query, opts)
4123
4123
 
4124
4124
  Get screen recording heatmap index
4125
4125
 
@@ -4137,10 +4137,17 @@ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, fals
4137
4137
 
4138
4138
  storefront_oid = 56 # Integer |
4139
4139
 
4140
+ query = UltracartClient::ScreenRecordingHeatmapIndexRequest.new # ScreenRecordingHeatmapIndexRequest | Query
4141
+
4142
+ opts = {
4143
+ _limit: 100, # Integer | The maximum number of records to return on this one API call. (Default 100, Max 500)
4144
+ _offset: 0, # Integer | Pagination of the record set. Offset is a zero based index.
4145
+ _sort: '_sort_example' # String | The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
4146
+ }
4140
4147
 
4141
4148
  begin
4142
4149
  #Get screen recording heatmap index
4143
- result = api_instance.get_heatmap_index(storefront_oid)
4150
+ result = api_instance.get_heatmap_index(storefront_oid, query, opts)
4144
4151
  p result
4145
4152
  rescue UltracartClient::ApiError => e
4146
4153
  puts "Exception when calling StorefrontApi->get_heatmap_index: #{e}"
@@ -4152,6 +4159,10 @@ end
4152
4159
  Name | Type | Description | Notes
4153
4160
  ------------- | ------------- | ------------- | -------------
4154
4161
  **storefront_oid** | **Integer**| |
4162
+ **query** | [**ScreenRecordingHeatmapIndexRequest**](ScreenRecordingHeatmapIndexRequest.md)| Query |
4163
+ **_limit** | **Integer**| The maximum number of records to return on this one API call. (Default 100, Max 500) | [optional] [default to 100]
4164
+ **_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0]
4165
+ **_sort** | **String**| The sort order of the items. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. | [optional]
4155
4166
 
4156
4167
  ### Return type
4157
4168