@pax2pay/client 0.4.0 → 0.4.1
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 PaymentStatus = typeof PaymentStatus.values[number];
|
|
3
3
|
export declare namespace PaymentStatus {
|
|
4
|
-
const values: readonly ["active", "sent", "upcoming", "settled", "
|
|
5
|
-
const type: isly.Type<"frozen" | "active" | "closed" | "pending" | "expired" | "
|
|
6
|
-
const is: (value: any | ("frozen" | "active" | "closed" | "pending" | "expired" | "
|
|
4
|
+
const values: readonly ["active", "sent", "upcoming", "settled", "rejected", "frozen", "closed", "expired", "pending", "approved", "declined"];
|
|
5
|
+
const type: isly.Type<"frozen" | "active" | "closed" | "pending" | "expired" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled">;
|
|
6
|
+
const is: (value: any | ("frozen" | "active" | "closed" | "pending" | "expired" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled")) => value is "frozen" | "active" | "closed" | "pending" | "expired" | "rejected" | "approved" | "declined" | "sent" | "upcoming" | "settled";
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentStatus.js","sourceRoot":"../","sources":["model/PaymentStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,aAAa,
|
|
1
|
+
{"version":3,"file":"PaymentStatus.js","sourceRoot":"../","sources":["model/PaymentStatus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAA;AAI3B,MAAM,KAAW,aAAa,CAgB7B;AAhBD,WAAiB,aAAa;IAChB,oBAAM,GAAG;QACrB,QAAQ;QACR,MAAM;QACN,UAAU;QACV,SAAS;QACT,UAAU;QACV,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,SAAS;QACT,UAAU;QACV,UAAU;KACD,CAAA;IACG,kBAAI,GAAG,IAAI,CAAC,MAAM,CAAC,cAAA,MAAM,CAAC,CAAA;IAC1B,gBAAE,GAAG,cAAA,IAAI,CAAC,EAAE,CAAA;AAC1B,CAAC,EAhBgB,aAAa,KAAb,aAAa,QAgB7B"}
|
package/model/PaymentStatus.ts
CHANGED