@nomalism-com/types 0.48.2 → 0.48.3
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/dist/index.cjs
CHANGED
|
@@ -1284,7 +1284,10 @@ var EuPagoStatusEnum = {
|
|
|
1284
1284
|
awaiting_method: "awaiting_method",
|
|
1285
1285
|
pending: "pending",
|
|
1286
1286
|
confirmed: "confirmed",
|
|
1287
|
-
rejected: "rejected"
|
|
1287
|
+
rejected: "rejected",
|
|
1288
|
+
cancelled: "cancelled",
|
|
1289
|
+
expired: "expired",
|
|
1290
|
+
error: "error"
|
|
1288
1291
|
};
|
|
1289
1292
|
|
|
1290
1293
|
// src/modules/integration/eupago/route.schema.ts
|
package/dist/index.js
CHANGED
|
@@ -1284,7 +1284,10 @@ var EuPagoStatusEnum = {
|
|
|
1284
1284
|
awaiting_method: "awaiting_method",
|
|
1285
1285
|
pending: "pending",
|
|
1286
1286
|
confirmed: "confirmed",
|
|
1287
|
-
rejected: "rejected"
|
|
1287
|
+
rejected: "rejected",
|
|
1288
|
+
cancelled: "cancelled",
|
|
1289
|
+
expired: "expired",
|
|
1290
|
+
error: "error"
|
|
1288
1291
|
};
|
|
1289
1292
|
|
|
1290
1293
|
// src/modules/integration/eupago/route.schema.ts
|
|
@@ -12,6 +12,9 @@ export declare const EuPagoStatusEnum: {
|
|
|
12
12
|
pending: "pending";
|
|
13
13
|
confirmed: "confirmed";
|
|
14
14
|
rejected: "rejected";
|
|
15
|
+
cancelled: "cancelled";
|
|
16
|
+
expired: "expired";
|
|
17
|
+
error: "error";
|
|
15
18
|
};
|
|
16
19
|
export type EuPagoStatus = (typeof EuPagoStatusEnum)[keyof typeof EuPagoStatusEnum];
|
|
17
20
|
export interface ICreatePendingPaymentRequest {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/types",
|
|
3
3
|
"description": "A nomalism package with all necessary types and validations for developing APIs",
|
|
4
|
-
"version": "0.48.
|
|
4
|
+
"version": "0.48.3",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|