@opengeni/contracts 0.38.2 → 0.38.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/dist/google-drive.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -260,7 +260,7 @@ export declare const DEFAULT_FIRST_PARTY_MCP_PERMISSIONS: readonly ["workspace:r
|
|
|
260
260
|
* `files_get_download_url` intentionally is not in this catalog. It belongs to
|
|
261
261
|
* the dedicated `files` MCP server.
|
|
262
262
|
*/
|
|
263
|
-
export declare const FIRST_PARTY_MCP_TOOL_NAMES: readonly ["set_session_title", "goal_set", "goal_update", "goal_complete", "goal_pause", "memory_search", "memory_save", "memory_correct", "preference_registry_summary", "preference_registry_get", "sandboxes_list", "sandbox_attach", "sandbox_swap", "run_on", "sandbox_provision", "rig_list", "rig_get", "rig_propose_change", "rig_verify", "rig_promote", "sessions_list", "session_get", "session_events", "session_create", "session_send_message", "session_pause", "session_resume", "session_steer", "set_other_session_title", "variable_set_list", "environment_list", "variable_set_set_variable", "environment_set_variable", "github_connect_link", "
|
|
263
|
+
export declare const FIRST_PARTY_MCP_TOOL_NAMES: readonly ["set_session_title", "goal_set", "goal_update", "goal_complete", "goal_pause", "memory_search", "memory_save", "memory_correct", "preference_registry_summary", "preference_registry_get", "sandboxes_list", "sandbox_attach", "sandbox_swap", "run_on", "sandbox_provision", "rig_list", "rig_get", "rig_propose_change", "rig_verify", "rig_promote", "sessions_list", "session_get", "session_events", "session_create", "session_send_message", "session_pause", "session_resume", "session_steer", "set_other_session_title", "variable_set_list", "environment_list", "variable_set_set_variable", "environment_set_variable", "github_connect_link", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "social_search_live", "social_mentions_live", "social_thread_fetch", "social_posts_sync", "social_post_reply", "scheduled_tasks_list", "scheduled_tasks_get", "scheduled_tasks_create", "scheduled_tasks_update", "scheduled_tasks_pause", "scheduled_tasks_resume", "scheduled_tasks_trigger", "scheduled_tasks_delete", "scheduled_task_runs_list", "slack_bot_list_channels", "slack_bot_channel_history", "slack_bot_thread_replies", "slack_bot_list_users", "slack_bot_list_files", "slack_bot_file_info", "slack_bot_file_content", "slack_bot_post_message", "slack_bot_delete_message", "artifacts_list", "artifacts_get_source", "artifacts_create", "artifacts_publish", "artifacts_rollback"];
|
|
264
264
|
export declare const FirstPartyMcpToolName: z.ZodEnum<{
|
|
265
265
|
artifacts_create: "artifacts_create";
|
|
266
266
|
artifacts_get_source: "artifacts_get_source";
|
|
@@ -271,7 +271,6 @@ export declare const FirstPartyMcpToolName: z.ZodEnum<{
|
|
|
271
271
|
environment_set_variable: "environment_set_variable";
|
|
272
272
|
github_connect_link: "github_connect_link";
|
|
273
273
|
github_repositories_list: "github_repositories_list";
|
|
274
|
-
github_token: "github_token";
|
|
275
274
|
goal_complete: "goal_complete";
|
|
276
275
|
goal_pause: "goal_pause";
|
|
277
276
|
goal_set: "goal_set";
|
|
@@ -336,7 +335,7 @@ export type FirstPartyMcpToolName = z.infer<typeof FirstPartyMcpToolName>;
|
|
|
336
335
|
* the non-connector catalog, while an explicit session policy may still select
|
|
337
336
|
* any catalogued connector tool and remains independently permission-gated.
|
|
338
337
|
*/
|
|
339
|
-
export declare const DEFAULT_FIRST_PARTY_MCP_TOOLS: ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "environment_list" | "environment_set_variable" | "github_connect_link" | "github_repositories_list" | "
|
|
338
|
+
export declare const DEFAULT_FIRST_PARTY_MCP_TOOLS: ("artifacts_create" | "artifacts_get_source" | "artifacts_list" | "artifacts_publish" | "artifacts_rollback" | "environment_list" | "environment_set_variable" | "github_connect_link" | "github_repositories_list" | "goal_complete" | "goal_pause" | "goal_set" | "goal_update" | "memory_correct" | "memory_save" | "memory_search" | "preference_registry_get" | "preference_registry_summary" | "rig_get" | "rig_list" | "rig_promote" | "rig_propose_change" | "rig_verify" | "run_on" | "sandbox_attach" | "sandbox_provision" | "sandbox_swap" | "sandboxes_list" | "scheduled_task_runs_list" | "scheduled_tasks_create" | "scheduled_tasks_delete" | "scheduled_tasks_get" | "scheduled_tasks_list" | "scheduled_tasks_pause" | "scheduled_tasks_resume" | "scheduled_tasks_trigger" | "scheduled_tasks_update" | "session_create" | "session_events" | "session_get" | "session_pause" | "session_resume" | "session_send_message" | "session_steer" | "sessions_list" | "set_other_session_title" | "set_session_title" | "slack_bot_channel_history" | "slack_bot_delete_message" | "slack_bot_file_content" | "slack_bot_file_info" | "slack_bot_list_channels" | "slack_bot_list_files" | "slack_bot_list_users" | "slack_bot_post_message" | "slack_bot_thread_replies" | "social_connections_list" | "social_daily_analysis_context" | "social_mentions_live" | "social_post_reply" | "social_posts_recent" | "social_posts_sync" | "social_search_live" | "social_thread_fetch" | "variable_set_list" | "variable_set_set_variable")[];
|
|
340
339
|
export declare function prefixedMcpToolName(registryId: string, toolName: string): string;
|
|
341
340
|
export declare const ProductAccessMode: z.ZodEnum<{
|
|
342
341
|
configured: "configured";
|
|
@@ -1268,7 +1267,6 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
|
|
|
1268
1267
|
environment_set_variable: "environment_set_variable";
|
|
1269
1268
|
github_connect_link: "github_connect_link";
|
|
1270
1269
|
github_repositories_list: "github_repositories_list";
|
|
1271
|
-
github_token: "github_token";
|
|
1272
1270
|
goal_complete: "goal_complete";
|
|
1273
1271
|
goal_pause: "goal_pause";
|
|
1274
1272
|
goal_set: "goal_set";
|
|
@@ -3846,7 +3844,6 @@ export declare const UpdateSessionToolPolicyRequest: z.ZodUnion<readonly [z.ZodO
|
|
|
3846
3844
|
environment_set_variable: "environment_set_variable";
|
|
3847
3845
|
github_connect_link: "github_connect_link";
|
|
3848
3846
|
github_repositories_list: "github_repositories_list";
|
|
3849
|
-
github_token: "github_token";
|
|
3850
3847
|
goal_complete: "goal_complete";
|
|
3851
3848
|
goal_pause: "goal_pause";
|
|
3852
3849
|
goal_set: "goal_set";
|
|
@@ -4999,7 +4996,6 @@ export declare const NewSessionDraftOptions: z.ZodObject<{
|
|
|
4999
4996
|
environment_set_variable: "environment_set_variable";
|
|
5000
4997
|
github_connect_link: "github_connect_link";
|
|
5001
4998
|
github_repositories_list: "github_repositories_list";
|
|
5002
|
-
github_token: "github_token";
|
|
5003
4999
|
goal_complete: "goal_complete";
|
|
5004
5000
|
goal_pause: "goal_pause";
|
|
5005
5001
|
goal_set: "goal_set";
|
|
@@ -5187,7 +5183,6 @@ export declare const NewSessionDraft: z.ZodObject<{
|
|
|
5187
5183
|
environment_set_variable: "environment_set_variable";
|
|
5188
5184
|
github_connect_link: "github_connect_link";
|
|
5189
5185
|
github_repositories_list: "github_repositories_list";
|
|
5190
|
-
github_token: "github_token";
|
|
5191
5186
|
goal_complete: "goal_complete";
|
|
5192
5187
|
goal_pause: "goal_pause";
|
|
5193
5188
|
goal_set: "goal_set";
|
|
@@ -5375,7 +5370,6 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
|
|
|
5375
5370
|
environment_set_variable: "environment_set_variable";
|
|
5376
5371
|
github_connect_link: "github_connect_link";
|
|
5377
5372
|
github_repositories_list: "github_repositories_list";
|
|
5378
|
-
github_token: "github_token";
|
|
5379
5373
|
goal_complete: "goal_complete";
|
|
5380
5374
|
goal_pause: "goal_pause";
|
|
5381
5375
|
goal_set: "goal_set";
|
|
@@ -8252,7 +8246,6 @@ export declare const Session: z.ZodObject<{
|
|
|
8252
8246
|
environment_set_variable: "environment_set_variable";
|
|
8253
8247
|
github_connect_link: "github_connect_link";
|
|
8254
8248
|
github_repositories_list: "github_repositories_list";
|
|
8255
|
-
github_token: "github_token";
|
|
8256
8249
|
goal_complete: "goal_complete";
|
|
8257
8250
|
goal_pause: "goal_pause";
|
|
8258
8251
|
goal_set: "goal_set";
|
|
@@ -8663,7 +8656,6 @@ export declare const CreateSessionResponse: z.ZodObject<{
|
|
|
8663
8656
|
environment_set_variable: "environment_set_variable";
|
|
8664
8657
|
github_connect_link: "github_connect_link";
|
|
8665
8658
|
github_repositories_list: "github_repositories_list";
|
|
8666
|
-
github_token: "github_token";
|
|
8667
8659
|
goal_complete: "goal_complete";
|
|
8668
8660
|
goal_pause: "goal_pause";
|
|
8669
8661
|
goal_set: "goal_set";
|
|
@@ -9080,7 +9072,6 @@ export declare const SessionListResponse: z.ZodObject<{
|
|
|
9080
9072
|
environment_set_variable: "environment_set_variable";
|
|
9081
9073
|
github_connect_link: "github_connect_link";
|
|
9082
9074
|
github_repositories_list: "github_repositories_list";
|
|
9083
|
-
github_token: "github_token";
|
|
9084
9075
|
goal_complete: "goal_complete";
|
|
9085
9076
|
goal_pause: "goal_pause";
|
|
9086
9077
|
goal_set: "goal_set";
|
|
@@ -9486,7 +9477,6 @@ export declare const SessionListResponse: z.ZodObject<{
|
|
|
9486
9477
|
environment_set_variable: "environment_set_variable";
|
|
9487
9478
|
github_connect_link: "github_connect_link";
|
|
9488
9479
|
github_repositories_list: "github_repositories_list";
|
|
9489
|
-
github_token: "github_token";
|
|
9490
9480
|
goal_complete: "goal_complete";
|
|
9491
9481
|
goal_pause: "goal_pause";
|
|
9492
9482
|
goal_set: "goal_set";
|
|
@@ -9900,7 +9890,6 @@ export declare const SessionLineageResponse: z.ZodObject<{
|
|
|
9900
9890
|
environment_set_variable: "environment_set_variable";
|
|
9901
9891
|
github_connect_link: "github_connect_link";
|
|
9902
9892
|
github_repositories_list: "github_repositories_list";
|
|
9903
|
-
github_token: "github_token";
|
|
9904
9893
|
goal_complete: "goal_complete";
|
|
9905
9894
|
goal_pause: "goal_pause";
|
|
9906
9895
|
goal_set: "goal_set";
|
|
@@ -12482,7 +12471,6 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
|
|
|
12482
12471
|
environment_set_variable: "environment_set_variable";
|
|
12483
12472
|
github_connect_link: "github_connect_link";
|
|
12484
12473
|
github_repositories_list: "github_repositories_list";
|
|
12485
|
-
github_token: "github_token";
|
|
12486
12474
|
goal_complete: "goal_complete";
|
|
12487
12475
|
goal_pause: "goal_pause";
|
|
12488
12476
|
goal_set: "goal_set";
|
package/dist/index.js
CHANGED
|
@@ -765,7 +765,7 @@ import {
|
|
|
765
765
|
verifyStreamToken,
|
|
766
766
|
workspaceControlUtf8Bytes,
|
|
767
767
|
workspaceSlackReactionChannelAllowed
|
|
768
|
-
} from "./chunk-
|
|
768
|
+
} from "./chunk-ZNH72ZGW.js";
|
|
769
769
|
import {
|
|
770
770
|
ConnectorDocumentDestination,
|
|
771
771
|
ConnectorDocumentDestinationAuthority,
|
package/package.json
CHANGED
package/src/index.ts
CHANGED