@sentry/junior 0.221.1 → 0.223.0
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/{agent-CY49A4pN.js → agent-Bzbf92vv.js} +97 -42
- package/dist/{agent-hooks-BnZBgDPe.js → agent-hooks-DZU5nsd1.js} +60 -15
- package/dist/{agent-runner-BC8iSAfE.js → agent-runner-2VQ9WhkG.js} +6 -5
- package/dist/api/schema.d.ts +209 -11
- package/dist/api/schema.js +4 -4
- package/dist/api.js +18 -515
- package/dist/{app-BYD2Nyji.d.ts → app-BbSD6EtD.d.ts} +1 -1
- package/dist/app.d.ts +1 -1
- package/dist/app.js +241 -39
- package/dist/{auth-pause-state-CJwPs1cT.js → auth-pause-state-Bn2vX4PA.js} +41 -7
- package/dist/{briefs-BSOhy23c.js → briefs-BJPfCrlT.js} +6 -6
- package/dist/{catalog-runtime-0oMD2jas.js → catalog-runtime-BthunUDD.js} +1 -1
- package/dist/{checkpoint-Bl47qAIY.js → checkpoint-Deu-OVb3.js} +11 -7
- package/dist/cli/chat.js +13 -13
- package/dist/cli/check.js +3 -3
- package/dist/cli/main.js +1 -1
- package/dist/cli/plugins.js +3 -3
- package/dist/cli/snapshot-create.js +3 -3
- package/dist/cli/upgrade.js +3 -3
- package/dist/{client-BrThxuRI.js → client-DjC6-6iU.js} +56 -6
- package/dist/{config-CEuC6CFj.js → config-CtoUVs72.js} +6 -7
- package/dist/{conversation-BSRGzJmY.js → conversation-1HUoZr2l.js} +75 -4
- package/dist/{conversation-privacy-aHn1OwXL.js → conversation-privacy-xS1t92xa.js} +1 -1
- package/dist/{credential-sync-Dht95TJQ.js → credential-sync-CKdXEUDO.js} +180 -31
- package/dist/{execution-stats-D9m2kmmg.js → execution-stats-CrXs9vSH.js} +3 -3
- package/dist/{executor-3IasVOqK.js → executor-AOhG9X1t.js} +1 -1
- package/dist/history-yaSjGMD_.d.ts +65 -0
- package/dist/instrumentation.js +2 -2
- package/dist/{job-queue-36liupTq.js → job-queue-CNd9cpIy.js} +1 -1
- package/dist/{logging-gR24QCo_.js → logging-DiN3o3nB.js} +1 -1
- package/dist/nitro.d.ts +1 -1
- package/dist/nitro.js +3 -3
- package/dist/{oauth-callback-server-BvNIWVA3.js → oauth-callback-server-Ca0VLUEw.js} +2 -2
- package/dist/{pending-auth-Cl4BsopG.js → pending-auth-D7vmttn_.js} +2 -2
- package/dist/{profile-VmUpQuOm.js → profile-BsNrw8lj.js} +4 -4
- package/dist/{prompt-BkaHwBW0.js → prompt-90miy8VV.js} +1 -1
- package/dist/{registry-BATk1X_v.js → registry-Dankt-Pl.js} +1 -1
- package/dist/reporting-window-DbUqng0P.js +229 -0
- package/dist/{resolve-Cf79l1H8.js → resolve-B38CpJe2.js} +2 -2
- package/dist/{runner-DNN4EPj_.js → runner-Ck5rEjCm.js} +21 -10
- package/dist/{sandbox-egress-signals-C-HUJW1G.js → sandbox-egress-signals-BOfFkvly.js} +1 -1
- package/dist/{schema-YPJXVcOW.js → schema-RpbW5Od2.js} +5 -128
- package/dist/{short-title-Cy3D8vg1.js → short-title-BHd_jUFX.js} +2 -2
- package/dist/{skills-DMQkR1Yu.js → skills-DbP4TDft.js} +2 -2
- package/dist/{spawn-BHk7RpYw.js → spawn-DzXc_PKO.js} +2 -2
- package/dist/{stats-8Bzht8zO.js → stats-pNGp3G5q.js} +56 -15
- package/dist/{task-queue-Cm4FhC0n.js → task-queue-Cy9y1foT.js} +3 -3
- package/dist/{task-runner-dQwOhCYs.js → task-runner-DI1FBJFJ.js} +8 -8
- package/dist/{thread-state-D0Ktlch_.js → thread-state-DXgxOYpZ.js} +5 -5
- package/dist/{turn-execution-BfLZfabf.js → turn-execution-BNOXrZ-M.js} +3 -3
- package/dist/{turn-lifecycle-D75pWL8e.js → turn-lifecycle-Bjf6y2GO.js} +1 -1
- package/dist/{validation-D5fdtuzG.js → validation-D5CIslEu.js} +1 -1
- package/dist/{version-DErORHQC.js → version-_ZQFlslB.js} +1 -1
- package/dist/version.js +1 -1
- package/dist/{web-authorization-IHMPbDay.js → web-authorization-6mmfS_o-.js} +1 -1
- package/dist/web-input-BJpWm6go.js +899 -0
- package/dist/{work-CaaSjlNk.js → work-DvIlJR3C.js} +9 -9
- package/dist/{worker-Eom9CfBl.js → worker-D1qidg-Y.js} +5 -5
- package/migrations/0044_event_automation_channel_destinations.sql +36 -0
- package/migrations/meta/0044_snapshot.json +3473 -0
- package/migrations/meta/_journal.json +7 -0
- package/package.json +4 -4
- package/dist/history-ClE4toxe.d.ts +0 -32
- package/dist/reporting-schema-DosTN__Q.js +0 -105
- package/dist/web-input-DskRJhrK.js +0 -392
package/dist/api/schema.d.ts
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
|
-
import { n as conversationTurnFailureReasonSchema, t as conversationTurnFailureCodeSchema } from "../history-
|
|
1
|
+
import { i as messageCardText, n as conversationTurnFailureReasonSchema, r as MessageCard, t as conversationTurnFailureCodeSchema } from "../history-yaSjGMD_.js";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
+
import { OwnedObjectAnnotation } from "@sentry/junior-plugin-api";
|
|
4
|
+
//#region src/chat/automations/card.d.ts
|
|
5
|
+
/** Saved automation facts shown with a Message, not a live status view. */
|
|
6
|
+
declare const automationCardSchema: z.ZodObject<{
|
|
7
|
+
kind: z.ZodLiteral<"automation">;
|
|
8
|
+
id: z.ZodString;
|
|
9
|
+
title: z.ZodString;
|
|
10
|
+
url: z.ZodNullable<z.ZodString>;
|
|
11
|
+
instruction: z.ZodString;
|
|
12
|
+
trigger: z.ZodString;
|
|
13
|
+
warning: z.ZodNullable<z.ZodString>;
|
|
14
|
+
}, z.core.$strict>;
|
|
15
|
+
type AutomationCard = z.output<typeof automationCardSchema>;
|
|
16
|
+
//#endregion
|
|
3
17
|
//#region src/api/activity.d.ts
|
|
4
18
|
export declare const dailyConversationActivitySchema: z.ZodObject<{
|
|
5
19
|
active: z.ZodNumber;
|
|
@@ -430,12 +444,28 @@ export declare const conversationSummaryReportSchema: z.ZodObject<{
|
|
|
430
444
|
url: z.ZodString;
|
|
431
445
|
description: z.ZodOptional<z.ZodString>;
|
|
432
446
|
status: z.ZodOptional<z.ZodEnum<{
|
|
447
|
+
warning: "warning";
|
|
433
448
|
open: "open";
|
|
434
449
|
draft: "draft";
|
|
435
450
|
closed: "closed";
|
|
436
451
|
merged: "merged";
|
|
437
|
-
warning: "warning";
|
|
438
452
|
}>>;
|
|
453
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
454
|
+
kind: z.ZodLiteral<"object">;
|
|
455
|
+
key: z.ZodString;
|
|
456
|
+
label: z.ZodString;
|
|
457
|
+
objectType: z.ZodEnum<{
|
|
458
|
+
task: "task";
|
|
459
|
+
code_change: "code_change";
|
|
460
|
+
automation: "automation";
|
|
461
|
+
item: "item";
|
|
462
|
+
}>;
|
|
463
|
+
title: z.ZodString;
|
|
464
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
465
|
+
description: z.ZodOptional<z.ZodString>;
|
|
466
|
+
status: z.ZodOptional<z.ZodString>;
|
|
467
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
468
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
439
469
|
}, z.core.$strict>], "kind">, z.ZodObject<{
|
|
440
470
|
plugin: z.ZodString;
|
|
441
471
|
createdAt: z.ZodString;
|
|
@@ -480,6 +510,32 @@ export declare const conversationReportEventDataSchema: z.ZodDiscriminatedUnion<
|
|
|
480
510
|
eventType: z.ZodOptional<z.ZodString>;
|
|
481
511
|
explicitMention: z.ZodOptional<z.ZodBoolean>;
|
|
482
512
|
trustedSummary: z.ZodOptional<z.ZodString>;
|
|
513
|
+
cards: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
514
|
+
kind: z.ZodLiteral<"automation">;
|
|
515
|
+
id: z.ZodString;
|
|
516
|
+
title: z.ZodString;
|
|
517
|
+
url: z.ZodNullable<z.ZodString>;
|
|
518
|
+
instruction: z.ZodString;
|
|
519
|
+
trigger: z.ZodString;
|
|
520
|
+
warning: z.ZodNullable<z.ZodString>;
|
|
521
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
522
|
+
kind: z.ZodLiteral<"object">;
|
|
523
|
+
key: z.ZodString;
|
|
524
|
+
label: z.ZodString;
|
|
525
|
+
objectType: z.ZodEnum<{
|
|
526
|
+
task: "task";
|
|
527
|
+
code_change: "code_change";
|
|
528
|
+
automation: "automation";
|
|
529
|
+
item: "item";
|
|
530
|
+
}>;
|
|
531
|
+
title: z.ZodString;
|
|
532
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
533
|
+
description: z.ZodOptional<z.ZodString>;
|
|
534
|
+
status: z.ZodOptional<z.ZodString>;
|
|
535
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
536
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
537
|
+
plugin: z.ZodString;
|
|
538
|
+
}, z.core.$strict>], "kind">>>;
|
|
483
539
|
text: z.ZodOptional<z.ZodString>;
|
|
484
540
|
redacted: z.ZodOptional<z.ZodLiteral<true>>;
|
|
485
541
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -581,8 +637,8 @@ export declare const conversationReportEventDataSchema: z.ZodDiscriminatedUnion<
|
|
|
581
637
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
582
638
|
check: "check";
|
|
583
639
|
key: "key";
|
|
584
|
-
link: "link";
|
|
585
640
|
warning: "warning";
|
|
641
|
+
link: "link";
|
|
586
642
|
activity: "activity";
|
|
587
643
|
brain: "brain";
|
|
588
644
|
calendar: "calendar";
|
|
@@ -697,6 +753,32 @@ export declare const conversationReportEventSchema: z.ZodObject<{
|
|
|
697
753
|
eventType: z.ZodOptional<z.ZodString>;
|
|
698
754
|
explicitMention: z.ZodOptional<z.ZodBoolean>;
|
|
699
755
|
trustedSummary: z.ZodOptional<z.ZodString>;
|
|
756
|
+
cards: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
757
|
+
kind: z.ZodLiteral<"automation">;
|
|
758
|
+
id: z.ZodString;
|
|
759
|
+
title: z.ZodString;
|
|
760
|
+
url: z.ZodNullable<z.ZodString>;
|
|
761
|
+
instruction: z.ZodString;
|
|
762
|
+
trigger: z.ZodString;
|
|
763
|
+
warning: z.ZodNullable<z.ZodString>;
|
|
764
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
765
|
+
kind: z.ZodLiteral<"object">;
|
|
766
|
+
key: z.ZodString;
|
|
767
|
+
label: z.ZodString;
|
|
768
|
+
objectType: z.ZodEnum<{
|
|
769
|
+
task: "task";
|
|
770
|
+
code_change: "code_change";
|
|
771
|
+
automation: "automation";
|
|
772
|
+
item: "item";
|
|
773
|
+
}>;
|
|
774
|
+
title: z.ZodString;
|
|
775
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
776
|
+
description: z.ZodOptional<z.ZodString>;
|
|
777
|
+
status: z.ZodOptional<z.ZodString>;
|
|
778
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
779
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
780
|
+
plugin: z.ZodString;
|
|
781
|
+
}, z.core.$strict>], "kind">>>;
|
|
700
782
|
text: z.ZodOptional<z.ZodString>;
|
|
701
783
|
redacted: z.ZodOptional<z.ZodLiteral<true>>;
|
|
702
784
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -798,8 +880,8 @@ export declare const conversationReportEventSchema: z.ZodObject<{
|
|
|
798
880
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
799
881
|
check: "check";
|
|
800
882
|
key: "key";
|
|
801
|
-
link: "link";
|
|
802
883
|
warning: "warning";
|
|
884
|
+
link: "link";
|
|
803
885
|
activity: "activity";
|
|
804
886
|
brain: "brain";
|
|
805
887
|
calendar: "calendar";
|
|
@@ -1000,12 +1082,28 @@ export declare const conversationDetailReportSchema: z.ZodObject<{
|
|
|
1000
1082
|
url: z.ZodString;
|
|
1001
1083
|
description: z.ZodOptional<z.ZodString>;
|
|
1002
1084
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1085
|
+
warning: "warning";
|
|
1003
1086
|
open: "open";
|
|
1004
1087
|
draft: "draft";
|
|
1005
1088
|
closed: "closed";
|
|
1006
1089
|
merged: "merged";
|
|
1007
|
-
warning: "warning";
|
|
1008
1090
|
}>>;
|
|
1091
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1092
|
+
kind: z.ZodLiteral<"object">;
|
|
1093
|
+
key: z.ZodString;
|
|
1094
|
+
label: z.ZodString;
|
|
1095
|
+
objectType: z.ZodEnum<{
|
|
1096
|
+
task: "task";
|
|
1097
|
+
code_change: "code_change";
|
|
1098
|
+
automation: "automation";
|
|
1099
|
+
item: "item";
|
|
1100
|
+
}>;
|
|
1101
|
+
title: z.ZodString;
|
|
1102
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
1103
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1104
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1105
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
1106
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
1009
1107
|
}, z.core.$strict>], "kind">, z.ZodObject<{
|
|
1010
1108
|
plugin: z.ZodString;
|
|
1011
1109
|
createdAt: z.ZodString;
|
|
@@ -1146,6 +1244,32 @@ export declare const conversationDetailReportSchema: z.ZodObject<{
|
|
|
1146
1244
|
eventType: z.ZodOptional<z.ZodString>;
|
|
1147
1245
|
explicitMention: z.ZodOptional<z.ZodBoolean>;
|
|
1148
1246
|
trustedSummary: z.ZodOptional<z.ZodString>;
|
|
1247
|
+
cards: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1248
|
+
kind: z.ZodLiteral<"automation">;
|
|
1249
|
+
id: z.ZodString;
|
|
1250
|
+
title: z.ZodString;
|
|
1251
|
+
url: z.ZodNullable<z.ZodString>;
|
|
1252
|
+
instruction: z.ZodString;
|
|
1253
|
+
trigger: z.ZodString;
|
|
1254
|
+
warning: z.ZodNullable<z.ZodString>;
|
|
1255
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1256
|
+
kind: z.ZodLiteral<"object">;
|
|
1257
|
+
key: z.ZodString;
|
|
1258
|
+
label: z.ZodString;
|
|
1259
|
+
objectType: z.ZodEnum<{
|
|
1260
|
+
task: "task";
|
|
1261
|
+
code_change: "code_change";
|
|
1262
|
+
automation: "automation";
|
|
1263
|
+
item: "item";
|
|
1264
|
+
}>;
|
|
1265
|
+
title: z.ZodString;
|
|
1266
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
1267
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1268
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1269
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
1270
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
1271
|
+
plugin: z.ZodString;
|
|
1272
|
+
}, z.core.$strict>], "kind">>>;
|
|
1149
1273
|
text: z.ZodOptional<z.ZodString>;
|
|
1150
1274
|
redacted: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1151
1275
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1247,8 +1371,8 @@ export declare const conversationDetailReportSchema: z.ZodObject<{
|
|
|
1247
1371
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
1248
1372
|
check: "check";
|
|
1249
1373
|
key: "key";
|
|
1250
|
-
link: "link";
|
|
1251
1374
|
warning: "warning";
|
|
1375
|
+
link: "link";
|
|
1252
1376
|
activity: "activity";
|
|
1253
1377
|
brain: "brain";
|
|
1254
1378
|
calendar: "calendar";
|
|
@@ -1386,6 +1510,32 @@ export declare const conversationEventPageSchema: z.ZodObject<{
|
|
|
1386
1510
|
eventType: z.ZodOptional<z.ZodString>;
|
|
1387
1511
|
explicitMention: z.ZodOptional<z.ZodBoolean>;
|
|
1388
1512
|
trustedSummary: z.ZodOptional<z.ZodString>;
|
|
1513
|
+
cards: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1514
|
+
kind: z.ZodLiteral<"automation">;
|
|
1515
|
+
id: z.ZodString;
|
|
1516
|
+
title: z.ZodString;
|
|
1517
|
+
url: z.ZodNullable<z.ZodString>;
|
|
1518
|
+
instruction: z.ZodString;
|
|
1519
|
+
trigger: z.ZodString;
|
|
1520
|
+
warning: z.ZodNullable<z.ZodString>;
|
|
1521
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1522
|
+
kind: z.ZodLiteral<"object">;
|
|
1523
|
+
key: z.ZodString;
|
|
1524
|
+
label: z.ZodString;
|
|
1525
|
+
objectType: z.ZodEnum<{
|
|
1526
|
+
task: "task";
|
|
1527
|
+
code_change: "code_change";
|
|
1528
|
+
automation: "automation";
|
|
1529
|
+
item: "item";
|
|
1530
|
+
}>;
|
|
1531
|
+
title: z.ZodString;
|
|
1532
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
1533
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1534
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1535
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
1536
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
1537
|
+
plugin: z.ZodString;
|
|
1538
|
+
}, z.core.$strict>], "kind">>>;
|
|
1389
1539
|
text: z.ZodOptional<z.ZodString>;
|
|
1390
1540
|
redacted: z.ZodOptional<z.ZodLiteral<true>>;
|
|
1391
1541
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1487,8 +1637,8 @@ export declare const conversationEventPageSchema: z.ZodObject<{
|
|
|
1487
1637
|
icon: z.ZodOptional<z.ZodEnum<{
|
|
1488
1638
|
check: "check";
|
|
1489
1639
|
key: "key";
|
|
1490
|
-
link: "link";
|
|
1491
1640
|
warning: "warning";
|
|
1641
|
+
link: "link";
|
|
1492
1642
|
activity: "activity";
|
|
1493
1643
|
brain: "brain";
|
|
1494
1644
|
calendar: "calendar";
|
|
@@ -1674,12 +1824,28 @@ export declare const conversationFeedSchema: z.ZodObject<{
|
|
|
1674
1824
|
url: z.ZodString;
|
|
1675
1825
|
description: z.ZodOptional<z.ZodString>;
|
|
1676
1826
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1827
|
+
warning: "warning";
|
|
1677
1828
|
open: "open";
|
|
1678
1829
|
draft: "draft";
|
|
1679
1830
|
closed: "closed";
|
|
1680
1831
|
merged: "merged";
|
|
1681
|
-
warning: "warning";
|
|
1682
1832
|
}>>;
|
|
1833
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1834
|
+
kind: z.ZodLiteral<"object">;
|
|
1835
|
+
key: z.ZodString;
|
|
1836
|
+
label: z.ZodString;
|
|
1837
|
+
objectType: z.ZodEnum<{
|
|
1838
|
+
task: "task";
|
|
1839
|
+
code_change: "code_change";
|
|
1840
|
+
automation: "automation";
|
|
1841
|
+
item: "item";
|
|
1842
|
+
}>;
|
|
1843
|
+
title: z.ZodString;
|
|
1844
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
1845
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1846
|
+
status: z.ZodOptional<z.ZodString>;
|
|
1847
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
1848
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
1683
1849
|
}, z.core.$strict>], "kind">, z.ZodObject<{
|
|
1684
1850
|
plugin: z.ZodString;
|
|
1685
1851
|
createdAt: z.ZodString;
|
|
@@ -2176,12 +2342,28 @@ export declare const actorProfileReportSchema: z.ZodObject<{
|
|
|
2176
2342
|
url: z.ZodString;
|
|
2177
2343
|
description: z.ZodOptional<z.ZodString>;
|
|
2178
2344
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2345
|
+
warning: "warning";
|
|
2179
2346
|
open: "open";
|
|
2180
2347
|
draft: "draft";
|
|
2181
2348
|
closed: "closed";
|
|
2182
2349
|
merged: "merged";
|
|
2183
|
-
warning: "warning";
|
|
2184
2350
|
}>>;
|
|
2351
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2352
|
+
kind: z.ZodLiteral<"object">;
|
|
2353
|
+
key: z.ZodString;
|
|
2354
|
+
label: z.ZodString;
|
|
2355
|
+
objectType: z.ZodEnum<{
|
|
2356
|
+
task: "task";
|
|
2357
|
+
code_change: "code_change";
|
|
2358
|
+
automation: "automation";
|
|
2359
|
+
item: "item";
|
|
2360
|
+
}>;
|
|
2361
|
+
title: z.ZodString;
|
|
2362
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
2363
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2364
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2365
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
2366
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
2185
2367
|
}, z.core.$strict>], "kind">, z.ZodObject<{
|
|
2186
2368
|
plugin: z.ZodString;
|
|
2187
2369
|
createdAt: z.ZodString;
|
|
@@ -2493,12 +2675,28 @@ export declare const locationDetailReportSchema: z.ZodObject<{
|
|
|
2493
2675
|
url: z.ZodString;
|
|
2494
2676
|
description: z.ZodOptional<z.ZodString>;
|
|
2495
2677
|
status: z.ZodOptional<z.ZodEnum<{
|
|
2678
|
+
warning: "warning";
|
|
2496
2679
|
open: "open";
|
|
2497
2680
|
draft: "draft";
|
|
2498
2681
|
closed: "closed";
|
|
2499
2682
|
merged: "merged";
|
|
2500
|
-
warning: "warning";
|
|
2501
2683
|
}>>;
|
|
2684
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2685
|
+
kind: z.ZodLiteral<"object">;
|
|
2686
|
+
key: z.ZodString;
|
|
2687
|
+
label: z.ZodString;
|
|
2688
|
+
objectType: z.ZodEnum<{
|
|
2689
|
+
task: "task";
|
|
2690
|
+
code_change: "code_change";
|
|
2691
|
+
automation: "automation";
|
|
2692
|
+
item: "item";
|
|
2693
|
+
}>;
|
|
2694
|
+
title: z.ZodString;
|
|
2695
|
+
url: z.ZodNullable<z.ZodURL>;
|
|
2696
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2697
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2698
|
+
trigger: z.ZodOptional<z.ZodString>;
|
|
2699
|
+
warning: z.ZodOptional<z.ZodString>;
|
|
2502
2700
|
}, z.core.$strict>], "kind">, z.ZodObject<{
|
|
2503
2701
|
plugin: z.ZodString;
|
|
2504
2702
|
createdAt: z.ZodString;
|
|
@@ -3363,4 +3561,4 @@ type PluginPackageContentReport = z.infer<typeof pluginPackageContentReportSchem
|
|
|
3363
3561
|
type PluginOperationalReport = z.infer<typeof pluginOperationalReportSchema>;
|
|
3364
3562
|
type PluginOperationalReportFeed = z.infer<typeof pluginOperationalReportFeedSchema>;
|
|
3365
3563
|
//#endregion
|
|
3366
|
-
export { type AcceptedConversationMessage, type ActorActivityDayReport, type ActorDirectoryReport, type ActorDirectoryWindows, type ActorIdentity, type ActorProfileReport, type ActorSummaryReport, type ActorTotalsReport, type ActorWindowMetrics, type ApiError, type ArchiveConversationBody, type ArchiveConversationResponse, type AutomationExecution, type AutomationExecutionDay, type AutomationExecutionList, type AutomationExecutionStatusDay, type AutomationList, type AutomationRun, type AutomationRunList, type AutomationRunWindows, type AutomationSummary, type BaselineSnapshotReport, type CancelConversationPendingMessagesBody, type CancelConversationPendingMessagesResponse, type CodeActivityDay, type CodeChangeSummaryReport, type CodeOverviewReport, type CodePersonReport, type CodeRepositorySummary, type ConversationActivityPreview, type ConversationAuxiliaryCosts, type ConversationCost, type ConversationDetailReport, type ConversationEventHistory, type ConversationEventPage, type ConversationFeed, type ConversationMetricDay, type ConversationModelUsage, type ConversationParams, type ConversationPendingMessage, type ConversationPendingMessageDelivery, type ConversationPendingMessagesReport, type ConversationReportEvent, type ConversationReportEventData, type ConversationReportStatus, type ConversationSourceTask, type ConversationStatsItem, type ConversationStatsReport, type ConversationSummaryReport, type ConversationSurface, type ConversationTurnFailureCode, type ConversationTurnFailureReason, type ConversationUsage, type CreateConversationBody, type CreateConversationMessageBody, type DailyConversationActivity, type GuardianMetricDay, type GuardianStats, type HealthReport, type LocationActivityDayReport, type LocationActorSummaryReport, type LocationDetailReport, type LocationDirectoryReport, type LocationParams, type LocationSummaryReport, type PeopleActivityDayReport, type PersonParams, type PersonalSpendReport, type PersonalTokenMetadata, type Plugin, type PluginOperationalReport, type PluginOperationalReportFeed, type PluginPackageContentItemReport, type PluginPackageContentReport, type Plugins, type RuntimeInfoReport, type SkillReport, type SkillReports, type StatReport, type StatsReport, type WorkspaceReport, conversationTurnFailureCodeSchema, conversationTurnFailureReasonSchema };
|
|
3564
|
+
export { type AcceptedConversationMessage, type ActorActivityDayReport, type ActorDirectoryReport, type ActorDirectoryWindows, type ActorIdentity, type ActorProfileReport, type ActorSummaryReport, type ActorTotalsReport, type ActorWindowMetrics, type ApiError, type ArchiveConversationBody, type ArchiveConversationResponse, type AutomationCard, type AutomationExecution, type AutomationExecutionDay, type AutomationExecutionList, type AutomationExecutionStatusDay, type AutomationList, type AutomationRun, type AutomationRunList, type AutomationRunWindows, type AutomationSummary, type BaselineSnapshotReport, type CancelConversationPendingMessagesBody, type CancelConversationPendingMessagesResponse, type CodeActivityDay, type CodeChangeSummaryReport, type CodeOverviewReport, type CodePersonReport, type CodeRepositorySummary, type ConversationActivityPreview, type ConversationAuxiliaryCosts, type ConversationCost, type ConversationDetailReport, type ConversationEventHistory, type ConversationEventPage, type ConversationFeed, type ConversationMetricDay, type ConversationModelUsage, type ConversationParams, type ConversationPendingMessage, type ConversationPendingMessageDelivery, type ConversationPendingMessagesReport, type ConversationReportEvent, type ConversationReportEventData, type ConversationReportStatus, type ConversationSourceTask, type ConversationStatsItem, type ConversationStatsReport, type ConversationSummaryReport, type ConversationSurface, type ConversationTurnFailureCode, type ConversationTurnFailureReason, type ConversationUsage, type CreateConversationBody, type CreateConversationMessageBody, type DailyConversationActivity, type GuardianMetricDay, type GuardianStats, type HealthReport, type LocationActivityDayReport, type LocationActorSummaryReport, type LocationDetailReport, type LocationDirectoryReport, type LocationParams, type LocationSummaryReport, type MessageCard, type OwnedObjectAnnotation, type PeopleActivityDayReport, type PersonParams, type PersonalSpendReport, type PersonalTokenMetadata, type Plugin, type PluginOperationalReport, type PluginOperationalReportFeed, type PluginPackageContentItemReport, type PluginPackageContentReport, type Plugins, type RuntimeInfoReport, type SkillReport, type SkillReports, type StatReport, type StatsReport, type WorkspaceReport, conversationTurnFailureCodeSchema, conversationTurnFailureReasonSchema, messageCardText };
|
package/dist/api/schema.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as conversationReportEventSchema, D as createConversationBodySchema, E as conversationSummaryReportSchema,
|
|
2
|
-
import {
|
|
3
|
-
import { A as actorProfileReportSchema, B as dailyConversationActivitySchema, C as createPersonalTokenBodySchema, D as personalTokenParamsSchema, E as personalTokenMetadataSchema, F as locationDirectoryReportSchema, G as codePersonReportSchema, H as codeChangeSummaryReportSchema, I as locationParamsSchema, K as codeRepositorySummarySchema, M as personalSpendReportSchema, N as locationActivityDayReportSchema, O as revokePersonalTokenResponseSchema, P as locationDetailReportSchema, S as scheduledAutomationSummarySchema, T as personalTokenListSchema, U as codeChangeSummarySchema, V as codeActivityDaySchema, W as codeOverviewReportSchema, _ as automationRunListSchema, a as workspaceBodySchema,
|
|
4
|
-
export { acceptedConversationMessageSchema, actorDirectoryReportSchema, actorProfileReportSchema, apiErrorSchema, archiveConversationBodySchema, archiveConversationResponseSchema, automationExecutionListSchema, automationExecutionSchema, automationExecutionStatusDaySchema, automationExecutionStatusSchema, automationListQuerySchema, automationListSchema, automationParamsSchema, automationRunListSchema, automationRunSchema, automationRunWindowsSchema, automationSummarySchema, baselineSnapshotSchema, cancelConversationPendingMessagesBodySchema, cancelConversationPendingMessagesResponseSchema, codeActivityDaySchema, codeChangeSummaryReportSchema, codeChangeSummarySchema, codeOverviewReportSchema, codePersonReportSchema, codeRepositorySummarySchema, conversationActivityPreviewSchema, conversationAuxiliaryCostsSchema, conversationDetailQuerySchema, conversationDetailReportSchema, conversationEventHistorySchema, conversationEventPageSchema, conversationEventsQuerySchema, conversationFeedQuerySchema, conversationFeedSchema, conversationParamsSchema, conversationPendingAuthorizationSchema, conversationPendingMessageDeliverySchema, conversationPendingMessageSchema, conversationPendingMessagesReportSchema, conversationReportEventDataSchema, conversationReportEventSchema, conversationStatsReportSchema, conversationSummaryReportSchema, conversationTurnFailureCodeSchema, conversationTurnFailureReasonSchema, createConversationBodySchema, createConversationMessageBodySchema, createPersonalTokenBodySchema, createdPersonalTokenSchema, dailyConversationActivitySchema, deleteWorkspaceResponseSchema, eventAutomationSummarySchema, healthReportSchema, locationActivityDayReportSchema, locationDetailReportSchema, locationDirectoryReportSchema, locationParamsSchema, personParamsSchema, personalSpendReportSchema, personalTokenListSchema, personalTokenMetadataSchema, personalTokenParamsSchema, pluginOperationalReportFeedSchema, pluginOperationalReportSchema, pluginPackageContentItemReportSchema, pluginPackageContentReportSchema, pluginSchema, pluginsSchema, revokePersonalTokenResponseSchema, runtimeInfoReportSchema, scheduledAutomationSummarySchema, skillReportSchema, skillReportsSchema, statSchema, statsReportSchema, workspaceBodySchema, workspaceListSchema, workspaceParamsSchema, workspaceRepoSchema, workspaceSchema };
|
|
1
|
+
import { C as conversationReportEventSchema, D as createConversationBodySchema, E as conversationSummaryReportSchema, H as conversationTurnFailureCodeSchema, M as messageCardText, O as createConversationMessageBodySchema, S as conversationReportEventDataSchema, T as conversationStatsReportSchema, U as conversationTurnFailureReasonSchema, _ as conversationParamsSchema, a as cancelConversationPendingMessagesBodySchema, b as conversationPendingMessageSchema, d as conversationDetailReportSchema, f as conversationEventHistorySchema, g as conversationFeedSchema, h as conversationFeedQuerySchema, i as archiveConversationResponseSchema, l as conversationAuxiliaryCostsSchema, m as conversationEventsQuerySchema, o as cancelConversationPendingMessagesResponseSchema, p as conversationEventPageSchema, r as archiveConversationBodySchema, s as conversationActivityPreviewSchema, t as acceptedConversationMessageSchema, u as conversationDetailQuerySchema, v as conversationPendingAuthorizationSchema, x as conversationPendingMessagesReportSchema, y as conversationPendingMessageDeliverySchema } from "../conversation-1HUoZr2l.js";
|
|
2
|
+
import { S as skillReportsSchema, _ as pluginPackageContentReportSchema, b as runtimeInfoReportSchema, g as pluginPackageContentItemReportSchema, h as pluginOperationalReportSchema, m as pluginOperationalReportFeedSchema, p as healthReportSchema, v as pluginSchema, x as skillReportSchema, y as pluginsSchema } from "../reporting-window-DbUqng0P.js";
|
|
3
|
+
import { A as actorProfileReportSchema, B as dailyConversationActivitySchema, C as createPersonalTokenBodySchema, D as personalTokenParamsSchema, E as personalTokenMetadataSchema, F as locationDirectoryReportSchema, G as codePersonReportSchema, H as codeChangeSummaryReportSchema, I as locationParamsSchema, K as codeRepositorySummarySchema, M as personalSpendReportSchema, N as locationActivityDayReportSchema, O as revokePersonalTokenResponseSchema, P as locationDetailReportSchema, S as scheduledAutomationSummarySchema, T as personalTokenListSchema, U as codeChangeSummarySchema, V as codeActivityDaySchema, W as codeOverviewReportSchema, _ as automationRunListSchema, a as workspaceBodySchema, b as automationSummarySchema, c as workspaceRepoSchema, d as automationExecutionSchema, f as automationExecutionStatusDaySchema, g as automationParamsSchema, h as automationListSchema, i as deleteWorkspaceResponseSchema, j as personParamsSchema, k as actorDirectoryReportSchema, l as workspaceSchema, m as automationListQuerySchema, n as statsReportSchema, o as workspaceListSchema, p as automationExecutionStatusSchema, q as apiErrorSchema, r as baselineSnapshotSchema, s as workspaceParamsSchema, t as statSchema, u as automationExecutionListSchema, v as automationRunSchema, w as createdPersonalTokenSchema, x as eventAutomationSummarySchema, y as automationRunWindowsSchema } from "../schema-RpbW5Od2.js";
|
|
4
|
+
export { acceptedConversationMessageSchema, actorDirectoryReportSchema, actorProfileReportSchema, apiErrorSchema, archiveConversationBodySchema, archiveConversationResponseSchema, automationExecutionListSchema, automationExecutionSchema, automationExecutionStatusDaySchema, automationExecutionStatusSchema, automationListQuerySchema, automationListSchema, automationParamsSchema, automationRunListSchema, automationRunSchema, automationRunWindowsSchema, automationSummarySchema, baselineSnapshotSchema, cancelConversationPendingMessagesBodySchema, cancelConversationPendingMessagesResponseSchema, codeActivityDaySchema, codeChangeSummaryReportSchema, codeChangeSummarySchema, codeOverviewReportSchema, codePersonReportSchema, codeRepositorySummarySchema, conversationActivityPreviewSchema, conversationAuxiliaryCostsSchema, conversationDetailQuerySchema, conversationDetailReportSchema, conversationEventHistorySchema, conversationEventPageSchema, conversationEventsQuerySchema, conversationFeedQuerySchema, conversationFeedSchema, conversationParamsSchema, conversationPendingAuthorizationSchema, conversationPendingMessageDeliverySchema, conversationPendingMessageSchema, conversationPendingMessagesReportSchema, conversationReportEventDataSchema, conversationReportEventSchema, conversationStatsReportSchema, conversationSummaryReportSchema, conversationTurnFailureCodeSchema, conversationTurnFailureReasonSchema, createConversationBodySchema, createConversationMessageBodySchema, createPersonalTokenBodySchema, createdPersonalTokenSchema, dailyConversationActivitySchema, deleteWorkspaceResponseSchema, eventAutomationSummarySchema, healthReportSchema, locationActivityDayReportSchema, locationDetailReportSchema, locationDirectoryReportSchema, locationParamsSchema, messageCardText, personParamsSchema, personalSpendReportSchema, personalTokenListSchema, personalTokenMetadataSchema, personalTokenParamsSchema, pluginOperationalReportFeedSchema, pluginOperationalReportSchema, pluginPackageContentItemReportSchema, pluginPackageContentReportSchema, pluginSchema, pluginsSchema, revokePersonalTokenResponseSchema, runtimeInfoReportSchema, scheduledAutomationSummarySchema, skillReportSchema, skillReportsSchema, statSchema, statsReportSchema, workspaceBodySchema, workspaceListSchema, workspaceParamsSchema, workspaceRepoSchema, workspaceSchema };
|