@voyantjs/finance 0.28.3 → 0.30.0

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.
@@ -20,15 +20,15 @@ export declare const paymentMethodSchema: z.ZodEnum<{
20
20
  }>;
21
21
  export declare const paymentStatusSchema: z.ZodEnum<{
22
22
  pending: "pending";
23
- failed: "failed";
24
23
  completed: "completed";
24
+ failed: "failed";
25
25
  refunded: "refunded";
26
26
  }>;
27
27
  export declare const paymentSessionStatusSchema: z.ZodEnum<{
28
28
  pending: "pending";
29
29
  failed: "failed";
30
- expired: "expired";
31
30
  cancelled: "cancelled";
31
+ expired: "expired";
32
32
  paid: "paid";
33
33
  requires_redirect: "requires_redirect";
34
34
  processing: "processing";
@@ -79,8 +79,8 @@ export declare const paymentAuthorizationStatusSchema: z.ZodEnum<{
79
79
  }>;
80
80
  export declare const paymentCaptureStatusSchema: z.ZodEnum<{
81
81
  pending: "pending";
82
- failed: "failed";
83
82
  completed: "completed";
83
+ failed: "failed";
84
84
  refunded: "refunded";
85
85
  voided: "voided";
86
86
  }>;
@@ -102,8 +102,8 @@ export declare const paymentScheduleTypeSchema: z.ZodEnum<{
102
102
  }>;
103
103
  export declare const paymentScheduleStatusSchema: z.ZodEnum<{
104
104
  pending: "pending";
105
- expired: "expired";
106
105
  cancelled: "cancelled";
106
+ expired: "expired";
107
107
  paid: "paid";
108
108
  due: "due";
109
109
  waived: "waived";
@@ -120,10 +120,10 @@ export declare const guaranteeTypeSchema: z.ZodEnum<{
120
120
  }>;
121
121
  export declare const guaranteeStatusSchema: z.ZodEnum<{
122
122
  pending: "pending";
123
- active: "active";
124
123
  failed: "failed";
125
- expired: "expired";
126
124
  cancelled: "cancelled";
125
+ active: "active";
126
+ expired: "expired";
127
127
  released: "released";
128
128
  }>;
129
129
  export declare const taxScopeSchema: z.ZodEnum<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/finance",
3
- "version": "0.28.3",
3
+ "version": "0.30.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -39,12 +39,12 @@
39
39
  "drizzle-orm": "^0.45.2",
40
40
  "hono": "^4.12.10",
41
41
  "zod": "^4.3.6",
42
- "@voyantjs/bookings": "0.28.3",
43
- "@voyantjs/core": "0.28.3",
44
- "@voyantjs/db": "0.28.3",
45
- "@voyantjs/hono": "0.28.3",
46
- "@voyantjs/utils": "0.28.3",
47
- "@voyantjs/storage": "0.28.3"
42
+ "@voyantjs/bookings": "0.30.0",
43
+ "@voyantjs/core": "0.30.0",
44
+ "@voyantjs/db": "0.30.0",
45
+ "@voyantjs/hono": "0.30.0",
46
+ "@voyantjs/utils": "0.30.0",
47
+ "@voyantjs/storage": "0.30.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "typescript": "^6.0.2",