@develit-services/bank 0.7.10 → 0.8.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/README.md +34 -0
- package/dist/database/schema.d.cts +1 -1
- package/dist/database/schema.d.mts +1 -1
- package/dist/database/schema.d.ts +1 -1
- package/dist/export/worker.cjs +51 -0
- package/dist/export/worker.d.cts +25 -6
- package/dist/export/worker.d.mts +25 -6
- package/dist/export/worker.d.ts +25 -6
- package/dist/export/worker.mjs +51 -0
- package/dist/export/workflows.cjs +24 -19
- package/dist/export/workflows.mjs +24 -19
- package/dist/shared/{bank.0qpz9IIt.d.cts → bank.BJ7LqYtJ.d.cts} +4 -4
- package/dist/shared/{bank.0qpz9IIt.d.mts → bank.BJ7LqYtJ.d.mts} +4 -4
- package/dist/shared/{bank.0qpz9IIt.d.ts → bank.BJ7LqYtJ.d.ts} +4 -4
- package/dist/shared/bank.C0p-hLzn.d.cts +1500 -0
- package/dist/shared/bank.C0p-hLzn.d.mts +1500 -0
- package/dist/shared/bank.C0p-hLzn.d.ts +1500 -0
- package/dist/types.d.cts +4 -3
- package/dist/types.d.mts +4 -3
- package/dist/types.d.ts +4 -3
- package/package.json +1 -1
- package/dist/shared/bank.COC0tqmL.d.cts +0 -750
- package/dist/shared/bank.COC0tqmL.d.mts +0 -750
- package/dist/shared/bank.COC0tqmL.d.ts +0 -750
package/dist/types.d.cts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { b as CurrencyCode, c as BankCode, d as CountryCode, I as IBankConnector, a as ConnectorKey, e as ConnectedAccount, f as CredentialsResolver, g as AccountCredentialsInsertType, h as AccountInsertType, i as BatchedPayment, j as InitiatedBatch, k as IncomingPayment, l as InitiatedPayment, A as AccountSelectType, m as ParsedBankPayment, n as PaymentStatus, o as BatchStatus, p as PaymentType, q as BatchMetadata, r as Currency, P as PaymentSelectType, s as AccountAssignedPayment, u as PreparedPayment, v as CompletedPayment } from './shared/bank.
|
|
2
|
-
export { w as ACCOUNT_STATUSES, x as AccountCredentialsPatchType, y as AccountCredentialsSelectType, z as AccountCredentialsUpdateType, D as AccountPatchType, E as AccountStatus, F as AccountUpdateType, G as BATCH_STATUES, G as BATCH_STATUSES, H as BankAccountWithLastSync, J as BatchInsertType, K as BatchLifecycle, M as BatchPayment, B as BatchSelectType, N as CHARGE_BEARERS, O as CONNECTOR_KEYS, Q as COUNTRY_CODES, R as CREDENTIALS_TYPES, S as ChargeBearer, T as CompletedBatch, C as ConfigEnvironmentBank, U as CreatedBatch, V as CredentialsType, W as INSTRUCTION_PRIORITIES, X as InstructionPriority, L as LastSyncMetadata, Y as PAYMENT_DIRECTIONS, Z as PAYMENT_STATUSES, _ as PAYMENT_TYPES, $ as PaymentDirection, a0 as PaymentFailedInsertType, a1 as PaymentInsertType, a2 as PaymentLifecycle, a3 as PaymentPreparedInsertType, a4 as ProcessingBatch, a5 as ReadyToSignBatch, a6 as ResolvedCredentials, a7 as SignedBatch, a8 as TOKEN_TYPES, a9 as TokenType, aa as accountCredentialsInsertSchema, ab as accountCredentialsSelectSchema, ac as accountCredentialsUpdateSchema, ad as accountInsertSchema, ae as accountSelectSchema, af as accountUpdateSchema, ag as hasPaymentAccountAssigned, ah as isBatchCompleted, ai as isBatchFailed, aj as isBatchInitiated, ak as isBatchOpen, al as isBatchProcessing, am as isBatchReadyToSign, an as isBatchSigned, ao as isPaymentCompleted, ap as isPaymentPrepared } from './shared/bank.
|
|
1
|
+
import { b as CurrencyCode, c as BankCode, d as CountryCode, I as IBankConnector, a as ConnectorKey, e as ConnectedAccount, f as CredentialsResolver, g as AccountCredentialsInsertType, h as AccountInsertType, i as BatchedPayment, j as InitiatedBatch, k as IncomingPayment, l as InitiatedPayment, A as AccountSelectType, m as ParsedBankPayment, n as PaymentStatus, o as BatchStatus, p as PaymentType, q as BatchMetadata, r as Currency, P as PaymentSelectType, s as AccountAssignedPayment, u as PreparedPayment, v as CompletedPayment } from './shared/bank.BJ7LqYtJ.cjs';
|
|
2
|
+
export { w as ACCOUNT_STATUSES, x as AccountCredentialsPatchType, y as AccountCredentialsSelectType, z as AccountCredentialsUpdateType, D as AccountPatchType, E as AccountStatus, F as AccountUpdateType, G as BATCH_STATUES, G as BATCH_STATUSES, H as BankAccountWithLastSync, J as BatchInsertType, K as BatchLifecycle, M as BatchPayment, B as BatchSelectType, N as CHARGE_BEARERS, O as CONNECTOR_KEYS, Q as COUNTRY_CODES, R as CREDENTIALS_TYPES, S as ChargeBearer, T as CompletedBatch, C as ConfigEnvironmentBank, U as CreatedBatch, V as CredentialsType, W as INSTRUCTION_PRIORITIES, X as InstructionPriority, L as LastSyncMetadata, Y as PAYMENT_DIRECTIONS, Z as PAYMENT_STATUSES, _ as PAYMENT_TYPES, $ as PaymentDirection, a0 as PaymentFailedInsertType, a1 as PaymentInsertType, a2 as PaymentLifecycle, a3 as PaymentPreparedInsertType, a4 as ProcessingBatch, a5 as ReadyToSignBatch, a6 as ResolvedCredentials, a7 as SignedBatch, a8 as TOKEN_TYPES, a9 as TokenType, aa as accountCredentialsInsertSchema, ab as accountCredentialsSelectSchema, ac as accountCredentialsUpdateSchema, ad as accountInsertSchema, ae as accountSelectSchema, af as accountUpdateSchema, ag as hasPaymentAccountAssigned, ah as isBatchCompleted, ai as isBatchFailed, aj as isBatchInitiated, ak as isBatchOpen, al as isBatchProcessing, am as isBatchReadyToSign, an as isBatchSigned, ao as isPaymentCompleted, ap as isPaymentPrepared } from './shared/bank.BJ7LqYtJ.cjs';
|
|
3
3
|
export { a as BankServiceEnv, b as BankServiceEnvironmentConfig, B as BankServiceWranglerConfig } from './shared/bank.BC06Rbrx.cjs';
|
|
4
4
|
import { BaseEvent } from '@develit-io/backend-sdk';
|
|
5
5
|
import * as drizzle_zod from 'drizzle-zod';
|
|
6
6
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
7
7
|
import { z } from 'zod';
|
|
8
|
-
import { S as SendPaymentInput } from './shared/bank.
|
|
8
|
+
import { S as SendPaymentInput } from './shared/bank.C0p-hLzn.cjs';
|
|
9
|
+
export { b as SendPaymentSyncInput } from './shared/bank.C0p-hLzn.cjs';
|
|
9
10
|
export { BANK_CODES, CURRENCY_CODES } from '@develit-io/general-codes';
|
|
10
11
|
import 'drizzle-orm';
|
|
11
12
|
|
package/dist/types.d.mts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { b as CurrencyCode, c as BankCode, d as CountryCode, I as IBankConnector, a as ConnectorKey, e as ConnectedAccount, f as CredentialsResolver, g as AccountCredentialsInsertType, h as AccountInsertType, i as BatchedPayment, j as InitiatedBatch, k as IncomingPayment, l as InitiatedPayment, A as AccountSelectType, m as ParsedBankPayment, n as PaymentStatus, o as BatchStatus, p as PaymentType, q as BatchMetadata, r as Currency, P as PaymentSelectType, s as AccountAssignedPayment, u as PreparedPayment, v as CompletedPayment } from './shared/bank.
|
|
2
|
-
export { w as ACCOUNT_STATUSES, x as AccountCredentialsPatchType, y as AccountCredentialsSelectType, z as AccountCredentialsUpdateType, D as AccountPatchType, E as AccountStatus, F as AccountUpdateType, G as BATCH_STATUES, G as BATCH_STATUSES, H as BankAccountWithLastSync, J as BatchInsertType, K as BatchLifecycle, M as BatchPayment, B as BatchSelectType, N as CHARGE_BEARERS, O as CONNECTOR_KEYS, Q as COUNTRY_CODES, R as CREDENTIALS_TYPES, S as ChargeBearer, T as CompletedBatch, C as ConfigEnvironmentBank, U as CreatedBatch, V as CredentialsType, W as INSTRUCTION_PRIORITIES, X as InstructionPriority, L as LastSyncMetadata, Y as PAYMENT_DIRECTIONS, Z as PAYMENT_STATUSES, _ as PAYMENT_TYPES, $ as PaymentDirection, a0 as PaymentFailedInsertType, a1 as PaymentInsertType, a2 as PaymentLifecycle, a3 as PaymentPreparedInsertType, a4 as ProcessingBatch, a5 as ReadyToSignBatch, a6 as ResolvedCredentials, a7 as SignedBatch, a8 as TOKEN_TYPES, a9 as TokenType, aa as accountCredentialsInsertSchema, ab as accountCredentialsSelectSchema, ac as accountCredentialsUpdateSchema, ad as accountInsertSchema, ae as accountSelectSchema, af as accountUpdateSchema, ag as hasPaymentAccountAssigned, ah as isBatchCompleted, ai as isBatchFailed, aj as isBatchInitiated, ak as isBatchOpen, al as isBatchProcessing, am as isBatchReadyToSign, an as isBatchSigned, ao as isPaymentCompleted, ap as isPaymentPrepared } from './shared/bank.
|
|
1
|
+
import { b as CurrencyCode, c as BankCode, d as CountryCode, I as IBankConnector, a as ConnectorKey, e as ConnectedAccount, f as CredentialsResolver, g as AccountCredentialsInsertType, h as AccountInsertType, i as BatchedPayment, j as InitiatedBatch, k as IncomingPayment, l as InitiatedPayment, A as AccountSelectType, m as ParsedBankPayment, n as PaymentStatus, o as BatchStatus, p as PaymentType, q as BatchMetadata, r as Currency, P as PaymentSelectType, s as AccountAssignedPayment, u as PreparedPayment, v as CompletedPayment } from './shared/bank.BJ7LqYtJ.mjs';
|
|
2
|
+
export { w as ACCOUNT_STATUSES, x as AccountCredentialsPatchType, y as AccountCredentialsSelectType, z as AccountCredentialsUpdateType, D as AccountPatchType, E as AccountStatus, F as AccountUpdateType, G as BATCH_STATUES, G as BATCH_STATUSES, H as BankAccountWithLastSync, J as BatchInsertType, K as BatchLifecycle, M as BatchPayment, B as BatchSelectType, N as CHARGE_BEARERS, O as CONNECTOR_KEYS, Q as COUNTRY_CODES, R as CREDENTIALS_TYPES, S as ChargeBearer, T as CompletedBatch, C as ConfigEnvironmentBank, U as CreatedBatch, V as CredentialsType, W as INSTRUCTION_PRIORITIES, X as InstructionPriority, L as LastSyncMetadata, Y as PAYMENT_DIRECTIONS, Z as PAYMENT_STATUSES, _ as PAYMENT_TYPES, $ as PaymentDirection, a0 as PaymentFailedInsertType, a1 as PaymentInsertType, a2 as PaymentLifecycle, a3 as PaymentPreparedInsertType, a4 as ProcessingBatch, a5 as ReadyToSignBatch, a6 as ResolvedCredentials, a7 as SignedBatch, a8 as TOKEN_TYPES, a9 as TokenType, aa as accountCredentialsInsertSchema, ab as accountCredentialsSelectSchema, ac as accountCredentialsUpdateSchema, ad as accountInsertSchema, ae as accountSelectSchema, af as accountUpdateSchema, ag as hasPaymentAccountAssigned, ah as isBatchCompleted, ai as isBatchFailed, aj as isBatchInitiated, ak as isBatchOpen, al as isBatchProcessing, am as isBatchReadyToSign, an as isBatchSigned, ao as isPaymentCompleted, ap as isPaymentPrepared } from './shared/bank.BJ7LqYtJ.mjs';
|
|
3
3
|
export { a as BankServiceEnv, b as BankServiceEnvironmentConfig, B as BankServiceWranglerConfig } from './shared/bank.BC06Rbrx.mjs';
|
|
4
4
|
import { BaseEvent } from '@develit-io/backend-sdk';
|
|
5
5
|
import * as drizzle_zod from 'drizzle-zod';
|
|
6
6
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
7
7
|
import { z } from 'zod';
|
|
8
|
-
import { S as SendPaymentInput } from './shared/bank.
|
|
8
|
+
import { S as SendPaymentInput } from './shared/bank.C0p-hLzn.mjs';
|
|
9
|
+
export { b as SendPaymentSyncInput } from './shared/bank.C0p-hLzn.mjs';
|
|
9
10
|
export { BANK_CODES, CURRENCY_CODES } from '@develit-io/general-codes';
|
|
10
11
|
import 'drizzle-orm';
|
|
11
12
|
|
package/dist/types.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { b as CurrencyCode, c as BankCode, d as CountryCode, I as IBankConnector, a as ConnectorKey, e as ConnectedAccount, f as CredentialsResolver, g as AccountCredentialsInsertType, h as AccountInsertType, i as BatchedPayment, j as InitiatedBatch, k as IncomingPayment, l as InitiatedPayment, A as AccountSelectType, m as ParsedBankPayment, n as PaymentStatus, o as BatchStatus, p as PaymentType, q as BatchMetadata, r as Currency, P as PaymentSelectType, s as AccountAssignedPayment, u as PreparedPayment, v as CompletedPayment } from './shared/bank.
|
|
2
|
-
export { w as ACCOUNT_STATUSES, x as AccountCredentialsPatchType, y as AccountCredentialsSelectType, z as AccountCredentialsUpdateType, D as AccountPatchType, E as AccountStatus, F as AccountUpdateType, G as BATCH_STATUES, G as BATCH_STATUSES, H as BankAccountWithLastSync, J as BatchInsertType, K as BatchLifecycle, M as BatchPayment, B as BatchSelectType, N as CHARGE_BEARERS, O as CONNECTOR_KEYS, Q as COUNTRY_CODES, R as CREDENTIALS_TYPES, S as ChargeBearer, T as CompletedBatch, C as ConfigEnvironmentBank, U as CreatedBatch, V as CredentialsType, W as INSTRUCTION_PRIORITIES, X as InstructionPriority, L as LastSyncMetadata, Y as PAYMENT_DIRECTIONS, Z as PAYMENT_STATUSES, _ as PAYMENT_TYPES, $ as PaymentDirection, a0 as PaymentFailedInsertType, a1 as PaymentInsertType, a2 as PaymentLifecycle, a3 as PaymentPreparedInsertType, a4 as ProcessingBatch, a5 as ReadyToSignBatch, a6 as ResolvedCredentials, a7 as SignedBatch, a8 as TOKEN_TYPES, a9 as TokenType, aa as accountCredentialsInsertSchema, ab as accountCredentialsSelectSchema, ac as accountCredentialsUpdateSchema, ad as accountInsertSchema, ae as accountSelectSchema, af as accountUpdateSchema, ag as hasPaymentAccountAssigned, ah as isBatchCompleted, ai as isBatchFailed, aj as isBatchInitiated, ak as isBatchOpen, al as isBatchProcessing, am as isBatchReadyToSign, an as isBatchSigned, ao as isPaymentCompleted, ap as isPaymentPrepared } from './shared/bank.
|
|
1
|
+
import { b as CurrencyCode, c as BankCode, d as CountryCode, I as IBankConnector, a as ConnectorKey, e as ConnectedAccount, f as CredentialsResolver, g as AccountCredentialsInsertType, h as AccountInsertType, i as BatchedPayment, j as InitiatedBatch, k as IncomingPayment, l as InitiatedPayment, A as AccountSelectType, m as ParsedBankPayment, n as PaymentStatus, o as BatchStatus, p as PaymentType, q as BatchMetadata, r as Currency, P as PaymentSelectType, s as AccountAssignedPayment, u as PreparedPayment, v as CompletedPayment } from './shared/bank.BJ7LqYtJ.js';
|
|
2
|
+
export { w as ACCOUNT_STATUSES, x as AccountCredentialsPatchType, y as AccountCredentialsSelectType, z as AccountCredentialsUpdateType, D as AccountPatchType, E as AccountStatus, F as AccountUpdateType, G as BATCH_STATUES, G as BATCH_STATUSES, H as BankAccountWithLastSync, J as BatchInsertType, K as BatchLifecycle, M as BatchPayment, B as BatchSelectType, N as CHARGE_BEARERS, O as CONNECTOR_KEYS, Q as COUNTRY_CODES, R as CREDENTIALS_TYPES, S as ChargeBearer, T as CompletedBatch, C as ConfigEnvironmentBank, U as CreatedBatch, V as CredentialsType, W as INSTRUCTION_PRIORITIES, X as InstructionPriority, L as LastSyncMetadata, Y as PAYMENT_DIRECTIONS, Z as PAYMENT_STATUSES, _ as PAYMENT_TYPES, $ as PaymentDirection, a0 as PaymentFailedInsertType, a1 as PaymentInsertType, a2 as PaymentLifecycle, a3 as PaymentPreparedInsertType, a4 as ProcessingBatch, a5 as ReadyToSignBatch, a6 as ResolvedCredentials, a7 as SignedBatch, a8 as TOKEN_TYPES, a9 as TokenType, aa as accountCredentialsInsertSchema, ab as accountCredentialsSelectSchema, ac as accountCredentialsUpdateSchema, ad as accountInsertSchema, ae as accountSelectSchema, af as accountUpdateSchema, ag as hasPaymentAccountAssigned, ah as isBatchCompleted, ai as isBatchFailed, aj as isBatchInitiated, ak as isBatchOpen, al as isBatchProcessing, am as isBatchReadyToSign, an as isBatchSigned, ao as isPaymentCompleted, ap as isPaymentPrepared } from './shared/bank.BJ7LqYtJ.js';
|
|
3
3
|
export { a as BankServiceEnv, b as BankServiceEnvironmentConfig, B as BankServiceWranglerConfig } from './shared/bank.BC06Rbrx.js';
|
|
4
4
|
import { BaseEvent } from '@develit-io/backend-sdk';
|
|
5
5
|
import * as drizzle_zod from 'drizzle-zod';
|
|
6
6
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
7
7
|
import { z } from 'zod';
|
|
8
|
-
import { S as SendPaymentInput } from './shared/bank.
|
|
8
|
+
import { S as SendPaymentInput } from './shared/bank.C0p-hLzn.js';
|
|
9
|
+
export { b as SendPaymentSyncInput } from './shared/bank.C0p-hLzn.js';
|
|
9
10
|
export { BANK_CODES, CURRENCY_CODES } from '@develit-io/general-codes';
|
|
10
11
|
import 'drizzle-orm';
|
|
11
12
|
|