@develit-services/bank 0.0.8 → 0.0.9
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/@types.d.cts +2 -2
- package/dist/@types.d.mts +2 -2
- package/dist/@types.d.ts +2 -2
- package/dist/export/worker.cjs +426 -421
- package/dist/export/worker.d.cts +4 -3
- package/dist/export/worker.d.mts +4 -3
- package/dist/export/worker.d.ts +4 -3
- package/dist/export/worker.mjs +426 -421
- package/dist/shared/{bank.C28GtA5s.d.cts → bank.BULPVep1.d.cts} +8 -4
- package/dist/shared/{bank.atHmEWmc.d.ts → bank.BYxCT5rk.d.ts} +8 -4
- package/dist/shared/{bank.LCrZu9Ic.d.mts → bank.Dxfp5h5B.d.mts} +8 -4
- package/package.json +1 -1
|
@@ -29,6 +29,9 @@ interface SyncLog {
|
|
|
29
29
|
lastSyncedAt: Date;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
interface BankAccountWithLastSync extends ConfigBankAccount {
|
|
33
|
+
lastSyncAt: SyncLog;
|
|
34
|
+
}
|
|
32
35
|
type ConnectorKey = 'ERSTE' | 'FINBRICKS' | 'MOCK' | 'CREDITAS' | 'MOCK_COBS' | 'FIO';
|
|
33
36
|
interface ConfigBankAccount {
|
|
34
37
|
connectorKey: ConnectorKey;
|
|
@@ -43,8 +46,9 @@ interface ConfigBankAccount {
|
|
|
43
46
|
currency: CurrencyCode;
|
|
44
47
|
production: boolean;
|
|
45
48
|
}
|
|
46
|
-
interface
|
|
47
|
-
|
|
49
|
+
interface ConfigEnvironmentBankAccount {
|
|
50
|
+
stagingAccounts: ConfigBankAccount[];
|
|
51
|
+
productionAccounts: ConfigBankAccount[];
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
type WithStatus<T extends {
|
|
@@ -94,5 +98,5 @@ interface IncomingPaymentMessage extends PaymentInsertType {
|
|
|
94
98
|
interface OutgoingPaymentMessage extends PaymentInsertType {
|
|
95
99
|
}
|
|
96
100
|
|
|
97
|
-
export { IBankConnector as I, BATCH_STATUSES as
|
|
98
|
-
export type { AuthInput as A, BankAccountWithLastSync as B,
|
|
101
|
+
export { IBankConnector as I, BATCH_STATUSES as l, PAYMENT_TYPES as n, PAYMENT_STATUSES as q, PAYMENT_DIRECTIONS as s, COUNTRY_CODES as u };
|
|
102
|
+
export type { AuthInput as A, BankAccountWithLastSync as B, ConfigEnvironmentBankAccount as C, OutgoingPaymentMessage as O, PaymentPreparedInsertType as P, SyncLog as S, ConfigBankAccount as a, ConnectorKey as b, CurrencyCode as c, BankCode as d, CountryCode as e, IncomingPaymentMessage as f, InitiatedBatch as g, InitiatedPayment as h, BatchMetadata as i, Currency as j, PaymentFailedInsertType as k, BatchStatus as m, PaymentType as o, paymentInitializedInsertType as p, PaymentStatus as r, PaymentDirection as t };
|
|
@@ -29,6 +29,9 @@ interface SyncLog {
|
|
|
29
29
|
lastSyncedAt: Date;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
interface BankAccountWithLastSync extends ConfigBankAccount {
|
|
33
|
+
lastSyncAt: SyncLog;
|
|
34
|
+
}
|
|
32
35
|
type ConnectorKey = 'ERSTE' | 'FINBRICKS' | 'MOCK' | 'CREDITAS' | 'MOCK_COBS' | 'FIO';
|
|
33
36
|
interface ConfigBankAccount {
|
|
34
37
|
connectorKey: ConnectorKey;
|
|
@@ -43,8 +46,9 @@ interface ConfigBankAccount {
|
|
|
43
46
|
currency: CurrencyCode;
|
|
44
47
|
production: boolean;
|
|
45
48
|
}
|
|
46
|
-
interface
|
|
47
|
-
|
|
49
|
+
interface ConfigEnvironmentBankAccount {
|
|
50
|
+
stagingAccounts: ConfigBankAccount[];
|
|
51
|
+
productionAccounts: ConfigBankAccount[];
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
type WithStatus<T extends {
|
|
@@ -94,5 +98,5 @@ interface IncomingPaymentMessage extends PaymentInsertType {
|
|
|
94
98
|
interface OutgoingPaymentMessage extends PaymentInsertType {
|
|
95
99
|
}
|
|
96
100
|
|
|
97
|
-
export { IBankConnector as I, BATCH_STATUSES as
|
|
98
|
-
export type { AuthInput as A, BankAccountWithLastSync as B,
|
|
101
|
+
export { IBankConnector as I, BATCH_STATUSES as l, PAYMENT_TYPES as n, PAYMENT_STATUSES as q, PAYMENT_DIRECTIONS as s, COUNTRY_CODES as u };
|
|
102
|
+
export type { AuthInput as A, BankAccountWithLastSync as B, ConfigEnvironmentBankAccount as C, OutgoingPaymentMessage as O, PaymentPreparedInsertType as P, SyncLog as S, ConfigBankAccount as a, ConnectorKey as b, CurrencyCode as c, BankCode as d, CountryCode as e, IncomingPaymentMessage as f, InitiatedBatch as g, InitiatedPayment as h, BatchMetadata as i, Currency as j, PaymentFailedInsertType as k, BatchStatus as m, PaymentType as o, paymentInitializedInsertType as p, PaymentStatus as r, PaymentDirection as t };
|
|
@@ -29,6 +29,9 @@ interface SyncLog {
|
|
|
29
29
|
lastSyncedAt: Date;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
interface BankAccountWithLastSync extends ConfigBankAccount {
|
|
33
|
+
lastSyncAt: SyncLog;
|
|
34
|
+
}
|
|
32
35
|
type ConnectorKey = 'ERSTE' | 'FINBRICKS' | 'MOCK' | 'CREDITAS' | 'MOCK_COBS' | 'FIO';
|
|
33
36
|
interface ConfigBankAccount {
|
|
34
37
|
connectorKey: ConnectorKey;
|
|
@@ -43,8 +46,9 @@ interface ConfigBankAccount {
|
|
|
43
46
|
currency: CurrencyCode;
|
|
44
47
|
production: boolean;
|
|
45
48
|
}
|
|
46
|
-
interface
|
|
47
|
-
|
|
49
|
+
interface ConfigEnvironmentBankAccount {
|
|
50
|
+
stagingAccounts: ConfigBankAccount[];
|
|
51
|
+
productionAccounts: ConfigBankAccount[];
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
type WithStatus<T extends {
|
|
@@ -94,5 +98,5 @@ interface IncomingPaymentMessage extends PaymentInsertType {
|
|
|
94
98
|
interface OutgoingPaymentMessage extends PaymentInsertType {
|
|
95
99
|
}
|
|
96
100
|
|
|
97
|
-
export { IBankConnector as I, BATCH_STATUSES as
|
|
98
|
-
export type { AuthInput as A, BankAccountWithLastSync as B,
|
|
101
|
+
export { IBankConnector as I, BATCH_STATUSES as l, PAYMENT_TYPES as n, PAYMENT_STATUSES as q, PAYMENT_DIRECTIONS as s, COUNTRY_CODES as u };
|
|
102
|
+
export type { AuthInput as A, BankAccountWithLastSync as B, ConfigEnvironmentBankAccount as C, OutgoingPaymentMessage as O, PaymentPreparedInsertType as P, SyncLog as S, ConfigBankAccount as a, ConnectorKey as b, CurrencyCode as c, BankCode as d, CountryCode as e, IncomingPaymentMessage as f, InitiatedBatch as g, InitiatedPayment as h, BatchMetadata as i, Currency as j, PaymentFailedInsertType as k, BatchStatus as m, PaymentType as o, paymentInitializedInsertType as p, PaymentStatus as r, PaymentDirection as t };
|