@develit-services/bank 0.1.3 → 0.1.5
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/database/schema.cjs +1 -1
- 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/database/schema.mjs +1 -1
- package/dist/export/worker.cjs +23 -3
- package/dist/export/worker.d.cts +83 -72
- package/dist/export/worker.d.mts +83 -72
- package/dist/export/worker.d.ts +83 -72
- package/dist/export/worker.mjs +24 -4
- package/dist/export/workflows.cjs +3 -3
- package/dist/export/workflows.mjs +3 -3
- package/dist/shared/{bank._ilV3SSc.cjs → bank.BcCfzRPi.cjs} +1 -1
- package/dist/shared/{bank.BVoTAfMF.mjs → bank.C4V6vvM1.mjs} +2 -2
- package/dist/shared/{bank.DXWYeekU.d.ts → bank.CKFLzN49.d.mts} +172 -172
- package/dist/shared/{bank.Djg_pGS7.d.cts → bank.CRz5Du_I.d.cts} +172 -172
- package/dist/shared/{bank.C54o3LW_.d.mts → bank.ClVtgYqT.d.ts} +172 -172
- package/dist/shared/{bank.DC5Hk4UF.mjs → bank.D2ZeOkyc.mjs} +1 -1
- package/dist/shared/{bank.DC2gbqhD.d.mts → bank.DpCeuDbj.d.cts} +57 -57
- package/dist/shared/{bank.DC2gbqhD.d.ts → bank.DpCeuDbj.d.mts} +57 -57
- package/dist/shared/{bank.DC2gbqhD.d.cts → bank.DpCeuDbj.d.ts} +57 -57
- package/dist/shared/{bank.DN3pRw5j.cjs → bank.PDmcU0T-.cjs} +3 -0
- package/dist/shared/{bank.DTMwkDFH.cjs → bank.aQ9BdSZH.cjs} +2 -2
- package/dist/shared/{bank.Buq4PwHY.mjs → bank.xIMAnZ4v.mjs} +3 -0
- package/dist/types.cjs +2 -2
- package/dist/types.d.cts +4 -4
- package/dist/types.d.mts +4 -4
- package/dist/types.d.ts +4 -4
- package/dist/types.mjs +2 -2
- package/package.json +1 -1
|
@@ -948,6 +948,63 @@ declare const account: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
948
948
|
name: "account";
|
|
949
949
|
schema: undefined;
|
|
950
950
|
columns: {
|
|
951
|
+
number: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
952
|
+
name: "number";
|
|
953
|
+
tableName: "account";
|
|
954
|
+
dataType: "string";
|
|
955
|
+
columnType: "SQLiteText";
|
|
956
|
+
data: string;
|
|
957
|
+
driverParam: string;
|
|
958
|
+
notNull: true;
|
|
959
|
+
hasDefault: false;
|
|
960
|
+
isPrimaryKey: false;
|
|
961
|
+
isAutoincrement: false;
|
|
962
|
+
hasRuntimeDefault: false;
|
|
963
|
+
enumValues: [string, ...string[]];
|
|
964
|
+
baseColumn: never;
|
|
965
|
+
identity: undefined;
|
|
966
|
+
generated: undefined;
|
|
967
|
+
}, {}, {
|
|
968
|
+
length: number | undefined;
|
|
969
|
+
}>;
|
|
970
|
+
iban: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
971
|
+
name: "iban";
|
|
972
|
+
tableName: "account";
|
|
973
|
+
dataType: "string";
|
|
974
|
+
columnType: "SQLiteText";
|
|
975
|
+
data: string;
|
|
976
|
+
driverParam: string;
|
|
977
|
+
notNull: true;
|
|
978
|
+
hasDefault: false;
|
|
979
|
+
isPrimaryKey: false;
|
|
980
|
+
isAutoincrement: false;
|
|
981
|
+
hasRuntimeDefault: false;
|
|
982
|
+
enumValues: [string, ...string[]];
|
|
983
|
+
baseColumn: never;
|
|
984
|
+
identity: undefined;
|
|
985
|
+
generated: undefined;
|
|
986
|
+
}, {}, {
|
|
987
|
+
length: number | undefined;
|
|
988
|
+
}>;
|
|
989
|
+
bankCode: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
990
|
+
name: "bank_code";
|
|
991
|
+
tableName: "account";
|
|
992
|
+
dataType: "string";
|
|
993
|
+
columnType: "SQLiteText";
|
|
994
|
+
data: string;
|
|
995
|
+
driverParam: string;
|
|
996
|
+
notNull: true;
|
|
997
|
+
hasDefault: false;
|
|
998
|
+
isPrimaryKey: false;
|
|
999
|
+
isAutoincrement: false;
|
|
1000
|
+
hasRuntimeDefault: false;
|
|
1001
|
+
enumValues: [string, ...string[]];
|
|
1002
|
+
baseColumn: never;
|
|
1003
|
+
identity: undefined;
|
|
1004
|
+
generated: undefined;
|
|
1005
|
+
}, {}, {
|
|
1006
|
+
length: number | undefined;
|
|
1007
|
+
}>;
|
|
951
1008
|
connectorKey: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
952
1009
|
name: "connector_key";
|
|
953
1010
|
tableName: "account";
|
|
@@ -1077,63 +1134,6 @@ declare const account: drizzle_orm_sqlite_core.SQLiteTableWithColumns<{
|
|
|
1077
1134
|
}, {}, {
|
|
1078
1135
|
length: number | undefined;
|
|
1079
1136
|
}>;
|
|
1080
|
-
number: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1081
|
-
name: "number";
|
|
1082
|
-
tableName: "account";
|
|
1083
|
-
dataType: "string";
|
|
1084
|
-
columnType: "SQLiteText";
|
|
1085
|
-
data: string;
|
|
1086
|
-
driverParam: string;
|
|
1087
|
-
notNull: false;
|
|
1088
|
-
hasDefault: false;
|
|
1089
|
-
isPrimaryKey: false;
|
|
1090
|
-
isAutoincrement: false;
|
|
1091
|
-
hasRuntimeDefault: false;
|
|
1092
|
-
enumValues: [string, ...string[]];
|
|
1093
|
-
baseColumn: never;
|
|
1094
|
-
identity: undefined;
|
|
1095
|
-
generated: undefined;
|
|
1096
|
-
}, {}, {
|
|
1097
|
-
length: number | undefined;
|
|
1098
|
-
}>;
|
|
1099
|
-
bankCode: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1100
|
-
name: "bank_code";
|
|
1101
|
-
tableName: "account";
|
|
1102
|
-
dataType: "string";
|
|
1103
|
-
columnType: "SQLiteText";
|
|
1104
|
-
data: "5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2060" | "2070" | "2100" | "2200" | "2220" | "2250" | "2260" | "2600" | "2700" | "3030" | "3060" | "3500" | "4300" | "5500" | "5800" | "6000" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7910" | "7950" | "7960" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8220" | "8250" | "8255" | "8265" | "8500";
|
|
1105
|
-
driverParam: string;
|
|
1106
|
-
notNull: false;
|
|
1107
|
-
hasDefault: false;
|
|
1108
|
-
isPrimaryKey: false;
|
|
1109
|
-
isAutoincrement: false;
|
|
1110
|
-
hasRuntimeDefault: false;
|
|
1111
|
-
enumValues: ["5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2060" | "2070" | "2100" | "2200" | "2220" | "2250" | "2260" | "2600" | "2700" | "3030" | "3060" | "3500" | "4300" | "5500" | "5800" | "6000" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7910" | "7950" | "7960" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8220" | "8250" | "8255" | "8265" | "8500", ...("5051" | "0100" | "0300" | "0600" | "0710" | "0800" | "2010" | "2060" | "2070" | "2100" | "2200" | "2220" | "2250" | "2260" | "2600" | "2700" | "3030" | "3060" | "3500" | "4300" | "5500" | "5800" | "6000" | "6200" | "6210" | "6300" | "6363" | "6700" | "6800" | "7910" | "7950" | "7960" | "7970" | "7990" | "8030" | "8040" | "8060" | "8090" | "8150" | "8190" | "8198" | "8220" | "8250" | "8255" | "8265" | "8500")[]];
|
|
1112
|
-
baseColumn: never;
|
|
1113
|
-
identity: undefined;
|
|
1114
|
-
generated: undefined;
|
|
1115
|
-
}, {}, {
|
|
1116
|
-
length: number | undefined;
|
|
1117
|
-
}>;
|
|
1118
|
-
iban: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1119
|
-
name: "iban";
|
|
1120
|
-
tableName: "account";
|
|
1121
|
-
dataType: "string";
|
|
1122
|
-
columnType: "SQLiteText";
|
|
1123
|
-
data: string;
|
|
1124
|
-
driverParam: string;
|
|
1125
|
-
notNull: false;
|
|
1126
|
-
hasDefault: false;
|
|
1127
|
-
isPrimaryKey: false;
|
|
1128
|
-
isAutoincrement: false;
|
|
1129
|
-
hasRuntimeDefault: false;
|
|
1130
|
-
enumValues: [string, ...string[]];
|
|
1131
|
-
baseColumn: never;
|
|
1132
|
-
identity: undefined;
|
|
1133
|
-
generated: undefined;
|
|
1134
|
-
}, {}, {
|
|
1135
|
-
length: number | undefined;
|
|
1136
|
-
}>;
|
|
1137
1137
|
address: drizzle_orm_sqlite_core.SQLiteColumn<{
|
|
1138
1138
|
name: "address";
|
|
1139
1139
|
tableName: "account";
|
|
@@ -1111,6 +1111,9 @@ const account = sqliteCore.sqliteTable(
|
|
|
1111
1111
|
{
|
|
1112
1112
|
...backendSdk.base,
|
|
1113
1113
|
...backendSdk.bankAccount,
|
|
1114
|
+
number: sqliteCore.text("number").notNull(),
|
|
1115
|
+
iban: sqliteCore.text("iban").notNull(),
|
|
1116
|
+
bankCode: sqliteCore.text("bank_code").notNull(),
|
|
1114
1117
|
connectorKey: sqliteCore.text("connector_key", {
|
|
1115
1118
|
enum: CONNECTOR_KEYS
|
|
1116
1119
|
}).$type().notNull(),
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
const cloudflare_workers = require('cloudflare:workers');
|
|
4
4
|
const cloudflare_workflows = require('cloudflare:workflows');
|
|
5
5
|
const d1 = require('drizzle-orm/d1');
|
|
6
|
-
const database_schema = require('./bank.
|
|
6
|
+
const database_schema = require('./bank.PDmcU0T-.cjs');
|
|
7
7
|
const backendSdk = require('@develit-io/backend-sdk');
|
|
8
8
|
const drizzleOrm = require('drizzle-orm');
|
|
9
|
-
const mockCobs_connector = require('./bank.
|
|
9
|
+
const mockCobs_connector = require('./bank.BcCfzRPi.cjs');
|
|
10
10
|
require('jose');
|
|
11
11
|
require('@develit-io/general-codes');
|
|
12
12
|
|
|
@@ -1109,6 +1109,9 @@ const account = sqliteTable(
|
|
|
1109
1109
|
{
|
|
1110
1110
|
...base,
|
|
1111
1111
|
...bankAccount,
|
|
1112
|
+
number: text("number").notNull(),
|
|
1113
|
+
iban: text("iban").notNull(),
|
|
1114
|
+
bankCode: text("bank_code").notNull(),
|
|
1112
1115
|
connectorKey: text("connector_key", {
|
|
1113
1116
|
enum: CONNECTOR_KEYS
|
|
1114
1117
|
}).$type().notNull(),
|
package/dist/types.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const database_schema = require('./shared/bank.
|
|
4
|
-
const mockCobs_connector = require('./shared/bank.
|
|
3
|
+
const database_schema = require('./shared/bank.PDmcU0T-.cjs');
|
|
4
|
+
const mockCobs_connector = require('./shared/bank.BcCfzRPi.cjs');
|
|
5
5
|
const generalCodes = require('@develit-io/general-codes');
|
|
6
6
|
require('@develit-io/backend-sdk');
|
|
7
7
|
require('drizzle-orm/sqlite-core');
|
package/dist/types.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { I as IBankConnector, b as IncomingPaymentMessage, c as InitiatedPayment, a as ConnectorKey, d as ConnectedAccount, e as AccountCredentialsInsertType, f as AccountInsertType, P as PaymentPreparedInsertType, g as InitiatedBatch, B as BatchMetadata, A as AccountSelectType, h as PaymentStatus, i as BatchStatus, j as CurrencyCode, k as BankCode, l as CountryCode, m as AuthInput, n as Currency } from './shared/bank.
|
|
2
|
-
export { D as ACCOUNT_STATUSES, Y as AccountCredentialsPatchType, Z as AccountCredentialsSelectType, X as AccountCredentialsUpdateType, S as AccountPatchType, E as AccountStatus, R as AccountUpdateType, q as BATCH_STATUES, q as BATCH_STATUSES, G as BankAccountWithLastSync, t as CHARGE_BEARERS, H as CONNECTOR_KEYS, F as COUNTRY_CODES, J as CREDENTIALS_TYPES, u as ChargeBearer, C as ConfigEnvironmentBank, K as CredentialsType, v as INSTRUCTION_PRIORITIES, w as InstructionPriority, O as OutgoingPaymentMessage, y as PAYMENT_DIRECTIONS, x as PAYMENT_STATUSES, r as PAYMENT_TYPES, z as PaymentDirection, o as PaymentFailedInsertType, s as PaymentType, T as TOKEN_TYPES, L as TokenType, U as accountCredentialsInsertSchema, W as accountCredentialsSelectSchema, V as accountCredentialsUpdateSchema, M as accountInsertSchema, Q as accountSelectSchema, N as accountUpdateSchema, p as paymentInitializedInsertType } from './shared/bank.
|
|
3
|
-
import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.
|
|
4
|
-
export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.
|
|
1
|
+
import { I as IBankConnector, b as IncomingPaymentMessage, c as InitiatedPayment, a as ConnectorKey, d as ConnectedAccount, e as AccountCredentialsInsertType, f as AccountInsertType, P as PaymentPreparedInsertType, g as InitiatedBatch, B as BatchMetadata, A as AccountSelectType, h as PaymentStatus, i as BatchStatus, j as CurrencyCode, k as BankCode, l as CountryCode, m as AuthInput, n as Currency } from './shared/bank.CRz5Du_I.cjs';
|
|
2
|
+
export { D as ACCOUNT_STATUSES, Y as AccountCredentialsPatchType, Z as AccountCredentialsSelectType, X as AccountCredentialsUpdateType, S as AccountPatchType, E as AccountStatus, R as AccountUpdateType, q as BATCH_STATUES, q as BATCH_STATUSES, G as BankAccountWithLastSync, t as CHARGE_BEARERS, H as CONNECTOR_KEYS, F as COUNTRY_CODES, J as CREDENTIALS_TYPES, u as ChargeBearer, C as ConfigEnvironmentBank, K as CredentialsType, v as INSTRUCTION_PRIORITIES, w as InstructionPriority, O as OutgoingPaymentMessage, y as PAYMENT_DIRECTIONS, x as PAYMENT_STATUSES, r as PAYMENT_TYPES, z as PaymentDirection, o as PaymentFailedInsertType, s as PaymentType, T as TOKEN_TYPES, L as TokenType, U as accountCredentialsInsertSchema, W as accountCredentialsSelectSchema, V as accountCredentialsUpdateSchema, M as accountInsertSchema, Q as accountSelectSchema, N as accountUpdateSchema, p as paymentInitializedInsertType } from './shared/bank.CRz5Du_I.cjs';
|
|
3
|
+
import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.DpCeuDbj.cjs';
|
|
4
|
+
export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.DpCeuDbj.cjs';
|
|
5
5
|
import { Environment, BaseEvent } from '@develit-io/backend-sdk';
|
|
6
6
|
import { DrizzleD1Database } from 'drizzle-orm/d1';
|
|
7
7
|
export { b as BankServiceEnv, a as BankServiceEnvironmentConfig, B as BankServiceWranglerConfig } from './shared/bank.BchnXQDL.cjs';
|
package/dist/types.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { I as IBankConnector, b as IncomingPaymentMessage, c as InitiatedPayment, a as ConnectorKey, d as ConnectedAccount, e as AccountCredentialsInsertType, f as AccountInsertType, P as PaymentPreparedInsertType, g as InitiatedBatch, B as BatchMetadata, A as AccountSelectType, h as PaymentStatus, i as BatchStatus, j as CurrencyCode, k as BankCode, l as CountryCode, m as AuthInput, n as Currency } from './shared/bank.
|
|
2
|
-
export { D as ACCOUNT_STATUSES, Y as AccountCredentialsPatchType, Z as AccountCredentialsSelectType, X as AccountCredentialsUpdateType, S as AccountPatchType, E as AccountStatus, R as AccountUpdateType, q as BATCH_STATUES, q as BATCH_STATUSES, G as BankAccountWithLastSync, t as CHARGE_BEARERS, H as CONNECTOR_KEYS, F as COUNTRY_CODES, J as CREDENTIALS_TYPES, u as ChargeBearer, C as ConfigEnvironmentBank, K as CredentialsType, v as INSTRUCTION_PRIORITIES, w as InstructionPriority, O as OutgoingPaymentMessage, y as PAYMENT_DIRECTIONS, x as PAYMENT_STATUSES, r as PAYMENT_TYPES, z as PaymentDirection, o as PaymentFailedInsertType, s as PaymentType, T as TOKEN_TYPES, L as TokenType, U as accountCredentialsInsertSchema, W as accountCredentialsSelectSchema, V as accountCredentialsUpdateSchema, M as accountInsertSchema, Q as accountSelectSchema, N as accountUpdateSchema, p as paymentInitializedInsertType } from './shared/bank.
|
|
3
|
-
import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.
|
|
4
|
-
export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.
|
|
1
|
+
import { I as IBankConnector, b as IncomingPaymentMessage, c as InitiatedPayment, a as ConnectorKey, d as ConnectedAccount, e as AccountCredentialsInsertType, f as AccountInsertType, P as PaymentPreparedInsertType, g as InitiatedBatch, B as BatchMetadata, A as AccountSelectType, h as PaymentStatus, i as BatchStatus, j as CurrencyCode, k as BankCode, l as CountryCode, m as AuthInput, n as Currency } from './shared/bank.CKFLzN49.mjs';
|
|
2
|
+
export { D as ACCOUNT_STATUSES, Y as AccountCredentialsPatchType, Z as AccountCredentialsSelectType, X as AccountCredentialsUpdateType, S as AccountPatchType, E as AccountStatus, R as AccountUpdateType, q as BATCH_STATUES, q as BATCH_STATUSES, G as BankAccountWithLastSync, t as CHARGE_BEARERS, H as CONNECTOR_KEYS, F as COUNTRY_CODES, J as CREDENTIALS_TYPES, u as ChargeBearer, C as ConfigEnvironmentBank, K as CredentialsType, v as INSTRUCTION_PRIORITIES, w as InstructionPriority, O as OutgoingPaymentMessage, y as PAYMENT_DIRECTIONS, x as PAYMENT_STATUSES, r as PAYMENT_TYPES, z as PaymentDirection, o as PaymentFailedInsertType, s as PaymentType, T as TOKEN_TYPES, L as TokenType, U as accountCredentialsInsertSchema, W as accountCredentialsSelectSchema, V as accountCredentialsUpdateSchema, M as accountInsertSchema, Q as accountSelectSchema, N as accountUpdateSchema, p as paymentInitializedInsertType } from './shared/bank.CKFLzN49.mjs';
|
|
3
|
+
import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.DpCeuDbj.mjs';
|
|
4
|
+
export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.DpCeuDbj.mjs';
|
|
5
5
|
import { Environment, BaseEvent } from '@develit-io/backend-sdk';
|
|
6
6
|
import { DrizzleD1Database } from 'drizzle-orm/d1';
|
|
7
7
|
export { b as BankServiceEnv, a as BankServiceEnvironmentConfig, B as BankServiceWranglerConfig } from './shared/bank.BchnXQDL.mjs';
|
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { I as IBankConnector, b as IncomingPaymentMessage, c as InitiatedPayment, a as ConnectorKey, d as ConnectedAccount, e as AccountCredentialsInsertType, f as AccountInsertType, P as PaymentPreparedInsertType, g as InitiatedBatch, B as BatchMetadata, A as AccountSelectType, h as PaymentStatus, i as BatchStatus, j as CurrencyCode, k as BankCode, l as CountryCode, m as AuthInput, n as Currency } from './shared/bank.
|
|
2
|
-
export { D as ACCOUNT_STATUSES, Y as AccountCredentialsPatchType, Z as AccountCredentialsSelectType, X as AccountCredentialsUpdateType, S as AccountPatchType, E as AccountStatus, R as AccountUpdateType, q as BATCH_STATUES, q as BATCH_STATUSES, G as BankAccountWithLastSync, t as CHARGE_BEARERS, H as CONNECTOR_KEYS, F as COUNTRY_CODES, J as CREDENTIALS_TYPES, u as ChargeBearer, C as ConfigEnvironmentBank, K as CredentialsType, v as INSTRUCTION_PRIORITIES, w as InstructionPriority, O as OutgoingPaymentMessage, y as PAYMENT_DIRECTIONS, x as PAYMENT_STATUSES, r as PAYMENT_TYPES, z as PaymentDirection, o as PaymentFailedInsertType, s as PaymentType, T as TOKEN_TYPES, L as TokenType, U as accountCredentialsInsertSchema, W as accountCredentialsSelectSchema, V as accountCredentialsUpdateSchema, M as accountInsertSchema, Q as accountSelectSchema, N as accountUpdateSchema, p as paymentInitializedInsertType } from './shared/bank.
|
|
3
|
-
import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.
|
|
4
|
-
export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.
|
|
1
|
+
import { I as IBankConnector, b as IncomingPaymentMessage, c as InitiatedPayment, a as ConnectorKey, d as ConnectedAccount, e as AccountCredentialsInsertType, f as AccountInsertType, P as PaymentPreparedInsertType, g as InitiatedBatch, B as BatchMetadata, A as AccountSelectType, h as PaymentStatus, i as BatchStatus, j as CurrencyCode, k as BankCode, l as CountryCode, m as AuthInput, n as Currency } from './shared/bank.ClVtgYqT.js';
|
|
2
|
+
export { D as ACCOUNT_STATUSES, Y as AccountCredentialsPatchType, Z as AccountCredentialsSelectType, X as AccountCredentialsUpdateType, S as AccountPatchType, E as AccountStatus, R as AccountUpdateType, q as BATCH_STATUES, q as BATCH_STATUSES, G as BankAccountWithLastSync, t as CHARGE_BEARERS, H as CONNECTOR_KEYS, F as COUNTRY_CODES, J as CREDENTIALS_TYPES, u as ChargeBearer, C as ConfigEnvironmentBank, K as CredentialsType, v as INSTRUCTION_PRIORITIES, w as InstructionPriority, O as OutgoingPaymentMessage, y as PAYMENT_DIRECTIONS, x as PAYMENT_STATUSES, r as PAYMENT_TYPES, z as PaymentDirection, o as PaymentFailedInsertType, s as PaymentType, T as TOKEN_TYPES, L as TokenType, U as accountCredentialsInsertSchema, W as accountCredentialsSelectSchema, V as accountCredentialsUpdateSchema, M as accountInsertSchema, Q as accountSelectSchema, N as accountUpdateSchema, p as paymentInitializedInsertType } from './shared/bank.ClVtgYqT.js';
|
|
3
|
+
import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.DpCeuDbj.js';
|
|
4
|
+
export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.DpCeuDbj.js';
|
|
5
5
|
import { Environment, BaseEvent } from '@develit-io/backend-sdk';
|
|
6
6
|
import { DrizzleD1Database } from 'drizzle-orm/d1';
|
|
7
7
|
export { b as BankServiceEnv, a as BankServiceEnvironmentConfig, B as BankServiceWranglerConfig } from './shared/bank.BchnXQDL.js';
|
package/dist/types.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { A as ACCOUNT_STATUSES, B as BATCH_STATUES, B as BATCH_STATUSES, C as CHARGE_BEARERS, g as CONNECTOR_KEYS, f as COUNTRY_CODES, h as CREDENTIALS_TYPES, E as ErsteConnector, b as FINBRICKS_ENDPOINTS, a as FinbricksClient, F as FinbricksConnector, I as IBankConnector, c as INSTRUCTION_PRIORITIES, M as MockConnector, e as PAYMENT_DIRECTIONS, d as PAYMENT_STATUSES, P as PAYMENT_TYPES, T as TOKEN_TYPES, l as accountCredentialsInsertSchema, n as accountCredentialsSelectSchema, m as accountCredentialsUpdateSchema, i as accountInsertSchema, k as accountSelectSchema, j as accountUpdateSchema, o as ottInsertSchema, r as ottSelectSchema, q as ottUpdateSchema, p as paymentInsertTypeZod, s as signFinbricksJws, u as useFinbricksFetch } from './shared/bank.
|
|
2
|
-
export { M as MockCobsConnector } from './shared/bank.
|
|
1
|
+
export { A as ACCOUNT_STATUSES, B as BATCH_STATUES, B as BATCH_STATUSES, C as CHARGE_BEARERS, g as CONNECTOR_KEYS, f as COUNTRY_CODES, h as CREDENTIALS_TYPES, E as ErsteConnector, b as FINBRICKS_ENDPOINTS, a as FinbricksClient, F as FinbricksConnector, I as IBankConnector, c as INSTRUCTION_PRIORITIES, M as MockConnector, e as PAYMENT_DIRECTIONS, d as PAYMENT_STATUSES, P as PAYMENT_TYPES, T as TOKEN_TYPES, l as accountCredentialsInsertSchema, n as accountCredentialsSelectSchema, m as accountCredentialsUpdateSchema, i as accountInsertSchema, k as accountSelectSchema, j as accountUpdateSchema, o as ottInsertSchema, r as ottSelectSchema, q as ottUpdateSchema, p as paymentInsertTypeZod, s as signFinbricksJws, u as useFinbricksFetch } from './shared/bank.xIMAnZ4v.mjs';
|
|
2
|
+
export { M as MockCobsConnector } from './shared/bank.D2ZeOkyc.mjs';
|
|
3
3
|
export { BANK_CODES, CURRENCY_CODES } from '@develit-io/general-codes';
|
|
4
4
|
import '@develit-io/backend-sdk';
|
|
5
5
|
import 'drizzle-orm/sqlite-core';
|