@kici-dev/engine 0.1.21 → 0.1.22
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/approval/types.d.ts +1 -1
- package/dist/approval/types.js +1 -1
- package/dist/audit/access-log-policy.js +7 -0
- package/dist/audit/retention-policy.js +8 -0
- package/dist/fanout/materialize.d.ts +21 -4
- package/dist/fanout/materialize.js +24 -5
- package/dist/index.d.ts +2 -1
- package/dist/index.js +8 -7
- package/dist/inventory.d.ts +2 -2
- package/dist/labels-match.d.ts +52 -0
- package/dist/labels-match.js +22 -1
- package/dist/protocol/dashboard-write-operations.d.ts +8 -1
- package/dist/protocol/dashboard-write-operations.js +25 -4
- package/dist/protocol/messages/access-log.d.ts +25 -0
- package/dist/protocol/messages/access-log.js +5 -0
- package/dist/protocol/messages/auth.d.ts +2 -0
- package/dist/protocol/messages/capabilities.d.ts +2 -0
- package/dist/protocol/messages/dashboard.d.ts +622 -21
- package/dist/protocol/messages/dashboard.js +130 -6
- package/dist/protocol/messages/deployment-identity.d.ts +38 -0
- package/dist/protocol/messages/deployment-identity.js +28 -0
- package/dist/protocol/messages/orchestrator-agent.d.ts +64 -2
- package/dist/protocol/messages/orchestrator-agent.js +26 -7
- package/dist/protocol/messages/peer.js +1 -1
- package/dist/protocol/messages/platform-orchestrator.d.ts +165 -0
- package/dist/protocol/messages/source-registration.d.ts +15 -0
- package/dist/protocol/messages/source-registration.js +17 -1
- package/dist/trigger/types.d.ts +74 -22
- package/dist/trigger/types.js +41 -12
- package/package.json +1 -1
- package/sbom.spdx.json +5 -5
|
@@ -39,6 +39,7 @@ export declare const AccessLogTargetType: z.ZodEnum<{
|
|
|
39
39
|
backend: "backend";
|
|
40
40
|
diagnostics: "diagnostics";
|
|
41
41
|
scaler: "scaler";
|
|
42
|
+
fleet: "fleet";
|
|
42
43
|
held_run: "held_run";
|
|
43
44
|
access_log: "access_log";
|
|
44
45
|
event_dlq: "event_dlq";
|
|
@@ -56,6 +57,8 @@ export declare const AccessLogAction: z.ZodEnum<{
|
|
|
56
57
|
"registration.disable": "registration.disable";
|
|
57
58
|
"registration.delete": "registration.delete";
|
|
58
59
|
"global_workflows.update": "global_workflows.update";
|
|
60
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
61
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
59
62
|
"run.detail.read": "run.detail.read";
|
|
60
63
|
"runs.list.read": "runs.list.read";
|
|
61
64
|
"runs.filters.read": "runs.filters.read";
|
|
@@ -95,6 +98,7 @@ export declare const AccessLogAction: z.ZodEnum<{
|
|
|
95
98
|
"environment.history.read": "environment.history.read";
|
|
96
99
|
"held_run.list.read": "held_run.list.read";
|
|
97
100
|
"held_run.approve": "held_run.approve";
|
|
101
|
+
"held_run.auto_approve": "held_run.auto_approve";
|
|
98
102
|
"held_run.reject": "held_run.reject";
|
|
99
103
|
"held_run.request": "held_run.request";
|
|
100
104
|
"held_run.expire": "held_run.expire";
|
|
@@ -102,6 +106,7 @@ export declare const AccessLogAction: z.ZodEnum<{
|
|
|
102
106
|
"diagnostics.read": "diagnostics.read";
|
|
103
107
|
"scaler.capacity.read": "scaler.capacity.read";
|
|
104
108
|
"scaler.agents.read": "scaler.agents.read";
|
|
109
|
+
"fleet.read": "fleet.read";
|
|
105
110
|
"backend.list.read": "backend.list.read";
|
|
106
111
|
"backend.get.read": "backend.get.read";
|
|
107
112
|
"backend.sync": "backend.sync";
|
|
@@ -144,6 +149,8 @@ export declare const accessLogItemSchema: z.ZodObject<{
|
|
|
144
149
|
"registration.disable": "registration.disable";
|
|
145
150
|
"registration.delete": "registration.delete";
|
|
146
151
|
"global_workflows.update": "global_workflows.update";
|
|
152
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
153
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
147
154
|
"run.detail.read": "run.detail.read";
|
|
148
155
|
"runs.list.read": "runs.list.read";
|
|
149
156
|
"runs.filters.read": "runs.filters.read";
|
|
@@ -183,6 +190,7 @@ export declare const accessLogItemSchema: z.ZodObject<{
|
|
|
183
190
|
"environment.history.read": "environment.history.read";
|
|
184
191
|
"held_run.list.read": "held_run.list.read";
|
|
185
192
|
"held_run.approve": "held_run.approve";
|
|
193
|
+
"held_run.auto_approve": "held_run.auto_approve";
|
|
186
194
|
"held_run.reject": "held_run.reject";
|
|
187
195
|
"held_run.request": "held_run.request";
|
|
188
196
|
"held_run.expire": "held_run.expire";
|
|
@@ -190,6 +198,7 @@ export declare const accessLogItemSchema: z.ZodObject<{
|
|
|
190
198
|
"diagnostics.read": "diagnostics.read";
|
|
191
199
|
"scaler.capacity.read": "scaler.capacity.read";
|
|
192
200
|
"scaler.agents.read": "scaler.agents.read";
|
|
201
|
+
"fleet.read": "fleet.read";
|
|
193
202
|
"backend.list.read": "backend.list.read";
|
|
194
203
|
"backend.get.read": "backend.get.read";
|
|
195
204
|
"backend.sync": "backend.sync";
|
|
@@ -216,6 +225,7 @@ export declare const accessLogItemSchema: z.ZodObject<{
|
|
|
216
225
|
backend: "backend";
|
|
217
226
|
diagnostics: "diagnostics";
|
|
218
227
|
scaler: "scaler";
|
|
228
|
+
fleet: "fleet";
|
|
219
229
|
held_run: "held_run";
|
|
220
230
|
access_log: "access_log";
|
|
221
231
|
event_dlq: "event_dlq";
|
|
@@ -254,6 +264,8 @@ export declare const accessLogFilterSchema: z.ZodObject<{
|
|
|
254
264
|
"registration.disable": "registration.disable";
|
|
255
265
|
"registration.delete": "registration.delete";
|
|
256
266
|
"global_workflows.update": "global_workflows.update";
|
|
267
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
268
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
257
269
|
"run.detail.read": "run.detail.read";
|
|
258
270
|
"runs.list.read": "runs.list.read";
|
|
259
271
|
"runs.filters.read": "runs.filters.read";
|
|
@@ -293,6 +305,7 @@ export declare const accessLogFilterSchema: z.ZodObject<{
|
|
|
293
305
|
"environment.history.read": "environment.history.read";
|
|
294
306
|
"held_run.list.read": "held_run.list.read";
|
|
295
307
|
"held_run.approve": "held_run.approve";
|
|
308
|
+
"held_run.auto_approve": "held_run.auto_approve";
|
|
296
309
|
"held_run.reject": "held_run.reject";
|
|
297
310
|
"held_run.request": "held_run.request";
|
|
298
311
|
"held_run.expire": "held_run.expire";
|
|
@@ -300,6 +313,7 @@ export declare const accessLogFilterSchema: z.ZodObject<{
|
|
|
300
313
|
"diagnostics.read": "diagnostics.read";
|
|
301
314
|
"scaler.capacity.read": "scaler.capacity.read";
|
|
302
315
|
"scaler.agents.read": "scaler.agents.read";
|
|
316
|
+
"fleet.read": "fleet.read";
|
|
303
317
|
"backend.list.read": "backend.list.read";
|
|
304
318
|
"backend.get.read": "backend.get.read";
|
|
305
319
|
"backend.sync": "backend.sync";
|
|
@@ -336,6 +350,7 @@ export declare const accessLogFilterSchema: z.ZodObject<{
|
|
|
336
350
|
backend: "backend";
|
|
337
351
|
diagnostics: "diagnostics";
|
|
338
352
|
scaler: "scaler";
|
|
353
|
+
fleet: "fleet";
|
|
339
354
|
held_run: "held_run";
|
|
340
355
|
access_log: "access_log";
|
|
341
356
|
event_dlq: "event_dlq";
|
|
@@ -386,6 +401,8 @@ export declare const dashboardAccessLogListRequestSchema: z.ZodObject<{
|
|
|
386
401
|
"registration.disable": "registration.disable";
|
|
387
402
|
"registration.delete": "registration.delete";
|
|
388
403
|
"global_workflows.update": "global_workflows.update";
|
|
404
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
405
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
389
406
|
"run.detail.read": "run.detail.read";
|
|
390
407
|
"runs.list.read": "runs.list.read";
|
|
391
408
|
"runs.filters.read": "runs.filters.read";
|
|
@@ -425,6 +442,7 @@ export declare const dashboardAccessLogListRequestSchema: z.ZodObject<{
|
|
|
425
442
|
"environment.history.read": "environment.history.read";
|
|
426
443
|
"held_run.list.read": "held_run.list.read";
|
|
427
444
|
"held_run.approve": "held_run.approve";
|
|
445
|
+
"held_run.auto_approve": "held_run.auto_approve";
|
|
428
446
|
"held_run.reject": "held_run.reject";
|
|
429
447
|
"held_run.request": "held_run.request";
|
|
430
448
|
"held_run.expire": "held_run.expire";
|
|
@@ -432,6 +450,7 @@ export declare const dashboardAccessLogListRequestSchema: z.ZodObject<{
|
|
|
432
450
|
"diagnostics.read": "diagnostics.read";
|
|
433
451
|
"scaler.capacity.read": "scaler.capacity.read";
|
|
434
452
|
"scaler.agents.read": "scaler.agents.read";
|
|
453
|
+
"fleet.read": "fleet.read";
|
|
435
454
|
"backend.list.read": "backend.list.read";
|
|
436
455
|
"backend.get.read": "backend.get.read";
|
|
437
456
|
"backend.sync": "backend.sync";
|
|
@@ -468,6 +487,7 @@ export declare const dashboardAccessLogListRequestSchema: z.ZodObject<{
|
|
|
468
487
|
backend: "backend";
|
|
469
488
|
diagnostics: "diagnostics";
|
|
470
489
|
scaler: "scaler";
|
|
490
|
+
fleet: "fleet";
|
|
471
491
|
held_run: "held_run";
|
|
472
492
|
access_log: "access_log";
|
|
473
493
|
event_dlq: "event_dlq";
|
|
@@ -506,6 +526,8 @@ export declare const dashboardAccessLogListResponseSchema: z.ZodObject<{
|
|
|
506
526
|
"registration.disable": "registration.disable";
|
|
507
527
|
"registration.delete": "registration.delete";
|
|
508
528
|
"global_workflows.update": "global_workflows.update";
|
|
529
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
530
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
509
531
|
"run.detail.read": "run.detail.read";
|
|
510
532
|
"runs.list.read": "runs.list.read";
|
|
511
533
|
"runs.filters.read": "runs.filters.read";
|
|
@@ -545,6 +567,7 @@ export declare const dashboardAccessLogListResponseSchema: z.ZodObject<{
|
|
|
545
567
|
"environment.history.read": "environment.history.read";
|
|
546
568
|
"held_run.list.read": "held_run.list.read";
|
|
547
569
|
"held_run.approve": "held_run.approve";
|
|
570
|
+
"held_run.auto_approve": "held_run.auto_approve";
|
|
548
571
|
"held_run.reject": "held_run.reject";
|
|
549
572
|
"held_run.request": "held_run.request";
|
|
550
573
|
"held_run.expire": "held_run.expire";
|
|
@@ -552,6 +575,7 @@ export declare const dashboardAccessLogListResponseSchema: z.ZodObject<{
|
|
|
552
575
|
"diagnostics.read": "diagnostics.read";
|
|
553
576
|
"scaler.capacity.read": "scaler.capacity.read";
|
|
554
577
|
"scaler.agents.read": "scaler.agents.read";
|
|
578
|
+
"fleet.read": "fleet.read";
|
|
555
579
|
"backend.list.read": "backend.list.read";
|
|
556
580
|
"backend.get.read": "backend.get.read";
|
|
557
581
|
"backend.sync": "backend.sync";
|
|
@@ -578,6 +602,7 @@ export declare const dashboardAccessLogListResponseSchema: z.ZodObject<{
|
|
|
578
602
|
backend: "backend";
|
|
579
603
|
diagnostics: "diagnostics";
|
|
580
604
|
scaler: "scaler";
|
|
605
|
+
fleet: "fleet";
|
|
581
606
|
held_run: "held_run";
|
|
582
607
|
access_log: "access_log";
|
|
583
608
|
event_dlq: "event_dlq";
|
|
@@ -40,6 +40,7 @@ const AccessLogTargetType = z.enum([
|
|
|
40
40
|
"backend",
|
|
41
41
|
"diagnostics",
|
|
42
42
|
"scaler",
|
|
43
|
+
"fleet",
|
|
43
44
|
"held_run",
|
|
44
45
|
"access_log",
|
|
45
46
|
"event_dlq",
|
|
@@ -90,6 +91,7 @@ const AccessLogAction = z.enum([
|
|
|
90
91
|
"environment.history.read",
|
|
91
92
|
"held_run.list.read",
|
|
92
93
|
"held_run.approve",
|
|
94
|
+
"held_run.auto_approve",
|
|
93
95
|
"held_run.reject",
|
|
94
96
|
"held_run.request",
|
|
95
97
|
"held_run.expire",
|
|
@@ -99,6 +101,9 @@ const AccessLogAction = z.enum([
|
|
|
99
101
|
"diagnostics.read",
|
|
100
102
|
"scaler.capacity.read",
|
|
101
103
|
"scaler.agents.read",
|
|
104
|
+
"fleet.read",
|
|
105
|
+
"fleet.host.declare",
|
|
106
|
+
"fleet.host.remove",
|
|
102
107
|
"backend.list.read",
|
|
103
108
|
"backend.get.read",
|
|
104
109
|
"backend.sync",
|
|
@@ -34,6 +34,8 @@ export declare const authRequestSchema: z.ZodObject<{
|
|
|
34
34
|
"backends.sync": "backends.sync";
|
|
35
35
|
"backends.sync_one": "backends.sync_one";
|
|
36
36
|
"backends.test": "backends.test";
|
|
37
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
38
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
37
39
|
}> & z.core.$partial, z.ZodBoolean>>;
|
|
38
40
|
}, z.core.$loose>>;
|
|
39
41
|
}, z.core.$strip>;
|
|
@@ -53,6 +53,8 @@ export declare const orchCapabilitiesSchema: z.ZodObject<{
|
|
|
53
53
|
"backends.sync": "backends.sync";
|
|
54
54
|
"backends.sync_one": "backends.sync_one";
|
|
55
55
|
"backends.test": "backends.test";
|
|
56
|
+
"fleet.host.declare": "fleet.host.declare";
|
|
57
|
+
"fleet.host.remove": "fleet.host.remove";
|
|
56
58
|
}> & z.core.$partial, z.ZodBoolean>>;
|
|
57
59
|
}, z.core.$loose>;
|
|
58
60
|
/** Inferred type for orchestrator capabilities. */
|