@fleettools/events 0.1.1 → 0.2.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.
@@ -37,8 +37,8 @@ export declare const MissionCreatedSchema: z.ZodObject<{
37
37
  estimated_duration_hours?: number | undefined;
38
38
  }>;
39
39
  }, "strip", z.ZodTypeAny, {
40
- type: "mission_created";
41
40
  id: string;
41
+ type: "mission_created";
42
42
  project_key: string;
43
43
  timestamp: string;
44
44
  sequence: number;
@@ -51,8 +51,8 @@ export declare const MissionCreatedSchema: z.ZodObject<{
51
51
  estimated_duration_hours?: number | undefined;
52
52
  };
53
53
  }, {
54
- type: "mission_created";
55
54
  id: string;
55
+ type: "mission_created";
56
56
  project_key: string;
57
57
  timestamp: string;
58
58
  sequence: number;
@@ -89,8 +89,8 @@ export declare const MissionStartedSchema: z.ZodObject<{
89
89
  started_at: string;
90
90
  }>;
91
91
  }, "strip", z.ZodTypeAny, {
92
- type: "mission_started";
93
92
  id: string;
93
+ type: "mission_started";
94
94
  project_key: string;
95
95
  timestamp: string;
96
96
  sequence: number;
@@ -100,8 +100,8 @@ export declare const MissionStartedSchema: z.ZodObject<{
100
100
  started_at: string;
101
101
  };
102
102
  }, {
103
- type: "mission_started";
104
103
  id: string;
104
+ type: "mission_started";
105
105
  project_key: string;
106
106
  timestamp: string;
107
107
  sequence: number;
@@ -144,8 +144,8 @@ export declare const MissionCompletedSchema: z.ZodObject<{
144
144
  metrics?: Record<string, number> | undefined;
145
145
  }>;
146
146
  }, "strip", z.ZodTypeAny, {
147
- type: "mission_completed";
148
147
  id: string;
148
+ type: "mission_completed";
149
149
  project_key: string;
150
150
  timestamp: string;
151
151
  sequence: number;
@@ -158,8 +158,8 @@ export declare const MissionCompletedSchema: z.ZodObject<{
158
158
  metrics?: Record<string, number> | undefined;
159
159
  };
160
160
  }, {
161
- type: "mission_completed";
162
161
  id: string;
162
+ type: "mission_completed";
163
163
  project_key: string;
164
164
  timestamp: string;
165
165
  sequence: number;
@@ -219,8 +219,8 @@ export declare const MissionUpdatedSchema: z.ZodObject<{
219
219
  updated_at: string;
220
220
  }>;
221
221
  }, "strip", z.ZodTypeAny, {
222
- type: "mission_updated";
223
222
  id: string;
223
+ type: "mission_updated";
224
224
  project_key: string;
225
225
  timestamp: string;
226
226
  sequence: number;
@@ -235,8 +235,8 @@ export declare const MissionUpdatedSchema: z.ZodObject<{
235
235
  updated_at: string;
236
236
  };
237
237
  }, {
238
- type: "mission_updated";
239
238
  id: string;
239
+ type: "mission_updated";
240
240
  project_key: string;
241
241
  timestamp: string;
242
242
  sequence: number;
@@ -31,8 +31,8 @@ export declare const PilotRegisteredSchema: z.ZodObject<{
31
31
  task_description?: string | undefined;
32
32
  }>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- type: "pilot_registered";
35
34
  id: string;
35
+ type: "pilot_registered";
36
36
  project_key: string;
37
37
  timestamp: string;
38
38
  sequence: number;
@@ -43,8 +43,8 @@ export declare const PilotRegisteredSchema: z.ZodObject<{
43
43
  task_description?: string | undefined;
44
44
  };
45
45
  }, {
46
- type: "pilot_registered";
47
46
  id: string;
47
+ type: "pilot_registered";
48
48
  project_key: string;
49
49
  timestamp: string;
50
50
  sequence: number;
@@ -79,8 +79,8 @@ export declare const PilotActiveSchema: z.ZodObject<{
79
79
  current_task?: string | undefined;
80
80
  }>;
81
81
  }, "strip", z.ZodTypeAny, {
82
- type: "pilot_active";
83
82
  id: string;
83
+ type: "pilot_active";
84
84
  project_key: string;
85
85
  timestamp: string;
86
86
  sequence: number;
@@ -90,8 +90,8 @@ export declare const PilotActiveSchema: z.ZodObject<{
90
90
  current_task?: string | undefined;
91
91
  };
92
92
  }, {
93
- type: "pilot_active";
94
93
  id: string;
94
+ type: "pilot_active";
95
95
  project_key: string;
96
96
  timestamp: string;
97
97
  sequence: number;
@@ -125,8 +125,8 @@ export declare const PilotDeregisteredSchema: z.ZodObject<{
125
125
  final_status?: string | undefined;
126
126
  }>;
127
127
  }, "strip", z.ZodTypeAny, {
128
- type: "pilot_deregistered";
129
128
  id: string;
129
+ type: "pilot_deregistered";
130
130
  project_key: string;
131
131
  timestamp: string;
132
132
  sequence: number;
@@ -136,8 +136,8 @@ export declare const PilotDeregisteredSchema: z.ZodObject<{
136
136
  final_status?: string | undefined;
137
137
  };
138
138
  }, {
139
- type: "pilot_deregistered";
140
139
  id: string;
140
+ type: "pilot_deregistered";
141
141
  project_key: string;
142
142
  timestamp: string;
143
143
  sequence: number;
@@ -34,8 +34,8 @@ export declare const FileReservedSchema: z.ZodObject<{
34
34
  ttl_seconds?: number | undefined;
35
35
  }>;
36
36
  }, "strip", z.ZodTypeAny, {
37
- type: "file_reserved";
38
37
  id: string;
38
+ type: "file_reserved";
39
39
  project_key: string;
40
40
  timestamp: string;
41
41
  sequence: number;
@@ -47,8 +47,8 @@ export declare const FileReservedSchema: z.ZodObject<{
47
47
  ttl_seconds?: number | undefined;
48
48
  };
49
49
  }, {
50
- type: "file_reserved";
51
50
  id: string;
51
+ type: "file_reserved";
52
52
  project_key: string;
53
53
  timestamp: string;
54
54
  sequence: number;
@@ -87,8 +87,8 @@ export declare const FileReleasedSchema: z.ZodObject<{
87
87
  released_by?: string | undefined;
88
88
  }>;
89
89
  }, "strip", z.ZodTypeAny, {
90
- type: "file_released";
91
90
  id: string;
91
+ type: "file_released";
92
92
  project_key: string;
93
93
  timestamp: string;
94
94
  sequence: number;
@@ -99,8 +99,8 @@ export declare const FileReleasedSchema: z.ZodObject<{
99
99
  released_by?: string | undefined;
100
100
  };
101
101
  }, {
102
- type: "file_released";
103
102
  id: string;
103
+ type: "file_released";
104
104
  project_key: string;
105
105
  timestamp: string;
106
106
  sequence: number;
@@ -141,8 +141,8 @@ export declare const FileConflictSchema: z.ZodObject<{
141
141
  resolved?: boolean | undefined;
142
142
  }>;
143
143
  }, "strip", z.ZodTypeAny, {
144
- type: "file_conflict";
145
144
  id: string;
145
+ type: "file_conflict";
146
146
  project_key: string;
147
147
  timestamp: string;
148
148
  sequence: number;
@@ -154,8 +154,8 @@ export declare const FileConflictSchema: z.ZodObject<{
154
154
  resolved: boolean;
155
155
  };
156
156
  }, {
157
- type: "file_conflict";
158
157
  id: string;
158
+ type: "file_conflict";
159
159
  project_key: string;
160
160
  timestamp: string;
161
161
  sequence: number;
@@ -43,8 +43,8 @@ export declare const SortieCreatedSchema: z.ZodObject<{
43
43
  estimated_hours?: number | undefined;
44
44
  }>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- type: "sortie_created";
47
46
  id: string;
47
+ type: "sortie_created";
48
48
  project_key: string;
49
49
  timestamp: string;
50
50
  sequence: number;
@@ -59,8 +59,8 @@ export declare const SortieCreatedSchema: z.ZodObject<{
59
59
  estimated_hours?: number | undefined;
60
60
  };
61
61
  }, {
62
- type: "sortie_created";
63
62
  id: string;
63
+ type: "sortie_created";
64
64
  project_key: string;
65
65
  timestamp: string;
66
66
  sequence: number;
@@ -99,8 +99,8 @@ export declare const SortieStartedSchema: z.ZodObject<{
99
99
  started_at: string;
100
100
  }>;
101
101
  }, "strip", z.ZodTypeAny, {
102
- type: "sortie_started";
103
102
  id: string;
103
+ type: "sortie_started";
104
104
  project_key: string;
105
105
  timestamp: string;
106
106
  sequence: number;
@@ -110,8 +110,8 @@ export declare const SortieStartedSchema: z.ZodObject<{
110
110
  started_at: string;
111
111
  };
112
112
  }, {
113
- type: "sortie_started";
114
113
  id: string;
114
+ type: "sortie_started";
115
115
  project_key: string;
116
116
  timestamp: string;
117
117
  sequence: number;
@@ -151,8 +151,8 @@ export declare const SortieCompletedSchema: z.ZodObject<{
151
151
  notes?: string | undefined;
152
152
  }>;
153
153
  }, "strip", z.ZodTypeAny, {
154
- type: "sortie_completed";
155
154
  id: string;
155
+ type: "sortie_completed";
156
156
  project_key: string;
157
157
  timestamp: string;
158
158
  sequence: number;
@@ -164,8 +164,8 @@ export declare const SortieCompletedSchema: z.ZodObject<{
164
164
  notes?: string | undefined;
165
165
  };
166
166
  }, {
167
- type: "sortie_completed";
168
167
  id: string;
168
+ type: "sortie_completed";
169
169
  project_key: string;
170
170
  timestamp: string;
171
171
  sequence: number;
@@ -207,8 +207,8 @@ export declare const SortieBlockedSchema: z.ZodObject<{
207
207
  blocked_by_callsign?: string | undefined;
208
208
  }>;
209
209
  }, "strip", z.ZodTypeAny, {
210
- type: "sortie_blocked";
211
210
  id: string;
211
+ type: "sortie_blocked";
212
212
  project_key: string;
213
213
  timestamp: string;
214
214
  sequence: number;
@@ -220,8 +220,8 @@ export declare const SortieBlockedSchema: z.ZodObject<{
220
220
  blocked_by_callsign?: string | undefined;
221
221
  };
222
222
  }, {
223
- type: "sortie_blocked";
224
223
  id: string;
224
+ type: "sortie_blocked";
225
225
  project_key: string;
226
226
  timestamp: string;
227
227
  sequence: number;
@@ -260,8 +260,8 @@ export declare const SortieResumedSchema: z.ZodObject<{
260
260
  previous_state: string;
261
261
  }>;
262
262
  }, "strip", z.ZodTypeAny, {
263
- type: "sortie_resumed";
264
263
  id: string;
264
+ type: "sortie_resumed";
265
265
  project_key: string;
266
266
  timestamp: string;
267
267
  sequence: number;
@@ -272,8 +272,8 @@ export declare const SortieResumedSchema: z.ZodObject<{
272
272
  previous_state: string;
273
273
  };
274
274
  }, {
275
- type: "sortie_resumed";
276
275
  id: string;
276
+ type: "sortie_resumed";
277
277
  project_key: string;
278
278
  timestamp: string;
279
279
  sequence: number;
@@ -331,8 +331,8 @@ export declare const SortieUpdatedSchema: z.ZodObject<{
331
331
  updated_at: string;
332
332
  }>;
333
333
  }, "strip", z.ZodTypeAny, {
334
- type: "sortie_updated";
335
334
  id: string;
335
+ type: "sortie_updated";
336
336
  project_key: string;
337
337
  timestamp: string;
338
338
  sequence: number;
@@ -347,8 +347,8 @@ export declare const SortieUpdatedSchema: z.ZodObject<{
347
347
  updated_at: string;
348
348
  };
349
349
  }, {
350
- type: "sortie_updated";
351
350
  id: string;
351
+ type: "sortie_updated";
352
352
  project_key: string;
353
353
  timestamp: string;
354
354
  sequence: number;