@voyantjs/checkout 0.75.4 → 0.75.5

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.
Files changed (2) hide show
  1. package/dist/routes.d.ts +8 -8
  2. package/package.json +6 -6
package/dist/routes.d.ts CHANGED
@@ -310,9 +310,9 @@ export declare function createCheckoutRoutes(options?: CheckoutRoutesOptions): i
310
310
  failedAt: string | null;
311
311
  subject: string | null;
312
312
  sentAt: string | null;
313
+ paymentSessionId: string | null;
313
314
  fromAddress: string | null;
314
315
  templateSlug: string | null;
315
- paymentSessionId: string | null;
316
316
  providerMessageId: string | null;
317
317
  toAddress: string;
318
318
  htmlBody: string | null;
@@ -343,9 +343,9 @@ export declare function createCheckoutRoutes(options?: CheckoutRoutesOptions): i
343
343
  failedAt: string | null;
344
344
  subject: string | null;
345
345
  sentAt: string | null;
346
+ paymentSessionId: string | null;
346
347
  fromAddress: string | null;
347
348
  templateSlug: string | null;
348
- paymentSessionId: string | null;
349
349
  providerMessageId: string | null;
350
350
  toAddress: string;
351
351
  htmlBody: string | null;
@@ -576,9 +576,9 @@ export declare function createCheckoutRoutes(options?: CheckoutRoutesOptions): i
576
576
  failedAt: string | null;
577
577
  subject: string | null;
578
578
  sentAt: string | null;
579
+ paymentSessionId: string | null;
579
580
  fromAddress: string | null;
580
581
  templateSlug: string | null;
581
- paymentSessionId: string | null;
582
582
  providerMessageId: string | null;
583
583
  toAddress: string;
584
584
  htmlBody: string | null;
@@ -609,9 +609,9 @@ export declare function createCheckoutRoutes(options?: CheckoutRoutesOptions): i
609
609
  failedAt: string | null;
610
610
  subject: string | null;
611
611
  sentAt: string | null;
612
+ paymentSessionId: string | null;
612
613
  fromAddress: string | null;
613
614
  templateSlug: string | null;
614
- paymentSessionId: string | null;
615
615
  providerMessageId: string | null;
616
616
  toAddress: string;
617
617
  htmlBody: string | null;
@@ -938,9 +938,9 @@ export declare function createCheckoutAdminRoutes(options?: CheckoutRoutesOption
938
938
  failedAt: string | null;
939
939
  subject: string | null;
940
940
  sentAt: string | null;
941
+ paymentSessionId: string | null;
941
942
  fromAddress: string | null;
942
943
  templateSlug: string | null;
943
- paymentSessionId: string | null;
944
944
  providerMessageId: string | null;
945
945
  toAddress: string;
946
946
  htmlBody: string | null;
@@ -971,9 +971,9 @@ export declare function createCheckoutAdminRoutes(options?: CheckoutRoutesOption
971
971
  failedAt: string | null;
972
972
  subject: string | null;
973
973
  sentAt: string | null;
974
+ paymentSessionId: string | null;
974
975
  fromAddress: string | null;
975
976
  templateSlug: string | null;
976
- paymentSessionId: string | null;
977
977
  providerMessageId: string | null;
978
978
  toAddress: string;
979
979
  htmlBody: string | null;
@@ -1204,9 +1204,9 @@ export declare function createCheckoutAdminRoutes(options?: CheckoutRoutesOption
1204
1204
  failedAt: string | null;
1205
1205
  subject: string | null;
1206
1206
  sentAt: string | null;
1207
+ paymentSessionId: string | null;
1207
1208
  fromAddress: string | null;
1208
1209
  templateSlug: string | null;
1209
- paymentSessionId: string | null;
1210
1210
  providerMessageId: string | null;
1211
1211
  toAddress: string;
1212
1212
  htmlBody: string | null;
@@ -1237,9 +1237,9 @@ export declare function createCheckoutAdminRoutes(options?: CheckoutRoutesOption
1237
1237
  failedAt: string | null;
1238
1238
  subject: string | null;
1239
1239
  sentAt: string | null;
1240
+ paymentSessionId: string | null;
1240
1241
  fromAddress: string | null;
1241
1242
  templateSlug: string | null;
1242
- paymentSessionId: string | null;
1243
1243
  providerMessageId: string | null;
1244
1244
  toAddress: string;
1245
1245
  htmlBody: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/checkout",
3
- "version": "0.75.4",
3
+ "version": "0.75.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,11 +29,11 @@
29
29
  "drizzle-orm": "^0.45.2",
30
30
  "hono": "^4.12.10",
31
31
  "zod": "^4.3.6",
32
- "@voyantjs/bookings": "0.75.4",
33
- "@voyantjs/core": "0.75.4",
34
- "@voyantjs/finance": "0.75.4",
35
- "@voyantjs/hono": "0.75.4",
36
- "@voyantjs/notifications": "0.75.4"
32
+ "@voyantjs/bookings": "0.75.5",
33
+ "@voyantjs/core": "0.75.5",
34
+ "@voyantjs/finance": "0.75.5",
35
+ "@voyantjs/hono": "0.75.5",
36
+ "@voyantjs/notifications": "0.75.5"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "^6.0.2",