@voyantjs/bookings 0.119.0 → 0.119.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.
- package/dist/routes-groups.d.ts +2 -2
- package/dist/routes.d.ts +5 -5
- package/dist/service.d.ts +4 -4
- package/package.json +5 -5
package/dist/routes-groups.d.ts
CHANGED
|
@@ -90,6 +90,7 @@ export declare const bookingGroupRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
90
90
|
redeemedAt: string | null;
|
|
91
91
|
startDate: string | null;
|
|
92
92
|
endDate: string | null;
|
|
93
|
+
completedAt: string | null;
|
|
93
94
|
bookingNumber: string;
|
|
94
95
|
personId: string | null;
|
|
95
96
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -132,7 +133,6 @@ export declare const bookingGroupRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
132
133
|
confirmedAt: string | null;
|
|
133
134
|
expiredAt: string | null;
|
|
134
135
|
cancelledAt: string | null;
|
|
135
|
-
completedAt: string | null;
|
|
136
136
|
awaitingPaymentAt: string | null;
|
|
137
137
|
paidAt: string | null;
|
|
138
138
|
} | null;
|
|
@@ -242,6 +242,7 @@ export declare const bookingGroupRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
242
242
|
redeemedAt: string | null;
|
|
243
243
|
startDate: string | null;
|
|
244
244
|
endDate: string | null;
|
|
245
|
+
completedAt: string | null;
|
|
245
246
|
bookingNumber: string;
|
|
246
247
|
personId: string | null;
|
|
247
248
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -284,7 +285,6 @@ export declare const bookingGroupRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
284
285
|
confirmedAt: string | null;
|
|
285
286
|
expiredAt: string | null;
|
|
286
287
|
cancelledAt: string | null;
|
|
287
|
-
completedAt: string | null;
|
|
288
288
|
awaitingPaymentAt: string | null;
|
|
289
289
|
paidAt: string | null;
|
|
290
290
|
} | null;
|
package/dist/routes.d.ts
CHANGED
|
@@ -584,6 +584,7 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
584
584
|
redeemedAt: string | null;
|
|
585
585
|
startDate: string | null;
|
|
586
586
|
endDate: string | null;
|
|
587
|
+
completedAt: string | null;
|
|
587
588
|
bookingNumber: string;
|
|
588
589
|
personId: string | null;
|
|
589
590
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -626,7 +627,6 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
626
627
|
confirmedAt: string | null;
|
|
627
628
|
expiredAt: string | null;
|
|
628
629
|
cancelledAt: string | null;
|
|
629
|
-
completedAt: string | null;
|
|
630
630
|
awaitingPaymentAt: string | null;
|
|
631
631
|
paidAt: string | null;
|
|
632
632
|
};
|
|
@@ -677,6 +677,7 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
677
677
|
redeemedAt: string | null;
|
|
678
678
|
startDate: string | null;
|
|
679
679
|
endDate: string | null;
|
|
680
|
+
completedAt: string | null;
|
|
680
681
|
bookingNumber: string;
|
|
681
682
|
personId: string | null;
|
|
682
683
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -719,7 +720,6 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
719
720
|
confirmedAt: string | null;
|
|
720
721
|
expiredAt: string | null;
|
|
721
722
|
cancelledAt: string | null;
|
|
722
|
-
completedAt: string | null;
|
|
723
723
|
awaitingPaymentAt: string | null;
|
|
724
724
|
paidAt: string | null;
|
|
725
725
|
};
|
|
@@ -838,6 +838,7 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
838
838
|
redeemedAt: string | null;
|
|
839
839
|
startDate: string | null;
|
|
840
840
|
endDate: string | null;
|
|
841
|
+
completedAt: string | null;
|
|
841
842
|
bookingNumber: string;
|
|
842
843
|
personId: string | null;
|
|
843
844
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -880,7 +881,6 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
880
881
|
confirmedAt: string | null;
|
|
881
882
|
expiredAt: string | null;
|
|
882
883
|
cancelledAt: string | null;
|
|
883
|
-
completedAt: string | null;
|
|
884
884
|
awaitingPaymentAt: string | null;
|
|
885
885
|
paidAt: string | null;
|
|
886
886
|
} | null;
|
|
@@ -2555,6 +2555,7 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
2555
2555
|
redeemedAt: string | null;
|
|
2556
2556
|
startDate: string | null;
|
|
2557
2557
|
endDate: string | null;
|
|
2558
|
+
completedAt: string | null;
|
|
2558
2559
|
bookingNumber: string;
|
|
2559
2560
|
personId: string | null;
|
|
2560
2561
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -2597,7 +2598,6 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
2597
2598
|
confirmedAt: string | null;
|
|
2598
2599
|
expiredAt: string | null;
|
|
2599
2600
|
cancelledAt: string | null;
|
|
2600
|
-
completedAt: string | null;
|
|
2601
2601
|
awaitingPaymentAt: string | null;
|
|
2602
2602
|
paidAt: string | null;
|
|
2603
2603
|
} | null;
|
|
@@ -2707,6 +2707,7 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
2707
2707
|
redeemedAt: string | null;
|
|
2708
2708
|
startDate: string | null;
|
|
2709
2709
|
endDate: string | null;
|
|
2710
|
+
completedAt: string | null;
|
|
2710
2711
|
bookingNumber: string;
|
|
2711
2712
|
personId: string | null;
|
|
2712
2713
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -2749,7 +2750,6 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
2749
2750
|
confirmedAt: string | null;
|
|
2750
2751
|
expiredAt: string | null;
|
|
2751
2752
|
cancelledAt: string | null;
|
|
2752
|
-
completedAt: string | null;
|
|
2753
2753
|
awaitingPaymentAt: string | null;
|
|
2754
2754
|
paidAt: string | null;
|
|
2755
2755
|
} | null;
|
package/dist/service.d.ts
CHANGED
|
@@ -383,6 +383,7 @@ export declare const bookingsService: {
|
|
|
383
383
|
redeemedAt: Date | null;
|
|
384
384
|
startDate: string | null;
|
|
385
385
|
endDate: string | null;
|
|
386
|
+
completedAt: Date | null;
|
|
386
387
|
bookingNumber: string;
|
|
387
388
|
personId: string | null;
|
|
388
389
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -417,7 +418,6 @@ export declare const bookingsService: {
|
|
|
417
418
|
confirmedAt: Date | null;
|
|
418
419
|
expiredAt: Date | null;
|
|
419
420
|
cancelledAt: Date | null;
|
|
420
|
-
completedAt: Date | null;
|
|
421
421
|
awaitingPaymentAt: Date | null;
|
|
422
422
|
paidAt: Date | null;
|
|
423
423
|
} | null>;
|
|
@@ -477,6 +477,7 @@ export declare const bookingsService: {
|
|
|
477
477
|
redeemedAt: Date | null;
|
|
478
478
|
startDate: string | null;
|
|
479
479
|
endDate: string | null;
|
|
480
|
+
completedAt: Date | null;
|
|
480
481
|
bookingNumber: string;
|
|
481
482
|
personId: string | null;
|
|
482
483
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -511,7 +512,6 @@ export declare const bookingsService: {
|
|
|
511
512
|
confirmedAt: Date | null;
|
|
512
513
|
expiredAt: Date | null;
|
|
513
514
|
cancelledAt: Date | null;
|
|
514
|
-
completedAt: Date | null;
|
|
515
515
|
awaitingPaymentAt: Date | null;
|
|
516
516
|
paidAt: Date | null;
|
|
517
517
|
} | null>;
|
|
@@ -1135,6 +1135,7 @@ export declare const bookingsService: {
|
|
|
1135
1135
|
redeemedAt: Date | null;
|
|
1136
1136
|
startDate: string | null;
|
|
1137
1137
|
endDate: string | null;
|
|
1138
|
+
completedAt: Date | null;
|
|
1138
1139
|
bookingNumber: string;
|
|
1139
1140
|
personId: string | null;
|
|
1140
1141
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -1169,7 +1170,6 @@ export declare const bookingsService: {
|
|
|
1169
1170
|
confirmedAt: Date | null;
|
|
1170
1171
|
expiredAt: Date | null;
|
|
1171
1172
|
cancelledAt: Date | null;
|
|
1172
|
-
completedAt: Date | null;
|
|
1173
1173
|
awaitingPaymentAt: Date | null;
|
|
1174
1174
|
paidAt: Date | null;
|
|
1175
1175
|
};
|
|
@@ -1185,6 +1185,7 @@ export declare const bookingsService: {
|
|
|
1185
1185
|
redeemedAt: Date | null;
|
|
1186
1186
|
startDate: string | null;
|
|
1187
1187
|
endDate: string | null;
|
|
1188
|
+
completedAt: Date | null;
|
|
1188
1189
|
bookingNumber: string;
|
|
1189
1190
|
personId: string | null;
|
|
1190
1191
|
sourceType: "internal" | "direct" | "manual" | "affiliate" | "ota" | "reseller" | "api_partner";
|
|
@@ -1219,7 +1220,6 @@ export declare const bookingsService: {
|
|
|
1219
1220
|
confirmedAt: Date | null;
|
|
1220
1221
|
expiredAt: Date | null;
|
|
1221
1222
|
cancelledAt: Date | null;
|
|
1222
|
-
completedAt: Date | null;
|
|
1223
1223
|
awaitingPaymentAt: Date | null;
|
|
1224
1224
|
paidAt: Date | null;
|
|
1225
1225
|
} | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/bookings",
|
|
3
|
-
"version": "0.119.
|
|
3
|
+
"version": "0.119.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
"drizzle-orm": "^0.45.2",
|
|
85
85
|
"hono": "^4.12.10",
|
|
86
86
|
"zod": "^4.3.6",
|
|
87
|
-
"@voyantjs/action-ledger": "^0.104.
|
|
87
|
+
"@voyantjs/action-ledger": "^0.104.9",
|
|
88
88
|
"@voyantjs/bookings-contracts": "^0.104.2",
|
|
89
89
|
"@voyantjs/core": "^0.109.0",
|
|
90
|
-
"@voyantjs/db": "^0.
|
|
91
|
-
"@voyantjs/hono": "^0.109.
|
|
90
|
+
"@voyantjs/db": "^0.108.0",
|
|
91
|
+
"@voyantjs/hono": "^0.109.1",
|
|
92
92
|
"@voyantjs/utils": "^0.105.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"typescript": "^6.0.2",
|
|
96
|
-
"@voyantjs/products": "^0.119.
|
|
96
|
+
"@voyantjs/products": "^0.119.1",
|
|
97
97
|
"@voyantjs/voyant-typescript-config": "^0.1.0"
|
|
98
98
|
},
|
|
99
99
|
"files": [
|