moov_ruby 26.2.7 → 26.2.8
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/lib/moov/account_terminal_applications.rb +16 -16
- data/lib/moov/accounts.rb +52 -54
- data/lib/moov/adjustments.rb +8 -8
- data/lib/moov/apple_pay.rb +20 -20
- data/lib/moov/authentication.rb +8 -8
- data/lib/moov/avatars.rb +4 -4
- data/lib/moov/bank_accounts.rb +36 -36
- data/lib/moov/branding.rb +12 -12
- data/lib/moov/capabilities.rb +20 -20
- data/lib/moov/card_issuing.rb +25 -25
- data/lib/moov/cards.rb +20 -20
- data/lib/moov/disputes.rb +44 -44
- data/lib/moov/end_to_end_encryption.rb +8 -8
- data/lib/moov/enriched_address.rb +4 -4
- data/lib/moov/enriched_profile.rb +4 -4
- data/lib/moov/fee_plans.rb +40 -40
- data/lib/moov/files.rb +12 -12
- data/lib/moov/images.rb +28 -28
- data/lib/moov/industries.rb +4 -4
- data/lib/moov/institutions.rb +8 -8
- data/lib/moov/issuing_transactions.rb +20 -20
- data/lib/moov/models/components/addcapabilities.rb +5 -1
- data/lib/moov/models/components/billingaddress.rb +52 -0
- data/lib/moov/models/components/billingaddress.rbi +23 -0
- data/lib/moov/models/components/capability.rb +7 -1
- data/lib/moov/models/components/capabilityid.rb +7 -1
- data/lib/moov/models/components/createaccount.rb +5 -1
- data/lib/moov/models/components/createpaymentlink.rb +4 -4
- data/lib/moov/models/components/fullissuedcard.rb +22 -10
- data/lib/moov/models/components/fullissuedcard.rbi +10 -4
- data/lib/moov/models/components/issuedcard.rb +22 -10
- data/lib/moov/models/components/issuedcard.rbi +10 -4
- data/lib/moov/models/components/onboardinginvite.rb +1 -1
- data/lib/moov/models/components/onboardinginviterequest.rb +1 -1
- data/lib/moov/models/components/paymentlink.rb +3 -3
- data/lib/moov/models/components/requestcard.rb +17 -17
- data/lib/moov/models/components/requestcard.rbi +8 -8
- data/lib/moov/models/components/updateissuedcard.rb +13 -9
- data/lib/moov/models/components/updateissuedcard.rbi +6 -4
- data/lib/moov/models/components/webhookdataauthorizationexpiring.rb +44 -0
- data/lib/moov/models/components/webhookdataauthorizationexpiring.rbi +19 -0
- data/lib/moov/models/components/webhookdatacapabilityrequested.rb +7 -1
- data/lib/moov/models/components/webhookdatacapabilityupdated.rb +7 -1
- data/lib/moov/models/components/webhookdatasweepcreated.rb +6 -2
- data/lib/moov/models/components/webhookdatasweepcreated.rbi +2 -0
- data/lib/moov/models/components/webhookdatasweepupdated.rb +6 -2
- data/lib/moov/models/components/webhookdatasweepupdated.rbi +2 -0
- data/lib/moov/models/components/webhookevent.rb +2 -2
- data/lib/moov/models/components/webhookeventtype.rb +1 -0
- data/lib/moov/models/components.rb +2 -4
- data/lib/moov/models/errors/requestcarderror.rb +14 -14
- data/lib/moov/models/errors/requestcarderror.rbi +8 -8
- data/lib/moov/models/errors/updateissuedcarderror.rb +12 -8
- data/lib/moov/models/errors/updateissuedcarderror.rbi +6 -4
- data/lib/moov/models/operations/disablecapability_request.rb +7 -1
- data/lib/moov/models/operations/getcapability_request.rb +7 -1
- data/lib/moov/models/operations/listcancellations_request.rb +36 -0
- data/lib/moov/models/operations/listcancellations_request.rbi +15 -0
- data/lib/moov/models/operations/listcancellations_response.rb +48 -0
- data/lib/moov/models/operations/listcancellations_response.rbi +21 -0
- data/lib/moov/models/operations.rb +2 -0
- data/lib/moov/onboarding.rb +16 -16
- data/lib/moov/payment_links.rb +24 -24
- data/lib/moov/payment_methods.rb +8 -8
- data/lib/moov/ping.rb +4 -4
- data/lib/moov/products.rb +20 -20
- data/lib/moov/receipts.rb +8 -8
- data/lib/moov/representatives.rb +20 -20
- data/lib/moov/scheduling.rb +24 -24
- data/lib/moov/sdkconfiguration.rb +3 -3
- data/lib/moov/statements.rb +8 -8
- data/lib/moov/support.rb +20 -20
- data/lib/moov/sweeps.rb +24 -24
- data/lib/moov/terminal_applications.rb +20 -20
- data/lib/moov/transfers.rb +171 -48
- data/lib/moov/underwriting.rb +12 -12
- data/lib/moov/utils/retries.rb +4 -1
- data/lib/moov/wallet_transactions.rb +8 -8
- data/lib/moov/wallets.rb +16 -16
- data/lib/moov/webhooks.rb +32 -32
- metadata +10 -10
- data/lib/moov/models/components/authorizeduser.rb +0 -36
- data/lib/moov/models/components/authorizeduser.rbi +0 -15
- data/lib/moov/models/components/createauthorizeduser.rb +0 -40
- data/lib/moov/models/components/createauthorizeduser.rbi +0 -17
- data/lib/moov/models/components/createauthorizedusererror.rb +0 -40
- data/lib/moov/models/components/createauthorizedusererror.rbi +0 -17
- data/lib/moov/models/components/createauthorizeduserupdate.rb +0 -40
- data/lib/moov/models/components/createauthorizeduserupdate.rbi +0 -17
data/lib/moov/fee_plans.rb
CHANGED
|
@@ -65,7 +65,7 @@ module Moov
|
|
|
65
65
|
|
|
66
66
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
67
67
|
timeout ||= @sdk_configuration.timeout
|
|
68
|
-
|
|
68
|
+
|
|
69
69
|
|
|
70
70
|
connection = @sdk_configuration.client
|
|
71
71
|
|
|
@@ -80,7 +80,7 @@ module Moov
|
|
|
80
80
|
error = T.let(nil, T.nilable(StandardError))
|
|
81
81
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
|
|
84
84
|
begin
|
|
85
85
|
http_response = T.must(connection).get(url) do |req|
|
|
86
86
|
req.headers.merge!(headers)
|
|
@@ -117,13 +117,13 @@ module Moov
|
|
|
117
117
|
response: http_response
|
|
118
118
|
)
|
|
119
119
|
end
|
|
120
|
-
|
|
120
|
+
|
|
121
121
|
if http_response.nil?
|
|
122
122
|
raise error if !error.nil?
|
|
123
123
|
raise 'no response'
|
|
124
124
|
end
|
|
125
125
|
end
|
|
126
|
-
|
|
126
|
+
|
|
127
127
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
128
128
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
129
129
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -200,7 +200,7 @@ module Moov
|
|
|
200
200
|
|
|
201
201
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
202
202
|
timeout ||= @sdk_configuration.timeout
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
|
|
205
205
|
connection = @sdk_configuration.client
|
|
206
206
|
|
|
@@ -215,7 +215,7 @@ module Moov
|
|
|
215
215
|
error = T.let(nil, T.nilable(StandardError))
|
|
216
216
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
217
217
|
|
|
218
|
-
|
|
218
|
+
|
|
219
219
|
begin
|
|
220
220
|
http_response = T.must(connection).post(url) do |req|
|
|
221
221
|
req.body = body
|
|
@@ -252,13 +252,13 @@ module Moov
|
|
|
252
252
|
response: http_response
|
|
253
253
|
)
|
|
254
254
|
end
|
|
255
|
-
|
|
255
|
+
|
|
256
256
|
if http_response.nil?
|
|
257
257
|
raise error if !error.nil?
|
|
258
258
|
raise 'no response'
|
|
259
259
|
end
|
|
260
260
|
end
|
|
261
|
-
|
|
261
|
+
|
|
262
262
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
263
263
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
264
264
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -356,7 +356,7 @@ module Moov
|
|
|
356
356
|
|
|
357
357
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
358
358
|
timeout ||= @sdk_configuration.timeout
|
|
359
|
-
|
|
359
|
+
|
|
360
360
|
|
|
361
361
|
connection = @sdk_configuration.client
|
|
362
362
|
|
|
@@ -371,7 +371,7 @@ module Moov
|
|
|
371
371
|
error = T.let(nil, T.nilable(StandardError))
|
|
372
372
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
373
373
|
|
|
374
|
-
|
|
374
|
+
|
|
375
375
|
begin
|
|
376
376
|
http_response = T.must(connection).get(url) do |req|
|
|
377
377
|
req.headers.merge!(headers)
|
|
@@ -408,13 +408,13 @@ module Moov
|
|
|
408
408
|
response: http_response
|
|
409
409
|
)
|
|
410
410
|
end
|
|
411
|
-
|
|
411
|
+
|
|
412
412
|
if http_response.nil?
|
|
413
413
|
raise error if !error.nil?
|
|
414
414
|
raise 'no response'
|
|
415
415
|
end
|
|
416
416
|
end
|
|
417
|
-
|
|
417
|
+
|
|
418
418
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
419
419
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
420
420
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -477,7 +477,7 @@ module Moov
|
|
|
477
477
|
|
|
478
478
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
479
479
|
timeout ||= @sdk_configuration.timeout
|
|
480
|
-
|
|
480
|
+
|
|
481
481
|
|
|
482
482
|
connection = @sdk_configuration.client
|
|
483
483
|
|
|
@@ -492,7 +492,7 @@ module Moov
|
|
|
492
492
|
error = T.let(nil, T.nilable(StandardError))
|
|
493
493
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
494
494
|
|
|
495
|
-
|
|
495
|
+
|
|
496
496
|
begin
|
|
497
497
|
http_response = T.must(connection).get(url) do |req|
|
|
498
498
|
req.headers.merge!(headers)
|
|
@@ -529,13 +529,13 @@ module Moov
|
|
|
529
529
|
response: http_response
|
|
530
530
|
)
|
|
531
531
|
end
|
|
532
|
-
|
|
532
|
+
|
|
533
533
|
if http_response.nil?
|
|
534
534
|
raise error if !error.nil?
|
|
535
535
|
raise 'no response'
|
|
536
536
|
end
|
|
537
537
|
end
|
|
538
|
-
|
|
538
|
+
|
|
539
539
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
540
540
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
541
541
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -598,7 +598,7 @@ module Moov
|
|
|
598
598
|
|
|
599
599
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
600
600
|
timeout ||= @sdk_configuration.timeout
|
|
601
|
-
|
|
601
|
+
|
|
602
602
|
|
|
603
603
|
connection = @sdk_configuration.client
|
|
604
604
|
|
|
@@ -613,7 +613,7 @@ module Moov
|
|
|
613
613
|
error = T.let(nil, T.nilable(StandardError))
|
|
614
614
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
615
615
|
|
|
616
|
-
|
|
616
|
+
|
|
617
617
|
begin
|
|
618
618
|
http_response = T.must(connection).get(url) do |req|
|
|
619
619
|
req.headers.merge!(headers)
|
|
@@ -650,13 +650,13 @@ module Moov
|
|
|
650
650
|
response: http_response
|
|
651
651
|
)
|
|
652
652
|
end
|
|
653
|
-
|
|
653
|
+
|
|
654
654
|
if http_response.nil?
|
|
655
655
|
raise error if !error.nil?
|
|
656
656
|
raise 'no response'
|
|
657
657
|
end
|
|
658
658
|
end
|
|
659
|
-
|
|
659
|
+
|
|
660
660
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
661
661
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
662
662
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -732,7 +732,7 @@ module Moov
|
|
|
732
732
|
|
|
733
733
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
734
734
|
timeout ||= @sdk_configuration.timeout
|
|
735
|
-
|
|
735
|
+
|
|
736
736
|
|
|
737
737
|
connection = @sdk_configuration.client
|
|
738
738
|
|
|
@@ -747,7 +747,7 @@ module Moov
|
|
|
747
747
|
error = T.let(nil, T.nilable(StandardError))
|
|
748
748
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
749
749
|
|
|
750
|
-
|
|
750
|
+
|
|
751
751
|
begin
|
|
752
752
|
http_response = T.must(connection).post(url) do |req|
|
|
753
753
|
req.body = body
|
|
@@ -784,13 +784,13 @@ module Moov
|
|
|
784
784
|
response: http_response
|
|
785
785
|
)
|
|
786
786
|
end
|
|
787
|
-
|
|
787
|
+
|
|
788
788
|
if http_response.nil?
|
|
789
789
|
raise error if !error.nil?
|
|
790
790
|
raise 'no response'
|
|
791
791
|
end
|
|
792
792
|
end
|
|
793
|
-
|
|
793
|
+
|
|
794
794
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
795
795
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
796
796
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -853,7 +853,7 @@ module Moov
|
|
|
853
853
|
|
|
854
854
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
855
855
|
timeout ||= @sdk_configuration.timeout
|
|
856
|
-
|
|
856
|
+
|
|
857
857
|
|
|
858
858
|
connection = @sdk_configuration.client
|
|
859
859
|
|
|
@@ -868,7 +868,7 @@ module Moov
|
|
|
868
868
|
error = T.let(nil, T.nilable(StandardError))
|
|
869
869
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
870
870
|
|
|
871
|
-
|
|
871
|
+
|
|
872
872
|
begin
|
|
873
873
|
http_response = T.must(connection).get(url) do |req|
|
|
874
874
|
req.headers.merge!(headers)
|
|
@@ -905,13 +905,13 @@ module Moov
|
|
|
905
905
|
response: http_response
|
|
906
906
|
)
|
|
907
907
|
end
|
|
908
|
-
|
|
908
|
+
|
|
909
909
|
if http_response.nil?
|
|
910
910
|
raise error if !error.nil?
|
|
911
911
|
raise 'no response'
|
|
912
912
|
end
|
|
913
913
|
end
|
|
914
|
-
|
|
914
|
+
|
|
915
915
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
916
916
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
917
917
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -974,7 +974,7 @@ module Moov
|
|
|
974
974
|
|
|
975
975
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
976
976
|
timeout ||= @sdk_configuration.timeout
|
|
977
|
-
|
|
977
|
+
|
|
978
978
|
|
|
979
979
|
connection = @sdk_configuration.client
|
|
980
980
|
|
|
@@ -989,7 +989,7 @@ module Moov
|
|
|
989
989
|
error = T.let(nil, T.nilable(StandardError))
|
|
990
990
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
991
991
|
|
|
992
|
-
|
|
992
|
+
|
|
993
993
|
begin
|
|
994
994
|
http_response = T.must(connection).get(url) do |req|
|
|
995
995
|
req.headers.merge!(headers)
|
|
@@ -1026,13 +1026,13 @@ module Moov
|
|
|
1026
1026
|
response: http_response
|
|
1027
1027
|
)
|
|
1028
1028
|
end
|
|
1029
|
-
|
|
1029
|
+
|
|
1030
1030
|
if http_response.nil?
|
|
1031
1031
|
raise error if !error.nil?
|
|
1032
1032
|
raise 'no response'
|
|
1033
1033
|
end
|
|
1034
1034
|
end
|
|
1035
|
-
|
|
1035
|
+
|
|
1036
1036
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1037
1037
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
1038
1038
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -1098,7 +1098,7 @@ module Moov
|
|
|
1098
1098
|
|
|
1099
1099
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1100
1100
|
timeout ||= @sdk_configuration.timeout
|
|
1101
|
-
|
|
1101
|
+
|
|
1102
1102
|
|
|
1103
1103
|
connection = @sdk_configuration.client
|
|
1104
1104
|
|
|
@@ -1113,7 +1113,7 @@ module Moov
|
|
|
1113
1113
|
error = T.let(nil, T.nilable(StandardError))
|
|
1114
1114
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
1115
1115
|
|
|
1116
|
-
|
|
1116
|
+
|
|
1117
1117
|
begin
|
|
1118
1118
|
http_response = T.must(connection).get(url) do |req|
|
|
1119
1119
|
req.headers.merge!(headers)
|
|
@@ -1149,13 +1149,13 @@ module Moov
|
|
|
1149
1149
|
response: http_response
|
|
1150
1150
|
)
|
|
1151
1151
|
end
|
|
1152
|
-
|
|
1152
|
+
|
|
1153
1153
|
if http_response.nil?
|
|
1154
1154
|
raise error if !error.nil?
|
|
1155
1155
|
raise 'no response'
|
|
1156
1156
|
end
|
|
1157
1157
|
end
|
|
1158
|
-
|
|
1158
|
+
|
|
1159
1159
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1160
1160
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
1161
1161
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -1218,7 +1218,7 @@ module Moov
|
|
|
1218
1218
|
|
|
1219
1219
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
1220
1220
|
timeout ||= @sdk_configuration.timeout
|
|
1221
|
-
|
|
1221
|
+
|
|
1222
1222
|
|
|
1223
1223
|
connection = @sdk_configuration.client
|
|
1224
1224
|
|
|
@@ -1233,7 +1233,7 @@ module Moov
|
|
|
1233
1233
|
error = T.let(nil, T.nilable(StandardError))
|
|
1234
1234
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
1235
1235
|
|
|
1236
|
-
|
|
1236
|
+
|
|
1237
1237
|
begin
|
|
1238
1238
|
http_response = T.must(connection).get(url) do |req|
|
|
1239
1239
|
req.headers.merge!(headers)
|
|
@@ -1270,13 +1270,13 @@ module Moov
|
|
|
1270
1270
|
response: http_response
|
|
1271
1271
|
)
|
|
1272
1272
|
end
|
|
1273
|
-
|
|
1273
|
+
|
|
1274
1274
|
if http_response.nil?
|
|
1275
1275
|
raise error if !error.nil?
|
|
1276
1276
|
raise 'no response'
|
|
1277
1277
|
end
|
|
1278
1278
|
end
|
|
1279
|
-
|
|
1279
|
+
|
|
1280
1280
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1281
1281
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
1282
1282
|
if Utils.match_content_type(content_type, 'application/json')
|
data/lib/moov/files.rb
CHANGED
|
@@ -82,7 +82,7 @@ module Moov
|
|
|
82
82
|
|
|
83
83
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
84
84
|
timeout ||= @sdk_configuration.timeout
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
|
|
87
87
|
connection = @sdk_configuration.client
|
|
88
88
|
|
|
@@ -97,7 +97,7 @@ module Moov
|
|
|
97
97
|
error = T.let(nil, T.nilable(StandardError))
|
|
98
98
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
|
|
101
101
|
begin
|
|
102
102
|
http_response = T.must(connection).post(url) do |req|
|
|
103
103
|
req.body = body
|
|
@@ -134,13 +134,13 @@ module Moov
|
|
|
134
134
|
response: http_response
|
|
135
135
|
)
|
|
136
136
|
end
|
|
137
|
-
|
|
137
|
+
|
|
138
138
|
if http_response.nil?
|
|
139
139
|
raise error if !error.nil?
|
|
140
140
|
raise 'no response'
|
|
141
141
|
end
|
|
142
142
|
end
|
|
143
|
-
|
|
143
|
+
|
|
144
144
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
145
145
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
146
146
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -235,7 +235,7 @@ module Moov
|
|
|
235
235
|
|
|
236
236
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
237
237
|
timeout ||= @sdk_configuration.timeout
|
|
238
|
-
|
|
238
|
+
|
|
239
239
|
|
|
240
240
|
connection = @sdk_configuration.client
|
|
241
241
|
|
|
@@ -250,7 +250,7 @@ module Moov
|
|
|
250
250
|
error = T.let(nil, T.nilable(StandardError))
|
|
251
251
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
252
252
|
|
|
253
|
-
|
|
253
|
+
|
|
254
254
|
begin
|
|
255
255
|
http_response = T.must(connection).get(url) do |req|
|
|
256
256
|
req.headers.merge!(headers)
|
|
@@ -286,13 +286,13 @@ module Moov
|
|
|
286
286
|
response: http_response
|
|
287
287
|
)
|
|
288
288
|
end
|
|
289
|
-
|
|
289
|
+
|
|
290
290
|
if http_response.nil?
|
|
291
291
|
raise error if !error.nil?
|
|
292
292
|
raise 'no response'
|
|
293
293
|
end
|
|
294
294
|
end
|
|
295
|
-
|
|
295
|
+
|
|
296
296
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
297
297
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
298
298
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -358,7 +358,7 @@ module Moov
|
|
|
358
358
|
|
|
359
359
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
360
360
|
timeout ||= @sdk_configuration.timeout
|
|
361
|
-
|
|
361
|
+
|
|
362
362
|
|
|
363
363
|
connection = @sdk_configuration.client
|
|
364
364
|
|
|
@@ -373,7 +373,7 @@ module Moov
|
|
|
373
373
|
error = T.let(nil, T.nilable(StandardError))
|
|
374
374
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
375
375
|
|
|
376
|
-
|
|
376
|
+
|
|
377
377
|
begin
|
|
378
378
|
http_response = T.must(connection).get(url) do |req|
|
|
379
379
|
req.headers.merge!(headers)
|
|
@@ -409,13 +409,13 @@ module Moov
|
|
|
409
409
|
response: http_response
|
|
410
410
|
)
|
|
411
411
|
end
|
|
412
|
-
|
|
412
|
+
|
|
413
413
|
if http_response.nil?
|
|
414
414
|
raise error if !error.nil?
|
|
415
415
|
raise 'no response'
|
|
416
416
|
end
|
|
417
417
|
end
|
|
418
|
-
|
|
418
|
+
|
|
419
419
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
420
420
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
421
421
|
if Utils.match_content_type(content_type, 'application/json')
|
data/lib/moov/images.rb
CHANGED
|
@@ -67,7 +67,7 @@ module Moov
|
|
|
67
67
|
|
|
68
68
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
69
69
|
timeout ||= @sdk_configuration.timeout
|
|
70
|
-
|
|
70
|
+
|
|
71
71
|
|
|
72
72
|
connection = @sdk_configuration.client
|
|
73
73
|
|
|
@@ -82,7 +82,7 @@ module Moov
|
|
|
82
82
|
error = T.let(nil, T.nilable(StandardError))
|
|
83
83
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
begin
|
|
87
87
|
http_response = T.must(connection).get(url) do |req|
|
|
88
88
|
req.headers.merge!(headers)
|
|
@@ -119,13 +119,13 @@ module Moov
|
|
|
119
119
|
response: http_response
|
|
120
120
|
)
|
|
121
121
|
end
|
|
122
|
-
|
|
122
|
+
|
|
123
123
|
if http_response.nil?
|
|
124
124
|
raise error if !error.nil?
|
|
125
125
|
raise 'no response'
|
|
126
126
|
end
|
|
127
127
|
end
|
|
128
|
-
|
|
128
|
+
|
|
129
129
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
130
130
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
131
131
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -200,7 +200,7 @@ module Moov
|
|
|
200
200
|
|
|
201
201
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
202
202
|
timeout ||= @sdk_configuration.timeout
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
|
|
205
205
|
connection = @sdk_configuration.client
|
|
206
206
|
|
|
@@ -215,7 +215,7 @@ module Moov
|
|
|
215
215
|
error = T.let(nil, T.nilable(StandardError))
|
|
216
216
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
217
217
|
|
|
218
|
-
|
|
218
|
+
|
|
219
219
|
begin
|
|
220
220
|
http_response = T.must(connection).post(url) do |req|
|
|
221
221
|
req.body = body
|
|
@@ -252,13 +252,13 @@ module Moov
|
|
|
252
252
|
response: http_response
|
|
253
253
|
)
|
|
254
254
|
end
|
|
255
|
-
|
|
255
|
+
|
|
256
256
|
if http_response.nil?
|
|
257
257
|
raise error if !error.nil?
|
|
258
258
|
raise 'no response'
|
|
259
259
|
end
|
|
260
260
|
end
|
|
261
|
-
|
|
261
|
+
|
|
262
262
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
263
263
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
264
264
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -351,7 +351,7 @@ module Moov
|
|
|
351
351
|
|
|
352
352
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
353
353
|
timeout ||= @sdk_configuration.timeout
|
|
354
|
-
|
|
354
|
+
|
|
355
355
|
|
|
356
356
|
connection = @sdk_configuration.client
|
|
357
357
|
|
|
@@ -366,7 +366,7 @@ module Moov
|
|
|
366
366
|
error = T.let(nil, T.nilable(StandardError))
|
|
367
367
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
368
368
|
|
|
369
|
-
|
|
369
|
+
|
|
370
370
|
begin
|
|
371
371
|
http_response = T.must(connection).get(url) do |req|
|
|
372
372
|
req.headers.merge!(headers)
|
|
@@ -402,13 +402,13 @@ module Moov
|
|
|
402
402
|
response: http_response
|
|
403
403
|
)
|
|
404
404
|
end
|
|
405
|
-
|
|
405
|
+
|
|
406
406
|
if http_response.nil?
|
|
407
407
|
raise error if !error.nil?
|
|
408
408
|
raise 'no response'
|
|
409
409
|
end
|
|
410
410
|
end
|
|
411
|
-
|
|
411
|
+
|
|
412
412
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
413
413
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
414
414
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -486,7 +486,7 @@ module Moov
|
|
|
486
486
|
|
|
487
487
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
488
488
|
timeout ||= @sdk_configuration.timeout
|
|
489
|
-
|
|
489
|
+
|
|
490
490
|
|
|
491
491
|
connection = @sdk_configuration.client
|
|
492
492
|
|
|
@@ -501,7 +501,7 @@ module Moov
|
|
|
501
501
|
error = T.let(nil, T.nilable(StandardError))
|
|
502
502
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
503
503
|
|
|
504
|
-
|
|
504
|
+
|
|
505
505
|
begin
|
|
506
506
|
http_response = T.must(connection).put(url) do |req|
|
|
507
507
|
req.body = body
|
|
@@ -538,13 +538,13 @@ module Moov
|
|
|
538
538
|
response: http_response
|
|
539
539
|
)
|
|
540
540
|
end
|
|
541
|
-
|
|
541
|
+
|
|
542
542
|
if http_response.nil?
|
|
543
543
|
raise error if !error.nil?
|
|
544
544
|
raise 'no response'
|
|
545
545
|
end
|
|
546
546
|
end
|
|
547
|
-
|
|
547
|
+
|
|
548
548
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
549
549
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
550
550
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -640,7 +640,7 @@ module Moov
|
|
|
640
640
|
|
|
641
641
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
642
642
|
timeout ||= @sdk_configuration.timeout
|
|
643
|
-
|
|
643
|
+
|
|
644
644
|
|
|
645
645
|
connection = @sdk_configuration.client
|
|
646
646
|
|
|
@@ -655,7 +655,7 @@ module Moov
|
|
|
655
655
|
error = T.let(nil, T.nilable(StandardError))
|
|
656
656
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
657
657
|
|
|
658
|
-
|
|
658
|
+
|
|
659
659
|
begin
|
|
660
660
|
http_response = T.must(connection).delete(url) do |req|
|
|
661
661
|
req.headers.merge!(headers)
|
|
@@ -691,13 +691,13 @@ module Moov
|
|
|
691
691
|
response: http_response
|
|
692
692
|
)
|
|
693
693
|
end
|
|
694
|
-
|
|
694
|
+
|
|
695
695
|
if http_response.nil?
|
|
696
696
|
raise error if !error.nil?
|
|
697
697
|
raise 'no response'
|
|
698
698
|
end
|
|
699
699
|
end
|
|
700
|
-
|
|
700
|
+
|
|
701
701
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
702
702
|
if Utils.match_status_code(http_response.status, ['204'])
|
|
703
703
|
http_response = @sdk_configuration.hooks.after_success(
|
|
@@ -778,7 +778,7 @@ module Moov
|
|
|
778
778
|
|
|
779
779
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
780
780
|
timeout ||= @sdk_configuration.timeout
|
|
781
|
-
|
|
781
|
+
|
|
782
782
|
|
|
783
783
|
connection = @sdk_configuration.client
|
|
784
784
|
|
|
@@ -793,7 +793,7 @@ module Moov
|
|
|
793
793
|
error = T.let(nil, T.nilable(StandardError))
|
|
794
794
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
795
795
|
|
|
796
|
-
|
|
796
|
+
|
|
797
797
|
begin
|
|
798
798
|
http_response = T.must(connection).put(url) do |req|
|
|
799
799
|
req.body = body
|
|
@@ -830,13 +830,13 @@ module Moov
|
|
|
830
830
|
response: http_response
|
|
831
831
|
)
|
|
832
832
|
end
|
|
833
|
-
|
|
833
|
+
|
|
834
834
|
if http_response.nil?
|
|
835
835
|
raise error if !error.nil?
|
|
836
836
|
raise 'no response'
|
|
837
837
|
end
|
|
838
838
|
end
|
|
839
|
-
|
|
839
|
+
|
|
840
840
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
841
841
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
842
842
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -929,7 +929,7 @@ module Moov
|
|
|
929
929
|
|
|
930
930
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
931
931
|
timeout ||= @sdk_configuration.timeout
|
|
932
|
-
|
|
932
|
+
|
|
933
933
|
|
|
934
934
|
connection = @sdk_configuration.client
|
|
935
935
|
|
|
@@ -944,7 +944,7 @@ module Moov
|
|
|
944
944
|
error = T.let(nil, T.nilable(StandardError))
|
|
945
945
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
946
946
|
|
|
947
|
-
|
|
947
|
+
|
|
948
948
|
begin
|
|
949
949
|
http_response = T.must(connection).get(url) do |req|
|
|
950
950
|
req.headers.merge!(headers)
|
|
@@ -980,13 +980,13 @@ module Moov
|
|
|
980
980
|
response: http_response
|
|
981
981
|
)
|
|
982
982
|
end
|
|
983
|
-
|
|
983
|
+
|
|
984
984
|
if http_response.nil?
|
|
985
985
|
raise error if !error.nil?
|
|
986
986
|
raise 'no response'
|
|
987
987
|
end
|
|
988
988
|
end
|
|
989
|
-
|
|
989
|
+
|
|
990
990
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
991
991
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
992
992
|
if Utils.match_content_type(content_type, 'image/webp')
|
data/lib/moov/industries.rb
CHANGED
|
@@ -59,7 +59,7 @@ module Moov
|
|
|
59
59
|
|
|
60
60
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
61
61
|
timeout ||= @sdk_configuration.timeout
|
|
62
|
-
|
|
62
|
+
|
|
63
63
|
|
|
64
64
|
connection = @sdk_configuration.client
|
|
65
65
|
|
|
@@ -74,7 +74,7 @@ module Moov
|
|
|
74
74
|
error = T.let(nil, T.nilable(StandardError))
|
|
75
75
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
|
|
78
78
|
begin
|
|
79
79
|
http_response = T.must(connection).get(url) do |req|
|
|
80
80
|
req.headers.merge!(headers)
|
|
@@ -110,13 +110,13 @@ module Moov
|
|
|
110
110
|
response: http_response
|
|
111
111
|
)
|
|
112
112
|
end
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
if http_response.nil?
|
|
115
115
|
raise error if !error.nil?
|
|
116
116
|
raise 'no response'
|
|
117
117
|
end
|
|
118
118
|
end
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
121
121
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
122
122
|
if Utils.match_content_type(content_type, 'application/json')
|