@agent-native/dispatch 0.10.1 → 0.10.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 +5 -5
- package/dist/actions/apply-dream-proposal.d.ts +27 -1
- package/dist/actions/apply-dream-proposal.d.ts.map +1 -1
- package/dist/actions/approve-dispatch-change.d.ts +20 -1
- package/dist/actions/approve-dispatch-change.d.ts.map +1 -1
- package/dist/actions/approve-vault-request.d.ts +18 -1
- package/dist/actions/approve-vault-request.d.ts.map +1 -1
- package/dist/actions/archive-workspace-app.d.ts +5 -1
- package/dist/actions/archive-workspace-app.d.ts.map +1 -1
- package/dist/actions/ask_app.d.ts +8 -1
- package/dist/actions/ask_app.d.ts.map +1 -1
- package/dist/actions/create-dream-report.d.ts +57 -1
- package/dist/actions/create-dream-report.d.ts.map +1 -1
- package/dist/actions/create-link-token.d.ts +8 -1
- package/dist/actions/create-link-token.d.ts.map +1 -1
- package/dist/actions/create-pylon-ticket.d.ts +15 -1
- package/dist/actions/create-pylon-ticket.d.ts.map +1 -1
- package/dist/actions/create-vault-grant.d.ts +15 -1
- package/dist/actions/create-vault-grant.d.ts.map +1 -1
- package/dist/actions/create-vault-secret.d.ts +19 -1
- package/dist/actions/create-vault-secret.d.ts.map +1 -1
- package/dist/actions/create-workspace-resource-grant.d.ts +14 -1
- package/dist/actions/create-workspace-resource-grant.d.ts.map +1 -1
- package/dist/actions/create-workspace-resource.d.ts +38 -1
- package/dist/actions/create-workspace-resource.d.ts.map +1 -1
- package/dist/actions/create_embed_session.d.ts +11 -1
- package/dist/actions/create_embed_session.d.ts.map +1 -1
- package/dist/actions/delete-destination.d.ts +32 -1
- package/dist/actions/delete-destination.d.ts.map +1 -1
- package/dist/actions/delete-vault-secret.d.ts +15 -1
- package/dist/actions/delete-vault-secret.d.ts.map +1 -1
- package/dist/actions/delete-workspace-resource.d.ts +33 -1
- package/dist/actions/delete-workspace-resource.d.ts.map +1 -1
- package/dist/actions/deny-vault-request.d.ts +17 -1
- package/dist/actions/deny-vault-request.d.ts.map +1 -1
- package/dist/actions/ensure-dream-job.d.ts +31 -1
- package/dist/actions/ensure-dream-job.d.ts.map +1 -1
- package/dist/actions/get-agent-thread-debug.d.ts +53 -1
- package/dist/actions/get-agent-thread-debug.d.ts.map +1 -1
- package/dist/actions/get-app-creation-settings.d.ts +1 -1
- package/dist/actions/get-dispatch-settings.d.ts +1 -1
- package/dist/actions/get-dream-settings.d.ts +1 -1
- package/dist/actions/get-dream.d.ts +46 -1
- package/dist/actions/get-dream.d.ts.map +1 -1
- package/dist/actions/get-vault-access-settings.d.ts +1 -1
- package/dist/actions/get-workspace-info.d.ts +1 -1
- package/dist/actions/get-workspace-resource-effective-context.d.ts +6 -1
- package/dist/actions/get-workspace-resource-effective-context.d.ts.map +1 -1
- package/dist/actions/grant-vault-secrets-to-app.d.ts +25 -1
- package/dist/actions/grant-vault-secrets-to-app.d.ts.map +1 -1
- package/dist/actions/grant-workspace-resources-to-app.d.ts +15 -1
- package/dist/actions/grant-workspace-resources-to-app.d.ts.map +1 -1
- package/dist/actions/list-agent-thread-sources.d.ts +7 -1
- package/dist/actions/list-agent-thread-sources.d.ts.map +1 -1
- package/dist/actions/list-available-workspace-templates.d.ts +1 -1
- package/dist/actions/list-connected-agents.d.ts +11 -1
- package/dist/actions/list-connected-agents.d.ts.map +1 -1
- package/dist/actions/list-destinations.d.ts +13 -1
- package/dist/actions/list-destinations.d.ts.map +1 -1
- package/dist/actions/list-dispatch-approvals.d.ts +18 -1
- package/dist/actions/list-dispatch-approvals.d.ts.map +1 -1
- package/dist/actions/list-dispatch-audit.d.ts +14 -1
- package/dist/actions/list-dispatch-audit.d.ts.map +1 -1
- package/dist/actions/list-dispatch-overview.d.ts +59 -1
- package/dist/actions/list-dispatch-overview.d.ts.map +1 -1
- package/dist/actions/list-dispatch-usage-metrics.d.ts +3 -1
- package/dist/actions/list-dispatch-usage-metrics.d.ts.map +1 -1
- package/dist/actions/list-dream-candidates.d.ts +22 -1
- package/dist/actions/list-dream-candidates.d.ts.map +1 -1
- package/dist/actions/list-dreams.d.ts +27 -1
- package/dist/actions/list-dreams.d.ts.map +1 -1
- package/dist/actions/list-integrations-catalog.d.ts +1 -1
- package/dist/actions/list-linked-identities.d.ts +27 -1
- package/dist/actions/list-linked-identities.d.ts.map +1 -1
- package/dist/actions/list-mcp-app-access.d.ts +12 -1
- package/dist/actions/list-mcp-app-access.d.ts.map +1 -1
- package/dist/actions/list-vault-audit.d.ts +14 -1
- package/dist/actions/list-vault-audit.d.ts.map +1 -1
- package/dist/actions/list-vault-grants.d.ts +15 -1
- package/dist/actions/list-vault-grants.d.ts.map +1 -1
- package/dist/actions/list-vault-requests.d.ts +16 -1
- package/dist/actions/list-vault-requests.d.ts.map +1 -1
- package/dist/actions/list-vault-secret-options.d.ts +7 -1
- package/dist/actions/list-vault-secret-options.d.ts.map +1 -1
- package/dist/actions/list-vault-secrets.d.ts +11 -1
- package/dist/actions/list-vault-secrets.d.ts.map +1 -1
- package/dist/actions/list-workspace-apps.d.ts +4 -1
- package/dist/actions/list-workspace-apps.d.ts.map +1 -1
- package/dist/actions/list-workspace-resource-grants.d.ts +14 -1
- package/dist/actions/list-workspace-resource-grants.d.ts.map +1 -1
- package/dist/actions/list-workspace-resource-options.d.ts +3 -1
- package/dist/actions/list-workspace-resource-options.d.ts.map +1 -1
- package/dist/actions/list-workspace-resources-for-app.d.ts +13 -1
- package/dist/actions/list-workspace-resources-for-app.d.ts.map +1 -1
- package/dist/actions/list-workspace-resources.d.ts +16 -1
- package/dist/actions/list-workspace-resources.d.ts.map +1 -1
- package/dist/actions/list_apps.d.ts +12 -1
- package/dist/actions/list_apps.d.ts.map +1 -1
- package/dist/actions/navigate.d.ts +4 -1
- package/dist/actions/navigate.d.ts.map +1 -1
- package/dist/actions/open_app.d.ts +18 -1
- package/dist/actions/open_app.d.ts.map +1 -1
- package/dist/actions/preview-dream-proposal.d.ts +41 -1
- package/dist/actions/preview-dream-proposal.d.ts.map +1 -1
- package/dist/actions/preview-workspace-resource-change.d.ts +6 -1
- package/dist/actions/preview-workspace-resource-change.d.ts.map +1 -1
- package/dist/actions/provider-api-catalog.d.ts +21 -1
- package/dist/actions/provider-api-catalog.d.ts.map +1 -1
- package/dist/actions/provider-api-docs.d.ts +5 -1
- package/dist/actions/provider-api-docs.d.ts.map +1 -1
- package/dist/actions/provider-api-register.d.ts +83 -1
- package/dist/actions/provider-api-register.d.ts.map +1 -1
- package/dist/actions/provider-api-request.d.ts +20 -1
- package/dist/actions/provider-api-request.d.ts.map +1 -1
- package/dist/actions/reject-dispatch-change.d.ts +21 -1
- package/dist/actions/reject-dispatch-change.d.ts.map +1 -1
- package/dist/actions/reject-dream-proposal.d.ts +25 -1
- package/dist/actions/reject-dream-proposal.d.ts.map +1 -1
- package/dist/actions/remove-pending-workspace-app.d.ts +5 -1
- package/dist/actions/remove-pending-workspace-app.d.ts.map +1 -1
- package/dist/actions/request-vault-secret.d.ts +18 -1
- package/dist/actions/request-vault-secret.d.ts.map +1 -1
- package/dist/actions/restore-starter-workspace-resources.d.ts +7 -1
- package/dist/actions/restore-starter-workspace-resources.d.ts.map +1 -1
- package/dist/actions/revoke-vault-grant.d.ts +14 -1
- package/dist/actions/revoke-vault-grant.d.ts.map +1 -1
- package/dist/actions/revoke-workspace-resource-grant.d.ts +13 -1
- package/dist/actions/revoke-workspace-resource-grant.d.ts.map +1 -1
- package/dist/actions/scaffold-workspace-app.d.ts +8 -1
- package/dist/actions/scaffold-workspace-app.d.ts.map +1 -1
- package/dist/actions/scaffold-workspace-app.js +17 -4
- package/dist/actions/scaffold-workspace-app.js.map +1 -1
- package/dist/actions/search-agent-threads.d.ts +30 -1
- package/dist/actions/search-agent-threads.d.ts.map +1 -1
- package/dist/actions/send-code-agent-remote-command.d.ts +32 -1
- package/dist/actions/send-code-agent-remote-command.d.ts.map +1 -1
- package/dist/actions/send-platform-message.d.ts +12 -1
- package/dist/actions/send-platform-message.d.ts.map +1 -1
- package/dist/actions/set-app-creation-settings.d.ts +3 -1
- package/dist/actions/set-app-creation-settings.d.ts.map +1 -1
- package/dist/actions/set-dispatch-approval-policy.d.ts +21 -1
- package/dist/actions/set-dispatch-approval-policy.d.ts.map +1 -1
- package/dist/actions/set-dream-settings.d.ts +15 -1
- package/dist/actions/set-dream-settings.d.ts.map +1 -1
- package/dist/actions/set-mcp-app-access.d.ts +15 -1
- package/dist/actions/set-mcp-app-access.d.ts.map +1 -1
- package/dist/actions/set-vault-access-settings.d.ts +3 -1
- package/dist/actions/set-vault-access-settings.d.ts.map +1 -1
- package/dist/actions/start-workspace-app-creation.d.ts +52 -1
- package/dist/actions/start-workspace-app-creation.d.ts.map +1 -1
- package/dist/actions/sync-vault-to-app.d.ts +30 -1
- package/dist/actions/sync-vault-to-app.d.ts.map +1 -1
- package/dist/actions/unarchive-workspace-app.d.ts +5 -1
- package/dist/actions/unarchive-workspace-app.d.ts.map +1 -1
- package/dist/actions/update-vault-secret.d.ts +20 -1
- package/dist/actions/update-vault-secret.d.ts.map +1 -1
- package/dist/actions/update-workspace-app-metadata.d.ts +5 -1
- package/dist/actions/update-workspace-app-metadata.d.ts.map +1 -1
- package/dist/actions/update-workspace-resource.d.ts +37 -1
- package/dist/actions/update-workspace-resource.d.ts.map +1 -1
- package/dist/actions/upsert-destination.d.ts +37 -1
- package/dist/actions/upsert-destination.d.ts.map +1 -1
- package/dist/actions/view-screen.d.ts +1 -1
- package/dist/components/ui/alert.d.ts +3 -3
- package/dist/components/ui/alert.d.ts.map +1 -1
- package/dist/components/ui/badge.d.ts +3 -3
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +4 -4
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/chart.d.ts +3 -3
- package/dist/components/ui/chart.d.ts.map +1 -1
- package/dist/components/ui/label.d.ts +1 -1
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/navigation-menu.d.ts +1 -1
- package/dist/components/ui/navigation-menu.d.ts.map +1 -1
- package/dist/components/ui/sheet.d.ts +3 -3
- package/dist/components/ui/sheet.d.ts.map +1 -1
- package/dist/components/ui/sidebar.d.ts +5 -5
- package/dist/components/ui/sidebar.d.ts.map +1 -1
- package/dist/components/ui/toast.d.ts +3 -3
- package/dist/components/ui/toast.d.ts.map +1 -1
- package/dist/components/ui/toggle-group.d.ts +8 -8
- package/dist/components/ui/toggle-group.d.ts.map +1 -1
- package/dist/components/ui/toggle.d.ts +8 -8
- package/dist/components/ui/toggle.d.ts.map +1 -1
- package/dist/components/workspace-resource-impact-preview.d.ts +1 -1
- package/dist/components/workspace-resource-impact-preview.d.ts.map +1 -1
- package/dist/db/schema.d.ts +123 -123
- package/dist/routes/pages/$appId.d.ts +1 -1
- package/dist/routes/pages/$appId.d.ts.map +1 -1
- package/dist/routes/pages/_index.d.ts +1 -1
- package/dist/routes/pages/_index.d.ts.map +1 -1
- package/dist/routes/pages/approval.js.map +1 -1
- package/dist/routes/pages/approvals.js.map +1 -1
- package/dist/routes/pages/audit.js.map +1 -1
- package/dist/routes/pages/destinations.js.map +1 -1
- package/dist/routes/pages/identities.js.map +1 -1
- package/dist/routes/pages/overview.js.map +1 -1
- package/dist/server/lib/app-creation-store.d.ts +1 -1
- package/dist/server/lib/app-creation-store.d.ts.map +1 -1
- package/dist/server/lib/app-creation-store.js +3 -1
- package/dist/server/lib/app-creation-store.js.map +1 -1
- package/dist/server/lib/dispatch-store.d.ts +76 -76
- package/dist/server/lib/dispatch-store.d.ts.map +1 -1
- package/dist/server/lib/dreams-store.d.ts +52 -52
- package/dist/server/lib/dreams-store.d.ts.map +1 -1
- package/dist/server/lib/dreams-store.js +1 -1
- package/dist/server/lib/dreams-store.js.map +1 -1
- package/dist/server/lib/provider-api.d.ts +2 -2
- package/dist/server/lib/thread-debug-store.d.ts +13 -5
- package/dist/server/lib/thread-debug-store.d.ts.map +1 -1
- package/dist/server/lib/thread-debug-store.js.map +1 -1
- package/dist/server/lib/vault-store.d.ts +61 -50
- package/dist/server/lib/vault-store.d.ts.map +1 -1
- package/dist/server/lib/workspace-resources-store.d.ts +42 -42
- package/package.json +1 -1
- package/src/actions/scaffold-workspace-app.spec.ts +33 -0
- package/src/actions/scaffold-workspace-app.ts +20 -5
- package/src/routes/pages/approval.tsx +1 -1
- package/src/routes/pages/approvals.tsx +1 -1
- package/src/routes/pages/audit.tsx +1 -1
- package/src/routes/pages/destinations.tsx +1 -1
- package/src/routes/pages/identities.tsx +2 -2
- package/src/routes/pages/overview.tsx +1 -1
- package/src/server/lib/app-creation-store.spec.ts +13 -0
- package/src/server/lib/app-creation-store.ts +8 -3
- package/src/server/lib/dreams-store.ts +11 -1
- package/src/server/lib/thread-debug-store.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-agent-thread-debug.d.ts","sourceRoot":"","sources":["../../src/actions/get-agent-thread-debug.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-agent-thread-debug.d.ts","sourceRoot":"","sources":["../../src/actions/get-agent-thread-debug.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAoBG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, import("../server/lib/app-creation-store.js").AppCreationSettings>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=get-app-creation-settings.d.ts.map
|
|
@@ -1,3 +1,48 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
id: string;
|
|
3
|
+
}, {
|
|
4
|
+
dream: {
|
|
5
|
+
sourceHealth: import("../server/lib/dreams-store.js").DreamSourceHealth[];
|
|
6
|
+
id: string;
|
|
7
|
+
ownerEmail: string;
|
|
8
|
+
orgId: string | null;
|
|
9
|
+
createdBy: string;
|
|
10
|
+
createdAt: number;
|
|
11
|
+
updatedAt: number;
|
|
12
|
+
status: string;
|
|
13
|
+
summary: string | null;
|
|
14
|
+
sourceId: string;
|
|
15
|
+
title: string;
|
|
16
|
+
query: string | null;
|
|
17
|
+
report: string | null;
|
|
18
|
+
candidateCount: number;
|
|
19
|
+
inspectedThreadCount: number;
|
|
20
|
+
error: string | null;
|
|
21
|
+
startedAt: number;
|
|
22
|
+
completedAt: number | null;
|
|
23
|
+
};
|
|
24
|
+
proposals: {
|
|
25
|
+
evidence: import("../server/lib/dreams-store.js").DreamEvidence[];
|
|
26
|
+
id: string;
|
|
27
|
+
ownerEmail: string;
|
|
28
|
+
orgId: string | null;
|
|
29
|
+
createdAt: number;
|
|
30
|
+
updatedAt: number;
|
|
31
|
+
targetType: string;
|
|
32
|
+
status: string;
|
|
33
|
+
summary: string;
|
|
34
|
+
title: string;
|
|
35
|
+
dreamId: string;
|
|
36
|
+
targetPath: string;
|
|
37
|
+
rationale: string;
|
|
38
|
+
content: string;
|
|
39
|
+
confidence: number;
|
|
40
|
+
risk: string;
|
|
41
|
+
appliedBy: string | null;
|
|
42
|
+
appliedAt: number | null;
|
|
43
|
+
rejectedBy: string | null;
|
|
44
|
+
rejectedAt: number | null;
|
|
45
|
+
}[];
|
|
46
|
+
}>;
|
|
2
47
|
export default _default;
|
|
3
48
|
//# sourceMappingURL=get-dream.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-dream.d.ts","sourceRoot":"","sources":["../../src/actions/get-dream.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-dream.d.ts","sourceRoot":"","sources":["../../src/actions/get-dream.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBASG"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
resourceId?: string | undefined;
|
|
3
|
+
path?: string | undefined;
|
|
4
|
+
appId?: string | undefined;
|
|
5
|
+
userEmail?: string | undefined;
|
|
6
|
+
}, import("../server/lib/workspace-resources-store.js").WorkspaceResourceEffectiveContext>;
|
|
2
7
|
export default _default;
|
|
3
8
|
//# sourceMappingURL=get-workspace-resource-effective-context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace-resource-effective-context.d.ts","sourceRoot":"","sources":["../../src/actions/get-workspace-resource-effective-context.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-workspace-resource-effective-context.d.ts","sourceRoot":"","sources":["../../src/actions/get-workspace-resource-effective-context.ts"],"names":[],"mappings":";;;;;;AAIA,wBA6BG"}
|
|
@@ -1,3 +1,27 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
appId: string;
|
|
3
|
+
secretIds: string[];
|
|
4
|
+
}, {
|
|
5
|
+
appId: string;
|
|
6
|
+
accessMode: "all-apps";
|
|
7
|
+
created: never[];
|
|
8
|
+
skipped: string[];
|
|
9
|
+
} | {
|
|
10
|
+
appId: string;
|
|
11
|
+
accessMode: "manual";
|
|
12
|
+
created: {
|
|
13
|
+
id: string;
|
|
14
|
+
ownerEmail: string;
|
|
15
|
+
orgId: string | null;
|
|
16
|
+
secretId: string;
|
|
17
|
+
appId: string;
|
|
18
|
+
grantedBy: string;
|
|
19
|
+
status: string;
|
|
20
|
+
syncedAt: number | null;
|
|
21
|
+
createdAt: number;
|
|
22
|
+
updatedAt: number;
|
|
23
|
+
}[];
|
|
24
|
+
skipped: string[];
|
|
25
|
+
}>;
|
|
2
26
|
export default _default;
|
|
3
27
|
//# sourceMappingURL=grant-vault-secrets-to-app.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grant-vault-secrets-to-app.d.ts","sourceRoot":"","sources":["../../src/actions/grant-vault-secrets-to-app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"grant-vault-secrets-to-app.d.ts","sourceRoot":"","sources":["../../src/actions/grant-vault-secrets-to-app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAeG"}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
appId: string;
|
|
3
|
+
resourceIds: string[];
|
|
4
|
+
}, {
|
|
5
|
+
appId: string;
|
|
6
|
+
granted: {
|
|
7
|
+
id: string;
|
|
8
|
+
resourceId: string;
|
|
9
|
+
appId: string;
|
|
10
|
+
}[];
|
|
11
|
+
skipped: {
|
|
12
|
+
resourceId: string;
|
|
13
|
+
reason: string;
|
|
14
|
+
}[];
|
|
15
|
+
}>;
|
|
2
16
|
export default _default;
|
|
3
17
|
//# sourceMappingURL=grant-workspace-resources-to-app.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grant-workspace-resources-to-app.d.ts","sourceRoot":"","sources":["../../src/actions/grant-workspace-resources-to-app.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"grant-workspace-resources-to-app.d.ts","sourceRoot":"","sources":["../../src/actions/grant-workspace-resources-to-app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAIA,wBAWG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
access: Omit<import("../server/lib/thread-debug-store.js").DebugAccess, "memberEmails" | "envAdmin"> & {
|
|
3
|
+
envAdmin: boolean;
|
|
4
|
+
memberCount: number;
|
|
5
|
+
};
|
|
6
|
+
sources: import("../server/lib/thread-debug-store.js").ThreadDebugSource[];
|
|
7
|
+
}>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=list-agent-thread-sources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-agent-thread-sources.d.ts","sourceRoot":"","sources":["../../src/actions/list-agent-thread-sources.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-agent-thread-sources.d.ts","sourceRoot":"","sources":["../../src/actions/list-agent-thread-sources.ts"],"names":[],"mappings":";;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, import("../server/lib/app-creation-store.js").AvailableWorkspaceTemplate[]>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=list-available-workspace-templates.d.ts.map
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
source: string;
|
|
3
|
+
resourceId: string | undefined;
|
|
4
|
+
path: string | undefined;
|
|
5
|
+
scope: "shared" | "personal" | undefined;
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
description: string;
|
|
9
|
+
url: string;
|
|
10
|
+
color: string;
|
|
11
|
+
}[]>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=list-connected-agents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-connected-agents.d.ts","sourceRoot":"","sources":["../../src/actions/list-connected-agents.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-connected-agents.d.ts","sourceRoot":"","sources":["../../src/actions/list-connected-agents.ts"],"names":[],"mappings":";;;;;;;;;;;AAkBA,wBAoFG"}
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
id: string;
|
|
3
|
+
ownerEmail: string;
|
|
4
|
+
orgId: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
platform: string;
|
|
7
|
+
destination: string;
|
|
8
|
+
threadRef: string | null;
|
|
9
|
+
notes: string | null;
|
|
10
|
+
createdBy: string;
|
|
11
|
+
createdAt: number;
|
|
12
|
+
updatedAt: number;
|
|
13
|
+
}[]>;
|
|
2
14
|
export default _default;
|
|
3
15
|
//# sourceMappingURL=list-destinations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-destinations.d.ts","sourceRoot":"","sources":["../../src/actions/list-destinations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-destinations.d.ts","sourceRoot":"","sources":["../../src/actions/list-destinations.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAIA,wBAKG"}
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
id: string;
|
|
3
|
+
ownerEmail: string;
|
|
4
|
+
orgId: string | null;
|
|
5
|
+
changeType: string;
|
|
6
|
+
targetType: string;
|
|
7
|
+
targetId: string | null;
|
|
8
|
+
status: string;
|
|
9
|
+
summary: string;
|
|
10
|
+
payload: string;
|
|
11
|
+
beforeValue: string | null;
|
|
12
|
+
afterValue: string | null;
|
|
13
|
+
requestedBy: string;
|
|
14
|
+
reviewedBy: string | null;
|
|
15
|
+
reviewedAt: number | null;
|
|
16
|
+
createdAt: number;
|
|
17
|
+
updatedAt: number;
|
|
18
|
+
}[]>;
|
|
2
19
|
export default _default;
|
|
3
20
|
//# sourceMappingURL=list-dispatch-approvals.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dispatch-approvals.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-approvals.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-dispatch-approvals.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-approvals.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAIA,wBAKG"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
limit?: unknown;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
actor: string;
|
|
8
|
+
action: string;
|
|
9
|
+
targetType: string;
|
|
10
|
+
targetId: string | null;
|
|
11
|
+
summary: string;
|
|
12
|
+
metadata: string | null;
|
|
13
|
+
createdAt: number;
|
|
14
|
+
}[]>;
|
|
2
15
|
export default _default;
|
|
3
16
|
//# sourceMappingURL=list-dispatch-audit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dispatch-audit.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-audit.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-dispatch-audit.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-audit.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAIA,wBAOG"}
|
|
@@ -1,3 +1,61 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
vault: {
|
|
3
|
+
accessMode: import("../server/lib/vault-store.js").VaultAccessMode;
|
|
4
|
+
secretCount: number;
|
|
5
|
+
activeGrantCount: number;
|
|
6
|
+
manualGrantCount: number;
|
|
7
|
+
pendingRequestCount: number;
|
|
8
|
+
};
|
|
9
|
+
counts: {
|
|
10
|
+
destinations: number;
|
|
11
|
+
pendingApprovals: number;
|
|
12
|
+
linkedIdentities: number;
|
|
13
|
+
activeTokens: number;
|
|
14
|
+
};
|
|
15
|
+
recentDestinations: {
|
|
16
|
+
id: string;
|
|
17
|
+
ownerEmail: string;
|
|
18
|
+
orgId: string | null;
|
|
19
|
+
name: string;
|
|
20
|
+
platform: string;
|
|
21
|
+
destination: string;
|
|
22
|
+
threadRef: string | null;
|
|
23
|
+
notes: string | null;
|
|
24
|
+
createdBy: string;
|
|
25
|
+
createdAt: number;
|
|
26
|
+
updatedAt: number;
|
|
27
|
+
}[];
|
|
28
|
+
recentApprovals: {
|
|
29
|
+
id: string;
|
|
30
|
+
ownerEmail: string;
|
|
31
|
+
orgId: string | null;
|
|
32
|
+
changeType: string;
|
|
33
|
+
targetType: string;
|
|
34
|
+
targetId: string | null;
|
|
35
|
+
status: string;
|
|
36
|
+
summary: string;
|
|
37
|
+
payload: string;
|
|
38
|
+
beforeValue: string | null;
|
|
39
|
+
afterValue: string | null;
|
|
40
|
+
requestedBy: string;
|
|
41
|
+
reviewedBy: string | null;
|
|
42
|
+
reviewedAt: number | null;
|
|
43
|
+
createdAt: number;
|
|
44
|
+
updatedAt: number;
|
|
45
|
+
}[];
|
|
46
|
+
recentAudit: {
|
|
47
|
+
id: string;
|
|
48
|
+
ownerEmail: string;
|
|
49
|
+
orgId: string | null;
|
|
50
|
+
actor: string;
|
|
51
|
+
action: string;
|
|
52
|
+
targetType: string;
|
|
53
|
+
targetId: string | null;
|
|
54
|
+
summary: string;
|
|
55
|
+
metadata: string | null;
|
|
56
|
+
createdAt: number;
|
|
57
|
+
}[];
|
|
58
|
+
settings: import("../server/lib/dispatch-store.js").DispatchApprovalPolicy;
|
|
59
|
+
}>;
|
|
2
60
|
export default _default;
|
|
3
61
|
//# sourceMappingURL=list-dispatch-overview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dispatch-overview.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-overview.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-dispatch-overview.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-overview.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,wBAYG"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
sinceDays?: unknown;
|
|
3
|
+
}, import("../server/lib/usage-metrics-store.js").DispatchUsageMetrics>;
|
|
2
4
|
export default _default;
|
|
3
5
|
//# sourceMappingURL=list-dispatch-usage-metrics.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dispatch-usage-metrics.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-usage-metrics.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-dispatch-usage-metrics.d.ts","sourceRoot":"","sources":["../../src/actions/list-dispatch-usage-metrics.ts"],"names":[],"mappings":";;;AAIA,wBAcG"}
|
|
@@ -1,3 +1,24 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
sourceId?: string | undefined;
|
|
3
|
+
sourceIds?: string[] | undefined;
|
|
4
|
+
allSources?: unknown;
|
|
5
|
+
query?: string | undefined;
|
|
6
|
+
ownerEmail?: string | undefined;
|
|
7
|
+
limit?: unknown;
|
|
8
|
+
sourceTimeoutMs?: unknown;
|
|
9
|
+
sourceConcurrency?: unknown;
|
|
10
|
+
sourceStartStaggerMs?: unknown;
|
|
11
|
+
threadConcurrency?: unknown;
|
|
12
|
+
threadTimeoutMs?: unknown;
|
|
13
|
+
}, {
|
|
14
|
+
source: Record<string, unknown>;
|
|
15
|
+
access: Record<string, unknown> | null;
|
|
16
|
+
query: string | null;
|
|
17
|
+
inspectedThreadCount: number;
|
|
18
|
+
candidateCount: number;
|
|
19
|
+
errors: Record<string, unknown>[];
|
|
20
|
+
sources: import("../server/lib/dreams-store.js").DreamSourceHealth[];
|
|
21
|
+
candidates: import("../server/lib/dreams-store.js").DreamCandidate[];
|
|
22
|
+
}>;
|
|
2
23
|
export default _default;
|
|
3
24
|
//# sourceMappingURL=list-dream-candidates.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dream-candidates.d.ts","sourceRoot":"","sources":["../../src/actions/list-dream-candidates.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-dream-candidates.d.ts","sourceRoot":"","sources":["../../src/actions/list-dream-candidates.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAIA,wBAwEG"}
|
|
@@ -1,3 +1,29 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
limit?: unknown;
|
|
3
|
+
status?: "all" | "running" | "completed" | "failed" | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
count: number;
|
|
6
|
+
dreams: {
|
|
7
|
+
proposalCounts: Record<string, number>;
|
|
8
|
+
sourceHealth: import("../server/lib/dreams-store.js").DreamSourceHealth[];
|
|
9
|
+
id: string;
|
|
10
|
+
ownerEmail: string;
|
|
11
|
+
orgId: string | null;
|
|
12
|
+
createdBy: string;
|
|
13
|
+
createdAt: number;
|
|
14
|
+
updatedAt: number;
|
|
15
|
+
status: string;
|
|
16
|
+
summary: string | null;
|
|
17
|
+
sourceId: string;
|
|
18
|
+
title: string;
|
|
19
|
+
query: string | null;
|
|
20
|
+
report: string | null;
|
|
21
|
+
candidateCount: number;
|
|
22
|
+
inspectedThreadCount: number;
|
|
23
|
+
error: string | null;
|
|
24
|
+
startedAt: number;
|
|
25
|
+
completedAt: number | null;
|
|
26
|
+
}[];
|
|
27
|
+
}>;
|
|
2
28
|
export default _default;
|
|
3
29
|
//# sourceMappingURL=list-dreams.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dreams.d.ts","sourceRoot":"","sources":["../../src/actions/list-dreams.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-dreams.d.ts","sourceRoot":"","sources":["../../src/actions/list-dreams.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAYG"}
|
|
@@ -1,3 +1,29 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
links: {
|
|
3
|
+
id: string;
|
|
4
|
+
ownerEmail: string;
|
|
5
|
+
orgId: string | null;
|
|
6
|
+
platform: string;
|
|
7
|
+
externalUserId: string;
|
|
8
|
+
externalUserName: string | null;
|
|
9
|
+
linkedBy: string;
|
|
10
|
+
createdAt: number;
|
|
11
|
+
updatedAt: number;
|
|
12
|
+
}[];
|
|
13
|
+
tokens: {
|
|
14
|
+
id: string;
|
|
15
|
+
token: string;
|
|
16
|
+
ownerEmail: string;
|
|
17
|
+
orgId: string | null;
|
|
18
|
+
platform: string;
|
|
19
|
+
createdBy: string;
|
|
20
|
+
expiresAt: number;
|
|
21
|
+
claimedAt: number | null;
|
|
22
|
+
claimedByExternalUserId: string | null;
|
|
23
|
+
claimedByExternalUserName: string | null;
|
|
24
|
+
createdAt: number;
|
|
25
|
+
updatedAt: number;
|
|
26
|
+
}[];
|
|
27
|
+
}>;
|
|
2
28
|
export default _default;
|
|
3
29
|
//# sourceMappingURL=list-linked-identities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-linked-identities.d.ts","sourceRoot":"","sources":["../../src/actions/list-linked-identities.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-linked-identities.d.ts","sourceRoot":"","sources":["../../src/actions/list-linked-identities.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAKG"}
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
mode: import("../server/lib/mcp-access-store.js").DispatchMcpAppAccessMode;
|
|
3
|
+
selectedAppIds: string[];
|
|
4
|
+
updatedAt: string | undefined;
|
|
5
|
+
updatedBy: string | undefined;
|
|
6
|
+
apps: import("../server/lib/mcp-gateway.js").DispatchMcpAccessibleApp[];
|
|
7
|
+
grantedApps: import("../server/lib/mcp-gateway.js").DispatchMcpAccessibleApp[];
|
|
8
|
+
counts: {
|
|
9
|
+
apps: number;
|
|
10
|
+
granted: number;
|
|
11
|
+
};
|
|
12
|
+
}>;
|
|
2
13
|
export default _default;
|
|
3
14
|
//# sourceMappingURL=list-mcp-app-access.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-mcp-app-access.d.ts","sourceRoot":"","sources":["../../src/actions/list-mcp-app-access.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-mcp-app-access.d.ts","sourceRoot":"","sources":["../../src/actions/list-mcp-app-access.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,wBAqBG"}
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
limit?: unknown;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
secretId: string | null;
|
|
8
|
+
appId: string | null;
|
|
9
|
+
action: string;
|
|
10
|
+
actor: string;
|
|
11
|
+
summary: string;
|
|
12
|
+
metadata: string | null;
|
|
13
|
+
createdAt: number;
|
|
14
|
+
}[]>;
|
|
2
15
|
export default _default;
|
|
3
16
|
//# sourceMappingURL=list-vault-audit.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vault-audit.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-audit.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-vault-audit.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-audit.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAIA,wBAWG"}
|
|
@@ -1,3 +1,17 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
appId?: string | undefined;
|
|
3
|
+
secretId?: string | undefined;
|
|
4
|
+
}, {
|
|
5
|
+
id: string;
|
|
6
|
+
ownerEmail: string;
|
|
7
|
+
orgId: string | null;
|
|
8
|
+
secretId: string;
|
|
9
|
+
appId: string;
|
|
10
|
+
grantedBy: string;
|
|
11
|
+
status: string;
|
|
12
|
+
syncedAt: number | null;
|
|
13
|
+
createdAt: number;
|
|
14
|
+
updatedAt: number;
|
|
15
|
+
}[]>;
|
|
2
16
|
export default _default;
|
|
3
17
|
//# sourceMappingURL=list-vault-grants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vault-grants.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-grants.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-vault-grants.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-grants.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAIA,wBASG"}
|
|
@@ -1,3 +1,18 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
status?: "pending" | "approved" | "denied" | undefined;
|
|
3
|
+
}, {
|
|
4
|
+
id: string;
|
|
5
|
+
ownerEmail: string;
|
|
6
|
+
orgId: string | null;
|
|
7
|
+
credentialKey: string;
|
|
8
|
+
appId: string;
|
|
9
|
+
reason: string | null;
|
|
10
|
+
requestedBy: string;
|
|
11
|
+
status: string;
|
|
12
|
+
reviewedBy: string | null;
|
|
13
|
+
reviewedAt: number | null;
|
|
14
|
+
createdAt: number;
|
|
15
|
+
updatedAt: number;
|
|
16
|
+
}[]>;
|
|
2
17
|
export default _default;
|
|
3
18
|
//# sourceMappingURL=list-vault-requests.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vault-requests.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-requests.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-vault-requests.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-requests.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIA,wBAWG"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
credentialKey: string;
|
|
5
|
+
provider: string | null;
|
|
6
|
+
description: string | null;
|
|
7
|
+
}[]>;
|
|
2
8
|
export default _default;
|
|
3
9
|
//# sourceMappingURL=list-vault-secret-options.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vault-secret-options.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-secret-options.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-vault-secret-options.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-secret-options.ts"],"names":[],"mappings":";;;;;;;AAIA,wBAeG"}
|
|
@@ -1,3 +1,13 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<Record<string, never>, {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
credentialKey: string;
|
|
5
|
+
value: string;
|
|
6
|
+
provider: string | null;
|
|
7
|
+
description: string | null;
|
|
8
|
+
createdBy: string;
|
|
9
|
+
createdAt: number;
|
|
10
|
+
updatedAt: number;
|
|
11
|
+
}[]>;
|
|
2
12
|
export default _default;
|
|
3
13
|
//# sourceMappingURL=list-vault-secrets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vault-secrets.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-secrets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-vault-secrets.d.ts","sourceRoot":"","sources":["../../src/actions/list-vault-secrets.ts"],"names":[],"mappings":";;;;;;;;;;;AAIA,wBAqBG"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: import("@agent-native/core").ActionDefinition<{
|
|
2
|
+
includeAgentCards?: unknown;
|
|
3
|
+
audience?: "all" | "internal" | "public" | undefined;
|
|
4
|
+
}, import("../server/lib/app-creation-store.js").WorkspaceAppSummary[]>;
|
|
2
5
|
export default _default;
|
|
3
6
|
//# sourceMappingURL=list-workspace-apps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-workspace-apps.d.ts","sourceRoot":"","sources":["../../src/actions/list-workspace-apps.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-workspace-apps.d.ts","sourceRoot":"","sources":["../../src/actions/list-workspace-apps.ts"],"names":[],"mappings":";;;;AAYA,wBAgBG"}
|