@blindpay/node 3.1.0 → 3.1.1
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.
- package/dist/{api-client-DhY5DFpq.d.mts → api-client-CIPV5zmo.d.mts} +1 -1
- package/dist/{api-client-DhY5DFpq.d.ts → api-client-CIPV5zmo.d.ts} +1 -1
- package/dist/{chunk-V4V47AUC.mjs → chunk-I4KOWV46.mjs} +5 -5
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +5 -5
- package/dist/resources/api-keys/api-keys.test.js +1 -1
- package/dist/resources/api-keys/api-keys.test.mjs +2 -2
- package/dist/resources/api-keys/index.d.mts +1 -1
- package/dist/resources/api-keys/index.d.ts +1 -1
- package/dist/resources/available/available.test.js +1 -1
- package/dist/resources/available/available.test.mjs +2 -2
- package/dist/resources/available/index.d.mts +1 -1
- package/dist/resources/available/index.d.ts +1 -1
- package/dist/resources/bank-accounts/bank-accounts.test.js +1 -1
- package/dist/resources/bank-accounts/bank-accounts.test.mjs +2 -2
- package/dist/resources/bank-accounts/index.d.mts +1 -1
- package/dist/resources/bank-accounts/index.d.ts +1 -1
- package/dist/resources/instances/index.d.mts +1 -1
- package/dist/resources/instances/index.d.ts +1 -1
- package/dist/resources/instances/instances.test.js +1 -1
- package/dist/resources/instances/instances.test.mjs +2 -2
- package/dist/resources/partner-fees/index.d.mts +1 -1
- package/dist/resources/partner-fees/index.d.ts +1 -1
- package/dist/resources/partner-fees/partner-fees.test.js +1 -1
- package/dist/resources/partner-fees/partner-fees.test.mjs +2 -2
- package/dist/resources/payins/index.d.mts +1 -1
- package/dist/resources/payins/index.d.ts +1 -1
- package/dist/resources/payins/payins-quotes.test.js +1 -1
- package/dist/resources/payins/payins-quotes.test.mjs +2 -2
- package/dist/resources/payins/payins.test.js +1 -1
- package/dist/resources/payins/payins.test.mjs +2 -2
- package/dist/resources/payins/quotes.d.mts +1 -1
- package/dist/resources/payins/quotes.d.ts +1 -1
- package/dist/resources/payouts/index.d.mts +1 -1
- package/dist/resources/payouts/index.d.ts +1 -1
- package/dist/resources/payouts/payouts.test.js +1 -1
- package/dist/resources/payouts/payouts.test.mjs +2 -2
- package/dist/resources/quotes/index.d.mts +1 -1
- package/dist/resources/quotes/index.d.ts +1 -1
- package/dist/resources/quotes/quotes.test.js +1 -1
- package/dist/resources/quotes/quotes.test.mjs +2 -2
- package/dist/resources/receivers/index.d.mts +1 -1
- package/dist/resources/receivers/index.d.ts +1 -1
- package/dist/resources/receivers/receivers.test.js +1 -1
- package/dist/resources/receivers/receivers.test.mjs +2 -2
- package/dist/resources/terms-of-service/index.d.mts +1 -1
- package/dist/resources/terms-of-service/index.d.ts +1 -1
- package/dist/resources/terms-of-service/terms-of-service.test.js +1 -1
- package/dist/resources/terms-of-service/terms-of-service.test.mjs +2 -2
- package/dist/resources/virtual-accounts/index.d.mts +1 -1
- package/dist/resources/virtual-accounts/index.d.ts +1 -1
- package/dist/resources/virtual-accounts/virtual-accounts.test.js +1 -1
- package/dist/resources/virtual-accounts/virtual-accounts.test.mjs +2 -2
- package/dist/resources/wallets/blockchain.d.mts +1 -1
- package/dist/resources/wallets/blockchain.d.ts +1 -1
- package/dist/resources/wallets/blockchain.test.js +1 -1
- package/dist/resources/wallets/blockchain.test.mjs +2 -2
- package/dist/resources/wallets/offramp.d.mts +1 -1
- package/dist/resources/wallets/offramp.d.ts +1 -1
- package/dist/resources/wallets/offramp.test.js +1 -1
- package/dist/resources/wallets/offramp.test.mjs +2 -2
- package/dist/resources/webhooks/index.d.mts +1 -1
- package/dist/resources/webhooks/index.d.ts +1 -1
- package/dist/resources/webhooks/webhooks.test.js +1 -1
- package/dist/resources/webhooks/webhooks.test.mjs +2 -2
- package/package.json +1 -1
|
@@ -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" | "
|
|
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" | "
|
|
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.
|
|
72
|
+
version = "3.1.1";
|
|
73
73
|
}
|
|
74
74
|
});
|
|
75
75
|
|
package/dist/index.d.mts
CHANGED
|
@@ -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-
|
|
30
|
+
import './api-client-CIPV5zmo.mjs';
|
|
31
31
|
|
|
32
32
|
declare class BlindPay {
|
|
33
33
|
private readonly baseUrl;
|
package/dist/index.d.ts
CHANGED
|
@@ -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-
|
|
30
|
+
import './api-client-CIPV5zmo.js';
|
|
31
31
|
|
|
32
32
|
declare class BlindPay {
|
|
33
33
|
private readonly baseUrl;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BlindPay,
|
|
3
3
|
init_client
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-I4KOWV46.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.
|
|
18700
|
+
var version = "3.1.1";
|
|
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-
|
|
10
|
+
} from "../../chunk-I4KOWV46.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";
|
|
@@ -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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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-
|
|
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-
|
|
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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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-
|
|
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-
|
|
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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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-
|
|
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-
|
|
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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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, A as AccountClass, C as Country } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse, A as AccountClass, C as Country } from '../../api-client-CIPV5zmo.mjs';
|
|
2
2
|
|
|
3
3
|
type StrictOmit<T, K extends keyof T> = Omit<T, K>;
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as InternalApiClient, B as BlindpayApiResponse, A as AccountClass, C as Country } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse, A as AccountClass, C as Country } from '../../api-client-CIPV5zmo.js';
|
|
2
2
|
|
|
3
3
|
type StrictOmit<T, K extends keyof T> = Omit<T, K>;
|
|
4
4
|
|
|
@@ -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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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, S as StablecoinToken, N as Network } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse, S as StablecoinToken, N as Network } from '../../api-client-CIPV5zmo.mjs';
|
|
2
2
|
|
|
3
3
|
type BankingPartner = "jpmorgan" | "citi";
|
|
4
4
|
type VirtualAccount = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as InternalApiClient, B as BlindpayApiResponse, S as StablecoinToken, N as Network } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse, S as StablecoinToken, N as Network } from '../../api-client-CIPV5zmo.js';
|
|
2
2
|
|
|
3
3
|
type BankingPartner = "jpmorgan" | "citi";
|
|
4
4
|
type VirtualAccount = {
|
|
@@ -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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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, N as Network } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse, N as Network } from '../../api-client-CIPV5zmo.mjs';
|
|
2
2
|
|
|
3
3
|
type GetBlockchainWalletMessage = string;
|
|
4
4
|
type GetBlockchainWalletMessageResponse = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as InternalApiClient, B as BlindpayApiResponse, N as Network } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse, N as Network } from '../../api-client-CIPV5zmo.js';
|
|
2
2
|
|
|
3
3
|
type GetBlockchainWalletMessage = string;
|
|
4
4
|
type GetBlockchainWalletMessageResponse = {
|
|
@@ -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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.mjs';
|
|
2
2
|
|
|
3
3
|
type WebhookEvents = "receiver.new" | "receiver.update" | "bankAccount.new" | "payout.new" | "payout.update" | "payout.complete" | "payout.partnerFee" | "blockchainWallet.new" | "payin.new" | "payin.update" | "payin.complete" | "payin.partnerFee" | "tos.accept";
|
|
4
4
|
type CreateWebhookEndpointInput = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-
|
|
1
|
+
import { I as InternalApiClient, B as BlindpayApiResponse } from '../../api-client-CIPV5zmo.js';
|
|
2
2
|
|
|
3
3
|
type WebhookEvents = "receiver.new" | "receiver.update" | "bankAccount.new" | "payout.new" | "payout.update" | "payout.complete" | "payout.partnerFee" | "blockchainWallet.new" | "payin.new" | "payin.update" | "payin.complete" | "payin.partnerFee" | "tos.accept";
|
|
4
4
|
type CreateWebhookEndpointInput = {
|
|
@@ -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.
|
|
18705
|
+
var version = "3.1.1";
|
|
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-
|
|
11
|
+
} from "../../chunk-I4KOWV46.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";
|