@archastro/sdk 0.15.0 → 0.16.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/client.d.ts +4 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +5 -1
- package/dist/client.js.map +1 -1
- package/dist/effective-access.d.ts +34 -0
- package/dist/effective-access.d.ts.map +1 -0
- package/dist/effective-access.js +51 -0
- package/dist/effective-access.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/types/ai.d.ts +109 -109
- package/dist/types/ai.js +10 -10
- package/dist/types/ai.js.map +1 -1
- package/dist/types/automations.d.ts +15 -15
- package/dist/types/automations.js +6 -6
- package/dist/types/automations.js.map +1 -1
- package/dist/types/chat.d.ts +2520 -2520
- package/dist/types/chat.js +3 -3
- package/dist/types/chat.js.map +1 -1
- package/dist/types/common.d.ts +2545 -3272
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +204 -228
- package/dist/types/common.js.map +1 -1
- package/dist/types/config.d.ts +11 -11
- package/dist/types/config.js +3 -3
- package/dist/types/config.js.map +1 -1
- package/dist/types/events.d.ts +810 -0
- package/dist/types/events.d.ts.map +1 -0
- package/dist/types/events.js +77 -0
- package/dist/types/events.js.map +1 -0
- package/dist/types/expressions.d.ts +66 -0
- package/dist/types/expressions.d.ts.map +1 -0
- package/dist/types/expressions.js +27 -0
- package/dist/types/expressions.js.map +1 -0
- package/dist/types/extractions.d.ts +3 -3
- package/dist/types/extractions.js +2 -2
- package/dist/types/extractions.js.map +1 -1
- package/dist/types/graph.d.ts +34 -0
- package/dist/types/graph.d.ts.map +1 -0
- package/dist/types/graph.js +16 -0
- package/dist/types/graph.js.map +1 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +6 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/notifications.d.ts +3 -3
- package/dist/types/notifications.js +2 -2
- package/dist/types/notifications.js.map +1 -1
- package/dist/types/oauth.d.ts +5 -5
- package/dist/types/scripts.d.ts +800 -0
- package/dist/types/scripts.d.ts.map +1 -0
- package/dist/types/scripts.js +112 -0
- package/dist/types/scripts.js.map +1 -0
- package/dist/types/status.d.ts +8 -8
- package/dist/types/status.js +2 -2
- package/dist/types/status.js.map +1 -1
- package/dist/types/tasks.d.ts +6 -6
- package/dist/types/tasks.js +3 -3
- package/dist/types/tasks.js.map +1 -1
- package/dist/types/teams.d.ts +334 -334
- package/dist/types/teams.js +5 -5
- package/dist/types/teams.js.map +1 -1
- package/dist/types/threads.d.ts +209 -209
- package/dist/types/threads.js +6 -6
- package/dist/types/threads.js.map +1 -1
- package/dist/types/users.d.ts +6 -6
- package/dist/types/users.js +3 -3
- package/dist/types/users.js.map +1 -1
- package/dist/types/workflows.d.ts +544 -0
- package/dist/types/workflows.d.ts.map +1 -0
- package/dist/types/workflows.js +91 -0
- package/dist/types/workflows.js.map +1 -0
- package/dist/v1/resources/agents.d.ts +4 -3
- package/dist/v1/resources/agents.d.ts.map +1 -1
- package/dist/v1/resources/agents.js +1 -1
- package/dist/v1/resources/agents.js.map +1 -1
- package/dist/v1/resources/ai.d.ts +2 -2
- package/dist/v1/resources/ai.d.ts.map +1 -1
- package/dist/v1/resources/ai.js +1 -1
- package/dist/v1/resources/event_subscriptions.d.ts +1 -1
- package/dist/v1/resources/event_subscriptions.js +1 -1
- package/dist/v1/resources/index.d.ts +2 -0
- package/dist/v1/resources/index.d.ts.map +1 -1
- package/dist/v1/resources/index.js +3 -1
- package/dist/v1/resources/index.js.map +1 -1
- package/dist/v1/resources/scripts.d.ts +117 -0
- package/dist/v1/resources/scripts.d.ts.map +1 -0
- package/dist/v1/resources/scripts.js +116 -0
- package/dist/v1/resources/scripts.js.map +1 -0
- package/dist/v1/resources/users.d.ts +8 -3
- package/dist/v1/resources/users.d.ts.map +1 -1
- package/dist/v1/resources/users.js +9 -3
- package/dist/v1/resources/users.js.map +1 -1
- package/dist/v1/resources/work_items.d.ts +1 -1
- package/dist/v1/resources/work_items.d.ts.map +1 -1
- package/dist/v1/resources/work_items.js +1 -1
- package/dist/v1/resources/workflows.d.ts +205 -0
- package/dist/v1/resources/workflows.d.ts.map +1 -0
- package/dist/v1/resources/workflows.js +205 -0
- package/dist/v1/resources/workflows.js.map +1 -0
- package/dist/v1.d.ts +4 -0
- package/dist/v1.d.ts.map +1 -1
- package/dist/v1.js +7 -1
- package/dist/v1.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scripts.d.ts","sourceRoot":"","sources":["../../src/types/scripts.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
// Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
|
|
2
|
+
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
+
// Content hash: 1d1a764bd07a
|
|
4
|
+
import { z } from "zod";
|
|
5
|
+
/** Runtime validator for {@link ScriptLanguageSpec}. */
|
|
6
|
+
export const scriptLanguageSpecSchema = z.object({
|
|
7
|
+
/** Builtin function docs */
|
|
8
|
+
builtins: z.array(z.record(z.custom((value) => value !== undefined))).describe("Builtin function docs"),
|
|
9
|
+
/** Language keywords */
|
|
10
|
+
keywords: z.array(z.string()).describe("Language keywords"),
|
|
11
|
+
/** Monaco language identifier */
|
|
12
|
+
languageId: z.string().describe("Monaco language identifier"),
|
|
13
|
+
/** Importable namespace docs */
|
|
14
|
+
namespaces: z.array(z.record(z.custom((value) => value !== undefined))).describe("Importable namespace docs"),
|
|
15
|
+
/** Language operators */
|
|
16
|
+
operators: z.array(z.string()).describe("Language operators"),
|
|
17
|
+
/** Names that cannot be rebound */
|
|
18
|
+
reservedNames: z.array(z.string()).optional().describe("Names that cannot be rebound"),
|
|
19
|
+
/** Editor snippet templates */
|
|
20
|
+
snippets: z.array(z.record(z.custom((value) => value !== undefined))).optional().describe("Editor snippet templates"),
|
|
21
|
+
/** Special symbols such as JSONPath root/current */
|
|
22
|
+
specialIdentifiers: z.array(z.record(z.custom((value) => value !== undefined))).optional().describe("Special symbols such as JSONPath root/current"),
|
|
23
|
+
/** Named type definitions (event interfaces, etc.) with fields */
|
|
24
|
+
typeDefinitions: z.array(z.record(z.custom((value) => value !== undefined))).optional().describe("Named type definitions (event interfaces, etc.) with fields"),
|
|
25
|
+
/** Type-system primitives, generics, annotations, inference, and runtime-check guidance */
|
|
26
|
+
typeSystem: z.record(z.custom((value) => value !== undefined)).optional().describe("Type-system primitives, generics, annotations, inference, and runtime-check guidance"),
|
|
27
|
+
/** Schema version */
|
|
28
|
+
version: z.number().int().describe("Schema version"),
|
|
29
|
+
}).describe("Schema for ArchAstro script editor metadata");
|
|
30
|
+
/** Runtime validator for {@link ScriptRunResult}. */
|
|
31
|
+
export const scriptRunResultSchema = z.object({
|
|
32
|
+
/** Error message when script execution failed */
|
|
33
|
+
error: z.string().optional().describe("Error message when script execution failed"),
|
|
34
|
+
/** Structured diagnostics with position info for editor markers (severity, message, line, column, end_line, end_column) */
|
|
35
|
+
findings: z.array(z.record(z.custom((value) => value !== undefined))).optional().describe("Structured diagnostics with position info for editor markers (severity, message, line, column, end_line, end_column)"),
|
|
36
|
+
/** Output lines from println calls, each with :line (source line number), :text, and optional :values */
|
|
37
|
+
output: z.array(z.record(z.custom((value) => value !== undefined))).optional().describe("Output lines from println calls, each with :line (source line number), :text, and optional :values"),
|
|
38
|
+
/** The evaluated JSON-safe result (null when execution failed) */
|
|
39
|
+
result: z.custom((value) => value !== undefined).optional().describe("The evaluated JSON-safe result (null when execution failed)"),
|
|
40
|
+
}).describe("Schema for the result of executing a script in the editor");
|
|
41
|
+
/** Runtime validator for {@link ScriptTestAssertion}. */
|
|
42
|
+
export const scriptTestAssertionSchema = z.object({
|
|
43
|
+
/** Actual value the matcher was called with — any JSON-safe value */
|
|
44
|
+
actual: z.custom((value) => value !== undefined).optional().describe("Actual value the matcher was called with — any JSON-safe value"),
|
|
45
|
+
/** Outer-to-inner describe path when the assertion fired */
|
|
46
|
+
describe: z.array(z.string()).optional().describe("Outer-to-inner describe path when the assertion fired"),
|
|
47
|
+
/** Expected value (or arguments to the matcher) — any JSON-safe value: scalar, map, or list */
|
|
48
|
+
expected: z.custom((value) => value !== undefined).optional().describe("Expected value (or arguments to the matcher) — any JSON-safe value: scalar, map, or list"),
|
|
49
|
+
/** Name of the enclosing `test.it(...)` block */
|
|
50
|
+
it: z.string().optional().describe("Name of the enclosing `test.it(...)` block"),
|
|
51
|
+
/** Output entry kind, always `"assertion"` for this schema */
|
|
52
|
+
kind: z.string().optional().describe("Output entry kind, always `\"assertion\"` for this schema"),
|
|
53
|
+
/** Source line of the `expect(...)` call */
|
|
54
|
+
line: z.number().int().optional().describe("Source line of the `expect(...)` call"),
|
|
55
|
+
/** Matcher name (toEqual, toBe, toBeOk, toBeError, toContain, toMatch, toHaveLength) */
|
|
56
|
+
matcher: z.string().optional().describe("Matcher name (toEqual, toBe, toBeOk, toBeError, toContain, toMatch, toHaveLength)"),
|
|
57
|
+
/** True when the matcher succeeded */
|
|
58
|
+
pass: z.boolean().describe("True when the matcher succeeded"),
|
|
59
|
+
}).describe("One `test.expect(...).<matcher>` call from a ScriptTest run. Matchers never raise (the script language has no exceptions) — each call emits a structured assertion entry that the test runner harvests into the per-test report. Pass/fail is captured on `:pass`; `:expected` and `:actual` carry the matcher's inputs for diff rendering.");
|
|
60
|
+
/** Runtime validator for {@link ScriptTestCase}. */
|
|
61
|
+
export const scriptTestCaseSchema = z.object({
|
|
62
|
+
/** Every `test.expect(...)` matcher that ran inside this case */
|
|
63
|
+
assertions: z.array(scriptTestAssertionSchema).optional().describe("Every `test.expect(...)` matcher that ran inside this case"),
|
|
64
|
+
/** Outer-to-inner describe path enclosing this case */
|
|
65
|
+
describe: z.array(z.string()).optional().describe("Outer-to-inner describe path enclosing this case"),
|
|
66
|
+
/** Runtime error that aborted the body of this `it` block, when one occurred */
|
|
67
|
+
error: z.string().optional().describe("Runtime error that aborted the body of this `it` block, when one occurred"),
|
|
68
|
+
/** The name passed to `test.it(...)` */
|
|
69
|
+
name: z.string().describe("The name passed to `test.it(...)`"),
|
|
70
|
+
/** True when the case has at least one assertion and every assertion passed */
|
|
71
|
+
pass: z.boolean().describe("True when the case has at least one assertion and every assertion passed"),
|
|
72
|
+
}).describe("One `test.it(...)` block from a ScriptTest run. Built by the harvester from the raw output entries — pairs the case's metadata with the assertions it produced and any runtime error that aborted the body. An `it` block that emits zero assertions is treated as a failure (`pass: false`) so silent mistakes don't pass quietly.");
|
|
73
|
+
/** Runtime validator for {@link ScriptTestOutputEntry}. */
|
|
74
|
+
export const scriptTestOutputEntrySchema = z.object({
|
|
75
|
+
/** Log level (`debug`, `info`, `warn`, `error`) — present on log.* entries only */
|
|
76
|
+
level: z.string().optional().describe("Log level (`debug`, `info`, `warn`, `error`) — present on log.* entries only"),
|
|
77
|
+
/** Source line of the println/log call */
|
|
78
|
+
line: z.number().int().optional().describe("Source line of the println/log call"),
|
|
79
|
+
/** Joined text representation of the args */
|
|
80
|
+
text: z.string().describe("Joined text representation of the args"),
|
|
81
|
+
/** UTC timestamp — present on log.* entries only */
|
|
82
|
+
timestamp: z.string().optional().describe("UTC timestamp — present on log.* entries only"),
|
|
83
|
+
/** Original args coerced to JSON-safe values — mixed scalars, maps, and lists since the call sites accept arbitrary expressions */
|
|
84
|
+
values: z.array(z.custom((value) => value !== undefined)).optional().describe("Original args coerced to JSON-safe values — mixed scalars, maps, and lists since the call sites accept arbitrary expressions"),
|
|
85
|
+
}).describe("One println/log entry interleaved with a ScriptTest run. After the test harvester filters out test-control entries (`it`, `assertion`, `it_error`), only `println` and `log.<level>` calls remain in the report's `output` field. Both shapes share `text`/`values`/`line` (line is auto-annotated by the evaluator post-call); `level` and `timestamp` are only present on `log.*` entries.");
|
|
86
|
+
/** Runtime validator for {@link ScriptTestSuite}. */
|
|
87
|
+
export const scriptTestSuiteSchema = z.object({
|
|
88
|
+
/** Outer-to-inner describe path identifying this suite */
|
|
89
|
+
describe: z.array(z.string()).describe("Outer-to-inner describe path identifying this suite"),
|
|
90
|
+
/** Human-readable suite name (`describe` path joined by ` > `) */
|
|
91
|
+
name: z.string().describe("Human-readable suite name (`describe` path joined by ` > `)"),
|
|
92
|
+
/** Every `test.it(...)` case run inside this describe */
|
|
93
|
+
tests: z.array(scriptTestCaseSchema).optional().describe("Every `test.it(...)` case run inside this describe"),
|
|
94
|
+
}).describe("One `test.describe(...)` group from a ScriptTest run. Suites are derived from the unique describe paths the harvester sees, so there's no synthetic \"ungrouped\" suite — `it` blocks emitted outside any `describe` show up in the top-level `tests` array on the parent report instead.");
|
|
95
|
+
/** Runtime validator for {@link ScriptTestRunResult}. */
|
|
96
|
+
export const scriptTestRunResultSchema = z.object({
|
|
97
|
+
/** Total number of `test.expect(...)` matcher calls that ran */
|
|
98
|
+
assertion_count: z.number().int().optional().describe("Total number of `test.expect(...)` matcher calls that ran"),
|
|
99
|
+
/** Top-level error message when a runtime error fired outside any `it` block (parse/tokenize errors return 422 instead) */
|
|
100
|
+
error: z.string().optional().describe("Top-level error message when a runtime error fired outside any `it` block (parse/tokenize errors return 422 instead)"),
|
|
101
|
+
/** Structured diagnostics with position info for editor markers when the run errored before any tests could run */
|
|
102
|
+
findings: z.array(z.record(z.custom((value) => value !== undefined))).optional().describe("Structured diagnostics with position info for editor markers when the run errored before any tests could run"),
|
|
103
|
+
/** Non-test output entries (println, log.*) interleaved during the run */
|
|
104
|
+
output: z.array(scriptTestOutputEntrySchema).optional().describe("Non-test output entries (println, log.*) interleaved during the run"),
|
|
105
|
+
/** True when every test in every suite passed */
|
|
106
|
+
passed: z.boolean().describe("True when every test in every suite passed"),
|
|
107
|
+
/** One entry per describe path */
|
|
108
|
+
suites: z.array(scriptTestSuiteSchema).optional().describe("One entry per describe path"),
|
|
109
|
+
/** Flat list of every `it` that ran, each with assertions and pass flag */
|
|
110
|
+
tests: z.array(scriptTestCaseSchema).optional().describe("Flat list of every `it` that ran, each with assertions and pass flag"),
|
|
111
|
+
}).describe("Schema for the result of running a ScriptTest");
|
|
112
|
+
//# sourceMappingURL=scripts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scripts.js","sourceRoot":"","sources":["../../src/types/scripts.ts"],"names":[],"mappings":"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"}
|
package/dist/types/status.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
28
28
|
/** `true` when the platform is reachable and the request was processed successfully. */
|
|
29
29
|
success: z.ZodBoolean;
|
|
30
30
|
/** Details about the authentication token used in this request. */
|
|
31
|
-
token: z.ZodRecord<z.ZodString, z.
|
|
31
|
+
token: z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>;
|
|
32
32
|
/** The authenticated user associated with the token. `null` when the token is invalid or absent. */
|
|
33
33
|
user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
34
|
alias: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -42,7 +42,7 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
42
42
|
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
43
|
id: z.ZodString;
|
|
44
44
|
is_system_user: z.ZodOptional<z.ZodBoolean>;
|
|
45
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
45
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
|
|
46
46
|
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
48
|
org_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -65,7 +65,7 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
65
65
|
created_by_team?: string | null | undefined;
|
|
66
66
|
created_by_user?: string | null | undefined;
|
|
67
67
|
is_system_user?: boolean | undefined;
|
|
68
|
-
metadata?: Record<string,
|
|
68
|
+
metadata?: Record<string, {} | null> | undefined;
|
|
69
69
|
org_name?: string | null | undefined;
|
|
70
70
|
org_role?: string | null | undefined;
|
|
71
71
|
org_slug?: string | null | undefined;
|
|
@@ -85,14 +85,14 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
85
85
|
created_by_team?: string | null | undefined;
|
|
86
86
|
created_by_user?: string | null | undefined;
|
|
87
87
|
is_system_user?: boolean | undefined;
|
|
88
|
-
metadata?: Record<string,
|
|
88
|
+
metadata?: Record<string, {} | null> | undefined;
|
|
89
89
|
org_name?: string | null | undefined;
|
|
90
90
|
org_role?: string | null | undefined;
|
|
91
91
|
org_slug?: string | null | undefined;
|
|
92
92
|
sandbox_name?: string | null | undefined;
|
|
93
93
|
}>>>;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
token: Record<string,
|
|
95
|
+
token: Record<string, {} | null>;
|
|
96
96
|
success: boolean;
|
|
97
97
|
user?: {
|
|
98
98
|
id: string;
|
|
@@ -109,7 +109,7 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
109
109
|
created_by_team?: string | null | undefined;
|
|
110
110
|
created_by_user?: string | null | undefined;
|
|
111
111
|
is_system_user?: boolean | undefined;
|
|
112
|
-
metadata?: Record<string,
|
|
112
|
+
metadata?: Record<string, {} | null> | undefined;
|
|
113
113
|
org_name?: string | null | undefined;
|
|
114
114
|
org_role?: string | null | undefined;
|
|
115
115
|
org_slug?: string | null | undefined;
|
|
@@ -120,7 +120,7 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
120
120
|
release?: string | null | undefined;
|
|
121
121
|
} | undefined;
|
|
122
122
|
}, {
|
|
123
|
-
token: Record<string,
|
|
123
|
+
token: Record<string, {} | null>;
|
|
124
124
|
success: boolean;
|
|
125
125
|
user?: {
|
|
126
126
|
id: string;
|
|
@@ -137,7 +137,7 @@ export declare const statusPingSchema: z.ZodObject<{
|
|
|
137
137
|
created_by_team?: string | null | undefined;
|
|
138
138
|
created_by_user?: string | null | undefined;
|
|
139
139
|
is_system_user?: boolean | undefined;
|
|
140
|
-
metadata?: Record<string,
|
|
140
|
+
metadata?: Record<string, {} | null> | undefined;
|
|
141
141
|
org_name?: string | null | undefined;
|
|
142
142
|
org_role?: string | null | undefined;
|
|
143
143
|
org_slug?: string | null | undefined;
|
package/dist/types/status.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
|
|
2
2
|
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
-
// Content hash:
|
|
3
|
+
// Content hash: 8994143d3964
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
import { deploymentSchema } from "./common.js";
|
|
6
6
|
import { userSchema } from "./users.js";
|
|
@@ -11,7 +11,7 @@ export const statusPingSchema = z.object({
|
|
|
11
11
|
/** `true` when the platform is reachable and the request was processed successfully. */
|
|
12
12
|
success: z.boolean().describe("`true` when the platform is reachable and the request was processed successfully."),
|
|
13
13
|
/** Details about the authentication token used in this request. */
|
|
14
|
-
token: z.record(z.
|
|
14
|
+
token: z.record(z.custom((value) => value !== undefined)).describe("Details about the authentication token used in this request."),
|
|
15
15
|
/** The authenticated user associated with the token. `null` when the token is invalid or absent. */
|
|
16
16
|
user: userSchema.nullable().optional().describe("The authenticated user associated with the token. `null` when the token is invalid or absent."),
|
|
17
17
|
}).describe("Health check response confirming the API is reachable and indicating whether the caller's token is valid.");
|
package/dist/types/status.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.js","sourceRoot":"","sources":["../../src/types/status.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAgBxC,gDAAgD;AAChD,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,2BAA2B;IAC3B,UAAU,EAAE,gBAAgB,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sBAAsB,CAAC;IACxE,wFAAwF;IACxF,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,mFAAmF,CAAC;IAClH,mEAAmE;IACnE,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"status.js","sourceRoot":"","sources":["../../src/types/status.ts"],"names":[],"mappings":"AAAA,oEAAoE;AACpE,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAgBxC,gDAAgD;AAChD,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,2BAA2B;IAC3B,UAAU,EAAE,gBAAgB,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,sBAAsB,CAAC;IACxE,wFAAwF;IACxF,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,mFAAmF,CAAC;IAClH,mEAAmE;IACnE,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAY,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,8DAA8D,CAAC;IAC7I,oGAAoG;IACpG,IAAI,EAAE,UAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,+FAA+F,CAAC;CACjJ,CAAC,CAAC,QAAQ,CAAC,2GAA2G,CAAiC,CAAC"}
|
package/dist/types/tasks.d.ts
CHANGED
|
@@ -202,9 +202,9 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
202
202
|
/** `true` while at least one blocking task is not yet done. Informational only — a blocked task can still change status — and derived at read time, so the task un-blocks automatically when its last open blocker completes. Computed on list/show reads; create/update responses report `false` until the next read. */
|
|
203
203
|
is_blocked: z.ZodOptional<z.ZodBoolean>;
|
|
204
204
|
/** Key-value map of named URLs or references associated with the task. Returns an empty object when no links have been set. */
|
|
205
|
-
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
205
|
+
links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
|
|
206
206
|
/** Arbitrary key-value map of application-specific data stored alongside the task. Returns an empty object when no metadata has been set. */
|
|
207
|
-
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
207
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
|
|
208
208
|
/** Human-readable title of the task. */
|
|
209
209
|
name: z.ZodString;
|
|
210
210
|
/** ID of the organization this task belongs to (`org_...`). `null` for tasks outside an org context. */
|
|
@@ -311,7 +311,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
311
311
|
sandbox?: string | null | undefined;
|
|
312
312
|
parent?: string | null | undefined;
|
|
313
313
|
created_by_user?: string | null | undefined;
|
|
314
|
-
metadata?: Record<string,
|
|
314
|
+
metadata?: Record<string, {} | null> | undefined;
|
|
315
315
|
tags?: string[] | undefined;
|
|
316
316
|
aggregate_version?: number | null | undefined;
|
|
317
317
|
blocked_by_count?: number | undefined;
|
|
@@ -340,7 +340,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
340
340
|
due_date?: string | null | undefined;
|
|
341
341
|
epic?: string | null | undefined;
|
|
342
342
|
is_blocked?: boolean | undefined;
|
|
343
|
-
links?: Record<string,
|
|
343
|
+
links?: Record<string, {} | null> | undefined;
|
|
344
344
|
owner_actor?: {
|
|
345
345
|
alias?: string | null | undefined;
|
|
346
346
|
name?: string | null | undefined;
|
|
@@ -377,7 +377,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
377
377
|
sandbox?: string | null | undefined;
|
|
378
378
|
parent?: string | null | undefined;
|
|
379
379
|
created_by_user?: string | null | undefined;
|
|
380
|
-
metadata?: Record<string,
|
|
380
|
+
metadata?: Record<string, {} | null> | undefined;
|
|
381
381
|
tags?: string[] | undefined;
|
|
382
382
|
aggregate_version?: number | null | undefined;
|
|
383
383
|
blocked_by_count?: number | undefined;
|
|
@@ -406,7 +406,7 @@ export declare const taskSchema: z.ZodObject<{
|
|
|
406
406
|
due_date?: string | null | undefined;
|
|
407
407
|
epic?: string | null | undefined;
|
|
408
408
|
is_blocked?: boolean | undefined;
|
|
409
|
-
links?: Record<string,
|
|
409
|
+
links?: Record<string, {} | null> | undefined;
|
|
410
410
|
owner_actor?: {
|
|
411
411
|
alias?: string | null | undefined;
|
|
412
412
|
name?: string | null | undefined;
|
package/dist/types/tasks.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright (c) 2026 ArchAstro Inc. Licensed under the MIT License.
|
|
2
2
|
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
-
// Content hash:
|
|
3
|
+
// Content hash: 302660dac6cb
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
import { actorSchema } from "./common.js";
|
|
6
6
|
/** Runtime validator for {@link TaskSessionLeaseSummary}. */
|
|
@@ -45,9 +45,9 @@ export const taskSchema = z.object({
|
|
|
45
45
|
/** `true` while at least one blocking task is not yet done. Informational only — a blocked task can still change status — and derived at read time, so the task un-blocks automatically when its last open blocker completes. Computed on list/show reads; create/update responses report `false` until the next read. */
|
|
46
46
|
is_blocked: z.boolean().optional().describe("`true` while at least one blocking task is not yet done. Informational only — a blocked task can still change status — and derived at read time, so the task un-blocks automatically when its last open blocker completes. Computed on list/show reads; create/update responses report `false` until the next read."),
|
|
47
47
|
/** Key-value map of named URLs or references associated with the task. Returns an empty object when no links have been set. */
|
|
48
|
-
links: z.record(z.
|
|
48
|
+
links: z.record(z.custom((value) => value !== undefined)).optional().describe("Key-value map of named URLs or references associated with the task. Returns an empty object when no links have been set."),
|
|
49
49
|
/** Arbitrary key-value map of application-specific data stored alongside the task. Returns an empty object when no metadata has been set. */
|
|
50
|
-
metadata: z.record(z.
|
|
50
|
+
metadata: z.record(z.custom((value) => value !== undefined)).optional().describe("Arbitrary key-value map of application-specific data stored alongside the task. Returns an empty object when no metadata has been set."),
|
|
51
51
|
/** Human-readable title of the task. */
|
|
52
52
|
name: z.string().describe("Human-readable title of the task."),
|
|
53
53
|
/** ID of the organization this task belongs to (`org_...`). `null` for tasks outside an org context. */
|
package/dist/types/tasks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tasks.js","sourceRoot":"","sources":["../../src/types/tasks.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"tasks.js","sourceRoot":"","sources":["../../src/types/tasks.ts"],"names":[],"mappings":"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"}
|