@develit-services/bank 0.0.44 → 0.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 (41) hide show
  1. package/dist/database/schema.cjs +1 -1
  2. package/dist/database/schema.d.cts +1 -1
  3. package/dist/database/schema.d.mts +1 -1
  4. package/dist/database/schema.d.ts +1 -1
  5. package/dist/database/schema.mjs +1 -1
  6. package/dist/export/worker.cjs +113 -568
  7. package/dist/export/worker.d.cts +81 -14
  8. package/dist/export/worker.d.mts +82 -13
  9. package/dist/export/worker.d.ts +81 -14
  10. package/dist/export/worker.mjs +105 -557
  11. package/dist/export/workflows.cjs +21 -0
  12. package/dist/export/workflows.d.cts +2 -0
  13. package/dist/export/workflows.d.mts +2 -0
  14. package/dist/export/workflows.d.ts +2 -0
  15. package/dist/export/workflows.mjs +15 -0
  16. package/dist/export/wrangler.cjs +7 -0
  17. package/dist/export/wrangler.d.cts +5 -0
  18. package/dist/export/wrangler.d.mts +5 -0
  19. package/dist/export/wrangler.d.ts +5 -0
  20. package/dist/export/wrangler.mjs +7 -0
  21. package/dist/shared/{bank.BVzOzXdX.cjs → bank.3YYIj-n6.cjs} +11 -9
  22. package/dist/shared/{bank.6WoCPIFy.mjs → bank.B72e0ibs.mjs} +1 -1
  23. package/dist/shared/{bank.BPcrbUBa.cjs → bank.BgpXGC_1.cjs} +1 -1
  24. package/dist/shared/{bank.CCilUVCi.d.ts → bank.BriEYREq.d.cts} +4 -4
  25. package/dist/shared/{bank.CCilUVCi.d.cts → bank.BriEYREq.d.mts} +4 -4
  26. package/dist/shared/{bank.CCilUVCi.d.mts → bank.BriEYREq.d.ts} +4 -4
  27. package/dist/shared/bank.CH22Zrdv.d.cts +20 -0
  28. package/dist/shared/bank.CH22Zrdv.d.mts +20 -0
  29. package/dist/shared/bank.CH22Zrdv.d.ts +20 -0
  30. package/dist/shared/{bank.BWcFhTu1.mjs → bank.CcKNlFRd.mjs} +11 -9
  31. package/dist/shared/{bank.DmzkJQVU.d.cts → bank.DSZbtb1J.d.mts} +33 -29
  32. package/dist/shared/{bank.0KTS9nMz.d.ts → bank.Ddhhr_rz.d.ts} +33 -29
  33. package/dist/shared/{bank.NTyp2XAv.d.mts → bank.DqRaP8LS.d.cts} +33 -29
  34. package/dist/shared/bank.GMK4QNvo.cjs +276 -0
  35. package/dist/shared/bank.jyyw3_3-.mjs +267 -0
  36. package/dist/types.cjs +2 -2
  37. package/dist/types.d.cts +16 -9
  38. package/dist/types.d.mts +16 -9
  39. package/dist/types.d.ts +16 -9
  40. package/dist/types.mjs +2 -2
  41. package/package.json +6 -1
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.DmzkJQVU.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.DmzkJQVU.cjs';
3
- import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.CCilUVCi.cjs';
4
- export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.CCilUVCi.cjs';
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.DqRaP8LS.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.DqRaP8LS.cjs';
3
+ import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.BriEYREq.cjs';
4
+ export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.BriEYREq.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';
@@ -59,8 +59,12 @@ declare class ErsteConnector extends IBankConnector {
59
59
  signId: string;
60
60
  signHash: string;
61
61
  }): Promise<string>;
