@pax2pay/model-banking 0.1.393 → 0.1.394
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/Warning/index.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { isly } from "isly"
|
|
2
2
|
import { Base as WarningBase } from "./Base"
|
|
3
|
+
import { Issue as WarningIssue } from "./Issue"
|
|
3
4
|
import { Settlement as WarningSettlement } from "./Settlement"
|
|
4
5
|
import { Snapshot as WarningSnapshot } from "./Snapshot"
|
|
5
6
|
|
|
@@ -9,5 +10,6 @@ export namespace Warning {
|
|
|
9
10
|
export import Snapshot = WarningSnapshot
|
|
10
11
|
export import Settlement = WarningSettlement
|
|
11
12
|
export import Base = WarningBase
|
|
13
|
+
export import Issue = WarningIssue
|
|
12
14
|
export const type = isly.union<Warning, Snapshot, Settlement>(Snapshot.type, Settlement.type)
|
|
13
15
|
}
|
package/dist/Warning/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { isly } from "isly";
|
|
2
2
|
import { Base as WarningBase } from "./Base";
|
|
3
|
+
import { Issue as WarningIssue } from "./Issue";
|
|
3
4
|
import { Settlement as WarningSettlement } from "./Settlement";
|
|
4
5
|
import { Snapshot as WarningSnapshot } from "./Snapshot";
|
|
5
6
|
export type Warning = Warning.Snapshot | Warning.Settlement;
|
|
@@ -7,5 +8,6 @@ export declare namespace Warning {
|
|
|
7
8
|
export import Snapshot = WarningSnapshot;
|
|
8
9
|
export import Settlement = WarningSettlement;
|
|
9
10
|
export import Base = WarningBase;
|
|
11
|
+
export import Issue = WarningIssue;
|
|
10
12
|
const type: isly.Type<Warning>;
|
|
11
13
|
}
|
package/dist/Warning/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { isly } from "isly";
|
|
2
2
|
import { Base as WarningBase } from "./Base";
|
|
3
|
+
import { Issue as WarningIssue } from "./Issue";
|
|
3
4
|
import { Settlement as WarningSettlement } from "./Settlement";
|
|
4
5
|
import { Snapshot as WarningSnapshot } from "./Snapshot";
|
|
5
6
|
export var Warning;
|
|
@@ -7,6 +8,7 @@ export var Warning;
|
|
|
7
8
|
Warning.Snapshot = WarningSnapshot;
|
|
8
9
|
Warning.Settlement = WarningSettlement;
|
|
9
10
|
Warning.Base = WarningBase;
|
|
11
|
+
Warning.Issue = WarningIssue;
|
|
10
12
|
Warning.type = isly.union(Warning.Snapshot.type, Warning.Settlement.type);
|
|
11
13
|
})(Warning || (Warning = {}));
|
|
12
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Warning/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAA;AAC5C,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAC9D,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,YAAY,CAAA;AAIxD,MAAM,KAAW,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Warning/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,IAAI,IAAI,WAAW,EAAE,MAAM,QAAQ,CAAA;AAC5C,OAAO,EAAE,KAAK,IAAI,YAAY,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,cAAc,CAAA;AAC9D,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,YAAY,CAAA;AAIxD,MAAM,KAAW,OAAO,CAMvB;AAND,WAAiB,OAAO;IACT,gBAAQ,GAAG,eAAe,CAAA;IAC1B,kBAAU,GAAG,iBAAiB,CAAA;IAC9B,YAAI,GAAG,WAAW,CAAA;IAClB,aAAK,GAAG,YAAY,CAAA;IACrB,YAAI,GAAG,IAAI,CAAC,KAAK,CAAgC,QAAA,QAAQ,CAAC,IAAI,EAAE,QAAA,UAAU,CAAC,IAAI,CAAC,CAAA;AAC9F,CAAC,EANgB,OAAO,KAAP,OAAO,QAMvB"}
|