@archastro/sdk 0.1.0 → 0.4.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/README.md +165 -0
- package/dist/client.d.ts +13 -13
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +27 -27
- package/dist/client.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/runtime/http-client.d.ts +7 -0
- package/dist/runtime/http-client.d.ts.map +1 -1
- package/dist/runtime/http-client.js +55 -0
- package/dist/runtime/http-client.js.map +1 -1
- package/dist/types/agents.d.ts +662 -431
- package/dist/types/agents.d.ts.map +1 -1
- package/dist/types/agents.js +51 -37
- package/dist/types/agents.js.map +1 -1
- package/dist/types/ai.d.ts +49 -49
- package/dist/types/ai.js +6 -6
- package/dist/types/ai.js.map +1 -1
- package/dist/types/api.d.ts +169 -0
- package/dist/types/api.d.ts.map +1 -0
- package/dist/types/api.js +49 -0
- package/dist/types/api.js.map +1 -0
- package/dist/types/artifacts.d.ts +102 -22
- package/dist/types/artifacts.d.ts.map +1 -1
- package/dist/types/artifacts.js +4 -3
- package/dist/types/artifacts.js.map +1 -1
- package/dist/types/automations.d.ts +13 -13
- package/dist/types/automations.js +4 -4
- package/dist/types/automations.js.map +1 -1
- package/dist/types/chat.d.ts +258 -6
- package/dist/types/chat.d.ts.map +1 -1
- package/dist/types/chat.js +5 -3
- package/dist/types/chat.js.map +1 -1
- package/dist/types/common.d.ts +3596 -980
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +281 -166
- package/dist/types/common.js.map +1 -1
- package/dist/types/config.d.ts +30 -30
- package/dist/types/config.js +6 -6
- package/dist/types/config.js.map +1 -1
- package/dist/types/device.d.ts +26 -0
- package/dist/types/device.d.ts.map +1 -0
- package/dist/types/device.js +14 -0
- package/dist/types/device.js.map +1 -0
- package/dist/types/index.d.ts +0 -4
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -5
- package/dist/types/index.js.map +1 -1
- package/dist/types/me.d.ts +176 -20
- package/dist/types/me.d.ts.map +1 -1
- package/dist/types/me.js +4 -3
- package/dist/types/me.js.map +1 -1
- package/dist/types/members.d.ts +3 -3
- package/dist/types/members.js +2 -2
- package/dist/types/members.js.map +1 -1
- package/dist/types/messages.d.ts +457 -49
- package/dist/types/messages.d.ts.map +1 -1
- package/dist/types/messages.js +19 -18
- package/dist/types/messages.js.map +1 -1
- package/dist/types/oauth.d.ts +206 -0
- package/dist/types/oauth.d.ts.map +1 -0
- package/dist/types/oauth.js +51 -0
- package/dist/types/oauth.js.map +1 -0
- package/dist/types/orgs.d.ts +6 -6
- package/dist/types/picture.d.ts +2 -2
- package/dist/types/profile.d.ts +2 -2
- package/dist/types/reactions.d.ts +3 -3
- package/dist/types/reactions.js +2 -2
- package/dist/types/reactions.js.map +1 -1
- package/dist/types/schedules.d.ts +5 -5
- package/dist/types/schedules.js +2 -2
- package/dist/types/schedules.js.map +1 -1
- package/dist/types/system.d.ts +2 -2
- package/dist/types/teams.d.ts +750 -70
- package/dist/types/teams.d.ts.map +1 -1
- package/dist/types/teams.js +13 -10
- package/dist/types/teams.js.map +1 -1
- package/dist/types/threads.d.ts +1158 -194
- package/dist/types/threads.d.ts.map +1 -1
- package/dist/types/threads.js +26 -26
- package/dist/types/threads.js.map +1 -1
- package/dist/types/users.d.ts +53 -13
- package/dist/types/users.d.ts.map +1 -1
- package/dist/types/users.js +4 -4
- package/dist/types/users.js.map +1 -1
- package/dist/v1/resources/agent_installations.d.ts +4 -4
- package/dist/v1/resources/agent_installations.d.ts.map +1 -1
- package/dist/v1/resources/agent_installations.js +3 -3
- package/dist/v1/resources/agent_installations.js.map +1 -1
- package/dist/v1/resources/agent_routines.d.ts +9 -14
- package/dist/v1/resources/agent_routines.d.ts.map +1 -1
- package/dist/v1/resources/agent_routines.js +11 -19
- package/dist/v1/resources/agent_routines.js.map +1 -1
- package/dist/v1/resources/agent_sessions.d.ts +1 -0
- package/dist/v1/resources/agent_sessions.d.ts.map +1 -1
- package/dist/v1/resources/agent_sessions.js +1 -1
- package/dist/v1/resources/agent_sessions.js.map +1 -1
- package/dist/v1/resources/agent_tools.d.ts +1 -6
- package/dist/v1/resources/agent_tools.d.ts.map +1 -1
- package/dist/v1/resources/agent_tools.js +4 -12
- package/dist/v1/resources/agent_tools.js.map +1 -1
- package/dist/v1/resources/agents.d.ts +24 -26
- package/dist/v1/resources/agents.d.ts.map +1 -1
- package/dist/v1/resources/agents.js +25 -31
- package/dist/v1/resources/agents.js.map +1 -1
- package/dist/v1/resources/ai.d.ts +5 -15
- package/dist/v1/resources/ai.d.ts.map +1 -1
- package/dist/v1/resources/ai.js +6 -22
- package/dist/v1/resources/ai.js.map +1 -1
- package/dist/v1/resources/api.d.ts +1026 -0
- package/dist/v1/resources/api.d.ts.map +1 -0
- package/dist/v1/resources/api.js +944 -0
- package/dist/v1/resources/api.js.map +1 -0
- package/dist/v1/resources/artifacts.d.ts +7 -9
- package/dist/v1/resources/artifacts.d.ts.map +1 -1
- package/dist/v1/resources/artifacts.js +5 -13
- package/dist/v1/resources/artifacts.js.map +1 -1
- package/dist/v1/resources/config.d.ts +41 -53
- package/dist/v1/resources/config.d.ts.map +1 -1
- package/dist/v1/resources/config.js +18 -42
- package/dist/v1/resources/config.js.map +1 -1
- package/dist/v1/resources/custom_objects.d.ts +2 -2
- package/dist/v1/resources/custom_objects.d.ts.map +1 -1
- package/dist/v1/resources/custom_objects.js +1 -1
- package/dist/v1/resources/index.d.ts +13 -13
- package/dist/v1/resources/index.d.ts.map +1 -1
- package/dist/v1/resources/index.js +14 -14
- package/dist/v1/resources/index.js.map +1 -1
- package/dist/v1/resources/oauth.d.ts +25 -0
- package/dist/v1/resources/oauth.d.ts.map +1 -0
- package/dist/v1/resources/oauth.js +41 -0
- package/dist/v1/resources/oauth.js.map +1 -0
- package/dist/v1/resources/teams.d.ts +212 -55
- package/dist/v1/resources/teams.d.ts.map +1 -1
- package/dist/v1/resources/teams.js +18 -26
- package/dist/v1/resources/teams.js.map +1 -1
- package/dist/v1/resources/thread_messages.d.ts +5 -11
- package/dist/v1/resources/thread_messages.d.ts.map +1 -1
- package/dist/v1/resources/thread_messages.js +4 -12
- package/dist/v1/resources/thread_messages.js.map +1 -1
- package/dist/v1/resources/threads.d.ts +131 -65
- package/dist/v1/resources/threads.d.ts.map +1 -1
- package/dist/v1/resources/threads.js +20 -68
- package/dist/v1/resources/threads.js.map +1 -1
- package/dist/v1/resources/users.d.ts +144 -45
- package/dist/v1/resources/users.d.ts.map +1 -1
- package/dist/v1/resources/users.js +10 -34
- package/dist/v1/resources/users.js.map +1 -1
- package/dist/v1.d.ts +13 -13
- package/dist/v1.d.ts.map +1 -1
- package/dist/v1.js +27 -27
- package/dist/v1.js.map +1 -1
- package/package.json +1 -1
package/dist/types/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright (c) 2026 ArchAstro Inc. All Rights Reserved.
|
|
2
2
|
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
-
// Content hash:
|
|
3
|
+
// Content hash: 5d88fb53469e
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
/** Schema for an input image (base64-encoded) used in image editing. */
|
|
6
6
|
export const aIImageInputSchema = z.object({
|
|
@@ -9,7 +9,7 @@ export const aIImageInputSchema = z.object({
|
|
|
9
9
|
});
|
|
10
10
|
/** Tool call from assistant message. */
|
|
11
11
|
export const aIToolCallSchema = z.object({
|
|
12
|
-
arguments: z.unknown(), // Tool arguments
|
|
12
|
+
arguments: z.record(z.unknown()), // Tool arguments
|
|
13
13
|
id: z.string(), // Tool call ID
|
|
14
14
|
name: z.string(), // Tool/function name
|
|
15
15
|
thought_signature: z.string().optional(), // Optional thought signature
|
|
@@ -24,7 +24,7 @@ export const aIToolResultSchema = z.object({
|
|
|
24
24
|
/** AI chat message (OpenAI-compatible format). */
|
|
25
25
|
export const aIMessageSchema = z.object({
|
|
26
26
|
content: z.string().optional(), // Message text content
|
|
27
|
-
content_parts: z.array(z.unknown()).optional(), // Multimodal content parts
|
|
27
|
+
content_parts: z.array(z.record(z.unknown())).optional(), // Multimodal content parts
|
|
28
28
|
resume_token: z.string().optional(), // Resume token for continuing conversations
|
|
29
29
|
role: z.string(), // Message role (system, user, assistant, tool)
|
|
30
30
|
structured_output: z.unknown().optional(), // Structured output data
|
|
@@ -36,13 +36,13 @@ export const aICompletionResultSchema = z.object({
|
|
|
36
36
|
finish_reason: z.string(), // Completion stop reason
|
|
37
37
|
message: aIMessageSchema, // Final assistant message
|
|
38
38
|
messages: z.array(aIMessageSchema), // Full message history
|
|
39
|
-
token_usage: z.unknown().optional(), // Token usage keyed by model
|
|
39
|
+
token_usage: z.record(z.unknown()).optional(), // Token usage keyed by model
|
|
40
40
|
});
|
|
41
41
|
/** OpenAI-style function tool definition. */
|
|
42
42
|
export const aIToolFunctionSchema = z.object({
|
|
43
43
|
description: z.string().optional(), // Function description
|
|
44
44
|
name: z.string(), // Function name
|
|
45
|
-
parameters: z.unknown(), // JSON Schema for function parameters
|
|
45
|
+
parameters: z.record(z.unknown()), // JSON Schema for function parameters
|
|
46
46
|
});
|
|
47
47
|
/** OpenAI-style tool definition. */
|
|
48
48
|
export const aIToolSchema = z.object({
|
|
@@ -64,7 +64,7 @@ export const aIImageResultSchema = z.object({
|
|
|
64
64
|
model: z.string(), // Model used for generation
|
|
65
65
|
revised_prompt: z.string().optional(), // Provider-revised prompt
|
|
66
66
|
size: z.string().optional(), // Size string (e.g. 1024x1024)
|
|
67
|
-
usage: z.unknown().optional(), // Token/usage information
|
|
67
|
+
usage: z.record(z.unknown()).optional(), // Token/usage information
|
|
68
68
|
width: z.number().int().optional(), // Image width in pixels
|
|
69
69
|
});
|
|
70
70
|
//# sourceMappingURL=ai.js.map
|
package/dist/types/ai.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai.js","sourceRoot":"","sources":["../../src/types/ai.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wEAAwE;AACxE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,4BAA4B;IACpD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,yCAAyC;CAClE,CAAC,CAAC;AAGH,wCAAwC;AACxC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,iBAAiB;
|
|
1
|
+
{"version":3,"file":"ai.js","sourceRoot":"","sources":["../../src/types/ai.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wEAAwE;AACxE,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,4BAA4B;IACpD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,yCAAyC;CAClE,CAAC,CAAC;AAGH,wCAAwC;AACxC,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,EAAE,iBAAiB;IACnD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,eAAe;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,qBAAqB;IACvC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,6BAA6B;CACxE,CAAC,CAAC;AAGH,uCAAuC;AACvC,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,sBAAsB;IACtD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,uCAAuC;IACvD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,qBAAqB;IACvC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,6BAA6B;CAClE,CAAC,CAAC;AAGH,kDAAkD;AAClD,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,uBAAuB;IACvD,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE,EAAE,2BAA2B;IACrF,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,4CAA4C;IACjF,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,+CAA+C;IACjE,iBAAiB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,yBAAyB;IACpE,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,QAAQ,EAAE,EAAE,4BAA4B;IAC9E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,QAAQ,EAAE,EAAE,mCAAmC;CAC1F,CAAC,CAAC;AAGH,6CAA6C;AAC7C,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,yBAAyB;IACpD,OAAO,EAAE,eAAe,EAAE,0BAA0B;IACpD,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE,uBAAuB;IAC3D,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,EAAE,6BAA6B;CAC7E,CAAC,CAAC;AAGH,6CAA6C;AAC7C,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,uBAAuB;IAC3D,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,gBAAgB;IAClC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,EAAE,sCAAsC;CAC1E,CAAC,CAAC;AAGH,oCAAoC;AACpC,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,QAAQ,EAAE,oBAAoB,EAAE,2BAA2B;IAC3D,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,uBAAuB;CAC1C,CAAC,CAAC;AAGH,uCAAuC;AACvC,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,mBAAmB;CACpC,CAAC,CAAC;AAGH,gDAAgD;AAChD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,2BAA2B;IAChE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,EAAE,yBAAyB;IAC9D,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,4BAA4B;IAC/D,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,gCAAgC;IACnE,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,6BAA6B;IAChE,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,6BAA6B;IAC/D,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,4BAA4B;IAC/C,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,0BAA0B;IACjE,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,+BAA+B;IAC5D,KAAK,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE,EAAE,0BAA0B;IACnE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,EAAE,wBAAwB;CAC7D,CAAC,CAAC"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
/** Schema for an API call record.
|
|
3
|
+
|
|
4
|
+
Maps to serialized API call output from developer portal API.
|
|
5
|
+
*/
|
|
6
|
+
export declare const apiCallSchema: z.ZodObject<{
|
|
7
|
+
api_key_type: z.ZodOptional<z.ZodString>;
|
|
8
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
9
|
+
error_message: z.ZodOptional<z.ZodString>;
|
|
10
|
+
event_type: z.ZodOptional<z.ZodString>;
|
|
11
|
+
full_url: z.ZodString;
|
|
12
|
+
handler_module: z.ZodOptional<z.ZodString>;
|
|
13
|
+
id: z.ZodString;
|
|
14
|
+
ip_address: z.ZodOptional<z.ZodString>;
|
|
15
|
+
latency_ms: z.ZodNumber;
|
|
16
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
17
|
+
method: z.ZodString;
|
|
18
|
+
org: z.ZodOptional<z.ZodString>;
|
|
19
|
+
path: z.ZodString;
|
|
20
|
+
query_string: z.ZodOptional<z.ZodString>;
|
|
21
|
+
request_body: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
22
|
+
request_headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
23
|
+
request_id: z.ZodOptional<z.ZodString>;
|
|
24
|
+
status_code: z.ZodNumber;
|
|
25
|
+
team: z.ZodOptional<z.ZodString>;
|
|
26
|
+
thread: z.ZodOptional<z.ZodString>;
|
|
27
|
+
user: z.ZodOptional<z.ZodString>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
method: string;
|
|
30
|
+
path: string;
|
|
31
|
+
id: string;
|
|
32
|
+
latency_ms: number;
|
|
33
|
+
full_url: string;
|
|
34
|
+
status_code: number;
|
|
35
|
+
created_at?: string | undefined;
|
|
36
|
+
org?: string | undefined;
|
|
37
|
+
metadata?: Record<string, unknown> | undefined;
|
|
38
|
+
thread?: string | undefined;
|
|
39
|
+
user?: string | undefined;
|
|
40
|
+
team?: string | undefined;
|
|
41
|
+
error_message?: string | undefined;
|
|
42
|
+
event_type?: string | undefined;
|
|
43
|
+
api_key_type?: string | undefined;
|
|
44
|
+
handler_module?: string | undefined;
|
|
45
|
+
ip_address?: string | undefined;
|
|
46
|
+
query_string?: string | undefined;
|
|
47
|
+
request_body?: Record<string, unknown> | undefined;
|
|
48
|
+
request_headers?: Record<string, unknown> | undefined;
|
|
49
|
+
request_id?: string | undefined;
|
|
50
|
+
}, {
|
|
51
|
+
method: string;
|
|
52
|
+
path: string;
|
|
53
|
+
id: string;
|
|
54
|
+
latency_ms: number;
|
|
55
|
+
full_url: string;
|
|
56
|
+
status_code: number;
|
|
57
|
+
created_at?: string | undefined;
|
|
58
|
+
org?: string | undefined;
|
|
59
|
+
metadata?: Record<string, unknown> | undefined;
|
|
60
|
+
thread?: string | undefined;
|
|
61
|
+
user?: string | undefined;
|
|
62
|
+
team?: string | undefined;
|
|
63
|
+
error_message?: string | undefined;
|
|
64
|
+
event_type?: string | undefined;
|
|
65
|
+
api_key_type?: string | undefined;
|
|
66
|
+
handler_module?: string | undefined;
|
|
67
|
+
ip_address?: string | undefined;
|
|
68
|
+
query_string?: string | undefined;
|
|
69
|
+
request_body?: Record<string, unknown> | undefined;
|
|
70
|
+
request_headers?: Record<string, unknown> | undefined;
|
|
71
|
+
request_id?: string | undefined;
|
|
72
|
+
}>;
|
|
73
|
+
export type ApiCall = z.infer<typeof apiCallSchema>;
|
|
74
|
+
/** Schema for a documented API endpoint in the developer API explorer. */
|
|
75
|
+
export declare const apiExplorerEndpointSchema: z.ZodObject<{
|
|
76
|
+
deprecated: z.ZodBoolean;
|
|
77
|
+
description: z.ZodOptional<z.ZodString>;
|
|
78
|
+
errors: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
79
|
+
method: z.ZodString;
|
|
80
|
+
params: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
81
|
+
path: z.ZodString;
|
|
82
|
+
returns: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
83
|
+
scope: z.ZodString;
|
|
84
|
+
tags: z.ZodArray<z.ZodString, "many">;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
method: string;
|
|
87
|
+
params: Record<string, unknown>[];
|
|
88
|
+
path: string;
|
|
89
|
+
scope: string;
|
|
90
|
+
deprecated: boolean;
|
|
91
|
+
errors: Record<string, unknown>[];
|
|
92
|
+
tags: string[];
|
|
93
|
+
description?: string | undefined;
|
|
94
|
+
returns?: Record<string, unknown> | undefined;
|
|
95
|
+
}, {
|
|
96
|
+
method: string;
|
|
97
|
+
params: Record<string, unknown>[];
|
|
98
|
+
path: string;
|
|
99
|
+
scope: string;
|
|
100
|
+
deprecated: boolean;
|
|
101
|
+
errors: Record<string, unknown>[];
|
|
102
|
+
tags: string[];
|
|
103
|
+
description?: string | undefined;
|
|
104
|
+
returns?: Record<string, unknown> | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
export type ApiExplorerEndpoint = z.infer<typeof apiExplorerEndpointSchema>;
|
|
107
|
+
/** Schema for the API explorer response. */
|
|
108
|
+
export declare const apiExplorerIndexSchema: z.ZodObject<{
|
|
109
|
+
data: z.ZodArray<z.ZodObject<{
|
|
110
|
+
deprecated: z.ZodBoolean;
|
|
111
|
+
description: z.ZodOptional<z.ZodString>;
|
|
112
|
+
errors: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
113
|
+
method: z.ZodString;
|
|
114
|
+
params: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
115
|
+
path: z.ZodString;
|
|
116
|
+
returns: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
117
|
+
scope: z.ZodString;
|
|
118
|
+
tags: z.ZodArray<z.ZodString, "many">;
|
|
119
|
+
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
method: string;
|
|
121
|
+
params: Record<string, unknown>[];
|
|
122
|
+
path: string;
|
|
123
|
+
scope: string;
|
|
124
|
+
deprecated: boolean;
|
|
125
|
+
errors: Record<string, unknown>[];
|
|
126
|
+
tags: string[];
|
|
127
|
+
description?: string | undefined;
|
|
128
|
+
returns?: Record<string, unknown> | undefined;
|
|
129
|
+
}, {
|
|
130
|
+
method: string;
|
|
131
|
+
params: Record<string, unknown>[];
|
|
132
|
+
path: string;
|
|
133
|
+
scope: string;
|
|
134
|
+
deprecated: boolean;
|
|
135
|
+
errors: Record<string, unknown>[];
|
|
136
|
+
tags: string[];
|
|
137
|
+
description?: string | undefined;
|
|
138
|
+
returns?: Record<string, unknown> | undefined;
|
|
139
|
+
}>, "many">;
|
|
140
|
+
schemas: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
141
|
+
}, "strip", z.ZodTypeAny, {
|
|
142
|
+
data: {
|
|
143
|
+
method: string;
|
|
144
|
+
params: Record<string, unknown>[];
|
|
145
|
+
path: string;
|
|
146
|
+
scope: string;
|
|
147
|
+
deprecated: boolean;
|
|
148
|
+
errors: Record<string, unknown>[];
|
|
149
|
+
tags: string[];
|
|
150
|
+
description?: string | undefined;
|
|
151
|
+
returns?: Record<string, unknown> | undefined;
|
|
152
|
+
}[];
|
|
153
|
+
schemas?: Record<string, unknown> | undefined;
|
|
154
|
+
}, {
|
|
155
|
+
data: {
|
|
156
|
+
method: string;
|
|
157
|
+
params: Record<string, unknown>[];
|
|
158
|
+
path: string;
|
|
159
|
+
scope: string;
|
|
160
|
+
deprecated: boolean;
|
|
161
|
+
errors: Record<string, unknown>[];
|
|
162
|
+
tags: string[];
|
|
163
|
+
description?: string | undefined;
|
|
164
|
+
returns?: Record<string, unknown> | undefined;
|
|
165
|
+
}[];
|
|
166
|
+
schemas?: Record<string, unknown> | undefined;
|
|
167
|
+
}>;
|
|
168
|
+
export type ApiExplorerIndex = z.infer<typeof apiExplorerIndexSchema>;
|
|
169
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/types/api.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBxB,CAAC;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEpD,0EAA0E;AAC1E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUpC,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,4CAA4C;AAC5C,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// Copyright (c) 2026 ArchAstro Inc. All Rights Reserved.
|
|
2
|
+
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
+
// Content hash: d7a1ff76ef26
|
|
4
|
+
import { z } from "zod";
|
|
5
|
+
/** Schema for an API call record.
|
|
6
|
+
|
|
7
|
+
Maps to serialized API call output from developer portal API.
|
|
8
|
+
*/
|
|
9
|
+
export const apiCallSchema = z.object({
|
|
10
|
+
api_key_type: z.string().optional(), // API key type (publishable or secret)
|
|
11
|
+
created_at: z.string().optional(), // Created timestamp
|
|
12
|
+
error_message: z.string().optional(), // Error message if request failed
|
|
13
|
+
event_type: z.string().optional(), // Webhook event type (e.g. push, pull_request)
|
|
14
|
+
full_url: z.string(), // Full request URL with query string
|
|
15
|
+
handler_module: z.string().optional(), // ApiDsl action module
|
|
16
|
+
id: z.string(), // Public ID (aac_...)
|
|
17
|
+
ip_address: z.string().optional(), // Client IP address
|
|
18
|
+
latency_ms: z.number().int(), // Latency in milliseconds
|
|
19
|
+
metadata: z.record(z.unknown()).optional(), // Additional metadata (e.g. integration_ids for webhooks)
|
|
20
|
+
method: z.string(), // HTTP method
|
|
21
|
+
org: z.string().optional(), // Org if org-scoped
|
|
22
|
+
path: z.string(), // Sanitized path with param placeholders
|
|
23
|
+
query_string: z.string().optional(), // Query string
|
|
24
|
+
request_body: z.record(z.unknown()).optional(), // Request body payload (webhooks only)
|
|
25
|
+
request_headers: z.record(z.unknown()).optional(), // Request headers (webhooks only)
|
|
26
|
+
request_id: z.string().optional(), // Request ID from Plug.RequestId
|
|
27
|
+
status_code: z.number().int(), // HTTP status code
|
|
28
|
+
team: z.string().optional(), // Team if team-scoped
|
|
29
|
+
thread: z.string().optional(), // Thread if thread-scoped
|
|
30
|
+
user: z.string().optional(), // User if user-scoped
|
|
31
|
+
});
|
|
32
|
+
/** Schema for a documented API endpoint in the developer API explorer. */
|
|
33
|
+
export const apiExplorerEndpointSchema = z.object({
|
|
34
|
+
deprecated: z.boolean(), // Whether the route is deprecated
|
|
35
|
+
description: z.string().optional(), // Endpoint description
|
|
36
|
+
errors: z.array(z.record(z.unknown())), // Documented error responses
|
|
37
|
+
method: z.string(), // HTTP method
|
|
38
|
+
params: z.array(z.record(z.unknown())), // Documented params
|
|
39
|
+
path: z.string(), // Route path
|
|
40
|
+
returns: z.record(z.unknown()).optional(), // Return schema description
|
|
41
|
+
scope: z.string(), // Endpoint scope
|
|
42
|
+
tags: z.array(z.string()), // Route tags
|
|
43
|
+
});
|
|
44
|
+
/** Schema for the API explorer response. */
|
|
45
|
+
export const apiExplorerIndexSchema = z.object({
|
|
46
|
+
data: z.array(apiExplorerEndpointSchema), // Documented API endpoints
|
|
47
|
+
schemas: z.record(z.unknown()).optional(), // Collected schema definitions
|
|
48
|
+
});
|
|
49
|
+
//# sourceMappingURL=api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/types/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,31 @@ export declare const artifactVersionSchema: z.ZodObject<{
|
|
|
9
9
|
file_name: z.ZodOptional<z.ZodString>;
|
|
10
10
|
file_url: z.ZodOptional<z.ZodString>;
|
|
11
11
|
id: z.ZodString;
|
|
12
|
-
image_source: z.ZodOptional<z.
|
|
12
|
+
image_source: z.ZodOptional<z.ZodObject<{
|
|
13
|
+
file: z.ZodOptional<z.ZodString>;
|
|
14
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
15
|
+
media: z.ZodOptional<z.ZodString>;
|
|
16
|
+
mime_type: z.ZodOptional<z.ZodString>;
|
|
17
|
+
refresh_url: z.ZodOptional<z.ZodString>;
|
|
18
|
+
url: z.ZodOptional<z.ZodString>;
|
|
19
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
file?: string | undefined;
|
|
22
|
+
height?: number | undefined;
|
|
23
|
+
media?: string | undefined;
|
|
24
|
+
mime_type?: string | undefined;
|
|
25
|
+
refresh_url?: string | undefined;
|
|
26
|
+
url?: string | undefined;
|
|
27
|
+
width?: number | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
file?: string | undefined;
|
|
30
|
+
height?: number | undefined;
|
|
31
|
+
media?: string | undefined;
|
|
32
|
+
mime_type?: string | undefined;
|
|
33
|
+
refresh_url?: string | undefined;
|
|
34
|
+
url?: string | undefined;
|
|
35
|
+
width?: number | undefined;
|
|
36
|
+
}>>;
|
|
13
37
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
14
38
|
version_number: z.ZodOptional<z.ZodNumber>;
|
|
15
39
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18,24 +42,40 @@ export declare const artifactVersionSchema: z.ZodObject<{
|
|
|
18
42
|
created_at?: string | undefined;
|
|
19
43
|
updated_at?: string | undefined;
|
|
20
44
|
content_type?: string | undefined;
|
|
21
|
-
image_source?:
|
|
22
|
-
|
|
45
|
+
image_source?: {
|
|
46
|
+
file?: string | undefined;
|
|
47
|
+
height?: number | undefined;
|
|
48
|
+
media?: string | undefined;
|
|
49
|
+
mime_type?: string | undefined;
|
|
50
|
+
refresh_url?: string | undefined;
|
|
51
|
+
url?: string | undefined;
|
|
52
|
+
width?: number | undefined;
|
|
53
|
+
} | undefined;
|
|
23
54
|
change_description?: string | undefined;
|
|
55
|
+
version_number?: number | undefined;
|
|
56
|
+
artifact?: string | undefined;
|
|
24
57
|
file_name?: string | undefined;
|
|
25
58
|
file_url?: string | undefined;
|
|
26
|
-
version_number?: number | undefined;
|
|
27
59
|
}, {
|
|
28
60
|
id: string;
|
|
29
61
|
file?: string | undefined;
|
|
30
62
|
created_at?: string | undefined;
|
|
31
63
|
updated_at?: string | undefined;
|
|
32
64
|
content_type?: string | undefined;
|
|
33
|
-
image_source?:
|
|
34
|
-
|
|
65
|
+
image_source?: {
|
|
66
|
+
file?: string | undefined;
|
|
67
|
+
height?: number | undefined;
|
|
68
|
+
media?: string | undefined;
|
|
69
|
+
mime_type?: string | undefined;
|
|
70
|
+
refresh_url?: string | undefined;
|
|
71
|
+
url?: string | undefined;
|
|
72
|
+
width?: number | undefined;
|
|
73
|
+
} | undefined;
|
|
35
74
|
change_description?: string | undefined;
|
|
75
|
+
version_number?: number | undefined;
|
|
76
|
+
artifact?: string | undefined;
|
|
36
77
|
file_name?: string | undefined;
|
|
37
78
|
file_url?: string | undefined;
|
|
38
|
-
version_number?: number | undefined;
|
|
39
79
|
}>;
|
|
40
80
|
export type ArtifactVersion = z.infer<typeof artifactVersionSchema>;
|
|
41
81
|
/** API schema for an artifact. */
|
|
@@ -49,7 +89,31 @@ export declare const artifactSchema: z.ZodObject<{
|
|
|
49
89
|
file_name: z.ZodOptional<z.ZodString>;
|
|
50
90
|
file_url: z.ZodOptional<z.ZodString>;
|
|
51
91
|
id: z.ZodString;
|
|
52
|
-
image_source: z.ZodOptional<z.
|
|
92
|
+
image_source: z.ZodOptional<z.ZodObject<{
|
|
93
|
+
file: z.ZodOptional<z.ZodString>;
|
|
94
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
95
|
+
media: z.ZodOptional<z.ZodString>;
|
|
96
|
+
mime_type: z.ZodOptional<z.ZodString>;
|
|
97
|
+
refresh_url: z.ZodOptional<z.ZodString>;
|
|
98
|
+
url: z.ZodOptional<z.ZodString>;
|
|
99
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
100
|
+
}, "strip", z.ZodTypeAny, {
|
|
101
|
+
file?: string | undefined;
|
|
102
|
+
height?: number | undefined;
|
|
103
|
+
media?: string | undefined;
|
|
104
|
+
mime_type?: string | undefined;
|
|
105
|
+
refresh_url?: string | undefined;
|
|
106
|
+
url?: string | undefined;
|
|
107
|
+
width?: number | undefined;
|
|
108
|
+
}, {
|
|
109
|
+
file?: string | undefined;
|
|
110
|
+
height?: number | undefined;
|
|
111
|
+
media?: string | undefined;
|
|
112
|
+
mime_type?: string | undefined;
|
|
113
|
+
refresh_url?: string | undefined;
|
|
114
|
+
url?: string | undefined;
|
|
115
|
+
width?: number | undefined;
|
|
116
|
+
}>>;
|
|
53
117
|
name: z.ZodOptional<z.ZodString>;
|
|
54
118
|
org: z.ZodOptional<z.ZodString>;
|
|
55
119
|
sandbox: z.ZodOptional<z.ZodString>;
|
|
@@ -61,41 +125,57 @@ export declare const artifactSchema: z.ZodObject<{
|
|
|
61
125
|
}, "strip", z.ZodTypeAny, {
|
|
62
126
|
id: string;
|
|
63
127
|
file?: string | undefined;
|
|
64
|
-
|
|
65
|
-
created_at?: string | undefined;
|
|
128
|
+
name?: string | undefined;
|
|
66
129
|
org?: string | undefined;
|
|
67
130
|
sandbox?: string | undefined;
|
|
68
|
-
|
|
131
|
+
created_at?: string | undefined;
|
|
69
132
|
thread?: string | undefined;
|
|
70
133
|
user?: string | undefined;
|
|
71
|
-
name?: string | undefined;
|
|
72
134
|
updated_at?: string | undefined;
|
|
73
|
-
description?: string | undefined;
|
|
74
135
|
content_type?: string | undefined;
|
|
75
|
-
image_source?:
|
|
136
|
+
image_source?: {
|
|
137
|
+
file?: string | undefined;
|
|
138
|
+
height?: number | undefined;
|
|
139
|
+
media?: string | undefined;
|
|
140
|
+
mime_type?: string | undefined;
|
|
141
|
+
refresh_url?: string | undefined;
|
|
142
|
+
url?: string | undefined;
|
|
143
|
+
width?: number | undefined;
|
|
144
|
+
} | undefined;
|
|
145
|
+
description?: string | undefined;
|
|
76
146
|
version?: number | undefined;
|
|
147
|
+
agent?: string | undefined;
|
|
148
|
+
team?: string | undefined;
|
|
149
|
+
current_version?: string | undefined;
|
|
77
150
|
file_name?: string | undefined;
|
|
78
151
|
file_url?: string | undefined;
|
|
79
|
-
current_version?: string | undefined;
|
|
80
152
|
}, {
|
|
81
153
|
id: string;
|
|
82
154
|
file?: string | undefined;
|
|
83
|
-
|
|
84
|
-
created_at?: string | undefined;
|
|
155
|
+
name?: string | undefined;
|
|
85
156
|
org?: string | undefined;
|
|
86
157
|
sandbox?: string | undefined;
|
|
87
|
-
|
|
158
|
+
created_at?: string | undefined;
|
|
88
159
|
thread?: string | undefined;
|
|
89
160
|
user?: string | undefined;
|
|
90
|
-
name?: string | undefined;
|
|
91
161
|
updated_at?: string | undefined;
|
|
92
|
-
description?: string | undefined;
|
|
93
162
|
content_type?: string | undefined;
|
|
94
|
-
image_source?:
|
|
163
|
+
image_source?: {
|
|
164
|
+
file?: string | undefined;
|
|
165
|
+
height?: number | undefined;
|
|
166
|
+
media?: string | undefined;
|
|
167
|
+
mime_type?: string | undefined;
|
|
168
|
+
refresh_url?: string | undefined;
|
|
169
|
+
url?: string | undefined;
|
|
170
|
+
width?: number | undefined;
|
|
171
|
+
} | undefined;
|
|
172
|
+
description?: string | undefined;
|
|
95
173
|
version?: number | undefined;
|
|
174
|
+
agent?: string | undefined;
|
|
175
|
+
team?: string | undefined;
|
|
176
|
+
current_version?: string | undefined;
|
|
96
177
|
file_name?: string | undefined;
|
|
97
178
|
file_url?: string | undefined;
|
|
98
|
-
current_version?: string | undefined;
|
|
99
179
|
}>;
|
|
100
180
|
export type Artifact = z.infer<typeof artifactSchema>;
|
|
101
181
|
//# sourceMappingURL=artifacts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artifacts.d.ts","sourceRoot":"","sources":["../../src/types/artifacts.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"artifacts.d.ts","sourceRoot":"","sources":["../../src/types/artifacts.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,0CAA0C;AAC1C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYhC,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAEpE,kCAAkC;AAClC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBzB,CAAC;AACH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
|
package/dist/types/artifacts.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
// Copyright (c) 2026 ArchAstro Inc. All Rights Reserved.
|
|
2
2
|
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
-
// Content hash:
|
|
3
|
+
// Content hash: ea655e02727a
|
|
4
4
|
import { z } from "zod";
|
|
5
|
+
import { imageSourceSchema } from "./image.js";
|
|
5
6
|
/** API schema for an artifact version. */
|
|
6
7
|
export const artifactVersionSchema = z.object({
|
|
7
8
|
artifact: z.string().optional(), // Parent artifact
|
|
@@ -12,7 +13,7 @@ export const artifactVersionSchema = z.object({
|
|
|
12
13
|
file_name: z.string().optional(), // Original filename
|
|
13
14
|
file_url: z.string().optional(), // Signed file URL
|
|
14
15
|
id: z.string(), // Artifact version ID
|
|
15
|
-
image_source:
|
|
16
|
+
image_source: imageSourceSchema.optional(), // Image source metadata
|
|
16
17
|
updated_at: z.string().optional(), // Last update timestamp
|
|
17
18
|
version_number: z.number().int().optional(), // Version number
|
|
18
19
|
});
|
|
@@ -27,7 +28,7 @@ export const artifactSchema = z.object({
|
|
|
27
28
|
file_name: z.string().optional(), // Original filename
|
|
28
29
|
file_url: z.string().optional(), // Signed file URL
|
|
29
30
|
id: z.string(), // Artifact ID
|
|
30
|
-
image_source:
|
|
31
|
+
image_source: imageSourceSchema.optional(), // Image source metadata
|
|
31
32
|
name: z.string().optional(), // Artifact name
|
|
32
33
|
org: z.string().optional(), // Organization
|
|
33
34
|
sandbox: z.string().optional(), // Sandbox identifier
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artifacts.js","sourceRoot":"","sources":["../../src/types/artifacts.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"artifacts.js","sourceRoot":"","sources":["../../src/types/artifacts.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,8 +9,8 @@ export declare const automationRunSchema: z.ZodObject<{
|
|
|
9
9
|
created_at: z.ZodOptional<z.ZodString>;
|
|
10
10
|
event_id: z.ZodOptional<z.ZodString>;
|
|
11
11
|
id: z.ZodString;
|
|
12
|
-
payload: z.ZodOptional<z.ZodUnknown
|
|
13
|
-
result: z.ZodOptional<z.ZodUnknown
|
|
12
|
+
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13
|
+
result: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14
14
|
status: z.ZodString;
|
|
15
15
|
team: z.ZodOptional<z.ZodString>;
|
|
16
16
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
@@ -21,24 +21,24 @@ export declare const automationRunSchema: z.ZodObject<{
|
|
|
21
21
|
app: string;
|
|
22
22
|
automation: string;
|
|
23
23
|
created_at?: string | undefined;
|
|
24
|
-
team?: string | undefined;
|
|
25
24
|
user?: string | undefined;
|
|
26
|
-
payload?: unknown;
|
|
27
25
|
updated_at?: string | undefined;
|
|
26
|
+
payload?: Record<string, unknown> | undefined;
|
|
27
|
+
team?: string | undefined;
|
|
28
28
|
event_id?: string | undefined;
|
|
29
|
-
result?: unknown;
|
|
29
|
+
result?: Record<string, unknown> | undefined;
|
|
30
30
|
}, {
|
|
31
31
|
status: string;
|
|
32
32
|
id: string;
|
|
33
33
|
app: string;
|
|
34
34
|
automation: string;
|
|
35
35
|
created_at?: string | undefined;
|
|
36
|
-
team?: string | undefined;
|
|
37
36
|
user?: string | undefined;
|
|
38
|
-
payload?: unknown;
|
|
39
37
|
updated_at?: string | undefined;
|
|
38
|
+
payload?: Record<string, unknown> | undefined;
|
|
39
|
+
team?: string | undefined;
|
|
40
40
|
event_id?: string | undefined;
|
|
41
|
-
result?: unknown;
|
|
41
|
+
result?: Record<string, unknown> | undefined;
|
|
42
42
|
}>;
|
|
43
43
|
export type AutomationRun = z.infer<typeof automationRunSchema>;
|
|
44
44
|
/** Schema for a developer automation.
|
|
@@ -56,7 +56,7 @@ export declare const automationSchema: z.ZodObject<{
|
|
|
56
56
|
input_schema_config: z.ZodOptional<z.ZodString>;
|
|
57
57
|
invoke_auth: z.ZodOptional<z.ZodString>;
|
|
58
58
|
lookup_key: z.ZodOptional<z.ZodString>;
|
|
59
|
-
metadata: z.ZodOptional<z.ZodUnknown
|
|
59
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
60
60
|
name: z.ZodString;
|
|
61
61
|
run_as_agent: z.ZodOptional<z.ZodString>;
|
|
62
62
|
run_as_user: z.ZodOptional<z.ZodString>;
|
|
@@ -71,11 +71,11 @@ export declare const automationSchema: z.ZodObject<{
|
|
|
71
71
|
id: string;
|
|
72
72
|
name: string;
|
|
73
73
|
app: string;
|
|
74
|
+
metadata?: Record<string, unknown> | undefined;
|
|
74
75
|
created_at?: string | undefined;
|
|
75
|
-
metadata?: unknown;
|
|
76
76
|
updated_at?: string | undefined;
|
|
77
|
-
lookup_key?: string | undefined;
|
|
78
77
|
description?: string | undefined;
|
|
78
|
+
lookup_key?: string | undefined;
|
|
79
79
|
config?: string | undefined;
|
|
80
80
|
created_by_user?: string | undefined;
|
|
81
81
|
creator?: string | undefined;
|
|
@@ -91,11 +91,11 @@ export declare const automationSchema: z.ZodObject<{
|
|
|
91
91
|
id: string;
|
|
92
92
|
name: string;
|
|
93
93
|
app: string;
|
|
94
|
+
metadata?: Record<string, unknown> | undefined;
|
|
94
95
|
created_at?: string | undefined;
|
|
95
|
-
metadata?: unknown;
|
|
96
96
|
updated_at?: string | undefined;
|
|
97
|
-
lookup_key?: string | undefined;
|
|
98
97
|
description?: string | undefined;
|
|
98
|
+
lookup_key?: string | undefined;
|
|
99
99
|
config?: string | undefined;
|
|
100
100
|
created_by_user?: string | undefined;
|
|
101
101
|
creator?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Copyright (c) 2026 ArchAstro Inc. All Rights Reserved.
|
|
2
2
|
// This file is auto-generated by @archastro/sdk-generator. Do not edit.
|
|
3
|
-
// Content hash:
|
|
3
|
+
// Content hash: 4d40c64be864
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
/** Schema for an automation run.
|
|
6
6
|
|
|
@@ -12,8 +12,8 @@ export const automationRunSchema = z.object({
|
|
|
12
12
|
created_at: z.string().optional(), // Created timestamp
|
|
13
13
|
event_id: z.string().optional(), // Triggering event ID
|
|
14
14
|
id: z.string(), // Public ID (atr_...)
|
|
15
|
-
payload: z.unknown().optional(), // Event payload
|
|
16
|
-
result: z.unknown().optional(), // Workflow execution result (payload and output)
|
|
15
|
+
payload: z.record(z.unknown()).optional(), // Event payload
|
|
16
|
+
result: z.record(z.unknown()).optional(), // Workflow execution result (payload and output)
|
|
17
17
|
status: z.string(), // Status: pending, running, completed, failed, cancelled
|
|
18
18
|
team: z.string().optional(), // Team if team-owned
|
|
19
19
|
updated_at: z.string().optional(), // Updated timestamp
|
|
@@ -34,7 +34,7 @@ export const automationSchema = z.object({
|
|
|
34
34
|
input_schema_config: z.string().optional(), // Input schema config (cfg_...)
|
|
35
35
|
invoke_auth: z.string().optional(), // Auth mode: secret_key or user
|
|
36
36
|
lookup_key: z.string().optional(), // Optional unique lookup key
|
|
37
|
-
metadata: z.unknown().optional(), // Arbitrary metadata
|
|
37
|
+
metadata: z.record(z.unknown()).optional(), // Arbitrary metadata
|
|
38
38
|
name: z.string(), // Automation name
|
|
39
39
|
run_as_agent: z.string().optional(), // Agent to run as (agt_...)
|
|
40
40
|
run_as_user: z.string().optional(), // User to run as (usr_...)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations.js","sourceRoot":"","sources":["../../src/types/automations.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,gBAAgB;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,uBAAuB;IAC/C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,oBAAoB;IACvD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,sBAAsB;IACvD,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,sBAAsB;IACtC,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,EAAE,gBAAgB;
|
|
1
|
+
{"version":3,"file":"automations.js","sourceRoot":"","sources":["../../src/types/automations.ts"],"names":[],"mappings":"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"}
|