@pax2pay/client 0.6.10 → 0.6.11

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.
@@ -1,7 +1,7 @@
1
1
  import { isly } from "isly";
2
2
  export type ConfirmationOfPayeeResponseStatus = typeof ConfirmationOfPayeeResponseStatus.values[number];
3
3
  export declare namespace ConfirmationOfPayeeResponseStatus {
4
- const values: readonly ["confirmed", "close match", "no match", "not supported"];
5
- const type: isly.Type<"confirmed" | "close match" | "no match" | "not supported">;
6
- const is: (value: any | ("confirmed" | "close match" | "no match" | "not supported")) => value is "confirmed" | "close match" | "no match" | "not supported";
4
+ const values: readonly ["confirmed", "close match", "no match", "not supported", "accepted", "blocked"];
5
+ const type: isly.Type<"blocked" | "confirmed" | "close match" | "no match" | "not supported" | "accepted">;
6
+ const is: (value: any | ("blocked" | "confirmed" | "close match" | "no match" | "not supported" | "accepted")) => value is "blocked" | "confirmed" | "close match" | "no match" | "not supported" | "accepted";
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { isly } from "isly";
2
2
  export var ConfirmationOfPayeeResponseStatus;
3
3
  (function (ConfirmationOfPayeeResponseStatus) {
4
- ConfirmationOfPayeeResponseStatus.values = ["confirmed", "close match", "no match", "not supported"];
4
+ ConfirmationOfPayeeResponseStatus.values = ["confirmed", "close match", "no match", "not supported", "accepted", "blocked"];
5
5
  ConfirmationOfPayeeResponseStatus.type = isly.string(ConfirmationOfPayeeResponseStatus.values);
6
6
  ConfirmationOfPayeeResponseStatus.is = ConfirmationOfPayeeResponseStatus.type.is;
7
7
  })(ConfirmationOfPayeeResponseStatus || (ConfirmationOfPayeeResponseStatus = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmationOfPayeeResponseStatus.js","sourceRoot":"../","sources":["model/ConfirmationOfPayeeResponseStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,iCAAiC,CAIjD;AAJD,WAAiB,iCAAiC;IACpC,wCAAM,GAAG,CAAC,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,eAAe,CAAU,CAAA;IAC3E,sCAAI,GAAG,IAAI,CAAC,MAAM,CAAC,kCAAA,MAAM,CAAC,CAAA;IAC1B,oCAAE,GAAG,kCAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAJgB,iCAAiC,KAAjC,iCAAiC,QAIjD"}
1
+ {"version":3,"file":"ConfirmationOfPayeeResponseStatus.js","sourceRoot":"../","sources":["model/ConfirmationOfPayeeResponseStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,iCAAiC,CAIjD;AAJD,WAAiB,iCAAiC;IACpC,wCAAM,GAAG,CAAC,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,eAAe,EAAE,UAAU,EAAE,SAAS,CAAU,CAAA;IAClG,sCAAI,GAAG,IAAI,CAAC,MAAM,CAAC,kCAAA,MAAM,CAAC,CAAA;IAC1B,oCAAE,GAAG,kCAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAJgB,iCAAiC,KAAjC,iCAAiC,QAIjD"}
@@ -3,7 +3,7 @@ import { isly } from "isly"
3
3
  export type ConfirmationOfPayeeResponseStatus = typeof ConfirmationOfPayeeResponseStatus.values[number]
4
4
 
5
5
  export namespace ConfirmationOfPayeeResponseStatus {
6
- export const values = ["confirmed", "close match", "no match", "not supported"] as const
6
+ export const values = ["confirmed", "close match", "no match", "not supported", "accepted", "blocked"] as const
7
7
  export const type = isly.string(values)
8
8
  export const is = type.is
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",