DealMakerAPI 0.106.4 → 0.107.1
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 +6 -4
- data/docs/CampaignApi.md +69 -0
- data/docs/V1EntitiesEmailEvent.md +3 -1
- data/docs/V1EntitiesTtwReservationUserId.md +18 -0
- data/lib/DealMakerAPI/api/campaign_api.rb +71 -2
- data/lib/DealMakerAPI/api/company_api.rb +20 -20
- data/lib/DealMakerAPI/api/country_api.rb +1 -1
- data/lib/DealMakerAPI/api/custom_emails_api.rb +1 -1
- data/lib/DealMakerAPI/api/deal_api.rb +8 -8
- data/lib/DealMakerAPI/api/default_api.rb +15 -15
- data/lib/DealMakerAPI/api/incentive_plan_api.rb +3 -3
- data/lib/DealMakerAPI/api/investor_api.rb +13 -13
- data/lib/DealMakerAPI/api/investor_profile_api.rb +13 -13
- data/lib/DealMakerAPI/api/reservation_api.rb +2 -2
- data/lib/DealMakerAPI/api/shareholder_api.rb +2 -2
- data/lib/DealMakerAPI/api/upload_api.rb +1 -1
- data/lib/DealMakerAPI/api/user_api.rb +9 -9
- data/lib/DealMakerAPI/api/users_api.rb +2 -2
- data/lib/DealMakerAPI/models/v1_entities_email_event.rb +14 -4
- data/lib/DealMakerAPI/models/v1_entities_ttw_reservation_user_id.rb +216 -0
- data/lib/DealMakerAPI/version.rb +1 -1
- data/lib/DealMakerAPI.rb +1 -0
- data/spec/api/campaign_api_spec.rb +13 -0
- data/spec/models/v1_entities_email_event_spec.rb +6 -0
- data/spec/models/v1_entities_ttw_reservation_user_id_spec.rb +36 -0
- metadata +142 -138
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
|
56
56
|
# form parameters
|
57
57
|
form_params = opts[:form_params] || {}
|
@@ -114,7 +114,7 @@ module DealMakerAPI
|
|
114
114
|
# header parameters
|
115
115
|
header_params = opts[:header_params] || {}
|
116
116
|
# HTTP header 'Accept' (if needed)
|
117
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
117
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
118
118
|
|
119
119
|
# form parameters
|
120
120
|
form_params = opts[:form_params] || {}
|
@@ -183,7 +183,7 @@ module DealMakerAPI
|
|
183
183
|
# header parameters
|
184
184
|
header_params = opts[:header_params] || {}
|
185
185
|
# HTTP header 'Accept' (if needed)
|
186
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
186
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
187
187
|
|
188
188
|
# form parameters
|
189
189
|
form_params = opts[:form_params] || {}
|
@@ -246,7 +246,7 @@ module DealMakerAPI
|
|
246
246
|
# header parameters
|
247
247
|
header_params = opts[:header_params] || {}
|
248
248
|
# HTTP header 'Accept' (if needed)
|
249
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
249
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
250
250
|
|
251
251
|
# form parameters
|
252
252
|
form_params = opts[:form_params] || {}
|
@@ -309,7 +309,7 @@ module DealMakerAPI
|
|
309
309
|
# header parameters
|
310
310
|
header_params = opts[:header_params] || {}
|
311
311
|
# HTTP header 'Accept' (if needed)
|
312
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
312
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
313
313
|
|
314
314
|
# form parameters
|
315
315
|
form_params = opts[:form_params] || {}
|
@@ -372,7 +372,7 @@ module DealMakerAPI
|
|
372
372
|
# header parameters
|
373
373
|
header_params = opts[:header_params] || {}
|
374
374
|
# HTTP header 'Accept' (if needed)
|
375
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
375
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
376
376
|
|
377
377
|
# form parameters
|
378
378
|
form_params = opts[:form_params] || {}
|
@@ -435,7 +435,7 @@ module DealMakerAPI
|
|
435
435
|
# header parameters
|
436
436
|
header_params = opts[:header_params] || {}
|
437
437
|
# HTTP header 'Accept' (if needed)
|
438
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
438
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
439
439
|
|
440
440
|
# form parameters
|
441
441
|
form_params = opts[:form_params] || {}
|
@@ -617,7 +617,7 @@ module DealMakerAPI
|
|
617
617
|
# header parameters
|
618
618
|
header_params = opts[:header_params] || {}
|
619
619
|
# HTTP header 'Accept' (if needed)
|
620
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
620
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
621
621
|
|
622
622
|
# form parameters
|
623
623
|
form_params = opts[:form_params] || {}
|
@@ -680,7 +680,7 @@ module DealMakerAPI
|
|
680
680
|
# header parameters
|
681
681
|
header_params = opts[:header_params] || {}
|
682
682
|
# HTTP header 'Accept' (if needed)
|
683
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
683
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
684
684
|
|
685
685
|
# form parameters
|
686
686
|
form_params = opts[:form_params] || {}
|
@@ -737,7 +737,7 @@ module DealMakerAPI
|
|
737
737
|
# header parameters
|
738
738
|
header_params = opts[:header_params] || {}
|
739
739
|
# HTTP header 'Accept' (if needed)
|
740
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
740
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
741
741
|
|
742
742
|
# form parameters
|
743
743
|
form_params = opts[:form_params] || {}
|
@@ -794,7 +794,7 @@ module DealMakerAPI
|
|
794
794
|
# header parameters
|
795
795
|
header_params = opts[:header_params] || {}
|
796
796
|
# HTTP header 'Accept' (if needed)
|
797
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
797
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
798
798
|
|
799
799
|
# form parameters
|
800
800
|
form_params = opts[:form_params] || {}
|
@@ -929,7 +929,7 @@ module DealMakerAPI
|
|
929
929
|
# header parameters
|
930
930
|
header_params = opts[:header_params] || {}
|
931
931
|
# HTTP header 'Accept' (if needed)
|
932
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
932
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
933
933
|
|
934
934
|
# form parameters
|
935
935
|
form_params = opts[:form_params] || {}
|
@@ -1053,7 +1053,7 @@ module DealMakerAPI
|
|
1053
1053
|
# header parameters
|
1054
1054
|
header_params = opts[:header_params] || {}
|
1055
1055
|
# HTTP header 'Accept' (if needed)
|
1056
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1056
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
1057
1057
|
|
1058
1058
|
# form parameters
|
1059
1059
|
form_params = opts[:form_params] || {}
|
@@ -1177,7 +1177,7 @@ module DealMakerAPI
|
|
1177
1177
|
# header parameters
|
1178
1178
|
header_params = opts[:header_params] || {}
|
1179
1179
|
# HTTP header 'Accept' (if needed)
|
1180
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1180
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
1181
1181
|
# HTTP header 'Content-Type'
|
1182
1182
|
content_type = @api_client.select_header_content_type(['application/json'])
|
1183
1183
|
if !content_type.nil?
|
@@ -1247,7 +1247,7 @@ module DealMakerAPI
|
|
1247
1247
|
# header parameters
|
1248
1248
|
header_params = opts[:header_params] || {}
|
1249
1249
|
# HTTP header 'Accept' (if needed)
|
1250
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1250
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
1251
1251
|
# HTTP header 'Content-Type'
|
1252
1252
|
content_type = @api_client.select_header_content_type(['application/json'])
|
1253
1253
|
if !content_type.nil?
|
@@ -60,7 +60,7 @@ module DealMakerAPI
|
|
60
60
|
# header parameters
|
61
61
|
header_params = opts[:header_params] || {}
|
62
62
|
# HTTP header 'Accept' (if needed)
|
63
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
63
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
64
64
|
|
65
65
|
# form parameters
|
66
66
|
form_params = opts[:form_params] || {}
|
@@ -131,7 +131,7 @@ module DealMakerAPI
|
|
131
131
|
# header parameters
|
132
132
|
header_params = opts[:header_params] || {}
|
133
133
|
# HTTP header 'Accept' (if needed)
|
134
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
134
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
135
135
|
# HTTP header 'Content-Type'
|
136
136
|
content_type = @api_client.select_header_content_type(['application/json'])
|
137
137
|
if !content_type.nil?
|
@@ -205,7 +205,7 @@ module DealMakerAPI
|
|
205
205
|
# header parameters
|
206
206
|
header_params = opts[:header_params] || {}
|
207
207
|
# HTTP header 'Accept' (if needed)
|
208
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
208
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
209
209
|
# HTTP header 'Content-Type'
|
210
210
|
content_type = @api_client.select_header_content_type(['application/json'])
|
211
211
|
if !content_type.nil?
|
@@ -63,7 +63,7 @@ module DealMakerAPI
|
|
63
63
|
# header parameters
|
64
64
|
header_params = opts[:header_params] || {}
|
65
65
|
# HTTP header 'Accept' (if needed)
|
66
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
66
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
67
67
|
# HTTP header 'Content-Type'
|
68
68
|
content_type = @api_client.select_header_content_type(['application/json'])
|
69
69
|
if !content_type.nil?
|
@@ -143,7 +143,7 @@ module DealMakerAPI
|
|
143
143
|
# header parameters
|
144
144
|
header_params = opts[:header_params] || {}
|
145
145
|
# HTTP header 'Accept' (if needed)
|
146
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
146
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
147
147
|
# HTTP header 'Content-Type'
|
148
148
|
content_type = @api_client.select_header_content_type(['application/json'])
|
149
149
|
if !content_type.nil?
|
@@ -217,7 +217,7 @@ module DealMakerAPI
|
|
217
217
|
# header parameters
|
218
218
|
header_params = opts[:header_params] || {}
|
219
219
|
# HTTP header 'Accept' (if needed)
|
220
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
220
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
221
221
|
# HTTP header 'Content-Type'
|
222
222
|
content_type = @api_client.select_header_content_type(['application/json'])
|
223
223
|
if !content_type.nil?
|
@@ -291,7 +291,7 @@ module DealMakerAPI
|
|
291
291
|
# header parameters
|
292
292
|
header_params = opts[:header_params] || {}
|
293
293
|
# HTTP header 'Accept' (if needed)
|
294
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
294
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
295
295
|
# HTTP header 'Content-Type'
|
296
296
|
content_type = @api_client.select_header_content_type(['application/json'])
|
297
297
|
if !content_type.nil?
|
@@ -511,7 +511,7 @@ module DealMakerAPI
|
|
511
511
|
# header parameters
|
512
512
|
header_params = opts[:header_params] || {}
|
513
513
|
# HTTP header 'Accept' (if needed)
|
514
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
514
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
515
515
|
# HTTP header 'Content-Type'
|
516
516
|
content_type = @api_client.select_header_content_type(['application/json'])
|
517
517
|
if !content_type.nil?
|
@@ -585,7 +585,7 @@ module DealMakerAPI
|
|
585
585
|
# header parameters
|
586
586
|
header_params = opts[:header_params] || {}
|
587
587
|
# HTTP header 'Accept' (if needed)
|
588
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
588
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
589
589
|
|
590
590
|
# form parameters
|
591
591
|
form_params = opts[:form_params] || {}
|
@@ -660,7 +660,7 @@ module DealMakerAPI
|
|
660
660
|
# header parameters
|
661
661
|
header_params = opts[:header_params] || {}
|
662
662
|
# HTTP header 'Accept' (if needed)
|
663
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
663
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
664
664
|
|
665
665
|
# form parameters
|
666
666
|
form_params = opts[:form_params] || {}
|
@@ -729,7 +729,7 @@ module DealMakerAPI
|
|
729
729
|
# header parameters
|
730
730
|
header_params = opts[:header_params] || {}
|
731
731
|
# HTTP header 'Accept' (if needed)
|
732
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
732
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
733
733
|
|
734
734
|
# form parameters
|
735
735
|
form_params = opts[:form_params] || {}
|
@@ -798,7 +798,7 @@ module DealMakerAPI
|
|
798
798
|
# header parameters
|
799
799
|
header_params = opts[:header_params] || {}
|
800
800
|
# HTTP header 'Accept' (if needed)
|
801
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
801
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
802
802
|
|
803
803
|
# form parameters
|
804
804
|
form_params = opts[:form_params] || {}
|
@@ -867,7 +867,7 @@ module DealMakerAPI
|
|
867
867
|
# header parameters
|
868
868
|
header_params = opts[:header_params] || {}
|
869
869
|
# HTTP header 'Accept' (if needed)
|
870
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
870
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
871
871
|
|
872
872
|
# form parameters
|
873
873
|
form_params = opts[:form_params] || {}
|
@@ -945,7 +945,7 @@ module DealMakerAPI
|
|
945
945
|
# header parameters
|
946
946
|
header_params = opts[:header_params] || {}
|
947
947
|
# HTTP header 'Accept' (if needed)
|
948
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
948
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
949
949
|
|
950
950
|
# form parameters
|
951
951
|
form_params = opts[:form_params] || {}
|
@@ -1020,7 +1020,7 @@ module DealMakerAPI
|
|
1020
1020
|
# header parameters
|
1021
1021
|
header_params = opts[:header_params] || {}
|
1022
1022
|
# HTTP header 'Accept' (if needed)
|
1023
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1023
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
1024
1024
|
# HTTP header 'Content-Type'
|
1025
1025
|
content_type = @api_client.select_header_content_type(['application/json'])
|
1026
1026
|
if !content_type.nil?
|
@@ -1262,7 +1262,7 @@ module DealMakerAPI
|
|
1262
1262
|
# header parameters
|
1263
1263
|
header_params = opts[:header_params] || {}
|
1264
1264
|
# HTTP header 'Accept' (if needed)
|
1265
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1265
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
1266
1266
|
# HTTP header 'Content-Type'
|
1267
1267
|
content_type = @api_client.select_header_content_type(['application/json'])
|
1268
1268
|
if !content_type.nil?
|
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
# HTTP header 'Content-Type'
|
56
56
|
content_type = @api_client.select_header_content_type(['application/json'])
|
57
57
|
if !content_type.nil?
|
@@ -119,7 +119,7 @@ module DealMakerAPI
|
|
119
119
|
# header parameters
|
120
120
|
header_params = opts[:header_params] || {}
|
121
121
|
# HTTP header 'Accept' (if needed)
|
122
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
122
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
123
123
|
# HTTP header 'Content-Type'
|
124
124
|
content_type = @api_client.select_header_content_type(['application/json'])
|
125
125
|
if !content_type.nil?
|
@@ -187,7 +187,7 @@ module DealMakerAPI
|
|
187
187
|
# header parameters
|
188
188
|
header_params = opts[:header_params] || {}
|
189
189
|
# HTTP header 'Accept' (if needed)
|
190
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
190
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
191
191
|
# HTTP header 'Content-Type'
|
192
192
|
content_type = @api_client.select_header_content_type(['application/json'])
|
193
193
|
if !content_type.nil?
|
@@ -255,7 +255,7 @@ module DealMakerAPI
|
|
255
255
|
# header parameters
|
256
256
|
header_params = opts[:header_params] || {}
|
257
257
|
# HTTP header 'Accept' (if needed)
|
258
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
258
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
259
259
|
# HTTP header 'Content-Type'
|
260
260
|
content_type = @api_client.select_header_content_type(['application/json'])
|
261
261
|
if !content_type.nil?
|
@@ -323,7 +323,7 @@ module DealMakerAPI
|
|
323
323
|
# header parameters
|
324
324
|
header_params = opts[:header_params] || {}
|
325
325
|
# HTTP header 'Accept' (if needed)
|
326
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
326
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
327
327
|
# HTTP header 'Content-Type'
|
328
328
|
content_type = @api_client.select_header_content_type(['application/json'])
|
329
329
|
if !content_type.nil?
|
@@ -403,7 +403,7 @@ module DealMakerAPI
|
|
403
403
|
# header parameters
|
404
404
|
header_params = opts[:header_params] || {}
|
405
405
|
# HTTP header 'Accept' (if needed)
|
406
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
406
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
407
407
|
|
408
408
|
# form parameters
|
409
409
|
form_params = opts[:form_params] || {}
|
@@ -466,7 +466,7 @@ module DealMakerAPI
|
|
466
466
|
# header parameters
|
467
467
|
header_params = opts[:header_params] || {}
|
468
468
|
# HTTP header 'Accept' (if needed)
|
469
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
469
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
470
470
|
|
471
471
|
# form parameters
|
472
472
|
form_params = opts[:form_params] || {}
|
@@ -532,7 +532,7 @@ module DealMakerAPI
|
|
532
532
|
# header parameters
|
533
533
|
header_params = opts[:header_params] || {}
|
534
534
|
# HTTP header 'Accept' (if needed)
|
535
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
535
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
536
536
|
|
537
537
|
# form parameters
|
538
538
|
form_params = opts[:form_params] || {}
|
@@ -601,7 +601,7 @@ module DealMakerAPI
|
|
601
601
|
# header parameters
|
602
602
|
header_params = opts[:header_params] || {}
|
603
603
|
# HTTP header 'Accept' (if needed)
|
604
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
604
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
605
605
|
# HTTP header 'Content-Type'
|
606
606
|
content_type = @api_client.select_header_content_type(['application/json'])
|
607
607
|
if !content_type.nil?
|
@@ -675,7 +675,7 @@ module DealMakerAPI
|
|
675
675
|
# header parameters
|
676
676
|
header_params = opts[:header_params] || {}
|
677
677
|
# HTTP header 'Accept' (if needed)
|
678
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
678
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
679
679
|
# HTTP header 'Content-Type'
|
680
680
|
content_type = @api_client.select_header_content_type(['application/json'])
|
681
681
|
if !content_type.nil?
|
@@ -749,7 +749,7 @@ module DealMakerAPI
|
|
749
749
|
# header parameters
|
750
750
|
header_params = opts[:header_params] || {}
|
751
751
|
# HTTP header 'Accept' (if needed)
|
752
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
752
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
753
753
|
# HTTP header 'Content-Type'
|
754
754
|
content_type = @api_client.select_header_content_type(['application/json'])
|
755
755
|
if !content_type.nil?
|
@@ -823,7 +823,7 @@ module DealMakerAPI
|
|
823
823
|
# header parameters
|
824
824
|
header_params = opts[:header_params] || {}
|
825
825
|
# HTTP header 'Accept' (if needed)
|
826
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
826
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
827
827
|
# HTTP header 'Content-Type'
|
828
828
|
content_type = @api_client.select_header_content_type(['application/json'])
|
829
829
|
if !content_type.nil?
|
@@ -897,7 +897,7 @@ module DealMakerAPI
|
|
897
897
|
# header parameters
|
898
898
|
header_params = opts[:header_params] || {}
|
899
899
|
# HTTP header 'Accept' (if needed)
|
900
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
900
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
901
901
|
# HTTP header 'Content-Type'
|
902
902
|
content_type = @api_client.select_header_content_type(['application/json'])
|
903
903
|
if !content_type.nil?
|
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
# HTTP header 'Content-Type'
|
56
56
|
content_type = @api_client.select_header_content_type(['application/json'])
|
57
57
|
if !content_type.nil?
|
@@ -119,7 +119,7 @@ module DealMakerAPI
|
|
119
119
|
# header parameters
|
120
120
|
header_params = opts[:header_params] || {}
|
121
121
|
# HTTP header 'Accept' (if needed)
|
122
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
122
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
123
123
|
|
124
124
|
# form parameters
|
125
125
|
form_params = opts[:form_params] || {}
|
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
|
56
56
|
# form parameters
|
57
57
|
form_params = opts[:form_params] || {}
|
@@ -114,7 +114,7 @@ module DealMakerAPI
|
|
114
114
|
# header parameters
|
115
115
|
header_params = opts[:header_params] || {}
|
116
116
|
# HTTP header 'Accept' (if needed)
|
117
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
117
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
118
118
|
|
119
119
|
# form parameters
|
120
120
|
form_params = opts[:form_params] || {}
|
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
# HTTP header 'Content-Type'
|
56
56
|
content_type = @api_client.select_header_content_type(['application/json'])
|
57
57
|
if !content_type.nil?
|
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
|
56
56
|
# form parameters
|
57
57
|
form_params = opts[:form_params] || {}
|
@@ -120,7 +120,7 @@ module DealMakerAPI
|
|
120
120
|
# header parameters
|
121
121
|
header_params = opts[:header_params] || {}
|
122
122
|
# HTTP header 'Accept' (if needed)
|
123
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
123
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
124
124
|
|
125
125
|
# form parameters
|
126
126
|
form_params = opts[:form_params] || {}
|
@@ -244,7 +244,7 @@ module DealMakerAPI
|
|
244
244
|
# header parameters
|
245
245
|
header_params = opts[:header_params] || {}
|
246
246
|
# HTTP header 'Accept' (if needed)
|
247
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
247
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
248
248
|
|
249
249
|
# form parameters
|
250
250
|
form_params = opts[:form_params] || {}
|
@@ -307,7 +307,7 @@ module DealMakerAPI
|
|
307
307
|
# header parameters
|
308
308
|
header_params = opts[:header_params] || {}
|
309
309
|
# HTTP header 'Accept' (if needed)
|
310
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
310
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
311
311
|
|
312
312
|
# form parameters
|
313
313
|
form_params = opts[:form_params] || {}
|
@@ -371,7 +371,7 @@ module DealMakerAPI
|
|
371
371
|
# header parameters
|
372
372
|
header_params = opts[:header_params] || {}
|
373
373
|
# HTTP header 'Accept' (if needed)
|
374
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
374
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
375
375
|
|
376
376
|
# form parameters
|
377
377
|
form_params = opts[:form_params] || {}
|
@@ -434,7 +434,7 @@ module DealMakerAPI
|
|
434
434
|
# header parameters
|
435
435
|
header_params = opts[:header_params] || {}
|
436
436
|
# HTTP header 'Accept' (if needed)
|
437
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
437
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
438
438
|
# HTTP header 'Content-Type'
|
439
439
|
content_type = @api_client.select_header_content_type(['application/json'])
|
440
440
|
if !content_type.nil?
|
@@ -580,7 +580,7 @@ module DealMakerAPI
|
|
580
580
|
# header parameters
|
581
581
|
header_params = opts[:header_params] || {}
|
582
582
|
# HTTP header 'Accept' (if needed)
|
583
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
583
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
584
584
|
# HTTP header 'Content-Type'
|
585
585
|
content_type = @api_client.select_header_content_type(['application/json'])
|
586
586
|
if !content_type.nil?
|
@@ -654,7 +654,7 @@ module DealMakerAPI
|
|
654
654
|
# header parameters
|
655
655
|
header_params = opts[:header_params] || {}
|
656
656
|
# HTTP header 'Accept' (if needed)
|
657
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
657
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
658
658
|
# HTTP header 'Content-Type'
|
659
659
|
content_type = @api_client.select_header_content_type(['application/json'])
|
660
660
|
if !content_type.nil?
|
@@ -728,7 +728,7 @@ module DealMakerAPI
|
|
728
728
|
# header parameters
|
729
729
|
header_params = opts[:header_params] || {}
|
730
730
|
# HTTP header 'Accept' (if needed)
|
731
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
731
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
732
732
|
# HTTP header 'Content-Type'
|
733
733
|
content_type = @api_client.select_header_content_type(['application/json'])
|
734
734
|
if !content_type.nil?
|
@@ -51,7 +51,7 @@ module DealMakerAPI
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
53
|
# HTTP header 'Accept' (if needed)
|
54
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
55
55
|
|
56
56
|
# form parameters
|
57
57
|
form_params = opts[:form_params] || {}
|
@@ -124,7 +124,7 @@ module DealMakerAPI
|
|
124
124
|
# header parameters
|
125
125
|
header_params = opts[:header_params] || {}
|
126
126
|
# HTTP header 'Accept' (if needed)
|
127
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
127
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
128
128
|
|
129
129
|
# form parameters
|
130
130
|
form_params = opts[:form_params] || {}
|
@@ -36,6 +36,9 @@ module DealMakerAPI
|
|
36
36
|
# The number of email bounced.
|
37
37
|
attr_accessor :bounced
|
38
38
|
|
39
|
+
# The number of email blocked.
|
40
|
+
attr_accessor :blocked
|
41
|
+
|
39
42
|
# Attribute mapping from ruby-style variable name to JSON key.
|
40
43
|
def self.attribute_map
|
41
44
|
{
|
@@ -45,7 +48,8 @@ module DealMakerAPI
|
|
45
48
|
:'delivered' => :'delivered',
|
46
49
|
:'opened' => :'opened',
|
47
50
|
:'clicked' => :'clicked',
|
48
|
-
:'bounced' => :'bounced'
|
51
|
+
:'bounced' => :'bounced',
|
52
|
+
:'blocked' => :'blocked'
|
49
53
|
}
|
50
54
|
end
|
51
55
|
|
@@ -63,7 +67,8 @@ module DealMakerAPI
|
|
63
67
|
:'delivered' => :'Integer',
|
64
68
|
:'opened' => :'Integer',
|
65
69
|
:'clicked' => :'Integer',
|
66
|
-
:'bounced' => :'Integer'
|
70
|
+
:'bounced' => :'Integer',
|
71
|
+
:'blocked' => :'Integer'
|
67
72
|
}
|
68
73
|
end
|
69
74
|
|
@@ -115,6 +120,10 @@ module DealMakerAPI
|
|
115
120
|
if attributes.key?(:'bounced')
|
116
121
|
self.bounced = attributes[:'bounced']
|
117
122
|
end
|
123
|
+
|
124
|
+
if attributes.key?(:'blocked')
|
125
|
+
self.blocked = attributes[:'blocked']
|
126
|
+
end
|
118
127
|
end
|
119
128
|
|
120
129
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -143,7 +152,8 @@ module DealMakerAPI
|
|
143
152
|
delivered == o.delivered &&
|
144
153
|
opened == o.opened &&
|
145
154
|
clicked == o.clicked &&
|
146
|
-
bounced == o.bounced
|
155
|
+
bounced == o.bounced &&
|
156
|
+
blocked == o.blocked
|
147
157
|
end
|
148
158
|
|
149
159
|
# @see the `==` method
|
@@ -155,7 +165,7 @@ module DealMakerAPI
|
|
155
165
|
# Calculates hash code according to all attributes.
|
156
166
|
# @return [Integer] Hash code
|
157
167
|
def hash
|
158
|
-
[id, name, email, delivered, opened, clicked, bounced].hash
|
168
|
+
[id, name, email, delivered, opened, clicked, bounced, blocked].hash
|
159
169
|
end
|
160
170
|
|
161
171
|
# Builds the object from hash
|