treezor_client 1.1.0 → 1.2.0
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/Gemfile +1 -5
- data/Gemfile.lock +4 -6
- data/README.md +19 -5
- data/config.json +10 -0
- data/docs/BalanceApi.md +8 -8
- data/docs/BankaccountApi.md +30 -30
- data/docs/BeneficiariesApi.md +30 -30
- data/docs/Beneficiary.md +1 -0
- data/docs/BusinessApi.md +26 -26
- data/docs/Card.md +2 -2
- data/docs/CardApi.md +209 -150
- data/docs/CardDigitalization.md +1 -3
- data/docs/CardDigitalizationsApi.md +73 -16
- data/docs/CardReserveApi.md +24 -24
- data/docs/CardtransactionApi.md +16 -14
- data/docs/CountryRestrictionGroup.md +14 -0
- data/docs/CountryRestrictionGroupsApi.md +40 -40
- data/docs/Document.md +1 -0
- data/docs/DocumentApi.md +46 -44
- data/docs/HeartbeatApi.md +8 -8
- data/docs/InlineResponse20010Cardtransactions.md +3 -3
- data/docs/InlineResponse20011.md +1 -1
- data/docs/InlineResponse20011Cardtransactions.md +58 -0
- data/docs/InlineResponse20012.md +1 -1
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse20015.md +1 -1
- data/docs/InlineResponse20016.md +1 -1
- data/docs/InlineResponse20017.md +1 -1
- data/docs/InlineResponse20018.md +1 -1
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +1 -1
- data/docs/InlineResponse20021.md +1 -1
- data/docs/InlineResponse20022.md +1 -1
- data/docs/InlineResponse20023.md +1 -1
- data/docs/InlineResponse20024.md +1 -1
- data/docs/InlineResponse20025.md +1 -1
- data/docs/InlineResponse20026.md +8 -0
- data/docs/InlineResponse20027.md +8 -0
- data/docs/InlineResponse20028.md +8 -0
- data/docs/InlineResponse2005Businessinformations.md +2 -2
- data/docs/IssuerInitiatedDigitizationDataApi.md +22 -22
- data/docs/MandateApi.md +50 -50
- data/docs/MccRestrictionGroupsApi.md +40 -40
- data/docs/MerchantIdRestrictionGroupsApi.md +40 -40
- data/docs/PayinApi.md +38 -38
- data/docs/PayinrefundApi.md +38 -38
- data/docs/PayoutApi.md +38 -38
- data/docs/PayoutRefund.md +22 -0
- data/docs/PayoutRefundsApi.md +82 -0
- data/docs/TaxResidence.md +15 -0
- data/docs/TaxResidenceApi.md +319 -0
- data/docs/TransactionApi.md +22 -22
- data/docs/TransferApi.md +42 -42
- data/docs/TransferrefundApi.md +42 -42
- data/docs/User.md +3 -0
- data/docs/UserApi.md +104 -85
- data/docs/VirtualibansApi.md +46 -46
- data/docs/WalletApi.md +84 -84
- data/lib/treezor_client/api/balance_api.rb +8 -8
- data/lib/treezor_client/api/bankaccount_api.rb +30 -30
- data/lib/treezor_client/api/beneficiaries_api.rb +30 -30
- data/lib/treezor_client/api/business_api.rb +26 -26
- data/lib/treezor_client/api/card_api.rb +209 -154
- data/lib/treezor_client/api/card_digitalizations_api.rb +82 -16
- data/lib/treezor_client/api/card_reserve_api.rb +24 -24
- data/lib/treezor_client/api/cardtransaction_api.rb +18 -15
- data/lib/treezor_client/api/country_restriction_groups_api.rb +45 -45
- data/lib/treezor_client/api/document_api.rb +64 -57
- data/lib/treezor_client/api/heartbeat_api.rb +8 -8
- data/lib/treezor_client/api/issuer_initiated_digitization_data_api.rb +22 -22
- data/lib/treezor_client/api/mandate_api.rb +58 -58
- data/lib/treezor_client/api/mcc_restriction_groups_api.rb +45 -45
- data/lib/treezor_client/api/merchant_id_restriction_groups_api.rb +45 -45
- data/lib/treezor_client/api/payin_api.rb +42 -42
- data/lib/treezor_client/api/payinrefund_api.rb +42 -42
- data/lib/treezor_client/api/payout_api.rb +42 -42
- data/lib/treezor_client/api/payout_refunds_api.rb +102 -0
- data/lib/treezor_client/api/tax_residence_api.rb +319 -0
- data/lib/treezor_client/api/transaction_api.rb +24 -24
- data/lib/treezor_client/api/transfer_api.rb +46 -46
- data/lib/treezor_client/api/transferrefund_api.rb +46 -46
- data/lib/treezor_client/api/user_api.rb +124 -93
- data/lib/treezor_client/api/virtualibans_api.rb +50 -50
- data/lib/treezor_client/api/wallet_api.rb +89 -89
- data/lib/treezor_client/models/beneficiary.rb +11 -1
- data/lib/treezor_client/models/card.rb +2 -2
- data/lib/treezor_client/models/card_digitalization.rb +3 -20
- data/lib/treezor_client/models/country_restriction_group.rb +284 -0
- data/lib/treezor_client/models/document.rb +10 -1
- data/lib/treezor_client/models/inline_response_200_10_cardtransactions.rb +3 -3
- data/lib/treezor_client/models/inline_response_200_11.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_11_cardtransactions.rb +642 -0
- data/lib/treezor_client/models/inline_response_200_12.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_13.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_14.rb +1 -1
- data/lib/treezor_client/models/inline_response_200_15.rb +1 -1
- data/lib/treezor_client/models/inline_response_200_16.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_17.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_18.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_19.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_20.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_21.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_22.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_23.rb +1 -1
- data/lib/treezor_client/models/inline_response_200_24.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_25.rb +8 -8
- data/lib/treezor_client/models/inline_response_200_26.rb +190 -0
- data/lib/treezor_client/models/inline_response_200_27.rb +190 -0
- data/lib/treezor_client/models/inline_response_200_28.rb +190 -0
- data/lib/treezor_client/models/inline_response_200_5_businessinformations.rb +2 -2
- data/lib/treezor_client/models/payout_refund.rb +347 -0
- data/lib/treezor_client/models/tax_residence.rb +259 -0
- data/lib/treezor_client/models/user.rb +28 -1
- data/lib/treezor_client/version.rb +1 -1
- data/lib/treezor_client.rb +9 -1
- data/pkg/treezor_client-1.0.0.gem +0 -0
- data/pkg/treezor_client-1.1.0.gem +0 -0
- data/pkg/treezor_client-1.2.0.gem +0 -0
- data/spec/api/balance_api_spec.rb +4 -4
- data/spec/api/bankaccount_api_spec.rb +15 -15
- data/spec/api/beneficiaries_api_spec.rb +15 -15
- data/spec/api/business_api_spec.rb +13 -13
- data/spec/api/card_api_spec.rb +93 -75
- data/spec/api/card_digitalizations_api_spec.rb +19 -6
- data/spec/api/card_reserve_api_spec.rb +12 -12
- data/spec/api/cardtransaction_api_spec.rb +8 -7
- data/spec/api/country_restriction_groups_api_spec.rb +20 -20
- data/spec/api/document_api_spec.rb +22 -21
- data/spec/api/heartbeat_api_spec.rb +4 -4
- data/spec/api/issuer_initiated_digitization_data_api_spec.rb +11 -11
- data/spec/api/mandate_api_spec.rb +26 -26
- data/spec/api/mcc_restriction_groups_api_spec.rb +20 -20
- data/spec/api/merchant_id_restriction_groups_api_spec.rb +20 -22
- data/spec/api/payin_api_spec.rb +19 -19
- data/spec/api/payinrefund_api_spec.rb +19 -19
- data/spec/api/payout_api_spec.rb +19 -19
- data/spec/api/payout_refunds_api_spec.rb +56 -0
- data/spec/api/tax_residence_api_spec.rb +108 -0
- data/spec/api/transaction_api_spec.rb +11 -11
- data/spec/api/transfer_api_spec.rb +21 -21
- data/spec/api/transferrefund_api_spec.rb +21 -21
- data/spec/api/user_api_spec.rb +58 -41
- data/spec/api/virtualibans_api_spec.rb +23 -23
- data/spec/api/wallet_api_spec.rb +42 -42
- data/spec/models/beneficiary_spec.rb +6 -0
- data/spec/models/card_digitalization_spec.rb +0 -12
- data/spec/models/card_spec.rb +6 -0
- data/spec/models/country_restriction_group_spec.rb +82 -0
- data/spec/models/document_spec.rb +6 -0
- data/spec/models/inline_response_200_11_cardtransactions_spec.rb +342 -0
- data/spec/models/inline_response_200_11_spec.rb +1 -1
- data/spec/models/inline_response_200_12_spec.rb +1 -1
- data/spec/models/inline_response_200_13_spec.rb +1 -1
- data/spec/models/inline_response_200_16_spec.rb +1 -1
- data/spec/models/inline_response_200_17_spec.rb +1 -1
- data/spec/models/inline_response_200_18_spec.rb +1 -1
- data/spec/models/inline_response_200_19_spec.rb +1 -1
- data/spec/models/inline_response_200_20_spec.rb +1 -1
- data/spec/models/inline_response_200_21_spec.rb +1 -1
- data/spec/models/inline_response_200_22_spec.rb +1 -1
- data/spec/models/inline_response_200_24_spec.rb +1 -1
- data/spec/models/inline_response_200_25_spec.rb +1 -1
- data/spec/models/inline_response_200_26_spec.rb +42 -0
- data/spec/models/inline_response_200_27_spec.rb +42 -0
- data/spec/models/inline_response_200_28_spec.rb +42 -0
- data/spec/models/issuer_initiated_digitization_datas_additionnal_data_spec.rb +1 -1
- data/spec/models/merchant_id_restriction_group_spec.rb +1 -1
- data/spec/models/payout_refund_spec.rb +130 -0
- data/spec/models/tax_residence_spec.rb +84 -0
- data/spec/models/user_spec.rb +42 -0
- data/treezor_api_spec.yaml +1841 -1207
- data/treezor_client.gemspec +1 -3
- metadata +45 -9
- data/spec/models/card_digitalization_details_from_gps_spec.rb +0 -234
- data/spec/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates_spec.rb +0 -54
data/treezor_client.gemspec
CHANGED
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
s.email = ["chaker.nakhli@cashbee.fr"]
|
|
24
24
|
s.homepage = "https://github.com/cashbee-team/treezor_client"
|
|
25
25
|
s.summary = "Treezor Ruby Gem"
|
|
26
|
-
s.description = "Treezor API.
|
|
26
|
+
s.description = "Treezor API. More info at https://www.treezor.com. Generated by Cashbee https://www.cashbee.fr"
|
|
27
27
|
s.license = "Apache 2.0"
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
|
@@ -42,6 +42,4 @@ Gem::Specification.new do |s|
|
|
|
42
42
|
s.test_files = `find spec/*`.split("\n")
|
|
43
43
|
s.executables = []
|
|
44
44
|
s.require_paths = ["lib"]
|
|
45
|
-
|
|
46
|
-
s.metadata["yard.run"] = "yri" # use "yard" to build full HTML docs.
|
|
47
45
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: treezor_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chaker Nakhli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -190,7 +190,8 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 0.2.12
|
|
193
|
-
description:
|
|
193
|
+
description: Treezor API. More info at https://www.treezor.com. Generated by Cashbee
|
|
194
|
+
https://www.cashbee.fr
|
|
194
195
|
email:
|
|
195
196
|
- chaker.nakhli@cashbee.fr
|
|
196
197
|
executables: []
|
|
@@ -201,6 +202,7 @@ files:
|
|
|
201
202
|
- Gemfile.lock
|
|
202
203
|
- README.md
|
|
203
204
|
- Rakefile
|
|
205
|
+
- config.json
|
|
204
206
|
- doc/TreezorClient.html
|
|
205
207
|
- doc/TreezorClient/ApiClient.html
|
|
206
208
|
- doc/TreezorClient/ApiError.html
|
|
@@ -360,6 +362,7 @@ files:
|
|
|
360
362
|
- docs/CardDigitalizationsApi.md
|
|
361
363
|
- docs/CardReserveApi.md
|
|
362
364
|
- docs/CardtransactionApi.md
|
|
365
|
+
- docs/CountryRestrictionGroup.md
|
|
363
366
|
- docs/CountryRestrictionGroupsApi.md
|
|
364
367
|
- docs/Document.md
|
|
365
368
|
- docs/DocumentApi.md
|
|
@@ -370,6 +373,7 @@ files:
|
|
|
370
373
|
- docs/InlineResponse20010.md
|
|
371
374
|
- docs/InlineResponse20010Cardtransactions.md
|
|
372
375
|
- docs/InlineResponse20011.md
|
|
376
|
+
- docs/InlineResponse20011Cardtransactions.md
|
|
373
377
|
- docs/InlineResponse20012.md
|
|
374
378
|
- docs/InlineResponse20013.md
|
|
375
379
|
- docs/InlineResponse20014.md
|
|
@@ -385,6 +389,9 @@ files:
|
|
|
385
389
|
- docs/InlineResponse20023.md
|
|
386
390
|
- docs/InlineResponse20024.md
|
|
387
391
|
- docs/InlineResponse20025.md
|
|
392
|
+
- docs/InlineResponse20026.md
|
|
393
|
+
- docs/InlineResponse20027.md
|
|
394
|
+
- docs/InlineResponse20028.md
|
|
388
395
|
- docs/InlineResponse2003.md
|
|
389
396
|
- docs/InlineResponse2004.md
|
|
390
397
|
- docs/InlineResponse2005.md
|
|
@@ -411,7 +418,11 @@ files:
|
|
|
411
418
|
- docs/PayinrefundApi.md
|
|
412
419
|
- docs/Payout.md
|
|
413
420
|
- docs/PayoutApi.md
|
|
421
|
+
- docs/PayoutRefund.md
|
|
422
|
+
- docs/PayoutRefundsApi.md
|
|
414
423
|
- docs/Tav.md
|
|
424
|
+
- docs/TaxResidence.md
|
|
425
|
+
- docs/TaxResidenceApi.md
|
|
415
426
|
- docs/Transaction.md
|
|
416
427
|
- docs/TransactionApi.md
|
|
417
428
|
- docs/Transfer.md
|
|
@@ -444,6 +455,8 @@ files:
|
|
|
444
455
|
- lib/treezor_client/api/payin_api.rb
|
|
445
456
|
- lib/treezor_client/api/payinrefund_api.rb
|
|
446
457
|
- lib/treezor_client/api/payout_api.rb
|
|
458
|
+
- lib/treezor_client/api/payout_refunds_api.rb
|
|
459
|
+
- lib/treezor_client/api/tax_residence_api.rb
|
|
447
460
|
- lib/treezor_client/api/transaction_api.rb
|
|
448
461
|
- lib/treezor_client/api/transfer_api.rb
|
|
449
462
|
- lib/treezor_client/api/transferrefund_api.rb
|
|
@@ -472,6 +485,7 @@ files:
|
|
|
472
485
|
- lib/treezor_client/models/card.rb
|
|
473
486
|
- lib/treezor_client/models/card_digitalization.rb
|
|
474
487
|
- lib/treezor_client/models/card_digitalization_details_from_gps.rb
|
|
488
|
+
- lib/treezor_client/models/country_restriction_group.rb
|
|
475
489
|
- lib/treezor_client/models/document.rb
|
|
476
490
|
- lib/treezor_client/models/error.rb
|
|
477
491
|
- lib/treezor_client/models/inline_response_200.rb
|
|
@@ -479,6 +493,7 @@ files:
|
|
|
479
493
|
- lib/treezor_client/models/inline_response_200_10.rb
|
|
480
494
|
- lib/treezor_client/models/inline_response_200_10_cardtransactions.rb
|
|
481
495
|
- lib/treezor_client/models/inline_response_200_11.rb
|
|
496
|
+
- lib/treezor_client/models/inline_response_200_11_cardtransactions.rb
|
|
482
497
|
- lib/treezor_client/models/inline_response_200_12.rb
|
|
483
498
|
- lib/treezor_client/models/inline_response_200_13.rb
|
|
484
499
|
- lib/treezor_client/models/inline_response_200_14.rb
|
|
@@ -494,6 +509,9 @@ files:
|
|
|
494
509
|
- lib/treezor_client/models/inline_response_200_23.rb
|
|
495
510
|
- lib/treezor_client/models/inline_response_200_24.rb
|
|
496
511
|
- lib/treezor_client/models/inline_response_200_25.rb
|
|
512
|
+
- lib/treezor_client/models/inline_response_200_26.rb
|
|
513
|
+
- lib/treezor_client/models/inline_response_200_27.rb
|
|
514
|
+
- lib/treezor_client/models/inline_response_200_28.rb
|
|
497
515
|
- lib/treezor_client/models/inline_response_200_3.rb
|
|
498
516
|
- lib/treezor_client/models/inline_response_200_4.rb
|
|
499
517
|
- lib/treezor_client/models/inline_response_200_5.rb
|
|
@@ -513,7 +531,9 @@ files:
|
|
|
513
531
|
- lib/treezor_client/models/payin.rb
|
|
514
532
|
- lib/treezor_client/models/payinrefund.rb
|
|
515
533
|
- lib/treezor_client/models/payout.rb
|
|
534
|
+
- lib/treezor_client/models/payout_refund.rb
|
|
516
535
|
- lib/treezor_client/models/tav.rb
|
|
536
|
+
- lib/treezor_client/models/tax_residence.rb
|
|
517
537
|
- lib/treezor_client/models/transaction.rb
|
|
518
538
|
- lib/treezor_client/models/transfer.rb
|
|
519
539
|
- lib/treezor_client/models/transferrefund.rb
|
|
@@ -521,6 +541,9 @@ files:
|
|
|
521
541
|
- lib/treezor_client/models/virtualiban.rb
|
|
522
542
|
- lib/treezor_client/models/wallet.rb
|
|
523
543
|
- lib/treezor_client/version.rb
|
|
544
|
+
- pkg/treezor_client-1.0.0.gem
|
|
545
|
+
- pkg/treezor_client-1.1.0.gem
|
|
546
|
+
- pkg/treezor_client-1.2.0.gem
|
|
524
547
|
- spec/api/balance_api_spec.rb
|
|
525
548
|
- spec/api/bankaccount_api_spec.rb
|
|
526
549
|
- spec/api/beneficiaries_api_spec.rb
|
|
@@ -539,6 +562,8 @@ files:
|
|
|
539
562
|
- spec/api/payin_api_spec.rb
|
|
540
563
|
- spec/api/payinrefund_api_spec.rb
|
|
541
564
|
- spec/api/payout_api_spec.rb
|
|
565
|
+
- spec/api/payout_refunds_api_spec.rb
|
|
566
|
+
- spec/api/tax_residence_api_spec.rb
|
|
542
567
|
- spec/api/transaction_api_spec.rb
|
|
543
568
|
- spec/api/transfer_api_spec.rb
|
|
544
569
|
- spec/api/transferrefund_api_spec.rb
|
|
@@ -563,13 +588,14 @@ files:
|
|
|
563
588
|
- spec/models/body_9_spec.rb
|
|
564
589
|
- spec/models/body_spec.rb
|
|
565
590
|
- spec/models/businesssearchs_businessinformations_spec.rb
|
|
566
|
-
- spec/models/card_digitalization_details_from_gps_spec.rb
|
|
567
591
|
- spec/models/card_digitalization_spec.rb
|
|
568
592
|
- spec/models/card_spec.rb
|
|
593
|
+
- spec/models/country_restriction_group_spec.rb
|
|
569
594
|
- spec/models/document_spec.rb
|
|
570
595
|
- spec/models/error_spec.rb
|
|
571
596
|
- spec/models/inline_response_200_10_cardtransactions_spec.rb
|
|
572
597
|
- spec/models/inline_response_200_10_spec.rb
|
|
598
|
+
- spec/models/inline_response_200_11_cardtransactions_spec.rb
|
|
573
599
|
- spec/models/inline_response_200_11_spec.rb
|
|
574
600
|
- spec/models/inline_response_200_12_spec.rb
|
|
575
601
|
- spec/models/inline_response_200_13_spec.rb
|
|
@@ -586,6 +612,9 @@ files:
|
|
|
586
612
|
- spec/models/inline_response_200_23_spec.rb
|
|
587
613
|
- spec/models/inline_response_200_24_spec.rb
|
|
588
614
|
- spec/models/inline_response_200_25_spec.rb
|
|
615
|
+
- spec/models/inline_response_200_26_spec.rb
|
|
616
|
+
- spec/models/inline_response_200_27_spec.rb
|
|
617
|
+
- spec/models/inline_response_200_28_spec.rb
|
|
589
618
|
- spec/models/inline_response_200_2_spec.rb
|
|
590
619
|
- spec/models/inline_response_200_3_spec.rb
|
|
591
620
|
- spec/models/inline_response_200_4_spec.rb
|
|
@@ -599,15 +628,16 @@ files:
|
|
|
599
628
|
- spec/models/inline_response_200_9_spec.rb
|
|
600
629
|
- spec/models/inline_response_200_spec.rb
|
|
601
630
|
- spec/models/inline_response_default_spec.rb
|
|
602
|
-
- spec/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates_spec.rb
|
|
603
631
|
- spec/models/issuer_initiated_digitization_datas_additionnal_data_spec.rb
|
|
604
632
|
- spec/models/mandate_spec.rb
|
|
605
633
|
- spec/models/mcc_restriction_group_spec.rb
|
|
606
634
|
- spec/models/merchant_id_restriction_group_spec.rb
|
|
607
635
|
- spec/models/payin_spec.rb
|
|
608
636
|
- spec/models/payinrefund_spec.rb
|
|
637
|
+
- spec/models/payout_refund_spec.rb
|
|
609
638
|
- spec/models/payout_spec.rb
|
|
610
639
|
- spec/models/tav_spec.rb
|
|
640
|
+
- spec/models/tax_residence_spec.rb
|
|
611
641
|
- spec/models/transaction_spec.rb
|
|
612
642
|
- spec/models/transfer_spec.rb
|
|
613
643
|
- spec/models/transferrefund_spec.rb
|
|
@@ -620,8 +650,7 @@ files:
|
|
|
620
650
|
homepage: https://github.com/cashbee-team/treezor_client
|
|
621
651
|
licenses:
|
|
622
652
|
- Apache 2.0
|
|
623
|
-
metadata:
|
|
624
|
-
yard.run: yri
|
|
653
|
+
metadata: {}
|
|
625
654
|
post_install_message:
|
|
626
655
|
rdoc_options: []
|
|
627
656
|
require_paths:
|
|
@@ -650,6 +679,7 @@ test_files:
|
|
|
650
679
|
- spec/api/payinrefund_api_spec.rb
|
|
651
680
|
- spec/api/country_restriction_groups_api_spec.rb
|
|
652
681
|
- spec/api/document_api_spec.rb
|
|
682
|
+
- spec/api/tax_residence_api_spec.rb
|
|
653
683
|
- spec/api/business_api_spec.rb
|
|
654
684
|
- spec/api/card_digitalizations_api_spec.rb
|
|
655
685
|
- spec/api/transferrefund_api_spec.rb
|
|
@@ -657,6 +687,7 @@ test_files:
|
|
|
657
687
|
- spec/api/transfer_api_spec.rb
|
|
658
688
|
- spec/api/payout_api_spec.rb
|
|
659
689
|
- spec/api/merchant_id_restriction_groups_api_spec.rb
|
|
690
|
+
- spec/api/payout_refunds_api_spec.rb
|
|
660
691
|
- spec/api/user_api_spec.rb
|
|
661
692
|
- spec/api/mandate_api_spec.rb
|
|
662
693
|
- spec/api/balance_api_spec.rb
|
|
@@ -670,7 +701,7 @@ test_files:
|
|
|
670
701
|
- spec/api_client_spec.rb
|
|
671
702
|
- spec/configuration_spec.rb
|
|
672
703
|
- spec/models/error_spec.rb
|
|
673
|
-
- spec/models/
|
|
704
|
+
- spec/models/inline_response_200_27_spec.rb
|
|
674
705
|
- spec/models/body_2_spec.rb
|
|
675
706
|
- spec/models/balance_spec.rb
|
|
676
707
|
- spec/models/inline_response_200_2_spec.rb
|
|
@@ -679,6 +710,7 @@ test_files:
|
|
|
679
710
|
- spec/models/inline_response_200_10_spec.rb
|
|
680
711
|
- spec/models/body_10_spec.rb
|
|
681
712
|
- spec/models/businesssearchs_businessinformations_spec.rb
|
|
713
|
+
- spec/models/inline_response_200_26_spec.rb
|
|
682
714
|
- spec/models/payin_spec.rb
|
|
683
715
|
- spec/models/bankaccount_spec.rb
|
|
684
716
|
- spec/models/inline_response_200_10_cardtransactions_spec.rb
|
|
@@ -686,11 +718,13 @@ test_files:
|
|
|
686
718
|
- spec/models/inline_response_200_5_users_spec.rb
|
|
687
719
|
- spec/models/inline_response_200_19_spec.rb
|
|
688
720
|
- spec/models/body_3_spec.rb
|
|
721
|
+
- spec/models/country_restriction_group_spec.rb
|
|
689
722
|
- spec/models/inline_response_200_12_spec.rb
|
|
690
723
|
- spec/models/inline_response_200_8_spec.rb
|
|
691
724
|
- spec/models/body_8_spec.rb
|
|
692
725
|
- spec/models/inline_response_200_24_spec.rb
|
|
693
726
|
- spec/models/inline_response_200_5_businessinformations_spec.rb
|
|
727
|
+
- spec/models/inline_response_200_11_cardtransactions_spec.rb
|
|
694
728
|
- spec/models/wallet_spec.rb
|
|
695
729
|
- spec/models/inline_response_200_1_spec.rb
|
|
696
730
|
- spec/models/body_1_spec.rb
|
|
@@ -718,6 +752,7 @@ test_files:
|
|
|
718
752
|
- spec/models/inline_response_200_spec.rb
|
|
719
753
|
- spec/models/inline_response_200_21_spec.rb
|
|
720
754
|
- spec/models/inline_response_200_17_spec.rb
|
|
755
|
+
- spec/models/inline_response_200_28_spec.rb
|
|
721
756
|
- spec/models/inline_response_200_6_spec.rb
|
|
722
757
|
- spec/models/body_6_spec.rb
|
|
723
758
|
- spec/models/issuer_initiated_digitization_datas_additionnal_data_spec.rb
|
|
@@ -725,14 +760,15 @@ test_files:
|
|
|
725
760
|
- spec/models/inline_response_200_23_spec.rb
|
|
726
761
|
- spec/models/inline_response_200_15_spec.rb
|
|
727
762
|
- spec/models/transfer_spec.rb
|
|
728
|
-
- spec/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates_spec.rb
|
|
729
763
|
- spec/models/beneficiaries_sdd_b2b_whitelist_spec.rb
|
|
730
764
|
- spec/models/document_spec.rb
|
|
731
765
|
- spec/models/user_spec.rb
|
|
732
766
|
- spec/models/inline_response_200_14_spec.rb
|
|
733
767
|
- spec/models/transferrefund_spec.rb
|
|
734
768
|
- spec/models/inline_response_default_spec.rb
|
|
769
|
+
- spec/models/tax_residence_spec.rb
|
|
735
770
|
- spec/models/virtualiban_spec.rb
|
|
771
|
+
- spec/models/payout_refund_spec.rb
|
|
736
772
|
- spec/models/body_7_spec.rb
|
|
737
773
|
- spec/models/inline_response_200_7_spec.rb
|
|
738
774
|
- spec/models/inline_response_200_22_spec.rb
|
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Treezor
|
|
3
|
-
|
|
4
|
-
#Treezor API. more info [here](https://www.treezor.com).
|
|
5
|
-
|
|
6
|
-
OpenAPI spec version: 0.1.1
|
|
7
|
-
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.3.1
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for TreezorClient::CardDigitalizationDetailsFromGPS
|
|
18
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'CardDigitalizationDetailsFromGPS' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = TreezorClient::CardDigitalizationDetailsFromGPS.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of CardDigitalizationDetailsFromGPS' do
|
|
31
|
-
it 'should create an instance of CardDigitalizationDetailsFromGPS' do
|
|
32
|
-
expect(@instance).to be_instance_of(TreezorClient::CardDigitalizationDetailsFromGPS)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "creator"' do
|
|
36
|
-
it 'should work' do
|
|
37
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
describe 'test attribute "creator_pan_ref"' do
|
|
42
|
-
it 'should work' do
|
|
43
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
describe 'test attribute "creator_token_ref"' do
|
|
48
|
-
it 'should work' do
|
|
49
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
describe 'test attribute "pant"' do
|
|
54
|
-
it 'should work' do
|
|
55
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
56
|
-
end
|
|
57
|
-
end
|
|
58
|
-
|
|
59
|
-
describe 'test attribute "payment_token"' do
|
|
60
|
-
it 'should work' do
|
|
61
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
-
end
|
|
63
|
-
end
|
|
64
|
-
|
|
65
|
-
describe 'test attribute "payment_token_exp_date"' do
|
|
66
|
-
it 'should work' do
|
|
67
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
68
|
-
end
|
|
69
|
-
end
|
|
70
|
-
|
|
71
|
-
describe 'test attribute "payment_token_id"' do
|
|
72
|
-
it 'should work' do
|
|
73
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
74
|
-
end
|
|
75
|
-
end
|
|
76
|
-
|
|
77
|
-
describe 'test attribute "payment_token_type"' do
|
|
78
|
-
it 'should work' do
|
|
79
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
|
-
end
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
describe 'test attribute "gps_status"' do
|
|
84
|
-
it 'should work' do
|
|
85
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
86
|
-
end
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
describe 'test attribute "tokenised_datetime"' do
|
|
90
|
-
it 'should work' do
|
|
91
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
92
|
-
end
|
|
93
|
-
end
|
|
94
|
-
|
|
95
|
-
describe 'test attribute "tokenised_status"' do
|
|
96
|
-
it 'should work' do
|
|
97
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
98
|
-
end
|
|
99
|
-
end
|
|
100
|
-
|
|
101
|
-
describe 'test attribute "txn_status"' do
|
|
102
|
-
it 'should work' do
|
|
103
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
104
|
-
end
|
|
105
|
-
end
|
|
106
|
-
|
|
107
|
-
describe 'test attribute "txn_status_actor"' do
|
|
108
|
-
it 'should work' do
|
|
109
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
110
|
-
end
|
|
111
|
-
end
|
|
112
|
-
|
|
113
|
-
describe 'test attribute "txn_status_change_datetime"' do
|
|
114
|
-
it 'should work' do
|
|
115
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
116
|
-
end
|
|
117
|
-
end
|
|
118
|
-
|
|
119
|
-
describe 'test attribute "accepted_terms_version"' do
|
|
120
|
-
it 'should work' do
|
|
121
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
122
|
-
end
|
|
123
|
-
end
|
|
124
|
-
|
|
125
|
-
describe 'test attribute "auth_datetime"' do
|
|
126
|
-
it 'should work' do
|
|
127
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
128
|
-
end
|
|
129
|
-
end
|
|
130
|
-
|
|
131
|
-
describe 'test attribute "auth_decision"' do
|
|
132
|
-
it 'should work' do
|
|
133
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
134
|
-
end
|
|
135
|
-
end
|
|
136
|
-
|
|
137
|
-
describe 'test attribute "auth_rspsrc"' do
|
|
138
|
-
it 'should work' do
|
|
139
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
140
|
-
end
|
|
141
|
-
end
|
|
142
|
-
|
|
143
|
-
describe 'test attribute "auth_status"' do
|
|
144
|
-
it 'should work' do
|
|
145
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
146
|
-
end
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
describe 'test attribute "digitisation_ref"' do
|
|
150
|
-
it 'should work' do
|
|
151
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
152
|
-
end
|
|
153
|
-
end
|
|
154
|
-
|
|
155
|
-
describe 'test attribute "activation_code"' do
|
|
156
|
-
it 'should work' do
|
|
157
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
158
|
-
end
|
|
159
|
-
end
|
|
160
|
-
|
|
161
|
-
describe 'test attribute "activation_code_expdate"' do
|
|
162
|
-
it 'should work' do
|
|
163
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
164
|
-
end
|
|
165
|
-
end
|
|
166
|
-
|
|
167
|
-
describe 'test attribute "activation_method"' do
|
|
168
|
-
it 'should work' do
|
|
169
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
170
|
-
end
|
|
171
|
-
end
|
|
172
|
-
|
|
173
|
-
describe 'test attribute "device_id"' do
|
|
174
|
-
it 'should work' do
|
|
175
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
176
|
-
end
|
|
177
|
-
end
|
|
178
|
-
|
|
179
|
-
describe 'test attribute "device_ip"' do
|
|
180
|
-
it 'should work' do
|
|
181
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
182
|
-
end
|
|
183
|
-
end
|
|
184
|
-
|
|
185
|
-
describe 'test attribute "device_lang2"' do
|
|
186
|
-
it 'should work' do
|
|
187
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
188
|
-
end
|
|
189
|
-
end
|
|
190
|
-
|
|
191
|
-
describe 'test attribute "device_latitude"' do
|
|
192
|
-
it 'should work' do
|
|
193
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
194
|
-
end
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
describe 'test attribute "device_longitude"' do
|
|
198
|
-
it 'should work' do
|
|
199
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
200
|
-
end
|
|
201
|
-
end
|
|
202
|
-
|
|
203
|
-
describe 'test attribute "device_name"' do
|
|
204
|
-
it 'should work' do
|
|
205
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
206
|
-
end
|
|
207
|
-
end
|
|
208
|
-
|
|
209
|
-
describe 'test attribute "device_tel_num"' do
|
|
210
|
-
it 'should work' do
|
|
211
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
212
|
-
end
|
|
213
|
-
end
|
|
214
|
-
|
|
215
|
-
describe 'test attribute "device_type"' do
|
|
216
|
-
it 'should work' do
|
|
217
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
218
|
-
end
|
|
219
|
-
end
|
|
220
|
-
|
|
221
|
-
describe 'test attribute "first_name"' do
|
|
222
|
-
it 'should work' do
|
|
223
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
224
|
-
end
|
|
225
|
-
end
|
|
226
|
-
|
|
227
|
-
describe 'test attribute "last_name"' do
|
|
228
|
-
it 'should work' do
|
|
229
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
230
|
-
end
|
|
231
|
-
end
|
|
232
|
-
|
|
233
|
-
end
|
|
234
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Treezor
|
|
3
|
-
|
|
4
|
-
#Treezor API. more info [here](https://www.treezor.com).
|
|
5
|
-
|
|
6
|
-
OpenAPI spec version: 0.1.1
|
|
7
|
-
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.3.1
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'spec_helper'
|
|
14
|
-
require 'json'
|
|
15
|
-
require 'date'
|
|
16
|
-
|
|
17
|
-
# Unit tests for TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates
|
|
18
|
-
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
|
|
19
|
-
# Please update as you see appropriate
|
|
20
|
-
describe 'IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates' do
|
|
21
|
-
before do
|
|
22
|
-
# run before each test
|
|
23
|
-
@instance = TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.new
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
after do
|
|
27
|
-
# run after each test
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
describe 'test an instance of IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates' do
|
|
31
|
-
it 'should create an instance of IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates' do
|
|
32
|
-
expect(@instance).to be_instance_of(TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates)
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
describe 'test attribute "leaf"' do
|
|
36
|
-
it 'should work' do
|
|
37
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
describe 'test attribute "sub"' do
|
|
42
|
-
it 'should work' do
|
|
43
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
describe 'test attribute "root"' do
|
|
48
|
-
it 'should work' do
|
|
49
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
-
end
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
end
|
|
54
|
-
|