@blindpay/node 3.1.0 → 3.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.
Files changed (69) hide show
  1. package/README.md +1 -1
  2. package/dist/{api-client-DhY5DFpq.d.mts → api-client-CIPV5zmo.d.mts} +1 -1
  3. package/dist/{api-client-DhY5DFpq.d.ts → api-client-CIPV5zmo.d.ts} +1 -1
  4. package/dist/{chunk-V4V47AUC.mjs → chunk-AFXWEXL6.mjs} +5 -5
  5. package/dist/index.d.mts +2 -2
  6. package/dist/index.d.ts +2 -2
  7. package/dist/index.js +1 -1
  8. package/dist/index.mjs +5 -5
  9. package/dist/resources/api-keys/api-keys.test.js +1 -1
  10. package/dist/resources/api-keys/api-keys.test.mjs +2 -2
  11. package/dist/resources/api-keys/index.d.mts +1 -1
  12. package/dist/resources/api-keys/index.d.ts +1 -1
  13. package/dist/resources/available/available.test.js +1 -1
  14. package/dist/resources/available/available.test.mjs +2 -2
  15. package/dist/resources/available/index.d.mts +1 -1
  16. package/dist/resources/available/index.d.ts +1 -1
  17. package/dist/resources/bank-accounts/bank-accounts.test.js +1 -1
  18. package/dist/resources/bank-accounts/bank-accounts.test.mjs +2 -2
  19. package/dist/resources/bank-accounts/index.d.mts +1 -1
  20. package/dist/resources/bank-accounts/index.d.ts +1 -1
  21. package/dist/resources/instances/index.d.mts +1 -1
  22. package/dist/resources/instances/index.d.ts +1 -1
  23. package/dist/resources/instances/instances.test.js +1 -1
  24. package/dist/resources/instances/instances.test.mjs +2 -2
  25. package/dist/resources/partner-fees/index.d.mts +1 -1
  26. package/dist/resources/partner-fees/index.d.ts +1 -1
  27. package/dist/resources/partner-fees/partner-fees.test.js +1 -1
  28. package/dist/resources/partner-fees/partner-fees.test.mjs +2 -2
  29. package/dist/resources/payins/index.d.mts +1 -1
  30. package/dist/resources/payins/index.d.ts +1 -1
  31. package/dist/resources/payins/payins-quotes.test.js +1 -1
  32. package/dist/resources/payins/payins-quotes.test.mjs +2 -2
  33. package/dist/resources/payins/payins.test.js +1 -1
  34. package/dist/resources/payins/payins.test.mjs +2 -2
  35. package/dist/resources/payins/quotes.d.mts +1 -1
  36. package/dist/resources/payins/quotes.d.ts +1 -1
  37. package/dist/resources/payouts/index.d.mts +1 -1
  38. package/dist/resources/payouts/index.d.ts +1 -1
  39. package/dist/resources/payouts/payouts.test.js +1 -1
  40. package/dist/resources/payouts/payouts.test.mjs +2 -2
  41. package/dist/resources/quotes/index.d.mts +1 -1
  42. package/dist/resources/quotes/index.d.ts +1 -1
  43. package/dist/resources/quotes/quotes.test.js +1 -1
  44. package/dist/resources/quotes/quotes.test.mjs +2 -2
  45. package/dist/resources/receivers/index.d.mts +120 -83
  46. package/dist/resources/receivers/index.d.ts +120 -83
  47. package/dist/resources/receivers/receivers.test.js +22 -8
  48. package/dist/resources/receivers/receivers.test.mjs +23 -9
  49. package/dist/resources/terms-of-service/index.d.mts +1 -1
  50. package/dist/resources/terms-of-service/index.d.ts +1 -1
  51. package/dist/resources/terms-of-service/terms-of-service.test.js +1 -1
  52. package/dist/resources/terms-of-service/terms-of-service.test.mjs +2 -2
  53. package/dist/resources/virtual-accounts/index.d.mts +3 -2
  54. package/dist/resources/virtual-accounts/index.d.ts +3 -2
  55. package/dist/resources/virtual-accounts/virtual-accounts.test.js +3 -2
  56. package/dist/resources/virtual-accounts/virtual-accounts.test.mjs +4 -3
  57. package/dist/resources/wallets/blockchain.d.mts +1 -1
  58. package/dist/resources/wallets/blockchain.d.ts +1 -1
  59. package/dist/resources/wallets/blockchain.test.js +1 -1
  60. package/dist/resources/wallets/blockchain.test.mjs +2 -2
  61. package/dist/resources/wallets/offramp.d.mts +1 -1
  62. package/dist/resources/wallets/offramp.d.ts +1 -1
  63. package/dist/resources/wallets/offramp.test.js +1 -1
  64. package/dist/resources/wallets/offramp.test.mjs +2 -2
  65. package/dist/resources/webhooks/index.d.mts +1 -1
  66. package/dist/resources/webhooks/index.d.ts +1 -1
  67. package/dist/resources/webhooks/webhooks.test.js +1 -1
  68. package/dist/resources/webhooks/webhooks.test.mjs +2 -2
  69. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # BlindPay Node.js SDK
