@opengeni/contracts 0.26.1 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/artifacts.d.ts +303 -0
- package/dist/{chunk-3B3XEYMN.js → chunk-KGL5BVGF.js} +3 -1
- package/dist/chunk-KGL5BVGF.js.map +1 -0
- package/dist/{chunk-ESXP7QLV.js → chunk-S4F2GZPD.js} +2827 -2675
- package/dist/chunk-S4F2GZPD.js.map +1 -0
- package/dist/google-drive.js +2 -2
- package/dist/index.d.ts +110 -5
- package/dist/index.js +46 -2
- package/dist/slack-bot-scopes.d.ts +1 -1
- package/dist/slack-bot-scopes.js +1 -1
- package/package.json +1 -1
- package/src/artifacts.ts +171 -0
- package/src/index.ts +37 -1
- package/src/slack-bot-scopes.ts +2 -0
- package/dist/chunk-3B3XEYMN.js.map +0 -1
- package/dist/chunk-ESXP7QLV.js.map +0 -1
package/dist/google-drive.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { type SessionEventBoundarySurface } from "./event-preview";
|
|
3
3
|
export * from "./slack-bot-scopes";
|
|
4
|
+
export { CreateWorkspaceArtifactRequest, PublishWorkspaceArtifactVersionRequest, RollbackWorkspaceArtifactRequest, WorkspaceArtifact, WorkspaceArtifactContentResponse, WorkspaceArtifactDetailResponse, WorkspaceArtifactEvent, WorkspaceArtifactEventType, WorkspaceArtifactHtml, WorkspaceArtifactListQuery, WorkspaceArtifactListResponse, WorkspaceArtifactMutationResponse, WorkspaceArtifactSlug, WorkspaceArtifactStatus, WorkspaceArtifactVersion, WORKSPACE_ARTIFACT_CURSOR_MAX_CHARS, WORKSPACE_ARTIFACT_DESCRIPTION_MAX_CHARS, WORKSPACE_ARTIFACT_HTML_MAX_UTF8_BYTES, WORKSPACE_ARTIFACT_LIST_DEFAULT, WORKSPACE_ARTIFACT_LIST_MAX, WORKSPACE_ARTIFACT_TITLE_MAX_CHARS, normalizeWorkspaceArtifactSlug, } from "./artifacts";
|
|
4
5
|
export { SESSION_EVENT_PAYLOAD_MAX_BYTES, approximateSessionEventTokens, boundSessionEventPayload, measureSessionEventJson, sessionEventJsonBytes, sessionEventMediaPreview, sessionEventMediaPreviewFromDataUrl, sessionEventPayloadTruncation, type BoundSessionEventPayloadOptions, type SessionEventBoundarySurface, type SessionEventMediaPreview, type SessionEventJsonMeasurement, type SessionEventPayloadTruncation, } from "./event-preview";
|
|
5
6
|
export { RETAINED_OUTPUT_DEFAULT_PAGE_BYTES, RETAINED_OUTPUT_MAX_PAGE_BYTES, RETAINED_OUTPUT_RECEIPT_MAX_BYTES, RetainedArtifactMetadataSchema, RetainedArtifactReferenceSchema, RetainedArtifactUnavailableSchema, RetainedOutputEvidenceSchema, RetainedOutputKind, RetainedOutputUnavailableReason, retainedArtifactReferenceFromFile, retainedOutputUnavailable, resolveRetainedOutputRange, validateRetainedOutputEvidence, type RetainedArtifactFileInput, type RetainedArtifactMetadata, type RetainedArtifactReference, type RetainedArtifactUnavailable, type RetainedOutputAvailableEvidence, type RetainedOutputEvidence, type RetainedOutputRangeResolution, type RetainedOutputResolvedRange, } from "./retained-output";
|
|
6
7
|
export { NATIVE_SNAPSHOT_PREFIXES, WORKSPACE_ARCHIVE_DESCRIPTOR_VERSION, backendForNativeSnapshotProvider, decodeNativeSnapshotRef, parseWorkspaceArchiveDescriptor, type NativeSnapshotDescriptor, type NativeSnapshotProvider, type NativeSnapshotRef, type TarWorkspaceArchiveDescriptor, type WorkspaceArchiveDescriptor, type WorkspaceTreeFingerprint, } from "./sandbox-snapshots";
|
|
@@ -201,6 +202,8 @@ export declare const Permission: z.ZodEnum<{
|
|
|
201
202
|
"account:admin": "account:admin";
|
|
202
203
|
"account:read": "account:read";
|
|
203
204
|
"api_keys:manage": "api_keys:manage";
|
|
205
|
+
"artifacts:publish": "artifacts:publish";
|
|
206
|
+
"artifacts:read": "artifacts:read";
|
|
204
207
|
"billing:manage": "billing:manage";
|
|
205
208
|
"billing:read": "billing:read";
|
|
206
209
|
"connections:read": "connections:read";
|
|
@@ -246,7 +249,7 @@ export type Permission = z.infer<typeof Permission>;
|
|
|
246
249
|
* child whose parent was narrowed must inherit the parent's effective subset,
|
|
247
250
|
* never fall back to a different runtime-local default.
|
|
248
251
|
*/
|
|
249
|
-
export declare const DEFAULT_FIRST_PARTY_MCP_PERMISSIONS: readonly ["workspace:read", "files:read", "documents:search", "scheduled_tasks:manage", "scheduled_tasks:run", "goals:manage", "sessions:read", "sessions:create", "sessions:control", "variable-sets:use", "variable-sets:manage", "rigs:use", "github:use"];
|
|
252
|
+
export declare const DEFAULT_FIRST_PARTY_MCP_PERMISSIONS: readonly ["workspace:read", "files:read", "documents:search", "scheduled_tasks:manage", "scheduled_tasks:run", "goals:manage", "sessions:read", "sessions:create", "sessions:control", "variable-sets:use", "variable-sets:manage", "rigs:use", "github:use", "artifacts:read", "artifacts:publish"];
|
|
250
253
|
/**
|
|
251
254
|
* Exact public catalog for tools served by the broad first-party `opengeni`
|
|
252
255
|
* MCP server. Adding a registration does not make it model-visible: the name
|
|
@@ -255,8 +258,13 @@ export declare const DEFAULT_FIRST_PARTY_MCP_PERMISSIONS: readonly ["workspace:r
|
|
|
255
258
|
* `files_get_download_url` intentionally is not in this catalog. It belongs to
|
|
256
259
|
* the dedicated `files` MCP server.
|
|
257
260
|
*/
|
|
258
|
-
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_token", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "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"];
|
|
261
|
+
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_token", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "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"];
|
|
259
262
|
export declare const FirstPartyMcpToolName: z.ZodEnum<{
|
|
263
|
+
artifacts_create: "artifacts_create";
|
|
264
|
+
artifacts_get_source: "artifacts_get_source";
|
|
265
|
+
artifacts_list: "artifacts_list";
|
|
266
|
+
artifacts_publish: "artifacts_publish";
|
|
267
|
+
artifacts_rollback: "artifacts_rollback";
|
|
260
268
|
environment_list: "environment_list";
|
|
261
269
|
environment_set_variable: "environment_set_variable";
|
|
262
270
|
github_connect_link: "github_connect_link";
|
|
@@ -321,7 +329,7 @@ export type FirstPartyMcpToolName = z.infer<typeof FirstPartyMcpToolName>;
|
|
|
321
329
|
* authorization remains the independent access boundary; an explicit session
|
|
322
330
|
* policy may narrow this model-visible set.
|
|
323
331
|
*/
|
|
324
|
-
export declare const DEFAULT_FIRST_PARTY_MCP_TOOLS: 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_token", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "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"];
|
|
332
|
+
export declare const DEFAULT_FIRST_PARTY_MCP_TOOLS: 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_token", "github_repositories_list", "social_connections_list", "social_posts_recent", "social_daily_analysis_context", "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"];
|
|
325
333
|
export declare function prefixedMcpToolName(registryId: string, toolName: string): string;
|
|
326
334
|
export declare const ProductAccessMode: z.ZodEnum<{
|
|
327
335
|
configured: "configured";
|
|
@@ -889,6 +897,8 @@ export declare const AccountGrant: z.ZodObject<{
|
|
|
889
897
|
"account:admin": "account:admin";
|
|
890
898
|
"account:read": "account:read";
|
|
891
899
|
"api_keys:manage": "api_keys:manage";
|
|
900
|
+
"artifacts:publish": "artifacts:publish";
|
|
901
|
+
"artifacts:read": "artifacts:read";
|
|
892
902
|
"billing:manage": "billing:manage";
|
|
893
903
|
"billing:read": "billing:read";
|
|
894
904
|
"connections:read": "connections:read";
|
|
@@ -937,6 +947,8 @@ export declare const AccessGrant: z.ZodObject<{
|
|
|
937
947
|
"account:admin": "account:admin";
|
|
938
948
|
"account:read": "account:read";
|
|
939
949
|
"api_keys:manage": "api_keys:manage";
|
|
950
|
+
"artifacts:publish": "artifacts:publish";
|
|
951
|
+
"artifacts:read": "artifacts:read";
|
|
940
952
|
"billing:manage": "billing:manage";
|
|
941
953
|
"billing:read": "billing:read";
|
|
942
954
|
"connections:read": "connections:read";
|
|
@@ -1010,6 +1022,8 @@ export declare const AccessContext: z.ZodObject<{
|
|
|
1010
1022
|
"account:admin": "account:admin";
|
|
1011
1023
|
"account:read": "account:read";
|
|
1012
1024
|
"api_keys:manage": "api_keys:manage";
|
|
1025
|
+
"artifacts:publish": "artifacts:publish";
|
|
1026
|
+
"artifacts:read": "artifacts:read";
|
|
1013
1027
|
"billing:manage": "billing:manage";
|
|
1014
1028
|
"billing:read": "billing:read";
|
|
1015
1029
|
"connections:read": "connections:read";
|
|
@@ -1057,6 +1071,8 @@ export declare const AccessContext: z.ZodObject<{
|
|
|
1057
1071
|
"account:admin": "account:admin";
|
|
1058
1072
|
"account:read": "account:read";
|
|
1059
1073
|
"api_keys:manage": "api_keys:manage";
|
|
1074
|
+
"artifacts:publish": "artifacts:publish";
|
|
1075
|
+
"artifacts:read": "artifacts:read";
|
|
1060
1076
|
"billing:manage": "billing:manage";
|
|
1061
1077
|
"billing:read": "billing:read";
|
|
1062
1078
|
"connections:read": "connections:read";
|
|
@@ -1121,6 +1137,8 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
|
|
|
1121
1137
|
"account:admin": "account:admin";
|
|
1122
1138
|
"account:read": "account:read";
|
|
1123
1139
|
"api_keys:manage": "api_keys:manage";
|
|
1140
|
+
"artifacts:publish": "artifacts:publish";
|
|
1141
|
+
"artifacts:read": "artifacts:read";
|
|
1124
1142
|
"billing:manage": "billing:manage";
|
|
1125
1143
|
"billing:read": "billing:read";
|
|
1126
1144
|
"connections:read": "connections:read";
|
|
@@ -1170,6 +1188,11 @@ export declare const DelegatedAccessTokenPayload: z.ZodObject<{
|
|
|
1170
1188
|
serviceInitiatorContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1171
1189
|
sessionId: z.ZodOptional<z.ZodString>;
|
|
1172
1190
|
firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1191
|
+
artifacts_create: "artifacts_create";
|
|
1192
|
+
artifacts_get_source: "artifacts_get_source";
|
|
1193
|
+
artifacts_list: "artifacts_list";
|
|
1194
|
+
artifacts_publish: "artifacts_publish";
|
|
1195
|
+
artifacts_rollback: "artifacts_rollback";
|
|
1173
1196
|
environment_list: "environment_list";
|
|
1174
1197
|
environment_set_variable: "environment_set_variable";
|
|
1175
1198
|
github_connect_link: "github_connect_link";
|
|
@@ -1332,6 +1355,8 @@ export declare const ApiKey: z.ZodObject<{
|
|
|
1332
1355
|
"account:admin": "account:admin";
|
|
1333
1356
|
"account:read": "account:read";
|
|
1334
1357
|
"api_keys:manage": "api_keys:manage";
|
|
1358
|
+
"artifacts:publish": "artifacts:publish";
|
|
1359
|
+
"artifacts:read": "artifacts:read";
|
|
1335
1360
|
"billing:manage": "billing:manage";
|
|
1336
1361
|
"billing:read": "billing:read";
|
|
1337
1362
|
"connections:read": "connections:read";
|
|
@@ -1382,6 +1407,8 @@ export declare const CreateApiKeyRequest: z.ZodObject<{
|
|
|
1382
1407
|
"account:admin": "account:admin";
|
|
1383
1408
|
"account:read": "account:read";
|
|
1384
1409
|
"api_keys:manage": "api_keys:manage";
|
|
1410
|
+
"artifacts:publish": "artifacts:publish";
|
|
1411
|
+
"artifacts:read": "artifacts:read";
|
|
1385
1412
|
"billing:manage": "billing:manage";
|
|
1386
1413
|
"billing:read": "billing:read";
|
|
1387
1414
|
"connections:read": "connections:read";
|
|
@@ -1432,6 +1459,8 @@ export declare const CreateApiKeyResponse: z.ZodObject<{
|
|
|
1432
1459
|
"account:admin": "account:admin";
|
|
1433
1460
|
"account:read": "account:read";
|
|
1434
1461
|
"api_keys:manage": "api_keys:manage";
|
|
1462
|
+
"artifacts:publish": "artifacts:publish";
|
|
1463
|
+
"artifacts:read": "artifacts:read";
|
|
1435
1464
|
"billing:manage": "billing:manage";
|
|
1436
1465
|
"billing:read": "billing:read";
|
|
1437
1466
|
"connections:read": "connections:read";
|
|
@@ -1485,6 +1514,8 @@ export declare const WorkspaceMember: z.ZodObject<{
|
|
|
1485
1514
|
"account:admin": "account:admin";
|
|
1486
1515
|
"account:read": "account:read";
|
|
1487
1516
|
"api_keys:manage": "api_keys:manage";
|
|
1517
|
+
"artifacts:publish": "artifacts:publish";
|
|
1518
|
+
"artifacts:read": "artifacts:read";
|
|
1488
1519
|
"billing:manage": "billing:manage";
|
|
1489
1520
|
"billing:read": "billing:read";
|
|
1490
1521
|
"connections:read": "connections:read";
|
|
@@ -1533,6 +1564,8 @@ export declare const ListWorkspaceMembersResponse: z.ZodObject<{
|
|
|
1533
1564
|
"account:admin": "account:admin";
|
|
1534
1565
|
"account:read": "account:read";
|
|
1535
1566
|
"api_keys:manage": "api_keys:manage";
|
|
1567
|
+
"artifacts:publish": "artifacts:publish";
|
|
1568
|
+
"artifacts:read": "artifacts:read";
|
|
1536
1569
|
"billing:manage": "billing:manage";
|
|
1537
1570
|
"billing:read": "billing:read";
|
|
1538
1571
|
"connections:read": "connections:read";
|
|
@@ -1580,6 +1613,8 @@ export declare const AddWorkspaceMemberRequest: z.ZodObject<{
|
|
|
1580
1613
|
"account:admin": "account:admin";
|
|
1581
1614
|
"account:read": "account:read";
|
|
1582
1615
|
"api_keys:manage": "api_keys:manage";
|
|
1616
|
+
"artifacts:publish": "artifacts:publish";
|
|
1617
|
+
"artifacts:read": "artifacts:read";
|
|
1583
1618
|
"billing:manage": "billing:manage";
|
|
1584
1619
|
"billing:read": "billing:read";
|
|
1585
1620
|
"connections:read": "connections:read";
|
|
@@ -1624,6 +1659,8 @@ export declare const UpdateWorkspaceMemberRequest: z.ZodObject<{
|
|
|
1624
1659
|
"account:admin": "account:admin";
|
|
1625
1660
|
"account:read": "account:read";
|
|
1626
1661
|
"api_keys:manage": "api_keys:manage";
|
|
1662
|
+
"artifacts:publish": "artifacts:publish";
|
|
1663
|
+
"artifacts:read": "artifacts:read";
|
|
1627
1664
|
"billing:manage": "billing:manage";
|
|
1628
1665
|
"billing:read": "billing:read";
|
|
1629
1666
|
"connections:read": "connections:read";
|
|
@@ -3595,6 +3632,11 @@ export declare const UpdateSessionToolPolicyRequest: z.ZodUnion<readonly [z.ZodO
|
|
|
3595
3632
|
optional: z.ZodOptional<z.ZodBoolean>;
|
|
3596
3633
|
}, z.core.$strip>>;
|
|
3597
3634
|
firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
|
|
3635
|
+
artifacts_create: "artifacts_create";
|
|
3636
|
+
artifacts_get_source: "artifacts_get_source";
|
|
3637
|
+
artifacts_list: "artifacts_list";
|
|
3638
|
+
artifacts_publish: "artifacts_publish";
|
|
3639
|
+
artifacts_rollback: "artifacts_rollback";
|
|
3598
3640
|
environment_list: "environment_list";
|
|
3599
3641
|
environment_set_variable: "environment_set_variable";
|
|
3600
3642
|
github_connect_link: "github_connect_link";
|
|
@@ -4246,6 +4288,8 @@ export declare const NewSessionDraftOptions: z.ZodObject<{
|
|
|
4246
4288
|
"account:admin": "account:admin";
|
|
4247
4289
|
"account:read": "account:read";
|
|
4248
4290
|
"api_keys:manage": "api_keys:manage";
|
|
4291
|
+
"artifacts:publish": "artifacts:publish";
|
|
4292
|
+
"artifacts:read": "artifacts:read";
|
|
4249
4293
|
"billing:manage": "billing:manage";
|
|
4250
4294
|
"billing:read": "billing:read";
|
|
4251
4295
|
"connections:read": "connections:read";
|
|
@@ -4283,6 +4327,11 @@ export declare const NewSessionDraftOptions: z.ZodObject<{
|
|
|
4283
4327
|
"workspace:read": "workspace:read";
|
|
4284
4328
|
}>>>;
|
|
4285
4329
|
firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4330
|
+
artifacts_create: "artifacts_create";
|
|
4331
|
+
artifacts_get_source: "artifacts_get_source";
|
|
4332
|
+
artifacts_list: "artifacts_list";
|
|
4333
|
+
artifacts_publish: "artifacts_publish";
|
|
4334
|
+
artifacts_rollback: "artifacts_rollback";
|
|
4286
4335
|
environment_list: "environment_list";
|
|
4287
4336
|
environment_set_variable: "environment_set_variable";
|
|
4288
4337
|
github_connect_link: "github_connect_link";
|
|
@@ -4421,6 +4470,8 @@ export declare const NewSessionDraft: z.ZodObject<{
|
|
|
4421
4470
|
"account:admin": "account:admin";
|
|
4422
4471
|
"account:read": "account:read";
|
|
4423
4472
|
"api_keys:manage": "api_keys:manage";
|
|
4473
|
+
"artifacts:publish": "artifacts:publish";
|
|
4474
|
+
"artifacts:read": "artifacts:read";
|
|
4424
4475
|
"billing:manage": "billing:manage";
|
|
4425
4476
|
"billing:read": "billing:read";
|
|
4426
4477
|
"connections:read": "connections:read";
|
|
@@ -4458,6 +4509,11 @@ export declare const NewSessionDraft: z.ZodObject<{
|
|
|
4458
4509
|
"workspace:read": "workspace:read";
|
|
4459
4510
|
}>>>;
|
|
4460
4511
|
firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4512
|
+
artifacts_create: "artifacts_create";
|
|
4513
|
+
artifacts_get_source: "artifacts_get_source";
|
|
4514
|
+
artifacts_list: "artifacts_list";
|
|
4515
|
+
artifacts_publish: "artifacts_publish";
|
|
4516
|
+
artifacts_rollback: "artifacts_rollback";
|
|
4461
4517
|
environment_list: "environment_list";
|
|
4462
4518
|
environment_set_variable: "environment_set_variable";
|
|
4463
4519
|
github_connect_link: "github_connect_link";
|
|
@@ -4596,6 +4652,8 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
|
|
|
4596
4652
|
"account:admin": "account:admin";
|
|
4597
4653
|
"account:read": "account:read";
|
|
4598
4654
|
"api_keys:manage": "api_keys:manage";
|
|
4655
|
+
"artifacts:publish": "artifacts:publish";
|
|
4656
|
+
"artifacts:read": "artifacts:read";
|
|
4599
4657
|
"billing:manage": "billing:manage";
|
|
4600
4658
|
"billing:read": "billing:read";
|
|
4601
4659
|
"connections:read": "connections:read";
|
|
@@ -4633,6 +4691,11 @@ export declare const SaveNewSessionDraftRequest: z.ZodObject<{
|
|
|
4633
4691
|
"workspace:read": "workspace:read";
|
|
4634
4692
|
}>>>;
|
|
4635
4693
|
firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
4694
|
+
artifacts_create: "artifacts_create";
|
|
4695
|
+
artifacts_get_source: "artifacts_get_source";
|
|
4696
|
+
artifacts_list: "artifacts_list";
|
|
4697
|
+
artifacts_publish: "artifacts_publish";
|
|
4698
|
+
artifacts_rollback: "artifacts_rollback";
|
|
4636
4699
|
environment_list: "environment_list";
|
|
4637
4700
|
environment_set_variable: "environment_set_variable";
|
|
4638
4701
|
github_connect_link: "github_connect_link";
|
|
@@ -7367,6 +7430,8 @@ export declare const Session: z.ZodObject<{
|
|
|
7367
7430
|
"account:admin": "account:admin";
|
|
7368
7431
|
"account:read": "account:read";
|
|
7369
7432
|
"api_keys:manage": "api_keys:manage";
|
|
7433
|
+
"artifacts:publish": "artifacts:publish";
|
|
7434
|
+
"artifacts:read": "artifacts:read";
|
|
7370
7435
|
"billing:manage": "billing:manage";
|
|
7371
7436
|
"billing:read": "billing:read";
|
|
7372
7437
|
"connections:read": "connections:read";
|
|
@@ -7404,6 +7469,11 @@ export declare const Session: z.ZodObject<{
|
|
|
7404
7469
|
"workspace:read": "workspace:read";
|
|
7405
7470
|
}>>>;
|
|
7406
7471
|
firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
|
|
7472
|
+
artifacts_create: "artifacts_create";
|
|
7473
|
+
artifacts_get_source: "artifacts_get_source";
|
|
7474
|
+
artifacts_list: "artifacts_list";
|
|
7475
|
+
artifacts_publish: "artifacts_publish";
|
|
7476
|
+
artifacts_rollback: "artifacts_rollback";
|
|
7407
7477
|
environment_list: "environment_list";
|
|
7408
7478
|
environment_set_variable: "environment_set_variable";
|
|
7409
7479
|
github_connect_link: "github_connect_link";
|
|
@@ -7764,6 +7834,8 @@ export declare const CreateSessionResponse: z.ZodObject<{
|
|
|
7764
7834
|
"account:admin": "account:admin";
|
|
7765
7835
|
"account:read": "account:read";
|
|
7766
7836
|
"api_keys:manage": "api_keys:manage";
|
|
7837
|
+
"artifacts:publish": "artifacts:publish";
|
|
7838
|
+
"artifacts:read": "artifacts:read";
|
|
7767
7839
|
"billing:manage": "billing:manage";
|
|
7768
7840
|
"billing:read": "billing:read";
|
|
7769
7841
|
"connections:read": "connections:read";
|
|
@@ -7801,6 +7873,11 @@ export declare const CreateSessionResponse: z.ZodObject<{
|
|
|
7801
7873
|
"workspace:read": "workspace:read";
|
|
7802
7874
|
}>>>;
|
|
7803
7875
|
firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
|
|
7876
|
+
artifacts_create: "artifacts_create";
|
|
7877
|
+
artifacts_get_source: "artifacts_get_source";
|
|
7878
|
+
artifacts_list: "artifacts_list";
|
|
7879
|
+
artifacts_publish: "artifacts_publish";
|
|
7880
|
+
artifacts_rollback: "artifacts_rollback";
|
|
7804
7881
|
environment_list: "environment_list";
|
|
7805
7882
|
environment_set_variable: "environment_set_variable";
|
|
7806
7883
|
github_connect_link: "github_connect_link";
|
|
@@ -8167,6 +8244,8 @@ export declare const SessionListResponse: z.ZodObject<{
|
|
|
8167
8244
|
"account:admin": "account:admin";
|
|
8168
8245
|
"account:read": "account:read";
|
|
8169
8246
|
"api_keys:manage": "api_keys:manage";
|
|
8247
|
+
"artifacts:publish": "artifacts:publish";
|
|
8248
|
+
"artifacts:read": "artifacts:read";
|
|
8170
8249
|
"billing:manage": "billing:manage";
|
|
8171
8250
|
"billing:read": "billing:read";
|
|
8172
8251
|
"connections:read": "connections:read";
|
|
@@ -8204,6 +8283,11 @@ export declare const SessionListResponse: z.ZodObject<{
|
|
|
8204
8283
|
"workspace:read": "workspace:read";
|
|
8205
8284
|
}>>>;
|
|
8206
8285
|
firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
|
|
8286
|
+
artifacts_create: "artifacts_create";
|
|
8287
|
+
artifacts_get_source: "artifacts_get_source";
|
|
8288
|
+
artifacts_list: "artifacts_list";
|
|
8289
|
+
artifacts_publish: "artifacts_publish";
|
|
8290
|
+
artifacts_rollback: "artifacts_rollback";
|
|
8207
8291
|
environment_list: "environment_list";
|
|
8208
8292
|
environment_set_variable: "environment_set_variable";
|
|
8209
8293
|
github_connect_link: "github_connect_link";
|
|
@@ -8559,6 +8643,8 @@ export declare const SessionListResponse: z.ZodObject<{
|
|
|
8559
8643
|
"account:admin": "account:admin";
|
|
8560
8644
|
"account:read": "account:read";
|
|
8561
8645
|
"api_keys:manage": "api_keys:manage";
|
|
8646
|
+
"artifacts:publish": "artifacts:publish";
|
|
8647
|
+
"artifacts:read": "artifacts:read";
|
|
8562
8648
|
"billing:manage": "billing:manage";
|
|
8563
8649
|
"billing:read": "billing:read";
|
|
8564
8650
|
"connections:read": "connections:read";
|
|
@@ -8596,6 +8682,11 @@ export declare const SessionListResponse: z.ZodObject<{
|
|
|
8596
8682
|
"workspace:read": "workspace:read";
|
|
8597
8683
|
}>>>;
|
|
8598
8684
|
firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
|
|
8685
|
+
artifacts_create: "artifacts_create";
|
|
8686
|
+
artifacts_get_source: "artifacts_get_source";
|
|
8687
|
+
artifacts_list: "artifacts_list";
|
|
8688
|
+
artifacts_publish: "artifacts_publish";
|
|
8689
|
+
artifacts_rollback: "artifacts_rollback";
|
|
8599
8690
|
environment_list: "environment_list";
|
|
8600
8691
|
environment_set_variable: "environment_set_variable";
|
|
8601
8692
|
github_connect_link: "github_connect_link";
|
|
@@ -8959,6 +9050,8 @@ export declare const SessionLineageResponse: z.ZodObject<{
|
|
|
8959
9050
|
"account:admin": "account:admin";
|
|
8960
9051
|
"account:read": "account:read";
|
|
8961
9052
|
"api_keys:manage": "api_keys:manage";
|
|
9053
|
+
"artifacts:publish": "artifacts:publish";
|
|
9054
|
+
"artifacts:read": "artifacts:read";
|
|
8962
9055
|
"billing:manage": "billing:manage";
|
|
8963
9056
|
"billing:read": "billing:read";
|
|
8964
9057
|
"connections:read": "connections:read";
|
|
@@ -8996,6 +9089,11 @@ export declare const SessionLineageResponse: z.ZodObject<{
|
|
|
8996
9089
|
"workspace:read": "workspace:read";
|
|
8997
9090
|
}>>>;
|
|
8998
9091
|
firstPartyMcpTools: z.ZodArray<z.ZodEnum<{
|
|
9092
|
+
artifacts_create: "artifacts_create";
|
|
9093
|
+
artifacts_get_source: "artifacts_get_source";
|
|
9094
|
+
artifacts_list: "artifacts_list";
|
|
9095
|
+
artifacts_publish: "artifacts_publish";
|
|
9096
|
+
artifacts_rollback: "artifacts_rollback";
|
|
8999
9097
|
environment_list: "environment_list";
|
|
9000
9098
|
environment_set_variable: "environment_set_variable";
|
|
9001
9099
|
github_connect_link: "github_connect_link";
|
|
@@ -11509,6 +11607,8 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
|
|
|
11509
11607
|
"account:admin": "account:admin";
|
|
11510
11608
|
"account:read": "account:read";
|
|
11511
11609
|
"api_keys:manage": "api_keys:manage";
|
|
11610
|
+
"artifacts:publish": "artifacts:publish";
|
|
11611
|
+
"artifacts:read": "artifacts:read";
|
|
11512
11612
|
"billing:manage": "billing:manage";
|
|
11513
11613
|
"billing:read": "billing:read";
|
|
11514
11614
|
"connections:read": "connections:read";
|
|
@@ -11546,6 +11646,11 @@ export declare const CreateSessionRequest: z.ZodPreprocess<z.ZodObject<{
|
|
|
11546
11646
|
"workspace:read": "workspace:read";
|
|
11547
11647
|
}>>>;
|
|
11548
11648
|
firstPartyMcpTools: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
11649
|
+
artifacts_create: "artifacts_create";
|
|
11650
|
+
artifacts_get_source: "artifacts_get_source";
|
|
11651
|
+
artifacts_list: "artifacts_list";
|
|
11652
|
+
artifacts_publish: "artifacts_publish";
|
|
11653
|
+
artifacts_rollback: "artifacts_rollback";
|
|
11549
11654
|
environment_list: "environment_list";
|
|
11550
11655
|
environment_set_variable: "environment_set_variable";
|
|
11551
11656
|
github_connect_link: "github_connect_link";
|
|
@@ -14111,13 +14216,13 @@ export type WorkspaceModelCatalogResponse = z.infer<typeof WorkspaceModelCatalog
|
|
|
14111
14216
|
* that rollout boundary. Mutating clients send this value in
|
|
14112
14217
|
* `x-opengeni-api-contract`; the API rejects any other value before routing.
|
|
14113
14218
|
*/
|
|
14114
|
-
export declare const OPENGENI_API_CONTRACT_REVISION: "2026-07-
|
|
14219
|
+
export declare const OPENGENI_API_CONTRACT_REVISION: "2026-07-workspace-artifacts-v1";
|
|
14115
14220
|
export declare const OPENGENI_API_CONTRACT_HEADER: "x-opengeni-api-contract";
|
|
14116
14221
|
/** Bounded request/response identifier shared by browser, ingress, and API diagnostics. */
|
|
14117
14222
|
export declare const OPENGENI_CORRELATION_HEADER: "x-opengeni-correlation-id";
|
|
14118
14223
|
export declare const ClientConfig: z.ZodObject<{
|
|
14119
14224
|
deploymentRevision: z.ZodString;
|
|
14120
|
-
apiContractRevision: z.ZodLiteral<"2026-07-
|
|
14225
|
+
apiContractRevision: z.ZodLiteral<"2026-07-workspace-artifacts-v1">;
|
|
14121
14226
|
serverVersion: z.ZodOptional<z.ZodString>;
|
|
14122
14227
|
defaultModel: z.ZodString;
|
|
14123
14228
|
allowedModels: z.ZodArray<z.ZodString>;
|
package/dist/index.js
CHANGED
|
@@ -75,6 +75,7 @@ import {
|
|
|
75
75
|
CreateSocialConnectionRequest,
|
|
76
76
|
CreateSocialPostRequest,
|
|
77
77
|
CreateVariableSetRequest,
|
|
78
|
+
CreateWorkspaceArtifactRequest,
|
|
78
79
|
CreateWorkspaceEnvironmentRequest,
|
|
79
80
|
CreateWorkspaceInstructionPolicyDraftRequest,
|
|
80
81
|
CreateWorkspaceRequest,
|
|
@@ -311,6 +312,7 @@ import {
|
|
|
311
312
|
PtyOpenResponse,
|
|
312
313
|
PtyResizeRequest,
|
|
313
314
|
PtyWriteRequest,
|
|
315
|
+
PublishWorkspaceArtifactVersionRequest,
|
|
314
316
|
RETAINED_OUTPUT_DEFAULT_PAGE_BYTES,
|
|
315
317
|
RETAINED_OUTPUT_MAX_PAGE_BYTES,
|
|
316
318
|
RETAINED_OUTPUT_RECEIPT_MAX_BYTES,
|
|
@@ -348,6 +350,7 @@ import {
|
|
|
348
350
|
RigSetupAppendPayload,
|
|
349
351
|
RigVerificationHealth,
|
|
350
352
|
RigVersion,
|
|
353
|
+
RollbackWorkspaceArtifactRequest,
|
|
351
354
|
RollbackWorkspaceInstructionPolicyRequest,
|
|
352
355
|
SESSION_AUTHORIZATION_LIST_SCOPE_MAX_IDS,
|
|
353
356
|
SESSION_EFFECTIVE_TOOL_POLICY_ID_LIMIT,
|
|
@@ -510,6 +513,12 @@ import {
|
|
|
510
513
|
ViewerHolder,
|
|
511
514
|
VoiceInputErrorCode,
|
|
512
515
|
WORKSPACE_ARCHIVE_DESCRIPTOR_VERSION,
|
|
516
|
+
WORKSPACE_ARTIFACT_CURSOR_MAX_CHARS,
|
|
517
|
+
WORKSPACE_ARTIFACT_DESCRIPTION_MAX_CHARS,
|
|
518
|
+
WORKSPACE_ARTIFACT_HTML_MAX_UTF8_BYTES,
|
|
519
|
+
WORKSPACE_ARTIFACT_LIST_DEFAULT,
|
|
520
|
+
WORKSPACE_ARTIFACT_LIST_MAX,
|
|
521
|
+
WORKSPACE_ARTIFACT_TITLE_MAX_CHARS,
|
|
513
522
|
WORKSPACE_CONTROL_ACTOR_MAX_BYTES,
|
|
514
523
|
WORKSPACE_CONTROL_EVENT_MAX_BYTES,
|
|
515
524
|
WORKSPACE_CONTROL_REASON_MAX_BYTES,
|
|
@@ -525,6 +534,18 @@ import {
|
|
|
525
534
|
WORKSPACE_STATE_MEMORY_SAMPLE_LIMIT,
|
|
526
535
|
WORKSPACE_STATE_TOPIC_MAX_CHARS,
|
|
527
536
|
Workspace,
|
|
537
|
+
WorkspaceArtifact,
|
|
538
|
+
WorkspaceArtifactContentResponse,
|
|
539
|
+
WorkspaceArtifactDetailResponse,
|
|
540
|
+
WorkspaceArtifactEvent,
|
|
541
|
+
WorkspaceArtifactEventType,
|
|
542
|
+
WorkspaceArtifactHtml,
|
|
543
|
+
WorkspaceArtifactListQuery,
|
|
544
|
+
WorkspaceArtifactListResponse,
|
|
545
|
+
WorkspaceArtifactMutationResponse,
|
|
546
|
+
WorkspaceArtifactSlug,
|
|
547
|
+
WorkspaceArtifactStatus,
|
|
548
|
+
WorkspaceArtifactVersion,
|
|
528
549
|
WorkspaceCaptureDegradedReason,
|
|
529
550
|
WorkspaceCaptureFile,
|
|
530
551
|
WorkspaceCaptureManifest,
|
|
@@ -620,6 +641,7 @@ import {
|
|
|
620
641
|
normalizePreferenceRegistryStableKey,
|
|
621
642
|
normalizeRepositorySubpath,
|
|
622
643
|
normalizeResourceMountPath,
|
|
644
|
+
normalizeWorkspaceArtifactSlug,
|
|
623
645
|
normalizeWorkspaceInstructionPolicyRoleKey,
|
|
624
646
|
parseWorkspaceArchiveDescriptor,
|
|
625
647
|
prefixedMcpToolName,
|
|
@@ -662,14 +684,14 @@ import {
|
|
|
662
684
|
verifyRelayToken,
|
|
663
685
|
verifyStreamToken,
|
|
664
686
|
workspaceControlUtf8Bytes
|
|
665
|
-
} from "./chunk-
|
|
687
|
+
} from "./chunk-S4F2GZPD.js";
|
|
666
688
|
import {
|
|
667
689
|
OPENGENI_SLACK_BOT_FORBIDDEN_SCOPES,
|
|
668
690
|
OPENGENI_SLACK_BOT_REQUIRED_SCOPES,
|
|
669
691
|
OPENGENI_SLACK_BOT_SAFE_OPTIONAL_SCOPES,
|
|
670
692
|
areOpenGeniSlackBotScopesAccepted,
|
|
671
693
|
evaluateOpenGeniSlackBotScopes
|
|
672
|
-
} from "./chunk-
|
|
694
|
+
} from "./chunk-KGL5BVGF.js";
|
|
673
695
|
export {
|
|
674
696
|
AccessContext,
|
|
675
697
|
AccessGrant,
|
|
@@ -747,6 +769,7 @@ export {
|
|
|
747
769
|
CreateSocialConnectionRequest,
|
|
748
770
|
CreateSocialPostRequest,
|
|
749
771
|
CreateVariableSetRequest,
|
|
772
|
+
CreateWorkspaceArtifactRequest,
|
|
750
773
|
CreateWorkspaceEnvironmentRequest,
|
|
751
774
|
CreateWorkspaceInstructionPolicyDraftRequest,
|
|
752
775
|
CreateWorkspaceRequest,
|
|
@@ -986,6 +1009,7 @@ export {
|
|
|
986
1009
|
PtyOpenResponse,
|
|
987
1010
|
PtyResizeRequest,
|
|
988
1011
|
PtyWriteRequest,
|
|
1012
|
+
PublishWorkspaceArtifactVersionRequest,
|
|
989
1013
|
RETAINED_OUTPUT_DEFAULT_PAGE_BYTES,
|
|
990
1014
|
RETAINED_OUTPUT_MAX_PAGE_BYTES,
|
|
991
1015
|
RETAINED_OUTPUT_RECEIPT_MAX_BYTES,
|
|
@@ -1023,6 +1047,7 @@ export {
|
|
|
1023
1047
|
RigSetupAppendPayload,
|
|
1024
1048
|
RigVerificationHealth,
|
|
1025
1049
|
RigVersion,
|
|
1050
|
+
RollbackWorkspaceArtifactRequest,
|
|
1026
1051
|
RollbackWorkspaceInstructionPolicyRequest,
|
|
1027
1052
|
SESSION_AUTHORIZATION_LIST_SCOPE_MAX_IDS,
|
|
1028
1053
|
SESSION_EFFECTIVE_TOOL_POLICY_ID_LIMIT,
|
|
@@ -1185,6 +1210,12 @@ export {
|
|
|
1185
1210
|
ViewerHolder,
|
|
1186
1211
|
VoiceInputErrorCode,
|
|
1187
1212
|
WORKSPACE_ARCHIVE_DESCRIPTOR_VERSION,
|
|
1213
|
+
WORKSPACE_ARTIFACT_CURSOR_MAX_CHARS,
|
|
1214
|
+
WORKSPACE_ARTIFACT_DESCRIPTION_MAX_CHARS,
|
|
1215
|
+
WORKSPACE_ARTIFACT_HTML_MAX_UTF8_BYTES,
|
|
1216
|
+
WORKSPACE_ARTIFACT_LIST_DEFAULT,
|
|
1217
|
+
WORKSPACE_ARTIFACT_LIST_MAX,
|
|
1218
|
+
WORKSPACE_ARTIFACT_TITLE_MAX_CHARS,
|
|
1188
1219
|
WORKSPACE_CONTROL_ACTOR_MAX_BYTES,
|
|
1189
1220
|
WORKSPACE_CONTROL_EVENT_MAX_BYTES,
|
|
1190
1221
|
WORKSPACE_CONTROL_REASON_MAX_BYTES,
|
|
@@ -1200,6 +1231,18 @@ export {
|
|
|
1200
1231
|
WORKSPACE_STATE_MEMORY_SAMPLE_LIMIT,
|
|
1201
1232
|
WORKSPACE_STATE_TOPIC_MAX_CHARS,
|
|
1202
1233
|
Workspace,
|
|
1234
|
+
WorkspaceArtifact,
|
|
1235
|
+
WorkspaceArtifactContentResponse,
|
|
1236
|
+
WorkspaceArtifactDetailResponse,
|
|
1237
|
+
WorkspaceArtifactEvent,
|
|
1238
|
+
WorkspaceArtifactEventType,
|
|
1239
|
+
WorkspaceArtifactHtml,
|
|
1240
|
+
WorkspaceArtifactListQuery,
|
|
1241
|
+
WorkspaceArtifactListResponse,
|
|
1242
|
+
WorkspaceArtifactMutationResponse,
|
|
1243
|
+
WorkspaceArtifactSlug,
|
|
1244
|
+
WorkspaceArtifactStatus,
|
|
1245
|
+
WorkspaceArtifactVersion,
|
|
1203
1246
|
WorkspaceCaptureDegradedReason,
|
|
1204
1247
|
WorkspaceCaptureFile,
|
|
1205
1248
|
WorkspaceCaptureManifest,
|
|
@@ -1297,6 +1340,7 @@ export {
|
|
|
1297
1340
|
normalizePreferenceRegistryStableKey,
|
|
1298
1341
|
normalizeRepositorySubpath,
|
|
1299
1342
|
normalizeResourceMountPath,
|
|
1343
|
+
normalizeWorkspaceArtifactSlug,
|
|
1300
1344
|
normalizeWorkspaceInstructionPolicyRoleKey,
|
|
1301
1345
|
parseWorkspaceArchiveDescriptor,
|
|
1302
1346
|
prefixedMcpToolName,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const OPENGENI_SLACK_BOT_REQUIRED_SCOPES: readonly ["canvases:read", "channels:history", "channels:read", "chat:write", "files:read", "groups:history", "groups:read", "im:history", "im:read", "im:write", "mpim:history", "mpim:read", "users:read"];
|
|
1
|
+
export declare const OPENGENI_SLACK_BOT_REQUIRED_SCOPES: readonly ["app_mentions:read", "canvases:read", "channels:history", "channels:read", "chat:write", "commands", "files:read", "groups:history", "groups:read", "im:history", "im:read", "im:write", "mpim:history", "mpim:read", "users:read"];
|
|
2
2
|
/**
|
|
3
3
|
* Optional bot grants that remain inside the shipped bot's read/identity
|
|
4
4
|
* boundary. Every other unrequired scope fails closed, including unknown future
|
package/dist/slack-bot-scopes.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
OPENGENI_SLACK_BOT_SAFE_OPTIONAL_SCOPES,
|
|
5
5
|
areOpenGeniSlackBotScopesAccepted,
|
|
6
6
|
evaluateOpenGeniSlackBotScopes
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KGL5BVGF.js";
|
|
8
8
|
export {
|
|
9
9
|
OPENGENI_SLACK_BOT_FORBIDDEN_SCOPES,
|
|
10
10
|
OPENGENI_SLACK_BOT_REQUIRED_SCOPES,
|