@pax2pay/model-banking 0.1.310 → 0.1.311

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/Acquirer/index.ts CHANGED
@@ -5,14 +5,15 @@ export interface Acquirer {
5
5
  id: string
6
6
  number: string
7
7
  country?: isoly.CountryCode.Alpha2
8
+ retrievalReferenceNumber?: string
9
+ systemTraceAuditNumber?: string
8
10
  }
9
-
10
11
  export namespace Acquirer {
11
12
  export const type = isly.object<Acquirer>({
12
13
  id: isly.string(),
13
14
  number: isly.string(),
14
15
  country: isly.fromIs("Acquirer.country", isoly.CountryCode.Alpha2.is).optional(),
16
+ retrievalReferenceNumber: isly.string().optional(),
17
+ systemTraceAuditNumber: isly.string().optional(),
15
18
  })
16
- export const is = type.is
17
- export const flaw = type.flaw
18
19
  }
@@ -4,9 +4,9 @@ export interface Acquirer {
4
4
  id: string;
5
5
  number: string;
6
6
  country?: isoly.CountryCode.Alpha2;
7
+ retrievalReferenceNumber?: string;
8
+ systemTraceAuditNumber?: string;
7
9
  }
8
10
  export declare namespace Acquirer {
9
11
  const type: isly.object.ExtendableType<Acquirer>;
10
- const is: isly.Type.IsFunction<Acquirer>;
11
- const flaw: isly.Type.FlawFunction;
12
12
  }
@@ -6,8 +6,8 @@ export var Acquirer;
6
6
  id: isly.string(),
7
7
  number: isly.string(),
8
8
  country: isly.fromIs("Acquirer.country", isoly.CountryCode.Alpha2.is).optional(),
9
+ retrievalReferenceNumber: isly.string().optional(),
10
+ systemTraceAuditNumber: isly.string().optional(),
9
11
  });
10
- Acquirer.is = Acquirer.type.is;
11
- Acquirer.flaw = Acquirer.type.flaw;
12
12
  })(Acquirer || (Acquirer = {}));
13
13
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../","sources":["Acquirer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAQ3B,MAAM,KAAW,QAAQ,CAQxB;AARD,WAAiB,QAAQ;IACX,aAAI,GAAG,IAAI,CAAC,MAAM,CAAW;QACzC,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;QACjB,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE;QACrB,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,kBAAkB,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;KAChF,CAAC,CAAA;IACW,WAAE,GAAG,SAAA,IAAI,CAAC,EAAE,CAAA;IACZ,aAAI,GAAG,SAAA,IAAI,CAAC,IAAI,CAAA;AAC9B,CAAC,EARgB,QAAQ,KAAR,QAAQ,QAQxB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"../","sources":["Acquirer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAS3B,MAAM,KAAW,QAAQ,CAQxB;AARD,WAAiB,QAAQ;IACX,aAAI,GAAG,IAAI,CAAC,MAAM,CAAW;QACzC,EAAE,EAAE,IAAI,CAAC,MAAM,EAAE;QACjB,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE;QACrB,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,kBAAkB,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE;QAChF,wBAAwB,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClD,sBAAsB,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAChD,CAAC,CAAA;AACH,CAAC,EARgB,QAAQ,KAAR,QAAQ,QAQxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.310",
3
+ "version": "0.1.311",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",