@driveflux/api-functions 1.0.117 → 1.0.119
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.
|
@@ -291,6 +291,8 @@ export declare const createVehicleFromDisplayVehicle: (displayVehicle: DisplayVe
|
|
|
291
291
|
featured: boolean;
|
|
292
292
|
searchRankScore: number;
|
|
293
293
|
compositeSearchScore: number;
|
|
294
|
+
lastSearchSyncedAt: Date | null;
|
|
295
|
+
lastSearchIndexedAt: Date | null;
|
|
294
296
|
registrationDate: Date | null;
|
|
295
297
|
mileage: number | null;
|
|
296
298
|
vin: string | null;
|
|
@@ -718,6 +720,8 @@ export declare const transfromVehicleDisplayToVehicle: (displayVehicle: DisplayV
|
|
|
718
720
|
featured: boolean;
|
|
719
721
|
searchRankScore: number;
|
|
720
722
|
compositeSearchScore: number;
|
|
723
|
+
lastSearchSyncedAt: Date | null;
|
|
724
|
+
lastSearchIndexedAt: Date | null;
|
|
721
725
|
registrationDate: Date | null;
|
|
722
726
|
mileage: number | null;
|
|
723
727
|
vin: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display-vehicle.d.ts","sourceRoot":"","sources":["../../src/reservation/display-vehicle.ts"],"names":[],"mappings":"AACA,OAAO,EACN,KAAK,cAAc,EAEnB,KAAK,cAAc,EACnB,KAAK,QAAQ,EAGb,KAAK,SAAS,EACd,KAAK,OAAO,EAGZ,KAAK,WAAW,EAChB,MAAM,eAAe,CAAA;AAYtB,eAAO,MAAM,mBAAmB,GAC/B,gBAAgB,cAAc,GAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAKvC,CAAA;AAED,eAAO,MAAM,+BAA+B,GAC3C,gBAAgB,cAAc,GAAG,MAAM,EACvC,gBAAgB,MAAM
|
|
1
|
+
{"version":3,"file":"display-vehicle.d.ts","sourceRoot":"","sources":["../../src/reservation/display-vehicle.ts"],"names":[],"mappings":"AACA,OAAO,EACN,KAAK,cAAc,EAEnB,KAAK,cAAc,EACnB,KAAK,QAAQ,EAGb,KAAK,SAAS,EACd,KAAK,OAAO,EAGZ,KAAK,WAAW,EAChB,MAAM,eAAe,CAAA;AAYtB,eAAO,MAAM,mBAAmB,GAC/B,gBAAgB,cAAc,GAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAKvC,CAAA;AAED,eAAO,MAAM,+BAA+B,GAC3C,gBAAgB,cAAc,GAAG,MAAM,EACvC,gBAAgB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAsCtB,CAAA;AAED,eAAO,MAAM,gCAAgC,GAC5C,gBAAgB,cAAc,GAAG,MAAM,EACvC,eAAe,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA0BE;QAAE,OAAO,EAAE;YAAE,KAAK,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE;eACrD,CAAA;AAED,eAAO,MAAM,yBAAyB,GAAI,IAAI,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoB3D,CAAA;AAED,eAAO,MAAM,eAAe,GAC3B,QAAQ,cAAc,CAAC,QAAQ,CAAC,KAC9B,OAAO,CAAC,QAAQ,CAWlB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/api-functions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.119",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./notion": {
|
|
@@ -73,23 +73,23 @@
|
|
|
73
73
|
],
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@casl/ability": "^6.7.3",
|
|
76
|
-
"@driveflux/auth": "4.0.
|
|
76
|
+
"@driveflux/auth": "4.0.65",
|
|
77
77
|
"@driveflux/billing": "8.0.12",
|
|
78
78
|
"@driveflux/config": "3.0.9",
|
|
79
|
-
"@driveflux/coupon": "9.0.
|
|
80
|
-
"@driveflux/db": "4.0.
|
|
81
|
-
"@driveflux/email": "7.0.
|
|
82
|
-
"@driveflux/email-templates": "1.1.
|
|
83
|
-
"@driveflux/engine": "1.0.
|
|
79
|
+
"@driveflux/coupon": "9.0.45",
|
|
80
|
+
"@driveflux/db": "4.0.40",
|
|
81
|
+
"@driveflux/email": "7.0.41",
|
|
82
|
+
"@driveflux/email-templates": "1.1.13",
|
|
83
|
+
"@driveflux/engine": "1.0.111",
|
|
84
84
|
"@driveflux/fetch": "8.0.1",
|
|
85
85
|
"@driveflux/format-money": "7.0.0",
|
|
86
86
|
"@driveflux/logger": "1.0.1",
|
|
87
87
|
"@driveflux/problem": "6.0.1",
|
|
88
88
|
"@driveflux/reporter": "7.0.2",
|
|
89
89
|
"@driveflux/result": "6.0.1",
|
|
90
|
-
"@driveflux/scheduler": "8.0.
|
|
90
|
+
"@driveflux/scheduler": "8.0.45",
|
|
91
91
|
"@driveflux/singleton": "3.0.0",
|
|
92
|
-
"@driveflux/subscription": "9.0.
|
|
92
|
+
"@driveflux/subscription": "9.0.20",
|
|
93
93
|
"@driveflux/time": "6.0.2",
|
|
94
94
|
"@driveflux/utils": "6.0.0",
|
|
95
95
|
"@notionhq/client": "^5.3.0",
|