payabli 2.2.18 → 2.2.20
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/.fern/metadata.json +2 -2
- data/README.md +1 -1
- data/lib/payabli/client.rb +1 -1
- data/lib/payabli/internal/types/union.rb +1 -1
- data/lib/payabli/money_out/client.rb +53 -0
- data/lib/payabli/money_out/types/reissue_out_request.rb +13 -0
- data/lib/payabli/money_out_types/types/reissue_payment_method.rb +22 -0
- data/lib/payabli/money_out_types/types/reissue_payout_body.rb +12 -0
- data/lib/payabli/money_out_types/types/reissue_payout_response.rb +14 -0
- data/lib/payabli/money_out_types/types/reissue_payout_response_data.rb +13 -0
- data/lib/payabli/types/absorb_difference.rb +23 -0
- data/lib/payabli/types/{accountid.rb → account_id.rb} +2 -2
- data/lib/payabli/types/allow_override.rb +23 -0
- data/lib/payabli/types/billing_data_response.rb +1 -1
- data/lib/payabli/types/greater_value_allowed.rb +23 -0
- data/lib/payabli/types/notification_standard_request_content_event_type.rb +0 -31
- data/lib/payabli/types/payabli_credentials.rb +3 -0
- data/lib/payabli/types/payabli_credentials_pascal.rb +3 -0
- data/lib/payabli/types/paypoint_data.rb +1 -0
- data/lib/payabli/types/statement_email_config.rb +11 -0
- data/lib/payabli/version.rb +1 -1
- data/lib/payabli.rb +10 -1
- data/reference.md +93 -0
- data/wiremock/docker-compose.test.yml +1 -1
- data/wiremock/wiremock-mappings.json +1 -1
- metadata +12 -3
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: payabli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Payabli
|
|
@@ -196,6 +196,7 @@ files:
|
|
|
196
196
|
- lib/payabli/money_out/types/capture_all_out_request.rb
|
|
197
197
|
- lib/payabli/money_out/types/capture_out_request.rb
|
|
198
198
|
- lib/payabli/money_out/types/money_out_types_request_out_authorize.rb
|
|
199
|
+
- lib/payabli/money_out/types/reissue_out_request.rb
|
|
199
200
|
- lib/payabli/money_out/types/send_v_card_link_request.rb
|
|
200
201
|
- lib/payabli/money_out_types/types/allowed_check_payment_status.rb
|
|
201
202
|
- lib/payabli/money_out_types/types/auth_capture_payout_response.rb
|
|
@@ -209,6 +210,10 @@ files:
|
|
|
209
210
|
- lib/payabli/money_out_types/types/methods_list_out.rb
|
|
210
211
|
- lib/payabli/money_out_types/types/operation_result.rb
|
|
211
212
|
- lib/payabli/money_out_types/types/payment_link_status.rb
|
|
213
|
+
- lib/payabli/money_out_types/types/reissue_payment_method.rb
|
|
214
|
+
- lib/payabli/money_out_types/types/reissue_payout_body.rb
|
|
215
|
+
- lib/payabli/money_out_types/types/reissue_payout_response.rb
|
|
216
|
+
- lib/payabli/money_out_types/types/reissue_payout_response_data.rb
|
|
212
217
|
- lib/payabli/money_out_types/types/request_out_authorize_invoice_data.rb
|
|
213
218
|
- lib/payabli/money_out_types/types/request_out_authorize_payment_details.rb
|
|
214
219
|
- lib/payabli/money_out_types/types/request_out_authorize_vendor_billing_data.rb
|
|
@@ -384,11 +389,12 @@ files:
|
|
|
384
389
|
- lib/payabli/token_storage/types/update_method_request.rb
|
|
385
390
|
- lib/payabli/token_storage/types/vendor_data_request.rb
|
|
386
391
|
- lib/payabli/types/a_section.rb
|
|
392
|
+
- lib/payabli/types/absorb_difference.rb
|
|
387
393
|
- lib/payabli/types/accept_oauth.rb
|
|
388
394
|
- lib/payabli/types/accept_register.rb
|
|
395
|
+
- lib/payabli/types/account_id.rb
|
|
389
396
|
- lib/payabli/types/account_number.rb
|
|
390
397
|
- lib/payabli/types/accountexp.rb
|
|
391
|
-
- lib/payabli/types/accountid.rb
|
|
392
398
|
- lib/payabli/types/accounting_field.rb
|
|
393
399
|
- lib/payabli/types/accounttype.rb
|
|
394
400
|
- lib/payabli/types/accountzip.rb
|
|
@@ -418,6 +424,7 @@ files:
|
|
|
418
424
|
- lib/payabli/types/additional_data_string.rb
|
|
419
425
|
- lib/payabli/types/address_addtl_nullable.rb
|
|
420
426
|
- lib/payabli/types/address_nullable.rb
|
|
427
|
+
- lib/payabli/types/allow_override.rb
|
|
421
428
|
- lib/payabli/types/amount_element.rb
|
|
422
429
|
- lib/payabli/types/annualrevenue.rb
|
|
423
430
|
- lib/payabli/types/app_id.rb
|
|
@@ -623,6 +630,7 @@ files:
|
|
|
623
630
|
- lib/payabli/types/google_pay_paypoint_registration_data.rb
|
|
624
631
|
- lib/payabli/types/google_pay_status_data.rb
|
|
625
632
|
- lib/payabli/types/google_wallet_data.rb
|
|
633
|
+
- lib/payabli/types/greater_value_allowed.rb
|
|
626
634
|
- lib/payabli/types/has_vcard_transactions.rb
|
|
627
635
|
- lib/payabli/types/header_element.rb
|
|
628
636
|
- lib/payabli/types/highticketamt.rb
|
|
@@ -949,6 +957,7 @@ files:
|
|
|
949
957
|
- lib/payabli/types/split_funding_content.rb
|
|
950
958
|
- lib/payabli/types/split_funding_refund_content.rb
|
|
951
959
|
- lib/payabli/types/state_nullable.rb
|
|
960
|
+
- lib/payabli/types/statement_email_config.rb
|
|
952
961
|
- lib/payabli/types/statusnotification.rb
|
|
953
962
|
- lib/payabli/types/stored_method_usage_type.rb
|
|
954
963
|
- lib/payabli/types/storedmethodid.rb
|
|
@@ -1083,7 +1092,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1083
1092
|
- !ruby/object:Gem::Version
|
|
1084
1093
|
version: '0'
|
|
1085
1094
|
requirements: []
|
|
1086
|
-
rubygems_version: 4.0.
|
|
1095
|
+
rubygems_version: 4.0.6
|
|
1087
1096
|
specification_version: 4
|
|
1088
1097
|
summary: Ruby client library for the Payabli API
|
|
1089
1098
|
test_files: []
|