@pax2pay/model-banking 0.1.230 → 0.1.231
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/Rail/index.ts +2 -0
- package/dist/Rail/index.d.ts +2 -0
- package/dist/Rail/index.js +1 -0
- package/dist/Rail/index.js.map +1 -1
- package/package.json +1 -1
package/Rail/index.ts
CHANGED
|
@@ -7,6 +7,8 @@ export namespace Rail {
|
|
|
7
7
|
export const type = isly.string<Rail>(rails)
|
|
8
8
|
export type Address = RailAddress
|
|
9
9
|
export namespace Address {
|
|
10
|
+
export type Type = RailAddress.Type
|
|
11
|
+
export const types = RailAddress.types
|
|
10
12
|
export const is = RailAddress.is
|
|
11
13
|
export const compare = RailAddress.compare
|
|
12
14
|
export const stringify = RailAddress.stringify
|
package/dist/Rail/index.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export declare namespace Rail {
|
|
|
6
6
|
const type: isly.Type<"paxgiro" | "internal" | "mastercard" | "fasterpayments" | "chaps" | "bacs" | "transfer">;
|
|
7
7
|
type Address = RailAddress;
|
|
8
8
|
namespace Address {
|
|
9
|
+
type Type = RailAddress.Type;
|
|
10
|
+
const types: readonly ["paxgiro", "internal", "iban", "scan", "card"];
|
|
9
11
|
const is: typeof RailAddress.is;
|
|
10
12
|
const compare: typeof RailAddress.compare;
|
|
11
13
|
const stringify: typeof RailAddress.stringify;
|
package/dist/Rail/index.js
CHANGED
package/dist/Rail/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Rail/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAA;AAGlD,MAAM,KAAW,IAAI,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"../","sources":["Rail/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAC3B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,WAAW,CAAA;AAGlD,MAAM,KAAW,IAAI,CAyBpB;AAzBD,WAAiB,IAAI;IACP,UAAK,GAAG,CAAC,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAU,CAAA;IACrG,SAAI,GAAG,IAAI,CAAC,MAAM,CAAO,KAAA,KAAK,CAAC,CAAA;IAE5C,IAAiB,OAAO,CAoBvB;IApBD,WAAiB,OAAO;QAEV,aAAK,GAAG,WAAW,CAAC,KAAK,CAAA;QACzB,UAAE,GAAG,WAAW,CAAC,EAAE,CAAA;QACnB,eAAO,GAAG,WAAW,CAAC,OAAO,CAAA;QAC7B,iBAAS,GAAG,WAAW,CAAC,SAAS,CAAA;QACjC,gBAAQ,GAAG,WAAW,CAAC,QAAQ,CAAA;QAE/B,eAAO,GAAG,WAAW,CAAC,OAAO,CAAA;QAE7B,YAAI,GAAG,WAAW,CAAC,IAAI,CAAA;QAEvB,YAAI,GAAG,WAAW,CAAC,IAAI,CAAA;QAEvB,gBAAQ,GAAG,WAAW,CAAC,QAAQ,CAAA;QAE/B,YAAI,GAAG,WAAW,CAAC,IAAI,CAAA;IAIrC,CAAC,EApBgB,OAAO,GAAP,YAAO,KAAP,YAAO,QAoBvB;AACF,CAAC,EAzBgB,IAAI,KAAJ,IAAI,QAyBpB"}
|