@voyantjs/checkout-react 0.20.0 → 0.21.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.
@@ -118,7 +118,7 @@ export declare function useCollectPayment(bookingId: string, options?: UseCollec
118
118
  invoiceId: string | null;
119
119
  bookingPaymentScheduleId: string | null;
120
120
  bookingGuaranteeId: string | null;
121
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
121
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
122
122
  provider: string | null;
123
123
  providerSessionId: string | null;
124
124
  providerPaymentId: string | null;
@@ -143,7 +143,7 @@ export declare function useCollectPayment(bookingId: string, options?: UseCollec
143
143
  templateSlug: string | null;
144
144
  channel: "email" | "sms";
145
145
  provider: string;
146
- status: "pending" | "cancelled" | "failed" | "sent";
146
+ status: "pending" | "failed" | "cancelled" | "sent";
147
147
  toAddress: string;
148
148
  subject: string | null;
149
149
  sentAt: string | null;
@@ -155,7 +155,7 @@ export declare function useCollectPayment(bookingId: string, options?: UseCollec
155
155
  templateSlug: string | null;
156
156
  channel: "email" | "sms";
157
157
  provider: string;
158
- status: "pending" | "cancelled" | "failed" | "sent";
158
+ status: "pending" | "failed" | "cancelled" | "sent";
159
159
  toAddress: string;
160
160
  subject: string | null;
161
161
  sentAt: string | null;
@@ -74,7 +74,7 @@ export declare function useInitiateCheckoutCollection(bookingId: string): import
74
74
  invoiceId: string | null;
75
75
  bookingPaymentScheduleId: string | null;
76
76
  bookingGuaranteeId: string | null;
77
- status: "pending" | "expired" | "cancelled" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
77
+ status: "pending" | "failed" | "expired" | "cancelled" | "paid" | "requires_redirect" | "processing" | "authorized";
78
78
  provider: string | null;
79
79
  providerSessionId: string | null;
80
80
  providerPaymentId: string | null;
@@ -99,7 +99,7 @@ export declare function useInitiateCheckoutCollection(bookingId: string): import
99
99
  templateSlug: string | null;
100
100
  channel: "email" | "sms";
101
101
  provider: string;
102
- status: "pending" | "cancelled" | "failed" | "sent";
102
+ status: "pending" | "failed" | "cancelled" | "sent";
103
103
  toAddress: string;
104
104
  subject: string | null;
105
105
  sentAt: string | null;
@@ -111,7 +111,7 @@ export declare function useInitiateCheckoutCollection(bookingId: string): import
111
111
  templateSlug: string | null;
112
112
  channel: "email" | "sms";
113
113
  provider: string;
114
- status: "pending" | "cancelled" | "failed" | "sent";
114
+ status: "pending" | "failed" | "cancelled" | "sent";
115
115
  toAddress: string;
116
116
  subject: string | null;
117
117
  sentAt: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/checkout-react",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  "@tanstack/react-query": "^5.0.0",
31
31
  "react": "^19.0.0",
32
32
  "react-dom": "^19.0.0",
33
- "@voyantjs/checkout": "0.20.0",
34
- "@voyantjs/finance": "0.20.0"
33
+ "@voyantjs/checkout": "0.21.0",
34
+ "@voyantjs/finance": "0.21.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@tanstack/react-query": "^5.96.2",
@@ -41,15 +41,15 @@
41
41
  "react-dom": "^19.2.4",
42
42
  "typescript": "^6.0.2",
43
43
  "vitest": "^4.1.2",
44
- "@voyantjs/checkout": "0.20.0",
45
- "@voyantjs/finance": "0.20.0",
46
- "@voyantjs/finance-react": "0.20.0",
47
- "@voyantjs/react": "0.20.0",
44
+ "@voyantjs/checkout": "0.21.0",
45
+ "@voyantjs/finance": "0.21.0",
46
+ "@voyantjs/finance-react": "0.21.0",
47
+ "@voyantjs/react": "0.21.0",
48
48
  "@voyantjs/voyant-typescript-config": "0.1.0"
49
49
  },
50
50
  "dependencies": {
51
- "@voyantjs/finance-react": "0.20.0",
52
- "@voyantjs/react": "0.20.0"
51
+ "@voyantjs/finance-react": "0.21.0",
52
+ "@voyantjs/react": "0.21.0"
53
53
  },
54
54
  "files": [
55
55
  "dist"