@opengeni/contracts 0.44.1 → 1.0.1
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-NX5JNF4L.js} +6533 -4923
- package/dist/chunk-NX5JNF4L.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.d.ts +88 -1
- package/dist/google-drive.js +75 -13
- package/dist/google-drive.js.map +1 -1
- package/dist/index.d.ts +1385 -122
- package/dist/index.js +406 -80
- package/dist/interaction.d.ts +1415 -20
- package/dist/knowledge.d.ts +616 -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/google-drive.ts +76 -4
- package/src/index.ts +921 -270
- package/src/interaction.ts +886 -5
- package/src/knowledge.ts +222 -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,43 @@ 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
|
+
KnowledgeProviderCitation,
|
|
558
|
+
KnowledgeRecord,
|
|
559
|
+
KnowledgeRecordId,
|
|
560
|
+
KnowledgeRecordKind,
|
|
561
|
+
KnowledgeSearchResponse,
|
|
562
|
+
KnowledgeSearchResult,
|
|
563
|
+
KnowledgeSource,
|
|
496
564
|
KnowledgeSourceKind,
|
|
497
565
|
KnowledgeSourceRef,
|
|
498
566
|
KnowledgeSourceSyncAction,
|
|
@@ -507,13 +575,15 @@ import {
|
|
|
507
575
|
LimitAction,
|
|
508
576
|
LimitDecision,
|
|
509
577
|
LineageNode,
|
|
510
|
-
ListApiIntegrationPresetsResponse,
|
|
511
578
|
ListApiIntegrationsResponse,
|
|
512
579
|
ListConnectionsResponse,
|
|
513
580
|
ListEnrollmentsResponse,
|
|
514
581
|
ListIndexedDocumentsRequest,
|
|
515
582
|
ListIndexedDocumentsResponse,
|
|
516
583
|
ListInstalledPluginsResponse,
|
|
584
|
+
ListInstalledSkillsResponse,
|
|
585
|
+
ListIntegrationDefinitionsResponse,
|
|
586
|
+
ListManagedOrganizationMembershipsResponse,
|
|
517
587
|
ListSlackInstallationBindingsResponse,
|
|
518
588
|
ListSlackUserLinkAccessRequestsResponse,
|
|
519
589
|
ListWorkspaceMembersResponse,
|
|
@@ -521,6 +591,7 @@ import {
|
|
|
521
591
|
MCP_MUTATION_RECEIPT_MAX_BYTES,
|
|
522
592
|
MCP_MUTATION_RECEIPT_VERSION,
|
|
523
593
|
MODEL_ATTACHMENT_REFS_FIELD,
|
|
594
|
+
MODEL_CONTEXT_LABEL,
|
|
524
595
|
MODEL_TIMELINE_ANNOTATIONS_FIELD,
|
|
525
596
|
MachineKind,
|
|
526
597
|
MachineMetricsSeriesResponse,
|
|
@@ -528,6 +599,7 @@ import {
|
|
|
528
599
|
MachineView,
|
|
529
600
|
MachinesResponse,
|
|
530
601
|
ManagedAccount,
|
|
602
|
+
ManagedOrganizationMembershipProjection,
|
|
531
603
|
MarketingDailyAnalysisTaskRequest,
|
|
532
604
|
McpConnectionResourceScope,
|
|
533
605
|
McpMutationReceipt,
|
|
@@ -563,7 +635,7 @@ import {
|
|
|
563
635
|
ModelPricingV1,
|
|
564
636
|
MoveDocumentRequest,
|
|
565
637
|
MoveSessionQueueItemRequest,
|
|
566
|
-
|
|
638
|
+
MutateIntegrationFacetRequest,
|
|
567
639
|
NATIVE_SNAPSHOT_PREFIXES,
|
|
568
640
|
NestedAgentDepthAttemptValue,
|
|
569
641
|
NestedAgentDepthPolicySource,
|
|
@@ -590,6 +662,8 @@ import {
|
|
|
590
662
|
OpenGeniSlackBotConnectionMetadata,
|
|
591
663
|
OpenGeniSlackBotInstallRequest,
|
|
592
664
|
OpenGeniSlackBotInstallStart,
|
|
665
|
+
OrganizationMembershipProjection,
|
|
666
|
+
OrganizationMembershipStatus,
|
|
593
667
|
PREFERENCE_REGISTRY_CONTENT_MAX_CHARS,
|
|
594
668
|
PREFERENCE_REGISTRY_DESCRIPTOR_DESCRIPTION_MAX_CHARS,
|
|
595
669
|
PREFERENCE_REGISTRY_DESCRIPTOR_MAX_COUNT,
|
|
@@ -606,6 +680,7 @@ import {
|
|
|
606
680
|
PackRigResolution,
|
|
607
681
|
PackUninstallPreview,
|
|
608
682
|
Permission,
|
|
683
|
+
PersonalResourceRetentionMode,
|
|
609
684
|
PluginComponentBinding,
|
|
610
685
|
PluginComponentPreview,
|
|
611
686
|
PluginInstallationSummary,
|
|
@@ -668,14 +743,20 @@ import {
|
|
|
668
743
|
RelayTokenPayload,
|
|
669
744
|
RemoveEnrollmentRequest,
|
|
670
745
|
RenewSessionRealtimeRequest,
|
|
746
|
+
ReportAuthRunPayload,
|
|
671
747
|
ReportAuthRunRequest,
|
|
672
748
|
RepositoryResourceRef,
|
|
673
749
|
RepositoryUriError,
|
|
674
750
|
RequestHumanInputToolInput,
|
|
751
|
+
RequestHumanInteractionToolInput,
|
|
752
|
+
RequestHumanInteractionToolOutput,
|
|
675
753
|
ResolveInteractionInterventionRequest,
|
|
676
754
|
ResolvedCompanyProfileSnapshot,
|
|
677
755
|
ResolvedWorkspaceInstructionPolicySnapshot,
|
|
678
756
|
ResolvedWorkspaceInstructionPolicySnapshotEntry,
|
|
757
|
+
ResourceAuthorityEnvelope,
|
|
758
|
+
ResourceAuthorityListScope,
|
|
759
|
+
ResourceAuthorityScope,
|
|
679
760
|
ResourceMountPathError,
|
|
680
761
|
ResourceRef,
|
|
681
762
|
ResourceRefConflictError,
|
|
@@ -709,11 +790,20 @@ import {
|
|
|
709
790
|
SESSION_EVENT_SEMANTIC_CLASS_TYPES,
|
|
710
791
|
SESSION_EVENT_TURN_ASSOCIATION_MAX_BYTES,
|
|
711
792
|
SESSION_EVENT_TYPE_MAX_BYTES,
|
|
793
|
+
SESSION_GOAL_PROGRESS_MAX_BYTES,
|
|
794
|
+
SESSION_GOAL_RATIONALE_MAX_BYTES,
|
|
795
|
+
SESSION_GOAL_SUCCESS_CRITERIA_MAX_BYTES,
|
|
796
|
+
SESSION_GOAL_TEXT_MAX_BYTES,
|
|
712
797
|
SESSION_MCP_APPROVAL_POLICY_MAX_BYTES,
|
|
713
798
|
SESSION_MCP_APPROVAL_POLICY_MAX_TOOL_NAMES,
|
|
714
799
|
SESSION_MCP_APPROVAL_TOOL_NAME_MAX_BYTES,
|
|
715
800
|
SESSION_MCP_SERVERS_MAX,
|
|
716
801
|
SESSION_OPERATION_KEY_MAX_CHARS,
|
|
802
|
+
SITE_AUTH_MAINTENANCE_CONNECTION_CONTEXT_KEY,
|
|
803
|
+
SITE_AUTH_MAINTENANCE_OPERATION_CONTEXT_KEY,
|
|
804
|
+
SLACK_TASK_POLICY_ID_MAX_CHARS,
|
|
805
|
+
SLACK_TASK_POLICY_MAX_IDS,
|
|
806
|
+
SLACK_TASK_POLICY_REASON_MAX_CHARS,
|
|
717
807
|
SandboxBackend,
|
|
718
808
|
SandboxCapabilityName,
|
|
719
809
|
SandboxCommandOutputDeltaPayload,
|
|
@@ -760,11 +850,15 @@ import {
|
|
|
760
850
|
SessionEventSemanticClass,
|
|
761
851
|
SessionEventType,
|
|
762
852
|
SessionGoal,
|
|
853
|
+
SessionGoalChangeKind,
|
|
763
854
|
SessionGoalContinuation,
|
|
764
855
|
SessionGoalContinuationReason,
|
|
765
856
|
SessionGoalContinuationState,
|
|
766
857
|
SessionGoalCreatedBy,
|
|
858
|
+
SessionGoalMutationPolicy,
|
|
767
859
|
SessionGoalPausedReason,
|
|
860
|
+
SessionGoalRevision,
|
|
861
|
+
SessionGoalSnapshot,
|
|
768
862
|
SessionGoalStatus,
|
|
769
863
|
SessionHumanInputRequest,
|
|
770
864
|
SessionLineageResponse,
|
|
@@ -795,11 +889,15 @@ import {
|
|
|
795
889
|
SessionSystemUpdateKind,
|
|
796
890
|
SessionSystemUpdatePayload,
|
|
797
891
|
SessionSystemUpdateState,
|
|
892
|
+
SessionTenancyProjection,
|
|
893
|
+
SessionTenancyPublicProjection,
|
|
894
|
+
SessionTenancyVisibility,
|
|
798
895
|
SessionToolPolicy,
|
|
799
896
|
SessionTurn,
|
|
800
897
|
SessionTurnSource,
|
|
801
898
|
SessionTurnStatus,
|
|
802
899
|
SessionUserMessagePayload,
|
|
900
|
+
SessionVisibility,
|
|
803
901
|
SetVariableSetVariableRequest,
|
|
804
902
|
SetWorkspaceDefaultRigRequest,
|
|
805
903
|
SetWorkspaceEnvironmentVariableRequest,
|
|
@@ -809,11 +907,13 @@ import {
|
|
|
809
907
|
SiteAuthConnectionMutationResponse,
|
|
810
908
|
SiteAuthFieldPurpose,
|
|
811
909
|
SiteAuthHealthPolicy,
|
|
910
|
+
SiteAuthMaintenance,
|
|
812
911
|
SiteAuthMethod,
|
|
813
912
|
SiteAuthVerificationState,
|
|
814
913
|
SkillImportFileSummary,
|
|
815
914
|
SkillImportPreview,
|
|
816
915
|
SkillImportSource,
|
|
916
|
+
SkillInstallationSource,
|
|
817
917
|
SkillUninstallPreview,
|
|
818
918
|
SlackInstallationBinding,
|
|
819
919
|
SlackInstallationBindingState,
|
|
@@ -822,6 +922,15 @@ import {
|
|
|
822
922
|
SlackReactionChannel,
|
|
823
923
|
SlackReactionChannelListResponse,
|
|
824
924
|
SlackReactionEmojiName,
|
|
925
|
+
SlackResultPublicationMode,
|
|
926
|
+
SlackSharedConversationMode,
|
|
927
|
+
SlackTaskPolicyActivationEvent,
|
|
928
|
+
SlackTaskPolicyContent,
|
|
929
|
+
SlackTaskPolicyHead,
|
|
930
|
+
SlackTaskPolicyListResponse,
|
|
931
|
+
SlackTaskPolicyMutationResponse,
|
|
932
|
+
SlackTaskPolicyRevision,
|
|
933
|
+
SlackTaskPolicyRevisionIdentity,
|
|
825
934
|
SlackUserLinkAccessMutationRequest,
|
|
826
935
|
SlackUserLinkAccessRequest,
|
|
827
936
|
SlackUserLinkAccessRequestStatus,
|
|
@@ -850,6 +959,13 @@ import {
|
|
|
850
959
|
SyncSessionRealtimeLedgerRequest,
|
|
851
960
|
SyncSessionRealtimeLedgerResponse,
|
|
852
961
|
SystemUpdateClassification,
|
|
962
|
+
TASK_NOTE_ACTIVE_RECORD_CAP,
|
|
963
|
+
TASK_NOTE_LIST_DEFAULT_LIMIT,
|
|
964
|
+
TASK_NOTE_LIST_MAX_LIMIT,
|
|
965
|
+
TASK_NOTE_LIST_RESPONSE_MAX_BYTES,
|
|
966
|
+
TASK_NOTE_MAX_LIFETIME_DAYS,
|
|
967
|
+
TASK_NOTE_REASON_MAX_BYTES,
|
|
968
|
+
TASK_NOTE_TEXT_MAX_BYTES,
|
|
853
969
|
TERMINAL_STREAM_PORT,
|
|
854
970
|
TIMELINE_ANNOTATIONS_MAX_BYTES,
|
|
855
971
|
TIMELINE_ANNOTATION_CONTEXT_MAX_BYTES,
|
|
@@ -864,6 +980,14 @@ import {
|
|
|
864
980
|
TRANSCRIPTION_RECORDING_RECOVERY_RETRY_AFTER_MILLISECONDS,
|
|
865
981
|
TRANSCRIPTION_RECORDING_RETENTION_SECONDS,
|
|
866
982
|
TURN_EXECUTION_POLICY_METADATA_KEY,
|
|
983
|
+
TaskNote,
|
|
984
|
+
TaskNoteActorKind,
|
|
985
|
+
TaskNoteKind,
|
|
986
|
+
TaskNoteListResponse,
|
|
987
|
+
TaskNoteMutationResult,
|
|
988
|
+
TaskNoteReason,
|
|
989
|
+
TaskNoteStatus,
|
|
990
|
+
TaskNoteText,
|
|
867
991
|
TerminalExecRequest,
|
|
868
992
|
TerminalExecResponse,
|
|
869
993
|
TerminalPtyExitedPayload,
|
|
@@ -907,6 +1031,8 @@ import {
|
|
|
907
1031
|
UninstallPluginResult,
|
|
908
1032
|
UninstallSkillRequest,
|
|
909
1033
|
UninstallSkillResult,
|
|
1034
|
+
UpdateBrowserIdentityRequest,
|
|
1035
|
+
UpdateChannelRequest,
|
|
910
1036
|
UpdateCompanyProfileRequest,
|
|
911
1037
|
UpdateConnectionRequest,
|
|
912
1038
|
UpdateKnowledgeMemoryRequest,
|
|
@@ -914,6 +1040,7 @@ import {
|
|
|
914
1040
|
UpdateNetworkRouteRequest,
|
|
915
1041
|
UpdateRigRequest,
|
|
916
1042
|
UpdateScheduledTaskRequest,
|
|
1043
|
+
UpdateSessionChannelRequest,
|
|
917
1044
|
UpdateSessionGoalRequest,
|
|
918
1045
|
UpdateSessionMcpApprovalPolicyRequest,
|
|
919
1046
|
UpdateSessionMcpApprovalPolicyResponse,
|
|
@@ -921,6 +1048,7 @@ import {
|
|
|
921
1048
|
UpdateSessionRequest,
|
|
922
1049
|
UpdateSessionToolPolicyRequest,
|
|
923
1050
|
UpdateSiteAuthConnectionRequest,
|
|
1051
|
+
UpdateSlackTaskPolicyRequest,
|
|
924
1052
|
UpdateVariableSetRequest,
|
|
925
1053
|
UpdateWorkspaceEnvironmentRequest,
|
|
926
1054
|
UpdateWorkspaceMemberRequest,
|
|
@@ -928,10 +1056,16 @@ import {
|
|
|
928
1056
|
UpdateWorkspaceRequest,
|
|
929
1057
|
UpdateWorkspaceSettingsRequest,
|
|
930
1058
|
UploadTranscriptionRecordingChunkResponse,
|
|
931
|
-
|
|
1059
|
+
UpsertIntegrationFacetRequest,
|
|
932
1060
|
UsageEvent,
|
|
933
1061
|
UsageEventType,
|
|
934
1062
|
UsageLimitsMode,
|
|
1063
|
+
UserResourceAuthorityProjection,
|
|
1064
|
+
UserResourceDelegation,
|
|
1065
|
+
UserResourceGrantAction,
|
|
1066
|
+
UserResourceGrantMode,
|
|
1067
|
+
UserResourceGrantProjection,
|
|
1068
|
+
UserResourceGrantStatus,
|
|
935
1069
|
VOICE_INPUT_ACCEPTED_MIME_TYPES,
|
|
936
1070
|
VOICE_INPUT_MAX_DURATION_SECONDS,
|
|
937
1071
|
VOICE_INPUT_MAX_SIZE_BYTES,
|
|
@@ -1032,6 +1166,7 @@ import {
|
|
|
1032
1166
|
WorkspaceInstructionPolicySnapshotEntry,
|
|
1033
1167
|
WorkspaceInstructionPolicySnapshotProvenance,
|
|
1034
1168
|
WorkspaceInstructionPolicyTarget,
|
|
1169
|
+
WorkspaceInteractionRevisionEvent,
|
|
1035
1170
|
WorkspaceLearningMode,
|
|
1036
1171
|
WorkspaceLearningOverrideMode,
|
|
1037
1172
|
WorkspaceLearningPolicyActivationEvent,
|
|
@@ -1049,6 +1184,7 @@ import {
|
|
|
1049
1184
|
WorkspaceLearningSourceOverrides,
|
|
1050
1185
|
WorkspaceLearningSourceRef,
|
|
1051
1186
|
WorkspaceMember,
|
|
1187
|
+
WorkspaceMemoryPromptMode,
|
|
1052
1188
|
WorkspaceMemorySearchMode,
|
|
1053
1189
|
WorkspaceMemorySearchRequest,
|
|
1054
1190
|
WorkspaceMemorySearchResponse,
|
|
@@ -1096,8 +1232,10 @@ import {
|
|
|
1096
1232
|
boundSessionEvent,
|
|
1097
1233
|
boundSessionEventPayload,
|
|
1098
1234
|
boundWorkspaceControlEvent,
|
|
1235
|
+
boundedTaskNoteText,
|
|
1099
1236
|
canonicalCodexFleetReplayJsonV1,
|
|
1100
1237
|
canonicalModalCheckpointProviderBinding,
|
|
1238
|
+
canonicalizeSlackTaskPolicy,
|
|
1101
1239
|
canonicalizeWorkspaceLearningSourceOverrides,
|
|
1102
1240
|
capabilityCatalogItemIsTrustedForExposure,
|
|
1103
1241
|
compactSessionEventResult,
|
|
@@ -1109,18 +1247,21 @@ import {
|
|
|
1109
1247
|
effectiveCodexFleetCacheStateV1,
|
|
1110
1248
|
encodeNativeSnapshotRef,
|
|
1111
1249
|
evaluateCodexFleetDecisionV1,
|
|
1250
|
+
evaluateSlackTaskPolicy,
|
|
1112
1251
|
evaluateWorkspaceModelPolicy,
|
|
1113
1252
|
gitCredentialBindingIdForRepository,
|
|
1114
1253
|
gitCredentialProviderForRepository,
|
|
1115
1254
|
gitRemoteIdentity,
|
|
1116
1255
|
gitRemotePathAliases,
|
|
1117
1256
|
gitRemoteUriAliases,
|
|
1257
|
+
interactionPlacementsEqual,
|
|
1118
1258
|
isClearedRunStateBlob,
|
|
1119
1259
|
latencyModeForMetadata,
|
|
1120
1260
|
measureSessionEventJson,
|
|
1121
1261
|
mergeResourceRefs,
|
|
1122
1262
|
mergeToolRefs,
|
|
1123
1263
|
metadataWithTurnExecutionPolicyV1,
|
|
1264
|
+
networkRoutePlacementCompatibilityIssue,
|
|
1124
1265
|
normalizeCompanyProfileStableKey,
|
|
1125
1266
|
normalizePreferenceRegistryStableKey,
|
|
1126
1267
|
normalizeRepositorySubpath,
|
|
@@ -1137,12 +1278,14 @@ import {
|
|
|
1137
1278
|
reasoningEffortForMetadata,
|
|
1138
1279
|
renderSessionSystemUpdateBatch,
|
|
1139
1280
|
renderTimelineAnnotationsForModel,
|
|
1281
|
+
renderUserMessageContentForModel,
|
|
1140
1282
|
replayCodexFleetDecisionV1,
|
|
1141
1283
|
resolveSessionEventTypeFilters,
|
|
1142
1284
|
resolveWorkspaceAgentHumanInputEnabled,
|
|
1143
1285
|
resolveWorkspaceCodexCompactionDefault,
|
|
1144
1286
|
resolveWorkspaceLearningPolicyEffectiveMode,
|
|
1145
1287
|
resolveWorkspaceMemoryEnabled,
|
|
1288
|
+
resolveWorkspaceMemoryPromptMode,
|
|
1146
1289
|
resolveWorkspaceSlackReactionSummonSettings,
|
|
1147
1290
|
resolveWorkspaceVoiceInputEnabled,
|
|
1148
1291
|
resourceIdentityKey,
|
|
@@ -1154,7 +1297,10 @@ import {
|
|
|
1154
1297
|
sessionEventMediaPreview,
|
|
1155
1298
|
sessionEventMediaPreviewFromDataUrl,
|
|
1156
1299
|
sessionEventPayloadTruncation,
|
|
1300
|
+
sessionGoalUtf8Bytes,
|
|
1157
1301
|
sessionSystemUpdateBatchHistoryItem,
|
|
1302
|
+
sessionVisibilityFromPublic,
|
|
1303
|
+
sessionVisibilityToPublic,
|
|
1158
1304
|
signDelegatedAccessToken,
|
|
1159
1305
|
signEnrollToken,
|
|
1160
1306
|
signEnrollmentBearer,
|
|
@@ -1171,15 +1317,17 @@ import {
|
|
|
1171
1317
|
workspaceLearningPolicyRouterContext,
|
|
1172
1318
|
workspaceLearningSourceKey,
|
|
1173
1319
|
workspaceSlackReactionChannelAllowed
|
|
1174
|
-
} from "./chunk-
|
|
1320
|
+
} from "./chunk-NX5JNF4L.js";
|
|
1175
1321
|
import {
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1322
|
+
ConnectorDocumentDestination,
|
|
1323
|
+
ConnectorDocumentDestinationAuthority,
|
|
1324
|
+
ConnectorDocumentDestinationSelection,
|
|
1325
|
+
bindConnectorDocumentDestination,
|
|
1326
|
+
connectorDestinationDocumentAuthority,
|
|
1327
|
+
connectorDocumentDestinationCollectionId,
|
|
1328
|
+
legacyWorkspaceConnectorDocumentDestination,
|
|
1329
|
+
resolveConnectorDocumentDestination
|
|
1330
|
+
} from "./chunk-WYBDERIY.js";
|
|
1183
1331
|
import {
|
|
1184
1332
|
OPENGENI_MANAGED_PUBLIC_BASE_URL,
|
|
1185
1333
|
OPENGENI_SLACK_BOT_EVENTS,
|
|
@@ -1194,6 +1342,28 @@ import {
|
|
|
1194
1342
|
evaluateOpenGeniSlackBotScopes,
|
|
1195
1343
|
hasOpenGeniSlackReactionScope
|
|
1196
1344
|
} from "./chunk-5UDNP7AO.js";
|
|
1345
|
+
import {
|
|
1346
|
+
MAX_COMMITTED_TRANSACTION_BYTES,
|
|
1347
|
+
MAX_COMMITTED_TRANSACTION_CAUSAL_REPLICAS,
|
|
1348
|
+
MAX_COMMITTED_TRANSACTION_CELLS,
|
|
1349
|
+
MAX_COMMITTED_TRANSACTION_OPERATIONS,
|
|
1350
|
+
decodeCommittedTransactionSummary
|
|
1351
|
+
} from "./chunk-Y3MLSLB4.js";
|
|
1352
|
+
import {
|
|
1353
|
+
WORKSPACE_XAI_PROVIDER_ACCOUNT_AUTHORITY_SNAPSHOT_V1,
|
|
1354
|
+
XaiProviderAccountAuthoritySnapshotV1
|
|
1355
|
+
} from "./chunk-CM6BMECR.js";
|
|
1356
|
+
import {
|
|
1357
|
+
CanonicalHumanBindingOperationRequest,
|
|
1358
|
+
CanonicalHumanIdentityMutationOutcome,
|
|
1359
|
+
CanonicalHumanIdentityMutationResponse,
|
|
1360
|
+
CanonicalHumanIdentityProjection,
|
|
1361
|
+
CanonicalHumanIdentityStatus,
|
|
1362
|
+
CanonicalHumanLoginBinding,
|
|
1363
|
+
CanonicalHumanLoginBindingStatus,
|
|
1364
|
+
CanonicalHumanRecoveryState,
|
|
1365
|
+
LinkCanonicalHumanLoginBindingRequest
|
|
1366
|
+
} from "./chunk-JUFK3T4Q.js";
|
|
1197
1367
|
import {
|
|
1198
1368
|
COMPUTER_SCREENSHOT_MAX_BYTES,
|
|
1199
1369
|
COMPUTER_SCREENSHOT_MAX_DIMENSION,
|
|
@@ -1202,6 +1372,7 @@ import {
|
|
|
1202
1372
|
COMPUTER_SCREENSHOT_WORKSPACE_QUOTA_BYTES,
|
|
1203
1373
|
GENERATED_IMAGE_MAX_BYTES,
|
|
1204
1374
|
GENERATED_VIDEO_MAX_BYTES,
|
|
1375
|
+
GROK_IMAGINE_VIDEO_1_5_MODEL_ID,
|
|
1205
1376
|
GenerateVideoToolInput,
|
|
1206
1377
|
GeneratedVideoFacts,
|
|
1207
1378
|
GeneratedVideoReceipt,
|
|
@@ -1229,10 +1400,13 @@ import {
|
|
|
1229
1400
|
VideoGenerationOperationSummary,
|
|
1230
1401
|
VideoGenerationPolicy,
|
|
1231
1402
|
VideoGenerationPublicStatus,
|
|
1403
|
+
VideoGenerationRejectedCode,
|
|
1404
|
+
VideoGenerationRejectedResult,
|
|
1232
1405
|
VideoGenerationResolution,
|
|
1233
1406
|
VideoGenerationSource,
|
|
1234
1407
|
VideoGenerationSourceMode,
|
|
1235
1408
|
VideoGenerationTerminalFailureStatus,
|
|
1409
|
+
VideoGenerationToolResult,
|
|
1236
1410
|
WorkspaceVideoGenerationSettings,
|
|
1237
1411
|
resolveRetainedOutputRange,
|
|
1238
1412
|
retainedArtifactReferenceFromFile,
|
|
@@ -1241,7 +1415,15 @@ import {
|
|
|
1241
1415
|
retainedOutputUnavailable,
|
|
1242
1416
|
retainedScreenshotReferenceFromFile,
|
|
1243
1417
|
validateRetainedOutputEvidence
|
|
1244
|
-
} from "./chunk-
|
|
1418
|
+
} from "./chunk-M5ZGRVIQ.js";
|
|
1419
|
+
import {
|
|
1420
|
+
EDITABLE_ARTIFACT_NATIVE_RECEIPT_MAX_BYTES,
|
|
1421
|
+
EDITABLE_ARTIFACT_SERIALIZED_COMMIT_MAX_BYTES,
|
|
1422
|
+
EDITABLE_ARTIFACT_SERIALIZED_COMMIT_VERSION,
|
|
1423
|
+
assertCanonicalEditableArtifactSerializedCommit,
|
|
1424
|
+
decodeEditableArtifactSerializedCommit,
|
|
1425
|
+
encodeEditableArtifactSerializedCommit
|
|
1426
|
+
} from "./chunk-LW7OH6CS.js";
|
|
1245
1427
|
import {
|
|
1246
1428
|
EDITABLE_ARTIFACT_COMMAND_MAX_BYTES,
|
|
1247
1429
|
EDITABLE_ARTIFACT_INTENT_MAX_BYTES,
|
|
@@ -1264,50 +1446,10 @@ import {
|
|
|
1264
1446
|
decodeEditableArtifactCausalFrontier,
|
|
1265
1447
|
encodeEditableArtifactCausalFrontier
|
|
1266
1448
|
} 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
1449
|
import {
|
|
1285
1450
|
EDITABLE_ARTIFACT_CODEC_REGISTRY,
|
|
1286
1451
|
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";
|
|
1452
|
+
} from "./chunk-JBCIY7QD.js";
|
|
1311
1453
|
import {
|
|
1312
1454
|
DOCUMENT_ARTIFACT_COMMAND_MAX_BYTES,
|
|
1313
1455
|
DOCUMENT_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -1335,10 +1477,28 @@ import {
|
|
|
1335
1477
|
encodeDocumentArtifactQueryResponse
|
|
1336
1478
|
} from "./chunk-RIY7GYQS.js";
|
|
1337
1479
|
import {
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1480
|
+
SPREADSHEET_ARTIFACT_METADATA_MAX_SHEETS,
|
|
1481
|
+
SPREADSHEET_ARTIFACT_METADATA_MIN_RESPONSE_BYTES,
|
|
1482
|
+
SPREADSHEET_ARTIFACT_PROJECTION_MAX_BYTES,
|
|
1483
|
+
SPREADSHEET_ARTIFACT_PROJECTION_MAX_STRING_BYTES,
|
|
1484
|
+
SPREADSHEET_ARTIFACT_QUERY_MAX_BYTES,
|
|
1485
|
+
SPREADSHEET_ARTIFACT_QUERY_VERSION,
|
|
1486
|
+
SPREADSHEET_ARTIFACT_VIEWPORT_MAX_AREA,
|
|
1487
|
+
SPREADSHEET_ARTIFACT_VIEWPORT_MAX_CELLS,
|
|
1488
|
+
SPREADSHEET_ARTIFACT_VIEWPORT_MIN_RESPONSE_BYTES,
|
|
1489
|
+
assertCanonicalSpreadsheetArtifactKernelProjectionBytes,
|
|
1490
|
+
assertCanonicalSpreadsheetArtifactKernelQueryBytes,
|
|
1491
|
+
decodeSpreadsheetArtifactKernelProjection,
|
|
1492
|
+
decodeSpreadsheetArtifactKernelQuery,
|
|
1493
|
+
decodeSpreadsheetMetadataKernelProjection,
|
|
1494
|
+
decodeSpreadsheetViewportKernelProjection,
|
|
1495
|
+
encodeSpreadsheetArtifactKernelProjection,
|
|
1496
|
+
encodeSpreadsheetArtifactKernelQuery,
|
|
1497
|
+
encodeSpreadsheetMetadataKernelProjection,
|
|
1498
|
+
encodeSpreadsheetMetadataKernelQuery,
|
|
1499
|
+
encodeSpreadsheetViewportKernelProjection,
|
|
1500
|
+
encodeSpreadsheetViewportKernelQuery
|
|
1501
|
+
} from "./chunk-CADSX6UN.js";
|
|
1342
1502
|
import {
|
|
1343
1503
|
PRESENTATION_ARTIFACT_COMMAND_MAX_BYTES,
|
|
1344
1504
|
PRESENTATION_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -1385,6 +1545,11 @@ import {
|
|
|
1385
1545
|
encodeSpreadsheetArtifactCommandBatch,
|
|
1386
1546
|
spreadsheetSheetId
|
|
1387
1547
|
} from "./chunk-LSB7GRLG.js";
|
|
1548
|
+
import {
|
|
1549
|
+
COMMITTED_TRANSACTION_PROTOCOL_VERSION,
|
|
1550
|
+
EDITABLE_ARTIFACT_MODEL_SCHEMA_VERSION,
|
|
1551
|
+
EDITABLE_ARTIFACT_SNAPSHOT_VERSION
|
|
1552
|
+
} from "./chunk-BVGIYW7D.js";
|
|
1388
1553
|
export {
|
|
1389
1554
|
API_INTEGRATION_OAUTH_CREDENTIAL_ROLE,
|
|
1390
1555
|
ATLASSIAN_CREDENTIAL_LABEL,
|
|
@@ -1415,13 +1580,12 @@ export {
|
|
|
1415
1580
|
ApiIntegrationInstallationSummary,
|
|
1416
1581
|
ApiIntegrationOAuthConnectionMetadata,
|
|
1417
1582
|
ApiIntegrationOAuthStartRequest,
|
|
1418
|
-
ApiIntegrationPresetSummary,
|
|
1419
1583
|
ApiIntegrationPreview,
|
|
1420
1584
|
ApiIntegrationProtocol,
|
|
1421
|
-
ApiIntegrationSource,
|
|
1422
1585
|
ApiIntegrationToolPreview,
|
|
1423
1586
|
ApiIntegrationUninstallPreview,
|
|
1424
1587
|
ApiKey,
|
|
1588
|
+
ApplySessionGoalRevisionRequest,
|
|
1425
1589
|
ApproveSlackUserLinkAccessRequest,
|
|
1426
1590
|
AtlassianBrowseItem,
|
|
1427
1591
|
AtlassianBrowseResponse,
|
|
@@ -1482,10 +1646,20 @@ export {
|
|
|
1482
1646
|
BrowserActionCommand,
|
|
1483
1647
|
BrowserActionReceipt,
|
|
1484
1648
|
BrowserActionRequest,
|
|
1649
|
+
BrowserClipboard,
|
|
1485
1650
|
BrowserDiagnosticBatch,
|
|
1486
1651
|
BrowserDiagnosticEntry,
|
|
1487
1652
|
BrowserDiagnosticKind,
|
|
1488
1653
|
BrowserDialog,
|
|
1654
|
+
BrowserDownload,
|
|
1655
|
+
BrowserDownloadExportReceipt,
|
|
1656
|
+
BrowserDownloadExportRequest,
|
|
1657
|
+
BrowserDownloadListResponse,
|
|
1658
|
+
BrowserDownloadSaveRequest,
|
|
1659
|
+
BrowserDownloadSaveResponse,
|
|
1660
|
+
BrowserDownloadStatus,
|
|
1661
|
+
BrowserExternalAuthCommand,
|
|
1662
|
+
BrowserExternalAuthResult,
|
|
1489
1663
|
BrowserFrameStreamAttachment,
|
|
1490
1664
|
BrowserFrameStreamOptions,
|
|
1491
1665
|
BrowserIdentity,
|
|
@@ -1495,6 +1669,12 @@ export {
|
|
|
1495
1669
|
BrowserLocator,
|
|
1496
1670
|
BrowserObservation,
|
|
1497
1671
|
BrowserOpenTargetRequest,
|
|
1672
|
+
BrowserPermission,
|
|
1673
|
+
BrowserPermissionSetting,
|
|
1674
|
+
BrowserProtectedAuthFieldValue,
|
|
1675
|
+
BrowserProtectedAuthFillCommand,
|
|
1676
|
+
BrowserProtectedAuthFillReceipt,
|
|
1677
|
+
BrowserProtectedAuthObservation,
|
|
1498
1678
|
BrowserRevision,
|
|
1499
1679
|
BrowserRevisionComponent,
|
|
1500
1680
|
BrowserRevisionComponentKind,
|
|
@@ -1511,6 +1691,9 @@ export {
|
|
|
1511
1691
|
BrowserSessionMutationResponse,
|
|
1512
1692
|
BrowserTarget,
|
|
1513
1693
|
BrowserTargetListResponse,
|
|
1694
|
+
BrowserWorkspaceFileAuthority,
|
|
1695
|
+
BrowserWorkspaceFileStageRequest,
|
|
1696
|
+
BrowserWorkspaceFileStageResponse,
|
|
1514
1697
|
CAPABILITY_DESCRIPTORS,
|
|
1515
1698
|
CLEARED_RUN_STATE_BLOB,
|
|
1516
1699
|
CLEARED_RUN_STATE_MARKER,
|
|
@@ -1535,11 +1718,20 @@ export {
|
|
|
1535
1718
|
COMPANY_PROFILE_SOURCE_ID_MAX_CHARS,
|
|
1536
1719
|
COMPANY_PROFILE_STABLE_KEY_MAX_CHARS,
|
|
1537
1720
|
COMPUTER_CONTROL_WEBSOCKET_PROTOCOL,
|
|
1721
|
+
COMPUTER_RFB_WEBSOCKET_PROTOCOL,
|
|
1538
1722
|
COMPUTER_SCREENSHOT_MAX_BYTES,
|
|
1539
1723
|
COMPUTER_SCREENSHOT_MAX_DIMENSION,
|
|
1540
1724
|
COMPUTER_SCREENSHOT_MAX_PIXELS,
|
|
1541
1725
|
COMPUTER_SCREENSHOT_RETENTION_MS,
|
|
1542
1726
|
COMPUTER_SCREENSHOT_WORKSPACE_QUOTA_BYTES,
|
|
1727
|
+
CanonicalHumanBindingOperationRequest,
|
|
1728
|
+
CanonicalHumanIdentityMutationOutcome,
|
|
1729
|
+
CanonicalHumanIdentityMutationResponse,
|
|
1730
|
+
CanonicalHumanIdentityProjection,
|
|
1731
|
+
CanonicalHumanIdentityStatus,
|
|
1732
|
+
CanonicalHumanLoginBinding,
|
|
1733
|
+
CanonicalHumanLoginBindingStatus,
|
|
1734
|
+
CanonicalHumanRecoveryState,
|
|
1543
1735
|
CapabilityAction,
|
|
1544
1736
|
CapabilityCatalogAuthKind,
|
|
1545
1737
|
CapabilityCatalogItem,
|
|
@@ -1565,6 +1757,7 @@ export {
|
|
|
1565
1757
|
CapabilitySource,
|
|
1566
1758
|
CapabilityUnavailableReason,
|
|
1567
1759
|
ChangePreferenceRegistryScopeRequest,
|
|
1760
|
+
Channel,
|
|
1568
1761
|
ClearSessionContextRequest,
|
|
1569
1762
|
ClientAuthConfig,
|
|
1570
1763
|
ClientConfig,
|
|
@@ -1614,6 +1807,7 @@ export {
|
|
|
1614
1807
|
ComputerActionCommand,
|
|
1615
1808
|
ComputerActionReceipt,
|
|
1616
1809
|
ComputerActionRequest,
|
|
1810
|
+
ComputerClipboard,
|
|
1617
1811
|
ComputerFrameStreamAttachment,
|
|
1618
1812
|
ComputerFrameStreamOptions,
|
|
1619
1813
|
ComputerLocator,
|
|
@@ -1643,6 +1837,7 @@ export {
|
|
|
1643
1837
|
CreateBrowserIdentityRequest,
|
|
1644
1838
|
CreateBrowserSessionRequest,
|
|
1645
1839
|
CreateCapabilityCatalogItemRequest,
|
|
1840
|
+
CreateChannelRequest,
|
|
1646
1841
|
CreateCheckoutRequest,
|
|
1647
1842
|
CreateCheckoutResponse,
|
|
1648
1843
|
CreateComputerSessionRequest,
|
|
@@ -1674,6 +1869,7 @@ export {
|
|
|
1674
1869
|
DEFAULT_FILE_RESOURCE_MOUNT_ROOT,
|
|
1675
1870
|
DEFAULT_FIRST_PARTY_MCP_PERMISSIONS,
|
|
1676
1871
|
DEFAULT_FIRST_PARTY_MCP_TOOLS,
|
|
1872
|
+
DEFAULT_SLACK_TASK_POLICY,
|
|
1677
1873
|
DEFAULT_WORKSPACE_SLACK_REACTION_SUMMON_SETTINGS,
|
|
1678
1874
|
DESKTOP_STREAM_PORT,
|
|
1679
1875
|
DOCUMENT_ARTIFACT_COMMAND_MAX_BYTES,
|
|
@@ -1759,9 +1955,21 @@ export {
|
|
|
1759
1955
|
EntitlementsMode,
|
|
1760
1956
|
ErrorCode,
|
|
1761
1957
|
ErrorEnvelope,
|
|
1958
|
+
ExternalAuthInteractiveRequest,
|
|
1959
|
+
ExternalAuthInteractiveResponse,
|
|
1960
|
+
ExternalAuthRunRequest,
|
|
1961
|
+
ExternalAuthRunResponse,
|
|
1962
|
+
FIKEN_CREDENTIAL_LABEL,
|
|
1963
|
+
FIKEN_CREDENTIAL_ROLE,
|
|
1964
|
+
FIKEN_PROVIDER_DOMAIN,
|
|
1762
1965
|
FIRST_PARTY_IN_PROCESS_TOOL_NAMES,
|
|
1763
1966
|
FIRST_PARTY_MCP_TOOL_NAMES,
|
|
1764
1967
|
FIRST_PARTY_REMOTE_MCP_TOOL_NAMES,
|
|
1968
|
+
FikenCompanySummary,
|
|
1969
|
+
FikenConnectionMetadata,
|
|
1970
|
+
FikenInstallRequest,
|
|
1971
|
+
FikenOAuthStartRequest,
|
|
1972
|
+
FikenOAuthStartResponse,
|
|
1765
1973
|
FileAsset,
|
|
1766
1974
|
FileDownloadUrlResponse,
|
|
1767
1975
|
FileResourceRef,
|
|
@@ -1790,6 +1998,7 @@ export {
|
|
|
1790
1998
|
FsWriteResponse,
|
|
1791
1999
|
GENERATED_IMAGE_MAX_BYTES,
|
|
1792
2000
|
GENERATED_VIDEO_MAX_BYTES,
|
|
2001
|
+
GROK_IMAGINE_VIDEO_1_5_MODEL_ID,
|
|
1793
2002
|
GatewayRealtimeConnectRequest,
|
|
1794
2003
|
GatewayRealtimeConnectResponse,
|
|
1795
2004
|
GatewayRealtimeInitialItem,
|
|
@@ -1854,9 +2063,12 @@ export {
|
|
|
1854
2063
|
IMAGE_GENERATION_MAX_REFERENCES,
|
|
1855
2064
|
INTERACTION_MAX_ACTIONS_PER_BATCH,
|
|
1856
2065
|
INTERACTION_MAX_CHANGED_NODES,
|
|
2066
|
+
INTERACTION_MAX_CLIPBOARD_BYTES,
|
|
1857
2067
|
INTERACTION_MAX_DIAGNOSTIC_ENTRIES,
|
|
1858
2068
|
INTERACTION_MAX_SEMANTIC_NODES,
|
|
2069
|
+
INTERACTION_MAX_WORKSPACE_FILES_PER_COMMAND,
|
|
1859
2070
|
INTERACTION_PROTOCOL_VERSION,
|
|
2071
|
+
INTERACTION_REQUEST_HUMAN_MODEL_TOOL_NAME,
|
|
1860
2072
|
ImageGenerationReferenceSchema,
|
|
1861
2073
|
ImportLegacyWorkspaceInstructionPolicyDraftRequest,
|
|
1862
2074
|
IndexedDocumentProvenance,
|
|
@@ -1876,22 +2088,27 @@ export {
|
|
|
1876
2088
|
InsightsSpendDriver,
|
|
1877
2089
|
InsightsWarmGroupRow,
|
|
1878
2090
|
InstallApiIntegrationRequest,
|
|
2091
|
+
InstallLibrarySkillRequest,
|
|
1879
2092
|
InstallPackRequest,
|
|
1880
2093
|
InstallPluginRequest,
|
|
1881
2094
|
InstallSkillRequest,
|
|
1882
2095
|
InstalledApiIntegration,
|
|
1883
2096
|
InstalledPlugin,
|
|
1884
2097
|
InstalledSkill,
|
|
2098
|
+
InstalledSkillSummary,
|
|
1885
2099
|
IntegrationClientMetadata,
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
2100
|
+
IntegrationDefinitionProvenance,
|
|
2101
|
+
IntegrationDefinitionSummary,
|
|
2102
|
+
IntegrationFacetBindingSummary,
|
|
2103
|
+
IntegrationFacetDefinitionSummary,
|
|
2104
|
+
IntegrationFacetKey,
|
|
2105
|
+
IntegrationFacetKind,
|
|
2106
|
+
IntegrationFacetMutationResult,
|
|
2107
|
+
IntegrationFacetRemovalResult,
|
|
2108
|
+
IntegrationFacetStatus,
|
|
2109
|
+
IntegrationInstanceFacetsResponse,
|
|
1894
2110
|
IntegrationInstanceKey,
|
|
2111
|
+
IntegrationSource,
|
|
1895
2112
|
InteractionActor,
|
|
1896
2113
|
InteractionAssociation,
|
|
1897
2114
|
InteractionControllerBinding,
|
|
@@ -1914,18 +2131,43 @@ export {
|
|
|
1914
2131
|
InteractionSemanticDiff,
|
|
1915
2132
|
InteractionSemanticNode,
|
|
1916
2133
|
InteractionSemanticSnapshot,
|
|
2134
|
+
KNOWLEDGE_BODY_MAX_BYTES,
|
|
2135
|
+
KNOWLEDGE_BROWSE_CURSOR_MAX_CHARS,
|
|
2136
|
+
KNOWLEDGE_BROWSE_DEFAULT_LIMIT,
|
|
2137
|
+
KNOWLEDGE_BROWSE_MAX_LIMIT,
|
|
2138
|
+
KNOWLEDGE_METADATA_MAX_BYTES,
|
|
2139
|
+
KNOWLEDGE_METADATA_MAX_DEPTH,
|
|
2140
|
+
KNOWLEDGE_METADATA_MAX_ITEMS,
|
|
2141
|
+
KNOWLEDGE_SOURCE_STRING_MAX_BYTES,
|
|
2142
|
+
KNOWLEDGE_SOURCE_URI_MAX_BYTES,
|
|
2143
|
+
KNOWLEDGE_SUMMARY_MAX_BYTES,
|
|
2144
|
+
KNOWLEDGE_TITLE_MAX_BYTES,
|
|
2145
|
+
KNOWLEDGE_TOPICS_MAX_ITEMS,
|
|
2146
|
+
KNOWLEDGE_TOPIC_MAX_BYTES,
|
|
2147
|
+
KnowledgeAuthority,
|
|
2148
|
+
KnowledgeBrowseResponse,
|
|
1917
2149
|
KnowledgeChangeProposalTargetKind,
|
|
1918
2150
|
KnowledgeClaimEvidencePolarity,
|
|
1919
2151
|
KnowledgeClaimOrigin,
|
|
1920
2152
|
KnowledgeClaimRelationType,
|
|
1921
2153
|
KnowledgeClaimReviewState,
|
|
1922
2154
|
KnowledgeFactObjectKind,
|
|
2155
|
+
KnowledgeGetResponse,
|
|
1923
2156
|
KnowledgeLifecycleEventType,
|
|
1924
2157
|
KnowledgeLifecycleState,
|
|
2158
|
+
KnowledgeLink,
|
|
2159
|
+
KnowledgeLinkTarget,
|
|
1925
2160
|
KnowledgeMemory,
|
|
1926
2161
|
KnowledgeMemoryKind,
|
|
1927
2162
|
KnowledgeMemorySearchRequest,
|
|
1928
2163
|
KnowledgeMemoryStatus,
|
|
2164
|
+
KnowledgeProviderCitation,
|
|
2165
|
+
KnowledgeRecord,
|
|
2166
|
+
KnowledgeRecordId,
|
|
2167
|
+
KnowledgeRecordKind,
|
|
2168
|
+
KnowledgeSearchResponse,
|
|
2169
|
+
KnowledgeSearchResult,
|
|
2170
|
+
KnowledgeSource,
|
|
1929
2171
|
KnowledgeSourceKind,
|
|
1930
2172
|
KnowledgeSourceRef,
|
|
1931
2173
|
KnowledgeSourceSyncAction,
|
|
@@ -1940,13 +2182,16 @@ export {
|
|
|
1940
2182
|
LimitAction,
|
|
1941
2183
|
LimitDecision,
|
|
1942
2184
|
LineageNode,
|
|
1943
|
-
|
|
2185
|
+
LinkCanonicalHumanLoginBindingRequest,
|
|
1944
2186
|
ListApiIntegrationsResponse,
|
|
1945
2187
|
ListConnectionsResponse,
|
|
1946
2188
|
ListEnrollmentsResponse,
|
|
1947
2189
|
ListIndexedDocumentsRequest,
|
|
1948
2190
|
ListIndexedDocumentsResponse,
|
|
1949
2191
|
ListInstalledPluginsResponse,
|
|
2192
|
+
ListInstalledSkillsResponse,
|
|
2193
|
+
ListIntegrationDefinitionsResponse,
|
|
2194
|
+
ListManagedOrganizationMembershipsResponse,
|
|
1950
2195
|
ListSlackInstallationBindingsResponse,
|
|
1951
2196
|
ListSlackUserLinkAccessRequestsResponse,
|
|
1952
2197
|
ListWorkspaceMembersResponse,
|
|
@@ -1958,6 +2203,7 @@ export {
|
|
|
1958
2203
|
MCP_MUTATION_RECEIPT_MAX_BYTES,
|
|
1959
2204
|
MCP_MUTATION_RECEIPT_VERSION,
|
|
1960
2205
|
MODEL_ATTACHMENT_REFS_FIELD,
|
|
2206
|
+
MODEL_CONTEXT_LABEL,
|
|
1961
2207
|
MODEL_TIMELINE_ANNOTATIONS_FIELD,
|
|
1962
2208
|
MachineKind,
|
|
1963
2209
|
MachineMetricsSeriesResponse,
|
|
@@ -1965,6 +2211,7 @@ export {
|
|
|
1965
2211
|
MachineView,
|
|
1966
2212
|
MachinesResponse,
|
|
1967
2213
|
ManagedAccount,
|
|
2214
|
+
ManagedOrganizationMembershipProjection,
|
|
1968
2215
|
MarketingDailyAnalysisTaskRequest,
|
|
1969
2216
|
McpConnectionResourceScope,
|
|
1970
2217
|
McpMutationReceipt,
|
|
@@ -2001,7 +2248,7 @@ export {
|
|
|
2001
2248
|
ModelPricingV1,
|
|
2002
2249
|
MoveDocumentRequest,
|
|
2003
2250
|
MoveSessionQueueItemRequest,
|
|
2004
|
-
|
|
2251
|
+
MutateIntegrationFacetRequest,
|
|
2005
2252
|
NATIVE_SNAPSHOT_PREFIXES,
|
|
2006
2253
|
NestedAgentDepthAttemptValue,
|
|
2007
2254
|
NestedAgentDepthPolicySource,
|
|
@@ -2036,6 +2283,8 @@ export {
|
|
|
2036
2283
|
OpenGeniSlackBotConnectionMetadata,
|
|
2037
2284
|
OpenGeniSlackBotInstallRequest,
|
|
2038
2285
|
OpenGeniSlackBotInstallStart,
|
|
2286
|
+
OrganizationMembershipProjection,
|
|
2287
|
+
OrganizationMembershipStatus,
|
|
2039
2288
|
PREFERENCE_REGISTRY_CONTENT_MAX_CHARS,
|
|
2040
2289
|
PREFERENCE_REGISTRY_DESCRIPTOR_DESCRIPTION_MAX_CHARS,
|
|
2041
2290
|
PREFERENCE_REGISTRY_DESCRIPTOR_MAX_COUNT,
|
|
@@ -2073,6 +2322,7 @@ export {
|
|
|
2073
2322
|
PackRigResolution,
|
|
2074
2323
|
PackUninstallPreview,
|
|
2075
2324
|
Permission,
|
|
2325
|
+
PersonalResourceRetentionMode,
|
|
2076
2326
|
PluginComponentBinding,
|
|
2077
2327
|
PluginComponentPreview,
|
|
2078
2328
|
PluginInstallationSummary,
|
|
@@ -2138,14 +2388,20 @@ export {
|
|
|
2138
2388
|
RelayTokenPayload,
|
|
2139
2389
|
RemoveEnrollmentRequest,
|
|
2140
2390
|
RenewSessionRealtimeRequest,
|
|
2391
|
+
ReportAuthRunPayload,
|
|
2141
2392
|
ReportAuthRunRequest,
|
|
2142
2393
|
RepositoryResourceRef,
|
|
2143
2394
|
RepositoryUriError,
|
|
2144
2395
|
RequestHumanInputToolInput,
|
|
2396
|
+
RequestHumanInteractionToolInput,
|
|
2397
|
+
RequestHumanInteractionToolOutput,
|
|
2145
2398
|
ResolveInteractionInterventionRequest,
|
|
2146
2399
|
ResolvedCompanyProfileSnapshot,
|
|
2147
2400
|
ResolvedWorkspaceInstructionPolicySnapshot,
|
|
2148
2401
|
ResolvedWorkspaceInstructionPolicySnapshotEntry,
|
|
2402
|
+
ResourceAuthorityEnvelope,
|
|
2403
|
+
ResourceAuthorityListScope,
|
|
2404
|
+
ResourceAuthorityScope,
|
|
2149
2405
|
ResourceMountPathError,
|
|
2150
2406
|
ResourceRef,
|
|
2151
2407
|
ResourceRefConflictError,
|
|
@@ -2186,11 +2442,20 @@ export {
|
|
|
2186
2442
|
SESSION_EVENT_SEMANTIC_CLASS_TYPES,
|
|
2187
2443
|
SESSION_EVENT_TURN_ASSOCIATION_MAX_BYTES,
|
|
2188
2444
|
SESSION_EVENT_TYPE_MAX_BYTES,
|
|
2445
|
+
SESSION_GOAL_PROGRESS_MAX_BYTES,
|
|
2446
|
+
SESSION_GOAL_RATIONALE_MAX_BYTES,
|
|
2447
|
+
SESSION_GOAL_SUCCESS_CRITERIA_MAX_BYTES,
|
|
2448
|
+
SESSION_GOAL_TEXT_MAX_BYTES,
|
|
2189
2449
|
SESSION_MCP_APPROVAL_POLICY_MAX_BYTES,
|
|
2190
2450
|
SESSION_MCP_APPROVAL_POLICY_MAX_TOOL_NAMES,
|
|
2191
2451
|
SESSION_MCP_APPROVAL_TOOL_NAME_MAX_BYTES,
|
|
2192
2452
|
SESSION_MCP_SERVERS_MAX,
|
|
2193
2453
|
SESSION_OPERATION_KEY_MAX_CHARS,
|
|
2454
|
+
SITE_AUTH_MAINTENANCE_CONNECTION_CONTEXT_KEY,
|
|
2455
|
+
SITE_AUTH_MAINTENANCE_OPERATION_CONTEXT_KEY,
|
|
2456
|
+
SLACK_TASK_POLICY_ID_MAX_CHARS,
|
|
2457
|
+
SLACK_TASK_POLICY_MAX_IDS,
|
|
2458
|
+
SLACK_TASK_POLICY_REASON_MAX_CHARS,
|
|
2194
2459
|
SPREADSHEET_ARTIFACT_COMMAND_MAX_BYTES,
|
|
2195
2460
|
SPREADSHEET_ARTIFACT_COMMAND_MAX_CELLS,
|
|
2196
2461
|
SPREADSHEET_ARTIFACT_COMMAND_MAX_COMMANDS,
|
|
@@ -2252,11 +2517,15 @@ export {
|
|
|
2252
2517
|
SessionEventSemanticClass,
|
|
2253
2518
|
SessionEventType,
|
|
2254
2519
|
SessionGoal,
|
|
2520
|
+
SessionGoalChangeKind,
|
|
2255
2521
|
SessionGoalContinuation,
|
|
2256
2522
|
SessionGoalContinuationReason,
|
|
2257
2523
|
SessionGoalContinuationState,
|
|
2258
2524
|
SessionGoalCreatedBy,
|
|
2525
|
+
SessionGoalMutationPolicy,
|
|
2259
2526
|
SessionGoalPausedReason,
|
|
2527
|
+
SessionGoalRevision,
|
|
2528
|
+
SessionGoalSnapshot,
|
|
2260
2529
|
SessionGoalStatus,
|
|
2261
2530
|
SessionHumanInputRequest,
|
|
2262
2531
|
SessionLineageResponse,
|
|
@@ -2287,11 +2556,15 @@ export {
|
|
|
2287
2556
|
SessionSystemUpdateKind,
|
|
2288
2557
|
SessionSystemUpdatePayload,
|
|
2289
2558
|
SessionSystemUpdateState,
|
|
2559
|
+
SessionTenancyProjection,
|
|
2560
|
+
SessionTenancyPublicProjection,
|
|
2561
|
+
SessionTenancyVisibility,
|
|
2290
2562
|
SessionToolPolicy,
|
|
2291
2563
|
SessionTurn,
|
|
2292
2564
|
SessionTurnSource,
|
|
2293
2565
|
SessionTurnStatus,
|
|
2294
2566
|
SessionUserMessagePayload,
|
|
2567
|
+
SessionVisibility,
|
|
2295
2568
|
SetVariableSetVariableRequest,
|
|
2296
2569
|
SetWorkspaceDefaultRigRequest,
|
|
2297
2570
|
SetWorkspaceEnvironmentVariableRequest,
|
|
@@ -2301,11 +2574,13 @@ export {
|
|
|
2301
2574
|
SiteAuthConnectionMutationResponse,
|
|
2302
2575
|
SiteAuthFieldPurpose,
|
|
2303
2576
|
SiteAuthHealthPolicy,
|
|
2577
|
+
SiteAuthMaintenance,
|
|
2304
2578
|
SiteAuthMethod,
|
|
2305
2579
|
SiteAuthVerificationState,
|
|
2306
2580
|
SkillImportFileSummary,
|
|
2307
2581
|
SkillImportPreview,
|
|
2308
2582
|
SkillImportSource,
|
|
2583
|
+
SkillInstallationSource,
|
|
2309
2584
|
SkillUninstallPreview,
|
|
2310
2585
|
SlackInstallationBinding,
|
|
2311
2586
|
SlackInstallationBindingState,
|
|
@@ -2314,6 +2589,15 @@ export {
|
|
|
2314
2589
|
SlackReactionChannel,
|
|
2315
2590
|
SlackReactionChannelListResponse,
|
|
2316
2591
|
SlackReactionEmojiName,
|
|
2592
|
+
SlackResultPublicationMode,
|
|
2593
|
+
SlackSharedConversationMode,
|
|
2594
|
+
SlackTaskPolicyActivationEvent,
|
|
2595
|
+
SlackTaskPolicyContent,
|
|
2596
|
+
SlackTaskPolicyHead,
|
|
2597
|
+
SlackTaskPolicyListResponse,
|
|
2598
|
+
SlackTaskPolicyMutationResponse,
|
|
2599
|
+
SlackTaskPolicyRevision,
|
|
2600
|
+
SlackTaskPolicyRevisionIdentity,
|
|
2317
2601
|
SlackUserLinkAccessMutationRequest,
|
|
2318
2602
|
SlackUserLinkAccessRequest,
|
|
2319
2603
|
SlackUserLinkAccessRequestStatus,
|
|
@@ -2342,6 +2626,13 @@ export {
|
|
|
2342
2626
|
SyncSessionRealtimeLedgerRequest,
|
|
2343
2627
|
SyncSessionRealtimeLedgerResponse,
|
|
2344
2628
|
SystemUpdateClassification,
|
|
2629
|
+
TASK_NOTE_ACTIVE_RECORD_CAP,
|
|
2630
|
+
TASK_NOTE_LIST_DEFAULT_LIMIT,
|
|
2631
|
+
TASK_NOTE_LIST_MAX_LIMIT,
|
|
2632
|
+
TASK_NOTE_LIST_RESPONSE_MAX_BYTES,
|
|
2633
|
+
TASK_NOTE_MAX_LIFETIME_DAYS,
|
|
2634
|
+
TASK_NOTE_REASON_MAX_BYTES,
|
|
2635
|
+
TASK_NOTE_TEXT_MAX_BYTES,
|
|
2345
2636
|
TERMINAL_STREAM_PORT,
|
|
2346
2637
|
TIMELINE_ANNOTATIONS_MAX_BYTES,
|
|
2347
2638
|
TIMELINE_ANNOTATION_CONTEXT_MAX_BYTES,
|
|
@@ -2356,6 +2647,14 @@ export {
|
|
|
2356
2647
|
TRANSCRIPTION_RECORDING_RECOVERY_RETRY_AFTER_MILLISECONDS,
|
|
2357
2648
|
TRANSCRIPTION_RECORDING_RETENTION_SECONDS,
|
|
2358
2649
|
TURN_EXECUTION_POLICY_METADATA_KEY,
|
|
2650
|
+
TaskNote,
|
|
2651
|
+
TaskNoteActorKind,
|
|
2652
|
+
TaskNoteKind,
|
|
2653
|
+
TaskNoteListResponse,
|
|
2654
|
+
TaskNoteMutationResult,
|
|
2655
|
+
TaskNoteReason,
|
|
2656
|
+
TaskNoteStatus,
|
|
2657
|
+
TaskNoteText,
|
|
2359
2658
|
TerminalExecRequest,
|
|
2360
2659
|
TerminalExecResponse,
|
|
2361
2660
|
TerminalPtyExitedPayload,
|
|
@@ -2399,6 +2698,8 @@ export {
|
|
|
2399
2698
|
UninstallPluginResult,
|
|
2400
2699
|
UninstallSkillRequest,
|
|
2401
2700
|
UninstallSkillResult,
|
|
2701
|
+
UpdateBrowserIdentityRequest,
|
|
2702
|
+
UpdateChannelRequest,
|
|
2402
2703
|
UpdateCompanyProfileRequest,
|
|
2403
2704
|
UpdateConnectionRequest,
|
|
2404
2705
|
UpdateKnowledgeMemoryRequest,
|
|
@@ -2406,6 +2707,7 @@ export {
|
|
|
2406
2707
|
UpdateNetworkRouteRequest,
|
|
2407
2708
|
UpdateRigRequest,
|
|
2408
2709
|
UpdateScheduledTaskRequest,
|
|
2710
|
+
UpdateSessionChannelRequest,
|
|
2409
2711
|
UpdateSessionGoalRequest,
|
|
2410
2712
|
UpdateSessionMcpApprovalPolicyRequest,
|
|
2411
2713
|
UpdateSessionMcpApprovalPolicyResponse,
|
|
@@ -2413,6 +2715,7 @@ export {
|
|
|
2413
2715
|
UpdateSessionRequest,
|
|
2414
2716
|
UpdateSessionToolPolicyRequest,
|
|
2415
2717
|
UpdateSiteAuthConnectionRequest,
|
|
2718
|
+
UpdateSlackTaskPolicyRequest,
|
|
2416
2719
|
UpdateVariableSetRequest,
|
|
2417
2720
|
UpdateVideoGenerationPolicyRequest,
|
|
2418
2721
|
UpdateWorkspaceEnvironmentRequest,
|
|
@@ -2421,10 +2724,16 @@ export {
|
|
|
2421
2724
|
UpdateWorkspaceRequest,
|
|
2422
2725
|
UpdateWorkspaceSettingsRequest,
|
|
2423
2726
|
UploadTranscriptionRecordingChunkResponse,
|
|
2424
|
-
|
|
2727
|
+
UpsertIntegrationFacetRequest,
|
|
2425
2728
|
UsageEvent,
|
|
2426
2729
|
UsageEventType,
|
|
2427
2730
|
UsageLimitsMode,
|
|
2731
|
+
UserResourceAuthorityProjection,
|
|
2732
|
+
UserResourceDelegation,
|
|
2733
|
+
UserResourceGrantAction,
|
|
2734
|
+
UserResourceGrantMode,
|
|
2735
|
+
UserResourceGrantProjection,
|
|
2736
|
+
UserResourceGrantStatus,
|
|
2428
2737
|
VIDEO_GENERATION_SCHEMA_VERSION,
|
|
2429
2738
|
VOICE_INPUT_ACCEPTED_MIME_TYPES,
|
|
2430
2739
|
VOICE_INPUT_MAX_DURATION_SECONDS,
|
|
@@ -2444,10 +2753,13 @@ export {
|
|
|
2444
2753
|
VideoGenerationOperationSummary,
|
|
2445
2754
|
VideoGenerationPolicy,
|
|
2446
2755
|
VideoGenerationPublicStatus,
|
|
2756
|
+
VideoGenerationRejectedCode,
|
|
2757
|
+
VideoGenerationRejectedResult,
|
|
2447
2758
|
VideoGenerationResolution,
|
|
2448
2759
|
VideoGenerationSource,
|
|
2449
2760
|
VideoGenerationSourceMode,
|
|
2450
2761
|
VideoGenerationTerminalFailureStatus,
|
|
2762
|
+
VideoGenerationToolResult,
|
|
2451
2763
|
ViewerHeartbeatRequest,
|
|
2452
2764
|
ViewerHeartbeatResponse,
|
|
2453
2765
|
ViewerHolder,
|
|
@@ -2481,6 +2793,7 @@ export {
|
|
|
2481
2793
|
WORKSPACE_STATE_MAX_TOPICS,
|
|
2482
2794
|
WORKSPACE_STATE_MEMORY_SAMPLE_LIMIT,
|
|
2483
2795
|
WORKSPACE_STATE_TOPIC_MAX_CHARS,
|
|
2796
|
+
WORKSPACE_XAI_PROVIDER_ACCOUNT_AUTHORITY_SNAPSHOT_V1,
|
|
2484
2797
|
Workspace,
|
|
2485
2798
|
WorkspaceArtifact,
|
|
2486
2799
|
WorkspaceArtifactContentResponse,
|
|
@@ -2540,6 +2853,7 @@ export {
|
|
|
2540
2853
|
WorkspaceInstructionPolicySnapshotEntry,
|
|
2541
2854
|
WorkspaceInstructionPolicySnapshotProvenance,
|
|
2542
2855
|
WorkspaceInstructionPolicyTarget,
|
|
2856
|
+
WorkspaceInteractionRevisionEvent,
|
|
2543
2857
|
WorkspaceLearningMode,
|
|
2544
2858
|
WorkspaceLearningOverrideMode,
|
|
2545
2859
|
WorkspaceLearningPolicyActivationEvent,
|
|
@@ -2557,6 +2871,7 @@ export {
|
|
|
2557
2871
|
WorkspaceLearningSourceOverrides,
|
|
2558
2872
|
WorkspaceLearningSourceRef,
|
|
2559
2873
|
WorkspaceMember,
|
|
2874
|
+
WorkspaceMemoryPromptMode,
|
|
2560
2875
|
WorkspaceMemorySearchMode,
|
|
2561
2876
|
WorkspaceMemorySearchRequest,
|
|
2562
2877
|
WorkspaceMemorySearchResponse,
|
|
@@ -2597,6 +2912,7 @@ export {
|
|
|
2597
2912
|
WorkspaceTranscriptionTarget,
|
|
2598
2913
|
WorkspaceVideoGenerationSettings,
|
|
2599
2914
|
WorkspaceVoiceInputSettings,
|
|
2915
|
+
XaiProviderAccountAuthoritySnapshotV1,
|
|
2600
2916
|
approvalIdentifier,
|
|
2601
2917
|
approximateSessionEventTokens,
|
|
2602
2918
|
areOpenGeniSlackBotScopesAccepted,
|
|
@@ -2619,9 +2935,11 @@ export {
|
|
|
2619
2935
|
boundSessionEvent,
|
|
2620
2936
|
boundSessionEventPayload,
|
|
2621
2937
|
boundWorkspaceControlEvent,
|
|
2938
|
+
boundedTaskNoteText,
|
|
2622
2939
|
buildOpenGeniSlackBotManifest,
|
|
2623
2940
|
canonicalCodexFleetReplayJsonV1,
|
|
2624
2941
|
canonicalModalCheckpointProviderBinding,
|
|
2942
|
+
canonicalizeSlackTaskPolicy,
|
|
2625
2943
|
canonicalizeWorkspaceLearningSourceOverrides,
|
|
2626
2944
|
capabilityCatalogItemIsTrustedForExposure,
|
|
2627
2945
|
compactSessionEventResult,
|
|
@@ -2669,6 +2987,7 @@ export {
|
|
|
2669
2987
|
encodeSpreadsheetViewportKernelQuery,
|
|
2670
2988
|
evaluateCodexFleetDecisionV1,
|
|
2671
2989
|
evaluateOpenGeniSlackBotScopes,
|
|
2990
|
+
evaluateSlackTaskPolicy,
|
|
2672
2991
|
evaluateWorkspaceModelPolicy,
|
|
2673
2992
|
gitCredentialBindingIdForRepository,
|
|
2674
2993
|
gitCredentialProviderForRepository,
|
|
@@ -2678,6 +2997,7 @@ export {
|
|
|
2678
2997
|
hasOpenGeniSlackReactionScope,
|
|
2679
2998
|
hashEditableArtifactMutationIntent,
|
|
2680
2999
|
hashEditableArtifactMutationIntentBytes,
|
|
3000
|
+
interactionPlacementsEqual,
|
|
2681
3001
|
isClearedRunStateBlob,
|
|
2682
3002
|
latencyModeForMetadata,
|
|
2683
3003
|
legacyWorkspaceConnectorDocumentDestination,
|
|
@@ -2685,6 +3005,7 @@ export {
|
|
|
2685
3005
|
mergeResourceRefs,
|
|
2686
3006
|
mergeToolRefs,
|
|
2687
3007
|
metadataWithTurnExecutionPolicyV1,
|
|
3008
|
+
networkRoutePlacementCompatibilityIssue,
|
|
2688
3009
|
normalizeCompanyProfileStableKey,
|
|
2689
3010
|
normalizePreferenceRegistryStableKey,
|
|
2690
3011
|
normalizeRepositorySubpath,
|
|
@@ -2701,6 +3022,7 @@ export {
|
|
|
2701
3022
|
reasoningEffortForMetadata,
|
|
2702
3023
|
renderSessionSystemUpdateBatch,
|
|
2703
3024
|
renderTimelineAnnotationsForModel,
|
|
3025
|
+
renderUserMessageContentForModel,
|
|
2704
3026
|
replayCodexFleetDecisionV1,
|
|
2705
3027
|
resolveConnectorDocumentDestination,
|
|
2706
3028
|
resolveRetainedOutputRange,
|
|
@@ -2709,6 +3031,7 @@ export {
|
|
|
2709
3031
|
resolveWorkspaceCodexCompactionDefault,
|
|
2710
3032
|
resolveWorkspaceLearningPolicyEffectiveMode,
|
|
2711
3033
|
resolveWorkspaceMemoryEnabled,
|
|
3034
|
+
resolveWorkspaceMemoryPromptMode,
|
|
2712
3035
|
resolveWorkspaceSlackReactionSummonSettings,
|
|
2713
3036
|
resolveWorkspaceVoiceInputEnabled,
|
|
2714
3037
|
resourceIdentityKey,
|
|
@@ -2725,7 +3048,10 @@ export {
|
|
|
2725
3048
|
sessionEventMediaPreview,
|
|
2726
3049
|
sessionEventMediaPreviewFromDataUrl,
|
|
2727
3050
|
sessionEventPayloadTruncation,
|
|
3051
|
+
sessionGoalUtf8Bytes,
|
|
2728
3052
|
sessionSystemUpdateBatchHistoryItem,
|
|
3053
|
+
sessionVisibilityFromPublic,
|
|
3054
|
+
sessionVisibilityToPublic,
|
|
2729
3055
|
signDelegatedAccessToken,
|
|
2730
3056
|
signEnrollToken,
|
|
2731
3057
|
signEnrollmentBearer,
|