@getpaseo/protocol 0.6.1 → 0.7.0-beta.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.
- package/dist/check-traits.d.ts +11 -0
- package/dist/check-traits.js +10 -0
- package/dist/client-capabilities.d.ts +1 -0
- package/dist/client-capabilities.js +3 -0
- package/dist/generated/validation/ws-outbound.aot.js +33775 -33330
- package/dist/gitea-status.d.ts +10 -0
- package/dist/gitea-status.js +23 -0
- package/dist/gitlab-pipeline.d.ts +10 -0
- package/dist/gitlab-pipeline.js +17 -0
- package/dist/messages.d.ts +579 -24
- package/dist/messages.js +150 -40
- package/dist/validation/ws-outbound-schema-metadata.d.ts +116 -4
- package/package.json +1 -1
|
@@ -435,6 +435,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
435
435
|
failed: "failed";
|
|
436
436
|
disabled: "disabled";
|
|
437
437
|
}>;
|
|
438
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
439
|
+
directory: "directory";
|
|
440
|
+
git: "git";
|
|
441
|
+
}>>;
|
|
442
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
443
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
444
|
+
commit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
438
445
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
439
446
|
}, import("zod/v4/core").$strip>>;
|
|
440
447
|
}, import("zod/v4/core").$strip>;
|
|
@@ -466,6 +473,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
466
473
|
failed: "failed";
|
|
467
474
|
disabled: "disabled";
|
|
468
475
|
}>;
|
|
476
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
477
|
+
directory: "directory";
|
|
478
|
+
git: "git";
|
|
479
|
+
}>>;
|
|
480
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
481
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
482
|
+
commit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
469
483
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
470
484
|
}, import("zod/v4/core").$strip>;
|
|
471
485
|
}, import("zod/v4/core").$strip>;
|
|
@@ -475,6 +489,60 @@ export declare const WSOutboundMessageSchema: {
|
|
|
475
489
|
requestId: import("zod").ZodString;
|
|
476
490
|
id: import("zod").ZodString;
|
|
477
491
|
}, import("zod/v4/core").$strip>;
|
|
492
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
493
|
+
type: import("zod").ZodLiteral<"plugin.source.install.response">;
|
|
494
|
+
payload: import("zod").ZodObject<{
|
|
495
|
+
requestId: import("zod").ZodString;
|
|
496
|
+
plugin: import("zod").ZodObject<{
|
|
497
|
+
id: import("zod").ZodString;
|
|
498
|
+
path: import("zod").ZodString;
|
|
499
|
+
enabled: import("zod").ZodBoolean;
|
|
500
|
+
status: import("zod").ZodEnum<{
|
|
501
|
+
running: "running";
|
|
502
|
+
failed: "failed";
|
|
503
|
+
disabled: "disabled";
|
|
504
|
+
}>;
|
|
505
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
506
|
+
directory: "directory";
|
|
507
|
+
git: "git";
|
|
508
|
+
}>>;
|
|
509
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
510
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
511
|
+
commit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
512
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
513
|
+
}, import("zod/v4/core").$strip>;
|
|
514
|
+
}, import("zod/v4/core").$strip>;
|
|
515
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
516
|
+
type: import("zod").ZodLiteral<"plugin.source.status.response">;
|
|
517
|
+
payload: import("zod").ZodObject<{
|
|
518
|
+
requestId: import("zod").ZodString;
|
|
519
|
+
plugins: import("zod").ZodArray<import("zod").ZodObject<{
|
|
520
|
+
id: import("zod").ZodString;
|
|
521
|
+
source: import("zod").ZodEnum<{
|
|
522
|
+
directory: "directory";
|
|
523
|
+
git: "git";
|
|
524
|
+
}>;
|
|
525
|
+
path: import("zod").ZodString;
|
|
526
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
527
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
528
|
+
currentCommit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
529
|
+
latestCommit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
530
|
+
commitsBehind: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
531
|
+
updateAvailable: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
532
|
+
}, import("zod/v4/core").$strip>>;
|
|
533
|
+
}, import("zod/v4/core").$strip>;
|
|
534
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
535
|
+
type: import("zod").ZodLiteral<"plugin.source.update.response">;
|
|
536
|
+
payload: import("zod").ZodObject<{
|
|
537
|
+
requestId: import("zod").ZodString;
|
|
538
|
+
plugins: import("zod").ZodArray<import("zod").ZodObject<{
|
|
539
|
+
id: import("zod").ZodString;
|
|
540
|
+
previousCommit: import("zod").ZodString;
|
|
541
|
+
currentCommit: import("zod").ZodString;
|
|
542
|
+
commits: import("zod").ZodNumber;
|
|
543
|
+
updated: import("zod").ZodBoolean;
|
|
544
|
+
}, import("zod/v4/core").$strip>>;
|
|
545
|
+
}, import("zod/v4/core").$strip>;
|
|
478
546
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
479
547
|
type: import("zod").ZodLiteral<"plugin.reload.response">;
|
|
480
548
|
payload: import("zod").ZodObject<{
|
|
@@ -488,6 +556,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
488
556
|
failed: "failed";
|
|
489
557
|
disabled: "disabled";
|
|
490
558
|
}>;
|
|
559
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
560
|
+
directory: "directory";
|
|
561
|
+
git: "git";
|
|
562
|
+
}>>;
|
|
563
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
564
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
565
|
+
commit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
491
566
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
492
567
|
}, import("zod/v4/core").$strip>;
|
|
493
568
|
}, import("zod/v4/core").$strip>;
|
|
@@ -504,6 +579,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
504
579
|
failed: "failed";
|
|
505
580
|
disabled: "disabled";
|
|
506
581
|
}>;
|
|
582
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
583
|
+
directory: "directory";
|
|
584
|
+
git: "git";
|
|
585
|
+
}>>;
|
|
586
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
587
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
588
|
+
commit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
507
589
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
508
590
|
}, import("zod/v4/core").$strip>;
|
|
509
591
|
}, import("zod/v4/core").$strip>;
|
|
@@ -520,6 +602,13 @@ export declare const WSOutboundMessageSchema: {
|
|
|
520
602
|
failed: "failed";
|
|
521
603
|
disabled: "disabled";
|
|
522
604
|
}>;
|
|
605
|
+
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
606
|
+
directory: "directory";
|
|
607
|
+
git: "git";
|
|
608
|
+
}>>;
|
|
609
|
+
remote: import("zod").ZodOptional<import("zod").ZodString>;
|
|
610
|
+
ref: import("zod").ZodOptional<import("zod").ZodString>;
|
|
611
|
+
commit: import("zod").ZodOptional<import("zod").ZodString>;
|
|
523
612
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
524
613
|
}, import("zod/v4/core").$strip>;
|
|
525
614
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1046,6 +1135,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1046
1135
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1047
1136
|
workflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1048
1137
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1138
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
1049
1139
|
}, import("zod/v4/core").$strip>>>;
|
|
1050
1140
|
checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1051
1141
|
success: "success";
|
|
@@ -1213,6 +1303,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1213
1303
|
url: string | null;
|
|
1214
1304
|
workflow?: string | undefined;
|
|
1215
1305
|
duration?: string | undefined;
|
|
1306
|
+
traits?: string[] | undefined;
|
|
1216
1307
|
}[] | undefined;
|
|
1217
1308
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
1218
1309
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -1323,6 +1414,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
1323
1414
|
url: string | null;
|
|
1324
1415
|
workflow?: string | undefined;
|
|
1325
1416
|
duration?: string | undefined;
|
|
1417
|
+
traits?: string[] | undefined;
|
|
1326
1418
|
}[] | undefined;
|
|
1327
1419
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
1328
1420
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -2288,6 +2380,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2288
2380
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2289
2381
|
workflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2290
2382
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2383
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2291
2384
|
}, import("zod/v4/core").$strip>>>;
|
|
2292
2385
|
checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2293
2386
|
success: "success";
|
|
@@ -2455,6 +2548,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2455
2548
|
url: string | null;
|
|
2456
2549
|
workflow?: string | undefined;
|
|
2457
2550
|
duration?: string | undefined;
|
|
2551
|
+
traits?: string[] | undefined;
|
|
2458
2552
|
}[] | undefined;
|
|
2459
2553
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
2460
2554
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -2565,6 +2659,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2565
2659
|
url: string | null;
|
|
2566
2660
|
workflow?: string | undefined;
|
|
2567
2661
|
duration?: string | undefined;
|
|
2662
|
+
traits?: string[] | undefined;
|
|
2568
2663
|
}[] | undefined;
|
|
2569
2664
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
2570
2665
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -2800,6 +2895,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2800
2895
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
2801
2896
|
workflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2802
2897
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2898
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
2803
2899
|
}, import("zod/v4/core").$strip>>>;
|
|
2804
2900
|
checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
2805
2901
|
success: "success";
|
|
@@ -2967,6 +3063,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
2967
3063
|
url: string | null;
|
|
2968
3064
|
workflow?: string | undefined;
|
|
2969
3065
|
duration?: string | undefined;
|
|
3066
|
+
traits?: string[] | undefined;
|
|
2970
3067
|
}[] | undefined;
|
|
2971
3068
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
2972
3069
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -3077,6 +3174,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3077
3174
|
url: string | null;
|
|
3078
3175
|
workflow?: string | undefined;
|
|
3079
3176
|
duration?: string | undefined;
|
|
3177
|
+
traits?: string[] | undefined;
|
|
3080
3178
|
}[] | undefined;
|
|
3081
3179
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
3082
3180
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -3684,6 +3782,12 @@ export declare const WSOutboundMessageSchema: {
|
|
|
3684
3782
|
}, import("zod/v4/core").$strip>>;
|
|
3685
3783
|
error: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3686
3784
|
}, import("zod/v4/core").$strip>;
|
|
3785
|
+
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3786
|
+
type: import("zod").ZodLiteral<"agent.timeline.replacement">;
|
|
3787
|
+
payload: import("zod").ZodObject<{
|
|
3788
|
+
agentId: import("zod").ZodString;
|
|
3789
|
+
epoch: import("zod").ZodString;
|
|
3790
|
+
}, import("zod/v4/core").$strip>;
|
|
3687
3791
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3688
3792
|
type: import("zod").ZodLiteral<"agent.timeline.list_prompts.response">;
|
|
3689
3793
|
payload: import("zod").ZodObject<{
|
|
@@ -4127,6 +4231,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4127
4231
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
4128
4232
|
workflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4129
4233
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4234
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
4130
4235
|
}, import("zod/v4/core").$strip>>>;
|
|
4131
4236
|
checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4132
4237
|
success: "success";
|
|
@@ -4294,6 +4399,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4294
4399
|
url: string | null;
|
|
4295
4400
|
workflow?: string | undefined;
|
|
4296
4401
|
duration?: string | undefined;
|
|
4402
|
+
traits?: string[] | undefined;
|
|
4297
4403
|
}[] | undefined;
|
|
4298
4404
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
4299
4405
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -4404,6 +4510,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
4404
4510
|
url: string | null;
|
|
4405
4511
|
workflow?: string | undefined;
|
|
4406
4512
|
duration?: string | undefined;
|
|
4513
|
+
traits?: string[] | undefined;
|
|
4407
4514
|
}[] | undefined;
|
|
4408
4515
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
4409
4516
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -5327,6 +5434,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5327
5434
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5328
5435
|
checkRunId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5329
5436
|
workflowRunId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5437
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5330
5438
|
}, import("zod/v4/core").$strip>>>>;
|
|
5331
5439
|
checksStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5332
5440
|
reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -5771,7 +5879,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5771
5879
|
pipeline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
5772
5880
|
id: import("zod").ZodNumber;
|
|
5773
5881
|
status: import("zod").ZodString;
|
|
5774
|
-
rawStatus: import("zod").ZodString
|
|
5882
|
+
rawStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5775
5883
|
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5776
5884
|
ref: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5777
5885
|
sha: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
@@ -5783,7 +5891,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5783
5891
|
name: import("zod").ZodString;
|
|
5784
5892
|
stage: import("zod").ZodString;
|
|
5785
5893
|
status: import("zod").ZodString;
|
|
5786
|
-
rawStatus: import("zod").ZodString
|
|
5894
|
+
rawStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5787
5895
|
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5788
5896
|
allowFailure: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
5789
5897
|
durationSeconds: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -5842,7 +5950,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5842
5950
|
pipeline: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
5843
5951
|
id: import("zod").ZodNumber;
|
|
5844
5952
|
status: import("zod").ZodString;
|
|
5845
|
-
rawStatus: import("zod").ZodString
|
|
5953
|
+
rawStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5846
5954
|
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5847
5955
|
ref: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5848
5956
|
sha: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
@@ -5854,7 +5962,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5854
5962
|
name: import("zod").ZodString;
|
|
5855
5963
|
stage: import("zod").ZodString;
|
|
5856
5964
|
status: import("zod").ZodString;
|
|
5857
|
-
rawStatus: import("zod").ZodString
|
|
5965
|
+
rawStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5858
5966
|
url: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5859
5967
|
allowFailure: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
5860
5968
|
durationSeconds: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
|
|
@@ -5901,6 +6009,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
5901
6009
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5902
6010
|
checkRunId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5903
6011
|
workflowRunId: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6012
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
5904
6013
|
}, import("zod/v4/core").$strip>>>>;
|
|
5905
6014
|
checksStatus: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5906
6015
|
reviewDecision: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -6284,6 +6393,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6284
6393
|
url: import("zod").ZodNullable<import("zod").ZodString>;
|
|
6285
6394
|
workflow: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6286
6395
|
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6396
|
+
traits: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
6287
6397
|
}, import("zod/v4/core").$strip>>>;
|
|
6288
6398
|
checksStatus: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
6289
6399
|
success: "success";
|
|
@@ -6451,6 +6561,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6451
6561
|
url: string | null;
|
|
6452
6562
|
workflow?: string | undefined;
|
|
6453
6563
|
duration?: string | undefined;
|
|
6564
|
+
traits?: string[] | undefined;
|
|
6454
6565
|
}[] | undefined;
|
|
6455
6566
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
6456
6567
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|
|
@@ -6561,6 +6672,7 @@ export declare const WSOutboundMessageSchema: {
|
|
|
6561
6672
|
url: string | null;
|
|
6562
6673
|
workflow?: string | undefined;
|
|
6563
6674
|
duration?: string | undefined;
|
|
6675
|
+
traits?: string[] | undefined;
|
|
6564
6676
|
}[] | undefined;
|
|
6565
6677
|
checksStatus?: "success" | "pending" | "none" | "failure" | undefined;
|
|
6566
6678
|
reviewDecision?: "pending" | "approved" | "changes_requested" | null | undefined;
|