@opengeni/contracts 0.40.0 → 0.50.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/atlassian.d.ts +278 -0
- package/dist/atlassian.js +57 -0
- package/dist/atlassian.js.map +1 -0
- package/dist/canonical-human-identities.d.ts +157 -0
- package/dist/canonical-human-identities.js +23 -0
- package/dist/canonical-human-identities.js.map +1 -0
- package/dist/{chunk-7JZMI22I.js → chunk-5UDNP7AO.js} +34 -2
- package/dist/chunk-5UDNP7AO.js.map +1 -0
- package/dist/chunk-BVGIYW7D.js +11 -0
- package/dist/chunk-BVGIYW7D.js.map +1 -0
- package/dist/chunk-CADSX6UN.js +1145 -0
- package/dist/chunk-CADSX6UN.js.map +1 -0
- package/dist/chunk-CM6BMECR.js +24 -0
- package/dist/chunk-CM6BMECR.js.map +1 -0
- package/dist/chunk-D2HKF2EF.js +1460 -0
- package/dist/chunk-D2HKF2EF.js.map +1 -0
- package/dist/chunk-JBCIY7QD.js +194 -0
- package/dist/chunk-JBCIY7QD.js.map +1 -0
- package/dist/chunk-JUFK3T4Q.js +80 -0
- package/dist/chunk-JUFK3T4Q.js.map +1 -0
- package/dist/chunk-LSB7GRLG.js +779 -0
- package/dist/chunk-LSB7GRLG.js.map +1 -0
- package/dist/chunk-LW7OH6CS.js +382 -0
- package/dist/chunk-LW7OH6CS.js.map +1 -0
- package/dist/chunk-M5ZGRVIQ.js +719 -0
- package/dist/chunk-M5ZGRVIQ.js.map +1 -0
- package/dist/chunk-MYBZRDTY.js +340 -0
- package/dist/chunk-MYBZRDTY.js.map +1 -0
- package/dist/chunk-Q6A7XT2N.js +16734 -0
- package/dist/chunk-Q6A7XT2N.js.map +1 -0
- package/dist/chunk-RIY7GYQS.js +1204 -0
- package/dist/chunk-RIY7GYQS.js.map +1 -0
- package/dist/chunk-TZ6YEYN4.js +386 -0
- package/dist/chunk-TZ6YEYN4.js.map +1 -0
- package/dist/chunk-Y3MLSLB4.js +392 -0
- package/dist/chunk-Y3MLSLB4.js.map +1 -0
- package/dist/chunk-YRKRZ6OF.js +134 -0
- package/dist/chunk-YRKRZ6OF.js.map +1 -0
- package/dist/codex-provider-account-authority.d.ts +23 -0
- package/dist/codex-provider-account-authority.js +23 -0
- package/dist/codex-provider-account-authority.js.map +1 -0
- package/dist/company-profile.d.ts +629 -0
- package/dist/document-artifact-commands.d.ts +282 -0
- package/dist/document-artifact-commands.js +54 -0
- package/dist/document-artifact-commands.js.map +1 -0
- package/dist/document-artifact-query.d.ts +2 -0
- package/dist/document-artifact-query.js +54 -0
- package/dist/document-artifact-query.js.map +1 -0
- package/dist/editable-artifact-binary.d.ts +56 -0
- package/dist/editable-artifact-causal-frontier.d.ts +12 -0
- package/dist/editable-artifact-causal-frontier.js +18 -0
- package/dist/editable-artifact-causal-frontier.js.map +1 -0
- package/dist/editable-artifact-codec-registry.d.ts +48 -0
- package/dist/editable-artifact-codec-registry.js +20 -0
- package/dist/editable-artifact-codec-registry.js.map +1 -0
- package/dist/editable-artifact-committed-transaction.d.ts +35 -0
- package/dist/editable-artifact-committed-transaction.js +19 -0
- package/dist/editable-artifact-committed-transaction.js.map +1 -0
- package/dist/editable-artifact-live.d.ts +276 -0
- package/dist/editable-artifact-live.js +907 -0
- package/dist/editable-artifact-live.js.map +1 -0
- package/dist/editable-artifact-serialized-commit.d.ts +53 -0
- package/dist/editable-artifact-serialized-commit.js +26 -0
- package/dist/editable-artifact-serialized-commit.js.map +1 -0
- package/dist/editable-artifact-versions.d.ts +6 -0
- package/dist/editable-artifact-versions.js +11 -0
- package/dist/editable-artifact-versions.js.map +1 -0
- package/dist/editable-artifacts.d.ts +46 -0
- package/dist/editable-artifacts.js +236 -0
- package/dist/editable-artifacts.js.map +1 -0
- package/dist/event-preview.d.ts +1 -1
- package/dist/google-drive.d.ts +114 -2
- package/dist/google-drive.js +72 -14
- package/dist/google-drive.js.map +1 -1
- package/dist/image-generation.d.ts +70 -0
- package/dist/index.d.ts +5661 -166
- package/dist/index.js +1438 -21
- package/dist/interaction.d.ts +8290 -0
- package/dist/knowledge.d.ts +543 -0
- package/dist/memory-slack-delivery.d.ts +397 -0
- package/dist/presentation-artifact-commands.d.ts +349 -0
- package/dist/presentation-artifact-commands.js +66 -0
- package/dist/presentation-artifact-commands.js.map +1 -0
- package/dist/presentation-artifact-query.d.ts +2 -0
- package/dist/presentation-artifact-query.js +66 -0
- package/dist/presentation-artifact-query.js.map +1 -0
- package/dist/retained-output.d.ts +24 -0
- package/dist/sandbox-snapshots.d.ts +9 -0
- package/dist/scoped-knowledge.d.ts +14 -13
- package/dist/slack-bot-scopes.d.ts +4 -0
- package/dist/slack-bot-scopes.js +3 -1
- package/dist/slack-task-policy.d.ts +294 -0
- package/dist/spreadsheet-artifact-commands.d.ts +101 -0
- package/dist/spreadsheet-artifact-commands.js +27 -0
- package/dist/spreadsheet-artifact-commands.js.map +1 -0
- package/dist/spreadsheet-artifact-date.d.ts +4 -0
- package/dist/spreadsheet-artifact-query.d.ts +120 -0
- package/dist/spreadsheet-artifact-query.js +48 -0
- package/dist/spreadsheet-artifact-query.js.map +1 -0
- package/dist/task-notes.d.ts +128 -0
- package/dist/tool-catalog.d.ts +576 -0
- package/dist/video-generation.d.ts +580 -0
- package/dist/video-generation.js +59 -0
- package/dist/video-generation.js.map +1 -0
- package/dist/workspace-learning-policy.d.ts +208 -0
- package/dist/xai-provider-account-authority.d.ts +23 -0
- package/dist/xai-provider-account-authority.js +9 -0
- package/dist/xai-provider-account-authority.js.map +1 -0
- package/package.json +73 -1
- package/src/artifacts.ts +1 -1
- package/src/atlassian.ts +160 -0
- package/src/canonical-human-identities.ts +93 -0
- package/src/codex-provider-account-authority.ts +37 -0
- package/src/company-profile.ts +306 -0
- package/src/document-artifact-commands.ts +1709 -0
- package/src/document-artifact-query.ts +2 -0
- package/src/editable-artifact-binary.ts +396 -0
- package/src/editable-artifact-causal-frontier.ts +154 -0
- package/src/editable-artifact-codec-registry.ts +261 -0
- package/src/editable-artifact-committed-transaction.ts +478 -0
- package/src/editable-artifact-live.ts +1379 -0
- package/src/editable-artifact-serialized-commit.ts +494 -0
- package/src/editable-artifact-versions.ts +8 -0
- package/src/editable-artifacts.ts +473 -0
- package/src/google-drive.ts +68 -15
- package/src/image-generation.ts +106 -0
- package/src/index.ts +2920 -326
- package/src/interaction.ts +3173 -0
- package/src/knowledge.ts +207 -0
- package/src/memory-slack-delivery.ts +183 -0
- package/src/presentation-artifact-commands.ts +2035 -0
- package/src/presentation-artifact-query.ts +2 -0
- package/src/retained-output.ts +149 -2
- package/src/sandbox-snapshots.ts +28 -1
- package/src/scoped-knowledge.ts +18 -4
- package/src/slack-bot-scopes.ts +34 -1
- package/src/slack-task-policy.ts +215 -0
- package/src/spreadsheet-artifact-commands.ts +999 -0
- package/src/spreadsheet-artifact-date.ts +21 -0
- package/src/spreadsheet-artifact-query.ts +1411 -0
- package/src/task-notes.ts +92 -0
- package/src/tool-catalog.ts +334 -0
- package/src/video-generation.ts +431 -0
- package/src/workspace-learning-policy.ts +233 -0
- package/src/xai-provider-account-authority.ts +37 -0
- package/dist/chunk-5HR2GPSC.js +0 -11031
- package/dist/chunk-5HR2GPSC.js.map +0 -1
- package/dist/chunk-7JZMI22I.js.map +0 -1
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const TASK_NOTE_TEXT_MAX_BYTES = 4096;
|
|
3
|
+
export declare const TASK_NOTE_REASON_MAX_BYTES = 2048;
|
|
4
|
+
export declare const TASK_NOTE_MAX_LIFETIME_DAYS = 30;
|
|
5
|
+
export declare const TASK_NOTE_ACTIVE_RECORD_CAP = 500;
|
|
6
|
+
export declare const TASK_NOTE_LIST_DEFAULT_LIMIT = 10;
|
|
7
|
+
export declare const TASK_NOTE_LIST_MAX_LIMIT = 20;
|
|
8
|
+
export declare const TASK_NOTE_LIST_RESPONSE_MAX_BYTES: number;
|
|
9
|
+
export declare function boundedTaskNoteText(maxBytes: number, label: string): z.ZodString;
|
|
10
|
+
export declare const TaskNoteText: z.ZodString;
|
|
11
|
+
export declare const TaskNoteReason: z.ZodString;
|
|
12
|
+
export declare const TaskNoteKind: z.ZodEnum<{
|
|
13
|
+
artifact: "artifact";
|
|
14
|
+
blocker: "blocker";
|
|
15
|
+
decision: "decision";
|
|
16
|
+
finding: "finding";
|
|
17
|
+
handoff: "handoff";
|
|
18
|
+
ownership: "ownership";
|
|
19
|
+
}>;
|
|
20
|
+
export type TaskNoteKind = z.infer<typeof TaskNoteKind>;
|
|
21
|
+
export declare const TaskNoteStatus: z.ZodEnum<{
|
|
22
|
+
active: "active";
|
|
23
|
+
archived: "archived";
|
|
24
|
+
}>;
|
|
25
|
+
export type TaskNoteStatus = z.infer<typeof TaskNoteStatus>;
|
|
26
|
+
export declare const TaskNoteActorKind: z.ZodEnum<{
|
|
27
|
+
human: "human";
|
|
28
|
+
service: "service";
|
|
29
|
+
}>;
|
|
30
|
+
export type TaskNoteActorKind = z.infer<typeof TaskNoteActorKind>;
|
|
31
|
+
export declare const TaskNote: z.ZodObject<{
|
|
32
|
+
id: z.ZodString;
|
|
33
|
+
rootSessionId: z.ZodString;
|
|
34
|
+
kind: z.ZodEnum<{
|
|
35
|
+
artifact: "artifact";
|
|
36
|
+
blocker: "blocker";
|
|
37
|
+
decision: "decision";
|
|
38
|
+
finding: "finding";
|
|
39
|
+
handoff: "handoff";
|
|
40
|
+
ownership: "ownership";
|
|
41
|
+
}>;
|
|
42
|
+
text: z.ZodString;
|
|
43
|
+
status: z.ZodEnum<{
|
|
44
|
+
active: "active";
|
|
45
|
+
archived: "archived";
|
|
46
|
+
}>;
|
|
47
|
+
version: z.ZodNumber;
|
|
48
|
+
expiresAt: z.ZodString;
|
|
49
|
+
createdAt: z.ZodString;
|
|
50
|
+
updatedAt: z.ZodString;
|
|
51
|
+
archivedAt: z.ZodNullable<z.ZodString>;
|
|
52
|
+
provenance: z.ZodObject<{
|
|
53
|
+
actorKind: z.ZodEnum<{
|
|
54
|
+
human: "human";
|
|
55
|
+
service: "service";
|
|
56
|
+
}>;
|
|
57
|
+
sourceSessionId: z.ZodString;
|
|
58
|
+
sourceTurnId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>;
|
|
60
|
+
}, z.core.$strip>;
|
|
61
|
+
export type TaskNote = z.infer<typeof TaskNote>;
|
|
62
|
+
export declare const TaskNoteMutationResult: z.ZodObject<{
|
|
63
|
+
note: z.ZodObject<{
|
|
64
|
+
id: z.ZodString;
|
|
65
|
+
rootSessionId: z.ZodString;
|
|
66
|
+
kind: z.ZodEnum<{
|
|
67
|
+
artifact: "artifact";
|
|
68
|
+
blocker: "blocker";
|
|
69
|
+
decision: "decision";
|
|
70
|
+
finding: "finding";
|
|
71
|
+
handoff: "handoff";
|
|
72
|
+
ownership: "ownership";
|
|
73
|
+
}>;
|
|
74
|
+
text: z.ZodString;
|
|
75
|
+
status: z.ZodEnum<{
|
|
76
|
+
active: "active";
|
|
77
|
+
archived: "archived";
|
|
78
|
+
}>;
|
|
79
|
+
version: z.ZodNumber;
|
|
80
|
+
expiresAt: z.ZodString;
|
|
81
|
+
createdAt: z.ZodString;
|
|
82
|
+
updatedAt: z.ZodString;
|
|
83
|
+
archivedAt: z.ZodNullable<z.ZodString>;
|
|
84
|
+
provenance: z.ZodObject<{
|
|
85
|
+
actorKind: z.ZodEnum<{
|
|
86
|
+
human: "human";
|
|
87
|
+
service: "service";
|
|
88
|
+
}>;
|
|
89
|
+
sourceSessionId: z.ZodString;
|
|
90
|
+
sourceTurnId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>;
|
|
92
|
+
}, z.core.$strip>;
|
|
93
|
+
replayed: z.ZodBoolean;
|
|
94
|
+
}, z.core.$strip>;
|
|
95
|
+
export type TaskNoteMutationResult = z.infer<typeof TaskNoteMutationResult>;
|
|
96
|
+
export declare const TaskNoteListResponse: z.ZodObject<{
|
|
97
|
+
notes: z.ZodArray<z.ZodObject<{
|
|
98
|
+
id: z.ZodString;
|
|
99
|
+
rootSessionId: z.ZodString;
|
|
100
|
+
kind: z.ZodEnum<{
|
|
101
|
+
artifact: "artifact";
|
|
102
|
+
blocker: "blocker";
|
|
103
|
+
decision: "decision";
|
|
104
|
+
finding: "finding";
|
|
105
|
+
handoff: "handoff";
|
|
106
|
+
ownership: "ownership";
|
|
107
|
+
}>;
|
|
108
|
+
text: z.ZodString;
|
|
109
|
+
status: z.ZodEnum<{
|
|
110
|
+
active: "active";
|
|
111
|
+
archived: "archived";
|
|
112
|
+
}>;
|
|
113
|
+
version: z.ZodNumber;
|
|
114
|
+
expiresAt: z.ZodString;
|
|
115
|
+
createdAt: z.ZodString;
|
|
116
|
+
updatedAt: z.ZodString;
|
|
117
|
+
archivedAt: z.ZodNullable<z.ZodString>;
|
|
118
|
+
provenance: z.ZodObject<{
|
|
119
|
+
actorKind: z.ZodEnum<{
|
|
120
|
+
human: "human";
|
|
121
|
+
service: "service";
|
|
122
|
+
}>;
|
|
123
|
+
sourceSessionId: z.ZodString;
|
|
124
|
+
sourceTurnId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>;
|
|
126
|
+
}, z.core.$strip>>;
|
|
127
|
+
}, z.core.$strip>;
|
|
128
|
+
export type TaskNoteListResponse = z.infer<typeof TaskNoteListResponse>;
|