@blindpay/node 1.0.0 → 1.1.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 (104) hide show
  1. package/README.md +24 -37
  2. package/dist/{chunk-HKFAJXJG.mjs → chunk-3QQCDR3E.mjs} +12 -32
  3. package/dist/{chunk-LUDGZPXY.mjs → chunk-5XJJKYXE.mjs} +9 -16
  4. package/dist/chunk-64EFLUS3.mjs +106 -0
  5. package/dist/chunk-B5T7AQLH.mjs +38 -0
  6. package/dist/{chunk-VKN2AMCW.mjs → chunk-BONN6PYB.mjs} +12 -30
  7. package/dist/{chunk-M6IYYMRW.mjs → chunk-E7M4CJKR.mjs} +4 -12
  8. package/dist/chunk-IZYPRCCV.mjs +82 -0
  9. package/dist/{chunk-QVOSGLUO.mjs → chunk-LRHWT4JU.mjs} +6 -10
  10. package/dist/chunk-QGNLMN6Z.mjs +49 -0
  11. package/dist/{chunk-3CZJEDS5.mjs → chunk-RC5NN5UF.mjs} +5 -14
  12. package/dist/{chunk-GNDAATIJ.mjs → chunk-TBTA7A2P.mjs} +4 -12
  13. package/dist/{chunk-CNNEROQ7.mjs → chunk-UC57SCKQ.mjs} +6 -17
  14. package/dist/{chunk-UCAW3RTZ.mjs → chunk-W7NJUABI.mjs} +12 -20
  15. package/dist/{chunk-ES7RXEM7.mjs → chunk-ZPGWM4VJ.mjs} +46 -37
  16. package/dist/index.d.mts +14 -10
  17. package/dist/index.d.ts +14 -10
  18. package/dist/index.js +237 -435
  19. package/dist/index.mjs +19 -19
  20. package/dist/resources/api-keys/api-keys.test.js +238 -445
  21. package/dist/resources/api-keys/api-keys.test.mjs +19 -28
  22. package/dist/resources/api-keys/index.d.mts +20 -20
  23. package/dist/resources/api-keys/index.d.ts +20 -20
  24. package/dist/resources/api-keys/index.js +6 -10
  25. package/dist/resources/api-keys/index.mjs +1 -1
  26. package/dist/resources/available/available.test.js +235 -433
  27. package/dist/resources/available/available.test.mjs +16 -16
  28. package/dist/resources/bank-accounts/bank-accounts.test.js +245 -455
  29. package/dist/resources/bank-accounts/bank-accounts.test.mjs +26 -38
  30. package/dist/resources/bank-accounts/index.d.mts +22 -145
  31. package/dist/resources/bank-accounts/index.d.ts +22 -145
  32. package/dist/resources/bank-accounts/index.js +102 -184
  33. package/dist/resources/bank-accounts/index.mjs +1 -1
  34. package/dist/resources/instances/index.d.mts +9 -20
  35. package/dist/resources/instances/index.d.ts +9 -20
  36. package/dist/resources/instances/index.js +11 -20
  37. package/dist/resources/instances/index.mjs +1 -1
  38. package/dist/resources/instances/instances.test.js +239 -446
  39. package/dist/resources/instances/instances.test.mjs +20 -29
  40. package/dist/resources/partner-fees/index.d.mts +8 -18
  41. package/dist/resources/partner-fees/index.d.ts +8 -18
  42. package/dist/resources/partner-fees/index.js +5 -14
  43. package/dist/resources/partner-fees/index.mjs +1 -1
  44. package/dist/resources/partner-fees/partner-fees.test.js +238 -445
  45. package/dist/resources/partner-fees/partner-fees.test.mjs +19 -28
  46. package/dist/resources/payins/index.d.mts +15 -30
  47. package/dist/resources/payins/index.d.ts +15 -30
  48. package/dist/resources/payins/index.js +12 -20
  49. package/dist/resources/payins/index.mjs +1 -1
  50. package/dist/resources/payins/payins-quotes.test.js +235 -435
  51. package/dist/resources/payins/payins-quotes.test.mjs +16 -18
  52. package/dist/resources/payins/payins.test.js +240 -449
  53. package/dist/resources/payins/payins.test.mjs +21 -32
  54. package/dist/resources/payins/quotes.d.mts +3 -5
  55. package/dist/resources/payins/quotes.d.ts +3 -5
  56. package/dist/resources/payins/quotes.js +4 -12
  57. package/dist/resources/payins/quotes.mjs +1 -1
  58. package/dist/resources/payouts/index.d.mts +13 -28
  59. package/dist/resources/payouts/index.d.ts +13 -28
  60. package/dist/resources/payouts/index.js +12 -32
  61. package/dist/resources/payouts/index.mjs +1 -1
  62. package/dist/resources/payouts/payouts.test.js +239 -449
  63. package/dist/resources/payouts/payouts.test.mjs +20 -32
  64. package/dist/resources/quotes/index.d.mts +3 -5
  65. package/dist/resources/quotes/index.d.ts +3 -5
  66. package/dist/resources/quotes/index.js +4 -12
  67. package/dist/resources/quotes/index.mjs +1 -1
  68. package/dist/resources/quotes/quotes.test.js +235 -435
  69. package/dist/resources/quotes/quotes.test.mjs +16 -18
  70. package/dist/resources/receivers/index.d.mts +13 -27
  71. package/dist/resources/receivers/index.d.ts +13 -27
  72. package/dist/resources/receivers/index.js +12 -30
  73. package/dist/resources/receivers/index.mjs +1 -1
  74. package/dist/resources/receivers/receivers.test.js +241 -452
  75. package/dist/resources/receivers/receivers.test.mjs +22 -35
  76. package/dist/resources/virtual-accounts/index.d.mts +7 -12
  77. package/dist/resources/virtual-accounts/index.d.ts +7 -12
  78. package/dist/resources/virtual-accounts/index.js +9 -16
  79. package/dist/resources/virtual-accounts/index.mjs +1 -1
  80. package/dist/resources/virtual-accounts/virtual-accounts.test.js +238 -441
  81. package/dist/resources/virtual-accounts/virtual-accounts.test.mjs +19 -24
  82. package/dist/resources/wallets/blockchain.d.mts +23 -31
  83. package/dist/resources/wallets/blockchain.d.ts +23 -31
  84. package/dist/resources/wallets/blockchain.js +51 -33
  85. package/dist/resources/wallets/blockchain.mjs +1 -1
  86. package/dist/resources/wallets/blockchain.test.js +268 -451
  87. package/dist/resources/wallets/blockchain.test.mjs +49 -34
  88. package/dist/resources/wallets/offramp.d.mts +10 -13
  89. package/dist/resources/wallets/offramp.d.ts +10 -13
  90. package/dist/resources/wallets/offramp.js +14 -14
  91. package/dist/resources/wallets/offramp.mjs +1 -1
  92. package/dist/resources/wallets/offramp.test.js +241 -442
  93. package/dist/resources/wallets/offramp.test.mjs +22 -25
  94. package/dist/resources/webhooks/index.d.mts +9 -22
  95. package/dist/resources/webhooks/index.d.ts +9 -22
  96. package/dist/resources/webhooks/index.js +6 -17
  97. package/dist/resources/webhooks/index.mjs +1 -1
  98. package/dist/resources/webhooks/webhooks.test.js +239 -448
  99. package/dist/resources/webhooks/webhooks.test.mjs +20 -31
  100. package/package.json +2 -4
  101. package/dist/chunk-2DAKB5XK.mjs +0 -212
  102. package/dist/chunk-GEDDLCJY.mjs +0 -77
  103. package/dist/chunk-LK3JPQ6I.mjs +0 -49
  104. package/dist/chunk-LLWEHHKB.mjs +0 -47
