lib-fints 1.4.0 → 1.4.2
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/camtParser.js +18 -9
- package/dist/client.js +51 -35
- package/dist/config.js +10 -6
- package/dist/dataElements/AlphaNumeric.js +1 -1
- package/dist/dataElements/DataElement.js +2 -1
- package/dist/dataElements/Digits.js +1 -1
- package/dist/dataElements/Float.js +1 -1
- package/dist/dataElements/Numeric.js +2 -2
- package/dist/dataElements/Text.js +1 -1
- package/dist/dataGroups/Account.js +1 -1
- package/dist/dataGroups/Balance.js +2 -2
- package/dist/dataGroups/BankIdentification.js +1 -1
- package/dist/dataGroups/DataGroup.js +13 -6
- package/dist/dataGroups/InternationalAccount.js +1 -1
- package/dist/dataGroups/Money.js +1 -1
- package/dist/dataGroups/RefMessage.js +1 -1
- package/dist/dataGroups/SepaAccount.js +2 -2
- package/dist/dataGroups/SepaAccountParameters.js +2 -2
- package/dist/dataGroups/TimeStamp.js +1 -1
- package/dist/decoder.js +12 -6
- package/dist/dialog.js +33 -19
- package/dist/encoder.js +16 -4
- package/dist/format.js +2 -2
- package/dist/httpClient.js +4 -2
- package/dist/index.js +10 -10
- package/dist/interactions/balanceInteraction.js +2 -5
- package/dist/interactions/creditcardStatementInteraction.js +11 -11
- package/dist/interactions/customerInteraction.js +1 -1
- package/dist/interactions/endDialogInteraction.js +4 -4
- package/dist/interactions/initDialogInteraction.js +23 -20
- package/dist/interactions/portfolioInteraction.js +3 -3
- package/dist/interactions/sepaAccountInteraction.js +3 -3
- package/dist/interactions/statementInteractionCAMT.js +4 -4
- package/dist/interactions/statementInteractionMT940.js +4 -4
- package/dist/interactions/tanMediaInteraction.js +4 -4
- package/dist/message.js +51 -18
- package/dist/mt535parser.js +3 -5
- package/dist/mt940parser.js +18 -17
- package/dist/parser.js +1 -1
- package/dist/segment.js +12 -7
- package/dist/segmentDefinition.js +5 -2
- package/dist/segmentHeader.js +1 -1
- package/dist/segments/DIKKU.js +3 -3
- package/dist/segments/DKKKU.js +2 -2
- package/dist/segments/HIBPA.js +2 -2
- package/dist/segments/HICAZ.js +1 -1
- package/dist/segments/HICAZS.js +3 -3
- package/dist/segments/HIKAZS.js +7 -3
- package/dist/segments/HIKIM.js +1 -1
- package/dist/segments/HIKOM.js +1 -1
- package/dist/segments/HIPINS.js +3 -3
- package/dist/segments/HIRMG.js +1 -1
- package/dist/segments/HIRMS.js +1 -1
- package/dist/segments/HISAL.js +3 -3
- package/dist/segments/HISPAS.js +3 -4
- package/dist/segments/HISYN.js +1 -1
- package/dist/segments/HITAB.js +3 -3
- package/dist/segments/HITAN.js +3 -3
- package/dist/segments/HITANS.js +3 -3
- package/dist/segments/HIUPA.js +2 -2
- package/dist/segments/HIUPD.js +8 -4
- package/dist/segments/HKCAZ.js +3 -3
- package/dist/segments/HKIDN.js +1 -1
- package/dist/segments/HKKAZ.js +3 -3
- package/dist/segments/HKSAL.js +3 -3
- package/dist/segments/HKSPA.js +1 -1
- package/dist/segments/HKTAB.js +1 -1
- package/dist/segments/HKTAN.js +3 -3
- package/dist/segments/HKVVB.js +1 -1
- package/dist/segments/HKWPD.js +1 -1
- package/dist/segments/HNHBK.js +1 -1
- package/dist/segments/HNSHA.js +1 -1
- package/dist/segments/HNSHK.js +14 -6
- package/dist/segments/HNVSK.js +10 -6
- package/dist/segments/registry.js +31 -31
- package/dist/tests/HIBPA.test.js +3 -3
- package/dist/tests/HICAZS.test.js +2 -2
- package/dist/tests/HIPINS.test.js +2 -2
- package/dist/tests/HIRMG.test.js +2 -2
- package/dist/tests/HITAB.test.js +5 -5
- package/dist/tests/HITANS.test.js +2 -2
- package/dist/tests/HIUPA.test.js +2 -2
- package/dist/tests/HIUPD.test.js +2 -2
- package/dist/tests/HIWPD.test.js +2 -2
- package/dist/tests/HKCAZ.test.js +3 -3
- package/dist/tests/HKIDN.test.js +2 -2
- package/dist/tests/HKSAL.test.js +3 -3
- package/dist/tests/HKTAN.test.js +4 -4
- package/dist/tests/HKWPD.test.js +2 -2
- package/dist/tests/HNSHK.test.js +2 -2
- package/dist/tests/HNVSK.test.js +2 -2
- package/dist/tests/camtParser.test.js +3 -3
- package/dist/tests/client.test.js +636 -22
- package/dist/tests/datatypes.test.js +1 -1
- package/dist/tests/dialog.test.js +21 -14
- package/dist/tests/message.test.js +4 -4
- package/dist/tests/mt535parser.test.js +1 -3
- package/dist/types/accountBalance.d.ts.map +1 -1
- package/dist/types/bankAccount.d.ts +2 -2
- package/dist/types/bankAccount.d.ts.map +1 -1
- package/dist/types/bankAnswer.d.ts.map +1 -1
- package/dist/types/bankTransaction.d.ts.map +1 -1
- package/dist/types/bankingInformation.d.ts +2 -2
- package/dist/types/bankingInformation.d.ts.map +1 -1
- package/dist/types/bpd.d.ts +3 -3
- package/dist/types/bpd.d.ts.map +1 -1
- package/dist/types/camtParser.d.ts +1 -1
- package/dist/types/camtParser.d.ts.map +1 -1
- package/dist/types/client.d.ts +5 -5
- package/dist/types/client.d.ts.map +1 -1
- package/dist/types/config.d.ts +4 -4
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/creditCardStatement.d.ts.map +1 -1
- package/dist/types/dataElements/AlphaNumeric.d.ts.map +1 -1
- package/dist/types/dataElements/Amount.d.ts.map +1 -1
- package/dist/types/dataElements/Binary.d.ts.map +1 -1
- package/dist/types/dataElements/Country.d.ts.map +1 -1
- package/dist/types/dataElements/Currency.d.ts.map +1 -1
- package/dist/types/dataElements/Dat.d.ts.map +1 -1
- package/dist/types/dataElements/DataElement.d.ts +3 -3
- package/dist/types/dataElements/DataElement.d.ts.map +1 -1
- package/dist/types/dataElements/Digits.d.ts.map +1 -1
- package/dist/types/dataElements/Float.d.ts.map +1 -1
- package/dist/types/dataElements/Identification.d.ts.map +1 -1
- package/dist/types/dataElements/Numeric.d.ts.map +1 -1
- package/dist/types/dataElements/Text.d.ts.map +1 -1
- package/dist/types/dataElements/Time.d.ts.map +1 -1
- package/dist/types/dataElements/YesNo.d.ts.map +1 -1
- package/dist/types/dataGroups/Account.d.ts.map +1 -1
- package/dist/types/dataGroups/Balance.d.ts +1 -1
- package/dist/types/dataGroups/Balance.d.ts.map +1 -1
- package/dist/types/dataGroups/BankIdentification.d.ts.map +1 -1
- package/dist/types/dataGroups/DataGroup.d.ts +3 -3
- package/dist/types/dataGroups/DataGroup.d.ts.map +1 -1
- package/dist/types/dataGroups/InternationalAccount.d.ts +1 -1
- package/dist/types/dataGroups/InternationalAccount.d.ts.map +1 -1
- package/dist/types/dataGroups/Money.d.ts.map +1 -1
- package/dist/types/dataGroups/RefMessage.d.ts.map +1 -1
- package/dist/types/dataGroups/SepaAccount.d.ts +1 -1
- package/dist/types/dataGroups/SepaAccount.d.ts.map +1 -1
- package/dist/types/dataGroups/TimeStamp.d.ts.map +1 -1
- package/dist/types/decoder.d.ts +2 -2
- package/dist/types/decoder.d.ts.map +1 -1
- package/dist/types/dialog.d.ts +2 -2
- package/dist/types/dialog.d.ts.map +1 -1
- package/dist/types/encoder.d.ts +2 -2
- package/dist/types/encoder.d.ts.map +1 -1
- package/dist/types/httpClient.d.ts +1 -1
- package/dist/types/httpClient.d.ts.map +1 -1
- package/dist/types/index.d.ts +12 -13
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/interactions/balanceInteraction.d.ts +5 -5
- package/dist/types/interactions/balanceInteraction.d.ts.map +1 -1
- package/dist/types/interactions/creditcardStatementInteraction.d.ts +6 -6
- package/dist/types/interactions/creditcardStatementInteraction.d.ts.map +1 -1
- package/dist/types/interactions/customerInteraction.d.ts +6 -6
- package/dist/types/interactions/customerInteraction.d.ts.map +1 -1
- package/dist/types/interactions/endDialogInteraction.d.ts +6 -6
- package/dist/types/interactions/endDialogInteraction.d.ts.map +1 -1
- package/dist/types/interactions/initDialogInteraction.d.ts +5 -5
- package/dist/types/interactions/initDialogInteraction.d.ts.map +1 -1
- package/dist/types/interactions/portfolioInteraction.d.ts +5 -5
- package/dist/types/interactions/portfolioInteraction.d.ts.map +1 -1
- package/dist/types/interactions/sepaAccountInteraction.d.ts +5 -5
- package/dist/types/interactions/sepaAccountInteraction.d.ts.map +1 -1
- package/dist/types/interactions/statementInteractionCAMT.d.ts +4 -4
- package/dist/types/interactions/statementInteractionCAMT.d.ts.map +1 -1
- package/dist/types/interactions/statementInteractionMT940.d.ts +4 -4
- package/dist/types/interactions/statementInteractionMT940.d.ts.map +1 -1
- package/dist/types/interactions/tanMediaInteraction.d.ts +4 -4
- package/dist/types/interactions/tanMediaInteraction.d.ts.map +1 -1
- package/dist/types/message.d.ts +3 -3
- package/dist/types/message.d.ts.map +1 -1
- package/dist/types/mt535parser.d.ts +0 -1
- package/dist/types/mt535parser.d.ts.map +1 -1
- package/dist/types/mt940parser.d.ts +1 -2
- package/dist/types/mt940parser.d.ts.map +1 -1
- package/dist/types/partedSegment.d.ts +1 -1
- package/dist/types/partedSegment.d.ts.map +1 -1
- package/dist/types/segment.d.ts +1 -1
- package/dist/types/segment.d.ts.map +1 -1
- package/dist/types/segmentDefinition.d.ts +2 -2
- package/dist/types/segmentDefinition.d.ts.map +1 -1
- package/dist/types/segmentHeader.d.ts.map +1 -1
- package/dist/types/segments/DIKKU.d.ts +4 -4
- package/dist/types/segments/DIKKU.d.ts.map +1 -1
- package/dist/types/segments/DKKKU.d.ts +3 -3
- package/dist/types/segments/DKKKU.d.ts.map +1 -1
- package/dist/types/segments/HIBPA.d.ts +5 -5
- package/dist/types/segments/HIBPA.d.ts.map +1 -1
- package/dist/types/segments/HICAZ.d.ts +2 -2
- package/dist/types/segments/HICAZ.d.ts.map +1 -1
- package/dist/types/segments/HICAZS.d.ts +1 -1
- package/dist/types/segments/HICAZS.d.ts.map +1 -1
- package/dist/types/segments/HIKAZ.d.ts +1 -1
- package/dist/types/segments/HIKAZ.d.ts.map +1 -1
- package/dist/types/segments/HIKAZS.d.ts +1 -1
- package/dist/types/segments/HIKAZS.d.ts.map +1 -1
- package/dist/types/segments/HIKIM.d.ts +2 -2
- package/dist/types/segments/HIKIM.d.ts.map +1 -1
- package/dist/types/segments/HIKOM.d.ts +3 -3
- package/dist/types/segments/HIKOM.d.ts.map +1 -1
- package/dist/types/segments/HIPINS.d.ts +1 -1
- package/dist/types/segments/HIPINS.d.ts.map +1 -1
- package/dist/types/segments/HIRMG.d.ts +1 -1
- package/dist/types/segments/HIRMG.d.ts.map +1 -1
- package/dist/types/segments/HIRMS.d.ts +2 -2
- package/dist/types/segments/HIRMS.d.ts.map +1 -1
- package/dist/types/segments/HISAL.d.ts +7 -7
- package/dist/types/segments/HISAL.d.ts.map +1 -1
- package/dist/types/segments/HISPA.d.ts +2 -2
- package/dist/types/segments/HISPA.d.ts.map +1 -1
- package/dist/types/segments/HISPAS.d.ts +2 -2
- package/dist/types/segments/HISPAS.d.ts.map +1 -1
- package/dist/types/segments/HISYN.d.ts +2 -2
- package/dist/types/segments/HISYN.d.ts.map +1 -1
- package/dist/types/segments/HITAB.d.ts +4 -4
- package/dist/types/segments/HITAB.d.ts.map +1 -1
- package/dist/types/segments/HITAN.d.ts +5 -5
- package/dist/types/segments/HITAN.d.ts.map +1 -1
- package/dist/types/segments/HITANS.d.ts +2 -2
- package/dist/types/segments/HITANS.d.ts.map +1 -1
- package/dist/types/segments/HIUPA.d.ts +3 -3
- package/dist/types/segments/HIUPA.d.ts.map +1 -1
- package/dist/types/segments/HIUPD.d.ts +6 -6
- package/dist/types/segments/HIUPD.d.ts.map +1 -1
- package/dist/types/segments/HIWPD.d.ts +1 -1
- package/dist/types/segments/HIWPD.d.ts.map +1 -1
- package/dist/types/segments/HKCAZ.d.ts +5 -5
- package/dist/types/segments/HKCAZ.d.ts.map +1 -1
- package/dist/types/segments/HKEND.d.ts +1 -1
- package/dist/types/segments/HKEND.d.ts.map +1 -1
- package/dist/types/segments/HKIDN.d.ts +3 -3
- package/dist/types/segments/HKIDN.d.ts.map +1 -1
- package/dist/types/segments/HKKAZ.d.ts +5 -5
- package/dist/types/segments/HKKAZ.d.ts.map +1 -1
- package/dist/types/segments/HKSAL.d.ts +6 -6
- package/dist/types/segments/HKSAL.d.ts.map +1 -1
- package/dist/types/segments/HKSPA.d.ts +3 -3
- package/dist/types/segments/HKSPA.d.ts.map +1 -1
- package/dist/types/segments/HKSYN.d.ts +2 -2
- package/dist/types/segments/HKSYN.d.ts.map +1 -1
- package/dist/types/segments/HKTAB.d.ts +3 -3
- package/dist/types/segments/HKTAB.d.ts.map +1 -1
- package/dist/types/segments/HKTAN.d.ts +6 -6
- package/dist/types/segments/HKTAN.d.ts.map +1 -1
- package/dist/types/segments/HKVVB.d.ts +3 -3
- package/dist/types/segments/HKVVB.d.ts.map +1 -1
- package/dist/types/segments/HKWPD.d.ts +2 -2
- package/dist/types/segments/HKWPD.d.ts.map +1 -1
- package/dist/types/segments/HNHBK.d.ts +3 -3
- package/dist/types/segments/HNHBK.d.ts.map +1 -1
- package/dist/types/segments/HNHBS.d.ts +1 -1
- package/dist/types/segments/HNHBS.d.ts.map +1 -1
- package/dist/types/segments/HNSHA.d.ts +3 -3
- package/dist/types/segments/HNSHA.d.ts.map +1 -1
- package/dist/types/segments/HNSHK.d.ts +4 -4
- package/dist/types/segments/HNSHK.d.ts.map +1 -1
- package/dist/types/segments/HNVSD.d.ts +2 -2
- package/dist/types/segments/HNVSD.d.ts.map +1 -1
- package/dist/types/segments/HNVSK.d.ts +4 -4
- package/dist/types/segments/HNVSK.d.ts.map +1 -1
- package/dist/types/segments/businessTransactionParameter.d.ts +2 -2
- package/dist/types/segments/businessTransactionParameter.d.ts.map +1 -1
- package/dist/types/segments/registry.d.ts +1 -1
- package/dist/types/segments/registry.d.ts.map +1 -1
- package/dist/types/tanMethod.d.ts +1 -1
- package/dist/types/tanMethod.d.ts.map +1 -1
- package/dist/types/unknownSegment.d.ts +1 -1
- package/dist/types/unknownSegment.d.ts.map +1 -1
- package/dist/types/upd.d.ts +2 -2
- package/dist/types/upd.d.ts.map +1 -1
- package/package.json +48 -47
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import type { AccountBalance } from '../accountBalance.js';
|
|
2
|
+
import type { FinTSConfig } from '../config.js';
|
|
3
|
+
import type { CreditCardStatement } from '../creditCardStatement.js';
|
|
4
|
+
import type { Message } from '../message.js';
|
|
5
|
+
import type { Segment } from '../segment.js';
|
|
6
|
+
import { type ClientResponse, CustomerOrderInteraction } from './customerInteraction.js';
|
|
7
7
|
export interface CreditCardStatementResponse extends ClientResponse {
|
|
8
8
|
balance: AccountBalance;
|
|
9
9
|
statements: CreditCardStatement[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creditcardStatementInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/creditcardStatementInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"creditcardStatementInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/creditcardStatementInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,OAAO,EAAE,KAAK,cAAc,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEzF,MAAM,WAAW,2BAA4B,SAAQ,cAAc;IAClE,OAAO,EAAE,cAAc,CAAC;IACxB,UAAU,EAAE,mBAAmB,EAAE,CAAC;CAClC;AAED,qBAAa,8BAA+B,SAAQ,wBAAwB;IAEnE,aAAa,EAAE,MAAM;IACrB,IAAI,CAAC;gBADL,aAAa,EAAE,MAAM,EACrB,IAAI,CAAC,kBAAM;IAKnB,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,EAAE;IAuB5C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,2BAA2B;CA8E7E"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BankAnswer } from '../bankAnswer.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Message } from '../message.js';
|
|
5
|
-
import { Segment } from '../segment.js';
|
|
6
|
-
import { Statement } from '../statement.js';
|
|
1
|
+
import type { BankAnswer } from '../bankAnswer.js';
|
|
2
|
+
import type { FinTSConfig } from '../config.js';
|
|
3
|
+
import type { Dialog } from '../dialog.js';
|
|
4
|
+
import type { Message } from '../message.js';
|
|
5
|
+
import type { Segment } from '../segment.js';
|
|
6
|
+
import type { Statement } from '../statement.js';
|
|
7
7
|
export interface PhotoTan {
|
|
8
8
|
mimeType: string;
|
|
9
9
|
image: Uint8Array;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customerInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/customerInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"customerInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/customerInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,MAAM,WAAW,QAAQ;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,UAAU,CAAC;CAClB;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,cAAc;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,yBAAyB,EAAE,OAAO,CAAC;IACnC,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,iBAAkB,SAAQ,cAAc;IACxD,UAAU,EAAE,SAAS,EAAE,CAAC;CACxB;AAED,8BAAsB,mBAAmB;IAGrB,KAAK,EAAE,MAAM;IAFhC,MAAM,CAAC,EAAE,MAAM,CAAC;gBAEG,KAAK,EAAE,MAAM;IAEhC,WAAW,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,EAAE;IAI3C,oBAAoB,CAAC,OAAO,EAAE,OAAO,GAAG,cAAc;IAiBtD,SAAS,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,EAAE;IACjE,SAAS,CAAC,QAAQ,CAAC,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,GAAG,IAAI;IAE1F,OAAO,CAAC,UAAU;IAsBlB,OAAO,CAAC,kBAAkB;CA4C1B;AAED,8BAAsB,wBAAyB,SAAQ,mBAAmB;IAGjE,aAAa,EAAE,MAAM;gBAD5B,KAAK,EAAE,MAAM,EACN,aAAa,EAAE,MAAM;CAI7B"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Message } from '../message.js';
|
|
3
|
-
import { Segment } from '../segment.js';
|
|
4
|
-
import {
|
|
1
|
+
import type { FinTSConfig } from '../config.js';
|
|
2
|
+
import type { Message } from '../message.js';
|
|
3
|
+
import type { Segment } from '../segment.js';
|
|
4
|
+
import { type ClientResponse, CustomerInteraction } from './customerInteraction.js';
|
|
5
5
|
export interface TanMediaResponse extends ClientResponse {
|
|
6
6
|
tanMediaList: string[];
|
|
7
7
|
}
|
|
8
8
|
export declare class EndDialogInteraction extends CustomerInteraction {
|
|
9
9
|
constructor();
|
|
10
|
-
createSegments(
|
|
11
|
-
handleResponse(
|
|
10
|
+
createSegments(_config: FinTSConfig): Segment[];
|
|
11
|
+
handleResponse(_response: Message, _clientResponse: ClientResponse): void;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=endDialogInteraction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endDialogInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/endDialogInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"endDialogInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/endDialogInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAE,KAAK,cAAc,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACvD,YAAY,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,qBAAa,oBAAqB,SAAQ,mBAAmB;;IAK5D,cAAc,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO,EAAE;IAS/C,cAAc,CAAC,SAAS,EAAE,OAAO,EAAE,eAAe,EAAE,cAAc;CAGlE"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { BankingInformation } from '../bankingInformation.js';
|
|
2
|
+
import type { FinTSConfig } from '../config.js';
|
|
3
|
+
import type { Message } from '../message.js';
|
|
4
|
+
import type { Segment } from '../segment.js';
|
|
5
|
+
import { type ClientResponse, CustomerInteraction } from './customerInteraction.js';
|
|
6
6
|
export interface InitResponse extends ClientResponse {
|
|
7
7
|
bankingInformation?: BankingInformation;
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"initDialogInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/initDialogInteraction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"initDialogInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/initDialogInteraction.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAe,MAAM,0BAA0B,CAAC;AAGhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAe7C,OAAO,EAAE,KAAK,cAAc,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAIpF,MAAM,WAAW,YAAa,SAAQ,cAAc;IACnD,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACxC;AAED,qBAAa,qBAAsB,SAAQ,mBAAmB;IAErD,MAAM,EAAE,WAAW;IACnB,YAAY;gBADZ,MAAM,EAAE,WAAW,EACnB,YAAY,UAAQ;IAK5B,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,EAAE;IAoC5C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,YAAY;CAkK9D"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { Segment } from '../segment.js';
|
|
5
|
-
import {
|
|
1
|
+
import type { FinTSConfig } from '../config.js';
|
|
2
|
+
import type { Message } from '../message.js';
|
|
3
|
+
import { type Holding, type StatementOfHoldings } from '../mt535parser.js';
|
|
4
|
+
import type { Segment } from '../segment.js';
|
|
5
|
+
import { type ClientResponse, CustomerOrderInteraction } from './customerInteraction.js';
|
|
6
6
|
/**
|
|
7
7
|
* Represents a single holding within a stock portfolio.
|
|
8
8
|
* This is an alias for the Holding interface from the MT535 parser.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"portfolioInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/portfolioInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"portfolioInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/portfolioInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,KAAK,OAAO,EAAe,KAAK,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,OAAO,EAAE,KAAK,cAAc,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEzF;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;AAEvC;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,mBAAmB,CAAC;AAE3D,MAAM,WAAW,iBAAkB,SAAQ,cAAc;IACxD;;OAEG;IACH,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IAC9C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,wBAAwB;IAEzD,aAAa,EAAE,MAAM;IAC5B,OAAO,CAAC,QAAQ,CAAC;IACjB,OAAO,CAAC,YAAY,CAAC;IACrB,OAAO,CAAC,UAAU,CAAC;IACnB,OAAO,CAAC,gBAAgB,CAAC;gBAJlB,aAAa,EAAE,MAAM,EACpB,QAAQ,CAAC,oBAAQ,EACjB,YAAY,CAAC,uBAAW,EACxB,UAAU,CAAC,oBAAQ,EACnB,gBAAgB,CAAC,oBAAQ;IAKlC,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,EAAE;IA4B9C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,iBAAiB,GAAG,IAAI;CAe1E"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { FinTSConfig } from '../config.js';
|
|
2
|
+
import type { SepaAccount } from '../dataGroups/SepaAccount.js';
|
|
3
|
+
import type { Message } from '../message.js';
|
|
4
|
+
import type { Segment } from '../segment.js';
|
|
5
|
+
import { type ClientResponse, CustomerOrderInteraction } from './customerInteraction.js';
|
|
6
6
|
export interface SepaAccountResponse extends ClientResponse {
|
|
7
7
|
sepaAccounts?: SepaAccount[];
|
|
8
8
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sepaAccountInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/sepaAccountInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"sepaAccountInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/sepaAccountInteraction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,OAAO,EAAE,KAAK,cAAc,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEzF,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IAC1D,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;CAC7B;AAED,qBAAa,sBAAuB,SAAQ,wBAAwB;IAE3D,QAAQ,CAAC;IACT,UAAU,CAAC;gBADX,QAAQ,CAAC,sBAAU,EAAE,oCAAoC;IACzD,UAAU,CAAC,oBAAQ;IAK3B,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,EAAE;IAwB5C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,mBAAmB;CAmBrE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Message } from '../message.js';
|
|
3
|
-
import { Segment } from '../segment.js';
|
|
4
|
-
import {
|
|
1
|
+
import type { FinTSConfig } from '../config.js';
|
|
2
|
+
import type { Message } from '../message.js';
|
|
3
|
+
import type { Segment } from '../segment.js';
|
|
4
|
+
import { CustomerOrderInteraction, type StatementResponse } from './customerInteraction.js';
|
|
5
5
|
export declare class StatementInteractionCAMT extends CustomerOrderInteraction {
|
|
6
6
|
accountNumber: string;
|
|
7
7
|
from?: Date | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"statementInteractionCAMT.d.ts","sourceRoot":"","sources":["../../../src/interactions/statementInteractionCAMT.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"statementInteractionCAMT.d.ts","sourceRoot":"","sources":["../../../src/interactions/statementInteractionCAMT.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAI7C,OAAO,EAAE,wBAAwB,EAAE,KAAK,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5F,qBAAa,wBAAyB,SAAQ,wBAAwB;IAI7D,aAAa,EAAE,MAAM;IACrB,IAAI,CAAC;IACL,EAAE,CAAC;IALX,OAAO,CAAC,mBAAmB,CAAgE;gBAGnF,aAAa,EAAE,MAAM,EACrB,IAAI,CAAC,kBAAM,EACX,EAAE,CAAC,kBAAM;IAKjB,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,EAAE;IAmB5C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,iBAAiB;CAoBnE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Message } from '../message.js';
|
|
3
|
-
import { Segment } from '../segment.js';
|
|
4
|
-
import {
|
|
1
|
+
import type { FinTSConfig } from '../config.js';
|
|
2
|
+
import type { Message } from '../message.js';
|
|
3
|
+
import type { Segment } from '../segment.js';
|
|
4
|
+
import { CustomerOrderInteraction, type StatementResponse } from './customerInteraction.js';
|
|
5
5
|
export declare class StatementInteractionMT940 extends CustomerOrderInteraction {
|
|
6
6
|
accountNumber: string;
|
|
7
7
|
from?: Date | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"statementInteractionMT940.d.ts","sourceRoot":"","sources":["../../../src/interactions/statementInteractionMT940.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"statementInteractionMT940.d.ts","sourceRoot":"","sources":["../../../src/interactions/statementInteractionMT940.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAE7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,OAAO,EAAE,wBAAwB,EAAE,KAAK,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAE5F,qBAAa,yBAA0B,SAAQ,wBAAwB;IAE9D,aAAa,EAAE,MAAM;IACrB,IAAI,CAAC;IACL,EAAE,CAAC;gBAFH,aAAa,EAAE,MAAM,EACrB,IAAI,CAAC,kBAAM,EACX,EAAE,CAAC,kBAAM;IAKjB,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,EAAE;IAoB5C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,iBAAiB;CAcnE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Message } from '../message.js';
|
|
3
|
-
import { Segment } from '../segment.js';
|
|
4
|
-
import {
|
|
1
|
+
import type { FinTSConfig } from '../config.js';
|
|
2
|
+
import type { Message } from '../message.js';
|
|
3
|
+
import type { Segment } from '../segment.js';
|
|
4
|
+
import { type ClientResponse, CustomerOrderInteraction } from './customerInteraction.js';
|
|
5
5
|
export interface TanMediaResponse extends ClientResponse {
|
|
6
6
|
tanMediaList: string[];
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tanMediaInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/tanMediaInteraction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tanMediaInteraction.d.ts","sourceRoot":"","sources":["../../../src/interactions/tanMediaInteraction.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,OAAO,EAAE,KAAK,cAAc,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEzF,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACvD,YAAY,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,qBAAa,mBAAoB,SAAQ,wBAAwB;;IAKhE,cAAc,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,EAAE;IAgB5C,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,gBAAgB;CAalE"}
|
package/dist/types/message.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BankAnswer } from './bankAnswer.js';
|
|
2
|
-
import { Segment } from './segment.js';
|
|
3
|
-
import { UnknownSegment } from './unknownSegment.js';
|
|
1
|
+
import type { BankAnswer } from './bankAnswer.js';
|
|
2
|
+
import type { Segment } from './segment.js';
|
|
3
|
+
import { type UnknownSegment } from './unknownSegment.js';
|
|
4
4
|
export declare class Message {
|
|
5
5
|
segments: Segment[];
|
|
6
6
|
constructor(segments: Segment[]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/message.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../src/message.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIlD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAa5C,OAAO,EAAE,KAAK,cAAc,EAAY,MAAM,qBAAqB,CAAC;AAEpE,qBAAa,OAAO;IACA,QAAQ,EAAE,OAAO,EAAE;gBAAnB,QAAQ,EAAE,OAAO,EAAE;IAEtC,WAAW,CAAC,CAAC,SAAS,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;IAKhE,eAAe,CAAC,CAAC,SAAS,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC,EAAE;IAI1D,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,cAAc,EAAE;IAO3D,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IASpC,oBAAoB,IAAI,MAAM;IAU9B,cAAc,IAAI,UAAU,EAAE;IA6B9B,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,MAAM,GAAG,OAAO;IAoBlE,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,MAAM,GAAG,OAAO;IAiBzE,QAAQ,CAAC,cAAc,UAAQ,GAAG,MAAM;CAQxC;AAED,qBAAa,eAAgB,SAAQ,OAAO;IAC3C,mBAAmB,SAAK;gBAEZ,QAAQ,GAAE,MAAY,EAAE,KAAK,SAAI;IAiB7C,MAAM,IAAI,MAAM;IAwEhB,IAAI,CACH,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,GAAG,EAAE,MAAM,EACX,QAAQ,CAAC,EAAE,MAAM,EACjB,WAAW,CAAC,EAAE,MAAM,EACpB,GAAG,CAAC,EAAE,MAAM;IAuCb,UAAU,CAAC,OAAO,EAAE,OAAO;CAS3B;AAED,qBAAa,oBAAqB,SAAQ,eAAe;IAEhD,UAAU,EAAE,MAAM;IAClB,kBAAkB,EAAE,MAAM;gBAD1B,UAAU,EAAE,MAAM,EAClB,kBAAkB,EAAE,MAAM,EACjC,QAAQ,GAAE,MAAY,EACtB,KAAK,SAAI;IAKV,IAAI,8BAA8B,IAAI,OAAO,CAG5C;CACD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mt535parser.d.ts","sourceRoot":"","sources":["../../src/mt535parser.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;
|
|
1
|
+
{"version":3,"file":"mt535parser.d.ts","sourceRoot":"","sources":["../../src/mt535parser.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IACnC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,OAAO;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,CAAC;CACZ;AAED,oBAAY,YAAY;IACvB,eAAe,oBAAoB;IACnC,kBAAkB,uBAAuB;IACzC,QAAQ,aAAa;IACrB,sBAAsB,2BAA2B;IACjD,gBAAgB,qBAAqB;IACrC,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,UAAU,eAAe;IACzB,UAAU,eAAe;CACzB;AAeD,qBAAa,WAAW;IACvB,OAAO,CAAC,cAAc,CAAS;gBAEnB,OAAO,EAAE,MAAM;IAW3B,KAAK,IAAI,mBAAmB;IAc5B,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,aAAa;IAmBrB,OAAO,CAAC,YAAY;IA4BpB,OAAO,CAAC,2BAA2B;IAyBnC,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,UAAU;IA8BlB,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,aAAa;IA8BrB,OAAO,CAAC,SAAS;CAYjB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Statement, Transaction
|
|
1
|
+
import { Balance, Statement, Transaction } from './statement.js';
|
|
2
2
|
export { Statement, Transaction, Balance };
|
|
3
3
|
export declare enum TokenType {
|
|
4
4
|
Tag = "Tag",
|
|
@@ -22,7 +22,6 @@ export declare enum TokenType {
|
|
|
22
22
|
WhiteSpace = "WhiteSpace"
|
|
23
23
|
}
|
|
24
24
|
export declare class Mt940Parser {
|
|
25
|
-
private input;
|
|
26
25
|
tokenizer: Mt940Tokenizer;
|
|
27
26
|
statements: Statement[];
|
|
28
27
|
currentStatement: Partial<Statement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mt940parser.d.ts","sourceRoot":"","sources":["../../src/mt940parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"mt940parser.d.ts","sourceRoot":"","sources":["../../src/mt940parser.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEjE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC;AAE3C,oBAAY,SAAS;IACpB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,eAAe,oBAAoB;IACnC,gBAAgB,qBAAqB;IACrC,oBAAoB,yBAAyB;IAC7C,cAAc,mBAAmB;IACjC,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,UAAU,eAAe;CACzB;AAwBD,qBAAa,WAAW;IACvB,SAAS,EAAE,cAAc,CAAC;IAE1B,UAAU,EAAE,SAAS,EAAE,CAAM;IAC7B,gBAAgB,EAAE,OAAO,CAAC,SAAS,CAAC,CAElC;IACF,kBAAkB,EAAE,WAAW,GAAG,SAAS,CAAC;gBAEhC,KAAK,EAAE,MAAM;IAIzB,KAAK,IAAI,SAAS,EAAE;IA0HpB,uBAAuB,CAAC,kBAAkB,EAAE,MAAM;IAoGlD,YAAY,CAAC,WAAW,EAAE,WAAW;IA2CrC,YAAY,IAAI,OAAO;IAavB,SAAS,CAAC,WAAW,UAAO,GAAG,IAAI;IAUnC,WAAW,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,UAAO,GAAG,MAAM;CAM5D;AAED,qBAAa,cAAc;IAId,OAAO,CAAC,KAAK;IAHzB,QAAQ,SAAK;IACb,SAAS,EAAE,MAAM,CAAM;gBAEH,KAAK,EAAE,MAAM;IAEjC,cAAc,CAAC,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,GAAG,MAAM;IAiB7D,KAAK,CAAC,MAAM,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI;IAI7C,OAAO,IAAI,OAAO;CAGlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"partedSegment.d.ts","sourceRoot":"","sources":["../../src/partedSegment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"partedSegment.d.ts","sourceRoot":"","sources":["../../src/partedSegment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,qBAAa,MAAO,SAAQ,iBAAiB;IAC5C,MAAM,CAAC,EAAE,SAAY;;IAIrB,OAAO,SAAK;IACZ,QAAQ,SAA+B;CACvC;AAED,eAAO,MAAM,QAAQ,QAAY,CAAC"}
|
package/dist/types/segment.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segment.d.ts","sourceRoot":"","sources":["../../src/segment.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"segment.d.ts","sourceRoot":"","sources":["../../src/segment.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,MAAM,MAAM,OAAO,GAAG;IACrB,MAAM,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,OAAO,GAAG;IACnD,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,wBAAgB,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAoC5C;AAED,wBAAgB,MAAM,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,CAQ5C;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,CAgCxD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DataElement } from './dataElements/DataElement.js';
|
|
2
|
-
import { Segment } from './segment.js';
|
|
1
|
+
import type { DataElement } from './dataElements/DataElement.js';
|
|
2
|
+
import type { Segment } from './segment.js';
|
|
3
3
|
import { SegmentHeaderGroup } from './segmentHeader.js';
|
|
4
4
|
export declare abstract class SegmentDefinition {
|
|
5
5
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segmentDefinition.d.ts","sourceRoot":"","sources":["../../src/segmentDefinition.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"segmentDefinition.d.ts","sourceRoot":"","sources":["../../src/segmentDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAEjE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAExD,8BAAsB,iBAAiB;IACtC,EAAE,EAAE,MAAM,CAAC;gBAEC,EAAE,EAAE,MAAM;IAItB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,MAAM,qBAA4B;IACzC,QAAQ,CAAC,QAAQ,EAAE,WAAW,EAAE,CAAC;IAEjC,qBAAqB,CAAC,OAAO,EAAE,MAAM;IAQrC,MAAM,CAAC,IAAI,EAAE,OAAO;CAWpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"segmentHeader.d.ts","sourceRoot":"","sources":["../../src/segmentHeader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,MAAM,MAAM,aAAa,GAAG;
|
|
1
|
+
{"version":3,"file":"segmentHeader.d.ts","sourceRoot":"","sources":["../../src/segmentHeader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,MAAM,MAAM,aAAa,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,qBAAa,kBAAmB,SAAQ,SAAS;;CAchD"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Binary } from '../dataElements/Binary.js';
|
|
2
|
+
import { Identification } from '../dataElements/Identification.js';
|
|
3
|
+
import { Text } from '../dataElements/Text.js';
|
|
4
|
+
import { type Balance, BalanceGroup } from '../dataGroups/Balance.js';
|
|
5
|
+
import type { Segment } from '../segment.js';
|
|
2
6
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
3
|
-
import { Segment } from '../segment.js';
|
|
4
|
-
import { Identification } from "../dataElements/Identification.js";
|
|
5
|
-
import { Text } from "../dataElements/Text.js";
|
|
6
|
-
import { BalanceGroup, Balance } from "../dataGroups/Balance.js";
|
|
7
7
|
export type DIKKUSegment = Segment & {
|
|
8
8
|
balance: Balance;
|
|
9
9
|
transactions: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DIKKU.d.ts","sourceRoot":"","sources":["../../../src/segments/DIKKU.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"DIKKU.d.ts","sourceRoot":"","sources":["../../../src/segments/DIKKU.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,KAAK,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,OAAO,SAAK;;IAIZ,QAAQ,oDAON;CACF"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AlphaNumeric } from '../dataElements/AlphaNumeric.js';
|
|
1
2
|
import { Dat } from '../dataElements/Dat.js';
|
|
2
3
|
import { Numeric } from '../dataElements/Numeric.js';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { SegmentWithContinuationMark } from '../segment.js';
|
|
4
|
+
import { type Account, AccountGroup } from '../dataGroups/Account.js';
|
|
5
|
+
import type { SegmentWithContinuationMark } from '../segment.js';
|
|
6
6
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
7
7
|
export type DKKKUSegment = SegmentWithContinuationMark & {
|
|
8
8
|
account: Account;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DKKKU.d.ts","sourceRoot":"","sources":["../../../src/segments/DKKKU.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"DKKKU.d.ts","sourceRoot":"","sources":["../../../src/segments/DKKKU.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,GAAG,EAAE,MAAM,wBAAwB,CAAC;AAE7C,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,EAAE,KAAK,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,2BAA2B,GAAG;IACxD,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,MAAM,CAAC,OAAO,SAAK;;IAInB,OAAO,SAAiB;IACxB,QAAQ,kDAON;CACF"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Language } from '../codes.js';
|
|
2
|
-
import { Numeric } from '../dataElements/Numeric.js';
|
|
1
|
+
import type { Language } from '../codes.js';
|
|
3
2
|
import { AlphaNumeric } from '../dataElements/AlphaNumeric.js';
|
|
3
|
+
import { Numeric } from '../dataElements/Numeric.js';
|
|
4
|
+
import type { Bank } from '../dataGroups/Account.js';
|
|
4
5
|
import { DataGroup } from '../dataGroups/DataGroup.js';
|
|
6
|
+
import type { Segment } from '../segment.js';
|
|
5
7
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
6
|
-
import { Segment } from '../segment.js';
|
|
7
|
-
import { Bank } from '../dataGroups/Account.js';
|
|
8
8
|
export type HIBPASegment = Segment & {
|
|
9
9
|
bpdVersion: number;
|
|
10
10
|
bank: Bank;
|
|
@@ -23,6 +23,6 @@ export declare class HIBPA extends SegmentDefinition {
|
|
|
23
23
|
static Id: string;
|
|
24
24
|
version: number;
|
|
25
25
|
constructor();
|
|
26
|
-
elements: (
|
|
26
|
+
elements: (AlphaNumeric | DataGroup | Numeric)[];
|
|
27
27
|
}
|
|
28
28
|
//# sourceMappingURL=HIBPA.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIBPA.d.ts","sourceRoot":"","sources":["../../../src/segments/HIBPA.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"HIBPA.d.ts","sourceRoot":"","sources":["../../../src/segments/HIBPA.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,QAAQ,EAAE,CAAC;IAC/B,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,OAAO,SAAK;;IAIZ,QAAQ,yCAUN;CACF"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Text } from '../dataElements/Text.js';
|
|
2
|
-
import { InternationalAccount } from '../dataGroups/InternationalAccount.js';
|
|
3
2
|
import { DataGroup } from '../dataGroups/DataGroup.js';
|
|
3
|
+
import { type InternationalAccount } from '../dataGroups/InternationalAccount.js';
|
|
4
|
+
import type { Segment } from '../segment.js';
|
|
4
5
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
5
|
-
import { Segment } from '../segment.js';
|
|
6
6
|
export type HICAZSegment = Segment & {
|
|
7
7
|
account: InternationalAccount;
|
|
8
8
|
camtDescriptor: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HICAZ.d.ts","sourceRoot":"","sources":["../../../src/segments/HICAZ.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"HICAZ.d.ts","sourceRoot":"","sources":["../../../src/segments/HICAZ.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EACN,KAAK,oBAAoB,EAEzB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,OAAO,EAAE,oBAAoB,CAAC;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC7B,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,MAAM,CAAC,OAAO,SAAK;;IAInB,OAAO,SAAiB;IACxB,QAAQ,uBAKN;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessTransactionParameter, BusinessTransactionParameterSegment } from './businessTransactionParameter.js';
|
|
1
|
+
import { BusinessTransactionParameter, type BusinessTransactionParameterSegment } from './businessTransactionParameter.js';
|
|
2
2
|
export type HICAZSSegment = BusinessTransactionParameterSegment<HICAZSParameter>;
|
|
3
3
|
export type HICAZSParameter = {
|
|
4
4
|
maxDays: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HICAZS.d.ts","sourceRoot":"","sources":["../../../src/segments/HICAZS.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HICAZS.d.ts","sourceRoot":"","sources":["../../../src/segments/HICAZS.ts"],"names":[],"mappings":"AAGA,OAAO,EACN,4BAA4B,EAC5B,KAAK,mCAAmC,EACxC,MAAM,mCAAmC,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,mCAAmC,CAAC,eAAe,CAAC,CAAC;AAEjF,MAAM,MAAM,eAAe,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,oBAAoB,EAAE,MAAM,EAAE,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,qBAAa,MAAO,SAAQ,4BAA4B;IACvD,MAAM,CAAC,EAAE,SAAY;IACrB,OAAO,SAAK;;CAUZ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Binary } from '../dataElements/Binary.js';
|
|
2
|
+
import type { Segment } from '../segment.js';
|
|
2
3
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
3
|
-
import { Segment } from '../segment.js';
|
|
4
4
|
export type HIKAZSegment = Segment & {
|
|
5
5
|
bookedTransactions: string;
|
|
6
6
|
notedTransactions?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIKAZ.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKAZ.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"HIKAZ.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKAZ.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,OAAO,SAAK;;IAIZ,QAAQ,WAGN;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessTransactionParameter, BusinessTransactionParameterSegment } from './businessTransactionParameter.js';
|
|
1
|
+
import { BusinessTransactionParameter, type BusinessTransactionParameterSegment } from './businessTransactionParameter.js';
|
|
2
2
|
export type HKKAZSegment = BusinessTransactionParameterSegment<HIKAZSParameter>;
|
|
3
3
|
export type HIKAZSParameter = {
|
|
4
4
|
maxDays: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIKAZS.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKAZS.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"HIKAZS.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKAZS.ts"],"names":[],"mappings":"AAEA,OAAO,EACN,4BAA4B,EAC5B,KAAK,mCAAmC,EACxC,MAAM,mCAAmC,CAAC;AAE3C,MAAM,MAAM,YAAY,GAAG,mCAAmC,CAAC,eAAe,CAAC,CAAC;AAEhF,MAAM,MAAM,eAAe,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,kBAAkB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,qBAAa,MAAO,SAAQ,4BAA4B;IACvD,MAAM,CAAC,EAAE,SAAY;IACrB,OAAO,SAAK;;CAaZ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Text } from '../dataElements/Text.js';
|
|
2
1
|
import { AlphaNumeric } from '../dataElements/AlphaNumeric.js';
|
|
3
|
-
import {
|
|
2
|
+
import { Text } from '../dataElements/Text.js';
|
|
3
|
+
import type { Segment } from '../segment.js';
|
|
4
4
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
5
5
|
export type HIKIMSegment = Segment & {
|
|
6
6
|
subject: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIKIM.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKIM.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"HIKIM.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKIM.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACb,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,OAAO,SAAK;;IAIZ,QAAQ,0BAAyE;CACjF"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Language } from '../codes.js';
|
|
1
|
+
import type { Language } from '../codes.js';
|
|
2
2
|
import { Numeric } from '../dataElements/Numeric.js';
|
|
3
|
-
import { Bank } from '../dataGroups/Account.js';
|
|
3
|
+
import type { Bank } from '../dataGroups/Account.js';
|
|
4
4
|
import { DataGroup } from '../dataGroups/DataGroup.js';
|
|
5
|
-
import { Segment } from '../segment.js';
|
|
5
|
+
import type { Segment } from '../segment.js';
|
|
6
6
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
7
7
|
export type HIKOMSegment = Segment & {
|
|
8
8
|
bankIdentification: Bank;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIKOM.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKOM.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"HIKOM.d.ts","sourceRoot":"","sources":["../../../src/segments/HIKOM.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAErD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,kBAAkB,EAAE,IAAI,CAAC;IACzB,eAAe,EAAE,QAAQ,CAAC;IAC1B,SAAS,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,OAAO,SAAK;;IAIZ,QAAQ,0BAeN;CACF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BusinessTransactionParameter, BusinessTransactionParameterSegment } from './businessTransactionParameter.js';
|
|
1
|
+
import { BusinessTransactionParameter, type BusinessTransactionParameterSegment } from './businessTransactionParameter.js';
|
|
2
2
|
export type HIPINSSegment = BusinessTransactionParameterSegment<HIPINSParameter>;
|
|
3
3
|
export type HIPINSParameter = {
|
|
4
4
|
minPinLen: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIPINS.d.ts","sourceRoot":"","sources":["../../../src/segments/HIPINS.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"HIPINS.d.ts","sourceRoot":"","sources":["../../../src/segments/HIPINS.ts"],"names":[],"mappings":"AAIA,OAAO,EACN,4BAA4B,EAC5B,KAAK,mCAAmC,EACxC,MAAM,mCAAmC,CAAC;AAE3C,MAAM,MAAM,aAAa,GAAG,mCAAmC,CAAC,eAAe,CAAC,CAAC;AAEjF,MAAM,MAAM,eAAe,GAAG;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,iBAAiB,EAAE,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,qBAAa,MAAO,SAAQ,4BAA4B;IACvD,MAAM,CAAC,EAAE,SAAY;IACrB,OAAO,SAAK;;CAiBZ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DataGroup } from '../dataGroups/DataGroup.js';
|
|
2
|
-
import { Segment } from '../segment.js';
|
|
2
|
+
import type { Segment } from '../segment.js';
|
|
3
3
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
4
4
|
export type HIRMGSegment = Segment & {
|
|
5
5
|
answers: Answer[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIRMG.d.ts","sourceRoot":"","sources":["../../../src/segments/HIRMG.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"HIRMG.d.ts","sourceRoot":"","sources":["../../../src/segments/HIRMG.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,OAAO,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,MAAM,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,MAAM,CAAC,OAAO,SAAK;;IAInB,OAAO,SAAiB;IACxB,QAAQ,cAYN;CACF"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DataGroup } from '../dataGroups/DataGroup.js';
|
|
2
|
-
import { Segment } from '../segment.js';
|
|
2
|
+
import type { Segment } from '../segment.js';
|
|
3
3
|
import { SegmentDefinition } from '../segmentDefinition.js';
|
|
4
|
-
import { Answer } from './HIRMG.js';
|
|
4
|
+
import type { Answer } from './HIRMG.js';
|
|
5
5
|
export type HIRMSSegment = Segment & {
|
|
6
6
|
answers: Answer[];
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HIRMS.d.ts","sourceRoot":"","sources":["../../../src/segments/HIRMS.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"HIRMS.d.ts","sourceRoot":"","sources":["../../../src/segments/HIRMS.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG;IACpC,OAAO,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF;;GAEG;AACH,qBAAa,KAAM,SAAQ,iBAAiB;IAC3C,MAAM,CAAC,EAAE,SAAW;IACpB,MAAM,CAAC,OAAO,SAAK;;IAInB,OAAO,SAAiB;IACxB,QAAQ,cAYN;CACF"}
|