@sentry/junior 0.194.0 → 0.196.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-hooks-IDX764FD.js → agent-hooks-IQLRR4RC.js} +13 -13
- package/dist/api/activity.d.ts +9 -1
- package/dist/api/code/overview.d.ts +12 -0
- package/dist/api/locations/detail.d.ts +8 -0
- package/dist/api/locations/list.d.ts +5 -0
- package/dist/api/people/code.d.ts +6 -0
- package/dist/api/people/shared.d.ts +9 -1
- package/dist/api/reporting-window.d.ts +39 -1
- package/dist/api/schema/code.d.ts +12 -0
- package/dist/api/schema/conversation.d.ts +25 -0
- package/dist/api/schema/location.d.ts +13 -0
- package/dist/api/schema/person.d.ts +14 -0
- package/dist/api/schema/task.d.ts +12 -0
- package/dist/api/schema.js +3 -3
- package/dist/api.js +244 -65
- package/dist/app.d.ts +8 -2
- package/dist/app.js +166 -70
- package/dist/{catalog-runtime-MICXEBLK.js → catalog-runtime-EM7V2F4I.js} +4 -4
- package/dist/chat/agent/handoff.d.ts +73 -0
- package/dist/chat/config.d.ts +3 -2
- package/dist/chat/event-tasks/store.d.ts +27 -17
- package/dist/chat/model-profile.d.ts +12 -0
- package/dist/chat/no-reply.d.ts +4 -3
- package/dist/chat/resource-events/notification.d.ts +2 -1
- package/dist/chat/services/automated-turn-limit.d.ts +110 -0
- package/dist/chat/services/subscribed-decision.d.ts +8 -0
- package/dist/chat/slack/automated-turn-limit-notice.d.ts +38 -0
- package/dist/chat/tasks/execution-stats.d.ts +2 -1
- package/dist/chat/tasks/read.d.ts +5 -2
- package/dist/chat/tools/types.d.ts +6 -2
- package/dist/{chunk-U76RWMFR.js → chunk-5XSEOJPC.js} +87 -14
- package/dist/{chunk-OEQOAONV.js → chunk-6LQNW2CJ.js} +7 -7
- package/dist/{chunk-GFBR4S3Q.js → chunk-7NL7T6VU.js} +1 -1
- package/dist/{chunk-CFGBKPWQ.js → chunk-7TUDDW3Y.js} +3 -3
- package/dist/{chunk-RFE7DCZK.js → chunk-B5WJBVHY.js} +2 -2
- package/dist/{chunk-S7GX44BU.js → chunk-BXIVMNLR.js} +1 -1
- package/dist/{chunk-QMEF4Z7R.js → chunk-CNI74T7U.js} +6 -6
- package/dist/{chunk-X76JVHQ4.js → chunk-CTS72G4B.js} +1 -1
- package/dist/{chunk-G35QGPO2.js → chunk-DFWJJOW3.js} +2 -6
- package/dist/{chunk-INTBMGNX.js → chunk-EEUFKVCD.js} +22 -22
- package/dist/{chunk-H4DCWLTR.js → chunk-EFNUCRB5.js} +8 -8
- package/dist/{chunk-V4HXV5MY.js → chunk-EQBHN4JK.js} +1 -1
- package/dist/{chunk-JOI3DHML.js → chunk-ES7KCEND.js} +1 -1
- package/dist/{chunk-WWXJUURQ.js → chunk-G6YRPYDC.js} +1 -1
- package/dist/{chunk-WMJS5DDV.js → chunk-GZ336GZ5.js} +148 -19
- package/dist/{chunk-IME5OW4Y.js → chunk-I7GEGEHZ.js} +1 -1
- package/dist/{chunk-2NL3Y47F.js → chunk-J357NJQ5.js} +5 -5
- package/dist/{chunk-53IEEFFP.js → chunk-KJGH3KWA.js} +3 -3
- package/dist/{chunk-ELCYG6UU.js → chunk-KZX7LORG.js} +3 -3
- package/dist/{chunk-YSLIB7ER.js → chunk-LBN67OZR.js} +83 -7
- package/dist/{chunk-73JEAQRT.js → chunk-LCAM2P7H.js} +4 -4
- package/dist/{chunk-VOB2DKO6.js → chunk-LGXI6PWX.js} +24 -13
- package/dist/{chunk-P2P6MUQ4.js → chunk-LSPUMNZK.js} +2 -2
- package/dist/{chunk-AWZS5SVX.js → chunk-N2MSPOGG.js} +8 -8
- package/dist/{chunk-CCTYK5RH.js → chunk-NE2UQMC7.js} +10 -7
- package/dist/{chunk-D4YV5TDV.js → chunk-NHJU2ZAL.js} +11 -0
- package/dist/{chunk-G4RARFNT.js → chunk-OVWAO5KY.js} +1194 -726
- package/dist/{chunk-XRDSML3K.js → chunk-P3LE2CSJ.js} +2 -2
- package/dist/{chunk-KNIAWMBU.js → chunk-PI6VXVBK.js} +1 -1
- package/dist/{chunk-XLWZRHX5.js → chunk-PIZJBSGZ.js} +23 -29
- package/dist/{chunk-GY5SEFVL.js → chunk-QAINJHI4.js} +5 -5
- package/dist/{chunk-XND3J6AT.js → chunk-RAWYH7TW.js} +1 -1
- package/dist/{chunk-ENWIHU54.js → chunk-RFNMWONZ.js} +6 -6
- package/dist/{chunk-E53C73ML.js → chunk-S74KAE77.js} +4 -4
- package/dist/{chunk-7ANA7PBB.js → chunk-SR5FS2JP.js} +3 -3
- package/dist/{chunk-F2KSURTJ.js → chunk-VKLQ2M7V.js} +9 -9
- package/dist/{chunk-NWWDFHXP.js → chunk-VRHZXY5X.js} +1 -1
- package/dist/{chunk-6H2MKVV5.js → chunk-VSOO3Y6M.js} +1 -1
- package/dist/{chunk-NPO24LAN.js → chunk-VVU7GHIZ.js} +9 -9
- package/dist/{chunk-IOGDKPVU.js → chunk-VXAQTJSR.js} +1 -1
- package/dist/{chunk-ADEACKAH.js → chunk-XNXKRWWI.js} +11 -4
- package/dist/cli/chat.js +35 -35
- package/dist/cli/check.js +5 -5
- package/dist/cli/plugins.js +14 -14
- package/dist/cli/snapshot-create.js +10 -10
- package/dist/cli/upgrade.js +7 -7
- package/dist/db/schema/event-tasks.d.ts +21 -0
- package/dist/db/schema.d.ts +19 -0
- package/dist/{db-3IEVINAY.js → db-YTM7ZXPK.js} +8 -8
- package/dist/instrumentation.js +3 -3
- package/dist/nitro.js +7 -7
- package/dist/{oauth-callback-server-N7L2BB4L.js → oauth-callback-server-OXW4KQLQ.js} +31 -31
- package/dist/{runner-PTTZV3WU.js → runner-RJY5RNJO.js} +23 -23
- package/dist/{skills-POMWS2RR.js → skills-WZV6NLFY.js} +5 -5
- package/dist/spawn-J7SQJLYF.js +42 -0
- package/dist/task-runner-SMUQ5464.js +36 -0
- package/dist/{validation-U6LOMXR7.js → validation-XS5ZHV3W.js} +5 -5
- package/dist/version.js +1 -1
- package/dist/{work-FHA3BS4L.js → work-LJMSDEY3.js} +23 -23
- package/dist/worker-NMFZ7A2N.js +24 -0
- package/migrations/0038_event_task_status.sql +5 -0
- package/migrations/meta/0038_snapshot.json +3323 -0
- package/migrations/meta/_journal.json +8 -1
- package/package.json +4 -4
- package/dist/spawn-R75MXXKE.js +0 -42
- package/dist/task-runner-OQLRHADB.js +0 -36
- package/dist/worker-GR4UNVVP.js +0 -24
|
@@ -13,26 +13,26 @@ import {
|
|
|
13
13
|
getPlugins,
|
|
14
14
|
setPlugins,
|
|
15
15
|
validatePlugins
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-NE2UQMC7.js";
|
|
17
17
|
import "./chunk-3Y47VMHV.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-XNXKRWWI.js";
|
|
19
|
+
import "./chunk-PIZJBSGZ.js";
|
|
20
|
+
import "./chunk-SR5FS2JP.js";
|
|
21
|
+
import "./chunk-EQBHN4JK.js";
|
|
22
|
+
import "./chunk-7NL7T6VU.js";
|
|
23
23
|
import "./chunk-VFUK3X5B.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-5XSEOJPC.js";
|
|
25
|
+
import "./chunk-NHJU2ZAL.js";
|
|
26
|
+
import "./chunk-ES7KCEND.js";
|
|
27
|
+
import "./chunk-G6YRPYDC.js";
|
|
28
|
+
import "./chunk-BXIVMNLR.js";
|
|
29
29
|
import "./chunk-CEMMLV5L.js";
|
|
30
30
|
import "./chunk-N7TMSOZH.js";
|
|
31
31
|
import "./chunk-DWPN6SCH.js";
|
|
32
32
|
import "./chunk-TXKUKMVO.js";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-CTS72G4B.js";
|
|
34
34
|
import "./chunk-PEQXYSSE.js";
|
|
35
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-I7GEGEHZ.js";
|
|
36
36
|
export {
|
|
37
37
|
PluginHookDeniedError,
|
|
38
38
|
applyPluginFormatMarkdown,
|
package/dist/api/activity.d.ts
CHANGED
|
@@ -12,5 +12,13 @@ export type DailyConversationActivity = z.infer<typeof dailyConversationActivity
|
|
|
12
12
|
export declare function emptyActivityDay(date: string): DailyConversationActivity;
|
|
13
13
|
/** Fill a fixed UTC day window from sparse conversation activity. */
|
|
14
14
|
export declare function activityDays(days: Map<string, DailyConversationActivity>, nowMs: number, count: number): DailyConversationActivity[];
|
|
15
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* Fill the trailing 7-day UTC hour window from known hour rows.
|
|
17
|
+
* 24h charts use the last 24 points. 7d charts sum hours into 6-hour buckets.
|
|
18
|
+
*/
|
|
16
19
|
export declare function activityHours(hours: Map<string, DailyConversationActivity>, nowMs: number): DailyConversationActivity[];
|
|
20
|
+
/**
|
|
21
|
+
* Fill trailing 6-hour buckets from hour keys or hour rows.
|
|
22
|
+
* Hour keys must be summed into 6-hour keys first.
|
|
23
|
+
*/
|
|
24
|
+
export declare function activitySixHours(hours: Map<string, DailyConversationActivity> | readonly DailyConversationActivity[], nowMs: number): DailyConversationActivity[];
|
|
@@ -49,6 +49,12 @@ export declare function readCodeOverview(nowMs?: number): Promise<{
|
|
|
49
49
|
date: string;
|
|
50
50
|
merged: number;
|
|
51
51
|
}[] | undefined;
|
|
52
|
+
activitySixHours?: {
|
|
53
|
+
closed: number;
|
|
54
|
+
created: number;
|
|
55
|
+
date: string;
|
|
56
|
+
merged: number;
|
|
57
|
+
}[] | undefined;
|
|
52
58
|
}>;
|
|
53
59
|
/**
|
|
54
60
|
* Read person-scoped code activity linked through conversation actors on
|
|
@@ -83,4 +89,10 @@ export declare function readPersonCodeOverview(args: {
|
|
|
83
89
|
date: string;
|
|
84
90
|
merged: number;
|
|
85
91
|
}[] | undefined;
|
|
92
|
+
activitySixHours?: {
|
|
93
|
+
closed: number;
|
|
94
|
+
created: number;
|
|
95
|
+
date: string;
|
|
96
|
+
merged: number;
|
|
97
|
+
}[] | undefined;
|
|
86
98
|
}>;
|
|
@@ -123,4 +123,12 @@ export declare function readLocationDetail(locationId: string, options?: {
|
|
|
123
123
|
failed: number;
|
|
124
124
|
tokens?: number | undefined;
|
|
125
125
|
}[] | undefined;
|
|
126
|
+
activitySixHours?: {
|
|
127
|
+
active: number;
|
|
128
|
+
conversations: number;
|
|
129
|
+
date: string;
|
|
130
|
+
durationMs: number;
|
|
131
|
+
failed: number;
|
|
132
|
+
tokens?: number | undefined;
|
|
133
|
+
}[] | undefined;
|
|
126
134
|
} | undefined>;
|
|
@@ -39,4 +39,9 @@ export declare function readLocationDirectory(): Promise<{
|
|
|
39
39
|
privateConversations: number;
|
|
40
40
|
publicConversations: number;
|
|
41
41
|
}[] | undefined;
|
|
42
|
+
activitySixHours?: {
|
|
43
|
+
date: string;
|
|
44
|
+
privateConversations: number;
|
|
45
|
+
publicConversations: number;
|
|
46
|
+
}[] | undefined;
|
|
42
47
|
}>;
|
|
@@ -1319,8 +1319,16 @@ export declare function emptyTotals(): ActorTotalsReport;
|
|
|
1319
1319
|
export declare function emptyActivityDay(date: string): ActorActivityDayReport;
|
|
1320
1320
|
/** Fill the fixed people profile activity window from sparse day totals. */
|
|
1321
1321
|
export declare function activityDays(days: Map<string, ActorActivityDayReport>, nowMs: number): ActorActivityDayReport[];
|
|
1322
|
-
/**
|
|
1322
|
+
/**
|
|
1323
|
+
* Fill the trailing 7-day people activity hour window from known hour totals.
|
|
1324
|
+
* 24h charts use the last 24 points. 7d charts sum hours into 6-hour buckets.
|
|
1325
|
+
*/
|
|
1323
1326
|
export declare function activityHours(hours: Map<string, ActorActivityDayReport>, nowMs: number): ActorActivityDayReport[];
|
|
1327
|
+
/**
|
|
1328
|
+
* Fill trailing 6-hour people activity buckets from hour keys or hour rows.
|
|
1329
|
+
* Hour keys must be summed into 6-hour keys first.
|
|
1330
|
+
*/
|
|
1331
|
+
export declare function activitySixHours(hours: Map<string, ActorActivityDayReport> | readonly ActorActivityDayReport[], nowMs: number): ActorActivityDayReport[];
|
|
1324
1332
|
/** Return deterministic stats rows for people API responses. */
|
|
1325
1333
|
export declare function statsItems(map: Map<string, ConversationStatsItem>): {
|
|
1326
1334
|
label: string;
|
|
@@ -1,15 +1,28 @@
|
|
|
1
|
-
/** Shared UTC day/hour windows for dashboard activity series. */
|
|
1
|
+
/** Shared UTC day/hour/six-hour windows for dashboard activity series. */
|
|
2
2
|
export declare const HOUR_MS: number;
|
|
3
|
+
export declare const SIX_HOUR_MS: number;
|
|
3
4
|
export declare const DAY_MS: number;
|
|
5
|
+
/** Trailing hours kept for 24h charts. */
|
|
4
6
|
export declare const WINDOW_HOURS = 24;
|
|
7
|
+
/**
|
|
8
|
+
* Trailing hours kept so 7d charts can roll hours into 6h buckets.
|
|
9
|
+
* 7 days * 24 hours = 168 inclusive hour points ending on the current hour.
|
|
10
|
+
*/
|
|
11
|
+
export declare const WINDOW_SEVEN_DAY_HOURS: number;
|
|
12
|
+
/** Trailing 6h buckets for 7d charts (7 * 4). */
|
|
13
|
+
export declare const WINDOW_SIX_HOURS: number;
|
|
5
14
|
/** Start of the UTC calendar day containing `valueMs`. */
|
|
6
15
|
export declare function startOfUtcDay(valueMs: number): Date;
|
|
7
16
|
/** Start of the UTC hour containing `valueMs`. */
|
|
8
17
|
export declare function startOfUtcHour(valueMs: number): Date;
|
|
18
|
+
/** Start of the UTC 6-hour bucket containing `valueMs` (00/06/12/18). */
|
|
19
|
+
export declare function startOfUtcSixHour(valueMs: number): Date;
|
|
9
20
|
/** UTC day key `YYYY-MM-DD`. */
|
|
10
21
|
export declare function utcDayKey(value: Date | number): string;
|
|
11
22
|
/** UTC hour key `YYYY-MM-DDTHH`. */
|
|
12
23
|
export declare function utcHourKey(value: Date | number): string;
|
|
24
|
+
/** UTC 6-hour bucket key `YYYY-MM-DDTHH` at 00/06/12/18. */
|
|
25
|
+
export declare function utcSixHourKey(value: Date | number): string;
|
|
13
26
|
/** Inclusive trailing UTC day window ending on today's UTC day. */
|
|
14
27
|
export declare function trailingUtcDayWindow(nowMs: number, dayCount: number): {
|
|
15
28
|
end: Date;
|
|
@@ -20,6 +33,11 @@ export declare function trailingUtcHourWindow(nowMs: number, hourCount?: number)
|
|
|
20
33
|
end: Date;
|
|
21
34
|
start: Date;
|
|
22
35
|
};
|
|
36
|
+
/** Inclusive trailing UTC 6-hour window ending on the current 6h bucket. */
|
|
37
|
+
export declare function trailingUtcSixHourWindow(nowMs: number, bucketCount?: number): {
|
|
38
|
+
end: Date;
|
|
39
|
+
start: Date;
|
|
40
|
+
};
|
|
23
41
|
/** Fill a fixed UTC day window from a sparse map. */
|
|
24
42
|
export declare function fillUtcDays<T>(args: {
|
|
25
43
|
count: number;
|
|
@@ -34,6 +52,26 @@ export declare function fillUtcHours<T>(args: {
|
|
|
34
52
|
nowMs: number;
|
|
35
53
|
rows: Map<string, T>;
|
|
36
54
|
}): T[];
|
|
55
|
+
/** Fill a fixed UTC 6-hour window from a map of known rows. */
|
|
56
|
+
export declare function fillUtcSixHours<T>(args: {
|
|
57
|
+
count?: number;
|
|
58
|
+
empty(date: string): T;
|
|
59
|
+
nowMs: number;
|
|
60
|
+
rows: Map<string, T>;
|
|
61
|
+
}): T[];
|
|
62
|
+
/**
|
|
63
|
+
* Sum hour rows into trailing 6-hour buckets.
|
|
64
|
+
* Adds number fields. Keeps other fields from the first row in the bucket.
|
|
65
|
+
* Sets `date` to the 6-hour bucket key.
|
|
66
|
+
*/
|
|
67
|
+
export declare function sumUtcHoursIntoSixHours<T extends {
|
|
68
|
+
date: string;
|
|
69
|
+
}>(args: {
|
|
70
|
+
empty(date: string): T;
|
|
71
|
+
hours: readonly T[];
|
|
72
|
+
nowMs: number;
|
|
73
|
+
count?: number;
|
|
74
|
+
}): T[];
|
|
37
75
|
/** PostgreSQL TO_CHAR pattern for UTC day keys. */
|
|
38
76
|
export declare const PG_UTC_DAY = "YYYY-MM-DD";
|
|
39
77
|
/** PostgreSQL TO_CHAR pattern for UTC hour keys. */
|
|
@@ -58,6 +58,12 @@ export declare const codeOverviewReportSchema: z.ZodObject<{
|
|
|
58
58
|
date: z.ZodString;
|
|
59
59
|
merged: z.ZodNumber;
|
|
60
60
|
}, z.core.$strict>>>;
|
|
61
|
+
activitySixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
62
|
+
closed: z.ZodNumber;
|
|
63
|
+
created: z.ZodNumber;
|
|
64
|
+
date: z.ZodString;
|
|
65
|
+
merged: z.ZodNumber;
|
|
66
|
+
}, z.core.$strict>>>;
|
|
61
67
|
changes: z.ZodArray<z.ZodObject<{
|
|
62
68
|
closedAt: z.ZodOptional<z.ZodString>;
|
|
63
69
|
id: z.ZodString;
|
|
@@ -114,6 +120,12 @@ export declare const codePersonReportSchema: z.ZodObject<{
|
|
|
114
120
|
date: z.ZodString;
|
|
115
121
|
merged: z.ZodNumber;
|
|
116
122
|
}, z.core.$strict>>>;
|
|
123
|
+
activitySixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
124
|
+
closed: z.ZodNumber;
|
|
125
|
+
created: z.ZodNumber;
|
|
126
|
+
date: z.ZodString;
|
|
127
|
+
merged: z.ZodNumber;
|
|
128
|
+
}, z.core.$strict>>>;
|
|
117
129
|
generatedAt: z.ZodString;
|
|
118
130
|
summary: z.ZodObject<{
|
|
119
131
|
closed: z.ZodNumber;
|
|
@@ -1469,6 +1469,14 @@ export declare const guardianStatsSchema: z.ZodObject<{
|
|
|
1469
1469
|
deny: z.ZodNumber;
|
|
1470
1470
|
requests: z.ZodNumber;
|
|
1471
1471
|
}, z.core.$strict>>>;
|
|
1472
|
+
metricSixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1473
|
+
allow: z.ZodNumber;
|
|
1474
|
+
ask: z.ZodNumber;
|
|
1475
|
+
costUsd: z.ZodOptional<z.ZodNumber>;
|
|
1476
|
+
date: z.ZodString;
|
|
1477
|
+
deny: z.ZodNumber;
|
|
1478
|
+
requests: z.ZodNumber;
|
|
1479
|
+
}, z.core.$strict>>>;
|
|
1472
1480
|
requests: z.ZodNumber;
|
|
1473
1481
|
}, z.core.$strict>;
|
|
1474
1482
|
export declare const conversationStatsReportSchema: z.ZodObject<{
|
|
@@ -1499,6 +1507,14 @@ export declare const conversationStatsReportSchema: z.ZodObject<{
|
|
|
1499
1507
|
deny: z.ZodNumber;
|
|
1500
1508
|
requests: z.ZodNumber;
|
|
1501
1509
|
}, z.core.$strict>>>;
|
|
1510
|
+
metricSixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1511
|
+
allow: z.ZodNumber;
|
|
1512
|
+
ask: z.ZodNumber;
|
|
1513
|
+
costUsd: z.ZodOptional<z.ZodNumber>;
|
|
1514
|
+
date: z.ZodString;
|
|
1515
|
+
deny: z.ZodNumber;
|
|
1516
|
+
requests: z.ZodNumber;
|
|
1517
|
+
}, z.core.$strict>>>;
|
|
1502
1518
|
requests: z.ZodNumber;
|
|
1503
1519
|
}, z.core.$strict>;
|
|
1504
1520
|
metricDays: z.ZodArray<z.ZodObject<{
|
|
@@ -1519,6 +1535,15 @@ export declare const conversationStatsReportSchema: z.ZodObject<{
|
|
|
1519
1535
|
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
1520
1536
|
tokens: z.ZodOptional<z.ZodNumber>;
|
|
1521
1537
|
}, z.core.$strict>>>;
|
|
1538
|
+
metricSixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1539
|
+
cachedInputTokens: z.ZodOptional<z.ZodNumber>;
|
|
1540
|
+
conversations: z.ZodNumber;
|
|
1541
|
+
costUsd: z.ZodOptional<z.ZodNumber>;
|
|
1542
|
+
date: z.ZodString;
|
|
1543
|
+
durationMs: z.ZodNumber;
|
|
1544
|
+
inputTokens: z.ZodOptional<z.ZodNumber>;
|
|
1545
|
+
tokens: z.ZodOptional<z.ZodNumber>;
|
|
1546
|
+
}, z.core.$strict>>>;
|
|
1522
1547
|
locations: z.ZodArray<z.ZodObject<{
|
|
1523
1548
|
active: z.ZodNumber;
|
|
1524
1549
|
conversations: z.ZodNumber;
|
|
@@ -58,6 +58,11 @@ export declare const locationDirectoryReportSchema: z.ZodObject<{
|
|
|
58
58
|
privateConversations: z.ZodNumber;
|
|
59
59
|
publicConversations: z.ZodNumber;
|
|
60
60
|
}, z.core.$strict>>>;
|
|
61
|
+
activitySixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
62
|
+
date: z.ZodString;
|
|
63
|
+
privateConversations: z.ZodNumber;
|
|
64
|
+
publicConversations: z.ZodNumber;
|
|
65
|
+
}, z.core.$strict>>>;
|
|
61
66
|
generatedAt: z.ZodString;
|
|
62
67
|
locations: z.ZodArray<z.ZodObject<{
|
|
63
68
|
active: z.ZodNumber;
|
|
@@ -133,6 +138,14 @@ export declare const locationDetailReportSchema: z.ZodObject<{
|
|
|
133
138
|
failed: z.ZodNumber;
|
|
134
139
|
tokens: z.ZodOptional<z.ZodNumber>;
|
|
135
140
|
}, z.core.$strict>>>;
|
|
141
|
+
activitySixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
142
|
+
active: z.ZodNumber;
|
|
143
|
+
conversations: z.ZodNumber;
|
|
144
|
+
date: z.ZodString;
|
|
145
|
+
durationMs: z.ZodNumber;
|
|
146
|
+
failed: z.ZodNumber;
|
|
147
|
+
tokens: z.ZodOptional<z.ZodNumber>;
|
|
148
|
+
}, z.core.$strict>>>;
|
|
136
149
|
actors: z.ZodArray<z.ZodObject<{
|
|
137
150
|
active: z.ZodNumber;
|
|
138
151
|
conversations: z.ZodNumber;
|
|
@@ -128,6 +128,11 @@ export declare const actorDirectoryReportSchema: z.ZodObject<{
|
|
|
128
128
|
conversations: z.ZodNumber;
|
|
129
129
|
date: z.ZodString;
|
|
130
130
|
}, z.core.$strict>>>;
|
|
131
|
+
activitySixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
132
|
+
activePeople: z.ZodNumber;
|
|
133
|
+
conversations: z.ZodNumber;
|
|
134
|
+
date: z.ZodString;
|
|
135
|
+
}, z.core.$strict>>>;
|
|
131
136
|
generatedAt: z.ZodString;
|
|
132
137
|
people: z.ZodArray<z.ZodObject<{
|
|
133
138
|
active: z.ZodNumber;
|
|
@@ -194,6 +199,15 @@ export declare const actorProfileReportSchema: z.ZodObject<{
|
|
|
194
199
|
failed: z.ZodNumber;
|
|
195
200
|
tokens: z.ZodOptional<z.ZodNumber>;
|
|
196
201
|
}, z.core.$strict>>>;
|
|
202
|
+
activitySixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
203
|
+
active: z.ZodNumber;
|
|
204
|
+
conversations: z.ZodNumber;
|
|
205
|
+
costUsd: z.ZodOptional<z.ZodNumber>;
|
|
206
|
+
date: z.ZodString;
|
|
207
|
+
durationMs: z.ZodNumber;
|
|
208
|
+
failed: z.ZodNumber;
|
|
209
|
+
tokens: z.ZodOptional<z.ZodNumber>;
|
|
210
|
+
}, z.core.$strict>>>;
|
|
197
211
|
generatedAt: z.ZodString;
|
|
198
212
|
locations: z.ZodArray<z.ZodObject<{
|
|
199
213
|
label: z.ZodString;
|
|
@@ -161,6 +161,12 @@ export declare const taskListSchema: z.ZodObject<{
|
|
|
161
161
|
event: z.ZodNumber;
|
|
162
162
|
scheduled: z.ZodNumber;
|
|
163
163
|
}, z.core.$strict>>>;
|
|
164
|
+
executionSixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
165
|
+
costUsd: z.ZodNumber;
|
|
166
|
+
date: z.ZodString;
|
|
167
|
+
event: z.ZodNumber;
|
|
168
|
+
scheduled: z.ZodNumber;
|
|
169
|
+
}, z.core.$strict>>>;
|
|
164
170
|
tasks: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
165
171
|
createdAt: z.ZodString;
|
|
166
172
|
createdBy: z.ZodString;
|
|
@@ -275,6 +281,12 @@ export declare const taskExecutionListSchema: z.ZodObject<{
|
|
|
275
281
|
date: z.ZodString;
|
|
276
282
|
failed: z.ZodNumber;
|
|
277
283
|
}, z.core.$strict>>>;
|
|
284
|
+
executionSixHours: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
285
|
+
blocked: z.ZodNumber;
|
|
286
|
+
completed: z.ZodNumber;
|
|
287
|
+
date: z.ZodString;
|
|
288
|
+
failed: z.ZodNumber;
|
|
289
|
+
}, z.core.$strict>>>;
|
|
278
290
|
executions: z.ZodArray<z.ZodObject<{
|
|
279
291
|
conversationId: z.ZodOptional<z.ZodString>;
|
|
280
292
|
costUsd: z.ZodOptional<z.ZodNumber>;
|
package/dist/api/schema.js
CHANGED
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
workspaceParamsSchema,
|
|
67
67
|
workspaceRepoSchema,
|
|
68
68
|
workspaceSchema
|
|
69
|
-
} from "../chunk-
|
|
69
|
+
} from "../chunk-LBN67OZR.js";
|
|
70
70
|
import {
|
|
71
71
|
healthReportSchema,
|
|
72
72
|
pluginOperationalReportFeedSchema,
|
|
@@ -83,9 +83,9 @@ import "../chunk-PDO5BLNM.js";
|
|
|
83
83
|
import {
|
|
84
84
|
conversationTurnFailureCodeSchema,
|
|
85
85
|
conversationTurnFailureReasonSchema
|
|
86
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-7NL7T6VU.js";
|
|
87
87
|
import "../chunk-VFUK3X5B.js";
|
|
88
|
-
import "../chunk-
|
|
88
|
+
import "../chunk-NHJU2ZAL.js";
|
|
89
89
|
export {
|
|
90
90
|
acceptedConversationMessageSchema,
|
|
91
91
|
actorDirectoryReportSchema,
|