ultracart_api 3.1.46 → 3.2.6

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.
@@ -16,12 +16,15 @@ module UltracartClient
16
16
  class ScreenRecordingHeatmapRequest
17
17
  attr_accessor :range
18
18
 
19
+ attr_accessor :screen_sizes
20
+
19
21
  attr_accessor :url
20
22
 
21
23
  # Attribute mapping from ruby-style variable name to JSON key.
22
24
  def self.attribute_map
23
25
  {
24
26
  :'range' => :'range',
27
+ :'screen_sizes' => :'screen_sizes',
25
28
  :'url' => :'url'
26
29
  }
27
30
  end
@@ -30,6 +33,7 @@ module UltracartClient
30
33
  def self.swagger_types
31
34
  {
32
35
  :'range' => :'ScreenRecordingFilterRangeDate',
36
+ :'screen_sizes' => :'Array<String>',
33
37
  :'url' => :'String'
34
38
  }
35
39
  end
@@ -46,6 +50,12 @@ module UltracartClient
46
50
  self.range = attributes[:'range']
47
51
  end
48
52
 
53
+ if attributes.has_key?(:'screen_sizes')
54
+ if (value = attributes[:'screen_sizes']).is_a?(Array)
55
+ self.screen_sizes = value
56
+ end
57
+ end
58
+
49
59
  if attributes.has_key?(:'url')
50
60
  self.url = attributes[:'url']
51
61
  end
@@ -70,6 +80,7 @@ module UltracartClient
70
80
  return true if self.equal?(o)
71
81
  self.class == o.class &&
72
82
  range == o.range &&
83
+ screen_sizes == o.screen_sizes &&
73
84
  url == o.url
74
85
  end
75
86
 
@@ -82,7 +93,7 @@ module UltracartClient
82
93
  # Calculates hash code according to all attributes.
83
94
  # @return [Fixnum] Hash code
84
95
  def hash
85
- [range, url].hash
96
+ [range, screen_sizes, url].hash
86
97
  end
87
98
 
88
99
  # 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.46'
14
+ VERSION = '3.2.6'
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.46
4
+ version: 3.2.6
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-14 00:00:00.000000000 Z
11
+ date: 2021-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -516,6 +516,14 @@ files:
516
516
  - docs/GroupUserMembership.md
517
517
  - docs/GroupsResponse.md
518
518
  - docs/HTTPHeader.md
519
+ - docs/IntegrationLog.md
520
+ - docs/IntegrationLogApi.md
521
+ - docs/IntegrationLogFile.md
522
+ - docs/IntegrationLogLog.md
523
+ - docs/IntegrationLogQueryFilterValues.md
524
+ - docs/IntegrationLogQueryRequest.md
525
+ - docs/IntegrationLogQueryResponse.md
526
+ - docs/IntegrationLogResponse.md
519
527
  - docs/Item.md
520
528
  - docs/ItemAccounting.md
521
529
  - docs/ItemAmember.md
@@ -798,6 +806,7 @@ files:
798
806
  - lib/ultracart_api/api/coupon_api.rb
799
807
  - lib/ultracart_api/api/customer_api.rb
800
808
  - lib/ultracart_api/api/fulfillment_api.rb
809
+ - lib/ultracart_api/api/integration_log_api.rb
801
810
  - lib/ultracart_api/api/item_api.rb
802
811
  - lib/ultracart_api/api/oauth_api.rb
803
812
  - lib/ultracart_api/api/order_api.rb
@@ -1116,6 +1125,13 @@ files:
1116
1125
  - lib/ultracart_api/models/group_user_membership.rb
1117
1126
  - lib/ultracart_api/models/groups_response.rb
1118
1127
  - lib/ultracart_api/models/http_header.rb
1128
+ - lib/ultracart_api/models/integration_log.rb
1129
+ - lib/ultracart_api/models/integration_log_file.rb
1130
+ - lib/ultracart_api/models/integration_log_log.rb
1131
+ - lib/ultracart_api/models/integration_log_query_filter_values.rb
1132
+ - lib/ultracart_api/models/integration_log_query_request.rb
1133
+ - lib/ultracart_api/models/integration_log_query_response.rb
1134
+ - lib/ultracart_api/models/integration_log_response.rb
1119
1135
  - lib/ultracart_api/models/item.rb
1120
1136
  - lib/ultracart_api/models/item_accounting.rb
1121
1137
  - lib/ultracart_api/models/item_amember.rb