@@ -6,23 +6,23 @@ import {
6
6
  it
7
7
  } from "../../chunk-GCCHFONX.mjs";
8
8
  import {
9
- Blindpay,
9
+ BlindPay,
10
10
  init_client
11
- } from "../../chunk-ES7RXEM7.mjs";
12
- import "../../chunk-GEDDLCJY.mjs";
13
- import "../../chunk-LK3JPQ6I.mjs";
14
- import "../../chunk-CNNEROQ7.mjs";
15
- import "../../chunk-GNDAATIJ.mjs";
16
- import "../../chunk-VKN2AMCW.mjs";
17
- import "../../chunk-LUDGZPXY.mjs";
18
- import "../../chunk-3CZJEDS5.mjs";
19
- import "../../chunk-UCAW3RTZ.mjs";
20
- import "../../chunk-M6IYYMRW.mjs";
21
- import "../../chunk-HKFAJXJG.mjs";
22
- import "../../chunk-QVOSGLUO.mjs";
23
- import "../../chunk-2DAKB5XK.mjs";
11
+ } from "../../chunk-ZPGWM4VJ.mjs";
12
+ import "../../chunk-IZYPRCCV.mjs";
13
+ import "../../chunk-QGNLMN6Z.mjs";
14
+ import "../../chunk-UC57SCKQ.mjs";
15
+ import "../../chunk-TBTA7A2P.mjs";
16
+ import "../../chunk-BONN6PYB.mjs";
17
+ import "../../chunk-5XJJKYXE.mjs";
18
+ import "../../chunk-RC5NN5UF.mjs";
19
+ import "../../chunk-W7NJUABI.mjs";
20
+ import "../../chunk-E7M4CJKR.mjs";
21
+ import "../../chunk-3QQCDR3E.mjs";
22
+ import "../../chunk-LRHWT4JU.mjs";
24
23
  import "../../chunk-QHMIK7U3.mjs";