2
2
 
3
- The official Node.js SDK for [BlindPay](https://blindpay.com) - Global payments infrastructure made simple.
3
+ The official Node.js SDK for [BlindPay](https://blindpay.com) - Stablecoin API for global payments.
4
4
 
5
5
  ## Installation
6
6
 
@@ -22,7 +22,7 @@ type StablecoinToken = "USDC" | "USDT" | "USDB"
22
22
 
23
23
  type TransactionDocumentType = "invoice" | "purchase_order" | "delivery_slip" | "contract" | "customs_declaration" | "bill_of_lading" | "others";
24
24
 
25
- type BankAccountType = "checking" | "savings";
25
+ type BankAccountType = "checking" | "saving";
26
26
 
27
27
  type Currency = "USDC" | "USDT" | "USDB" | "BRL" | "USD" | "MXN" | "COP" | "ARS";
28
28
 
@@ -22,7 +22,7 @@ type StablecoinToken = "USDC" | "USDT" | "USDB"
22
22
 
23
23
  type TransactionDocumentType = "invoice" | "purchase_order" | "delivery_slip" | "contract" | "customs_declaration" | "bill_of_lading" | "others";
24
24
 
25
- type BankAccountType = "checking" | "savings";
25
+ type BankAccountType = "checking" | "saving";
26
26
 
27
27
  type Currency = "USDC" | "USDT" | "USDB" | "BRL" | "USD" | "MXN" | "COP" | "ARS";
28
28
 
@@ -26,6 +26,10 @@ import {
26
26
  createVirtualAccountsResource,
27
27
  init_virtual_accounts
28
28
  } from "./chunk-LEPGLH7Q.mjs";
29
+ import {
30
+ createPartnerFeesResource,
31
+ init_partner_fees
32
+ } from "./chunk-RC5NN5UF.mjs";
29
33
  import {
30
34
  createPayinsResource,
31
35
  init_payins
@@ -38,10 +42,6 @@ import {
38
42
  createPayoutsResource,
39
43
  init_payouts
40
44
  } from "./chunk-VOB7TMKL.mjs";
41
- import {
42
- createPartnerFeesResource,
43
- init_partner_fees
44
- } from "./chunk-RC5NN5UF.mjs";
45
45
  import {
46
46
  createApiKeysResource,
47
47
  init_api_keys
@@ -69,7 +69,7 @@ import {
69
69
  var version;
70
70
  var init_package = __esm({
71
71
  "package.json"() {
72
- version = "3.1.0";
72
+ version = "3.2.0";
73
73
  }
74
74
  });
75
75
 
package/dist/index.d.mts CHANGED
@@ -17,7 +17,7 @@ export { AuthorizeStellarTokenInput, AuthorizeStellarTokenResponse, CreateEvmPay
17
17
  import { createQuotesResource } from './resources/quotes/index.mjs';
18
18
  export { CreateQuoteInput, CreateQuoteResponse, GetFxRateInput, GetFxRateResponse } from './resources/quotes/index.mjs';
19
19
  import { createReceiversResource } from './resources/receivers/index.mjs';
20
- export { BusinessWithStandardKYB, CreateBusinessWithStandardKYBInput, CreateBusinessWithStandardKYBResponse, CreateIndividualWithEnhancedKYCInput, CreateIndividualWithEnhancedKYCResponse, CreateIndividualWithStandardKYCInput, CreateIndividualWithStandardKYCResponse, DeleteReceiverInput, GetLimitIncreaseRequestsInput, GetLimitIncreaseRequestsResponse, GetReceiverInput, GetReceiverLimitsInput, GetReceiverLimitsResponse, GetReceiverResponse, IdentificationDocument, IndividualWithEnhancedKYC, IndividualWithStandardKYC, KycType, LimitIncreaseRequestStatus, LimitIncreaseRequestSupportingDocumentType, ListReceiversResponse, Owner, OwnerRole, ProofOfAddressDocType, PurposeOfTransactions, RequestLimitIncreaseInput, RequestLimitIncreaseResponse, SourceOfFundsDocType, UpdateReceiverInput } from './resources/receivers/index.mjs';
20
+ export { AccountPurpose, BusinessIndustry, BusinessType, BusinessWithStandardKYB, CreateBusinessWithStandardKYBInput, CreateBusinessWithStandardKYBResponse, CreateIndividualWithEnhancedKYCInput, CreateIndividualWithEnhancedKYCResponse, CreateIndividualWithStandardKYCInput, CreateIndividualWithStandardKYCResponse, DeleteReceiverInput, EstimatedAnnualRevenue, GetLimitIncreaseRequestsInput, GetLimitIncreaseRequestsResponse, GetReceiverInput, GetReceiverLimitsInput, GetReceiverLimitsResponse, GetReceiverResponse, IdentificationDocument, IndividualWithEnhancedKYC, IndividualWithStandardKYC, KycType, LimitIncreaseRequestStatus, LimitIncreaseRequestSupportingDocumentType, ListReceiversResponse, Owner, OwnerRole, ProofOfAddressDocType, PurposeOfTransactions, RequestLimitIncreaseInput, RequestLimitIncreaseResponse, SourceOfFundsDocType, SourceOfWealth, UpdateReceiverInput } from './resources/receivers/index.mjs';
21
21
  import { createTermsOfServiceResource } from './resources/terms-of-service/index.mjs';
22
22
  import { createVirtualAccountsResource } from './resources/virtual-accounts/index.mjs';
23
23
  export { BankingPartner, CreateVirtualAccountInput, CreateVirtualAccountResponse, GetVirtualAccountInput, GetVirtualAccountResponse, ListVirtualAccountsInput, ListVirtualAccountsResponse, UpdateVirtualAccountInput, VirtualAccount } from './resources/virtual-accounts/index.mjs';
@@ -27,7 +27,7 @@ import { createOfframpWalletsResource } from './resources/wallets/offramp.mjs';
27
27
  export { CreateOfframpWalletInput, CreateOfframpWalletResponse, GetOfframpWalletInput, GetOfframpWalletResponse, ListOfframpWalletsInput, ListOfframpWalletsResponse, OfframpWallet } from './resources/wallets/offramp.mjs';
28
28
  import { createWebhookEndpointsResource } from './resources/webhooks/index.mjs';
29
29
  export { CreateWebhookEndpointInput, CreateWebhookEndpointResponse, DeleteWebhookEndpointInput, GetPortalAccessUrlResponse, GetWebhookEndpointSecretInput, GetWebhookEndpointSecretResponse, ListWebhookEndpointsResponse, WebhookEvents } from './resources/webhooks/index.mjs';
30
- import './api-client-DhY5DFpq.mjs';
30
+ import './api-client-CIPV5zmo.mjs';
31
31
 
32
32
  declare class BlindPay {
33
33
  private readonly baseUrl;
package/dist/index.d.ts CHANGED
@@ -17,7 +17,7 @@ export { AuthorizeStellarTokenInput, AuthorizeStellarTokenResponse, CreateEvmPay
17
17
  import { createQuotesResource } from './resources/quotes/index.js';
18
18
  export { CreateQuoteInput, CreateQuoteResponse, GetFxRateInput, GetFxRateResponse } from './resources/quotes/index.js';
19
19
  import { createReceiversResource } from './resources/receivers/index.js';
20
- export { BusinessWithStandardKYB, CreateBusinessWithStandardKYBInput, CreateBusinessWithStandardKYBResponse, CreateIndividualWithEnhancedKYCInput, CreateIndividualWithEnhancedKYCResponse, CreateIndividualWithStandardKYCInput, CreateIndividualWithStandardKYCResponse, DeleteReceiverInput, GetLimitIncreaseRequestsInput, GetLimitIncreaseRequestsResponse, GetReceiverInput, GetReceiverLimitsInput, GetReceiverLimitsResponse, GetReceiverResponse, IdentificationDocument, IndividualWithEnhancedKYC, IndividualWithStandardKYC, KycType, LimitIncreaseRequestStatus, LimitIncreaseRequestSupportingDocumentType, ListReceiversResponse, Owner, OwnerRole, ProofOfAddressDocType, PurposeOfTransactions, RequestLimitIncreaseInput, RequestLimitIncreaseResponse, SourceOfFundsDocType, UpdateReceiverInput } from './resources/receivers/index.js';
20
+ export { AccountPurpose, BusinessIndustry, BusinessType, BusinessWithStandardKYB, CreateBusinessWithStandardKYBInput, CreateBusinessWithStandardKYBResponse, CreateIndividualWithEnhancedKYCInput, CreateIndividualWithEnhancedKYCResponse, CreateIndividualWithStandardKYCInput, CreateIndividualWithStandardKYCResponse, DeleteReceiverInput, EstimatedAnnualRevenue, GetLimitIncreaseRequestsInput, GetLimitIncreaseRequestsResponse, GetReceiverInput, GetReceiverLimitsInput, GetReceiverLimitsResponse, GetReceiverResponse, IdentificationDocument, IndividualWithEnhancedKYC, IndividualWithStandardKYC, KycType, LimitIncreaseRequestStatus, LimitIncreaseRequestSupportingDocumentType, ListReceiversResponse, Owner, OwnerRole, ProofOfAddressDocType, PurposeOfTransactions, RequestLimitIncreaseInput, RequestLimitIncreaseResponse, SourceOfFundsDocType, SourceOfWealth, UpdateReceiverInput } from './resources/receivers/index.js';
21
21
  import { createTermsOfServiceResource } from './resources/terms-of-service/index.js';
22
22
  import { createVirtualAccountsResource } from './resources/virtual-accounts/index.js';
23
23
  export { BankingPartner, CreateVirtualAccountInput, CreateVirtualAccountResponse, GetVirtualAccountInput, GetVirtualAccountResponse, ListVirtualAccountsInput, ListVirtualAccountsResponse, UpdateVirtualAccountInput, VirtualAccount } from './resources/virtual-accounts/index.js';
@@ -27,7 +27,7 @@ import { createOfframpWalletsResource } from './resources/wallets/offramp.js';
27
27
  export { CreateOfframpWalletInput, CreateOfframpWalletResponse, GetOfframpWalletInput, GetOfframpWalletResponse, ListOfframpWalletsInput, ListOfframpWalletsResponse, OfframpWallet } from './resources/wallets/offramp.js';
28
28
  import { createWebhookEndpointsResource } from './resources/webhooks/index.js';
29
29
  export { CreateWebhookEndpointInput, CreateWebhookEndpointResponse, DeleteWebhookEndpointInput, GetPortalAccessUrlResponse, GetWebhookEndpointSecretInput, GetWebhookEndpointSecretResponse, ListWebhookEndpointsResponse, WebhookEvents } from './resources/webhooks/index.js';
30
- import './api-client-DhY5DFpq.js';
30
+ import './api-client-CIPV5zmo.js';
31
31
 
32
32
  declare class BlindPay {
33
33
  private readonly baseUrl;
package/dist/index.js CHANGED
@@ -91,7 +91,7 @@ module.exports = __toCommonJS(index_exports);
91
91
  var import_svix = require("svix");
92
92
 
93
93
  // package.json
94
- var version = "3.1.0";
94
+ var version = "3.2.0";
95
95
 
96
96
  // src/internal/blindpay-error.ts
97
97
  var BlindPayError = class extends Error {
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  BlindPay,
3
3
  init_client
4
- } from "./chunk-V4V47AUC.mjs";
4
+ } from "./chunk-AFXWEXL6.mjs";
5
5
  import {
6
6
  createBlockchainWalletsResource,
7
7
  init_blockchain
@@ -27,6 +27,10 @@ import {
27
27
  createVirtualAccountsResource,
28
28
  init_virtual_accounts
29
29
  } from "./chunk-LEPGLH7Q.mjs";
30
+ import {
31
+ createPartnerFeesResource,
32
+ init_partner_fees
33
+ } from "./chunk-RC5NN5UF.mjs";
30
34
  import {
31
35
  createPayinsResource,
32
36
  init_payins
@@ -39,10 +43,6 @@ import {
39
43
  createPayoutsResource,
40
44
  init_payouts
41
45
  } from "./chunk-VOB7TMKL.mjs";
42
- import {
43
- createPartnerFeesResource,
44
- init_partner_fees
45
- } from "./chunk-RC5NN5UF.mjs";
46
46
  import {
47
47
  createApiKeysResource,
48
48
  init_api_keys
@@ -18697,7 +18697,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18697
18697
  var import_svix = require("svix");
18698
18698
 
18699
18699
  // package.json
18700
- var version = "3.1.0";
18700
+ var version = "3.2.0";
18701
18701
 
18702
18702
  // src/internal/blindpay-error.ts
18703
18703
  var BlindPayError = class extends Error {
@@ -7,7 +7,7 @@ import {
7
7
  import {
8
8
  BlindPay,
9
9
  init_client
10
- } from "../../chunk-V4V47AUC.mjs";
10
+ } from "../../chunk-AFXWEXL6.mjs";
11
11
  import "../../chunk-FG25JHDX.mjs";
12
12
  import "../../chunk-QGNLMN6Z.mjs";
13
13
  import "../../chunk-UC57SCKQ.mjs";
@@ -15,10 +15,10 @@ import "../../chunk-TBTA7A2P.mjs";
15
15
  import "../../chunk-67XECGMJ.mjs";
16
16
  import "../../chunk-Z6EYX4D3.mjs";
17
17
  import "../../chunk-LEPGLH7Q.mjs";
18
+ import "../../chunk-RC5NN5UF.mjs";
18
19
  import "../../chunk-VGU72ZNI.mjs";
19
20
  import "../../chunk-E7M4CJKR.mjs";
20
21
  import "../../chunk-VOB7TMKL.mjs";
21
- import "../../chunk-RC5NN5UF.mjs";
22
22
  import "../../chunk-LRHWT4JU.mjs";
23
23
  import "../../chunk-U7CKUUO7.mjs";
24
24
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type ListApiKeysResponse = Array<{
4
4
  id: string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type ListApiKeysResponse = Array<{
4
4
  id: string;
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, R as Rail, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, R as Rail, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type BankDetailKey = "type" | "name" | "pix_key" | "beneficiary_name" | "routing_number" | "account_number" | "account_type" | "account_class" | "address_line_1" | "address_line_2" | "city" | "state_province_region" | "country" | "postal_code" | "checkbook_account_id" | "checkbook_user_key" | "spei_protocol" | "spei_institution_code" | "spei_clabe" | "transfers_type" | "transfers_account" | "ach_cop_beneficiary_first_name" | "ach_cop_beneficiary_last_name" | "ach_cop_document_id" | "ach_cop_document_type" | "ach_cop_email" | "ach_cop_bank_code" | "ach_cop_bank_account" | "swift_code_bic" | "swift_account_holder_name" | "swift_account_number_iban" | "swift_beneficiary_address_line_1" | "swift_beneficiary_address_line_2" | "swift_beneficiary_country" | "swift_beneficiary_city" | "swift_beneficiary_state_province_region" | "swift_beneficiary_postal_code" | "swift_bank_name" | "swift_bank_address_line_1" | "swift_bank_address_line_2" | "swift_bank_country" | "swift_bank_city" | "swift_bank_state_province_region" | "swift_bank_postal_code" | "swift_intermediary_bank_swift_code_bic" | "swift_intermediary_bank_account_number_iban" | "swift_intermediary_bank_name" | "swift_intermediary_bank_country";
4
4
  type GetBankDetailsResponse = Array<{
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, R as Rail, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, R as Rail, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type BankDetailKey = "type" | "name" | "pix_key" | "beneficiary_name" | "routing_number" | "account_number" | "account_type" | "account_class" | "address_line_1" | "address_line_2" | "city" | "state_province_region" | "country" | "postal_code" | "checkbook_account_id" | "checkbook_user_key" | "spei_protocol" | "spei_institution_code" | "spei_clabe" | "transfers_type" | "transfers_account" | "ach_cop_beneficiary_first_name" | "ach_cop_beneficiary_last_name" | "ach_cop_document_id" | "ach_cop_document_type" | "ach_cop_email" | "ach_cop_bank_code" | "ach_cop_bank_account" | "swift_code_bic" | "swift_account_holder_name" | "swift_account_number_iban" | "swift_beneficiary_address_line_1" | "swift_beneficiary_address_line_2" | "swift_beneficiary_country" | "swift_beneficiary_city" | "swift_beneficiary_state_province_region" | "swift_beneficiary_postal_code" | "swift_bank_name" | "swift_bank_address_line_1" | "swift_bank_address_line_2" | "swift_bank_country" | "swift_bank_city" | "swift_bank_state_province_region" | "swift_bank_postal_code" | "swift_intermediary_bank_swift_code_bic" | "swift_intermediary_bank_account_number_iban" | "swift_intermediary_bank_name" | "swift_intermediary_bank_country";
4
4
  type GetBankDetailsResponse = Array<{
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse, R as Rail, a as BankAccountType, A as AccountClass, C as Country, b as AchCopDocument, c as ArgentinaTransfers } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse, R as Rail, a as BankAccountType, A as AccountClass, C as Country, b as AchCopDocument, c as ArgentinaTransfers } from '../../api-client-CIPV5zmo.mjs';
2
2
  import { SpeiProtocol } from '../payouts/index.mjs';
3
3
 
4
4
  type ListBankAccountsInput = string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse, R as Rail, a as BankAccountType, A as AccountClass, C as Country, b as AchCopDocument, c as ArgentinaTransfers } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse, R as Rail, a as BankAccountType, A as AccountClass, C as Country, b as AchCopDocument, c as ArgentinaTransfers } from '../../api-client-CIPV5zmo.js';
2
2
  import { SpeiProtocol } from '../payouts/index.js';
3
3
 
4
4
  type ListBankAccountsInput = string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type InstanceMemberRole = "owner" | "admin" | "finance" | "checker" | "operations" | "developer" | "viewer";
4
4
  type GetInstanceMembersResponse = Array<{
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type InstanceMemberRole = "owner" | "admin" | "finance" | "checker" | "operations" | "developer" | "viewer";
4
4
  type GetInstanceMembersResponse = Array<{
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type ListPartnerFeesResponse = Array<{
4
4
  id: string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type ListPartnerFeesResponse = Array<{
4
4
  id: string;
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, P as PaginationParams, T as TransactionStatus, B as BlindpayApiResponse, d as PayinTrackingTransaction, e as PayinTrackingPayment, f as PayinTrackingComplete, g as PayinTrackingPartnerFee, A as AccountClass, h as PayinPaymentMethod, S as StablecoinToken, i as Currency, j as PayerRules, N as Network, b as AchCopDocument, k as PaginationMetadata } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, P as PaginationParams, T as TransactionStatus, B as BlindpayApiResponse, d as PayinTrackingTransaction, e as PayinTrackingPayment, f as PayinTrackingComplete, g as PayinTrackingPartnerFee, A as AccountClass, h as PayinPaymentMethod, S as StablecoinToken, i as Currency, j as PayerRules, N as Network, b as AchCopDocument, k as PaginationMetadata } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type BlindpayBankDetails = {
4
4
  routing_number: string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, P as PaginationParams, T as TransactionStatus, B as BlindpayApiResponse, d as PayinTrackingTransaction, e as PayinTrackingPayment, f as PayinTrackingComplete, g as PayinTrackingPartnerFee, A as AccountClass, h as PayinPaymentMethod, S as StablecoinToken, i as Currency, j as PayerRules, N as Network, b as AchCopDocument, k as PaginationMetadata } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, P as PaginationParams, T as TransactionStatus, B as BlindpayApiResponse, d as PayinTrackingTransaction, e as PayinTrackingPayment, f as PayinTrackingComplete, g as PayinTrackingPartnerFee, A as AccountClass, h as PayinPaymentMethod, S as StablecoinToken, i as Currency, j as PayerRules, N as Network, b as AchCopDocument, k as PaginationMetadata } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type BlindpayBankDetails = {
4
4
  routing_number: string;
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, l as CurrencyType, h as PayinPaymentMethod, S as StablecoinToken, j as PayerRules, B as BlindpayApiResponse, i as Currency } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, l as CurrencyType, h as PayinPaymentMethod, S as StablecoinToken, j as PayerRules, B as BlindpayApiResponse, i as Currency } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type CreatePayinQuoteInput = {
4
4
  blockchain_wallet_id: string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, l as CurrencyType, h as PayinPaymentMethod, S as StablecoinToken, j as PayerRules, B as BlindpayApiResponse, i as Currency } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, l as CurrencyType, h as PayinPaymentMethod, S as StablecoinToken, j as PayerRules, B as BlindpayApiResponse, i as Currency } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type CreatePayinQuoteInput = {
4
4
  blockchain_wallet_id: string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, P as PaginationParams, B as BlindpayApiResponse, T as TransactionStatus, m as PayoutTrackingTransaction, n as PayoutTrackingPayment, o as PayoutTrackingLiquidity, p as PayoutTrackingComplete, q as PayoutTrackingPartnerFee, N as Network, S as StablecoinToken, i as Currency, r as TransactionDocumentType, R as Rail, C as Country, A as AccountClass, a as BankAccountType, k as PaginationMetadata } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, P as PaginationParams, B as BlindpayApiResponse, T as TransactionStatus, m as PayoutTrackingTransaction, n as PayoutTrackingPayment, o as PayoutTrackingLiquidity, p as PayoutTrackingComplete, q as PayoutTrackingPartnerFee, N as Network, S as StablecoinToken, i as Currency, r as TransactionDocumentType, R as Rail, C as Country, A as AccountClass, a as BankAccountType, k as PaginationMetadata } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type SpeiProtocol = "clabe" | "debitcard" | "phonenum";
4
4
  type Payout = {
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, P as PaginationParams, B as BlindpayApiResponse, T as TransactionStatus, m as PayoutTrackingTransaction, n as PayoutTrackingPayment, o as PayoutTrackingLiquidity, p as PayoutTrackingComplete, q as PayoutTrackingPartnerFee, N as Network, S as StablecoinToken, i as Currency, r as TransactionDocumentType, R as Rail, C as Country, A as AccountClass, a as BankAccountType, k as PaginationMetadata } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, P as PaginationParams, B as BlindpayApiResponse, T as TransactionStatus, m as PayoutTrackingTransaction, n as PayoutTrackingPayment, o as PayoutTrackingLiquidity, p as PayoutTrackingComplete, q as PayoutTrackingPartnerFee, N as Network, S as StablecoinToken, i as Currency, r as TransactionDocumentType, R as Rail, C as Country, A as AccountClass, a as BankAccountType, k as PaginationMetadata } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type SpeiProtocol = "clabe" | "debitcard" | "phonenum";
4
4
  type Payout = {
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, l as CurrencyType, N as Network, S as StablecoinToken, r as TransactionDocumentType, B as BlindpayApiResponse, i as Currency } from '../../api-client-DhY5DFpq.mjs';
1
+ import { I as InternalApiClient, l as CurrencyType, N as Network, S as StablecoinToken, r as TransactionDocumentType, B as BlindpayApiResponse, i as Currency } from '../../api-client-CIPV5zmo.mjs';
2
2
 
3
3
  type CreateQuoteInput = {
4
4
  bank_account_id: string;
@@ -1,4 +1,4 @@
1
- import { I as InternalApiClient, l as CurrencyType, N as Network, S as StablecoinToken, r as TransactionDocumentType, B as BlindpayApiResponse, i as Currency } from '../../api-client-DhY5DFpq.js';
1
+ import { I as InternalApiClient, l as CurrencyType, N as Network, S as StablecoinToken, r as TransactionDocumentType, B as BlindpayApiResponse, i as Currency } from '../../api-client-CIPV5zmo.js';
2
2
 
3
3
  type CreateQuoteInput = {
4
4
  bank_account_id: string;
@@ -18702,7 +18702,7 @@ var import_expect_type = __toESM(require_dist(), 1);
18702
18702
  var import_svix = require("svix");
18703
18703
 
18704
18704
  // package.json
18705
- var version = "3.1.0";
18705
+ var version = "3.2.0";
18706
18706
 
18707
18707
  // src/internal/blindpay-error.ts
18708
18708
  var BlindPayError = class extends Error {
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  BlindPay,
10
10
  init_client
11
- } from "../../chunk-V4V47AUC.mjs";
11
+ } from "../../chunk-AFXWEXL6.mjs";
12
12
  import "../../chunk-FG25JHDX.mjs";
13
13
  import "../../chunk-QGNLMN6Z.mjs";
14
14
  import "../../chunk-UC57SCKQ.mjs";
@@ -16,10 +16,10 @@ import "../../chunk-TBTA7A2P.mjs";
16
16
  import "../../chunk-67XECGMJ.mjs";
17
17
  import "../../chunk-Z6EYX4D3.mjs";
18
18
  import "../../chunk-LEPGLH7Q.mjs";
19
+ import "../../chunk-RC5NN5UF.mjs";
19
20
  import "../../chunk-VGU72ZNI.mjs";
20
21
  import "../../chunk-E7M4CJKR.mjs";
21
22
  import "../../chunk-VOB7TMKL.mjs";
22
- import "../../chunk-RC5NN5UF.mjs";
23
23
  import "../../chunk-LRHWT4JU.mjs";
24
24
  import "../../chunk-U7CKUUO7.mjs";
25
25
  import "../../chunk-CPOSU35L.mjs";