ultracart_api 3.6.3 → 3.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,8 +16,20 @@ module UltracartClient
16
16
  class ScreenRecordingFilterPageView
17
17
  attr_accessor :domain
18
18
 
19
+ attr_accessor :domain_filter
20
+
21
+ attr_accessor :event_name_filter
22
+
23
+ attr_accessor :event_param_name_filter
24
+
25
+ attr_accessor :event_param_value_filter
26
+
19
27
  attr_accessor :events
20
28
 
29
+ attr_accessor :param_name_filter
30
+
31
+ attr_accessor :param_value_filter
32
+
21
33
  attr_accessor :params
22
34
 
23
35
  attr_accessor :referrer
@@ -26,24 +38,36 @@ module UltracartClient
26
38
 
27
39
  attr_accessor :referrer_raw
28
40
 
29
- attr_accessor :return_filter_values
30
-
31
41
  attr_accessor :time_on_page
32
42
 
43
+ attr_accessor :time_on_page_max_filter
44
+
45
+ attr_accessor :time_on_page_min_filter
46
+
33
47
  attr_accessor :url
34
48
 
49
+ attr_accessor :url_filter
50
+
35
51
  # Attribute mapping from ruby-style variable name to JSON key.
36
52
  def self.attribute_map
37
53
  {
38
54
  :'domain' => :'domain',
55
+ :'domain_filter' => :'domain_filter',
56
+ :'event_name_filter' => :'event_name_filter',
57
+ :'event_param_name_filter' => :'event_param_name_filter',
58
+ :'event_param_value_filter' => :'event_param_value_filter',
39
59
  :'events' => :'events',
60
+ :'param_name_filter' => :'param_name_filter',
61
+ :'param_value_filter' => :'param_value_filter',
40
62
  :'params' => :'params',
41
63
  :'referrer' => :'referrer',
42
64
  :'referrer_params' => :'referrer_params',
43
65
  :'referrer_raw' => :'referrer_raw',
44
- :'return_filter_values' => :'return_filter_values',
45
66
  :'time_on_page' => :'time_on_page',
46
- :'url' => :'url'
67
+ :'time_on_page_max_filter' => :'time_on_page_max_filter',
68
+ :'time_on_page_min_filter' => :'time_on_page_min_filter',
69
+ :'url' => :'url',
70
+ :'url_filter' => :'url_filter'
47
71
  }
48
72
  end
49
73
 
@@ -51,14 +75,22 @@ module UltracartClient
51
75
  def self.swagger_types
52
76
  {
53
77
  :'domain' => :'ScreenRecordingFilterStringSearch',
78
+ :'domain_filter' => :'BOOLEAN',
79
+ :'event_name_filter' => :'BOOLEAN',
80
+ :'event_param_name_filter' => :'BOOLEAN',
81
+ :'event_param_value_filter' => :'BOOLEAN',
54
82
  :'events' => :'Array<ScreenRecordingFilterPageViewEvent>',
83
+ :'param_name_filter' => :'BOOLEAN',
84
+ :'param_value_filter' => :'BOOLEAN',
55
85
  :'params' => :'Array<ScreenRecordingFilterPageViewParam>',
56
86
  :'referrer' => :'ScreenRecordingFilterStringSearch',
57
87
  :'referrer_params' => :'Array<ScreenRecordingFilterPageViewReferrerParam>',
58
88
  :'referrer_raw' => :'ScreenRecordingFilterStringSearch',
59
- :'return_filter_values' => :'Array<String>',
60
89
  :'time_on_page' => :'ScreenRecordingFilterRangeInteger',
61
- :'url' => :'ScreenRecordingFilterStringSearch'
90
+ :'time_on_page_max_filter' => :'BOOLEAN',
91
+ :'time_on_page_min_filter' => :'BOOLEAN',
92
+ :'url' => :'ScreenRecordingFilterStringSearch',
93
+ :'url_filter' => :'BOOLEAN'
62
94
  }
63
95
  end
64
96
 
