@vulog/aima-booking 1.2.43 → 1.2.44
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/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -459,8 +459,8 @@ declare const getAvailableVehicles: (client: Client, stationId: string, startDat
|
|
|
459
459
|
//#region src/getStations.d.ts
|
|
460
460
|
declare const IncludeSchema$1: z.ZodEnum<{
|
|
461
461
|
INFO: "INFO";
|
|
462
|
-
OPEN_HOUR: "OPEN_HOUR";
|
|
463
462
|
SERVICES: "SERVICES";
|
|
463
|
+
OPEN_HOUR: "OPEN_HOUR";
|
|
464
464
|
}>;
|
|
465
465
|
type Include = z.infer<typeof IncludeSchema$1>;
|
|
466
466
|
declare const getStations: (client: Client, includes?: Include[]) => Promise<Station[]>;
|
package/dist/index.d.mts
CHANGED
|
@@ -459,8 +459,8 @@ declare const getAvailableVehicles: (client: Client, stationId: string, startDat
|
|
|
459
459
|
//#region src/getStations.d.ts
|
|
460
460
|
declare const IncludeSchema$1: z.ZodEnum<{
|
|
461
461
|
INFO: "INFO";
|
|
462
|
-
OPEN_HOUR: "OPEN_HOUR";
|
|
463
462
|
SERVICES: "SERVICES";
|
|
463
|
+
OPEN_HOUR: "OPEN_HOUR";
|
|
464
464
|
}>;
|
|
465
465
|
type Include = z.infer<typeof IncludeSchema$1>;
|
|
466
466
|
declare const getStations: (client: Client, includes?: Include[]) => Promise<Station[]>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vulog/aima-booking",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.44",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.cts",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"author": "Vulog",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@vulog/aima-client": "1.2.
|
|
36
|
-
"@vulog/aima-core": "1.2.
|
|
35
|
+
"@vulog/aima-client": "1.2.44",
|
|
36
|
+
"@vulog/aima-core": "1.2.44"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"es-toolkit": "^1.45.1",
|