62
- getAllAccountPayments({ account, }: {
62
+ getAllAccountPayments({ account, filter, }: {
63
63
  account: AccountSelectType;
64
+ filter: {
65
+ dateFrom: Date;
66
+ dateTo?: Date;
67
+ };
64
68
  }): Promise<PaymentInsertType[]>;
65
69
  getPaymentStatus(_: {
66
70
  paymentId: string;
@@ -414,10 +418,13 @@ declare abstract class FinbricksConnector extends IBankConnector {
414
418
  }): Promise<InitiatedBatch>;
415
419
  initiateSEPAPayment(payment: IncomingPaymentMessage): Promise<InitiatedPayment>;
416
420
  initiateSinglePayment(payment: PaymentPreparedInsertType): Promise<InitiatedPayment>;
417
- getAllAccountPayments({ account, }: {
421
+ getAllAccountPayments({ account, filter, }: {
418
422
  account: AccountSelectType;
419
- db: DrizzleD1Database<typeof tables>;
420
- env: Environment;
423
+ environment: Environment;
424
+ filter: {
425
+ dateFrom: Date;
426
+ dateTo?: Date;
427
+ };
421
428
  }): Promise<PaymentInsertType[]>;
422
429
  getPaymentStatus({ paymentId, }: {
423
430
  paymentId: string;
@@ -600,7 +607,7 @@ interface ErsteObtainAuthorizationURLResponse {
600
607
 
601
608
  type BankPaymentEvent = BaseEvent & {
602
609
  eventType: 'BANK_PAYMENT';
603
- eventSignal: 'created' | 'completed' | 'failed';
610
+ eventSignal: 'paymentCreated' | 'paymentCompleted' | 'paymentFailed' | 'paymentUpdated';
604
611
  bankPayment: Partial<PaymentSelectType>;
605
612
  };
606
613
 
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.NTyp2XAv.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.NTyp2XAv.mjs';
3
- import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.CCilUVCi.mjs';
4
- export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.CCilUVCi.mjs';
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.DSZbtb1J.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.DSZbtb1J.mjs';
3
+ import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.BriEYREq.mjs';
4
+ export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.BriEYREq.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';
@@ -59,8 +59,12 @@ declare class ErsteConnector extends IBankConnector {
59
59
  signId: string;
60
60
  signHash: string;
61
61
  }): Promise<string>;
62
- getAllAccountPayments({ account, }: {
62
+ getAllAccountPayments({ account, filter, }: {
63
63
  account: AccountSelectType;
64
+ filter: {
65
+ dateFrom: Date;
66
+ dateTo?: Date;
67
+ };
64
68
  }): Promise<PaymentInsertType[]>;
65
69
  getPaymentStatus(_: {
66
70
  paymentId: string;
@@ -414,10 +418,13 @@ declare abstract class FinbricksConnector extends IBankConnector {
414
418
  }): Promise<InitiatedBatch>;
415
419
  initiateSEPAPayment(payment: IncomingPaymentMessage): Promise<InitiatedPayment>;
416
420
  initiateSinglePayment(payment: PaymentPreparedInsertType): Promise<InitiatedPayment>;
417
- getAllAccountPayments({ account, }: {
421
+ getAllAccountPayments({ account, filter, }: {
418
422
  account: AccountSelectType;
419
- db: DrizzleD1Database<typeof tables>;
420
- env: Environment;
423
+ environment: Environment;
424
+ filter: {
425
+ dateFrom: Date;
426
+ dateTo?: Date;
427
+ };
421
428
  }): Promise<PaymentInsertType[]>;
422
429
  getPaymentStatus({ paymentId, }: {
423
430
  paymentId: string;
@@ -600,7 +607,7 @@ interface ErsteObtainAuthorizationURLResponse {
600
607
 
601
608
  type BankPaymentEvent = BaseEvent & {
602
609
  eventType: 'BANK_PAYMENT';
603
- eventSignal: 'created' | 'completed' | 'failed';
610
+ eventSignal: 'paymentCreated' | 'paymentCompleted' | 'paymentFailed' | 'paymentUpdated';
604
611
  bankPayment: Partial<PaymentSelectType>;
605
612
  };
606
613
 
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.0KTS9nMz.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.0KTS9nMz.js';
3
- import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.CCilUVCi.js';
4
- export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.CCilUVCi.js';
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.Ddhhr_rz.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.Ddhhr_rz.js';
3
+ import { a as PaymentInsertType, t as tables, P as PaymentSelectType } from './shared/bank.BriEYREq.js';
4
+ export { b as BatchInsertType, B as BatchSelectType, p as paymentInsertTypeZod } from './shared/bank.BriEYREq.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';
@@ -59,8 +59,12 @@ declare class ErsteConnector extends IBankConnector {
59
59
  signId: string;
60
60
  signHash: string;
61
61
  }): Promise<string>;
62
- getAllAccountPayments({ account, }: {
62
+ getAllAccountPayments({ account, filter, }: {
63
63
  account: AccountSelectType;
64
+ filter: {
65
+ dateFrom: Date;
66
+ dateTo?: Date;
67
+ };
64
68
  }): Promise<PaymentInsertType[]>;
65
69
  getPaymentStatus(_: {
66
70
  paymentId: string;
@@ -414,10 +418,13 @@ declare abstract class FinbricksConnector extends IBankConnector {
414
418
  }): Promise<InitiatedBatch>;
415
419
  initiateSEPAPayment(payment: IncomingPaymentMessage): Promise<InitiatedPayment>;
416
420
  initiateSinglePayment(payment: PaymentPreparedInsertType): Promise<InitiatedPayment>;
417
- getAllAccountPayments({ account, }: {
421
+ getAllAccountPayments({ account, filter, }: {
418
422
  account: AccountSelectType;
419
- db: DrizzleD1Database<typeof tables>;
420
- env: Environment;
423
+ environment: Environment;
424
+ filter: {
425
+ dateFrom: Date;
426
+ dateTo?: Date;
427
+ };
421
428
  }): Promise<PaymentInsertType[]>;
422
429
  getPaymentStatus({ paymentId, }: {
423
430
  paymentId: string;
@@ -600,7 +607,7 @@ interface ErsteObtainAuthorizationURLResponse {
600
607
 
601
608
  type BankPaymentEvent = BaseEvent & {
602
609
  eventType: 'BANK_PAYMENT';
603
- eventSignal: 'created' | 'completed' | 'failed';
610
+ eventSignal: 'paymentCreated' | 'paymentCompleted' | 'paymentFailed' | 'paymentUpdated';
604
611
  bankPayment: Partial<PaymentSelectType>;
605
612
  };
606
613
 
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.BWcFhTu1.mjs';
2
- export { M as MockCobsConnector } from './shared/bank.6WoCPIFy.mjs';
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.CcKNlFRd.mjs';
2
+ export { M as MockCobsConnector } from './shared/bank.B72e0ibs.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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-services/bank",
3
- "version": "0.0.44",
3
+ "version": "0.1.0",
4
4
  "author": "Develit.io s.r.o.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -14,6 +14,11 @@
14
14
  "import": "./dist/export/worker.mjs",
15
15
  "require": "./dist/export/worker.cjs"
16
16
  },
17
+ "./workflows": {
18
+ "types": "./dist/export/workflows.d.ts",
19
+ "import": "./dist/export/workflows.mjs",
20
+ "require": "./dist/export/workflows.cjs"
21
+ },
17
22
  "./db-schema": {
18
23
  "types": "./dist/database/schema.d.ts",
19
24
  "import": "./dist/database/schema.mjs",