@archastro/sdk 0.5.0 → 0.5.3
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 +86 -0
- package/dist/auth.d.ts +143 -0
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +187 -1
- package/dist/auth.js.map +1 -1
- package/dist/client.d.ts +26 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +27 -1
- 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/types/ai.d.ts +150 -12
- package/dist/types/ai.d.ts.map +1 -1
- package/dist/types/ai.js +71 -41
- package/dist/types/ai.js.map +1 -1
- package/dist/types/artifacts.d.ts +81 -24
- package/dist/types/artifacts.d.ts.map +1 -1
- package/dist/types/artifacts.js +39 -21
- package/dist/types/artifacts.js.map +1 -1
- package/dist/types/automations.d.ts +41 -9
- package/dist/types/automations.d.ts.map +1 -1
- package/dist/types/automations.js +25 -17
- package/dist/types/automations.js.map +1 -1
- package/dist/types/chat.d.ts +21185 -39
- package/dist/types/chat.d.ts.map +1 -1
- package/dist/types/chat.js +64 -8
- package/dist/types/chat.js.map +1 -1
- package/dist/types/common.d.ts +16970 -2136
- package/dist/types/common.d.ts.map +1 -1
- package/dist/types/common.js +1695 -332
- package/dist/types/common.js.map +1 -1
- package/dist/types/config.d.ts +239 -31
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/config.js +86 -34
- package/dist/types/config.js.map +1 -1
- package/dist/types/image.d.ts +27 -4
- package/dist/types/image.d.ts.map +1 -1
- package/dist/types/image.js +17 -10
- package/dist/types/image.js.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -2
- package/dist/types/index.js.map +1 -1
- package/dist/types/invites.d.ts +20 -11
- package/dist/types/invites.d.ts.map +1 -1
- package/dist/types/invites.js +9 -12
- package/dist/types/invites.js.map +1 -1
- package/dist/types/notifications.d.ts +163 -0
- package/dist/types/notifications.d.ts.map +1 -0
- package/dist/types/notifications.js +44 -0
- package/dist/types/notifications.js.map +1 -0
- package/dist/types/teams.d.ts +1628 -231
- package/dist/types/teams.d.ts.map +1 -1
- package/dist/types/teams.js +76 -45
- package/dist/types/teams.js.map +1 -1
- package/dist/types/threads.d.ts +997 -243
- package/dist/types/threads.d.ts.map +1 -1
- package/dist/types/threads.js +84 -51
- package/dist/types/threads.js.map +1 -1
- package/dist/types/users.d.ts +98 -18
- package/dist/types/users.d.ts.map +1 -1
- package/dist/types/users.js +43 -18
- package/dist/types/users.js.map +1 -1
- package/dist/v1/resources/activity_feed.d.ts +89 -0
- package/dist/v1/resources/activity_feed.d.ts.map +1 -1
- package/dist/v1/resources/activity_feed.js +56 -2
- package/dist/v1/resources/activity_feed.js.map +1 -1
- package/dist/v1/resources/agent_computers.d.ts +48 -2
- package/dist/v1/resources/agent_computers.d.ts.map +1 -1
- package/dist/v1/resources/agent_computers.js +48 -1
- package/dist/v1/resources/agent_computers.js.map +1 -1
- package/dist/v1/resources/agent_env_vars.d.ts +50 -0
- package/dist/v1/resources/agent_env_vars.d.ts.map +1 -0
- package/dist/v1/resources/agent_env_vars.js +56 -0
- package/dist/v1/resources/agent_env_vars.js.map +1 -0
- package/dist/v1/resources/agent_health_actions.d.ts +43 -0
- package/dist/v1/resources/agent_health_actions.d.ts.map +1 -0
- package/dist/v1/resources/agent_health_actions.js +50 -0
- package/dist/v1/resources/agent_health_actions.js.map +1 -0
- package/dist/v1/resources/agent_installations.d.ts +100 -0
- package/dist/v1/resources/agent_installations.d.ts.map +1 -1
- package/dist/v1/resources/agent_installations.js +106 -2
- package/dist/v1/resources/agent_installations.js.map +1 -1
- package/dist/v1/resources/agent_routine_runs.d.ts +33 -0
- package/dist/v1/resources/agent_routine_runs.d.ts.map +1 -0
- package/dist/v1/resources/agent_routine_runs.js +48 -0
- package/dist/v1/resources/agent_routine_runs.js.map +1 -0
- package/dist/v1/resources/agent_routines.d.ts +148 -2
- package/dist/v1/resources/agent_routines.d.ts.map +1 -1
- package/dist/v1/resources/agent_routines.js +168 -3
- package/dist/v1/resources/agent_routines.js.map +1 -1
- package/dist/v1/resources/agent_sessions.d.ts +118 -1
- package/dist/v1/resources/agent_sessions.d.ts.map +1 -1
- package/dist/v1/resources/agent_sessions.js +134 -2
- package/dist/v1/resources/agent_sessions.js.map +1 -1
- package/dist/v1/resources/agent_skills.d.ts +83 -1
- package/dist/v1/resources/agent_skills.d.ts.map +1 -1
- package/dist/v1/resources/agent_skills.js +87 -2
- package/dist/v1/resources/agent_skills.js.map +1 -1
- package/dist/v1/resources/agent_tools.d.ts +109 -2
- package/dist/v1/resources/agent_tools.d.ts.map +1 -1
- package/dist/v1/resources/agent_tools.js +114 -2
- package/dist/v1/resources/agent_tools.js.map +1 -1
- package/dist/v1/resources/agents.d.ts +517 -9
- package/dist/v1/resources/agents.d.ts.map +1 -1
- package/dist/v1/resources/agents.js +515 -12
- package/dist/v1/resources/agents.js.map +1 -1
- package/dist/v1/resources/ai.d.ts +93 -0
- package/dist/v1/resources/ai.d.ts.map +1 -1
- package/dist/v1/resources/ai.js +89 -1
- package/dist/v1/resources/ai.js.map +1 -1
- package/dist/v1/resources/artifacts.d.ts +73 -0
- package/dist/v1/resources/artifacts.d.ts.map +1 -1
- package/dist/v1/resources/artifacts.js +74 -2
- package/dist/v1/resources/artifacts.js.map +1 -1
- package/dist/v1/resources/automation_runs.d.ts +8 -4
- package/dist/v1/resources/automation_runs.d.ts.map +1 -1
- package/dist/v1/resources/automation_runs.js +9 -5
- package/dist/v1/resources/automation_runs.js.map +1 -1
- package/dist/v1/resources/automations.d.ts +20 -0
- package/dist/v1/resources/automations.d.ts.map +1 -1
- package/dist/v1/resources/automations.js +21 -1
- package/dist/v1/resources/automations.js.map +1 -1
- package/dist/v1/resources/bug_reports.d.ts +29 -0
- package/dist/v1/resources/bug_reports.d.ts.map +1 -0
- package/dist/v1/resources/bug_reports.js +29 -0
- package/dist/v1/resources/bug_reports.js.map +1 -0
- package/dist/v1/resources/config.d.ts +429 -4
- package/dist/v1/resources/config.d.ts.map +1 -1
- package/dist/v1/resources/config.js +493 -9
- package/dist/v1/resources/config.js.map +1 -1
- package/dist/v1/resources/custom_objects.d.ts +117 -2
- package/dist/v1/resources/custom_objects.d.ts.map +1 -1
- package/dist/v1/resources/custom_objects.js +132 -3
- package/dist/v1/resources/custom_objects.js.map +1 -1
- package/dist/v1/resources/files.d.ts +62 -0
- package/dist/v1/resources/files.d.ts.map +1 -0
- package/dist/v1/resources/files.js +58 -0
- package/dist/v1/resources/files.js.map +1 -0
- package/dist/v1/resources/index.d.ts +13 -0
- package/dist/v1/resources/index.d.ts.map +1 -1
- package/dist/v1/resources/index.js +14 -1
- package/dist/v1/resources/index.js.map +1 -1
- package/dist/v1/resources/installation_sources.d.ts +12 -0
- package/dist/v1/resources/installation_sources.d.ts.map +1 -1
- package/dist/v1/resources/installation_sources.js +13 -1
- package/dist/v1/resources/installation_sources.js.map +1 -1
- package/dist/v1/resources/invites.d.ts +15 -0
- package/dist/v1/resources/invites.d.ts.map +1 -1
- package/dist/v1/resources/invites.js +16 -1
- package/dist/v1/resources/invites.js.map +1 -1
- package/dist/v1/resources/knowledge_documents.d.ts +104 -0
- package/dist/v1/resources/knowledge_documents.d.ts.map +1 -0
- package/dist/v1/resources/knowledge_documents.js +112 -0
- package/dist/v1/resources/knowledge_documents.js.map +1 -0
- package/dist/v1/resources/knowledge_sources.d.ts +190 -0
- package/dist/v1/resources/knowledge_sources.d.ts.map +1 -0
- package/dist/v1/resources/knowledge_sources.js +176 -0
- package/dist/v1/resources/knowledge_sources.js.map +1 -0
- package/dist/v1/resources/kv.d.ts +73 -0
- package/dist/v1/resources/kv.d.ts.map +1 -1
- package/dist/v1/resources/kv.js +96 -3
- package/dist/v1/resources/kv.js.map +1 -1
- package/dist/v1/resources/notification_preferences.d.ts +61 -0
- package/dist/v1/resources/notification_preferences.d.ts.map +1 -0
- package/dist/v1/resources/notification_preferences.js +65 -0
- package/dist/v1/resources/notification_preferences.js.map +1 -0
- package/dist/v1/resources/notifications.d.ts +133 -0
- package/dist/v1/resources/notifications.d.ts.map +1 -0
- package/dist/v1/resources/notifications.js +136 -0
- package/dist/v1/resources/notifications.js.map +1 -0
- package/dist/v1/resources/orgs.d.ts +18 -0
- package/dist/v1/resources/orgs.d.ts.map +1 -1
- package/dist/v1/resources/orgs.js +30 -2
- package/dist/v1/resources/orgs.js.map +1 -1
- package/dist/v1/resources/slack_channel_bindings.d.ts +101 -0
- package/dist/v1/resources/slack_channel_bindings.d.ts.map +1 -0
- package/dist/v1/resources/slack_channel_bindings.js +114 -0
- package/dist/v1/resources/slack_channel_bindings.js.map +1 -0
- package/dist/v1/resources/solution_categories.d.ts +36 -0
- package/dist/v1/resources/solution_categories.d.ts.map +1 -0
- package/dist/v1/resources/solution_categories.js +55 -0
- package/dist/v1/resources/solution_categories.js.map +1 -0
- package/dist/v1/resources/solution_tags.d.ts +37 -0
- package/dist/v1/resources/solution_tags.d.ts.map +1 -0
- package/dist/v1/resources/solution_tags.js +54 -0
- package/dist/v1/resources/solution_tags.js.map +1 -0
- package/dist/v1/resources/solutions.d.ts +309 -0
- package/dist/v1/resources/solutions.d.ts.map +1 -0
- package/dist/v1/resources/solutions.js +214 -0
- package/dist/v1/resources/solutions.js.map +1 -0
- package/dist/v1/resources/team_memberships.d.ts +31 -0
- package/dist/v1/resources/team_memberships.d.ts.map +1 -1
- package/dist/v1/resources/team_memberships.js +49 -2
- package/dist/v1/resources/team_memberships.js.map +1 -1
- package/dist/v1/resources/teams.d.ts +458 -49
- package/dist/v1/resources/teams.d.ts.map +1 -1
- package/dist/v1/resources/teams.js +319 -27
- package/dist/v1/resources/teams.js.map +1 -1
- package/dist/v1/resources/thread_messages.d.ts +70 -0
- package/dist/v1/resources/thread_messages.d.ts.map +1 -1
- package/dist/v1/resources/thread_messages.js +85 -2
- package/dist/v1/resources/thread_messages.js.map +1 -1
- package/dist/v1/resources/threads.d.ts +201 -0
- package/dist/v1/resources/threads.d.ts.map +1 -1
- package/dist/v1/resources/threads.js +220 -4
- package/dist/v1/resources/threads.js.map +1 -1
- package/dist/v1/resources/users.d.ts +213 -39
- package/dist/v1/resources/users.d.ts.map +1 -1
- package/dist/v1/resources/users.js +121 -16
- package/dist/v1/resources/users.js.map +1 -1
- package/dist/v1.d.ts +26 -0
- package/dist/v1.d.ts.map +1 -1
- package/dist/v1.js +40 -1
- package/dist/v1.js.map +1 -1
- package/package.json +4 -2
- package/dist/types/agents.d.ts +0 -2084
- package/dist/types/agents.d.ts.map +0 -1
- package/dist/types/agents.js +0 -203
- package/dist/types/agents.js.map +0 -1
- package/dist/types/members.d.ts +0 -99
- package/dist/types/members.d.ts.map +0 -1
- package/dist/types/members.js +0 -36
- package/dist/types/members.js.map +0 -1
- package/dist/types/orgs.d.ts +0 -193
- package/dist/types/orgs.d.ts.map +0 -1
- package/dist/types/orgs.js +0 -69
- package/dist/types/orgs.js.map +0 -1
- package/dist/types/reactions.d.ts +0 -29
- package/dist/types/reactions.d.ts.map +0 -1
- package/dist/types/reactions.js +0 -15
- package/dist/types/reactions.js.map +0 -1
- package/dist/types/schedules.d.ts +0 -32
- package/dist/types/schedules.d.ts.map +0 -1
- package/dist/types/schedules.js +0 -16
- package/dist/types/schedules.js.map +0 -1
- package/dist/types/system.d.ts +0 -23
- package/dist/types/system.d.ts.map +0 -1
- package/dist/types/system.js +0 -13
- package/dist/types/system.js.map +0 -1
package/dist/types/config.js
CHANGED
|
@@ -1,41 +1,93 @@
|
|
|
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: 5f72b9dfcbcb
|
|
4
4
|
import { z } from "zod";
|
|
5
|
-
/**
|
|
5
|
+
/** Runtime validator for {@link ConfigVersion}. */
|
|
6
6
|
export const configVersionSchema = z.object({
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/**
|
|
7
|
+
/** Human-readable summary of what changed in this version, as provided by the author. `null` if no description was supplied. */
|
|
8
|
+
change_description: z.string().optional().describe("Human-readable summary of what changed in this version, as provided by the author. `null` if no description was supplied."),
|
|
9
|
+
/** SHA-256 digest of the raw config content encoded as `sha256:<hex>`. Uses the same algorithm as the CLI `computeContentHash` helper. `null` for versions created before this field was introduced. */
|
|
10
|
+
content_hash: z.string().optional().describe("SHA-256 digest of the raw config content encoded as `sha256:<hex>`. Uses the same algorithm as the CLI `computeContentHash` helper. `null` for versions created before this field was introduced."),
|
|
11
|
+
/** When this config version was created (ISO 8601). */
|
|
12
|
+
created_at: z.string().optional().describe("When this config version was created (ISO 8601)."),
|
|
13
|
+
/** Arbitrary structured metadata stored alongside this version. `null` when no extra data was provided. */
|
|
14
|
+
data: z.record(z.unknown()).optional().describe("Arbitrary structured metadata stored alongside this version. `null` when no extra data was provided."),
|
|
15
|
+
/** Config version ID (`cfv_...`). */
|
|
16
|
+
id: z.string().describe("Config version ID (`cfv_...`)."),
|
|
17
|
+
/** Organization ID (`org_...`) that owns this config version. `null` for personal configs. */
|
|
18
|
+
org: z.string().optional().describe("Organization ID (`org_...`) that owns this config version. `null` for personal configs."),
|
|
19
|
+
/** Sandbox ID (`sbx_...`) this version was saved under. `null` for production configs. */
|
|
20
|
+
sandbox: z.string().optional().describe("Sandbox ID (`sbx_...`) this version was saved under. `null` for production configs."),
|
|
21
|
+
/** Monotonically increasing integer identifying this version within the config. Starts at 1. */
|
|
22
|
+
version_number: z.number().int().describe("Monotonically increasing integer identifying this version within the config. Starts at 1."),
|
|
23
|
+
}).describe("A single immutable snapshot of a config's content, created each time the config is saved.");
|
|
24
|
+
/** Runtime validator for {@link Config}. */
|
|
16
25
|
export const configSchema = z.object({
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
*/
|
|
26
|
+
/** Agent ID (`agt_...`) associated with this config. `null` if not linked to an agent. */
|
|
27
|
+
agent: z.string().optional().describe("Agent ID (`agt_...`) associated with this config. `null` if not linked to an agent."),
|
|
28
|
+
/** When this config was first created (ISO 8601). */
|
|
29
|
+
created_at: z.string().optional().describe("When this config was first created (ISO 8601)."),
|
|
30
|
+
/** The most recently saved version of this config. `null` if the config has never been saved with content. */
|
|
31
|
+
current_version: configVersionSchema.optional().describe("The most recently saved version of this config. `null` if the config has never been saved with content."),
|
|
32
|
+
/** Config ID (`cfg_...`). */
|
|
33
|
+
id: z.string().describe("Config ID (`cfg_...`)."),
|
|
34
|
+
/** Whether this config has been archived. Archived configs are hidden from default listings but remain accessible by ID. */
|
|
35
|
+
is_archived: z.boolean().optional().describe("Whether this config has been archived. Archived configs are hidden from default listings but remain accessible by ID."),
|
|
36
|
+
/** Type of config, e.g. `"Agent"` or `"APITool"`. Determines which fields and validation rules apply. */
|
|
37
|
+
kind: z.string().describe("Type of config, e.g. `\"Agent\"` or `\"APITool\"`. Determines which fields and validation rules apply."),
|
|
38
|
+
/** Stable, user-defined key used to look up this config without knowing its ID. `null` if not set. */
|
|
39
|
+
lookup_key: z.string().optional().describe("Stable, user-defined key used to look up this config without knowing its ID. `null` if not set."),
|
|
40
|
+
/** MIME type of the config's content, e.g. `"text/yaml"`. `null` if not determined. */
|
|
41
|
+
mime_type: z.string().optional().describe("MIME type of the config's content, e.g. `\"text/yaml\"`. `null` if not determined."),
|
|
42
|
+
/** Organization ID (`org_...`) this config belongs to. `null` for configs not scoped to an org. */
|
|
43
|
+
org: z.string().optional().describe("Organization ID (`org_...`) this config belongs to. `null` for configs not scoped to an org."),
|
|
44
|
+
/** Parent bundle config ID (`cfg_...`). Present only for configs that are children of a bundle; `null` otherwise. */
|
|
45
|
+
parent: z.string().optional().describe("Parent bundle config ID (`cfg_...`). Present only for configs that are children of a bundle; `null` otherwise."),
|
|
46
|
+
/** ID (`cfg_...`) of the solution config this config was imported with. `null` if the config was not imported via a solution. */
|
|
47
|
+
parent_solution: z.string().optional().describe("ID (`cfg_...`) of the solution config this config was imported with. `null` if the config was not imported via a solution."),
|
|
48
|
+
/** Raw file content as a string. Populated only for system configs; `null` for user-owned configs. */
|
|
49
|
+
raw_content: z.string().optional().describe("Raw file content as a string. Populated only for system configs; `null` for user-owned configs."),
|
|
50
|
+
/** Path of this config relative to its parent bundle root. Present only for bundle children; `null` otherwise. */
|
|
51
|
+
relative_path: z.string().optional().describe("Path of this config relative to its parent bundle root. Present only for bundle children; `null` otherwise."),
|
|
52
|
+
/** Sandbox identifier this config belongs to. `null` for production configs. */
|
|
53
|
+
sandbox: z.string().optional().describe("Sandbox identifier this config belongs to. `null` for production configs."),
|
|
54
|
+
/** Team ID (`tea_...`) that owns this config. `null` for personal (user-scoped) configs. */
|
|
55
|
+
team: z.string().optional().describe("Team ID (`tea_...`) that owns this config. `null` for personal (user-scoped) configs."),
|
|
56
|
+
/** When this config was last modified (ISO 8601). */
|
|
57
|
+
updated_at: z.string().optional().describe("When this config was last modified (ISO 8601)."),
|
|
58
|
+
/** User ID (`usr_...`) who owns this config. `null` for team-scoped configs. */
|
|
59
|
+
user: z.string().optional().describe("User ID (`usr_...`) who owns this config. `null` for team-scoped configs."),
|
|
60
|
+
/** Logical path uniquely identifying this config within its team, e.g. `"agents/my-agent.yaml"`. `null` for configs without an explicit path. */
|
|
61
|
+
virtual_path: z.string().optional().describe("Logical path uniquely identifying this config within its team, e.g. `\"agents/my-agent.yaml\"`. `null` for configs without an explicit path."),
|
|
62
|
+
}).describe("A versioned config file owned by a team or user, representing a typed artifact such as an agent definition or API tool specification.");
|
|
63
|
+
/** Runtime validator for {@link ConfigKindFacet}. */
|
|
64
|
+
export const configKindFacetSchema = z.object({
|
|
65
|
+
/** Number of configs of this kind that are visible to the authenticated viewer. Always `0` or greater. */
|
|
66
|
+
count: z.number().int().describe("Number of configs of this kind that are visible to the authenticated viewer. Always `0` or greater."),
|
|
67
|
+
/** The config kind identifier (e.g., `"Agent"`, `"WorkflowGraph"`). Matches the `kind` field on config objects. */
|
|
68
|
+
kind: z.string().describe("The config kind identifier (e.g., `\"Agent\"`, `\"WorkflowGraph\"`). Matches the `kind` field on config objects."),
|
|
69
|
+
}).describe("A facet entry grouping configs by kind, returning the kind name and the number of matching configs visible to the authenticated viewer.");
|
|
70
|
+
/** Runtime validator for {@link ConfigPathPrefixFacet}. */
|
|
71
|
+
export const configPathPrefixFacetSchema = z.object({
|
|
72
|
+
/** Number of configs whose `virtual_path` begins with this prefix that are visible to the authenticated viewer. Always `0` or greater. */
|
|
73
|
+
count: z.number().int().describe("Number of configs whose `virtual_path` begins with this prefix that are visible to the authenticated viewer. Always `0` or greater."),
|
|
74
|
+
/** The leading path segment of the config's `virtual_path`, always slash-terminated (e.g., `"agents/"`, `"__editor/"`). Pass this value as the `path_prefix` filter to narrow config listings. */
|
|
75
|
+
prefix: z.string().describe("The leading path segment of the config's `virtual_path`, always slash-terminated (e.g., `\"agents/\"`, `\"__editor/\"`). Pass this value as the `path_prefix` filter to narrow config listings."),
|
|
76
|
+
}).describe("A facet entry grouping configs by their leading path segment, returning the prefix and the number of matching configs visible to the authenticated viewer.");
|
|
77
|
+
/** Runtime validator for {@link ConfigFacets}. */
|
|
78
|
+
export const configFacetsSchema = z.object({
|
|
79
|
+
/** All distinct config kinds present in the viewer's dataset, each with its total count. Use these values to populate kind filter options. */
|
|
80
|
+
kinds: z.array(configKindFacetSchema).describe("All distinct config kinds present in the viewer's dataset, each with its total count. Use these values to populate kind filter options."),
|
|
81
|
+
/** All distinct slash-terminated path prefixes present in the viewer's dataset, each with its total count. Use these values to populate path prefix filter options. */
|
|
82
|
+
path_prefixes: z.array(configPathPrefixFacetSchema).describe("All distinct slash-terminated path prefixes present in the viewer's dataset, each with its total count. Use these values to populate path prefix filter options."),
|
|
83
|
+
}).describe("Aggregated facet counts for the authenticated viewer's configs. Reports all distinct kinds and path prefixes across the full dataset, regardless of any active list filters.");
|
|
84
|
+
/** Runtime validator for {@link ConfigKindSchema}. */
|
|
36
85
|
export const configKindSchemaSchema = z.object({
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
86
|
+
/** JSON Schema object describing the valid structure of a config of this kind. `null` when no schema has been registered for this kind. */
|
|
87
|
+
json_schema: z.record(z.unknown()).optional().describe("JSON Schema object describing the valid structure of a config of this kind. `null` when no schema has been registered for this kind."),
|
|
88
|
+
/** The config kind identifier (e.g., `"Agent"`, `"WorkflowGraph"`). Matches the `kind` field on config objects. */
|
|
89
|
+
kind: z.string().describe("The config kind identifier (e.g., `\"Agent\"`, `\"WorkflowGraph\"`). Matches the `kind` field on config objects."),
|
|
90
|
+
/** A sample YAML document illustrating a minimal valid config of this kind. `null` when no sample has been registered for this kind. */
|
|
91
|
+
sample_yaml: z.string().optional().describe("A sample YAML document illustrating a minimal valid config of this kind. `null` when no sample has been registered for this kind."),
|
|
92
|
+
}).describe("The JSON Schema definition and sample YAML for a specific config kind, used to validate and scaffold new configs of that kind.");
|
|
41
93
|
//# sourceMappingURL=config.js.map
|
package/dist/types/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/types/config.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/types/config.ts"],"names":[],"mappings":"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"}
|
package/dist/types/image.d.ts
CHANGED
|
@@ -1,29 +1,52 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
/**
|
|
2
|
+
/** Resolved metadata for an image, including its delivery URL, dimensions, and optional references to the underlying storage file or media record. */
|
|
3
|
+
export interface ImageSource {
|
|
4
|
+
/** ID of the underlying storage file (`fil_...`). `null` when the image is not backed by a platform storage file. */
|
|
5
|
+
file?: string | undefined;
|
|
6
|
+
/** Height of the image in pixels. `null` if not known. */
|
|
7
|
+
height?: number | undefined;
|
|
8
|
+
/** ID of the associated media record (`med_...`). `null` when the image is not linked to a media entity. */
|
|
9
|
+
media?: string | undefined;
|
|
10
|
+
/** MIME type of the image, e.g. `"image/png"` or `"image/jpeg"`. `null` if not known. */
|
|
11
|
+
mime_type?: string | undefined;
|
|
12
|
+
/** Endpoint URL you can call to obtain a fresh signed `url` when the current one has expired. `null` if the URL does not require refreshing. */
|
|
13
|
+
refresh_url?: string | undefined;
|
|
14
|
+
/** Signed or public URL for downloading the image. May be time-limited; use `refresh_url` to obtain a new URL when this one expires. */
|
|
15
|
+
url?: string | undefined;
|
|
16
|
+
/** Width of the image in pixels. `null` if not known. */
|
|
17
|
+
width?: number | undefined;
|
|
18
|
+
}
|
|
19
|
+
/** Runtime validator for {@link ImageSource}. */
|
|
3
20
|
export declare const imageSourceSchema: z.ZodObject<{
|
|
21
|
+
/** ID of the underlying storage file (`fil_...`). `null` when the image is not backed by a platform storage file. */
|
|
4
22
|
file: z.ZodOptional<z.ZodString>;
|
|
23
|
+
/** Height of the image in pixels. `null` if not known. */
|
|
5
24
|
height: z.ZodOptional<z.ZodNumber>;
|
|
25
|
+
/** ID of the associated media record (`med_...`). `null` when the image is not linked to a media entity. */
|
|
6
26
|
media: z.ZodOptional<z.ZodString>;
|
|
27
|
+
/** MIME type of the image, e.g. `"image/png"` or `"image/jpeg"`. `null` if not known. */
|
|
7
28
|
mime_type: z.ZodOptional<z.ZodString>;
|
|
29
|
+
/** Endpoint URL you can call to obtain a fresh signed `url` when the current one has expired. `null` if the URL does not require refreshing. */
|
|
8
30
|
refresh_url: z.ZodOptional<z.ZodString>;
|
|
31
|
+
/** Signed or public URL for downloading the image. May be time-limited; use `refresh_url` to obtain a new URL when this one expires. */
|
|
9
32
|
url: z.ZodOptional<z.ZodString>;
|
|
33
|
+
/** Width of the image in pixels. `null` if not known. */
|
|
10
34
|
width: z.ZodOptional<z.ZodNumber>;
|
|
11
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
mime_type?: string | undefined;
|
|
12
37
|
file?: string | undefined;
|
|
13
38
|
height?: number | undefined;
|
|
14
39
|
media?: string | undefined;
|
|
15
|
-
mime_type?: string | undefined;
|
|
16
40
|
refresh_url?: string | undefined;
|
|
17
41
|
url?: string | undefined;
|
|
18
42
|
width?: number | undefined;
|
|
19
43
|
}, {
|
|
44
|
+
mime_type?: string | undefined;
|
|
20
45
|
file?: string | undefined;
|
|
21
46
|
height?: number | undefined;
|
|
22
47
|
media?: string | undefined;
|
|
23
|
-
mime_type?: string | undefined;
|
|
24
48
|
refresh_url?: string | undefined;
|
|
25
49
|
url?: string | undefined;
|
|
26
50
|
width?: number | undefined;
|
|
27
51
|
}>;
|
|
28
|
-
export type ImageSource = z.infer<typeof imageSourceSchema>;
|
|
29
52
|
//# sourceMappingURL=image.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../src/types/image.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../src/types/image.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,sJAAsJ;AACtJ,MAAM,WAAW,WAAW;IAC1B,qHAAqH;IACrH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,0DAA0D;IAC1D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,4GAA4G;IAC5G,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,yFAAyF;IACzF,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,gJAAgJ;IAChJ,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,wIAAwI;IACxI,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,yDAAyD;IACzD,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED,iDAAiD;AACjD,eAAO,MAAM,iBAAiB;IAC5B,qHAAqH;;IAErH,0DAA0D;;IAE1D,4GAA4G;;IAE5G,yFAAyF;;IAEzF,gJAAgJ;;IAEhJ,wIAAwI;;IAExI,yDAAyD;;;;;;;;;;;;;;;;;;EAEoI,CAAC"}
|
package/dist/types/image.js
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
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: 51b2ae569507
|
|
4
4
|
import { z } from "zod";
|
|
5
|
-
/**
|
|
5
|
+
/** Runtime validator for {@link ImageSource}. */
|
|
6
6
|
export const imageSourceSchema = z.object({
|
|
7
|
-
file
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
7
|
+
/** ID of the underlying storage file (`fil_...`). `null` when the image is not backed by a platform storage file. */
|
|
8
|
+
file: z.string().optional().describe("ID of the underlying storage file (`fil_...`). `null` when the image is not backed by a platform storage file."),
|
|
9
|
+
/** Height of the image in pixels. `null` if not known. */
|
|
10
|
+
height: z.number().int().optional().describe("Height of the image in pixels. `null` if not known."),
|
|
11
|
+
/** ID of the associated media record (`med_...`). `null` when the image is not linked to a media entity. */
|
|
12
|
+
media: z.string().optional().describe("ID of the associated media record (`med_...`). `null` when the image is not linked to a media entity."),
|
|
13
|
+
/** MIME type of the image, e.g. `"image/png"` or `"image/jpeg"`. `null` if not known. */
|
|
14
|
+
mime_type: z.string().optional().describe("MIME type of the image, e.g. `\"image/png\"` or `\"image/jpeg\"`. `null` if not known."),
|
|
15
|
+
/** Endpoint URL you can call to obtain a fresh signed `url` when the current one has expired. `null` if the URL does not require refreshing. */
|
|
16
|
+
refresh_url: z.string().optional().describe("Endpoint URL you can call to obtain a fresh signed `url` when the current one has expired. `null` if the URL does not require refreshing."),
|
|
17
|
+
/** Signed or public URL for downloading the image. May be time-limited; use `refresh_url` to obtain a new URL when this one expires. */
|
|
18
|
+
url: z.string().optional().describe("Signed or public URL for downloading the image. May be time-limited; use `refresh_url` to obtain a new URL when this one expires."),
|
|
19
|
+
/** Width of the image in pixels. `null` if not known. */
|
|
20
|
+
width: z.number().int().optional().describe("Width of the image in pixels. `null` if not known."),
|
|
21
|
+
}).describe("Resolved metadata for an image, including its delivery URL, dimensions, and optional references to the underlying storage file or media record.");
|
|
15
22
|
//# sourceMappingURL=image.js.map
|
package/dist/types/image.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../src/types/image.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../src/types/image.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAoBxB,iDAAiD;AACjD,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,qHAAqH;IACrH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,gHAAgH,CAAC;IACtJ,0DAA0D;IAC1D,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,qDAAqD,CAAC;IACnG,4GAA4G;IAC5G,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,uGAAuG,CAAC;IAC9I,yFAAyF;IACzF,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,wFAAwF,CAAC;IACnI,gJAAgJ;IAChJ,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,2IAA2I,CAAC;IACxL,wIAAwI;IACxI,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,mIAAmI,CAAC;IACxK,yDAAyD;IACzD,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,oDAAoD,CAAC;CAClG,CAAC,CAAC,QAAQ,CAAC,iJAAiJ,CAAkC,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
export * from "./agents.js";
|
|
2
1
|
export * from "./ai.js";
|
|
3
2
|
export * from "./artifacts.js";
|
|
4
3
|
export * from "./automations.js";
|
|
4
|
+
export * from "./chat.js";
|
|
5
5
|
export * from "./common.js";
|
|
6
6
|
export * from "./config.js";
|
|
7
7
|
export * from "./image.js";
|
|
8
8
|
export * from "./invites.js";
|
|
9
|
+
export * from "./notifications.js";
|
|
9
10
|
export * from "./teams.js";
|
|
10
11
|
export * from "./threads.js";
|
|
11
12
|
export * from "./users.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAIA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAIA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
|
package/dist/types/index.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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:
|
|
4
|
-
export * from "./agents.js";
|
|
3
|
+
// Content hash: 1c8be4371184
|
|
5
4
|
export * from "./ai.js";
|
|
6
5
|
export * from "./artifacts.js";
|
|
7
6
|
export * from "./automations.js";
|
|
7
|
+
export * from "./chat.js";
|
|
8
8
|
export * from "./common.js";
|
|
9
9
|
export * from "./config.js";
|
|
10
10
|
export * from "./image.js";
|
|
11
11
|
export * from "./invites.js";
|
|
12
|
+
export * from "./notifications.js";
|
|
12
13
|
export * from "./teams.js";
|
|
13
14
|
export * from "./threads.js";
|
|
14
15
|
export * from "./users.js";
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
|
package/dist/types/invites.d.ts
CHANGED
|
@@ -1,14 +1,24 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
join screen — id, display name, and profile picture. Email, org, sandbox, and
|
|
7
|
-
other fields on the full `User` schema are omitted.
|
|
2
|
+
import type { ImageSource } from "./image.js";
|
|
3
|
+
/**
|
|
4
|
+
* A minimal, public-safe projection of the user who sent an invite, exposed to unauthenticated recipients so they can render a join screen.
|
|
5
|
+
* Only identity fields are included; sensitive fields such as email address and organization membership are omitted.
|
|
8
6
|
*/
|
|
7
|
+
export interface InviteCreator {
|
|
8
|
+
/** User ID of the inviter (`usr_...`). */
|
|
9
|
+
id: string;
|
|
10
|
+
/** Display name of the inviter. `null` when the inviter has not set a name on their account. */
|
|
11
|
+
name?: string | undefined;
|
|
12
|
+
/** Profile picture of the inviter. `null` when the inviter has no profile picture set. */
|
|
13
|
+
profile_picture?: ImageSource | undefined;
|
|
14
|
+
}
|
|
15
|
+
/** Runtime validator for {@link InviteCreator}. */
|
|
9
16
|
export declare const inviteCreatorSchema: z.ZodObject<{
|
|
17
|
+
/** User ID of the inviter (`usr_...`). */
|
|
10
18
|
id: z.ZodString;
|
|
19
|
+
/** Display name of the inviter. `null` when the inviter has not set a name on their account. */
|
|
11
20
|
name: z.ZodOptional<z.ZodString>;
|
|
21
|
+
/** Profile picture of the inviter. `null` when the inviter has no profile picture set. */
|
|
12
22
|
profile_picture: z.ZodOptional<z.ZodObject<{
|
|
13
23
|
file: z.ZodOptional<z.ZodString>;
|
|
14
24
|
height: z.ZodOptional<z.ZodNumber>;
|
|
@@ -18,18 +28,18 @@ export declare const inviteCreatorSchema: z.ZodObject<{
|
|
|
18
28
|
url: z.ZodOptional<z.ZodString>;
|
|
19
29
|
width: z.ZodOptional<z.ZodNumber>;
|
|
20
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
mime_type?: string | undefined;
|
|
21
32
|
file?: string | undefined;
|
|
22
33
|
height?: number | undefined;
|
|
23
34
|
media?: string | undefined;
|
|
24
|
-
mime_type?: string | undefined;
|
|
25
35
|
refresh_url?: string | undefined;
|
|
26
36
|
url?: string | undefined;
|
|
27
37
|
width?: number | undefined;
|
|
28
38
|
}, {
|
|
39
|
+
mime_type?: string | undefined;
|
|
29
40
|
file?: string | undefined;
|
|
30
41
|
height?: number | undefined;
|
|
31
42
|
media?: string | undefined;
|
|
32
|
-
mime_type?: string | undefined;
|
|
33
43
|
refresh_url?: string | undefined;
|
|
34
44
|
url?: string | undefined;
|
|
35
45
|
width?: number | undefined;
|
|
@@ -38,10 +48,10 @@ export declare const inviteCreatorSchema: z.ZodObject<{
|
|
|
38
48
|
id: string;
|
|
39
49
|
name?: string | undefined;
|
|
40
50
|
profile_picture?: {
|
|
51
|
+
mime_type?: string | undefined;
|
|
41
52
|
file?: string | undefined;
|
|
42
53
|
height?: number | undefined;
|
|
43
54
|
media?: string | undefined;
|
|
44
|
-
mime_type?: string | undefined;
|
|
45
55
|
refresh_url?: string | undefined;
|
|
46
56
|
url?: string | undefined;
|
|
47
57
|
width?: number | undefined;
|
|
@@ -50,14 +60,13 @@ export declare const inviteCreatorSchema: z.ZodObject<{
|
|
|
50
60
|
id: string;
|
|
51
61
|
name?: string | undefined;
|
|
52
62
|
profile_picture?: {
|
|
63
|
+
mime_type?: string | undefined;
|
|
53
64
|
file?: string | undefined;
|
|
54
65
|
height?: number | undefined;
|
|
55
66
|
media?: string | undefined;
|
|
56
|
-
mime_type?: string | undefined;
|
|
57
67
|
refresh_url?: string | undefined;
|
|
58
68
|
url?: string | undefined;
|
|
59
69
|
width?: number | undefined;
|
|
60
70
|
} | undefined;
|
|
61
71
|
}>;
|
|
62
|
-
export type InviteCreator = z.infer<typeof inviteCreatorSchema>;
|
|
63
72
|
//# sourceMappingURL=invites.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invites.d.ts","sourceRoot":"","sources":["../../src/types/invites.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"invites.d.ts","sourceRoot":"","sources":["../../src/types/invites.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAE9C;;;GAGG;AACH,MAAM,WAAW,aAAa;IAC5B,0CAA0C;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,gGAAgG;IAChG,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,0FAA0F;IAC1F,eAAe,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;CAC3C;AAED,mDAAmD;AACnD,eAAO,MAAM,mBAAmB;IAC9B,0CAA0C;;IAE1C,gGAAgG;;IAEhG,0FAA0F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEkN,CAAC"}
|
package/dist/types/invites.js
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
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: 99d5a8c37c53
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
import { imageSourceSchema } from "./image.js";
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
Invites are fetched by unauthenticated recipients on the `/auth/invites/:id`
|
|
9
|
-
route, so this schema deliberately exposes only the fields needed to render a
|
|
10
|
-
join screen — id, display name, and profile picture. Email, org, sandbox, and
|
|
11
|
-
other fields on the full `User` schema are omitted.
|
|
12
|
-
*/
|
|
6
|
+
/** Runtime validator for {@link InviteCreator}. */
|
|
13
7
|
export const inviteCreatorSchema = z.object({
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
/** User ID of the inviter (`usr_...`). */
|
|
9
|
+
id: z.string().describe("User ID of the inviter (`usr_...`)."),
|
|
10
|
+
/** Display name of the inviter. `null` when the inviter has not set a name on their account. */
|
|
11
|
+
name: z.string().optional().describe("Display name of the inviter. `null` when the inviter has not set a name on their account."),
|
|
12
|
+
/** Profile picture of the inviter. `null` when the inviter has no profile picture set. */
|
|
13
|
+
profile_picture: imageSourceSchema.optional().describe("Profile picture of the inviter. `null` when the inviter has no profile picture set."),
|
|
14
|
+
}).describe("A minimal, public-safe projection of the user who sent an invite, exposed to unauthenticated recipients so they can render a join screen. Only identity fields are included; sensitive fields such as email address and organization membership are omitted.");
|
|
18
15
|
//# sourceMappingURL=invites.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invites.js","sourceRoot":"","sources":["../../src/types/invites.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"invites.js","sourceRoot":"","sources":["../../src/types/invites.ts"],"names":[],"mappings":"AAAA,yDAAyD;AACzD,wEAAwE;AACxE,6BAA6B;AAE7B,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAgB/C,mDAAmD;AACnD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,0CAA0C;IAC1C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qCAAqC,CAAC;IAC9D,gGAAgG;IAChG,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,2FAA2F,CAAC;IACjI,0FAA0F;IAC1F,eAAe,EAAE,iBAAiB,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,qFAAqF,CAAC;CAC9I,CAAC,CAAC,QAAQ,CAAC,8PAA8P,CAAoC,CAAC"}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
/** An inbox notification delivered to a recipient user. Includes type-specific render data resolved at request time. */
|
|
3
|
+
export interface Notification {
|
|
4
|
+
/** When the recipient archived this notification. `null` if the notification has not been archived. */
|
|
5
|
+
archived_at?: string | undefined;
|
|
6
|
+
/** When the notification was sent (ISO 8601). */
|
|
7
|
+
created_at: string;
|
|
8
|
+
/** Notification ID (`ntf_...`). */
|
|
9
|
+
id: string;
|
|
10
|
+
/** When the recipient marked this notification read. `null` if the notification has not been read. */
|
|
11
|
+
read_at?: string | undefined;
|
|
12
|
+
/** Type-specific render spec resolved at request time. All types include `title`, `kind`, and `actions`; custom types may add their own keys. Notifications whose type is no longer registered render with `kind: "unknown"`. */
|
|
13
|
+
rendered: Record<string, unknown>;
|
|
14
|
+
/** Current read state of the notification. One of `"unread"`, `"read"`, or `"archived"`. */
|
|
15
|
+
status: string;
|
|
16
|
+
/** Notification type slug, e.g. `"app_info"` for a built-in type or `"custom:deploy_complete"` for a custom type. */
|
|
17
|
+
type: string;
|
|
18
|
+
}
|
|
19
|
+
/** Runtime validator for {@link Notification}. */
|
|
20
|
+
export declare const notificationSchema: z.ZodObject<{
|
|
21
|
+
/** When the recipient archived this notification. `null` if the notification has not been archived. */
|
|
22
|
+
archived_at: z.ZodOptional<z.ZodString>;
|
|
23
|
+
/** When the notification was sent (ISO 8601). */
|
|
24
|
+
created_at: z.ZodString;
|
|
25
|
+
/** Notification ID (`ntf_...`). */
|
|
26
|
+
id: z.ZodString;
|
|
27
|
+
/** When the recipient marked this notification read. `null` if the notification has not been read. */
|
|
28
|
+
read_at: z.ZodOptional<z.ZodString>;
|
|
29
|
+
/** Type-specific render spec resolved at request time. All types include `title`, `kind`, and `actions`; custom types may add their own keys. Notifications whose type is no longer registered render with `kind: "unknown"`. */
|
|
30
|
+
rendered: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
31
|
+
/** Current read state of the notification. One of `"unread"`, `"read"`, or `"archived"`. */
|
|
32
|
+
status: z.ZodString;
|
|
33
|
+
/** Notification type slug, e.g. `"app_info"` for a built-in type or `"custom:deploy_complete"` for a custom type. */
|
|
34
|
+
type: z.ZodString;
|
|
35
|
+
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
created_at: string;
|
|
37
|
+
type: string;
|
|
38
|
+
status: string;
|
|
39
|
+
id: string;
|
|
40
|
+
rendered: Record<string, unknown>;
|
|
41
|
+
archived_at?: string | undefined;
|
|
42
|
+
read_at?: string | undefined;
|
|
43
|
+
}, {
|
|
44
|
+
created_at: string;
|
|
45
|
+
type: string;
|
|
46
|
+
status: string;
|
|
47
|
+
id: string;
|
|
48
|
+
rendered: Record<string, unknown>;
|
|
49
|
+
archived_at?: string | undefined;
|
|
50
|
+
read_at?: string | undefined;
|
|
51
|
+
}>;
|
|
52
|
+
/** A single per-channel notification preference for the authenticated viewer, scoped to a notification type and optional app. */
|
|
53
|
+
export interface NotificationPreference {
|
|
54
|
+
/** App this preference is scoped to (`app_...`). `null` indicates a system-level (no-app) slot that applies across all apps. */
|
|
55
|
+
app_id?: string | undefined;
|
|
56
|
+
/** Delivery channel for this preference, e.g. `"email"`. The `in_app` channel is always active and never has a preference row. */
|
|
57
|
+
channel: string;
|
|
58
|
+
/** When this preference record was created (ISO 8601). */
|
|
59
|
+
created_at?: string | undefined;
|
|
60
|
+
/** Whether delivery over this channel is enabled for the given type-and-app combination. `false` suppresses delivery even when the notification is triggered. */
|
|
61
|
+
enabled: boolean;
|
|
62
|
+
/** Preference record ID (`ntfp_...`). */
|
|
63
|
+
id: string;
|
|
64
|
+
/** Notification type in wire-format. Built-in types use their atom name, e.g. `"app_info"` or `"billing_alert"`. Custom notification types use the form `"custom:<lookup_key>"`. */
|
|
65
|
+
type: string;
|
|
66
|
+
/** When this preference record was last modified (ISO 8601). */
|
|
67
|
+
updated_at?: string | undefined;
|
|
68
|
+
}
|
|
69
|
+
/** Runtime validator for {@link NotificationPreference}. */
|
|
70
|
+
export declare const notificationPreferenceSchema: z.ZodObject<{
|
|
71
|
+
/** App this preference is scoped to (`app_...`). `null` indicates a system-level (no-app) slot that applies across all apps. */
|
|
72
|
+
app_id: z.ZodOptional<z.ZodString>;
|
|
73
|
+
/** Delivery channel for this preference, e.g. `"email"`. The `in_app` channel is always active and never has a preference row. */
|
|
74
|
+
channel: z.ZodString;
|
|
75
|
+
/** When this preference record was created (ISO 8601). */
|
|
76
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
77
|
+
/** Whether delivery over this channel is enabled for the given type-and-app combination. `false` suppresses delivery even when the notification is triggered. */
|
|
78
|
+
enabled: z.ZodBoolean;
|
|
79
|
+
/** Preference record ID (`ntfp_...`). */
|
|
80
|
+
id: z.ZodString;
|
|
81
|
+
/** Notification type in wire-format. Built-in types use their atom name, e.g. `"app_info"` or `"billing_alert"`. Custom notification types use the form `"custom:<lookup_key>"`. */
|
|
82
|
+
type: z.ZodString;
|
|
83
|
+
/** When this preference record was last modified (ISO 8601). */
|
|
84
|
+
updated_at: z.ZodOptional<z.ZodString>;
|
|
85
|
+
}, "strip", z.ZodTypeAny, {
|
|
86
|
+
type: string;
|
|
87
|
+
id: string;
|
|
88
|
+
channel: string;
|
|
89
|
+
enabled: boolean;
|
|
90
|
+
created_at?: string | undefined;
|
|
91
|
+
updated_at?: string | undefined;
|
|
92
|
+
app_id?: string | undefined;
|
|
93
|
+
}, {
|
|
94
|
+
type: string;
|
|
95
|
+
id: string;
|
|
96
|
+
channel: string;
|
|
97
|
+
enabled: boolean;
|
|
98
|
+
created_at?: string | undefined;
|
|
99
|
+
updated_at?: string | undefined;
|
|
100
|
+
app_id?: string | undefined;
|
|
101
|
+
}>;
|
|
102
|
+
/** The complete set of notification preferences belonging to the authenticated viewer. */
|
|
103
|
+
export interface NotificationPreferenceList {
|
|
104
|
+
/** Array of notification preference objects for the authenticated viewer. Each entry corresponds to a distinct type-and-channel combination. */
|
|
105
|
+
data: NotificationPreference[];
|
|
106
|
+
}
|
|
107
|
+
/** Runtime validator for {@link NotificationPreferenceList}. */
|
|
108
|
+
export declare const notificationPreferenceListSchema: z.ZodObject<{
|
|
109
|
+
/** Array of notification preference objects for the authenticated viewer. Each entry corresponds to a distinct type-and-channel combination. */
|
|
110
|
+
data: z.ZodArray<z.ZodObject<{
|
|
111
|
+
/** App this preference is scoped to (`app_...`). `null` indicates a system-level (no-app) slot that applies across all apps. */
|
|
112
|
+
app_id: z.ZodOptional<z.ZodString>;
|
|
113
|
+
/** Delivery channel for this preference, e.g. `"email"`. The `in_app` channel is always active and never has a preference row. */
|
|
114
|
+
channel: z.ZodString;
|
|
115
|
+
/** When this preference record was created (ISO 8601). */
|
|
116
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
117
|
+
/** Whether delivery over this channel is enabled for the given type-and-app combination. `false` suppresses delivery even when the notification is triggered. */
|
|
118
|
+
enabled: z.ZodBoolean;
|
|
119
|
+
/** Preference record ID (`ntfp_...`). */
|
|
120
|
+
id: z.ZodString;
|
|
121
|
+
/** Notification type in wire-format. Built-in types use their atom name, e.g. `"app_info"` or `"billing_alert"`. Custom notification types use the form `"custom:<lookup_key>"`. */
|
|
122
|
+
type: z.ZodString;
|
|
123
|
+
/** When this preference record was last modified (ISO 8601). */
|
|
124
|
+
updated_at: z.ZodOptional<z.ZodString>;
|
|
125
|
+
}, "strip", z.ZodTypeAny, {
|
|
126
|
+
type: string;
|
|
127
|
+
id: string;
|
|
128
|
+
channel: string;
|
|
129
|
+
enabled: boolean;
|
|
130
|
+
created_at?: string | undefined;
|
|
131
|
+
updated_at?: string | undefined;
|
|
132
|
+
app_id?: string | undefined;
|
|
133
|
+
}, {
|
|
134
|
+
type: string;
|
|
135
|
+
id: string;
|
|
136
|
+
channel: string;
|
|
137
|
+
enabled: boolean;
|
|
138
|
+
created_at?: string | undefined;
|
|
139
|
+
updated_at?: string | undefined;
|
|
140
|
+
app_id?: string | undefined;
|
|
141
|
+
}>, "many">;
|
|
142
|
+
}, "strip", z.ZodTypeAny, {
|
|
143
|
+
data: {
|
|
144
|
+
type: string;
|
|
145
|
+
id: string;
|
|
146
|
+
channel: string;
|
|
147
|
+
enabled: boolean;
|
|
148
|
+
created_at?: string | undefined;
|
|
149
|
+
updated_at?: string | undefined;
|
|
150
|
+
app_id?: string | undefined;
|
|
151
|
+
}[];
|
|
152
|
+
}, {
|
|
153
|
+
data: {
|
|
154
|
+
type: string;
|
|
155
|
+
id: string;
|
|
156
|
+
channel: string;
|
|
157
|
+
enabled: boolean;
|
|
158
|
+
created_at?: string | undefined;
|
|
159
|
+
updated_at?: string | undefined;
|
|
160
|
+
app_id?: string | undefined;
|
|
161
|
+
}[];
|
|
162
|
+
}>;
|
|
163
|
+
//# sourceMappingURL=notifications.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../src/types/notifications.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,wHAAwH;AACxH,MAAM,WAAW,YAAY;IAC3B,uGAAuG;IACvG,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,iDAAiD;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,mCAAmC;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,sGAAsG;IACtG,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,iOAAiO;IACjO,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClC,4FAA4F;IAC5F,MAAM,EAAE,MAAM,CAAC;IACf,qHAAqH;IACrH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,kDAAkD;AAClD,eAAO,MAAM,kBAAkB;IAC7B,uGAAuG;;IAEvG,iDAAiD;;IAEjD,mCAAmC;;IAEnC,sGAAsG;;IAEtG,iOAAiO;;IAEjO,4FAA4F;;IAE5F,qHAAqH;;;;;;;;;;;;;;;;;;EAE2C,CAAC;AAEnK,iIAAiI;AACjI,MAAM,WAAW,sBAAsB;IACrC,gIAAgI;IAChI,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,kIAAkI;IAClI,OAAO,EAAE,MAAM,CAAC;IAChB,0DAA0D;IAC1D,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,iKAAiK;IACjK,OAAO,EAAE,OAAO,CAAC;IACjB,yCAAyC;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,oLAAoL;IACpL,IAAI,EAAE,MAAM,CAAC;IACb,gEAAgE;IAChE,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAED,4DAA4D;AAC5D,eAAO,MAAM,4BAA4B;IACvC,gIAAgI;;IAEhI,kIAAkI;;IAElI,0DAA0D;;IAE1D,iKAAiK;;IAEjK,yCAAyC;;IAEzC,oLAAoL;;IAEpL,gEAAgE;;;;;;;;;;;;;;;;;;EAEmH,CAAC;AAEtL,0FAA0F;AAC1F,MAAM,WAAW,0BAA0B;IACzC,gJAAgJ;IAChJ,IAAI,EAAE,sBAAsB,EAAE,CAAC;CAChC;AAED,gEAAgE;AAChE,eAAO,MAAM,gCAAgC;IAC3C,gJAAgJ;;QAxBhJ,gIAAgI;;QAEhI,kIAAkI;;QAElI,0DAA0D;;QAE1D,iKAAiK;;QAEjK,yCAAyC;;QAEzC,oLAAoL;;QAEpL,gEAAgE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcgF,CAAC"}
|