@@ -74,12 +106,36 @@ module UltracartClient
74
106
  self.domain = attributes[:'domain']
75
107
  end
76
108
 
109
+ if attributes.has_key?(:'domain_filter')
110
+ self.domain_filter = attributes[:'domain_filter']
111
+ end
112
+
113
+ if attributes.has_key?(:'event_name_filter')
114
+ self.event_name_filter = attributes[:'event_name_filter']
115
+ end
116
+
117
+ if attributes.has_key?(:'event_param_name_filter')
118
+ self.event_param_name_filter = attributes[:'event_param_name_filter']
119
+ end
120
+
121
+ if attributes.has_key?(:'event_param_value_filter')
122
+ self.event_param_value_filter = attributes[:'event_param_value_filter']
123
+ end
124
+
77
125
  if attributes.has_key?(:'events')
78
126
  if (value = attributes[:'events']).is_a?(Array)
79
127
  self.events = value
80
128
  end
81
129
  end
82
130
 
131
+ if attributes.has_key?(:'param_name_filter')
132
+ self.param_name_filter = attributes[:'param_name_filter']
133
+ end
134
+
135
+ if attributes.has_key?(:'param_value_filter')
136
+ self.param_value_filter = attributes[:'param_value_filter']
137
+ end
138
+
83
139
  if attributes.has_key?(:'params')
84
140
  if (value = attributes[:'params']).is_a?(Array)
85
141
  self.params = value
@@ -100,19 +156,25 @@ module UltracartClient
100
156
  self.referrer_raw = attributes[:'referrer_raw']
101
157
  end
102
158
 
103
- if attributes.has_key?(:'return_filter_values')
104
- if (value = attributes[:'return_filter_values']).is_a?(Array)
105
- self.return_filter_values = value
106
- end
107
- end
108
-
109
159
  if attributes.has_key?(:'time_on_page')
110
160
  self.time_on_page = attributes[:'time_on_page']
111
161
  end
112
162
 
163
+ if attributes.has_key?(:'time_on_page_max_filter')
164
+ self.time_on_page_max_filter = attributes[:'time_on_page_max_filter']
165
+ end
166
+
167
+ if attributes.has_key?(:'time_on_page_min_filter')
168
+ self.time_on_page_min_filter = attributes[:'time_on_page_min_filter']
169
+ end
170
+
113
171
  if attributes.has_key?(:'url')
114
172
  self.url = attributes[:'url']
115
173
  end
174
+
175
+ if attributes.has_key?(:'url_filter')
176
+ self.url_filter = attributes[:'url_filter']
177
+ end
116
178
  end
117
179
 
118
180
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -134,14 +196,22 @@ module UltracartClient
134
196
  return true if self.equal?(o)
135
197
  self.class == o.class &&
136
198
  domain == o.domain &&
199
+ domain_filter == o.domain_filter &&
200
+ event_name_filter == o.event_name_filter &&
201
+ event_param_name_filter == o.event_param_name_filter &&
202
+ event_param_value_filter == o.event_param_value_filter &&
137
203
  events == o.events &&
204
+ param_name_filter == o.param_name_filter &&
205
+ param_value_filter == o.param_value_filter &&
138
206
  params == o.params &&
139
207
  referrer == o.referrer &&
140
208
  referrer_params == o.referrer_params &&
141
209
  referrer_raw == o.referrer_raw &&
142
- return_filter_values == o.return_filter_values &&
143
210
  time_on_page == o.time_on_page &&
144
- url == o.url
211
+ time_on_page_max_filter == o.time_on_page_max_filter &&
212
+ time_on_page_min_filter == o.time_on_page_min_filter &&
213
+ url == o.url &&
214
+ url_filter == o.url_filter
145
215
  end
146
216
 
147
217
  # @see the `==` method
@@ -153,7 +223,7 @@ module UltracartClient
153
223
  # Calculates hash code according to all attributes.
154
224
  # @return [Fixnum] Hash code
155
225
  def hash
