@m4l/gclick-realtime 1.0.3 → 1.0.4
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/contracts/deviceData.d.ts +11 -11
- package/contracts/deviceData.d.ts.map +1 -1
- package/contracts/general.d.ts +10 -1
- package/contracts/general.d.ts.map +1 -1
- package/dummy/catalogs/plans.d.ts +19 -0
- package/dummy/catalogs/plans.d.ts.map +1 -1
- package/dummy/catalogs/plans.js +45 -7
- package/dummy/catalogs/scenarios.d.ts +195 -0
- package/dummy/catalogs/scenarios.d.ts.map +1 -1
- package/dummy/catalogs/scenarios.js +151 -7
- package/dummy/index.d.ts +1 -1
- package/dummy/index.d.ts.map +1 -1
- package/dummy/runtime/dummy.d.ts.map +1 -1
- package/dummy/runtime/dummy.js +110 -82
- package/dummy/runtime/simulation.d.ts.map +1 -1
- package/dummy/runtime/simulation.js +501 -382
- package/dummy/shared/types.d.ts +45 -0
- package/dummy/shared/types.d.ts.map +1 -1
- package/fixtures/constants.d.ts +36 -0
- package/fixtures/constants.d.ts.map +1 -1
- package/fixtures/constants.js +44 -4
- package/fixtures/scenarios.d.ts +24 -0
- package/fixtures/scenarios.d.ts.map +1 -1
- package/fixtures/scenarios.js +24 -0
- package/fixtures/types.d.ts +5 -1
- package/fixtures/types.d.ts.map +1 -1
- package/fixtures/types.js +1 -1
- package/package.json +1 -1
|
@@ -18,17 +18,17 @@ export type DeviceDataPOI = {
|
|
|
18
18
|
inAt: Date;
|
|
19
19
|
};
|
|
20
20
|
export type DeviceCurrentVPTGnss = {
|
|
21
|
-
gnssAltitude
|
|
22
|
-
gnssCourse
|
|
23
|
-
gnssHdop
|
|
24
|
-
gnssLatitude
|
|
25
|
-
gnssLongitude
|
|
26
|
-
gnssSatellitesInUse
|
|
27
|
-
gnssSpeed
|
|
28
|
-
gnssAddress
|
|
29
|
-
gnssMotionStatus
|
|
30
|
-
gnssSignal
|
|
31
|
-
gnssOdometer
|
|
21
|
+
gnssAltitude?: PropertyValue<number>;
|
|
22
|
+
gnssCourse?: PropertyValue<number>;
|
|
23
|
+
gnssHdop?: PropertyValue<number>;
|
|
24
|
+
gnssLatitude?: PropertyValue<number>;
|
|
25
|
+
gnssLongitude?: PropertyValue<number>;
|
|
26
|
+
gnssSatellitesInUse?: PropertyValue<number>;
|
|
27
|
+
gnssSpeed?: PropertyValue<number>;
|
|
28
|
+
gnssAddress?: PropertyValue<string>;
|
|
29
|
+
gnssMotionStatus?: PropertyValueWithTrack<GNSSEnumMotionStatus>;
|
|
30
|
+
gnssSignal?: PropertyValueWithTrack<GNSSEnumSignal>;
|
|
31
|
+
gnssOdometer?: PropertyValue<number>;
|
|
32
32
|
geofences?: DeviceDataGeofence[];
|
|
33
33
|
pois?: DeviceDataPOI[];
|
|
34
34
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceData.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/contracts/deviceData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EACL,QAAQ,EACR,KAAK,EACL,gBAAgB,EAChB,aAAa,EACb,sBAAsB,EACvB,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,gBAAgB,EACjB,MAAM,QAAQ,CAAC;AAEhB;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"deviceData.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/contracts/deviceData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EACL,QAAQ,EACR,KAAK,EACL,gBAAgB,EAChB,aAAa,EACb,sBAAsB,EACvB,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,cAAc,EACd,cAAc,EACd,gBAAgB,EACjB,MAAM,QAAQ,CAAC;AAEhB;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC,UAAU,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACjC,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC,aAAa,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACtC,mBAAmB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC,WAAW,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC,gBAAgB,CAAC,EAAE,sBAAsB,CAAC,oBAAoB,CAAC,CAAC;IAChE,UAAU,CAAC,EAAE,sBAAsB,CAAC,cAAc,CAAC,CAAC;IACpD,YAAY,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACjC,IAAI,CAAC,EAAE,aAAa,EAAE,CAAC;CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,cAAc,CAAC,EAAE;QACf,aAAa,CAAC,EAAE;YACd,cAAc,CAAC,EAAE;gBACf,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;SACH,CAAC;KACH,CAAC;IACF,IAAI,CAAC,EAAE;QACL,OAAO,CAAC,EAAE,oBAAoB,CAAC;QAC/B,MAAM,CAAC,EAAE,WAAW,CAAC,aAAa,CAAC,CAAC;QACpC,MAAM,CAAC,EAAE,WAAW,CAAC,aAAa,CAAC,CAAC;QACpC,WAAW,CAAC,EAAE,kBAAkB,CAAC;QACjC,UAAU,CAAC,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC;QAC5C,QAAQ,CAAC,EAAE,eAAe,CAAC;QAC3B,WAAW,CAAC,EAAE,kBAAkB,CAAC;KAClC,CAAC;CACH,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,QAAQ,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,QAAQ,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,YAAY,GACpB,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,MAAM,GACN,UAAU,GACV,OAAO,GACP,QAAQ,GACR,UAAU,GACV,QAAQ,GACR,WAAW,GACX,MAAM,GACN,SAAS,CAAC;AAEd,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAC;CACzB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACxC,WAAW,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,IAAI,CAAC,EAAE;QACL,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAC5B,MAAM,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;QACrC,MAAM,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;KACtC,CAAC;CACH,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IACrC,OAAO,EAAE,aAAa,CAAC;IACvB,QAAQ,EAAE,cAAc,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE;QACnB,iBAAiB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;KAC3C,GAAG,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAC1C;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;CAC5D,CAAC"}
|
package/contracts/general.d.ts
CHANGED
|
@@ -7,11 +7,20 @@ export type Maybe<T> = T | undefined | null;
|
|
|
7
7
|
* Hex-based color string used by map and marker payload metadata.
|
|
8
8
|
*/
|
|
9
9
|
export type HexColor = `#${string}`;
|
|
10
|
+
/**
|
|
11
|
+
* Legacy realtime payloads may publish one plain scalar or one tracked wrapper object.
|
|
12
|
+
*/
|
|
13
|
+
export type PropertyValueEnvelope<T> = {
|
|
14
|
+
value: T;
|
|
15
|
+
updatedAt?: string;
|
|
16
|
+
state?: string;
|
|
17
|
+
};
|
|
10
18
|
export type PropertyValueWithTrack<T> = {
|
|
11
19
|
value: T;
|
|
12
20
|
updatedAt?: string;
|
|
21
|
+
state?: string;
|
|
13
22
|
};
|
|
14
|
-
export type PropertyValue<T> = T
|
|
23
|
+
export type PropertyValue<T> = Maybe<T> | Maybe<PropertyValueEnvelope<T>>;
|
|
15
24
|
export type GNSSSatus = keyof typeof GNSSEnumMotionStatus;
|
|
16
25
|
export type OperationalRole = {
|
|
17
26
|
id: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"general.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/contracts/general.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD;;GAEG;AACH,MAAM,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,MAAM,EAAE,CAAC;AAEpC,MAAM,MAAM,sBAAsB,CAAC,CAAC,IAAI;IACtC,KAAK,EAAE,CAAC,CAAC;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"general.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/contracts/general.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAEnD;;GAEG;AACH,MAAM,MAAM,KAAK,CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,MAAM,EAAE,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,qBAAqB,CAAC,CAAC,IAAI;IACrC,KAAK,EAAE,CAAC,CAAC;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,sBAAsB,CAAC,CAAC,IAAI;IACtC,KAAK,EAAE,CAAC,CAAC;IACT,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC;AAE1E,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAE1D,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,IAAI,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,eAAe,CAAC;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,KAAK,EAAE,eAAe,CAAC;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,eAAe,EAAE,CAAC;CACpD,CAAC"}
|
|
@@ -82,6 +82,25 @@ export declare const REAL_TIME_DUMMY_EXECUTION_PLANS: {
|
|
|
82
82
|
}[];
|
|
83
83
|
planId: string;
|
|
84
84
|
};
|
|
85
|
+
sparse_rotation_fallback_probe: {
|
|
86
|
+
description: string;
|
|
87
|
+
intendedUseCase: string;
|
|
88
|
+
name: string;
|
|
89
|
+
phases: ({
|
|
90
|
+
description: string;
|
|
91
|
+
durationSeconds: number;
|
|
92
|
+
speedKph: number;
|
|
93
|
+
type: "drive";
|
|
94
|
+
courseOverrideDegrees?: undefined;
|
|
95
|
+
} | {
|
|
96
|
+
courseOverrideDegrees: number;
|
|
97
|
+
description: string;
|
|
98
|
+
durationSeconds: number;
|
|
99
|
+
type: "idle";
|
|
100
|
+
speedKph?: undefined;
|
|
101
|
+
})[];
|
|
102
|
+
planId: string;
|
|
103
|
+
};
|
|
85
104
|
delivery_stop_go: {
|
|
86
105
|
description: string;
|
|
87
106
|
intendedUseCase: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/catalogs/plans.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EACL,oBAAoB,EACpB,cAAc,EACf,MAAM,uBAAuB,CAAC;AAgH/B;;GAEG;AACH,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/catalogs/plans.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EACL,oBAAoB,EACpB,cAAc,EACf,MAAM,uBAAuB,CAAC;AAgH/B;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8VU,CAAC;AAEvD,MAAM,MAAM,4BAA4B,GAAG,MAAM,OAAO,+BAA+B,CAAC"}
|
package/dummy/catalogs/plans.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { GNSSEnumMotionStatus as e, GNSSEnumSignal as t } from "../../contracts/constants.js";
|
|
2
|
-
function
|
|
3
|
-
description:
|
|
2
|
+
function i({
|
|
3
|
+
description: n,
|
|
4
4
|
durations: o,
|
|
5
5
|
intendedUseCase: s,
|
|
6
6
|
name: a,
|
|
7
7
|
planId: r
|
|
8
8
|
}) {
|
|
9
9
|
return {
|
|
10
|
-
description:
|
|
10
|
+
description: n,
|
|
11
11
|
intendedUseCase: s,
|
|
12
12
|
name: a,
|
|
13
13
|
phases: [
|
|
@@ -157,7 +157,7 @@ const p = {
|
|
|
157
157
|
],
|
|
158
158
|
planId: "google_loop_preview"
|
|
159
159
|
},
|
|
160
|
-
google_envigado_status_cycle_alpha:
|
|
160
|
+
google_envigado_status_cycle_alpha: i({
|
|
161
161
|
description: "Balanced Envigado state cycle with enough dwell time in every GPS motion status to inspect the selected marker and panel coherently.",
|
|
162
162
|
durations: {
|
|
163
163
|
maxSpeedSeconds: 42,
|
|
@@ -175,7 +175,7 @@ const p = {
|
|
|
175
175
|
name: "Envigado state cycle alpha",
|
|
176
176
|
planId: "google_envigado_status_cycle_alpha"
|
|
177
177
|
}),
|
|
178
|
-
google_envigado_status_cycle_beta:
|
|
178
|
+
google_envigado_status_cycle_beta: i({
|
|
179
179
|
description: "Slightly faster Envigado state cycle with longer stopped windows and a shorter towing leg.",
|
|
180
180
|
durations: {
|
|
181
181
|
maxSpeedSeconds: 36,
|
|
@@ -193,7 +193,7 @@ const p = {
|
|
|
193
193
|
name: "Envigado state cycle beta",
|
|
194
194
|
planId: "google_envigado_status_cycle_beta"
|
|
195
195
|
}),
|
|
196
|
-
google_envigado_status_cycle_gamma:
|
|
196
|
+
google_envigado_status_cycle_gamma: i({
|
|
197
197
|
description: "Movement-heavy Envigado state cycle with a more aggressive overspeed leg and shorter parked states.",
|
|
198
198
|
durations: {
|
|
199
199
|
maxSpeedSeconds: 48,
|
|
@@ -211,7 +211,7 @@ const p = {
|
|
|
211
211
|
name: "Envigado state cycle gamma",
|
|
212
212
|
planId: "google_envigado_status_cycle_gamma"
|
|
213
213
|
}),
|
|
214
|
-
google_envigado_status_cycle_delta:
|
|
214
|
+
google_envigado_status_cycle_delta: i({
|
|
215
215
|
description: "Service-oriented Envigado state cycle with longer low-power and towing sections for more unusual transitions.",
|
|
216
216
|
durations: {
|
|
217
217
|
maxSpeedSeconds: 30,
|
|
@@ -271,6 +271,44 @@ const p = {
|
|
|
271
271
|
],
|
|
272
272
|
planId: "viewport_follow_probe"
|
|
273
273
|
},
|
|
274
|
+
sparse_rotation_fallback_probe: {
|
|
275
|
+
description: "Short probe plan that alternates true movement with stationary windows whose raw course is intentionally overridden to simulate noisy sparse payloads.",
|
|
276
|
+
intendedUseCase: "Validate that sparse selected markers keep following real movement while frozen stationary fixes do not spin visually just because course changes in place.",
|
|
277
|
+
name: "Sparse rotation fallback probe",
|
|
278
|
+
phases: [
|
|
279
|
+
{
|
|
280
|
+
description: "Start with one clean movement leg so the marker earns an initial trustworthy movement heading.",
|
|
281
|
+
durationSeconds: 24,
|
|
282
|
+
speedKph: 24,
|
|
283
|
+
type: "drive"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
courseOverrideDegrees: 35,
|
|
287
|
+
description: "Hold the first stationary sparse sample with one arbitrary course override that should not rotate the marker in place.",
|
|
288
|
+
durationSeconds: 6,
|
|
289
|
+
type: "idle"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
courseOverrideDegrees: 168,
|
|
293
|
+
description: "Keep the device still while a second sparse sample reports a very different course that should still remain frozen.",
|
|
294
|
+
durationSeconds: 6,
|
|
295
|
+
type: "idle"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
courseOverrideDegrees: 302,
|
|
299
|
+
description: "Emit one third stationary sparse sample with another large course jump to exercise the no-clock-spin contract directly.",
|
|
300
|
+
durationSeconds: 6,
|
|
301
|
+
type: "idle"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
description: "Resume movement through the compact turn loop so the rotation fallback can re-lock onto real coordinate-derived travel.",
|
|
305
|
+
durationSeconds: 24,
|
|
306
|
+
speedKph: 22,
|
|
307
|
+
type: "drive"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
planId: "sparse_rotation_fallback_probe"
|
|
311
|
+
},
|
|
274
312
|
delivery_stop_go: {
|
|
275
313
|
description: "Urban delivery pattern with multiple stop-and-go windows and accessory toggles.",
|
|
276
314
|
intendedUseCase: "Validate panel refreshes, short stops, slower delivery legs, and resumed motion.",
|
|
@@ -195,6 +195,201 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
195
195
|
};
|
|
196
196
|
readonly scenarioId: "google_envigado_swarm_preview";
|
|
197
197
|
};
|
|
198
|
+
readonly malformed_coordinate_probe: {
|
|
199
|
+
readonly devices: [{
|
|
200
|
+
readonly alias: "Malformed Probe 01";
|
|
201
|
+
readonly blueprintId: "teal_pickup";
|
|
202
|
+
readonly messagePayloadPatches: [{
|
|
203
|
+
readonly description: "Corrupt the initial bootstrap resource with one explicit malformed GNSS pair.";
|
|
204
|
+
readonly messageIndex: 0;
|
|
205
|
+
readonly payloadPatch: {
|
|
206
|
+
readonly current: {
|
|
207
|
+
readonly vpts: {
|
|
208
|
+
readonly vptGnss: {
|
|
209
|
+
readonly gnssLatitude: {
|
|
210
|
+
readonly state: "current";
|
|
211
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
212
|
+
readonly value: undefined;
|
|
213
|
+
};
|
|
214
|
+
readonly gnssLongitude: {
|
|
215
|
+
readonly state: "current";
|
|
216
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
217
|
+
readonly value: undefined;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
readonly root: {
|
|
223
|
+
readonly current: {
|
|
224
|
+
readonly vpts: {
|
|
225
|
+
readonly vptGnss: {
|
|
226
|
+
readonly gnssLatitude: {
|
|
227
|
+
readonly state: "current";
|
|
228
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
229
|
+
readonly value: undefined;
|
|
230
|
+
};
|
|
231
|
+
readonly gnssLongitude: {
|
|
232
|
+
readonly state: "current";
|
|
233
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
234
|
+
readonly value: undefined;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
}, {
|
|
242
|
+
readonly description: "Corrupt one early live update with the same malformed GNSS pair after the first valid recovery frame.";
|
|
243
|
+
readonly messageIndex: 2;
|
|
244
|
+
readonly payloadPatch: {
|
|
245
|
+
readonly current: {
|
|
246
|
+
readonly vpts: {
|
|
247
|
+
readonly vptGnss: {
|
|
248
|
+
readonly gnssLatitude: {
|
|
249
|
+
readonly state: "current";
|
|
250
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
251
|
+
readonly value: undefined;
|
|
252
|
+
};
|
|
253
|
+
readonly gnssLongitude: {
|
|
254
|
+
readonly state: "current";
|
|
255
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
256
|
+
readonly value: undefined;
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
readonly root: {
|
|
262
|
+
readonly current: {
|
|
263
|
+
readonly vpts: {
|
|
264
|
+
readonly vptGnss: {
|
|
265
|
+
readonly gnssLatitude: {
|
|
266
|
+
readonly state: "current";
|
|
267
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
268
|
+
readonly value: undefined;
|
|
269
|
+
};
|
|
270
|
+
readonly gnssLongitude: {
|
|
271
|
+
readonly state: "current";
|
|
272
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
273
|
+
readonly value: undefined;
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
}];
|
|
281
|
+
readonly name: "Malformed Coordinate Probe 01";
|
|
282
|
+
readonly planId: "single_marker_motion_probe";
|
|
283
|
+
readonly playbackOffsetSeconds: 0;
|
|
284
|
+
readonly resourceSerialId: 16000;
|
|
285
|
+
readonly routeId: "google_envigado_civic_loop_pm_escobero_start";
|
|
286
|
+
}];
|
|
287
|
+
readonly name: "Malformed coordinate probe";
|
|
288
|
+
readonly playback: {
|
|
289
|
+
readonly framesPerTick: 1;
|
|
290
|
+
readonly intervalMs: 1000;
|
|
291
|
+
readonly logicalSampleSeconds: 3;
|
|
292
|
+
readonly loop: true;
|
|
293
|
+
};
|
|
294
|
+
readonly scenarioId: "malformed_coordinate_probe";
|
|
295
|
+
};
|
|
296
|
+
readonly rotation_fallback_probe: {
|
|
297
|
+
readonly devices: [{
|
|
298
|
+
readonly alias: "Sparse Turn 01";
|
|
299
|
+
readonly blueprintId: "teal_pickup";
|
|
300
|
+
readonly currentPatch: {
|
|
301
|
+
readonly vpts: {
|
|
302
|
+
readonly vptGnss: {
|
|
303
|
+
readonly gnssCourse: {
|
|
304
|
+
readonly state: "current";
|
|
305
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
306
|
+
readonly value: 0;
|
|
307
|
+
};
|
|
308
|
+
readonly gnssLatitude: {
|
|
309
|
+
readonly state: "current";
|
|
310
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
311
|
+
readonly value: 0;
|
|
312
|
+
};
|
|
313
|
+
readonly gnssLongitude: {
|
|
314
|
+
readonly state: "current";
|
|
315
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
316
|
+
readonly value: 0;
|
|
317
|
+
};
|
|
318
|
+
readonly gnssSpeed: {
|
|
319
|
+
readonly state: "current";
|
|
320
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
321
|
+
readonly value: 0;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
readonly name: "Sparse Rotation Turn Probe 01";
|
|
327
|
+
readonly omitSyntheticModemTimestamps: true;
|
|
328
|
+
readonly omittedGnssFields: {
|
|
329
|
+
readonly gnssMotionStatus: true;
|
|
330
|
+
readonly gnssSignal: true;
|
|
331
|
+
};
|
|
332
|
+
readonly planId: "single_marker_motion_probe";
|
|
333
|
+
readonly playbackOffsetSeconds: 0;
|
|
334
|
+
readonly resourceSerialId: 17000;
|
|
335
|
+
readonly routeId: "google_probe_turns_compact_loop";
|
|
336
|
+
}, {
|
|
337
|
+
readonly alias: "Sparse Idle 02";
|
|
338
|
+
readonly blueprintId: "blue_city_car";
|
|
339
|
+
readonly currentPatch: {
|
|
340
|
+
readonly vpts: {
|
|
341
|
+
readonly vptGnss: {
|
|
342
|
+
readonly gnssCourse: {
|
|
343
|
+
readonly state: "current";
|
|
344
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
345
|
+
readonly value: 0;
|
|
346
|
+
};
|
|
347
|
+
readonly gnssLatitude: {
|
|
348
|
+
readonly state: "current";
|
|
349
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
350
|
+
readonly value: 0;
|
|
351
|
+
};
|
|
352
|
+
readonly gnssLongitude: {
|
|
353
|
+
readonly state: "current";
|
|
354
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
355
|
+
readonly value: 0;
|
|
356
|
+
};
|
|
357
|
+
readonly gnssSpeed: {
|
|
358
|
+
readonly state: "current";
|
|
359
|
+
readonly updatedAt: "2026-05-12T00:00:00.000Z";
|
|
360
|
+
readonly value: 0;
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
readonly name: "Sparse Rotation Idle Probe 02";
|
|
366
|
+
readonly omitSyntheticModemTimestamps: true;
|
|
367
|
+
readonly omittedGnssFields: {
|
|
368
|
+
readonly gnssMotionStatus: true;
|
|
369
|
+
readonly gnssSignal: true;
|
|
370
|
+
};
|
|
371
|
+
readonly planId: "sparse_rotation_fallback_probe";
|
|
372
|
+
readonly playbackOffsetSeconds: 9;
|
|
373
|
+
readonly resourceSerialId: 17001;
|
|
374
|
+
readonly routeId: "google_probe_turns_compact_loop";
|
|
375
|
+
}, {
|
|
376
|
+
readonly alias: "Control Motion 03";
|
|
377
|
+
readonly blueprintId: "forest_truck";
|
|
378
|
+
readonly name: "Rotation Control Probe 03";
|
|
379
|
+
readonly planId: "single_marker_motion_probe";
|
|
380
|
+
readonly playbackOffsetSeconds: 18;
|
|
381
|
+
readonly resourceSerialId: 17002;
|
|
382
|
+
readonly routeId: "google_probe_turns_compact_loop";
|
|
383
|
+
}];
|
|
384
|
+
readonly name: "Rotation fallback probe";
|
|
385
|
+
readonly playback: {
|
|
386
|
+
readonly framesPerTick: 1;
|
|
387
|
+
readonly intervalMs: 3000;
|
|
388
|
+
readonly logicalSampleSeconds: 3;
|
|
389
|
+
readonly loop: true;
|
|
390
|
+
};
|
|
391
|
+
readonly scenarioId: "rotation_fallback_probe";
|
|
392
|
+
};
|
|
198
393
|
readonly single_marker_motion_probe: {
|
|
199
394
|
readonly devices: [{
|
|
200
395
|
readonly alias: "Probe 01";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/catalogs/scenarios.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,gCAAgC;;;;;CAKQ,CAAC;
|
|
1
|
+
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/catalogs/scenarios.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,gCAAgC;;;;;CAKQ,CAAC;AAoEtD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0QqC,CAAC;AAE5E,MAAM,MAAM,uBAAuB,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAE7E,eAAO,MAAM,mCAAmC,EAAE,uBAA4C,CAAC"}
|
|
@@ -1,9 +1,69 @@
|
|
|
1
|
-
const
|
|
1
|
+
const r = {
|
|
2
2
|
framesPerTick: 1,
|
|
3
3
|
intervalMs: 1e3,
|
|
4
4
|
logicalSampleSeconds: 3,
|
|
5
5
|
loop: !0
|
|
6
|
-
}, o = {
|
|
6
|
+
}, e = "2026-05-12T00:00:00.000Z", o = {
|
|
7
|
+
current: {
|
|
8
|
+
vpts: {
|
|
9
|
+
vptGnss: {
|
|
10
|
+
gnssLatitude: {
|
|
11
|
+
state: "current",
|
|
12
|
+
updatedAt: e,
|
|
13
|
+
value: void 0
|
|
14
|
+
},
|
|
15
|
+
gnssLongitude: {
|
|
16
|
+
state: "current",
|
|
17
|
+
updatedAt: e,
|
|
18
|
+
value: void 0
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
root: {
|
|
24
|
+
current: {
|
|
25
|
+
vpts: {
|
|
26
|
+
vptGnss: {
|
|
27
|
+
gnssLatitude: {
|
|
28
|
+
state: "current",
|
|
29
|
+
updatedAt: e,
|
|
30
|
+
value: void 0
|
|
31
|
+
},
|
|
32
|
+
gnssLongitude: {
|
|
33
|
+
state: "current",
|
|
34
|
+
updatedAt: e,
|
|
35
|
+
value: void 0
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}, a = {
|
|
42
|
+
vpts: {
|
|
43
|
+
vptGnss: {
|
|
44
|
+
gnssCourse: {
|
|
45
|
+
state: "current",
|
|
46
|
+
updatedAt: e,
|
|
47
|
+
value: 0
|
|
48
|
+
},
|
|
49
|
+
gnssLatitude: {
|
|
50
|
+
state: "current",
|
|
51
|
+
updatedAt: e,
|
|
52
|
+
value: 0
|
|
53
|
+
},
|
|
54
|
+
gnssLongitude: {
|
|
55
|
+
state: "current",
|
|
56
|
+
updatedAt: e,
|
|
57
|
+
value: 0
|
|
58
|
+
},
|
|
59
|
+
gnssSpeed: {
|
|
60
|
+
state: "current",
|
|
61
|
+
updatedAt: e,
|
|
62
|
+
value: 0
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}, l = {
|
|
7
67
|
fleet_delete_cycle: {
|
|
8
68
|
devices: [
|
|
9
69
|
{ blueprintId: "red_tractor", planId: "yard_cycle_with_delete", playbackOffsetSeconds: 18, resourceSerialId: 10006, routeId: "medellin_centro_6km_reverse" },
|
|
@@ -61,6 +121,90 @@ const e = {
|
|
|
61
121
|
},
|
|
62
122
|
scenarioId: "google_envigado_swarm_preview"
|
|
63
123
|
},
|
|
124
|
+
malformed_coordinate_probe: {
|
|
125
|
+
devices: [
|
|
126
|
+
{
|
|
127
|
+
alias: "Malformed Probe 01",
|
|
128
|
+
blueprintId: "teal_pickup",
|
|
129
|
+
messagePayloadPatches: [
|
|
130
|
+
{
|
|
131
|
+
description: "Corrupt the initial bootstrap resource with one explicit malformed GNSS pair.",
|
|
132
|
+
messageIndex: 0,
|
|
133
|
+
payloadPatch: o
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
description: "Corrupt one early live update with the same malformed GNSS pair after the first valid recovery frame.",
|
|
137
|
+
messageIndex: 2,
|
|
138
|
+
payloadPatch: o
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
name: "Malformed Coordinate Probe 01",
|
|
142
|
+
planId: "single_marker_motion_probe",
|
|
143
|
+
playbackOffsetSeconds: 0,
|
|
144
|
+
resourceSerialId: 16e3,
|
|
145
|
+
routeId: "google_envigado_civic_loop_pm_escobero_start"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
name: "Malformed coordinate probe",
|
|
149
|
+
playback: {
|
|
150
|
+
framesPerTick: 1,
|
|
151
|
+
intervalMs: 1e3,
|
|
152
|
+
logicalSampleSeconds: 3,
|
|
153
|
+
loop: !0
|
|
154
|
+
},
|
|
155
|
+
scenarioId: "malformed_coordinate_probe"
|
|
156
|
+
},
|
|
157
|
+
rotation_fallback_probe: {
|
|
158
|
+
devices: [
|
|
159
|
+
{
|
|
160
|
+
alias: "Sparse Turn 01",
|
|
161
|
+
blueprintId: "teal_pickup",
|
|
162
|
+
currentPatch: a,
|
|
163
|
+
name: "Sparse Rotation Turn Probe 01",
|
|
164
|
+
omitSyntheticModemTimestamps: !0,
|
|
165
|
+
omittedGnssFields: {
|
|
166
|
+
gnssMotionStatus: !0,
|
|
167
|
+
gnssSignal: !0
|
|
168
|
+
},
|
|
169
|
+
planId: "single_marker_motion_probe",
|
|
170
|
+
playbackOffsetSeconds: 0,
|
|
171
|
+
resourceSerialId: 17e3,
|
|
172
|
+
routeId: "google_probe_turns_compact_loop"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
alias: "Sparse Idle 02",
|
|
176
|
+
blueprintId: "blue_city_car",
|
|
177
|
+
currentPatch: a,
|
|
178
|
+
name: "Sparse Rotation Idle Probe 02",
|
|
179
|
+
omitSyntheticModemTimestamps: !0,
|
|
180
|
+
omittedGnssFields: {
|
|
181
|
+
gnssMotionStatus: !0,
|
|
182
|
+
gnssSignal: !0
|
|
183
|
+
},
|
|
184
|
+
planId: "sparse_rotation_fallback_probe",
|
|
185
|
+
playbackOffsetSeconds: 9,
|
|
186
|
+
resourceSerialId: 17001,
|
|
187
|
+
routeId: "google_probe_turns_compact_loop"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
alias: "Control Motion 03",
|
|
191
|
+
blueprintId: "forest_truck",
|
|
192
|
+
name: "Rotation Control Probe 03",
|
|
193
|
+
planId: "single_marker_motion_probe",
|
|
194
|
+
playbackOffsetSeconds: 18,
|
|
195
|
+
resourceSerialId: 17002,
|
|
196
|
+
routeId: "google_probe_turns_compact_loop"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
name: "Rotation fallback probe",
|
|
200
|
+
playback: {
|
|
201
|
+
framesPerTick: 1,
|
|
202
|
+
intervalMs: 3e3,
|
|
203
|
+
logicalSampleSeconds: 3,
|
|
204
|
+
loop: !0
|
|
205
|
+
},
|
|
206
|
+
scenarioId: "rotation_fallback_probe"
|
|
207
|
+
},
|
|
64
208
|
single_marker_motion_probe: {
|
|
65
209
|
devices: [
|
|
66
210
|
{
|
|
@@ -166,7 +310,7 @@ const e = {
|
|
|
166
310
|
{ blueprintId: "bootstrap_pending_icon", planId: "corridor_express", playbackOffsetSeconds: 102, resourceSerialId: 10007, routeId: "envigado_loop_5km_reverse" }
|
|
167
311
|
],
|
|
168
312
|
name: "Mixed city fleet",
|
|
169
|
-
playback:
|
|
313
|
+
playback: r,
|
|
170
314
|
scenarioId: "fleet_mixed_city"
|
|
171
315
|
},
|
|
172
316
|
fleet_signal_loss: {
|
|
@@ -185,9 +329,9 @@ const e = {
|
|
|
185
329
|
},
|
|
186
330
|
scenarioId: "fleet_signal_loss"
|
|
187
331
|
}
|
|
188
|
-
},
|
|
332
|
+
}, t = "fleet_mixed_city";
|
|
189
333
|
export {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
334
|
+
r as REAL_TIME_DUMMY_DEFAULT_PLAYBACK,
|
|
335
|
+
t as REAL_TIME_DUMMY_DEFAULT_SCENARIO_ID,
|
|
336
|
+
l as REAL_TIME_DUMMY_SCENARIOS
|
|
193
337
|
};
|
package/dummy/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { RealTimeDummyCoordinate, RealTimeDummyDeleteSegment, RealTimeDummyDeletePhase, RealTimeDummyDeviceBlueprint, RealTimeDummyDriveSegment, RealTimeDummyDrivePhase, RealTimeDummyExecutionPhase, RealTimeDummyExecutionPhaseBase, RealTimeDummyExecutionPlan, RealTimeDummyExecutionPlanSegment, RealTimeDummyExecutionStateOverrides, RealTimeDummyGeneratedRouteArtifact, RealTimeDummyGeneratedRouteArtifactSampledPoint, RealTimeDummyGeneratedRoutesCatalog, RealTimeDummyGooglePolylineQuality, RealTimeDummyGoogleRoutingPreference, RealTimeDummyGoogleTrafficModel, RealTimeDummyGoogleTrafficSpeedCategory, RealTimeDummyGoogleTravelMode, RealTimeDummyIdleSegment, RealTimeDummyIdlePhase, RealTimeDummyNumericRangeExpectation, RealTimeDummyScenarioDefinition, RealTimeDummyScenarioDevice, RealTimeDummySimulationConfig, RealTimeDummySimulationPlayback, RealTimeDummySimulationPresetDefinition, RealTimeDummyRouteSeed, RealTimeDummyRouteSeedIntermediate, RealTimeDummyRouteSeedLocation, RealTimeDummyRouteSeedPassThrough, RealTimeDummyRouteTemplate, RealTimeDummyRouteWaypoint, RealTimeResourceSerialId, RealTimeResourceSourceMechanismConfigDummy, } from './shared/types';
|
|
1
|
+
export type { RealTimeDummyCoordinate, RealTimeDummyDeleteSegment, RealTimeDummyDeletePhase, RealTimeDummyDeviceBlueprint, RealTimeDummyDriveSegment, RealTimeDummyDrivePhase, RealTimeDummyExecutionPhase, RealTimeDummyExecutionPhaseBase, RealTimeDummyExecutionPlan, RealTimeDummyExecutionPlanSegment, RealTimeDummyExecutionStateOverrides, RealTimeDummyGeneratedRouteArtifact, RealTimeDummyGeneratedRouteArtifactSampledPoint, RealTimeDummyGeneratedRoutesCatalog, RealTimeDummyGooglePolylineQuality, RealTimeDummyGoogleRoutingPreference, RealTimeDummyGoogleTrafficModel, RealTimeDummyGoogleTrafficSpeedCategory, RealTimeDummyGoogleTravelMode, RealTimeDummyIdleSegment, RealTimeDummyIdlePhase, RealTimeDummyMessagePayloadPatch, RealTimeDummyNumericRangeExpectation, RealTimeDummyScenarioDefinition, RealTimeDummyScenarioDevice, RealTimeDummySimulationConfig, RealTimeDummySimulationPlayback, RealTimeDummySimulationPresetDefinition, RealTimeDummyRouteSeed, RealTimeDummyRouteSeedIntermediate, RealTimeDummyRouteSeedLocation, RealTimeDummyRouteSeedPassThrough, RealTimeDummyRouteTemplate, RealTimeDummyRouteWaypoint, RealTimeResourceSerialId, RealTimeResourceSourceMechanismConfigDummy, } from './shared/types';
|
|
2
2
|
export { REAL_TIME_DUMMY_BASE_DEVICE_TEMPLATE, REAL_TIME_DUMMY_DEFAULT_ICON_ID, } from './catalogs/baseDeviceTemplate';
|
|
3
3
|
export { group1, group2, group3, group4, group5, group6, group7, groupForest, } from './catalogs/group';
|
|
4
4
|
export { REAL_TIME_DUMMY_DEVICE_BLUEPRINTS, REAL_TIME_DUMMY_DEVICE_IDS, type RealTimeDummyBlueprintId, } from './catalogs/blueprints';
|
package/dummy/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/dummy/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,uBAAuB,EACvB,0BAA0B,EAC1B,wBAAwB,EACxB,4BAA4B,EAC5B,yBAAyB,EACzB,uBAAuB,EACvB,2BAA2B,EAC3B,+BAA+B,EAC/B,0BAA0B,EAC1B,iCAAiC,EACjC,oCAAoC,EACpC,mCAAmC,EACnC,+CAA+C,EAC/C,mCAAmC,EACnC,kCAAkC,EAClC,oCAAoC,EACpC,+BAA+B,EAC/B,uCAAuC,EACvC,6BAA6B,EAC7B,wBAAwB,EACxB,sBAAsB,EACtB,oCAAoC,EACpC,+BAA+B,EAC/B,2BAA2B,EAC3B,6BAA6B,EAC7B,+BAA+B,EAC/B,uCAAuC,EACvC,sBAAsB,EACtB,kCAAkC,EAClC,8BAA8B,EAC9B,iCAAiC,EACjC,0BAA0B,EAC1B,0BAA0B,EAC1B,wBAAwB,EACxB,0CAA0C,GAC3C,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,oCAAoC,EACpC,+BAA+B,GAChC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,WAAW,GACZ,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,iCAAiC,EACjC,0BAA0B,EAC1B,KAAK,wBAAwB,GAC9B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,+BAA+B,EAC/B,KAAK,4BAA4B,GAClC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,+BAA+B,EAC/B,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,2CAA2C,EAC3C,6BAA6B,EAC7B,wCAAwC,EACxC,2BAA2B,EAC3B,0BAA0B,EAC1B,8BAA8B,GAC/B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,yCAAyC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EACL,+BAA+B,EAC/B,KAAK,oBAAoB,GAC1B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,gCAAgC,EAChC,mCAAmC,EACnC,yBAAyB,EACzB,KAAK,uBAAuB,GAC7B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,6CAA6C,EAC7C,iCAAiC,EACjC,kCAAkC,EAClC,+BAA+B,GAChC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,8BAA8B,EAC9B,mCAAmC,EACnC,qCAAqC,EACrC,+CAA+C,GAChD,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,eAAe,GAChB,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/dummy/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,uBAAuB,EACvB,0BAA0B,EAC1B,wBAAwB,EACxB,4BAA4B,EAC5B,yBAAyB,EACzB,uBAAuB,EACvB,2BAA2B,EAC3B,+BAA+B,EAC/B,0BAA0B,EAC1B,iCAAiC,EACjC,oCAAoC,EACpC,mCAAmC,EACnC,+CAA+C,EAC/C,mCAAmC,EACnC,kCAAkC,EAClC,oCAAoC,EACpC,+BAA+B,EAC/B,uCAAuC,EACvC,6BAA6B,EAC7B,wBAAwB,EACxB,sBAAsB,EACtB,gCAAgC,EAChC,oCAAoC,EACpC,+BAA+B,EAC/B,2BAA2B,EAC3B,6BAA6B,EAC7B,+BAA+B,EAC/B,uCAAuC,EACvC,sBAAsB,EACtB,kCAAkC,EAClC,8BAA8B,EAC9B,iCAAiC,EACjC,0BAA0B,EAC1B,0BAA0B,EAC1B,wBAAwB,EACxB,0CAA0C,GAC3C,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,oCAAoC,EACpC,+BAA+B,GAChC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,MAAM,EACN,WAAW,GACZ,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,iCAAiC,EACjC,0BAA0B,EAC1B,KAAK,wBAAwB,GAC9B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,+BAA+B,EAC/B,KAAK,4BAA4B,GAClC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,sBAAsB,EACtB,uBAAuB,EACvB,+BAA+B,EAC/B,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,2CAA2C,EAC3C,6BAA6B,EAC7B,wCAAwC,EACxC,2BAA2B,EAC3B,0BAA0B,EAC1B,8BAA8B,GAC/B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,yCAAyC,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EACL,+BAA+B,EAC/B,KAAK,oBAAoB,GAC1B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,gCAAgC,EAChC,mCAAmC,EACnC,yBAAyB,EACzB,KAAK,uBAAuB,GAC7B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,6CAA6C,EAC7C,iCAAiC,EACjC,kCAAkC,EAClC,+BAA+B,GAChC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,8BAA8B,EAC9B,mCAAmC,EACnC,qCAAqC,EACrC,+CAA+C,GAChD,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,eAAe,GAChB,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dummy.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/runtime/dummy.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"dummy.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/runtime/dummy.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAqcvD;;GAEG;AACH,qBAAa,eAAgB,SAAQ,cAAc;IACjD,OAAO,CAAC,kBAAkB,CAAuD;IAEjF,OAAO,CAAC,gBAAgB,CAAS;IAEjC,OAAO,CAAC,eAAe,CAAqC;IAE5D;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAQ7B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAU9B;;OAEG;IACH,OAAO,CAAC,yBAAyB;IA+BjC;;OAEG;IACH,OAAO,CAAC,qBAAqB;IAkC7B;;OAEG;IACH,OAAO,CAAC,aAAa;IASrB;;OAEG;IACH,OAAO,CAAC,cAAc;IAsBtB;;OAEG;IACH,KAAK,IAAI,IAAI;IAgDb;;OAEG;IACH,IAAI,IAAI,IAAI;CASb;AAED,eAAe,eAAe,CAAC"}
|