@opengeni/contracts 0.44.1 → 0.50.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/atlassian.js +10 -8
- package/dist/canonical-human-identities.d.ts +157 -0
- package/dist/canonical-human-identities.js +23 -0
- package/dist/canonical-human-identities.js.map +1 -0
- package/dist/chunk-CM6BMECR.js +24 -0
- package/dist/chunk-CM6BMECR.js.map +1 -0
- package/dist/{chunk-FJBG5E4O.js → chunk-JBCIY7QD.js} +12 -12
- package/dist/chunk-JUFK3T4Q.js +80 -0
- package/dist/chunk-JUFK3T4Q.js.map +1 -0
- package/dist/{chunk-H5BVCZKF.js → chunk-LW7OH6CS.js} +2 -2
- package/dist/{chunk-52SGB2QO.js → chunk-M5ZGRVIQ.js} +37 -6
- package/dist/chunk-M5ZGRVIQ.js.map +1 -0
- package/dist/{chunk-VA22KRHS.js → chunk-Q6A7XT2N.js} +6371 -4814
- package/dist/chunk-Q6A7XT2N.js.map +1 -0
- package/dist/codex-provider-account-authority.d.ts +23 -0
- package/dist/codex-provider-account-authority.js +23 -0
- package/dist/codex-provider-account-authority.js.map +1 -0
- package/dist/editable-artifact-codec-registry.js +5 -5
- package/dist/editable-artifact-live.js +3 -3
- package/dist/editable-artifact-serialized-commit.js +4 -4
- package/dist/editable-artifacts.js +27 -27
- package/dist/google-drive.js +11 -9
- package/dist/google-drive.js.map +1 -1
- package/dist/index.d.ts +1318 -128
- package/dist/index.js +400 -80
- package/dist/interaction.d.ts +1415 -20
- package/dist/knowledge.d.ts +543 -0
- package/dist/slack-task-policy.d.ts +294 -0
- package/dist/task-notes.d.ts +128 -0
- package/dist/video-generation.d.ts +48 -0
- package/dist/video-generation.js +9 -1
- package/dist/xai-provider-account-authority.d.ts +23 -0
- package/dist/xai-provider-account-authority.js +9 -0
- package/dist/xai-provider-account-authority.js.map +1 -0
- package/package.json +13 -1
- package/src/artifacts.ts +1 -1
- package/src/canonical-human-identities.ts +93 -0
- package/src/codex-provider-account-authority.ts +37 -0
- package/src/index.ts +731 -138
- package/src/interaction.ts +886 -5
- package/src/knowledge.ts +207 -0
- package/src/slack-task-policy.ts +215 -0
- package/src/task-notes.ts +92 -0
- package/src/video-generation.ts +43 -6
- package/src/xai-provider-account-authority.ts +37 -0
- package/dist/chunk-52SGB2QO.js.map +0 -1
- package/dist/chunk-VA22KRHS.js.map +0 -1
- /package/dist/{chunk-FJBG5E4O.js.map → chunk-JBCIY7QD.js.map} +0 -0
- /package/dist/{chunk-H5BVCZKF.js.map → chunk-LW7OH6CS.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -28,13 +28,12 @@ import {
|
|
|
28
28
|
ApiIntegrationInstallationSummary,
|
|
29
29
|
ApiIntegrationOAuthConnectionMetadata,
|
|
30
30
|
ApiIntegrationOAuthStartRequest,
|
|
31
|
-
ApiIntegrationPresetSummary,
|
|
32
31
|
ApiIntegrationPreview,
|
|
33
32
|
ApiIntegrationProtocol,
|
|
34
|
-
ApiIntegrationSource,
|
|
35
33
|
ApiIntegrationToolPreview,
|
|
36
34
|
ApiIntegrationUninstallPreview,
|
|
37
35
|
ApiKey,
|
|
36
|
+
ApplySessionGoalRevisionRequest,
|
|
38
37
|
ApproveSlackUserLinkAccessRequest,
|
|
39
38
|
AtlassianBrowseItem,
|
|
40
39
|
AtlassianBrowseResponse,
|
|
@@ -95,10 +94,20 @@ import {
|
|
|
95
94
|
BrowserActionCommand,
|
|
96
95
|
BrowserActionReceipt,
|
|
97
96
|
BrowserActionRequest,
|
|
97
|
+
BrowserClipboard,
|
|
98
98
|
BrowserDiagnosticBatch,
|
|
99
99
|
BrowserDiagnosticEntry,
|
|
100
100
|
BrowserDiagnosticKind,
|
|
101
101
|
BrowserDialog,
|
|
102
|
+
BrowserDownload,
|
|
103
|
+
BrowserDownloadExportReceipt,
|
|
104
|
+
BrowserDownloadExportRequest,
|
|
105
|
+
BrowserDownloadListResponse,
|
|
106
|
+
BrowserDownloadSaveRequest,
|
|
107
|
+
BrowserDownloadSaveResponse,
|
|
108
|
+
BrowserDownloadStatus,
|
|
109
|
+
BrowserExternalAuthCommand,
|
|
110
|
+
BrowserExternalAuthResult,
|
|
102
111
|
BrowserFrameStreamAttachment,
|
|
103
112
|
BrowserFrameStreamOptions,
|
|
104
113
|
BrowserIdentity,
|
|
@@ -108,6 +117,12 @@ import {
|
|
|
108
117
|
BrowserLocator,
|
|
109
118
|
BrowserObservation,
|
|
110
119
|
BrowserOpenTargetRequest,
|
|
120
|
+
BrowserPermission,
|
|
121
|
+
BrowserPermissionSetting,
|
|
122
|
+
BrowserProtectedAuthFieldValue,
|
|
123
|
+
BrowserProtectedAuthFillCommand,
|
|
124
|
+
BrowserProtectedAuthFillReceipt,
|
|
125
|
+
BrowserProtectedAuthObservation,
|
|
111
126
|
BrowserRevision,
|
|
112
127
|
BrowserRevisionComponent,
|
|
113
128
|
BrowserRevisionComponentKind,
|
|
@@ -124,6 +139,9 @@ import {
|
|
|
124
139
|
BrowserSessionMutationResponse,
|
|
125
140
|
BrowserTarget,
|
|
126
141
|
BrowserTargetListResponse,
|
|
142
|
+
BrowserWorkspaceFileAuthority,
|
|
143
|
+
BrowserWorkspaceFileStageRequest,
|
|
144
|
+
BrowserWorkspaceFileStageResponse,
|
|
127
145
|
CAPABILITY_DESCRIPTORS,
|
|
128
146
|
CLEARED_RUN_STATE_BLOB,
|
|
129
147
|
CLEARED_RUN_STATE_MARKER,
|
|
@@ -147,6 +165,7 @@ import {
|
|
|
147
165
|
COMPANY_PROFILE_SOURCE_ID_MAX_CHARS,
|
|
148
166
|
COMPANY_PROFILE_STABLE_KEY_MAX_CHARS,
|
|
149
167
|
COMPUTER_CONTROL_WEBSOCKET_PROTOCOL,
|
|
168
|
+
COMPUTER_RFB_WEBSOCKET_PROTOCOL,
|
|
150
169
|
CapabilityAction,
|
|
151
170
|
CapabilityCatalogAuthKind,
|
|
152
171
|
CapabilityCatalogItem,
|
|
@@ -172,6 +191,7 @@ import {
|
|
|
172
191
|
CapabilitySource,
|
|
173
192
|
CapabilityUnavailableReason,
|
|
174
193
|
ChangePreferenceRegistryScopeRequest,
|
|
194
|
+
Channel,
|
|
175
195
|
ClearSessionContextRequest,
|
|
176
196
|
ClientAuthConfig,
|
|
177
197
|
ClientConfig,
|
|
@@ -221,6 +241,7 @@ import {
|
|
|
221
241
|
ComputerActionCommand,
|
|
222
242
|
ComputerActionReceipt,
|
|
223
243
|
ComputerActionRequest,
|
|
244
|
+
ComputerClipboard,
|
|
224
245
|
ComputerFrameStreamAttachment,
|
|
225
246
|
ComputerFrameStreamOptions,
|
|
226
247
|
ComputerLocator,
|
|
@@ -247,6 +268,7 @@ import {
|
|
|
247
268
|
CreateBrowserIdentityRequest,
|
|
248
269
|
CreateBrowserSessionRequest,
|
|
249
270
|
CreateCapabilityCatalogItemRequest,
|
|
271
|
+
CreateChannelRequest,
|
|
250
272
|
CreateCheckoutRequest,
|
|
251
273
|
CreateCheckoutResponse,
|
|
252
274
|
CreateComputerSessionRequest,
|
|
@@ -278,6 +300,7 @@ import {
|
|
|
278
300
|
DEFAULT_FILE_RESOURCE_MOUNT_ROOT,
|
|
279
301
|
DEFAULT_FIRST_PARTY_MCP_PERMISSIONS,
|
|
280
302
|
DEFAULT_FIRST_PARTY_MCP_TOOLS,
|
|
303
|
+
DEFAULT_SLACK_TASK_POLICY,
|
|
281
304
|
DEFAULT_WORKSPACE_SLACK_REACTION_SUMMON_SETTINGS,
|
|
282
305
|
DESKTOP_STREAM_PORT,
|
|
283
306
|
DeactivatePreferenceRegistryRequest,
|
|
@@ -332,9 +355,21 @@ import {
|
|
|
332
355
|
EntitlementsMode,
|
|
333
356
|
ErrorCode,
|
|
334
357
|
ErrorEnvelope,
|
|
358
|
+
ExternalAuthInteractiveRequest,
|
|
359
|
+
ExternalAuthInteractiveResponse,
|
|
360
|
+
ExternalAuthRunRequest,
|
|
361
|
+
ExternalAuthRunResponse,
|
|
362
|
+
FIKEN_CREDENTIAL_LABEL,
|
|
363
|
+
FIKEN_CREDENTIAL_ROLE,
|
|
364
|
+
FIKEN_PROVIDER_DOMAIN,
|
|
335
365
|
FIRST_PARTY_IN_PROCESS_TOOL_NAMES,
|
|
336
366
|
FIRST_PARTY_MCP_TOOL_NAMES,
|
|
337
367
|
FIRST_PARTY_REMOTE_MCP_TOOL_NAMES,
|
|
368
|
+
FikenCompanySummary,
|
|
369
|
+
FikenConnectionMetadata,
|
|
370
|
+
FikenInstallRequest,
|
|
371
|
+
FikenOAuthStartRequest,
|
|
372
|
+
FikenOAuthStartResponse,
|
|
338
373
|
FileAsset,
|
|
339
374
|
FileDownloadUrlResponse,
|
|
340
375
|
FileResourceRef,
|
|
@@ -421,9 +456,12 @@ import {
|
|
|
421
456
|
IMAGE_GENERATION_MAX_REFERENCES,
|
|
422
457
|
INTERACTION_MAX_ACTIONS_PER_BATCH,
|
|
423
458
|
INTERACTION_MAX_CHANGED_NODES,
|
|
459
|
+
INTERACTION_MAX_CLIPBOARD_BYTES,
|
|
424
460
|
INTERACTION_MAX_DIAGNOSTIC_ENTRIES,
|
|
425
461
|
INTERACTION_MAX_SEMANTIC_NODES,
|
|
462
|
+
INTERACTION_MAX_WORKSPACE_FILES_PER_COMMAND,
|
|
426
463
|
INTERACTION_PROTOCOL_VERSION,
|
|
464
|
+
INTERACTION_REQUEST_HUMAN_MODEL_TOOL_NAME,
|
|
427
465
|
ImageGenerationReferenceSchema,
|
|
428
466
|
ImportLegacyWorkspaceInstructionPolicyDraftRequest,
|
|
429
467
|
IndexedDocumentProvenance,
|
|
@@ -443,22 +481,27 @@ import {
|
|
|
443
481
|
InsightsSpendDriver,
|
|
444
482
|
InsightsWarmGroupRow,
|
|
445
483
|
InstallApiIntegrationRequest,
|
|
484
|
+
InstallLibrarySkillRequest,
|
|
446
485
|
InstallPackRequest,
|
|
447
486
|
InstallPluginRequest,
|
|
448
487
|
InstallSkillRequest,
|
|
449
488
|
InstalledApiIntegration,
|
|
450
489
|
InstalledPlugin,
|
|
451
490
|
InstalledSkill,
|
|
491
|
+
InstalledSkillSummary,
|
|
452
492
|
IntegrationClientMetadata,
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
493
|
+
IntegrationDefinitionProvenance,
|
|
494
|
+
IntegrationDefinitionSummary,
|
|
495
|
+
IntegrationFacetBindingSummary,
|
|
496
|
+
IntegrationFacetDefinitionSummary,
|
|
497
|
+
IntegrationFacetKey,
|
|
498
|
+
IntegrationFacetKind,
|
|
499
|
+
IntegrationFacetMutationResult,
|
|
500
|
+
IntegrationFacetRemovalResult,
|
|
501
|
+
IntegrationFacetStatus,
|
|
502
|
+
IntegrationInstanceFacetsResponse,
|
|
461
503
|
IntegrationInstanceKey,
|
|
504
|
+
IntegrationSource,
|
|
462
505
|
InteractionActor,
|
|
463
506
|
InteractionAssociation,
|
|
464
507
|
InteractionControllerBinding,
|
|
@@ -481,18 +524,42 @@ import {
|
|
|
481
524
|
InteractionSemanticDiff,
|
|
482
525
|
InteractionSemanticNode,
|
|
483
526
|
InteractionSemanticSnapshot,
|
|
527
|
+
KNOWLEDGE_BODY_MAX_BYTES,
|
|
528
|
+
KNOWLEDGE_BROWSE_CURSOR_MAX_CHARS,
|
|
529
|
+
KNOWLEDGE_BROWSE_DEFAULT_LIMIT,
|
|
530
|
+
KNOWLEDGE_BROWSE_MAX_LIMIT,
|
|
531
|
+
KNOWLEDGE_METADATA_MAX_BYTES,
|
|
532
|
+
KNOWLEDGE_METADATA_MAX_DEPTH,
|
|
533
|
+
KNOWLEDGE_METADATA_MAX_ITEMS,
|
|
534
|
+
KNOWLEDGE_SOURCE_STRING_MAX_BYTES,
|
|
535
|
+
KNOWLEDGE_SOURCE_URI_MAX_BYTES,
|
|
536
|
+
KNOWLEDGE_SUMMARY_MAX_BYTES,
|
|
537
|
+
KNOWLEDGE_TITLE_MAX_BYTES,
|
|
538
|
+
KNOWLEDGE_TOPICS_MAX_ITEMS,
|
|
539
|
+
KNOWLEDGE_TOPIC_MAX_BYTES,
|
|
540
|
+
KnowledgeAuthority,
|
|
541
|
+
KnowledgeBrowseResponse,
|
|
484
542
|
KnowledgeChangeProposalTargetKind,
|
|
485
543
|
KnowledgeClaimEvidencePolarity,
|
|
486
544
|
KnowledgeClaimOrigin,
|
|
487
545
|
KnowledgeClaimRelationType,
|
|
488
546
|
KnowledgeClaimReviewState,
|
|
489
547
|
KnowledgeFactObjectKind,
|
|
548
|
+
KnowledgeGetResponse,
|
|
490
549
|
KnowledgeLifecycleEventType,
|
|
491
550
|
KnowledgeLifecycleState,
|
|
551
|
+
KnowledgeLink,
|
|
552
|
+
KnowledgeLinkTarget,
|
|
492
553
|
KnowledgeMemory,
|
|
493
554
|
KnowledgeMemoryKind,
|
|
494
555
|
KnowledgeMemorySearchRequest,
|
|
495
556
|
KnowledgeMemoryStatus,
|
|
557
|
+
KnowledgeRecord,
|
|
558
|
+
KnowledgeRecordId,
|
|
559
|
+
KnowledgeRecordKind,
|
|
560
|
+
KnowledgeSearchResponse,
|
|
561
|
+
KnowledgeSearchResult,
|
|
562
|
+
KnowledgeSource,
|
|
496
563
|
KnowledgeSourceKind,
|
|
497
564
|
KnowledgeSourceRef,
|
|
498
565
|
KnowledgeSourceSyncAction,
|
|
@@ -507,13 +574,15 @@ import {
|
|
|
507
574
|
LimitAction,
|
|
508
575
|
LimitDecision,
|
|
509
576
|
LineageNode,
|
|
510
|
-
ListApiIntegrationPresetsResponse,
|
|
511
577
|
ListApiIntegrationsResponse,
|
|
512
578
|
ListConnectionsResponse,
|
|
513
579
|
ListEnrollmentsResponse,
|
|
514
580
|
ListIndexedDocumentsRequest,
|
|
515
581
|
ListIndexedDocumentsResponse,
|
|
516
582
|
ListInstalledPluginsResponse,
|
|
583
|
+
ListInstalledSkillsResponse,
|
|
584
|
+
ListIntegrationDefinitionsResponse,
|
|
585
|
+
ListManagedOrganizationMembershipsResponse,
|
|
517
586
|
ListSlackInstallationBindingsResponse,
|
|
518
587
|
ListSlackUserLinkAccessRequestsResponse,
|
|
519
588
|
ListWorkspaceMembersResponse,
|
|
@@ -528,6 +597,7 @@ import {
|
|
|
528
597
|
MachineView,
|
|
529
598
|
MachinesResponse,
|
|
530
599
|
ManagedAccount,
|
|
600
|
+
ManagedOrganizationMembershipProjection,
|
|
531
601
|
MarketingDailyAnalysisTaskRequest,
|
|
532
602
|
McpConnectionResourceScope,
|
|
533
603
|
McpMutationReceipt,
|
|
@@ -563,7 +633,7 @@ import {
|
|
|
563
633
|
ModelPricingV1,
|
|
564
634
|
MoveDocumentRequest,
|
|
565
635
|
MoveSessionQueueItemRequest,
|
|
566
|
-
|
|
636
|
+
MutateIntegrationFacetRequest,
|
|
567
637
|
NATIVE_SNAPSHOT_PREFIXES,
|
|
568
638
|
NestedAgentDepthAttemptValue,
|
|
569
639
|
NestedAgentDepthPolicySource,
|
|
@@ -590,6 +660,8 @@ import {
|
|
|
590
660
|
OpenGeniSlackBotConnectionMetadata,
|
|
591
661
|
OpenGeniSlackBotInstallRequest,
|
|
592
662
|
OpenGeniSlackBotInstallStart,
|
|
663
|
+
OrganizationMembershipProjection,
|
|
664
|
+
OrganizationMembershipStatus,
|
|
593
665
|
PREFERENCE_REGISTRY_CONTENT_MAX_CHARS,
|
|
594
666
|
PREFERENCE_REGISTRY_DESCRIPTOR_DESCRIPTION_MAX_CHARS,
|
|
595
667
|
PREFERENCE_REGISTRY_DESCRIPTOR_MAX_COUNT,
|
|
@@ -606,6 +678,7 @@ import {
|
|
|
606
678
|
PackRigResolution,
|
|
607
679
|
PackUninstallPreview,
|
|
608
680
|
Permission,
|
|
681
|
+
PersonalResourceRetentionMode,
|
|
609
682
|
PluginComponentBinding,
|
|
610
683
|
PluginComponentPreview,
|
|
611
684
|
PluginInstallationSummary,
|
|
@@ -668,14 +741,20 @@ import {
|
|
|
668
741
|
RelayTokenPayload,
|
|
669
742
|
RemoveEnrollmentRequest,
|
|
670
743
|
RenewSessionRealtimeRequest,
|
|
744
|
+
ReportAuthRunPayload,
|
|
671
745
|
ReportAuthRunRequest,
|
|
672
746
|
RepositoryResourceRef,
|
|
673
747
|
RepositoryUriError,
|
|
674
748
|
RequestHumanInputToolInput,
|
|
749
|
+
RequestHumanInteractionToolInput,
|
|
750
|
+
RequestHumanInteractionToolOutput,
|
|
675
751
|
ResolveInteractionInterventionRequest,
|
|
676
752
|
ResolvedCompanyProfileSnapshot,
|
|
677
753
|
ResolvedWorkspaceInstructionPolicySnapshot,
|
|
678
754
|
ResolvedWorkspaceInstructionPolicySnapshotEntry,
|
|
755
|
+
ResourceAuthorityEnvelope,
|
|
756
|
+
ResourceAuthorityListScope,
|
|
757
|
+
ResourceAuthorityScope,
|
|
679
758
|
ResourceMountPathError,
|
|
680
759
|
ResourceRef,
|
|
681
760
|
ResourceRefConflictError,
|
|
@@ -709,11 +788,20 @@ import {
|
|
|
709
788
|
SESSION_EVENT_SEMANTIC_CLASS_TYPES,
|
|
710
789
|
SESSION_EVENT_TURN_ASSOCIATION_MAX_BYTES,
|
|
711
790
|
SESSION_EVENT_TYPE_MAX_BYTES,
|
|
791
|
+
SESSION_GOAL_PROGRESS_MAX_BYTES,
|
|
792
|
+
SESSION_GOAL_RATIONALE_MAX_BYTES,
|
|
793
|
+
SESSION_GOAL_SUCCESS_CRITERIA_MAX_BYTES,
|
|
794
|
+
SESSION_GOAL_TEXT_MAX_BYTES,
|
|
712
795
|
SESSION_MCP_APPROVAL_POLICY_MAX_BYTES,
|
|
713
796
|
SESSION_MCP_APPROVAL_POLICY_MAX_TOOL_NAMES,
|
|
714
797
|
SESSION_MCP_APPROVAL_TOOL_NAME_MAX_BYTES,
|
|
715
798
|
SESSION_MCP_SERVERS_MAX,
|
|
716
799
|
SESSION_OPERATION_KEY_MAX_CHARS,
|
|
800
|
+
SITE_AUTH_MAINTENANCE_CONNECTION_CONTEXT_KEY,
|
|
801
|
+
SITE_AUTH_MAINTENANCE_OPERATION_CONTEXT_KEY,
|
|
802
|
+
SLACK_TASK_POLICY_ID_MAX_CHARS,
|
|
803
|
+
SLACK_TASK_POLICY_MAX_IDS,
|
|
804
|
+
SLACK_TASK_POLICY_REASON_MAX_CHARS,
|
|
717
805
|
SandboxBackend,
|
|
718
806
|
SandboxCapabilityName,
|
|
719
807
|
SandboxCommandOutputDeltaPayload,
|
|
@@ -760,11 +848,15 @@ import {
|
|
|
760
848
|
SessionEventSemanticClass,
|
|
761
849
|
SessionEventType,
|
|
762
850
|
SessionGoal,
|
|
851
|
+
SessionGoalChangeKind,
|
|
763
852
|
SessionGoalContinuation,
|
|
764
853
|
SessionGoalContinuationReason,
|
|
765
854
|
SessionGoalContinuationState,
|
|
766
855
|
SessionGoalCreatedBy,
|
|
856
|
+
SessionGoalMutationPolicy,
|
|
767
857
|
SessionGoalPausedReason,
|
|
858
|
+
SessionGoalRevision,
|
|
859
|
+
SessionGoalSnapshot,
|
|
768
860
|
SessionGoalStatus,
|
|
769
861
|
SessionHumanInputRequest,
|
|
770
862
|
SessionLineageResponse,
|
|
@@ -795,11 +887,15 @@ import {
|
|
|
795
887
|
SessionSystemUpdateKind,
|
|
796
888
|
SessionSystemUpdatePayload,
|
|
797
889
|
SessionSystemUpdateState,
|
|
890
|
+
SessionTenancyProjection,
|
|
891
|
+
SessionTenancyPublicProjection,
|
|
892
|
+
SessionTenancyVisibility,
|
|
798
893
|
SessionToolPolicy,
|
|
799
894
|
SessionTurn,
|
|
800
895
|
SessionTurnSource,
|
|
801
896
|
SessionTurnStatus,
|
|
802
897
|
SessionUserMessagePayload,
|
|
898
|
+
SessionVisibility,
|
|
803
899
|
SetVariableSetVariableRequest,
|
|
804
900
|
SetWorkspaceDefaultRigRequest,
|
|
805
901
|
SetWorkspaceEnvironmentVariableRequest,
|
|
@@ -809,11 +905,13 @@ import {
|
|
|
809
905
|
SiteAuthConnectionMutationResponse,
|
|
810
906
|
SiteAuthFieldPurpose,
|
|
811
907
|
SiteAuthHealthPolicy,
|
|
908
|
+
SiteAuthMaintenance,
|
|
812
909
|
SiteAuthMethod,
|
|
813
910
|
SiteAuthVerificationState,
|
|
814
911
|
SkillImportFileSummary,
|
|
815
912
|
SkillImportPreview,
|
|
816
913
|
SkillImportSource,
|
|
914
|
+
SkillInstallationSource,
|
|
817
915
|
SkillUninstallPreview,
|
|
818
916
|
SlackInstallationBinding,
|
|
819
917
|
SlackInstallationBindingState,
|
|
@@ -822,6 +920,15 @@ import {
|
|
|
822
920
|
SlackReactionChannel,
|
|
823
921
|
SlackReactionChannelListResponse,
|
|
824
922
|
SlackReactionEmojiName,
|
|
923
|
+
SlackResultPublicationMode,
|
|
924
|
+
SlackSharedConversationMode,
|
|
925
|
+
SlackTaskPolicyActivationEvent,
|
|
926
|
+
SlackTaskPolicyContent,
|
|
927
|
+
SlackTaskPolicyHead,
|
|
928
|
+
SlackTaskPolicyListResponse,
|
|
929
|
+
SlackTaskPolicyMutationResponse,
|
|
930
|
+
SlackTaskPolicyRevision,
|
|
931
|
+
SlackTaskPolicyRevisionIdentity,
|
|
825
932
|
SlackUserLinkAccessMutationRequest,
|
|
826
933
|
SlackUserLinkAccessRequest,
|
|
827
934
|
SlackUserLinkAccessRequestStatus,
|
|
@@ -850,6 +957,13 @@ import {
|
|
|
850
957
|
SyncSessionRealtimeLedgerRequest,
|
|
851
958
|
SyncSessionRealtimeLedgerResponse,
|
|
852
959
|
SystemUpdateClassification,
|
|
960
|
+
TASK_NOTE_ACTIVE_RECORD_CAP,
|
|
961
|
+
TASK_NOTE_LIST_DEFAULT_LIMIT,
|
|
962
|
+
TASK_NOTE_LIST_MAX_LIMIT,
|
|
963
|
+
TASK_NOTE_LIST_RESPONSE_MAX_BYTES,
|
|
964
|
+
TASK_NOTE_MAX_LIFETIME_DAYS,
|
|
965
|
+
TASK_NOTE_REASON_MAX_BYTES,
|
|
966
|
+
TASK_NOTE_TEXT_MAX_BYTES,
|
|
853
967
|
TERMINAL_STREAM_PORT,
|
|
854
968
|
TIMELINE_ANNOTATIONS_MAX_BYTES,
|
|
855
969
|
TIMELINE_ANNOTATION_CONTEXT_MAX_BYTES,
|
|
@@ -864,6 +978,14 @@ import {
|
|
|
864
978
|
TRANSCRIPTION_RECORDING_RECOVERY_RETRY_AFTER_MILLISECONDS,
|
|
865
979
|
TRANSCRIPTION_RECORDING_RETENTION_SECONDS,
|
|
866
980
|
TURN_EXECUTION_POLICY_METADATA_KEY,
|
|
981
|
+
TaskNote,
|
|
982
|
+
TaskNoteActorKind,
|
|
983
|
+
TaskNoteKind,
|
|
984
|
+
TaskNoteListResponse,
|
|
985
|
+
TaskNoteMutationResult,
|
|
986
|
+
TaskNoteReason,
|
|
987
|
+
TaskNoteStatus,
|
|
988
|
+
TaskNoteText,
|
|
867
989
|
TerminalExecRequest,
|
|
868
990
|
TerminalExecResponse,
|
|
869
991
|
TerminalPtyExitedPayload,
|
|
@@ -907,6 +1029,8 @@ import {
|
|
|
907
1029
|
UninstallPluginResult,
|
|
908
1030
|
UninstallSkillRequest,
|
|
909
1031
|
UninstallSkillResult,
|
|
1032
|
+
UpdateBrowserIdentityRequest,
|
|
1033
|
+
UpdateChannelRequest,
|
|
910
1034
|
UpdateCompanyProfileRequest,
|
|
911
1035
|
UpdateConnectionRequest,
|
|
912
1036
|
UpdateKnowledgeMemoryRequest,
|
|
@@ -914,6 +1038,7 @@ import {
|
|
|
914
1038
|
UpdateNetworkRouteRequest,
|
|
915
1039
|
UpdateRigRequest,
|
|
916
1040
|
UpdateScheduledTaskRequest,
|
|
1041
|
+
UpdateSessionChannelRequest,
|
|
917
1042
|
UpdateSessionGoalRequest,
|
|
918
1043
|
UpdateSessionMcpApprovalPolicyRequest,
|
|
919
1044
|
UpdateSessionMcpApprovalPolicyResponse,
|
|
@@ -921,6 +1046,7 @@ import {
|
|
|
921
1046
|
UpdateSessionRequest,
|
|
922
1047
|
UpdateSessionToolPolicyRequest,
|
|
923
1048
|
UpdateSiteAuthConnectionRequest,
|
|
1049
|
+
UpdateSlackTaskPolicyRequest,
|
|
924
1050
|
UpdateVariableSetRequest,
|
|
925
1051
|
UpdateWorkspaceEnvironmentRequest,
|
|
926
1052
|
UpdateWorkspaceMemberRequest,
|
|
@@ -928,10 +1054,16 @@ import {
|
|
|
928
1054
|
UpdateWorkspaceRequest,
|
|
929
1055
|
UpdateWorkspaceSettingsRequest,
|
|
930
1056
|
UploadTranscriptionRecordingChunkResponse,
|
|
931
|
-
|
|
1057
|
+
UpsertIntegrationFacetRequest,
|
|
932
1058
|
UsageEvent,
|
|
933
1059
|
UsageEventType,
|
|
934
1060
|
UsageLimitsMode,
|
|
1061
|
+
UserResourceAuthorityProjection,
|
|
1062
|
+
UserResourceDelegation,
|
|
1063
|
+
UserResourceGrantAction,
|
|
1064
|
+
UserResourceGrantMode,
|
|
1065
|
+
UserResourceGrantProjection,
|
|
1066
|
+
UserResourceGrantStatus,
|
|
935
1067
|
VOICE_INPUT_ACCEPTED_MIME_TYPES,
|
|
936
1068
|
VOICE_INPUT_MAX_DURATION_SECONDS,
|
|
937
1069
|
VOICE_INPUT_MAX_SIZE_BYTES,
|
|
@@ -1032,6 +1164,7 @@ import {
|
|
|
1032
1164
|
WorkspaceInstructionPolicySnapshotEntry,
|
|
1033
1165
|
WorkspaceInstructionPolicySnapshotProvenance,
|
|
1034
1166
|
WorkspaceInstructionPolicyTarget,
|
|
1167
|
+
WorkspaceInteractionRevisionEvent,
|
|
1035
1168
|
WorkspaceLearningMode,
|
|
1036
1169
|
WorkspaceLearningOverrideMode,
|
|
1037
1170
|
WorkspaceLearningPolicyActivationEvent,
|
|
@@ -1049,6 +1182,7 @@ import {
|
|
|
1049
1182
|
WorkspaceLearningSourceOverrides,
|
|
1050
1183
|
WorkspaceLearningSourceRef,
|
|
1051
1184
|
WorkspaceMember,
|
|
1185
|
+
WorkspaceMemoryPromptMode,
|
|
1052
1186
|
WorkspaceMemorySearchMode,
|
|
1053
1187
|
WorkspaceMemorySearchRequest,
|
|
1054
1188
|
WorkspaceMemorySearchResponse,
|
|
@@ -1096,8 +1230,10 @@ import {
|
|
|
1096
1230
|
boundSessionEvent,
|
|
1097
1231
|
boundSessionEventPayload,
|
|
1098
1232
|
boundWorkspaceControlEvent,
|
|
1233
|
+
boundedTaskNoteText,
|
|
1099
1234
|
canonicalCodexFleetReplayJsonV1,
|
|
1100
1235
|
canonicalModalCheckpointProviderBinding,
|
|
1236
|
+
canonicalizeSlackTaskPolicy,
|
|
1101
1237
|
canonicalizeWorkspaceLearningSourceOverrides,
|
|
1102
1238
|
capabilityCatalogItemIsTrustedForExposure,
|
|
1103
1239
|
compactSessionEventResult,
|
|
@@ -1109,18 +1245,21 @@ import {
|
|
|
1109
1245
|
effectiveCodexFleetCacheStateV1,
|
|
1110
1246
|
encodeNativeSnapshotRef,
|
|
1111
1247
|
evaluateCodexFleetDecisionV1,
|
|
1248
|
+
evaluateSlackTaskPolicy,
|
|
1112
1249
|
evaluateWorkspaceModelPolicy,
|
|
1113
1250
|
gitCredentialBindingIdForRepository,
|
|
1114
1251
|
gitCredentialProviderForRepository,
|
|
1115
1252
|
gitRemoteIdentity,
|
|
1116
1253
|
gitRemotePathAliases,
|
|
1117
1254
|
gitRemoteUriAliases,
|
|
1255
|
+
interactionPlacementsEqual,
|
|
1118
1256
|
isClearedRunStateBlob,
|
|
1119
1257
|
latencyModeForMetadata,
|
|
1120
1258
|
measureSessionEventJson,
|
|
1121
1259
|
mergeResourceRefs,
|
|
1122
1260
|
mergeToolRefs,
|
|
1123
1261
|
metadataWithTurnExecutionPolicyV1,
|
|
1262
|
+
networkRoutePlacementCompatibilityIssue,
|
|
1124
1263
|
normalizeCompanyProfileStableKey,
|
|
1125
1264
|
normalizePreferenceRegistryStableKey,
|
|
1126
1265
|
normalizeRepositorySubpath,
|
|
@@ -1143,6 +1282,7 @@ import {
|
|
|
1143
1282
|
resolveWorkspaceCodexCompactionDefault,
|
|
1144
1283
|
resolveWorkspaceLearningPolicyEffectiveMode,
|
|
1145
1284
|
resolveWorkspaceMemoryEnabled,
|
|
1285
|
+
resolveWorkspaceMemoryPromptMode,
|
|
1146
1286
|
resolveWorkspaceSlackReactionSummonSettings,
|
|
1147
1287
|
resolveWorkspaceVoiceInputEnabled,
|
|
1148
1288
|
resourceIdentityKey,
|
|
@@ -1154,7 +1294,10 @@ import {
|
|
|
1154
1294
|
sessionEventMediaPreview,
|
|
1155
1295
|
sessionEventMediaPreviewFromDataUrl,
|
|
1156
1296
|
sessionEventPayloadTruncation,
|
|
1297
|
+
sessionGoalUtf8Bytes,
|
|
1157
1298
|
sessionSystemUpdateBatchHistoryItem,
|
|
1299
|
+
sessionVisibilityFromPublic,
|
|
1300
|
+
sessionVisibilityToPublic,
|
|
1158
1301
|
signDelegatedAccessToken,
|
|
1159
1302
|
signEnrollToken,
|
|
1160
1303
|
signEnrollmentBearer,
|
|
@@ -1171,15 +1314,17 @@ import {
|
|
|
1171
1314
|
workspaceLearningPolicyRouterContext,
|
|
1172
1315
|
workspaceLearningSourceKey,
|
|
1173
1316
|
workspaceSlackReactionChannelAllowed
|
|
1174
|
-
} from "./chunk-
|
|
1317
|
+
} from "./chunk-Q6A7XT2N.js";
|
|
1175
1318
|
import {
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1319
|
+
ConnectorDocumentDestination,
|
|
1320
|
+
ConnectorDocumentDestinationAuthority,
|
|
1321
|
+
ConnectorDocumentDestinationSelection,
|
|
1322
|
+
bindConnectorDocumentDestination,
|
|
1323
|
+
connectorDestinationDocumentAuthority,
|
|
1324
|
+
connectorDocumentDestinationCollectionId,
|
|
1325
|
+
legacyWorkspaceConnectorDocumentDestination,
|
|
1326
|
+
resolveConnectorDocumentDestination
|
|
1327
|
+
} from "./chunk-WYBDERIY.js";
|
|
1183
1328
|
import {
|
|
1184
1329
|
OPENGENI_MANAGED_PUBLIC_BASE_URL,
|
|
1185
1330
|
OPENGENI_SLACK_BOT_EVENTS,
|
|
@@ -1194,6 +1339,28 @@ import {
|
|
|
1194
1339
|
evaluateOpenGeniSlackBotScopes,
|
|
1195
1340
|
hasOpenGeniSlackReactionScope
|
|
1196
1341
|
} from "./chunk-5UDNP7AO.js";
|
|
1342
|
+
import {
|
|
1343
|
+
MAX_COMMITTED_TRANSACTION_BYTES,
|
|
1344
|
+
MAX_COMMITTED_TRANSACTION_CAUSAL_REPLICAS,
|
|
1345
|
+
MAX_COMMITTED_TRANSACTION_CELLS,
|
|
1346
|
+
MAX_COMMITTED_TRANSACTION_OPERATIONS,
|
|
1347
|
+
decodeCommittedTransactionSummary
|
|
1348
|
+
} from "./chunk-Y3MLSLB4.js";
|
|
1349
|
+
import {
|
|
1350
|
+
WORKSPACE_XAI_PROVIDER_ACCOUNT_AUTHORITY_SNAPSHOT_V1,
|
|
1351
|
+
XaiProviderAccountAuthoritySnapshotV1
|
|
1352
|
+
} from "./chunk-CM6BMECR.js";
|
|
1353
|
+
import {
|
|
1354
|
+
CanonicalHumanBindingOperationRequest,
|
|
1355
|
+
CanonicalHumanIdentityMutationOutcome,
|
|
1356
|
+
CanonicalHumanIdentityMutationResponse,
|
|
1357
|
+
CanonicalHumanIdentityProjection,
|
|
1358
|
+
CanonicalHumanIdentityStatus,
|
|
1359
|
+
CanonicalHumanLoginBinding,
|
|
1360
|
+
CanonicalHumanLoginBindingStatus,
|
|
1361
|
+
CanonicalHumanRecoveryState,
|
|
1362
|
+
LinkCanonicalHumanLoginBindingRequest
|
|
1363
|
+
} from "./chunk-JUFK3T4Q.js";
|
|
1197
1364
|
import {
|
|
1198
1365
|
COMPUTER_SCREENSHOT_MAX_BYTES,
|
|
1199
1366
|
COMPUTER_SCREENSHOT_MAX_DIMENSION,
|
|
@@ -1202,6 +1369,7 @@ import {
|
|
|
1202
1369
|
COMPUTER_SCREENSHOT_WORKSPACE_QUOTA_BYTES,
|
|
1203
1370
|
GENERATED_IMAGE_MAX_BYTES,
|
|
1204
1371
|
GENERATED_VIDEO_MAX_BYTES,
|
|
1372
|
+
GROK_IMAGINE_VIDEO_1_5_MODEL_ID,
|
|
1205
1373
|
GenerateVideoToolInput,
|
|
1206
1374
|
GeneratedVideoFacts,
|
|
1207
1375
|
GeneratedVideoReceipt,
|
|
@@ -1229,10 +1397,13 @@ import {
|
|
|
1229
1397
|
VideoGenerationOperationSummary,
|
|
1230
1398
|
VideoGenerationPolicy,
|
|
1231
1399
|
VideoGenerationPublicStatus,
|
|
1400
|
+
VideoGenerationRejectedCode,
|
|
1401
|
+
VideoGenerationRejectedResult,
|
|
1232
1402
|
VideoGenerationResolution,
|
|
1233
1403
|
VideoGenerationSource,
|
|
1234
1404
|
VideoGenerationSourceMode,
|
|
1235
1405
|
VideoGenerationTerminalFailureStatus,
|
|
1406
|
+
VideoGenerationToolResult,
|
|
1236
1407
|
WorkspaceVideoGenerationSettings,
|
|
1237
1408
|
resolveRetainedOutputRange,
|
|
1238
1409
|
retainedArtifactReferenceFromFile,
|
|
@@ -1241,7 +1412,15 @@ import {
|
|
|
1241
1412
|
retainedOutputUnavailable,
|
|
1242
1413
|
retainedScreenshotReferenceFromFile,
|
|
1243
1414
|
validateRetainedOutputEvidence
|
|
1244
|
-
} from "./chunk-
|
|
1415
|
+
} from "./chunk-M5ZGRVIQ.js";
|
|
1416
|
+
import {
|
|
1417
|
+
EDITABLE_ARTIFACT_NATIVE_RECEIPT_MAX_BYTES,
|
|
1418
|
+
EDITABLE_ARTIFACT_SERIALIZED_COMMIT_MAX_BYTES,
|
|
1419
|
+
EDITABLE_ARTIFACT_SERIALIZED_COMMIT_VERSION,
|
|
1420
|
+
assertCanonicalEditableArtifactSerializedCommit,
|
|
1421
|
+
decodeEditableArtifactSerializedCommit,
|
|
1422
|
+
encodeEditableArtifactSerializedCommit
|
|
1423
|
+
} from "./chunk-LW7OH6CS.js";
|
|
1245
1424
|
import {
|
|
1246
1425
|
EDITABLE_ARTIFACT_COMMAND_MAX_BYTES,
|
|
1247
1426
|
EDITABLE_ARTIFACT_INTENT_MAX_BYTES,
|
|
@@ -1264,50 +1443,10 @@ import {
|
|
|
1264
1443
|
decodeEditableArtifactCausalFrontier,
|
|
1265
1444
|
encodeEditableArtifactCausalFrontier
|
|
1266
1445
|
} from "./chunk-YRKRZ6OF.js";
|
|
1267
|
-
import {
|
|
1268
|
-
ConnectorDocumentDestination,
|
|
1269
|
-
ConnectorDocumentDestinationAuthority,
|
|
1270
|
-
ConnectorDocumentDestinationSelection,
|
|
1271
|
-
bindConnectorDocumentDestination,
|
|
1272
|
-
connectorDestinationDocumentAuthority,
|
|
1273
|
-
connectorDocumentDestinationCollectionId,
|
|
1274
|
-
legacyWorkspaceConnectorDocumentDestination,
|
|
1275
|
-
resolveConnectorDocumentDestination
|
|
1276
|
-
} from "./chunk-WYBDERIY.js";
|
|
1277
|
-
import {
|
|
1278
|
-
MAX_COMMITTED_TRANSACTION_BYTES,
|
|
1279
|
-
MAX_COMMITTED_TRANSACTION_CAUSAL_REPLICAS,
|
|
1280
|
-
MAX_COMMITTED_TRANSACTION_CELLS,
|
|
1281
|
-
MAX_COMMITTED_TRANSACTION_OPERATIONS,
|
|
1282
|
-
decodeCommittedTransactionSummary
|
|
1283
|
-
} from "./chunk-Y3MLSLB4.js";
|
|
1284
1446
|
import {
|
|
1285
1447
|
EDITABLE_ARTIFACT_CODEC_REGISTRY,
|
|
1286
1448
|
editableArtifactCodecFor
|
|
1287
|
-
} from "./chunk-
|
|
1288
|
-
import {
|
|
1289
|
-
SPREADSHEET_ARTIFACT_METADATA_MAX_SHEETS,
|
|
1290
|
-
SPREADSHEET_ARTIFACT_METADATA_MIN_RESPONSE_BYTES,
|
|
1291
|
-
SPREADSHEET_ARTIFACT_PROJECTION_MAX_BYTES,
|
|
1292
|
-
SPREADSHEET_ARTIFACT_PROJECTION_MAX_STRING_BYTES,
|
|
1293
|
-
SPREADSHEET_ARTIFACT_QUERY_MAX_BYTES,
|
|
1294
|
-
SPREADSHEET_ARTIFACT_QUERY_VERSION,
|
|
1295
|
-
SPREADSHEET_ARTIFACT_VIEWPORT_MAX_AREA,
|
|
1296
|
-
SPREADSHEET_ARTIFACT_VIEWPORT_MAX_CELLS,
|
|
1297
|
-
SPREADSHEET_ARTIFACT_VIEWPORT_MIN_RESPONSE_BYTES,
|
|
1298
|
-
assertCanonicalSpreadsheetArtifactKernelProjectionBytes,
|
|
1299
|
-
assertCanonicalSpreadsheetArtifactKernelQueryBytes,
|
|
1300
|
-
decodeSpreadsheetArtifactKernelProjection,
|
|
1301
|
-
decodeSpreadsheetArtifactKernelQuery,
|
|
1302
|
-
decodeSpreadsheetMetadataKernelProjection,
|
|
1303
|
-
decodeSpreadsheetViewportKernelProjection,
|
|
1304
|
-
encodeSpreadsheetArtifactKernelProjection,
|
|
1305
|
-
encodeSpreadsheetArtifactKernelQuery,
|
|
1306
|
-
encodeSpreadsheetMetadataKernelProjection,
|
|
1307
|
-
encodeSpreadsheetMetadataKernelQuery,
|
|
1308
|
-
encodeSpreadsheetViewportKernelProjection,
|
|
1309
|
-
encodeSpreadsheetViewportKernelQuery
|
|
1310
|
-
} from "./chunk-CADSX6UN.js";
|
|
1449
|
+
} from "./chunk-JBCIY7QD.js";
|
|
1311
1450
|
import {
|
|
1312
1451
|
DOCUMENT_ARTIFACT_COMMAND_MAX_BYTES,
|
|
1313
1452
|
DOCUMENT_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -1335,10 +1474,28 @@ import {
|
|
|
1335
1474
|
encodeDocumentArtifactQueryResponse
|
|
1336
1475
|
} from "./chunk-RIY7GYQS.js";
|
|
1337
1476
|
import {
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1477
|
+
SPREADSHEET_ARTIFACT_METADATA_MAX_SHEETS,
|
|
1478
|
+
SPREADSHEET_ARTIFACT_METADATA_MIN_RESPONSE_BYTES,
|
|
1479
|
+
SPREADSHEET_ARTIFACT_PROJECTION_MAX_BYTES,
|
|
1480
|
+
SPREADSHEET_ARTIFACT_PROJECTION_MAX_STRING_BYTES,
|
|
1481
|
+
SPREADSHEET_ARTIFACT_QUERY_MAX_BYTES,
|
|
1482
|
+
SPREADSHEET_ARTIFACT_QUERY_VERSION,
|
|
1483
|
+
SPREADSHEET_ARTIFACT_VIEWPORT_MAX_AREA,
|
|
1484
|
+
SPREADSHEET_ARTIFACT_VIEWPORT_MAX_CELLS,
|
|
1485
|
+
SPREADSHEET_ARTIFACT_VIEWPORT_MIN_RESPONSE_BYTES,
|
|
1486
|
+
assertCanonicalSpreadsheetArtifactKernelProjectionBytes,
|
|
1487
|
+
assertCanonicalSpreadsheetArtifactKernelQueryBytes,
|
|
1488
|
+
decodeSpreadsheetArtifactKernelProjection,
|
|
1489
|
+
decodeSpreadsheetArtifactKernelQuery,
|
|
1490
|
+
decodeSpreadsheetMetadataKernelProjection,
|
|
1491
|
+
decodeSpreadsheetViewportKernelProjection,
|
|
1492
|
+
encodeSpreadsheetArtifactKernelProjection,
|
|
1493
|
+
encodeSpreadsheetArtifactKernelQuery,
|
|
1494
|
+
encodeSpreadsheetMetadataKernelProjection,
|
|
1495
|
+
encodeSpreadsheetMetadataKernelQuery,
|
|
1496
|
+
encodeSpreadsheetViewportKernelProjection,
|
|
1497
|
+
encodeSpreadsheetViewportKernelQuery
|
|
1498
|
+
} from "./chunk-CADSX6UN.js";
|
|
1342
1499
|
import {
|
|
1343
1500
|
PRESENTATION_ARTIFACT_COMMAND_MAX_BYTES,
|
|
1344
1501
|
PRESENTATION_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -1385,6 +1542,11 @@ import {
|
|
|
1385
1542
|
encodeSpreadsheetArtifactCommandBatch,
|
|
1386
1543
|
spreadsheetSheetId
|
|
1387
1544
|
} from "./chunk-LSB7GRLG.js";
|
|
1545
|
+
import {
|
|
1546
|
+
COMMITTED_TRANSACTION_PROTOCOL_VERSION,
|
|
1547
|
+
EDITABLE_ARTIFACT_MODEL_SCHEMA_VERSION,
|
|
1548
|
+
EDITABLE_ARTIFACT_SNAPSHOT_VERSION
|
|
1549
|
+
} from "./chunk-BVGIYW7D.js";
|
|
1388
1550
|
export {
|
|
1389
1551
|
API_INTEGRATION_OAUTH_CREDENTIAL_ROLE,
|
|
1390
1552
|
ATLASSIAN_CREDENTIAL_LABEL,
|
|
@@ -1415,13 +1577,12 @@ export {
|
|
|
1415
1577
|
ApiIntegrationInstallationSummary,
|
|
1416
1578
|
ApiIntegrationOAuthConnectionMetadata,
|
|
1417
1579
|
ApiIntegrationOAuthStartRequest,
|
|
1418
|
-
ApiIntegrationPresetSummary,
|
|
1419
1580
|
ApiIntegrationPreview,
|
|
1420
1581
|
ApiIntegrationProtocol,
|
|
1421
|
-
ApiIntegrationSource,
|
|
1422
1582
|
ApiIntegrationToolPreview,
|
|
1423
1583
|
ApiIntegrationUninstallPreview,
|
|
1424
1584
|
ApiKey,
|
|
1585
|
+
ApplySessionGoalRevisionRequest,
|
|
1425
1586
|
ApproveSlackUserLinkAccessRequest,
|
|
1426
1587
|
AtlassianBrowseItem,
|
|
1427
1588
|
AtlassianBrowseResponse,
|
|
@@ -1482,10 +1643,20 @@ export {
|
|
|
1482
1643
|
BrowserActionCommand,
|
|
1483
1644
|
BrowserActionReceipt,
|
|
1484
1645
|
BrowserActionRequest,
|
|
1646
|
+
BrowserClipboard,
|
|
1485
1647
|
BrowserDiagnosticBatch,
|
|
1486
1648
|
BrowserDiagnosticEntry,
|
|
1487
1649
|
BrowserDiagnosticKind,
|
|
1488
1650
|
BrowserDialog,
|
|
1651
|
+
BrowserDownload,
|
|
1652
|
+
BrowserDownloadExportReceipt,
|
|
1653
|
+
BrowserDownloadExportRequest,
|
|
1654
|
+
BrowserDownloadListResponse,
|
|
1655
|
+
BrowserDownloadSaveRequest,
|
|
1656
|
+
BrowserDownloadSaveResponse,
|
|
1657
|
+
BrowserDownloadStatus,
|
|
1658
|
+
BrowserExternalAuthCommand,
|
|
1659
|
+
BrowserExternalAuthResult,
|
|
1489
1660
|
BrowserFrameStreamAttachment,
|
|
1490
1661
|
BrowserFrameStreamOptions,
|
|
1491
1662
|
BrowserIdentity,
|
|
@@ -1495,6 +1666,12 @@ export {
|
|
|
1495
1666
|
BrowserLocator,
|
|
1496
1667
|
BrowserObservation,
|
|
1497
1668
|
BrowserOpenTargetRequest,
|
|
1669
|
+
BrowserPermission,
|
|
1670
|
+
BrowserPermissionSetting,
|
|
1671
|
+
BrowserProtectedAuthFieldValue,
|
|
1672
|
+
BrowserProtectedAuthFillCommand,
|
|
1673
|
+
BrowserProtectedAuthFillReceipt,
|
|
1674
|
+
BrowserProtectedAuthObservation,
|
|
1498
1675
|
BrowserRevision,
|
|
1499
1676
|
BrowserRevisionComponent,
|
|
1500
1677
|
BrowserRevisionComponentKind,
|
|
@@ -1511,6 +1688,9 @@ export {
|
|
|
1511
1688
|
BrowserSessionMutationResponse,
|
|
1512
1689
|
BrowserTarget,
|
|
1513
1690
|
BrowserTargetListResponse,
|
|
1691
|
+
BrowserWorkspaceFileAuthority,
|
|
1692
|
+
BrowserWorkspaceFileStageRequest,
|
|
1693
|
+
BrowserWorkspaceFileStageResponse,
|
|
1514
1694
|
CAPABILITY_DESCRIPTORS,
|
|
1515
1695
|
CLEARED_RUN_STATE_BLOB,
|
|
1516
1696
|
CLEARED_RUN_STATE_MARKER,
|
|
@@ -1535,11 +1715,20 @@ export {
|
|
|
1535
1715
|
COMPANY_PROFILE_SOURCE_ID_MAX_CHARS,
|
|
1536
1716
|
COMPANY_PROFILE_STABLE_KEY_MAX_CHARS,
|
|
1537
1717
|
COMPUTER_CONTROL_WEBSOCKET_PROTOCOL,
|
|
1718
|
+
COMPUTER_RFB_WEBSOCKET_PROTOCOL,
|
|
1538
1719
|
COMPUTER_SCREENSHOT_MAX_BYTES,
|
|
1539
1720
|
COMPUTER_SCREENSHOT_MAX_DIMENSION,
|
|
1540
1721
|
COMPUTER_SCREENSHOT_MAX_PIXELS,
|
|
1541
1722
|
COMPUTER_SCREENSHOT_RETENTION_MS,
|
|
1542
1723
|
COMPUTER_SCREENSHOT_WORKSPACE_QUOTA_BYTES,
|
|
1724
|
+
CanonicalHumanBindingOperationRequest,
|
|
1725
|
+
CanonicalHumanIdentityMutationOutcome,
|
|
1726
|
+
CanonicalHumanIdentityMutationResponse,
|
|
1727
|
+
CanonicalHumanIdentityProjection,
|
|
1728
|
+
CanonicalHumanIdentityStatus,
|
|
1729
|
+
CanonicalHumanLoginBinding,
|
|
1730
|
+
CanonicalHumanLoginBindingStatus,
|
|
1731
|
+
CanonicalHumanRecoveryState,
|
|
1543
1732
|
CapabilityAction,
|
|
1544
1733
|
CapabilityCatalogAuthKind,
|
|
1545
1734
|
CapabilityCatalogItem,
|
|
@@ -1565,6 +1754,7 @@ export {
|
|
|
1565
1754
|
CapabilitySource,
|
|
1566
1755
|
CapabilityUnavailableReason,
|
|
1567
1756
|
ChangePreferenceRegistryScopeRequest,
|
|
1757
|
+
Channel,
|
|
1568
1758
|
ClearSessionContextRequest,
|
|
1569
1759
|
ClientAuthConfig,
|
|
1570
1760
|
ClientConfig,
|
|
@@ -1614,6 +1804,7 @@ export {
|
|
|
1614
1804
|
ComputerActionCommand,
|
|
1615
1805
|
ComputerActionReceipt,
|
|
1616
1806
|
ComputerActionRequest,
|
|
1807
|
+
ComputerClipboard,
|
|
1617
1808
|
ComputerFrameStreamAttachment,
|
|
1618
1809
|
ComputerFrameStreamOptions,
|
|
1619
1810
|
ComputerLocator,
|
|
@@ -1643,6 +1834,7 @@ export {
|
|
|
1643
1834
|
CreateBrowserIdentityRequest,
|
|
1644
1835
|
CreateBrowserSessionRequest,
|
|
1645
1836
|
CreateCapabilityCatalogItemRequest,
|
|
1837
|
+
CreateChannelRequest,
|
|
1646
1838
|
CreateCheckoutRequest,
|
|
1647
1839
|
CreateCheckoutResponse,
|
|
1648
1840
|
CreateComputerSessionRequest,
|
|
@@ -1674,6 +1866,7 @@ export {
|
|
|
1674
1866
|
DEFAULT_FILE_RESOURCE_MOUNT_ROOT,
|
|
1675
1867
|
DEFAULT_FIRST_PARTY_MCP_PERMISSIONS,
|
|
1676
1868
|
DEFAULT_FIRST_PARTY_MCP_TOOLS,
|
|
1869
|
+
DEFAULT_SLACK_TASK_POLICY,
|
|
1677
1870
|
DEFAULT_WORKSPACE_SLACK_REACTION_SUMMON_SETTINGS,
|
|
1678
1871
|
DESKTOP_STREAM_PORT,
|
|
1679
1872
|
DOCUMENT_ARTIFACT_COMMAND_MAX_BYTES,
|
|
@@ -1759,9 +1952,21 @@ export {
|
|
|
1759
1952
|
EntitlementsMode,
|
|
1760
1953
|
ErrorCode,
|
|
1761
1954
|
ErrorEnvelope,
|
|
1955
|
+
ExternalAuthInteractiveRequest,
|
|
1956
|
+
ExternalAuthInteractiveResponse,
|
|
1957
|
+
ExternalAuthRunRequest,
|
|
1958
|
+
ExternalAuthRunResponse,
|
|
1959
|
+
FIKEN_CREDENTIAL_LABEL,
|
|
1960
|
+
FIKEN_CREDENTIAL_ROLE,
|
|
1961
|
+
FIKEN_PROVIDER_DOMAIN,
|
|
1762
1962
|
FIRST_PARTY_IN_PROCESS_TOOL_NAMES,
|
|
1763
1963
|
FIRST_PARTY_MCP_TOOL_NAMES,
|
|
1764
1964
|
FIRST_PARTY_REMOTE_MCP_TOOL_NAMES,
|
|
1965
|
+
FikenCompanySummary,
|
|
1966
|
+
FikenConnectionMetadata,
|
|
1967
|
+
FikenInstallRequest,
|
|
1968
|
+
FikenOAuthStartRequest,
|
|
1969
|
+
FikenOAuthStartResponse,
|
|
1765
1970
|
FileAsset,
|
|
1766
1971
|
FileDownloadUrlResponse,
|
|
1767
1972
|
FileResourceRef,
|
|
@@ -1790,6 +1995,7 @@ export {
|
|
|
1790
1995
|
FsWriteResponse,
|
|
1791
1996
|
GENERATED_IMAGE_MAX_BYTES,
|
|
1792
1997
|
GENERATED_VIDEO_MAX_BYTES,
|
|
1998
|
+
GROK_IMAGINE_VIDEO_1_5_MODEL_ID,
|
|
1793
1999
|
GatewayRealtimeConnectRequest,
|
|
1794
2000
|
GatewayRealtimeConnectResponse,
|
|
1795
2001
|
GatewayRealtimeInitialItem,
|
|
@@ -1854,9 +2060,12 @@ export {
|
|
|
1854
2060
|
IMAGE_GENERATION_MAX_REFERENCES,
|
|
1855
2061
|
INTERACTION_MAX_ACTIONS_PER_BATCH,
|
|
1856
2062
|
INTERACTION_MAX_CHANGED_NODES,
|
|
2063
|
+
INTERACTION_MAX_CLIPBOARD_BYTES,
|
|
1857
2064
|
INTERACTION_MAX_DIAGNOSTIC_ENTRIES,
|
|
1858
2065
|
INTERACTION_MAX_SEMANTIC_NODES,
|
|
2066
|
+
INTERACTION_MAX_WORKSPACE_FILES_PER_COMMAND,
|
|
1859
2067
|
INTERACTION_PROTOCOL_VERSION,
|
|
2068
|
+
INTERACTION_REQUEST_HUMAN_MODEL_TOOL_NAME,
|
|
1860
2069
|
ImageGenerationReferenceSchema,
|
|
1861
2070
|
ImportLegacyWorkspaceInstructionPolicyDraftRequest,
|
|
1862
2071
|
IndexedDocumentProvenance,
|
|
@@ -1876,22 +2085,27 @@ export {
|
|
|
1876
2085
|
InsightsSpendDriver,
|
|
1877
2086
|
InsightsWarmGroupRow,
|
|
1878
2087
|
InstallApiIntegrationRequest,
|
|
2088
|
+
InstallLibrarySkillRequest,
|
|
1879
2089
|
InstallPackRequest,
|
|
1880
2090
|
InstallPluginRequest,
|
|
1881
2091
|
InstallSkillRequest,
|
|
1882
2092
|
InstalledApiIntegration,
|
|
1883
2093
|
InstalledPlugin,
|
|
1884
2094
|
InstalledSkill,
|
|
2095
|
+
InstalledSkillSummary,
|
|
1885
2096
|
IntegrationClientMetadata,
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
2097
|
+
IntegrationDefinitionProvenance,
|
|
2098
|
+
IntegrationDefinitionSummary,
|
|
2099
|
+
IntegrationFacetBindingSummary,
|
|
2100
|
+
IntegrationFacetDefinitionSummary,
|
|
2101
|
+
IntegrationFacetKey,
|
|
2102
|
+
IntegrationFacetKind,
|
|
2103
|
+
IntegrationFacetMutationResult,
|
|
2104
|
+
IntegrationFacetRemovalResult,
|
|
2105
|
+
IntegrationFacetStatus,
|
|
2106
|
+
IntegrationInstanceFacetsResponse,
|
|
1894
2107
|
IntegrationInstanceKey,
|
|
2108
|
+
IntegrationSource,
|
|
1895
2109
|
InteractionActor,
|
|
1896
2110
|
InteractionAssociation,
|
|
1897
2111
|
InteractionControllerBinding,
|
|
@@ -1914,18 +2128,42 @@ export {
|
|
|
1914
2128
|
InteractionSemanticDiff,
|
|
1915
2129
|
InteractionSemanticNode,
|
|
1916
2130
|
InteractionSemanticSnapshot,
|
|
2131
|
+
KNOWLEDGE_BODY_MAX_BYTES,
|
|
2132
|
+
KNOWLEDGE_BROWSE_CURSOR_MAX_CHARS,
|
|
2133
|
+
KNOWLEDGE_BROWSE_DEFAULT_LIMIT,
|
|
2134
|
+
KNOWLEDGE_BROWSE_MAX_LIMIT,
|
|
2135
|
+
KNOWLEDGE_METADATA_MAX_BYTES,
|
|
2136
|
+
KNOWLEDGE_METADATA_MAX_DEPTH,
|
|
2137
|
+
KNOWLEDGE_METADATA_MAX_ITEMS,
|
|
2138
|
+
KNOWLEDGE_SOURCE_STRING_MAX_BYTES,
|
|
2139
|
+
KNOWLEDGE_SOURCE_URI_MAX_BYTES,
|
|
2140
|
+
KNOWLEDGE_SUMMARY_MAX_BYTES,
|
|
2141
|
+
KNOWLEDGE_TITLE_MAX_BYTES,
|
|
2142
|
+
KNOWLEDGE_TOPICS_MAX_ITEMS,
|
|
2143
|
+
KNOWLEDGE_TOPIC_MAX_BYTES,
|
|
2144
|
+
KnowledgeAuthority,
|
|
2145
|
+
KnowledgeBrowseResponse,
|
|
1917
2146
|
KnowledgeChangeProposalTargetKind,
|
|
1918
2147
|
KnowledgeClaimEvidencePolarity,
|
|
1919
2148
|
KnowledgeClaimOrigin,
|
|
1920
2149
|
KnowledgeClaimRelationType,
|
|
1921
2150
|
KnowledgeClaimReviewState,
|
|
1922
2151
|
KnowledgeFactObjectKind,
|
|
2152
|
+
KnowledgeGetResponse,
|
|
1923
2153
|
KnowledgeLifecycleEventType,
|
|
1924
2154
|
KnowledgeLifecycleState,
|
|
2155
|
+
KnowledgeLink,
|
|
2156
|
+
KnowledgeLinkTarget,
|
|
1925
2157
|
KnowledgeMemory,
|
|
1926
2158
|
KnowledgeMemoryKind,
|
|
1927
2159
|
KnowledgeMemorySearchRequest,
|
|
1928
2160
|
KnowledgeMemoryStatus,
|
|
2161
|
+
KnowledgeRecord,
|
|
2162
|
+
KnowledgeRecordId,
|
|
2163
|
+
KnowledgeRecordKind,
|
|
2164
|
+
KnowledgeSearchResponse,
|
|
2165
|
+
KnowledgeSearchResult,
|
|
2166
|
+
KnowledgeSource,
|
|
1929
2167
|
KnowledgeSourceKind,
|
|
1930
2168
|
KnowledgeSourceRef,
|
|
1931
2169
|
KnowledgeSourceSyncAction,
|
|
@@ -1940,13 +2178,16 @@ export {
|
|
|
1940
2178
|
LimitAction,
|
|
1941
2179
|
LimitDecision,
|
|
1942
2180
|
LineageNode,
|
|
1943
|
-
|
|
2181
|
+
LinkCanonicalHumanLoginBindingRequest,
|
|
1944
2182
|
ListApiIntegrationsResponse,
|
|
1945
2183
|
ListConnectionsResponse,
|
|
1946
2184
|
ListEnrollmentsResponse,
|
|
1947
2185
|
ListIndexedDocumentsRequest,
|
|
1948
2186
|
ListIndexedDocumentsResponse,
|
|
1949
2187
|
ListInstalledPluginsResponse,
|
|
2188
|
+
ListInstalledSkillsResponse,
|
|
2189
|
+
ListIntegrationDefinitionsResponse,
|
|
2190
|
+
ListManagedOrganizationMembershipsResponse,
|
|
1950
2191
|
ListSlackInstallationBindingsResponse,
|
|
1951
2192
|
ListSlackUserLinkAccessRequestsResponse,
|
|
1952
2193
|
ListWorkspaceMembersResponse,
|
|
@@ -1965,6 +2206,7 @@ export {
|
|
|
1965
2206
|
MachineView,
|
|
1966
2207
|
MachinesResponse,
|
|
1967
2208
|
ManagedAccount,
|
|
2209
|
+
ManagedOrganizationMembershipProjection,
|
|
1968
2210
|
MarketingDailyAnalysisTaskRequest,
|
|
1969
2211
|
McpConnectionResourceScope,
|
|
1970
2212
|
McpMutationReceipt,
|
|
@@ -2001,7 +2243,7 @@ export {
|
|
|
2001
2243
|
ModelPricingV1,
|
|
2002
2244
|
MoveDocumentRequest,
|
|
2003
2245
|
MoveSessionQueueItemRequest,
|
|
2004
|
-
|
|
2246
|
+
MutateIntegrationFacetRequest,
|
|
2005
2247
|
NATIVE_SNAPSHOT_PREFIXES,
|
|
2006
2248
|
NestedAgentDepthAttemptValue,
|
|
2007
2249
|
NestedAgentDepthPolicySource,
|
|
@@ -2036,6 +2278,8 @@ export {
|
|
|
2036
2278
|
OpenGeniSlackBotConnectionMetadata,
|
|
2037
2279
|
OpenGeniSlackBotInstallRequest,
|
|
2038
2280
|
OpenGeniSlackBotInstallStart,
|
|
2281
|
+
OrganizationMembershipProjection,
|
|
2282
|
+
OrganizationMembershipStatus,
|
|
2039
2283
|
PREFERENCE_REGISTRY_CONTENT_MAX_CHARS,
|
|
2040
2284
|
PREFERENCE_REGISTRY_DESCRIPTOR_DESCRIPTION_MAX_CHARS,
|
|
2041
2285
|
PREFERENCE_REGISTRY_DESCRIPTOR_MAX_COUNT,
|
|
@@ -2073,6 +2317,7 @@ export {
|
|
|
2073
2317
|
PackRigResolution,
|
|
2074
2318
|
PackUninstallPreview,
|
|
2075
2319
|
Permission,
|
|
2320
|
+
PersonalResourceRetentionMode,
|
|
2076
2321
|
PluginComponentBinding,
|
|
2077
2322
|
PluginComponentPreview,
|
|
2078
2323
|
PluginInstallationSummary,
|
|
@@ -2138,14 +2383,20 @@ export {
|
|
|
2138
2383
|
RelayTokenPayload,
|
|
2139
2384
|
RemoveEnrollmentRequest,
|
|
2140
2385
|
RenewSessionRealtimeRequest,
|
|
2386
|
+
ReportAuthRunPayload,
|
|
2141
2387
|
ReportAuthRunRequest,
|
|
2142
2388
|
RepositoryResourceRef,
|
|
2143
2389
|
RepositoryUriError,
|
|
2144
2390
|
RequestHumanInputToolInput,
|
|
2391
|
+
RequestHumanInteractionToolInput,
|
|
2392
|
+
RequestHumanInteractionToolOutput,
|
|
2145
2393
|
ResolveInteractionInterventionRequest,
|
|
2146
2394
|
ResolvedCompanyProfileSnapshot,
|
|
2147
2395
|
ResolvedWorkspaceInstructionPolicySnapshot,
|
|
2148
2396
|
ResolvedWorkspaceInstructionPolicySnapshotEntry,
|
|
2397
|
+
ResourceAuthorityEnvelope,
|
|
2398
|
+
ResourceAuthorityListScope,
|
|
2399
|
+
ResourceAuthorityScope,
|
|
2149
2400
|
ResourceMountPathError,
|
|
2150
2401
|
ResourceRef,
|
|
2151
2402
|
ResourceRefConflictError,
|
|
@@ -2186,11 +2437,20 @@ export {
|
|
|
2186
2437
|
SESSION_EVENT_SEMANTIC_CLASS_TYPES,
|
|
2187
2438
|
SESSION_EVENT_TURN_ASSOCIATION_MAX_BYTES,
|
|
2188
2439
|
SESSION_EVENT_TYPE_MAX_BYTES,
|
|
2440
|
+
SESSION_GOAL_PROGRESS_MAX_BYTES,
|
|
2441
|
+
SESSION_GOAL_RATIONALE_MAX_BYTES,
|
|
2442
|
+
SESSION_GOAL_SUCCESS_CRITERIA_MAX_BYTES,
|
|
2443
|
+
SESSION_GOAL_TEXT_MAX_BYTES,
|
|
2189
2444
|
SESSION_MCP_APPROVAL_POLICY_MAX_BYTES,
|
|
2190
2445
|
SESSION_MCP_APPROVAL_POLICY_MAX_TOOL_NAMES,
|
|
2191
2446
|
SESSION_MCP_APPROVAL_TOOL_NAME_MAX_BYTES,
|
|
2192
2447
|
SESSION_MCP_SERVERS_MAX,
|
|
2193
2448
|
SESSION_OPERATION_KEY_MAX_CHARS,
|
|
2449
|
+
SITE_AUTH_MAINTENANCE_CONNECTION_CONTEXT_KEY,
|
|
2450
|
+
SITE_AUTH_MAINTENANCE_OPERATION_CONTEXT_KEY,
|
|
2451
|
+
SLACK_TASK_POLICY_ID_MAX_CHARS,
|
|
2452
|
+
SLACK_TASK_POLICY_MAX_IDS,
|
|
2453
|
+
SLACK_TASK_POLICY_REASON_MAX_CHARS,
|
|
2194
2454
|
SPREADSHEET_ARTIFACT_COMMAND_MAX_BYTES,
|
|
2195
2455
|
SPREADSHEET_ARTIFACT_COMMAND_MAX_CELLS,
|
|
2196
2456
|
SPREADSHEET_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -2252,11 +2512,15 @@ export {
|
|
|
2252
2512
|
SessionEventSemanticClass,
|
|
2253
2513
|
SessionEventType,
|
|
2254
2514
|
SessionGoal,
|
|
2515
|
+
SessionGoalChangeKind,
|
|
2255
2516
|
SessionGoalContinuation,
|
|
2256
2517
|
SessionGoalContinuationReason,
|
|
2257
2518
|
SessionGoalContinuationState,
|
|
2258
2519
|
SessionGoalCreatedBy,
|
|
2520
|
+
SessionGoalMutationPolicy,
|
|
2259
2521
|
SessionGoalPausedReason,
|
|
2522
|
+
SessionGoalRevision,
|
|
2523
|
+
SessionGoalSnapshot,
|
|
2260
2524
|
SessionGoalStatus,
|
|
2261
2525
|
SessionHumanInputRequest,
|
|
2262
2526
|
SessionLineageResponse,
|
|
@@ -2287,11 +2551,15 @@ export {
|
|
|
2287
2551
|
SessionSystemUpdateKind,
|
|
2288
2552
|
SessionSystemUpdatePayload,
|
|
2289
2553
|
SessionSystemUpdateState,
|
|
2554
|
+
SessionTenancyProjection,
|
|
2555
|
+
SessionTenancyPublicProjection,
|
|
2556
|
+
SessionTenancyVisibility,
|
|
2290
2557
|
SessionToolPolicy,
|
|
2291
2558
|
SessionTurn,
|
|
2292
2559
|
SessionTurnSource,
|
|
2293
2560
|
SessionTurnStatus,
|
|
2294
2561
|
SessionUserMessagePayload,
|
|
2562
|
+
SessionVisibility,
|
|
2295
2563
|
SetVariableSetVariableRequest,
|
|
2296
2564
|
SetWorkspaceDefaultRigRequest,
|
|
2297
2565
|
SetWorkspaceEnvironmentVariableRequest,
|
|
@@ -2301,11 +2569,13 @@ export {
|
|
|
2301
2569
|
SiteAuthConnectionMutationResponse,
|
|
2302
2570
|
SiteAuthFieldPurpose,
|
|
2303
2571
|
SiteAuthHealthPolicy,
|
|
2572
|
+
SiteAuthMaintenance,
|
|
2304
2573
|
SiteAuthMethod,
|
|
2305
2574
|
SiteAuthVerificationState,
|
|
2306
2575
|
SkillImportFileSummary,
|
|
2307
2576
|
SkillImportPreview,
|
|
2308
2577
|
SkillImportSource,
|
|
2578
|
+
SkillInstallationSource,
|
|
2309
2579
|
SkillUninstallPreview,
|
|
2310
2580
|
SlackInstallationBinding,
|
|
2311
2581
|
SlackInstallationBindingState,
|
|
@@ -2314,6 +2584,15 @@ export {
|
|
|
2314
2584
|
SlackReactionChannel,
|
|
2315
2585
|
SlackReactionChannelListResponse,
|
|
2316
2586
|
SlackReactionEmojiName,
|
|
2587
|
+
SlackResultPublicationMode,
|
|
2588
|
+
SlackSharedConversationMode,
|
|
2589
|
+
SlackTaskPolicyActivationEvent,
|
|
2590
|
+
SlackTaskPolicyContent,
|
|
2591
|
+
SlackTaskPolicyHead,
|
|
2592
|
+
SlackTaskPolicyListResponse,
|
|
2593
|
+
SlackTaskPolicyMutationResponse,
|
|
2594
|
+
SlackTaskPolicyRevision,
|
|
2595
|
+
SlackTaskPolicyRevisionIdentity,
|
|
2317
2596
|
SlackUserLinkAccessMutationRequest,
|
|
2318
2597
|
SlackUserLinkAccessRequest,
|
|
2319
2598
|
SlackUserLinkAccessRequestStatus,
|
|
@@ -2342,6 +2621,13 @@ export {
|
|
|
2342
2621
|
SyncSessionRealtimeLedgerRequest,
|
|
2343
2622
|
SyncSessionRealtimeLedgerResponse,
|
|
2344
2623
|
SystemUpdateClassification,
|
|
2624
|
+
TASK_NOTE_ACTIVE_RECORD_CAP,
|
|
2625
|
+
TASK_NOTE_LIST_DEFAULT_LIMIT,
|
|
2626
|
+
TASK_NOTE_LIST_MAX_LIMIT,
|
|
2627
|
+
TASK_NOTE_LIST_RESPONSE_MAX_BYTES,
|
|
2628
|
+
TASK_NOTE_MAX_LIFETIME_DAYS,
|
|
2629
|
+
TASK_NOTE_REASON_MAX_BYTES,
|
|
2630
|
+
TASK_NOTE_TEXT_MAX_BYTES,
|
|
2345
2631
|
TERMINAL_STREAM_PORT,
|
|
2346
2632
|
TIMELINE_ANNOTATIONS_MAX_BYTES,
|
|
2347
2633
|
TIMELINE_ANNOTATION_CONTEXT_MAX_BYTES,
|
|
@@ -2356,6 +2642,14 @@ export {
|
|
|
2356
2642
|
TRANSCRIPTION_RECORDING_RECOVERY_RETRY_AFTER_MILLISECONDS,
|
|
2357
2643
|
TRANSCRIPTION_RECORDING_RETENTION_SECONDS,
|
|
2358
2644
|
TURN_EXECUTION_POLICY_METADATA_KEY,
|
|
2645
|
+
TaskNote,
|
|
2646
|
+
TaskNoteActorKind,
|
|
2647
|
+
TaskNoteKind,
|
|
2648
|
+
TaskNoteListResponse,
|
|
2649
|
+
TaskNoteMutationResult,
|
|
2650
|
+
TaskNoteReason,
|
|
2651
|
+
TaskNoteStatus,
|
|
2652
|
+
TaskNoteText,
|
|
2359
2653
|
TerminalExecRequest,
|
|
2360
2654
|
TerminalExecResponse,
|
|
2361
2655
|
TerminalPtyExitedPayload,
|
|
@@ -2399,6 +2693,8 @@ export {
|
|
|
2399
2693
|
UninstallPluginResult,
|
|
2400
2694
|
UninstallSkillRequest,
|
|
2401
2695
|
UninstallSkillResult,
|
|
2696
|
+
UpdateBrowserIdentityRequest,
|
|
2697
|
+
UpdateChannelRequest,
|
|
2402
2698
|
UpdateCompanyProfileRequest,
|
|
2403
2699
|
UpdateConnectionRequest,
|
|
2404
2700
|
UpdateKnowledgeMemoryRequest,
|
|
@@ -2406,6 +2702,7 @@ export {
|
|
|
2406
2702
|
UpdateNetworkRouteRequest,
|
|
2407
2703
|
UpdateRigRequest,
|
|
2408
2704
|
UpdateScheduledTaskRequest,
|
|
2705
|
+
UpdateSessionChannelRequest,
|
|
2409
2706
|
UpdateSessionGoalRequest,
|
|
2410
2707
|
UpdateSessionMcpApprovalPolicyRequest,
|
|
2411
2708
|
UpdateSessionMcpApprovalPolicyResponse,
|
|
@@ -2413,6 +2710,7 @@ export {
|
|
|
2413
2710
|
UpdateSessionRequest,
|
|
2414
2711
|
UpdateSessionToolPolicyRequest,
|
|
2415
2712
|
UpdateSiteAuthConnectionRequest,
|
|
2713
|
+
UpdateSlackTaskPolicyRequest,
|
|
2416
2714
|
UpdateVariableSetRequest,
|
|
2417
2715
|
UpdateVideoGenerationPolicyRequest,
|
|
2418
2716
|
UpdateWorkspaceEnvironmentRequest,
|
|
@@ -2421,10 +2719,16 @@ export {
|
|
|
2421
2719
|
UpdateWorkspaceRequest,
|
|
2422
2720
|
UpdateWorkspaceSettingsRequest,
|
|
2423
2721
|
UploadTranscriptionRecordingChunkResponse,
|
|
2424
|
-
|
|
2722
|
+
UpsertIntegrationFacetRequest,
|
|
2425
2723
|
UsageEvent,
|
|
2426
2724
|
UsageEventType,
|
|
2427
2725
|
UsageLimitsMode,
|
|
2726
|
+
UserResourceAuthorityProjection,
|
|
2727
|
+
UserResourceDelegation,
|
|
2728
|
+
UserResourceGrantAction,
|
|
2729
|
+
UserResourceGrantMode,
|
|
2730
|
+
UserResourceGrantProjection,
|
|
2731
|
+
UserResourceGrantStatus,
|
|
2428
2732
|
VIDEO_GENERATION_SCHEMA_VERSION,
|
|
2429
2733
|
VOICE_INPUT_ACCEPTED_MIME_TYPES,
|
|
2430
2734
|
VOICE_INPUT_MAX_DURATION_SECONDS,
|
|
@@ -2444,10 +2748,13 @@ export {
|
|
|
2444
2748
|
VideoGenerationOperationSummary,
|
|
2445
2749
|
VideoGenerationPolicy,
|
|
2446
2750
|
VideoGenerationPublicStatus,
|
|
2751
|
+
VideoGenerationRejectedCode,
|
|
2752
|
+
VideoGenerationRejectedResult,
|
|
2447
2753
|
VideoGenerationResolution,
|
|
2448
2754
|
VideoGenerationSource,
|
|
2449
2755
|
VideoGenerationSourceMode,
|
|
2450
2756
|
VideoGenerationTerminalFailureStatus,
|
|
2757
|
+
VideoGenerationToolResult,
|
|
2451
2758
|
ViewerHeartbeatRequest,
|
|
2452
2759
|
ViewerHeartbeatResponse,
|
|
2453
2760
|
ViewerHolder,
|
|
@@ -2481,6 +2788,7 @@ export {
|
|
|
2481
2788
|
WORKSPACE_STATE_MAX_TOPICS,
|
|
2482
2789
|
WORKSPACE_STATE_MEMORY_SAMPLE_LIMIT,
|
|
2483
2790
|
WORKSPACE_STATE_TOPIC_MAX_CHARS,
|
|
2791
|
+
WORKSPACE_XAI_PROVIDER_ACCOUNT_AUTHORITY_SNAPSHOT_V1,
|
|
2484
2792
|
Workspace,
|
|
2485
2793
|
WorkspaceArtifact,
|
|
2486
2794
|
WorkspaceArtifactContentResponse,
|
|
@@ -2540,6 +2848,7 @@ export {
|
|
|
2540
2848
|
WorkspaceInstructionPolicySnapshotEntry,
|
|
2541
2849
|
WorkspaceInstructionPolicySnapshotProvenance,
|
|
2542
2850
|
WorkspaceInstructionPolicyTarget,
|
|
2851
|
+
WorkspaceInteractionRevisionEvent,
|
|
2543
2852
|
WorkspaceLearningMode,
|
|
2544
2853
|
WorkspaceLearningOverrideMode,
|
|
2545
2854
|
WorkspaceLearningPolicyActivationEvent,
|
|
@@ -2557,6 +2866,7 @@ export {
|
|
|
2557
2866
|
WorkspaceLearningSourceOverrides,
|
|
2558
2867
|
WorkspaceLearningSourceRef,
|
|
2559
2868
|
WorkspaceMember,
|
|
2869
|
+
WorkspaceMemoryPromptMode,
|
|
2560
2870
|
WorkspaceMemorySearchMode,
|
|
2561
2871
|
WorkspaceMemorySearchRequest,
|
|
2562
2872
|
WorkspaceMemorySearchResponse,
|
|
@@ -2597,6 +2907,7 @@ export {
|
|
|
2597
2907
|
WorkspaceTranscriptionTarget,
|
|
2598
2908
|
WorkspaceVideoGenerationSettings,
|
|
2599
2909
|
WorkspaceVoiceInputSettings,
|
|
2910
|
+
XaiProviderAccountAuthoritySnapshotV1,
|
|
2600
2911
|
approvalIdentifier,
|
|
2601
2912
|
approximateSessionEventTokens,
|
|
2602
2913
|
areOpenGeniSlackBotScopesAccepted,
|
|
@@ -2619,9 +2930,11 @@ export {
|
|
|
2619
2930
|
boundSessionEvent,
|
|
2620
2931
|
boundSessionEventPayload,
|
|
2621
2932
|
boundWorkspaceControlEvent,
|
|
2933
|
+
boundedTaskNoteText,
|
|
2622
2934
|
buildOpenGeniSlackBotManifest,
|
|
2623
2935
|
canonicalCodexFleetReplayJsonV1,
|
|
2624
2936
|
canonicalModalCheckpointProviderBinding,
|
|
2937
|
+
canonicalizeSlackTaskPolicy,
|
|
2625
2938
|
canonicalizeWorkspaceLearningSourceOverrides,
|
|
2626
2939
|
capabilityCatalogItemIsTrustedForExposure,
|
|
2627
2940
|
compactSessionEventResult,
|
|
@@ -2669,6 +2982,7 @@ export {
|
|
|
2669
2982
|
encodeSpreadsheetViewportKernelQuery,
|
|
2670
2983
|
evaluateCodexFleetDecisionV1,
|
|
2671
2984
|
evaluateOpenGeniSlackBotScopes,
|
|
2985
|
+
evaluateSlackTaskPolicy,
|
|
2672
2986
|
evaluateWorkspaceModelPolicy,
|
|
2673
2987
|
gitCredentialBindingIdForRepository,
|
|
2674
2988
|
gitCredentialProviderForRepository,
|
|
@@ -2678,6 +2992,7 @@ export {
|
|
|
2678
2992
|
hasOpenGeniSlackReactionScope,
|
|
2679
2993
|
hashEditableArtifactMutationIntent,
|
|
2680
2994
|
hashEditableArtifactMutationIntentBytes,
|
|
2995
|
+
interactionPlacementsEqual,
|
|
2681
2996
|
isClearedRunStateBlob,
|
|
2682
2997
|
latencyModeForMetadata,
|
|
2683
2998
|
legacyWorkspaceConnectorDocumentDestination,
|
|
@@ -2685,6 +3000,7 @@ export {
|
|
|
2685
3000
|
mergeResourceRefs,
|
|
2686
3001
|
mergeToolRefs,
|
|
2687
3002
|
metadataWithTurnExecutionPolicyV1,
|
|
3003
|
+
networkRoutePlacementCompatibilityIssue,
|
|
2688
3004
|
normalizeCompanyProfileStableKey,
|
|
2689
3005
|
normalizePreferenceRegistryStableKey,
|
|
2690
3006
|
normalizeRepositorySubpath,
|
|
@@ -2709,6 +3025,7 @@ export {
|
|
|
2709
3025
|
resolveWorkspaceCodexCompactionDefault,
|
|
2710
3026
|
resolveWorkspaceLearningPolicyEffectiveMode,
|
|
2711
3027
|
resolveWorkspaceMemoryEnabled,
|
|
3028
|
+
resolveWorkspaceMemoryPromptMode,
|
|
2712
3029
|
resolveWorkspaceSlackReactionSummonSettings,
|
|
2713
3030
|
resolveWorkspaceVoiceInputEnabled,
|
|
2714
3031
|
resourceIdentityKey,
|
|
@@ -2725,7 +3042,10 @@ export {
|
|
|
2725
3042
|
sessionEventMediaPreview,
|
|
2726
3043
|
sessionEventMediaPreviewFromDataUrl,
|
|
2727
3044
|
sessionEventPayloadTruncation,
|
|
3045
|
+
sessionGoalUtf8Bytes,
|
|
2728
3046
|
sessionSystemUpdateBatchHistoryItem,
|
|
3047
|
+
sessionVisibilityFromPublic,
|
|
3048
|
+
sessionVisibilityToPublic,
|
|
2729
3049
|
signDelegatedAccessToken,
|
|
2730
3050
|
signEnrollToken,
|
|
2731
3051
|
signEnrollmentBearer,
|