moov_ruby 26.4.0.pre.dev.9 → 26.4.0.pre.dev.11
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/crystalline/types.rb +11 -3
- data/lib/moov/account_terminal_applications.rb +23 -9
- data/lib/moov/accounts.rb +58 -23
- data/lib/moov/adjustments.rb +13 -5
- data/lib/moov/apple_pay.rb +28 -11
- data/lib/moov/authentication.rb +13 -5
- data/lib/moov/avatars.rb +8 -3
- data/lib/moov/bank_accounts.rb +48 -19
- data/lib/moov/branding.rb +18 -7
- data/lib/moov/capabilities.rb +23 -9
- data/lib/moov/card_issuing.rb +28 -11
- data/lib/moov/cards.rb +28 -11
- data/lib/moov/client.rb +4 -2
- data/lib/moov/disputes.rb +58 -23
- data/lib/moov/end_to_end_encryption.rb +13 -5
- data/lib/moov/enriched_address.rb +8 -3
- data/lib/moov/enriched_profile.rb +8 -3
- data/lib/moov/fee_plans.rb +53 -21
- data/lib/moov/files.rb +18 -7
- data/lib/moov/images.rb +39 -19
- data/lib/moov/industries.rb +8 -3
- data/lib/moov/institutions.rb +13 -5
- data/lib/moov/invoices.rb +170 -13
- data/lib/moov/issuing_transactions.rb +28 -11
- data/lib/moov/models/components/createinvoicelineitem.rb +2 -1
- data/lib/moov/models/components/createpaymentlinklineitem.rb +2 -1
- data/lib/moov/models/components/createresolutionlink.rb +32 -0
- data/lib/moov/models/components/createresolutionlink.rbi +13 -0
- data/lib/moov/models/components/feecategory.rb +1 -0
- data/lib/moov/models/components/{rtpfailurecode.rb → instantbankfailurecode.rb} +3 -2
- data/lib/moov/models/components/instantbankfailurecode.rbi +11 -0
- data/lib/moov/models/components/instantbanknetwork.rb +19 -0
- data/lib/moov/models/components/{rtpfailurecode.rbi → instantbanknetwork.rbi} +2 -2
- data/lib/moov/models/components/{rtptransactiondetails.rb → instantbanktransactiondetails.rb} +16 -8
- data/lib/moov/models/components/{rtptransactiondetails.rbi → instantbanktransactiondetails.rbi} +6 -2
- data/lib/moov/models/components/{rtptransactionstatus.rb → instantbanktransactionstatus.rb} +2 -2
- data/lib/moov/models/components/instantbanktransactionstatus.rbi +11 -0
- data/lib/moov/models/components/invoice.rb +14 -2
- data/lib/moov/models/components/invoice.rbi +6 -0
- data/lib/moov/models/components/invoicelineitem.rb +2 -1
- data/lib/moov/models/components/resolutionlink.rb +64 -0
- data/lib/moov/models/components/resolutionlink.rbi +29 -0
- data/lib/moov/models/components/resolutionlinkrecipient.rb +36 -0
- data/lib/moov/models/components/resolutionlinkrecipient.rbi +15 -0
- data/lib/moov/models/components/transferdestination.rb +6 -6
- data/lib/moov/models/components/transferdestination.rbi +2 -2
- data/lib/moov/models/components/updateinvoice.rb +4 -1
- data/lib/moov/models/components.rb +7 -3
- data/lib/moov/models/errors/createresolutionlinkerror.rb +40 -0
- data/lib/moov/models/errors/createresolutionlinkerror.rbi +17 -0
- data/lib/moov/models/errors.rb +1 -0
- data/lib/moov/models/operations/createresolutionlink_request.rb +49 -0
- data/lib/moov/models/operations/createresolutionlink_request.rbi +17 -0
- data/lib/moov/models/operations/createresolutionlink_response.rb +48 -0
- data/lib/moov/models/operations/createresolutionlink_response.rbi +21 -0
- data/lib/moov/models/operations/deleteinvoice_request.rb +49 -0
- data/lib/moov/models/operations/deleteinvoice_request.rbi +17 -0
- data/lib/moov/models/operations/deleteinvoice_response.rb +44 -0
- data/lib/moov/models/operations/deleteinvoice_response.rbi +19 -0
- data/lib/moov/models/operations/disableresolutionlink_request.rb +49 -0
- data/lib/moov/models/operations/disableresolutionlink_request.rbi +17 -0
- data/lib/moov/models/operations/disableresolutionlink_response.rb +44 -0
- data/lib/moov/models/operations/disableresolutionlink_response.rbi +19 -0
- data/lib/moov/models/operations/getresolutionlink_request.rb +49 -0
- data/lib/moov/models/operations/getresolutionlink_request.rbi +17 -0
- data/lib/moov/models/operations/getresolutionlink_response.rb +48 -0
- data/lib/moov/models/operations/getresolutionlink_response.rbi +21 -0
- data/lib/moov/models/operations/listresolutionlinks_request.rb +45 -0
- data/lib/moov/models/operations/listresolutionlinks_request.rbi +15 -0
- data/lib/moov/models/operations/listresolutionlinks_response.rb +48 -0
- data/lib/moov/models/operations/listresolutionlinks_response.rbi +21 -0
- data/lib/moov/models/operations.rb +10 -0
- data/lib/moov/onboarding.rb +23 -9
- data/lib/moov/payment_links.rb +33 -13
- data/lib/moov/payment_methods.rb +13 -5
- data/lib/moov/ping.rb +8 -3
- data/lib/moov/products.rb +28 -11
- data/lib/moov/receipts.rb +13 -5
- data/lib/moov/representatives.rb +28 -11
- data/lib/moov/resolution_links.rb +592 -0
- data/lib/moov/scheduling.rb +33 -13
- data/lib/moov/sdk_hooks/moov_version.rb +6 -7
- data/lib/moov/sdk_hooks/registration.rb +1 -1
- data/lib/moov/sdkconfiguration.rb +3 -3
- data/lib/moov/statements.rb +13 -5
- data/lib/moov/support.rb +28 -11
- data/lib/moov/sweeps.rb +33 -13
- data/lib/moov/terminal_applications.rb +28 -11
- data/lib/moov/transfers.rb +58 -23
- data/lib/moov/underwriting.rb +18 -7
- data/lib/moov/wallet_transactions.rb +13 -5
- data/lib/moov/wallets.rb +23 -9
- data/lib/moov/webhooks.rb +43 -17
- data/lib/moov_ruby.rb +1 -0
- metadata +53 -8
- data/lib/moov/models/components/rtptransactionstatus.rbi +0 -11
data/lib/moov/scheduling.rb
CHANGED
|
@@ -39,8 +39,10 @@ module Moov
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
sig { params(upsert_schedule: Models::Components::UpsertSchedule, account_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CreateScheduleResponse) }
|
|
45
|
+
def create(upsert_schedule:, account_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
44
46
|
# create - Describes the schedule to create or modify.
|
|
45
47
|
#
|
|
46
48
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -101,6 +103,9 @@ module Moov
|
|
|
101
103
|
req.headers.merge!(headers)
|
|
102
104
|
req.options.timeout = timeout unless timeout.nil?
|
|
103
105
|
Utils.configure_request_security(req, security)
|
|
106
|
+
http_headers&.each do |key, value|
|
|
107
|
+
req.headers[key.to_s] = value
|
|
108
|
+
end
|
|
104
109
|
|
|
105
110
|
@sdk_configuration.hooks.before_request(
|
|
106
111
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -203,8 +208,8 @@ module Moov
|
|
|
203
208
|
end
|
|
204
209
|
|
|
205
210
|
|
|
206
|
-
sig { params(request: Models::Operations::ListSchedulesRequest, timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListSchedulesResponse) }
|
|
207
|
-
def list(request:, timeout_ms: nil)
|
|
211
|
+
sig { params(request: Models::Operations::ListSchedulesRequest, timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListSchedulesResponse) }
|
|
212
|
+
def list(request:, timeout_ms: nil, http_headers: nil)
|
|
208
213
|
# list - Describes a list of schedules associated with an account. Append the `hydrate=accounts` query parameter to include partial account details in the response.
|
|
209
214
|
#
|
|
210
215
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -250,6 +255,9 @@ module Moov
|
|
|
250
255
|
req.options.timeout = timeout unless timeout.nil?
|
|
251
256
|
req.params = query_params
|
|
252
257
|
Utils.configure_request_security(req, security)
|
|
258
|
+
http_headers&.each do |key, value|
|
|
259
|
+
req.headers[key.to_s] = value
|
|
260
|
+
end
|
|
253
261
|
|
|
254
262
|
@sdk_configuration.hooks.before_request(
|
|
255
263
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -322,8 +330,8 @@ module Moov
|
|
|
322
330
|
end
|
|
323
331
|
|
|
324
332
|
|
|
325
|
-
sig { params(upsert_schedule: Models::Components::UpsertSchedule, account_id: ::String, schedule_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::UpdateScheduleResponse) }
|
|
326
|
-
def update(upsert_schedule:, account_id:, schedule_id:, x_moov_version: nil, timeout_ms: nil)
|
|
333
|
+
sig { params(upsert_schedule: Models::Components::UpsertSchedule, account_id: ::String, schedule_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::UpdateScheduleResponse) }
|
|
334
|
+
def update(upsert_schedule:, account_id:, schedule_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
327
335
|
# update - Describes the schedule to modify.
|
|
328
336
|
#
|
|
329
337
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -385,6 +393,9 @@ module Moov
|
|
|
385
393
|
req.headers.merge!(headers)
|
|
386
394
|
req.options.timeout = timeout unless timeout.nil?
|
|
387
395
|
Utils.configure_request_security(req, security)
|
|
396
|
+
http_headers&.each do |key, value|
|
|
397
|
+
req.headers[key.to_s] = value
|
|
398
|
+
end
|
|
388
399
|
|
|
389
400
|
@sdk_configuration.hooks.before_request(
|
|
390
401
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -487,8 +498,8 @@ module Moov
|
|
|
487
498
|
end
|
|
488
499
|
|
|
489
500
|
|
|
490
|
-
sig { params(account_id: ::String, schedule_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetSchedulesResponse) }
|
|
491
|
-
def get(account_id:, schedule_id:, x_moov_version: nil, timeout_ms: nil)
|
|
501
|
+
sig { params(account_id: ::String, schedule_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetSchedulesResponse) }
|
|
502
|
+
def get(account_id:, schedule_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
492
503
|
# get - Describes a schedule associated with an account. Requires at least 1 occurrence or recurTransfer to be specified.
|
|
493
504
|
#
|
|
494
505
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -537,6 +548,9 @@ module Moov
|
|
|
537
548
|
req.headers.merge!(headers)
|
|
538
549
|
req.options.timeout = timeout unless timeout.nil?
|
|
539
550
|
Utils.configure_request_security(req, security)
|
|
551
|
+
http_headers&.each do |key, value|
|
|
552
|
+
req.headers[key.to_s] = value
|
|
553
|
+
end
|
|
540
554
|
|
|
541
555
|
@sdk_configuration.hooks.before_request(
|
|
542
556
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -609,8 +623,8 @@ module Moov
|
|
|
609
623
|
end
|
|
610
624
|
|
|
611
625
|
|
|
612
|
-
sig { params(account_id: ::String, schedule_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::CancelScheduleResponse) }
|
|
613
|
-
def cancel(account_id:, schedule_id:, x_moov_version: nil, timeout_ms: nil)
|
|
626
|
+
sig { params(account_id: ::String, schedule_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CancelScheduleResponse) }
|
|
627
|
+
def cancel(account_id:, schedule_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
614
628
|
# cancel - Describes the schedule to cancel.
|
|
615
629
|
#
|
|
616
630
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -659,6 +673,9 @@ module Moov
|
|
|
659
673
|
req.headers.merge!(headers)
|
|
660
674
|
req.options.timeout = timeout unless timeout.nil?
|
|
661
675
|
Utils.configure_request_security(req, security)
|
|
676
|
+
http_headers&.each do |key, value|
|
|
677
|
+
req.headers[key.to_s] = value
|
|
678
|
+
end
|
|
662
679
|
|
|
663
680
|
@sdk_configuration.hooks.before_request(
|
|
664
681
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -737,8 +754,8 @@ module Moov
|
|
|
737
754
|
end
|
|
738
755
|
|
|
739
756
|
|
|
740
|
-
sig { params(account_id: ::String, schedule_id: ::String, occurrence_filter: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetScheduledOccurrenceResponse) }
|
|
741
|
-
def get_occurrance(account_id:, schedule_id:, occurrence_filter:, x_moov_version: nil, timeout_ms: nil)
|
|
757
|
+
sig { params(account_id: ::String, schedule_id: ::String, occurrence_filter: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetScheduledOccurrenceResponse) }
|
|
758
|
+
def get_occurrance(account_id:, schedule_id:, occurrence_filter:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
742
759
|
# get_occurrance - Gets a specific occurrence.
|
|
743
760
|
#
|
|
744
761
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -788,6 +805,9 @@ module Moov
|
|
|
788
805
|
req.headers.merge!(headers)
|
|
789
806
|
req.options.timeout = timeout unless timeout.nil?
|
|
790
807
|
Utils.configure_request_security(req, security)
|
|
808
|
+
http_headers&.each do |key, value|
|
|
809
|
+
req.headers[key.to_s] = value
|
|
810
|
+
end
|
|
791
811
|
|
|
792
812
|
@sdk_configuration.hooks.before_request(
|
|
793
813
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -858,5 +878,5 @@ module Moov
|
|
|
858
878
|
|
|
859
879
|
end
|
|
860
880
|
end
|
|
861
|
-
|
|
881
|
+
end
|
|
862
882
|
end
|
|
@@ -11,14 +11,13 @@ module Moov
|
|
|
11
11
|
|
|
12
12
|
sig do
|
|
13
13
|
override.params(
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
hook_ctx: BeforeRequestHookContext,
|
|
15
|
+
request: Faraday::Request
|
|
16
|
+
).returns(Faraday::Request)
|
|
16
17
|
end
|
|
17
|
-
def
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
header[:x_moov_version] = config.openapi_doc_version
|
|
21
|
-
config
|
|
18
|
+
def before_request(hook_ctx:, request:)
|
|
19
|
+
request.headers['X-Moov-Version'] = hook_ctx.config.openapi_doc_version
|
|
20
|
+
request
|
|
22
21
|
end
|
|
23
22
|
|
|
24
23
|
end
|
|
@@ -95,9 +95,9 @@ module Moov
|
|
|
95
95
|
@globals = globals.nil? ? {} : globals
|
|
96
96
|
@language = 'ruby'
|
|
97
97
|
@openapi_doc_version = 'v2026.04.00'
|
|
98
|
-
@sdk_version = '26.4.0-dev.
|
|
99
|
-
@gen_version = '2.
|
|
100
|
-
@user_agent = 'speakeasy-sdk/ruby 26.4.0-dev.
|
|
98
|
+
@sdk_version = '26.4.0-dev.11'
|
|
99
|
+
@gen_version = '2.859.2'
|
|
100
|
+
@user_agent = 'speakeasy-sdk/ruby 26.4.0-dev.11 2.859.2 v2026.04.00 moov_ruby'
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
data/lib/moov/statements.rb
CHANGED
|
@@ -39,8 +39,10 @@ module Moov
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
sig { params(request: Models::Operations::ListStatementsRequest, timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListStatementsResponse) }
|
|
45
|
+
def list(request:, timeout_ms: nil, http_headers: nil)
|
|
44
46
|
# list - Retrieve all statements associated with an account.
|
|
45
47
|
#
|
|
46
48
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -86,6 +88,9 @@ module Moov
|
|
|
86
88
|
req.options.timeout = timeout unless timeout.nil?
|
|
87
89
|
req.params = query_params
|
|
88
90
|
Utils.configure_request_security(req, security)
|
|
91
|
+
http_headers&.each do |key, value|
|
|
92
|
+
req.headers[key.to_s] = value
|
|
93
|
+
end
|
|
89
94
|
|
|
90
95
|
@sdk_configuration.hooks.before_request(
|
|
91
96
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -173,8 +178,8 @@ module Moov
|
|
|
173
178
|
end
|
|
174
179
|
|
|
175
180
|
|
|
176
|
-
sig { params(account_id: ::String, statement_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), accept_header_override: T.nilable(String)).returns(Models::Operations::GetStatementResponse) }
|
|
177
|
-
def get(account_id:, statement_id:, x_moov_version: nil, timeout_ms: nil, accept_header_override: nil)
|
|
181
|
+
sig { params(account_id: ::String, statement_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), accept_header_override: T.nilable(String), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetStatementResponse) }
|
|
182
|
+
def get(account_id:, statement_id:, x_moov_version: nil, timeout_ms: nil, accept_header_override: nil, http_headers: nil)
|
|
178
183
|
# get - Retrieve a statement by its ID.
|
|
179
184
|
#
|
|
180
185
|
# Use the `Accept` header to specify the format of the response. Supported formats are `application/json` and `application/pdf`.
|
|
@@ -225,6 +230,9 @@ module Moov
|
|
|
225
230
|
req.headers.merge!(headers)
|
|
226
231
|
req.options.timeout = timeout unless timeout.nil?
|
|
227
232
|
Utils.configure_request_security(req, security)
|
|
233
|
+
http_headers&.each do |key, value|
|
|
234
|
+
req.headers[key.to_s] = value
|
|
235
|
+
end
|
|
228
236
|
|
|
229
237
|
@sdk_configuration.hooks.before_request(
|
|
230
238
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -311,5 +319,5 @@ module Moov
|
|
|
311
319
|
|
|
312
320
|
end
|
|
313
321
|
end
|
|
314
|
-
|
|
322
|
+
end
|
|
315
323
|
end
|
data/lib/moov/support.rb
CHANGED
|
@@ -39,8 +39,10 @@ module Moov
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
sig { params(create_ticket: Models::Components::CreateTicket, account_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CreateTicketResponse) }
|
|
45
|
+
def create_ticket(create_ticket:, account_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
44
46
|
# create_ticket - Create a support ticket for a Moov account.
|
|
45
47
|
#
|
|
46
48
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -104,6 +106,9 @@ module Moov
|
|
|
104
106
|
req.headers.merge!(headers)
|
|
105
107
|
req.options.timeout = timeout unless timeout.nil?
|
|
106
108
|
Utils.configure_request_security(req, security)
|
|
109
|
+
http_headers&.each do |key, value|
|
|
110
|
+
req.headers[key.to_s] = value
|
|
111
|
+
end
|
|
107
112
|
|
|
108
113
|
@sdk_configuration.hooks.before_request(
|
|
109
114
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -206,8 +211,8 @@ module Moov
|
|
|
206
211
|
end
|
|
207
212
|
|
|
208
213
|
|
|
209
|
-
sig { params(request: Models::Operations::ListTicketsRequest, timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListTicketsResponse) }
|
|
210
|
-
def list_tickets(request:, timeout_ms: nil)
|
|
214
|
+
sig { params(request: Models::Operations::ListTicketsRequest, timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListTicketsResponse) }
|
|
215
|
+
def list_tickets(request:, timeout_ms: nil, http_headers: nil)
|
|
211
216
|
# list_tickets - List all the support tickets created under a Moov account.
|
|
212
217
|
#
|
|
213
218
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -256,6 +261,9 @@ module Moov
|
|
|
256
261
|
req.options.timeout = timeout unless timeout.nil?
|
|
257
262
|
req.params = query_params
|
|
258
263
|
Utils.configure_request_security(req, security)
|
|
264
|
+
http_headers&.each do |key, value|
|
|
265
|
+
req.headers[key.to_s] = value
|
|
266
|
+
end
|
|
259
267
|
|
|
260
268
|
@sdk_configuration.hooks.before_request(
|
|
261
269
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -328,8 +336,8 @@ module Moov
|
|
|
328
336
|
end
|
|
329
337
|
|
|
330
338
|
|
|
331
|
-
sig { params(account_id: ::String, ticket_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetTicketResponse) }
|
|
332
|
-
def get_ticket(account_id:, ticket_id:, x_moov_version: nil, timeout_ms: nil)
|
|
339
|
+
sig { params(account_id: ::String, ticket_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetTicketResponse) }
|
|
340
|
+
def get_ticket(account_id:, ticket_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
333
341
|
# get_ticket - Retrieve a support ticket by ID.
|
|
334
342
|
#
|
|
335
343
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -381,6 +389,9 @@ module Moov
|
|
|
381
389
|
req.headers.merge!(headers)
|
|
382
390
|
req.options.timeout = timeout unless timeout.nil?
|
|
383
391
|
Utils.configure_request_security(req, security)
|
|
392
|
+
http_headers&.each do |key, value|
|
|
393
|
+
req.headers[key.to_s] = value
|
|
394
|
+
end
|
|
384
395
|
|
|
385
396
|
@sdk_configuration.hooks.before_request(
|
|
386
397
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -453,8 +464,8 @@ module Moov
|
|
|
453
464
|
end
|
|
454
465
|
|
|
455
466
|
|
|
456
|
-
sig { params(update_ticket: Models::Components::UpdateTicket, account_id: ::String, ticket_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::UpdateTicketResponse) }
|
|
457
|
-
def update_ticket(update_ticket:, account_id:, ticket_id:, x_moov_version: nil, timeout_ms: nil)
|
|
467
|
+
sig { params(update_ticket: Models::Components::UpdateTicket, account_id: ::String, ticket_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::UpdateTicketResponse) }
|
|
468
|
+
def update_ticket(update_ticket:, account_id:, ticket_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
458
469
|
# update_ticket - Updates a support ticket.
|
|
459
470
|
#
|
|
460
471
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -519,6 +530,9 @@ module Moov
|
|
|
519
530
|
req.headers.merge!(headers)
|
|
520
531
|
req.options.timeout = timeout unless timeout.nil?
|
|
521
532
|
Utils.configure_request_security(req, security)
|
|
533
|
+
http_headers&.each do |key, value|
|
|
534
|
+
req.headers[key.to_s] = value
|
|
535
|
+
end
|
|
522
536
|
|
|
523
537
|
@sdk_configuration.hooks.before_request(
|
|
524
538
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -621,8 +635,8 @@ module Moov
|
|
|
621
635
|
end
|
|
622
636
|
|
|
623
637
|
|
|
624
|
-
sig { params(account_id: ::String, ticket_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListTicketMessagesResponse) }
|
|
625
|
-
def list_ticket_messages(account_id:, ticket_id:, x_moov_version: nil, timeout_ms: nil)
|
|
638
|
+
sig { params(account_id: ::String, ticket_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListTicketMessagesResponse) }
|
|
639
|
+
def list_ticket_messages(account_id:, ticket_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
626
640
|
# list_ticket_messages - List all the messages for a support ticket.
|
|
627
641
|
#
|
|
628
642
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -674,6 +688,9 @@ module Moov
|
|
|
674
688
|
req.headers.merge!(headers)
|
|
675
689
|
req.options.timeout = timeout unless timeout.nil?
|
|
676
690
|
Utils.configure_request_security(req, security)
|
|
691
|
+
http_headers&.each do |key, value|
|
|
692
|
+
req.headers[key.to_s] = value
|
|
693
|
+
end
|
|
677
694
|
|
|
678
695
|
@sdk_configuration.hooks.before_request(
|
|
679
696
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -744,5 +761,5 @@ module Moov
|
|
|
744
761
|
|
|
745
762
|
end
|
|
746
763
|
end
|
|
747
|
-
|
|
764
|
+
end
|
|
748
765
|
end
|
data/lib/moov/sweeps.rb
CHANGED
|
@@ -39,8 +39,10 @@ module Moov
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
sig { params(create_sweep_config: Models::Components::CreateSweepConfig, account_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CreateSweepConfigResponse) }
|
|
45
|
+
def create_config(create_sweep_config:, account_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
44
46
|
# create_config - Create a sweep config for a wallet.
|
|
45
47
|
#
|
|
46
48
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -101,6 +103,9 @@ module Moov
|
|
|
101
103
|
req.headers.merge!(headers)
|
|
102
104
|
req.options.timeout = timeout unless timeout.nil?
|
|
103
105
|
Utils.configure_request_security(req, security)
|
|
106
|
+
http_headers&.each do |key, value|
|
|
107
|
+
req.headers[key.to_s] = value
|
|
108
|
+
end
|
|
104
109
|
|
|
105
110
|
@sdk_configuration.hooks.before_request(
|
|
106
111
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -203,8 +208,8 @@ module Moov
|
|
|
203
208
|
end
|
|
204
209
|
|
|
205
210
|
|
|
206
|
-
sig { params(account_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListSweepConfigsResponse) }
|
|
207
|
-
def list_configs(account_id:, x_moov_version: nil, timeout_ms: nil)
|
|
211
|
+
sig { params(account_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListSweepConfigsResponse) }
|
|
212
|
+
def list_configs(account_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
208
213
|
# list_configs - List sweep configs associated with an account.
|
|
209
214
|
#
|
|
210
215
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -252,6 +257,9 @@ module Moov
|
|
|
252
257
|
req.headers.merge!(headers)
|
|
253
258
|
req.options.timeout = timeout unless timeout.nil?
|
|
254
259
|
Utils.configure_request_security(req, security)
|
|
260
|
+
http_headers&.each do |key, value|
|
|
261
|
+
req.headers[key.to_s] = value
|
|
262
|
+
end
|
|
255
263
|
|
|
256
264
|
@sdk_configuration.hooks.before_request(
|
|
257
265
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -324,8 +332,8 @@ module Moov
|
|
|
324
332
|
end
|
|
325
333
|
|
|
326
334
|
|
|
327
|
-
sig { params(account_id: ::String, sweep_config_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetSweepConfigResponse) }
|
|
328
|
-
def get_config(account_id:, sweep_config_id:, x_moov_version: nil, timeout_ms: nil)
|
|
335
|
+
sig { params(account_id: ::String, sweep_config_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetSweepConfigResponse) }
|
|
336
|
+
def get_config(account_id:, sweep_config_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
329
337
|
# get_config - Get a sweep config associated with a wallet.
|
|
330
338
|
#
|
|
331
339
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -374,6 +382,9 @@ module Moov
|
|
|
374
382
|
req.headers.merge!(headers)
|
|
375
383
|
req.options.timeout = timeout unless timeout.nil?
|
|
376
384
|
Utils.configure_request_security(req, security)
|
|
385
|
+
http_headers&.each do |key, value|
|
|
386
|
+
req.headers[key.to_s] = value
|
|
387
|
+
end
|
|
377
388
|
|
|
378
389
|
@sdk_configuration.hooks.before_request(
|
|
379
390
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -446,8 +457,8 @@ module Moov
|
|
|
446
457
|
end
|
|
447
458
|
|
|
448
459
|
|
|
449
|
-
sig { params(patch_sweep_config: Models::Components::PatchSweepConfig, account_id: ::String, sweep_config_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::UpdateSweepConfigResponse) }
|
|
450
|
-
def update_config(patch_sweep_config:, account_id:, sweep_config_id:, x_moov_version: nil, timeout_ms: nil)
|
|
460
|
+
sig { params(patch_sweep_config: Models::Components::PatchSweepConfig, account_id: ::String, sweep_config_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::UpdateSweepConfigResponse) }
|
|
461
|
+
def update_config(patch_sweep_config:, account_id:, sweep_config_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
451
462
|
# update_config - Update settings on a sweep config.
|
|
452
463
|
#
|
|
453
464
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -509,6 +520,9 @@ module Moov
|
|
|
509
520
|
req.headers.merge!(headers)
|
|
510
521
|
req.options.timeout = timeout unless timeout.nil?
|
|
511
522
|
Utils.configure_request_security(req, security)
|
|
523
|
+
http_headers&.each do |key, value|
|
|
524
|
+
req.headers[key.to_s] = value
|
|
525
|
+
end
|
|
512
526
|
|
|
513
527
|
@sdk_configuration.hooks.before_request(
|
|
514
528
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -611,8 +625,8 @@ module Moov
|
|
|
611
625
|
end
|
|
612
626
|
|
|
613
627
|
|
|
614
|
-
sig { params(request: Models::Operations::ListSweepsRequest, timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListSweepsResponse) }
|
|
615
|
-
def list(request:, timeout_ms: nil)
|
|
628
|
+
sig { params(request: Models::Operations::ListSweepsRequest, timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListSweepsResponse) }
|
|
629
|
+
def list(request:, timeout_ms: nil, http_headers: nil)
|
|
616
630
|
# list - List sweeps associated with a wallet.
|
|
617
631
|
#
|
|
618
632
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -658,6 +672,9 @@ module Moov
|
|
|
658
672
|
req.options.timeout = timeout unless timeout.nil?
|
|
659
673
|
req.params = query_params
|
|
660
674
|
Utils.configure_request_security(req, security)
|
|
675
|
+
http_headers&.each do |key, value|
|
|
676
|
+
req.headers[key.to_s] = value
|
|
677
|
+
end
|
|
661
678
|
|
|
662
679
|
@sdk_configuration.hooks.before_request(
|
|
663
680
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -730,8 +747,8 @@ module Moov
|
|
|
730
747
|
end
|
|
731
748
|
|
|
732
749
|
|
|
733
|
-
sig { params(account_id: ::String, wallet_id: ::String, sweep_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetSweepResponse) }
|
|
734
|
-
def get(account_id:, wallet_id:, sweep_id:, x_moov_version: nil, timeout_ms: nil)
|
|
750
|
+
sig { params(account_id: ::String, wallet_id: ::String, sweep_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetSweepResponse) }
|
|
751
|
+
def get(account_id:, wallet_id:, sweep_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
735
752
|
# get - Get details on a specific sweep.
|
|
736
753
|
#
|
|
737
754
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -781,6 +798,9 @@ module Moov
|
|
|
781
798
|
req.headers.merge!(headers)
|
|
782
799
|
req.options.timeout = timeout unless timeout.nil?
|
|
783
800
|
Utils.configure_request_security(req, security)
|
|
801
|
+
http_headers&.each do |key, value|
|
|
802
|
+
req.headers[key.to_s] = value
|
|
803
|
+
end
|
|
784
804
|
|
|
785
805
|
@sdk_configuration.hooks.before_request(
|
|
786
806
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -851,5 +871,5 @@ module Moov
|
|
|
851
871
|
|
|
852
872
|
end
|
|
853
873
|
end
|
|
854
|
-
|
|
874
|
+
end
|
|
855
875
|
end
|
|
@@ -39,8 +39,10 @@ module Moov
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
sig { params(create_terminal_application: Models::Components::CreateTerminalApplication, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CreateTerminalApplicationResponse) }
|
|
45
|
+
def create(create_terminal_application:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
44
46
|
# create - Create a new terminal application.
|
|
45
47
|
#
|
|
46
48
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -94,6 +96,9 @@ module Moov
|
|
|
94
96
|
req.headers.merge!(headers)
|
|
95
97
|
req.options.timeout = timeout unless timeout.nil?
|
|
96
98
|
Utils.configure_request_security(req, security)
|
|
99
|
+
http_headers&.each do |key, value|
|
|
100
|
+
req.headers[key.to_s] = value
|
|
101
|
+
end
|
|
97
102
|
|
|
98
103
|
@sdk_configuration.hooks.before_request(
|
|
99
104
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -196,8 +201,8 @@ module Moov
|
|
|
196
201
|
end
|
|
197
202
|
|
|
198
203
|
|
|
199
|
-
sig { params(x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::ListTerminalApplicationsResponse) }
|
|
200
|
-
def list(x_moov_version: nil, timeout_ms: nil)
|
|
204
|
+
sig { params(x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::ListTerminalApplicationsResponse) }
|
|
205
|
+
def list(x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
201
206
|
# list - List all the terminal applications for a Moov Account.
|
|
202
207
|
#
|
|
203
208
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -238,6 +243,9 @@ module Moov
|
|
|
238
243
|
req.headers.merge!(headers)
|
|
239
244
|
req.options.timeout = timeout unless timeout.nil?
|
|
240
245
|
Utils.configure_request_security(req, security)
|
|
246
|
+
http_headers&.each do |key, value|
|
|
247
|
+
req.headers[key.to_s] = value
|
|
248
|
+
end
|
|
241
249
|
|
|
242
250
|
@sdk_configuration.hooks.before_request(
|
|
243
251
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -310,8 +318,8 @@ module Moov
|
|
|
310
318
|
end
|
|
311
319
|
|
|
312
320
|
|
|
313
|
-
sig { params(terminal_application_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::GetTerminalApplicationResponse) }
|
|
314
|
-
def get(terminal_application_id:, x_moov_version: nil, timeout_ms: nil)
|
|
321
|
+
sig { params(terminal_application_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::GetTerminalApplicationResponse) }
|
|
322
|
+
def get(terminal_application_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
315
323
|
# get - Fetch a specific terminal application.
|
|
316
324
|
#
|
|
317
325
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -359,6 +367,9 @@ module Moov
|
|
|
359
367
|
req.headers.merge!(headers)
|
|
360
368
|
req.options.timeout = timeout unless timeout.nil?
|
|
361
369
|
Utils.configure_request_security(req, security)
|
|
370
|
+
http_headers&.each do |key, value|
|
|
371
|
+
req.headers[key.to_s] = value
|
|
372
|
+
end
|
|
362
373
|
|
|
363
374
|
@sdk_configuration.hooks.before_request(
|
|
364
375
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -431,8 +442,8 @@ module Moov
|
|
|
431
442
|
end
|
|
432
443
|
|
|
433
444
|
|
|
434
|
-
sig { params(terminal_application_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::DeleteTerminalApplicationResponse) }
|
|
435
|
-
def delete(terminal_application_id:, x_moov_version: nil, timeout_ms: nil)
|
|
445
|
+
sig { params(terminal_application_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::DeleteTerminalApplicationResponse) }
|
|
446
|
+
def delete(terminal_application_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
436
447
|
# delete - Delete a specific terminal application.
|
|
437
448
|
#
|
|
438
449
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -480,6 +491,9 @@ module Moov
|
|
|
480
491
|
req.headers.merge!(headers)
|
|
481
492
|
req.options.timeout = timeout unless timeout.nil?
|
|
482
493
|
Utils.configure_request_security(req, security)
|
|
494
|
+
http_headers&.each do |key, value|
|
|
495
|
+
req.headers[key.to_s] = value
|
|
496
|
+
end
|
|
483
497
|
|
|
484
498
|
@sdk_configuration.hooks.before_request(
|
|
485
499
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -558,8 +572,8 @@ module Moov
|
|
|
558
572
|
end
|
|
559
573
|
|
|
560
574
|
|
|
561
|
-
sig { params(terminal_application_version: Models::Components::TerminalApplicationVersion, terminal_application_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer)).returns(Models::Operations::CreateTerminalApplicationVersionResponse) }
|
|
562
|
-
def create_version(terminal_application_version:, terminal_application_id:, x_moov_version: nil, timeout_ms: nil)
|
|
575
|
+
sig { params(terminal_application_version: Models::Components::TerminalApplicationVersion, terminal_application_id: ::String, x_moov_version: T.nilable(::String), timeout_ms: T.nilable(Integer), http_headers: T.nilable(T::Hash[T.any(String, Symbol), String])).returns(Models::Operations::CreateTerminalApplicationVersionResponse) }
|
|
576
|
+
def create_version(terminal_application_version:, terminal_application_id:, x_moov_version: nil, timeout_ms: nil, http_headers: nil)
|
|
563
577
|
# create_version - Register a new version of a terminal application. For Android applications, this is used to register a new version code of the application.
|
|
564
578
|
#
|
|
565
579
|
# To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
|
|
@@ -620,6 +634,9 @@ module Moov
|
|
|
620
634
|
req.headers.merge!(headers)
|
|
621
635
|
req.options.timeout = timeout unless timeout.nil?
|
|
622
636
|
Utils.configure_request_security(req, security)
|
|
637
|
+
http_headers&.each do |key, value|
|
|
638
|
+
req.headers[key.to_s] = value
|
|
639
|
+
end
|
|
623
640
|
|
|
624
641
|
@sdk_configuration.hooks.before_request(
|
|
625
642
|
hook_ctx: SDKHooks::BeforeRequestHookContext.new(
|
|
@@ -720,5 +737,5 @@ module Moov
|
|
|
720
737
|
|
|
721
738
|
end
|
|
722
739
|
end
|
|
723
|
-
|
|
740
|
+
end
|
|
724
741
|
end
|