25
- import "../../chunk-LLWEHHKB.mjs";
24
+ import "../../chunk-64EFLUS3.mjs";
25
+ import "../../chunk-B5T7AQLH.mjs";
26
26
  import {
27
27
  __async,
28
28
  __commonJS
@@ -35,7 +35,7 @@ var require_quotes_test = __commonJS({
35
35
  init_client();
36
36
  describe("Quotes", () => {
37
37
  afterEach(() => fetchMock.resetMocks());
38
- const blindpay = new Blindpay("test-key");
38
+ const blindpay = new BlindPay({ apiKey: "test-key", instanceId: "in_000000000000" });
39
39
  describe("Create quote", () => {
40
40
  it("should create a quote", () => __async(null, null, function* () {
41
41
  const mockedQuote = {
@@ -65,7 +65,6 @@ var require_quotes_test = __commonJS({
65
65
  headers: { "Content-Type": "application/json" }
66
66
  });
67
67
  const { data, error } = yield blindpay.quotes.create({
68
- instanceId: "in_000000000000",
69
68
  bank_account_id: "ba_000000000000",
70
69
  currency_type: "sender",
71
70
  network: "sepolia",
@@ -95,7 +94,6 @@ var require_quotes_test = __commonJS({
95
94
  headers: { "Content-Type": "application/json" }
96
95
  });
97
96
  const { data, error } = yield blindpay.quotes.getFxRate({
98
- instanceId: "in_000000000000",
99
97
  currency_type: "sender",
100
98
  from: "USD",
101
99
  to: "BRL",
@@ -2,7 +2,7 @@ import { I as InternalApiClient, B as BlindpayApiResponse, A as AccountClass, C
2
2
 
3
3
  type ProofOfAddressDocType = "UTILITY_BILL" | "BANK_STATEMENT" | "RENTAL_AGREEMENT" | "TAX_DOCUMENT" | "GOVERNMENT_CORRESPONDENCE";
4
4
  type PurposeOfTransactions = "business_transactions" | "charitable_donations" | "investment_purposes" | "payments_to_friends_or_family_abroad" | "personal_or_living_expenses";
5
- type SourceOfFundsDocType = "business_income" | "gambling_proceeds" | "gifts" | "government_benefits" | "inheritance";
5
+ type SourceOfFundsDocType = "business_income" | "gambling_proceeds" | "gifts" | "government_benefits" | "inheritance" | "investment_loans" | "pension_retirement" | "salary" | "sale_of_assets_real_estate" | "savings" | "esops" | "investment_proceeds";
6
6
  type IdentificationDocument = "PASSPORT" | "ID_CARD" | "DRIVERS";
7
7
  type KycType = "light" | "standard" | "enhanced";
8
8
  type OwnerRole = "beneficial_controlling" | "beneficial_owner" | "controlling_person";
@@ -82,12 +82,8 @@ type Receiver = {
82
82
  monthly: number;
83
83
  };
84
84
  };
85
- type ListReceiversInput = {
86
- instanceId: string;
87
- };
88
85
  type ListReceiversResponse = Receiver[];
89
86
  type CreateReceiverInput = {
90
- instanceId: string;
91
87
  country: Country;
92
88
  kyc_type: KycType;
93
89
  type: AccountClass;
@@ -128,14 +124,10 @@ type CreateReceiverInput = {
128
124
  type CreateReceiverResponse = {
129
125
  id: string;
130
126
  };
131
- type GetReceiverInput = {
132
- instanceId: string;
133
- id: string;
134
- };
127
+ type GetReceiverInput = string;
135
128
  type GetReceiverResponse = Receiver;
136
129
  type UpdateReceiverInput = {
137
- instanceId: string;
138
- id: string;
130
+ receiver_id: string;
139
131
  email?: string;
140
132
  tax_id?: string;
141
133
  address_line_1?: string;
@@ -173,14 +165,8 @@ type UpdateReceiverInput = {
173
165
  external_id?: string;
174
166
  tos_id?: string;
175
167
  };
176
- type DeleteReceiverInput = {
177
- instanceId: string;
178
- id: string;
179
- };
180
- type GetReceiverLimitsInput = {
181
- instanceId: string;
182
- id: string;
183
- };
168
+ type DeleteReceiverInput = string;
169
+ type GetReceiverLimitsInput = string;
184
170
  type GetReceiverLimitsResponse = {
185
171
  limits: {
186
172
  payin: {
@@ -193,13 +179,13 @@ type GetReceiverLimitsResponse = {
193
179
  };
194
180
  };
195
181
  };
196
- declare function createReceiversResource(client: InternalApiClient): {
197
- list({ instanceId, }: ListReceiversInput): Promise<BlindpayApiResponse<ListReceiversResponse>>;
198
- create({ instanceId, ...data }: CreateReceiverInput): Promise<BlindpayApiResponse<CreateReceiverResponse>>;
199
- get({ instanceId, id, }: GetReceiverInput): Promise<BlindpayApiResponse<GetReceiverResponse>>;
200
- update({ instanceId, id, ...data }: UpdateReceiverInput): Promise<BlindpayApiResponse<void>>;
201
- delete({ instanceId, id }: DeleteReceiverInput): Promise<BlindpayApiResponse<void>>;
202
- getLimits({ instanceId, id, }: GetReceiverLimitsInput): Promise<BlindpayApiResponse<GetReceiverLimitsResponse>>;
182
+ declare function createReceiversResource(instanceId: string, client: InternalApiClient): {
183
+ list(): Promise<BlindpayApiResponse<ListReceiversResponse>>;
184
+ create({ ...data }: CreateReceiverInput): Promise<BlindpayApiResponse<CreateReceiverResponse>>;
185
+ get(receiver_id: GetReceiverInput): Promise<BlindpayApiResponse<GetReceiverResponse>>;
186
+ update({ receiver_id, ...data }: UpdateReceiverInput): Promise<BlindpayApiResponse<void>>;
187
+ delete(receiver_id: DeleteReceiverInput): Promise<BlindpayApiResponse<void>>;
188
+ getLimits(receiver_id: GetReceiverLimitsInput): Promise<BlindpayApiResponse<GetReceiverLimitsResponse>>;
203
189
  };
204
190
 
205
- export { type CreateReceiverInput, type CreateReceiverResponse, type DeleteReceiverInput, type GetReceiverInput, type GetReceiverLimitsInput, type GetReceiverLimitsResponse, type GetReceiverResponse, type IdentificationDocument, type KycType, type ListReceiversInput, type ListReceiversResponse, type Owner, type OwnerRole, type ProofOfAddressDocType, type PurposeOfTransactions, type Receiver, type SourceOfFundsDocType, type UpdateReceiverInput, createReceiversResource };
191
+ export { type CreateReceiverInput, type CreateReceiverResponse, type DeleteReceiverInput, type GetReceiverInput, type GetReceiverLimitsInput, type GetReceiverLimitsResponse, type GetReceiverResponse, type IdentificationDocument, type KycType, type ListReceiversResponse, type Owner, type OwnerRole, type ProofOfAddressDocType, type PurposeOfTransactions, type Receiver, type SourceOfFundsDocType, type UpdateReceiverInput, createReceiversResource };
@@ -2,7 +2,7 @@ import { I as InternalApiClient, B as BlindpayApiResponse, A as AccountClass, C
2
2
 
3
3
  type ProofOfAddressDocType = "UTILITY_BILL" | "BANK_STATEMENT" | "RENTAL_AGREEMENT" | "TAX_DOCUMENT" | "GOVERNMENT_CORRESPONDENCE";
4
4
  type PurposeOfTransactions = "business_transactions" | "charitable_donations" | "investment_purposes" | "payments_to_friends_or_family_abroad" | "personal_or_living_expenses";
5
- type SourceOfFundsDocType = "business_income" | "gambling_proceeds" | "gifts" | "government_benefits" | "inheritance";
5
+ type SourceOfFundsDocType = "business_income" | "gambling_proceeds" | "gifts" | "government_benefits" | "inheritance" | "investment_loans" | "pension_retirement" | "salary" | "sale_of_assets_real_estate" | "savings" | "esops" | "investment_proceeds";
6
6
  type IdentificationDocument = "PASSPORT" | "ID_CARD" | "DRIVERS";
7
7
  type KycType = "light" | "standard" | "enhanced";
8
8
  type OwnerRole = "beneficial_controlling" | "beneficial_owner" | "controlling_person";
@@ -82,12 +82,8 @@ type Receiver = {
82
82
  monthly: number;
83
83
  };
84
84
  };
85
- type ListReceiversInput = {
86
- instanceId: string;
87
- };
88
85
  type ListReceiversResponse = Receiver[];
89
86
  type CreateReceiverInput = {
90
- instanceId: string;
91
87
  country: Country;
92
88
  kyc_type: KycType;
93
89
  type: AccountClass;
@@ -128,14 +124,10 @@ type CreateReceiverInput = {
128
124
  type CreateReceiverResponse = {
129
125
  id: string;
130
126
  };
131
- type GetReceiverInput = {
132
- instanceId: string;
133
- id: string;
134
- };
127
+ type GetReceiverInput = string;
135
128
  type GetReceiverResponse = Receiver;
136
129
  type UpdateReceiverInput = {
137
- instanceId: string;
138
- id: string;
130
+ receiver_id: string;
139
131
  email?: string;
140
132
  tax_id?: string;
141
133
  address_line_1?: string;
@@ -173,14 +165,8 @@ type UpdateReceiverInput = {
173
165
  external_id?: string;
174
166
  tos_id?: string;
175
167
  };
176
- type DeleteReceiverInput = {
177
- instanceId: string;
178
- id: string;
179
- };
180
- type GetReceiverLimitsInput = {
181
- instanceId: string;
182
- id: string;
183
- };
168
+ type DeleteReceiverInput = string;
169
+ type GetReceiverLimitsInput = string;
184
170
  type GetReceiverLimitsResponse = {
185
171
  limits: {
186
172
  payin: {
@@ -193,13 +179,13 @@ type GetReceiverLimitsResponse = {
193
179
  };
194
180
  };
195
181
  };
196
- declare function createReceiversResource(client: InternalApiClient): {
197
- list({ instanceId, }: ListReceiversInput): Promise<BlindpayApiResponse<ListReceiversResponse>>;
198
- create({ instanceId, ...data }: CreateReceiverInput): Promise<BlindpayApiResponse<CreateReceiverResponse>>;
199
- get({ instanceId, id, }: GetReceiverInput): Promise<BlindpayApiResponse<GetReceiverResponse>>;
200
- update({ instanceId, id, ...data }: UpdateReceiverInput): Promise<BlindpayApiResponse<void>>;
201
- delete({ instanceId, id }: DeleteReceiverInput): Promise<BlindpayApiResponse<void>>;
202
- getLimits({ instanceId, id, }: GetReceiverLimitsInput): Promise<BlindpayApiResponse<GetReceiverLimitsResponse>>;
182
+ declare function createReceiversResource(instanceId: string, client: InternalApiClient): {
183
+ list(): Promise<BlindpayApiResponse<ListReceiversResponse>>;
184
+ create({ ...data }: CreateReceiverInput): Promise<BlindpayApiResponse<CreateReceiverResponse>>;
185
+ get(receiver_id: GetReceiverInput): Promise<BlindpayApiResponse<GetReceiverResponse>>;
186
+ update({ receiver_id, ...data }: UpdateReceiverInput): Promise<BlindpayApiResponse<void>>;
187
+ delete(receiver_id: DeleteReceiverInput): Promise<BlindpayApiResponse<void>>;
188
+ getLimits(receiver_id: GetReceiverLimitsInput): Promise<BlindpayApiResponse<GetReceiverLimitsResponse>>;
203
189
  };
204
190
 
205
- export { type CreateReceiverInput, type CreateReceiverResponse, type DeleteReceiverInput, type GetReceiverInput, type GetReceiverLimitsInput, type GetReceiverLimitsResponse, type GetReceiverResponse, type IdentificationDocument, type KycType, type ListReceiversInput, type ListReceiversResponse, type Owner, type OwnerRole, type ProofOfAddressDocType, type PurposeOfTransactions, type Receiver, type SourceOfFundsDocType, type UpdateReceiverInput, createReceiversResource };
191
+ export { type CreateReceiverInput, type CreateReceiverResponse, type DeleteReceiverInput, type GetReceiverInput, type GetReceiverLimitsInput, type GetReceiverLimitsResponse, type GetReceiverResponse, type IdentificationDocument, type KycType, type ListReceiversResponse, type Owner, type OwnerRole, type ProofOfAddressDocType, type PurposeOfTransactions, type Receiver, type SourceOfFundsDocType, type UpdateReceiverInput, createReceiversResource };
@@ -37,45 +37,27 @@ __export(receivers_exports, {
37
37
  createReceiversResource: () => createReceiversResource
38
38
  });
39
39
  module.exports = __toCommonJS(receivers_exports);
40
- function createReceiversResource(client) {
40
+ function createReceiversResource(instanceId, client) {
41
41
  return {
42
- list({
43
- instanceId
44
- }) {
42
+ list() {
45
43
  return client.get(`/instances/${instanceId}/receivers`);
46
44
  },
47
45
  create(_a) {
48
- var _b = _a, {
49
- instanceId
50
- } = _b, data = __objRest(_b, [
51
- "instanceId"
52
- ]);
46
+ var data = __objRest(_a, []);
53
47
  return client.post(`/instances/${instanceId}/receivers`, data);
54
48
  },
55
- get({
56
- instanceId,
57
- id
58
- }) {
59
- return client.get(`/instances/${instanceId}/receivers/${id}`);
49
+ get(receiver_id) {
50
+ return client.get(`/instances/${instanceId}/receivers/${receiver_id}`);
60
51
  },
61
- update(_c) {
62
- var _d = _c, {
63
- instanceId,
64
- id
65
- } = _d, data = __objRest(_d, [
66
- "instanceId",
67
- "id"
68
- ]);
69
- return client.patch(`/instances/${instanceId}/receivers/${id}`, data);
52
+ update(_b) {
53
+ var _c = _b, { receiver_id } = _c, data = __objRest(_c, ["receiver_id"]);
54
+ return client.patch(`/instances/${instanceId}/receivers/${receiver_id}`, data);
70
55
  },
71
- delete({ instanceId, id }) {
72
- return client.delete(`/instances/${instanceId}/receivers/${id}`);
56
+ delete(receiver_id) {
57
+ return client.delete(`/instances/${instanceId}/receivers/${receiver_id}`);
73
58
  },
74
- getLimits({
75
- instanceId,
76
- id
77
- }) {
78
- return client.get(`/instances/${instanceId}/limits/receivers/${id}`);
59
+ getLimits(receiver_id) {
60
+ return client.get(`/instances/${instanceId}/limits/receivers/${receiver_id}`);
79
61
  }
80
62
  };
81
63
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createReceiversResource,
3
3
  init_receivers
4
- } from "../../chunk-VKN2AMCW.mjs";
4
+ } from "../../chunk-BONN6PYB.mjs";
5
5
  import "../../chunk-OBKEW4AQ.mjs";
6
6
  init_receivers();
7
7
  export {