156
- [domain, events, params, referrer, referrer_params, referrer_raw, return_filter_values, time_on_page, url].hash
226
+ [domain, domain_filter, event_name_filter, event_param_name_filter, event_param_value_filter, events, param_name_filter, param_value_filter, params, referrer, referrer_params, referrer_raw, time_on_page, time_on_page_max_filter, time_on_page_min_filter, url, url_filter].hash
157
227
  end
158
228
 
159
229
  # 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.6.3'
14
+ VERSION = '3.6.4'
15
15
  end
data/lib/ultracart_api.rb CHANGED
@@ -471,6 +471,7 @@ require 'ultracart_api/models/order_payment'
471
471
  require 'ultracart_api/models/order_payment_check'
472
472
  require 'ultracart_api/models/order_payment_credit_card'
473
473
  require 'ultracart_api/models/order_payment_e_check'
474
+ require 'ultracart_api/models/order_payment_insurance'
474
475
  require 'ultracart_api/models/order_payment_purchase_order'
475
476
  require 'ultracart_api/models/order_payment_transaction'
476
477
  require 'ultracart_api/models/order_payment_transaction_detail'
@@ -502,6 +503,7 @@ require 'ultracart_api/models/payments_configuration_check'
502
503
  require 'ultracart_api/models/payments_configuration_credit_card'
503
504
  require 'ultracart_api/models/payments_configuration_credit_card_type'
504
505
  require 'ultracart_api/models/payments_configuration_echeck'
506
+ require 'ultracart_api/models/payments_configuration_insurance'
505
507
  require 'ultracart_api/models/payments_configuration_loan_hero'
506
508
  require 'ultracart_api/models/payments_configuration_money_order'
507
509
  require 'ultracart_api/models/payments_configuration_pay_pal'
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.6.3
4
+ version: 3.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -667,6 +667,7 @@ files:
667
667
  - docs/OrderPaymentCheck.md
668
668
  - docs/OrderPaymentCreditCard.md
669
669
  - docs/OrderPaymentECheck.md
670
+ - docs/OrderPaymentInsurance.md
670
671
  - docs/OrderPaymentPurchaseOrder.md
671
672
  - docs/OrderPaymentTransaction.md
672
673
  - docs/OrderPaymentTransactionDetail.md
@@ -698,6 +699,7 @@ files:
698
699
  - docs/PaymentsConfigurationCreditCard.md
699
700
  - docs/PaymentsConfigurationCreditCardType.md
700
701
  - docs/PaymentsConfigurationEcheck.md
702
+ - docs/PaymentsConfigurationInsurance.md
701
703
  - docs/PaymentsConfigurationLoanHero.md
702
704
  - docs/PaymentsConfigurationMoneyOrder.md
703
705
  - docs/PaymentsConfigurationPayPal.md
@@ -1326,6 +1328,7 @@ files:
1326
1328
  - lib/ultracart_api/models/order_payment_check.rb
1327
1329
  - lib/ultracart_api/models/order_payment_credit_card.rb
1328
1330
  - lib/ultracart_api/models/order_payment_e_check.rb
1331
+ - lib/ultracart_api/models/order_payment_insurance.rb
1329
1332
  - lib/ultracart_api/models/order_payment_purchase_order.rb
1330
1333
  - lib/ultracart_api/models/order_payment_transaction.rb
1331
1334
  - lib/ultracart_api/models/order_payment_transaction_detail.rb
@@ -1357,6 +1360,7 @@ files:
1357
1360
  - lib/ultracart_api/models/payments_configuration_credit_card.rb
1358
1361
  - lib/ultracart_api/models/payments_configuration_credit_card_type.rb
1359
1362
  - lib/ultracart_api/models/payments_configuration_echeck.rb
1363
+ - lib/ultracart_api/models/payments_configuration_insurance.rb
1360
1364
  - lib/ultracart_api/models/payments_configuration_loan_hero.rb
1361
1365
  - lib/ultracart_api/models/payments_configuration_money_order.rb
1362
1366
  - lib/ultracart_api/models/payments_configuration_pay_pal.rb