lemma-sdk 0.2.43 → 0.2.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/dist/assistant-events.d.ts +2 -0
- package/dist/assistant-events.js +50 -3
- package/dist/browser/lemma-client.js +1333 -435
- package/dist/client.d.ts +8 -0
- package/dist/client.js +13 -1
- package/dist/config.d.ts +2 -2
- package/dist/config.js +2 -2
- package/dist/hey_client/client/client.gen.d.ts +2 -0
- package/dist/hey_client/client/client.gen.js +216 -0
- package/dist/hey_client/client/index.d.ts +10 -0
- package/dist/hey_client/client/index.js +6 -0
- package/dist/hey_client/client/types.gen.d.ts +120 -0
- package/dist/hey_client/client/types.gen.js +2 -0
- package/dist/hey_client/client/utils.gen.d.ts +37 -0
- package/dist/hey_client/client/utils.gen.js +228 -0
- package/dist/hey_client/client.gen.d.ts +12 -0
- package/dist/hey_client/client.gen.js +3 -0
- package/dist/hey_client/core/auth.gen.d.ts +25 -0
- package/dist/hey_client/core/auth.gen.js +14 -0
- package/dist/hey_client/core/bodySerializer.gen.d.ts +25 -0
- package/dist/hey_client/core/bodySerializer.gen.js +57 -0
- package/dist/hey_client/core/params.gen.d.ts +43 -0
- package/dist/hey_client/core/params.gen.js +100 -0
- package/dist/hey_client/core/pathSerializer.gen.d.ts +33 -0
- package/dist/hey_client/core/pathSerializer.gen.js +106 -0
- package/dist/hey_client/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist/hey_client/core/queryKeySerializer.gen.js +92 -0
- package/dist/hey_client/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/hey_client/core/serverSentEvents.gen.js +132 -0
- package/dist/hey_client/core/types.gen.d.ts +83 -0
- package/dist/hey_client/core/types.gen.js +2 -0
- package/dist/hey_client/core/utils.gen.d.ts +19 -0
- package/dist/hey_client/core/utils.gen.js +87 -0
- package/dist/hey_client/index.d.ts +2 -0
- package/dist/hey_client/index.js +2 -0
- package/dist/hey_client/sdk.gen.d.ts +1005 -0
- package/dist/hey_client/sdk.gen.js +1438 -0
- package/dist/hey_client/types.gen.d.ts +13004 -0
- package/dist/hey_client/types.gen.js +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/namespaces/agent-runtime.d.ts +28 -0
- package/dist/namespaces/agent-runtime.js +34 -0
- package/dist/namespaces/agents.d.ts +8 -3
- package/dist/namespaces/agents.js +4 -0
- package/dist/namespaces/conversations.d.ts +35 -7
- package/dist/namespaces/conversations.js +103 -22
- package/dist/namespaces/desks.d.ts +3 -3
- package/dist/namespaces/files.d.ts +17 -28
- package/dist/namespaces/files.js +10 -11
- package/dist/namespaces/functions.d.ts +8 -3
- package/dist/namespaces/functions.js +4 -0
- package/dist/namespaces/integrations.d.ts +54 -12
- package/dist/namespaces/integrations.js +52 -16
- package/dist/namespaces/pod-members.d.ts +1 -0
- package/dist/namespaces/pod-members.js +4 -1
- package/dist/namespaces/pod-permissions.d.ts +14 -0
- package/dist/namespaces/pod-permissions.js +18 -0
- package/dist/namespaces/pod-roles.d.ts +16 -0
- package/dist/namespaces/pod-roles.js +25 -0
- package/dist/namespaces/pod-surfaces.d.ts +8 -3
- package/dist/namespaces/pod-surfaces.js +15 -6
- package/dist/namespaces/pods.d.ts +2 -3
- package/dist/namespaces/pods.js +1 -6
- package/dist/namespaces/records.d.ts +7 -7
- package/dist/namespaces/resource-access.d.ts +11 -0
- package/dist/namespaces/resource-access.js +18 -0
- package/dist/namespaces/schedules.d.ts +4 -3
- package/dist/namespaces/schedules.js +1 -1
- package/dist/namespaces/tables.d.ts +6 -6
- package/dist/namespaces/workflows.d.ts +16 -12
- package/dist/namespaces/workflows.js +9 -18
- package/dist/openapi_client/index.d.ts +90 -61
- package/dist/openapi_client/index.js +17 -12
- package/dist/openapi_client/models/AccountCreateSchema.d.ts +18 -0
- package/dist/openapi_client/models/AccountResponseSchema.d.ts +3 -0
- package/dist/openapi_client/models/AgentActionResponse.d.ts +20 -0
- package/dist/openapi_client/models/AgentDetailResponse.d.ts +22 -0
- package/dist/openapi_client/models/AgentHarnessInfo.d.ts +11 -0
- package/dist/openapi_client/models/AgentHarnessListResponse.d.ts +4 -0
- package/dist/openapi_client/models/AgentListResponse.d.ts +2 -2
- package/dist/openapi_client/models/AgentNode.d.ts +1 -1
- package/dist/openapi_client/models/AgentNodeConfig.d.ts +1 -1
- package/dist/openapi_client/models/AgentPermissionsReplaceRequest.d.ts +4 -0
- package/dist/openapi_client/models/AgentPermissionsResponse.d.ts +6 -0
- package/dist/openapi_client/models/AgentResourcePermissionRequest.d.ts +6 -0
- package/dist/openapi_client/models/AgentResourcePermissionResponse.d.ts +6 -0
- package/dist/openapi_client/models/AgentRunApprovalDecision.d.ts +8 -0
- package/dist/openapi_client/models/AgentRunApprovalDecision.js +13 -0
- package/dist/openapi_client/models/AgentRuntimeConfig.d.ts +7 -0
- package/dist/openapi_client/models/AgentRuntimeProfileListResponse.d.ts +6 -0
- package/dist/openapi_client/models/AgentRuntimeProfileResponse.d.ts +28 -0
- package/dist/openapi_client/models/AgentSurfaceResponse.d.ts +8 -12
- package/dist/openapi_client/models/AgentSurfaceStatus.d.ts +3 -1
- package/dist/openapi_client/models/AgentSurfaceStatus.js +2 -0
- package/dist/openapi_client/models/ApplicationDetailResponseSchema.d.ts +3 -3
- package/dist/openapi_client/models/ApplicationResponseSchema.d.ts +3 -3
- package/dist/openapi_client/models/ApplicationSkillResponse.d.ts +6 -0
- package/dist/openapi_client/models/AuthConfigCreateSchema.d.ts +7 -0
- package/dist/openapi_client/models/AuthConfigListResponseSchema.d.ts +6 -0
- package/dist/openapi_client/models/AuthConfigResponseSchema.d.ts +13 -0
- package/dist/openapi_client/models/AuthScheme.d.ts +5 -0
- package/dist/openapi_client/models/AuthScheme.js +10 -0
- package/dist/openapi_client/models/ComposioProviderCapabilityResponseSchema.d.ts +9 -0
- package/dist/openapi_client/models/ConnectRequestInitiateSchema.d.ts +5 -1
- package/dist/openapi_client/models/ConnectRequestResponseSchema.d.ts +2 -0
- package/dist/openapi_client/models/ConnectedAccountSummary.d.ts +7 -0
- package/dist/openapi_client/models/ConversationResponse.d.ts +2 -2
- package/dist/openapi_client/models/ConvertedArtifactResponse.d.ts +1 -0
- package/dist/openapi_client/models/ConvertedFileResponse.d.ts +4 -0
- package/dist/openapi_client/models/ConvertedPageResponse.d.ts +8 -0
- package/dist/openapi_client/models/CreateAgentRequest.d.ts +4 -12
- package/dist/openapi_client/models/CreateAnthropicCompatibleRuntimeProfileRequest.d.ts +11 -0
- package/dist/openapi_client/models/CreateConversationRequest.d.ts +2 -2
- package/dist/openapi_client/models/CreateDeskRequest.d.ts +1 -1
- package/dist/openapi_client/models/CreateFolderRequest.d.ts +1 -1
- package/dist/openapi_client/models/CreateFunctionRequest.d.ts +2 -7
- package/dist/openapi_client/models/CreateOpenAICompatibleRuntimeProfileRequest.d.ts +11 -0
- package/dist/openapi_client/models/CreateScheduleRequest.d.ts +17 -1
- package/dist/openapi_client/models/CreateSurfaceRequest.d.ts +6 -15
- package/dist/openapi_client/models/CreateTableRequest.d.ts +1 -1
- package/dist/openapi_client/models/CreateUserDaemonRuntimeProfileRequest.d.ts +11 -0
- package/dist/openapi_client/models/DataStoreFlowStartInput.d.ts +1 -1
- package/dist/openapi_client/models/DataStoreFlowStartOutput.d.ts +1 -1
- package/dist/openapi_client/models/DatastoreCountResponse.d.ts +6 -0
- package/dist/openapi_client/models/DatastoreFileUploadRequest.d.ts +1 -1
- package/dist/openapi_client/models/DecisionNode.d.ts +2 -1
- package/dist/openapi_client/models/DecisionRule.d.ts +3 -0
- package/dist/openapi_client/models/DeskBundleUploadResponse.d.ts +2 -2
- package/dist/openapi_client/models/{DeskResponse.d.ts → DeskDetailResponse.d.ts} +2 -2
- package/dist/openapi_client/models/DeskListResponse.d.ts +2 -2
- package/dist/openapi_client/models/EndNode.d.ts +1 -1
- package/dist/openapi_client/models/EventFlowStartInput.d.ts +0 -8
- package/dist/openapi_client/models/EventFlowStartOutput.d.ts +0 -8
- package/dist/openapi_client/models/ExpressionInputBinding.d.ts +6 -2
- package/dist/openapi_client/models/{FileResponse.d.ts → FileDetailResponse.d.ts} +2 -2
- package/dist/openapi_client/models/FileListResponse.d.ts +3 -2
- package/dist/openapi_client/models/FileSearchResponse.d.ts +2 -2
- package/dist/openapi_client/models/{FlowResponse.d.ts → FlowDetailResponse.d.ts} +2 -2
- package/dist/openapi_client/models/FlowRunStatus.d.ts +4 -1
- package/dist/openapi_client/models/FlowRunStatus.js +4 -1
- package/dist/openapi_client/models/FormNode.d.ts +2 -1
- package/dist/openapi_client/models/FormNodeConfig.d.ts +1 -1
- package/dist/openapi_client/models/{FunctionResponse.d.ts → FunctionActionResponse.d.ts} +3 -10
- package/dist/openapi_client/models/FunctionDetailResponse.d.ts +34 -0
- package/dist/openapi_client/models/FunctionListResponse.d.ts +2 -2
- package/dist/openapi_client/models/FunctionNode.d.ts +2 -1
- package/dist/openapi_client/models/FunctionPermissionsReplaceRequest.d.ts +4 -0
- package/dist/openapi_client/models/FunctionPermissionsResponse.d.ts +6 -0
- package/dist/openapi_client/models/FunctionResourcePermissionRequest.d.ts +6 -0
- package/dist/openapi_client/models/FunctionResourcePermissionResponse.d.ts +6 -0
- package/dist/openapi_client/models/FunctionRunListResponse.d.ts +2 -2
- package/dist/openapi_client/models/FunctionRunSummaryResponse.d.ts +13 -0
- package/dist/openapi_client/models/HarnessKind.d.ts +4 -2
- package/dist/openapi_client/models/HarnessKind.js +4 -2
- package/dist/openapi_client/models/InstalledAppSummary.d.ts +7 -0
- package/dist/openapi_client/models/IntegrationStatusResponse.d.ts +6 -0
- package/dist/openapi_client/models/LemmaProviderCapabilityResponseSchema.d.ts +12 -0
- package/dist/openapi_client/models/LoopNode.d.ts +2 -1
- package/dist/openapi_client/models/LoopNodeConfig.d.ts +3 -3
- package/dist/openapi_client/models/OAuth2DefaultsResponseSchema.d.ts +10 -0
- package/dist/openapi_client/models/OperationSummary.d.ts +4 -0
- package/dist/openapi_client/models/PodConfig.d.ts +6 -0
- package/dist/openapi_client/models/PodCreateRequest.d.ts +2 -0
- package/dist/openapi_client/models/PodEffectivePermissionsResponse.d.ts +4 -0
- package/dist/openapi_client/models/PodMemberAddRequest.d.ts +1 -3
- package/dist/openapi_client/models/PodMemberDetailResponse.d.ts +0 -2
- package/dist/openapi_client/models/PodMemberResponse.d.ts +0 -2
- package/dist/openapi_client/models/PodMemberUpdateRoleRequest.d.ts +1 -3
- package/dist/openapi_client/models/PodPermissionCatalogResponse.d.ts +4 -0
- package/dist/openapi_client/models/PodPermissionResponse.d.ts +7 -0
- package/dist/openapi_client/models/PodResponse.d.ts +2 -0
- package/dist/openapi_client/models/PodRoleCreateRequest.d.ts +2 -0
- package/dist/openapi_client/models/PodRolePermissionsReplaceRequest.d.ts +4 -0
- package/dist/openapi_client/models/PodRolePermissionsResponse.d.ts +6 -0
- package/dist/openapi_client/models/PodRoleResourcePermissionRequest.d.ts +6 -0
- package/dist/openapi_client/models/PodRoleResourcePermissionResponse.d.ts +6 -0
- package/dist/openapi_client/models/PodRoleResponse.d.ts +3 -0
- package/dist/openapi_client/models/PodUpdateRequest.d.ts +2 -0
- package/dist/openapi_client/models/ResolveUserApprovalRequest.d.ts +5 -0
- package/dist/openapi_client/models/ResourceAccessGrantRequest.d.ts +3 -0
- package/dist/openapi_client/models/ResourceAccessGrantResponse.d.ts +12 -0
- package/dist/openapi_client/models/ResourceAccessResponse.d.ts +7 -0
- package/dist/openapi_client/models/ResourceType.d.ts +19 -0
- package/dist/openapi_client/models/ResourceType.js +24 -0
- package/dist/openapi_client/models/ResourceVisibility.d.ts +6 -0
- package/dist/openapi_client/models/ResourceVisibility.js +11 -0
- package/dist/openapi_client/models/RuntimeModelCapability.d.ts +8 -0
- package/dist/openapi_client/models/RuntimeModelCapability.js +13 -0
- package/dist/openapi_client/models/RuntimeModelCatalogEntry.d.ts +9 -0
- package/dist/openapi_client/models/RuntimeModelCatalogEntry.js +1 -0
- package/dist/openapi_client/models/RuntimeProfileKind.d.ts +4 -0
- package/dist/openapi_client/models/RuntimeProfileKind.js +9 -0
- package/dist/openapi_client/models/RuntimeProfileProtocol.d.ts +9 -0
- package/dist/openapi_client/models/RuntimeProfileProtocol.js +14 -0
- package/dist/openapi_client/models/RuntimeProfileScope.d.ts +5 -0
- package/dist/openapi_client/models/RuntimeProfileScope.js +10 -0
- package/dist/openapi_client/models/RuntimeProfileStatus.d.ts +5 -0
- package/dist/openapi_client/models/RuntimeProfileStatus.js +10 -0
- package/dist/openapi_client/models/{ScheduleResponse.d.ts → ScheduleDetailResponse.d.ts} +9 -3
- package/dist/openapi_client/models/ScheduleDetailResponse.js +1 -0
- package/dist/openapi_client/models/ScheduleFireStatus.d.ts +8 -0
- package/dist/openapi_client/models/ScheduleFireStatus.js +13 -0
- package/dist/openapi_client/models/ScheduleListResponse.d.ts +2 -2
- package/dist/openapi_client/models/StepRecordResponse.d.ts +10 -0
- package/dist/openapi_client/models/StepRecordResponse.js +1 -0
- package/dist/openapi_client/models/StepStatus.d.ts +7 -0
- package/dist/openapi_client/models/StepStatus.js +12 -0
- package/dist/openapi_client/models/SurfaceBehaviorConfigInput.d.ts +7 -0
- package/dist/openapi_client/models/SurfaceBehaviorConfigInput.js +1 -0
- package/dist/openapi_client/models/SurfaceChannelRouteInput.d.ts +6 -0
- package/dist/openapi_client/models/SurfaceChannelRouteInput.js +1 -0
- package/dist/openapi_client/models/SurfaceChannelRouteResponse.d.ts +6 -0
- package/dist/openapi_client/models/SurfaceChannelRouteResponse.js +1 -0
- package/dist/openapi_client/models/SurfaceConfigResponse.d.ts +10 -0
- package/dist/openapi_client/models/SurfaceConfigResponse.js +1 -0
- package/dist/openapi_client/models/SurfaceCredentialMode.d.ts +2 -2
- package/dist/openapi_client/models/SurfaceCredentialMode.js +2 -2
- package/dist/openapi_client/models/SurfaceIdentityConfigInput.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceIdentityConfigInput.js +1 -0
- package/dist/openapi_client/models/SurfaceIdentityConfigResponse.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceIdentityConfigResponse.js +1 -0
- package/dist/openapi_client/models/SurfaceSetupMode.d.ts +2 -3
- package/dist/openapi_client/models/SurfaceSetupMode.js +1 -2
- package/dist/openapi_client/models/SurfaceSetupStatusResponse.d.ts +10 -0
- package/dist/openapi_client/models/SurfaceSetupStatusResponse.js +1 -0
- package/dist/openapi_client/models/{TableResponse.d.ts → TableDetailResponse.d.ts} +3 -3
- package/dist/openapi_client/models/TableDetailResponse.js +1 -0
- package/dist/openapi_client/models/TableListResponse.d.ts +4 -2
- package/dist/openapi_client/models/ToggleSurfaceRequest.d.ts +1 -1
- package/dist/openapi_client/models/UpdateAgentRequest.d.ts +4 -12
- package/dist/openapi_client/models/UpdateConversationRequest.d.ts +2 -2
- package/dist/openapi_client/models/UpdateDeskRequest.d.ts +0 -1
- package/dist/openapi_client/models/UpdateFunctionRequest.d.ts +2 -6
- package/dist/openapi_client/models/UpdateScheduleRequest.d.ts +2 -1
- package/dist/openapi_client/models/UpdateSurfaceChannelsRequest.d.ts +4 -0
- package/dist/openapi_client/models/UpdateSurfaceChannelsRequest.js +1 -0
- package/dist/openapi_client/models/UpdateSurfaceRequest.d.ts +5 -15
- package/dist/openapi_client/models/UpdateTableRequest.d.ts +1 -1
- package/dist/openapi_client/models/UpsertSurfaceRequest.d.ts +9 -0
- package/dist/openapi_client/models/UpsertSurfaceRequest.js +1 -0
- package/dist/openapi_client/models/UsageLimitScopeResponse.d.ts +2 -3
- package/dist/openapi_client/models/UsageLimitsResponse.d.ts +1 -4
- package/dist/openapi_client/models/UsageListResponse.d.ts +0 -3
- package/dist/openapi_client/models/UsageRecordResponse.d.ts +10 -14
- package/dist/openapi_client/models/UsageStatsBucketResponse.d.ts +1 -4
- package/dist/openapi_client/models/UsageStatsResponse.d.ts +0 -3
- package/dist/openapi_client/models/UsageSummaryResponse.d.ts +4 -6
- package/dist/openapi_client/models/UserApprovalListResponse.d.ts +4 -0
- package/dist/openapi_client/models/UserApprovalListResponse.js +1 -0
- package/dist/openapi_client/models/UserProfileRequest.d.ts +1 -0
- package/dist/openapi_client/models/UserResponse.d.ts +1 -0
- package/dist/openapi_client/models/VerifyTokenResponse.d.ts +5 -0
- package/dist/openapi_client/models/WaitUntilNode.d.ts +1 -1
- package/dist/openapi_client/models/WorkflowCreateRequest.d.ts +18 -1
- package/dist/openapi_client/models/WorkflowListResponse.d.ts +2 -2
- package/dist/openapi_client/models/WorkflowRunFormSubmitRequest.d.ts +13 -0
- package/dist/openapi_client/models/WorkflowRunFormSubmitRequest.js +1 -0
- package/dist/openapi_client/models/WorkflowRunListResponse.d.ts +2 -2
- package/dist/openapi_client/models/WorkflowRunResponse.d.ts +28 -0
- package/dist/openapi_client/models/WorkflowRunResponse.js +1 -0
- package/dist/openapi_client/models/WorkflowRunSummaryResponse.d.ts +17 -0
- package/dist/openapi_client/models/WorkflowRunSummaryResponse.js +1 -0
- package/dist/openapi_client/models/WorkflowRunWaitAssignment.d.ts +4 -4
- package/dist/openapi_client/models/{WorkflowRunWaitEntity.d.ts → WorkflowRunWaitResponse.d.ts} +4 -8
- package/dist/openapi_client/models/WorkflowRunWaitResponse.js +1 -0
- package/dist/openapi_client/models/WorkflowRunWaitType.d.ts +1 -2
- package/dist/openapi_client/models/WorkflowRunWaitType.js +0 -1
- package/dist/openapi_client/models/WorkflowUpdateRequest.d.ts +2 -1
- package/dist/openapi_client/models/WorkspaceAppAccessRequest.d.ts +3 -0
- package/dist/openapi_client/models/WorkspaceAppAccessRequest.js +1 -0
- package/dist/openapi_client/models/WorkspaceAppAccessResponse.d.ts +5 -0
- package/dist/openapi_client/models/WorkspaceAppAccessResponse.js +1 -0
- package/dist/openapi_client/models/WorkspaceMeApp.d.ts +5 -0
- package/dist/openapi_client/models/WorkspaceMeApp.js +1 -0
- package/dist/openapi_client/models/WorkspaceMeResponse.d.ts +9 -0
- package/dist/openapi_client/models/WorkspaceMeResponse.js +1 -0
- package/dist/openapi_client/models/WorkspaceMeSandbox.d.ts +7 -0
- package/dist/openapi_client/models/WorkspaceMeSandbox.js +1 -0
- package/dist/openapi_client/models/WorkspaceMeSession.d.ts +6 -0
- package/dist/openapi_client/models/WorkspaceMeSession.js +1 -0
- package/dist/openapi_client/models/update.d.ts +1 -1
- package/dist/openapi_client/services/AgentConversationsService.d.ts +28 -3
- package/dist/openapi_client/services/AgentConversationsService.js +54 -3
- package/dist/openapi_client/services/AgentRuntimeService.d.ts +30 -0
- package/dist/openapi_client/services/AgentRuntimeService.js +54 -0
- package/dist/openapi_client/services/AgentSurfacesIngressService.d.ts +15 -20
- package/dist/openapi_client/services/AgentSurfacesIngressService.js +23 -28
- package/dist/openapi_client/services/AgentSurfacesService.d.ts +41 -12
- package/dist/openapi_client/services/AgentSurfacesService.js +90 -24
- package/dist/openapi_client/services/AgentToolsService.d.ts +0 -10
- package/dist/openapi_client/services/AgentToolsService.js +0 -18
- package/dist/openapi_client/services/AgentsService.d.ts +31 -9
- package/dist/openapi_client/services/AgentsService.js +50 -5
- package/dist/openapi_client/services/ApplicationsService.d.ts +22 -8
- package/dist/openapi_client/services/ApplicationsService.js +47 -16
- package/dist/openapi_client/services/DesksService.d.ts +7 -7
- package/dist/openapi_client/services/DesksService.js +3 -3
- package/dist/openapi_client/services/FilesService.d.ts +20 -12
- package/dist/openapi_client/services/FilesService.js +29 -5
- package/dist/openapi_client/services/FunctionsService.d.ts +30 -8
- package/dist/openapi_client/services/FunctionsService.js +49 -4
- package/dist/openapi_client/services/IntegrationsService.d.ts +70 -11
- package/dist/openapi_client/services/IntegrationsService.js +159 -20
- package/dist/openapi_client/services/OrganizationsService.d.ts +8 -0
- package/dist/openapi_client/services/OrganizationsService.js +19 -0
- package/dist/openapi_client/services/PodMembersService.d.ts +0 -10
- package/dist/openapi_client/services/PodMembersService.js +0 -24
- package/dist/openapi_client/services/PodPermissionsService.d.ts +19 -0
- package/dist/openapi_client/services/PodPermissionsService.js +40 -0
- package/dist/openapi_client/services/PodResourceAccessService.d.ts +38 -0
- package/dist/openapi_client/services/PodResourceAccessService.js +81 -0
- package/dist/openapi_client/services/PodRolesService.d.ts +28 -0
- package/dist/openapi_client/services/PodRolesService.js +66 -0
- package/dist/openapi_client/services/RecordsService.d.ts +21 -22
- package/dist/openapi_client/services/RecordsService.js +13 -13
- package/dist/openapi_client/services/SchedulesService.d.ts +9 -8
- package/dist/openapi_client/services/SchedulesService.js +6 -4
- package/dist/openapi_client/services/TablesService.d.ts +13 -14
- package/dist/openapi_client/services/TablesService.js +6 -6
- package/dist/openapi_client/services/UsageService.d.ts +96 -0
- package/dist/openapi_client/services/UsageService.js +210 -0
- package/dist/openapi_client/services/WorkflowsService.d.ts +44 -35
- package/dist/openapi_client/services/WorkflowsService.js +61 -43
- package/dist/openapi_client/services/WorkspaceAppsService.d.ts +12 -0
- package/dist/openapi_client/services/WorkspaceAppsService.js +21 -0
- package/dist/openapi_client/services/WorkspaceService.d.ts +10 -0
- package/dist/openapi_client/services/WorkspaceService.js +15 -0
- package/dist/react/AuthGuard.d.ts +16 -2
- package/dist/react/AuthGuard.js +169 -130
- package/dist/react/index.d.ts +1 -1
- package/dist/react/useAddPodMember.js +1 -1
- package/dist/react/useAssistantController.d.ts +27 -3
- package/dist/react/useAssistantController.js +192 -70
- package/dist/react/useAssistantSession.d.ts +10 -6
- package/dist/react/useAssistantSession.js +146 -4
- package/dist/react/useBulkRecords.d.ts +5 -5
- package/dist/react/useBulkRecords.js +5 -5
- package/dist/react/useConversations.d.ts +1 -7
- package/dist/react/useConversations.js +4 -10
- package/dist/react/useCreateFolder.d.ts +2 -4
- package/dist/react/useCreateFolder.js +2 -3
- package/dist/react/useCreateRecord.d.ts +2 -2
- package/dist/react/useCreateRecord.js +1 -1
- package/dist/react/useDeleteFile.d.ts +1 -4
- package/dist/react/useDeleteFile.js +3 -3
- package/dist/react/useDeleteRecord.d.ts +1 -2
- package/dist/react/useDeleteRecord.js +3 -3
- package/dist/react/useFile.d.ts +2 -4
- package/dist/react/useFile.js +3 -3
- package/dist/react/useFilePreview.d.ts +1 -4
- package/dist/react/useFilePreview.js +4 -5
- package/dist/react/useFileSearch.d.ts +5 -1
- package/dist/react/useFileSearch.js +6 -4
- package/dist/react/useFileTree.d.ts +2 -4
- package/dist/react/useFileTree.js +2 -3
- package/dist/react/useFiles.d.ts +2 -4
- package/dist/react/useFiles.js +3 -5
- package/dist/react/useFlowRunHistory.d.ts +4 -4
- package/dist/react/useFlowRunHistory.js +9 -4
- package/dist/react/useFlowSession.d.ts +5 -3
- package/dist/react/useFlowSession.js +24 -17
- package/dist/react/useFunctionRun.d.ts +2 -2
- package/dist/react/useFunctionRuns.d.ts +5 -5
- package/dist/react/useFunctionSession.d.ts +2 -2
- package/dist/react/useGlobalSearch.js +1 -1
- package/dist/react/useRecord.d.ts +2 -2
- package/dist/react/useRecord.js +1 -1
- package/dist/react/useRecordForm.d.ts +2 -2
- package/dist/react/useRecordForm.js +2 -2
- package/dist/react/useReverseRelatedRecords.js +1 -1
- package/dist/react/useUpdateFile.d.ts +2 -4
- package/dist/react/useUpdateFile.js +2 -3
- package/dist/react/useUpdateRecord.d.ts +2 -2
- package/dist/react/useUpdateRecord.js +1 -1
- package/dist/react/useUploadFile.d.ts +2 -4
- package/dist/react/useUploadFile.js +2 -3
- package/dist/react/useWorkflowResume.d.ts +1 -0
- package/dist/react/useWorkflowResume.js +10 -1
- package/dist/react/useWorkflowRun.d.ts +2 -2
- package/dist/react/useWorkflowRun.js +1 -3
- package/dist/react/useWorkflowRuns.d.ts +5 -5
- package/dist/react/useWorkflowStart.d.ts +2 -2
- package/dist/react/useWorkflowStart.js +11 -26
- package/dist/react/utils.js +2 -0
- package/dist/types.d.ts +47 -10
- package/package.json +8 -3
- package/dist/openapi_client/models/AgentModelName.d.ts +0 -13
- package/dist/openapi_client/models/AgentModelName.js +0 -18
- package/dist/openapi_client/models/AgentResponse.d.ts +0 -29
- package/dist/openapi_client/models/ApplicationAccessConfig.d.ts +0 -18
- package/dist/openapi_client/models/ApplicationMode.d.ts +0 -7
- package/dist/openapi_client/models/ApplicationMode.js +0 -12
- package/dist/openapi_client/models/BillingHistoryResponse.d.ts +0 -8
- package/dist/openapi_client/models/BillingInterval.d.ts +0 -7
- package/dist/openapi_client/models/BillingInterval.js +0 -12
- package/dist/openapi_client/models/BillingInvoiceResponse.d.ts +0 -29
- package/dist/openapi_client/models/BillingInvoiceStatus.d.ts +0 -10
- package/dist/openapi_client/models/BillingInvoiceStatus.js +0 -15
- package/dist/openapi_client/models/BillingScope.d.ts +0 -7
- package/dist/openapi_client/models/BillingScope.js +0 -12
- package/dist/openapi_client/models/CancelSubscriptionResponse.d.ts +0 -10
- package/dist/openapi_client/models/CreateInvoicePaymentUrlRequest.d.ts +0 -7
- package/dist/openapi_client/models/CreateInvoicePaymentUrlResponse.d.ts +0 -8
- package/dist/openapi_client/models/DatastoreMessageResponse.d.ts +0 -6
- package/dist/openapi_client/models/FlowRunEntity.d.ts +0 -36
- package/dist/openapi_client/models/FunctionTableAccessEntry.d.ts +0 -5
- package/dist/openapi_client/models/GmailSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/GmailSurfaceConfigInput.d.ts +0 -4
- package/dist/openapi_client/models/OutlookSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/OutlookSurfaceConfigInput.d.ts +0 -4
- package/dist/openapi_client/models/PlanListResponse.d.ts +0 -8
- package/dist/openapi_client/models/PlanResponse.d.ts +0 -17
- package/dist/openapi_client/models/RecentUsageResponse.d.ts +0 -9
- package/dist/openapi_client/models/RecordResponse.d.ts +0 -9
- package/dist/openapi_client/models/SeatInfoResponse.d.ts +0 -10
- package/dist/openapi_client/models/SlackCredentialsInput.d.ts +0 -5
- package/dist/openapi_client/models/SlackSurfaceConfig.d.ts +0 -10
- package/dist/openapi_client/models/SlackSurfaceConfigInput.d.ts +0 -6
- package/dist/openapi_client/models/StackFrame.d.ts +0 -11
- package/dist/openapi_client/models/StartSubscriptionRequest.d.ts +0 -14
- package/dist/openapi_client/models/StartSubscriptionResponse.d.ts +0 -9
- package/dist/openapi_client/models/StartTeamBillingRequest.d.ts +0 -6
- package/dist/openapi_client/models/StepExecution.d.ts +0 -13
- package/dist/openapi_client/models/SubscriptionResponse.d.ts +0 -22
- package/dist/openapi_client/models/SubscriptionStatus.d.ts +0 -10
- package/dist/openapi_client/models/SubscriptionStatus.js +0 -15
- package/dist/openapi_client/models/SubscriptionStatusResponse.d.ts +0 -10
- package/dist/openapi_client/models/SubscriptionWithPlanResponse.d.ts +0 -22
- package/dist/openapi_client/models/SurfaceRoutingScope.d.ts +0 -4
- package/dist/openapi_client/models/SurfaceRoutingScope.js +0 -9
- package/dist/openapi_client/models/SurfaceWebhookMode.d.ts +0 -4
- package/dist/openapi_client/models/SurfaceWebhookMode.js +0 -9
- package/dist/openapi_client/models/TableAccessEntry.d.ts +0 -8
- package/dist/openapi_client/models/TableAccessMode.d.ts +0 -7
- package/dist/openapi_client/models/TableAccessMode.js +0 -12
- package/dist/openapi_client/models/TeamsCredentialsInput.d.ts +0 -6
- package/dist/openapi_client/models/TeamsSurfaceConfig.d.ts +0 -9
- package/dist/openapi_client/models/TeamsSurfaceConfigInput.d.ts +0 -6
- package/dist/openapi_client/models/TelegramCredentialsInput.d.ts +0 -5
- package/dist/openapi_client/models/TelegramSurfaceConfig.d.ts +0 -6
- package/dist/openapi_client/models/TelegramSurfaceConfigInput.d.ts +0 -6
- package/dist/openapi_client/models/WebSearchAgentRequest.d.ts +0 -9
- package/dist/openapi_client/models/WebSearchAgentResponse.d.ts +0 -25
- package/dist/openapi_client/models/WhatsAppCredentialsInput.d.ts +0 -8
- package/dist/openapi_client/models/WhatsAppSurfaceConfig.d.ts +0 -6
- package/dist/openapi_client/models/WhatsAppSurfaceConfigInput.d.ts +0 -6
- package/dist/openapi_client/services/BillingSubscriptionsService.d.ts +0 -116
- package/dist/openapi_client/services/BillingSubscriptionsService.js +0 -230
- package/dist/openapi_client/services/BillingUsageService.d.ts +0 -138
- package/dist/openapi_client/services/BillingUsageService.js +0 -302
- package/dist/openapi_client/services/BillingWebhooksService.d.ts +0 -12
- package/dist/openapi_client/services/BillingWebhooksService.js +0 -25
- /package/dist/openapi_client/models/{AgentResponse.js → AccountCreateSchema.js} +0 -0
- /package/dist/openapi_client/models/{ApplicationAccessConfig.js → AgentActionResponse.js} +0 -0
- /package/dist/openapi_client/models/{BillingHistoryResponse.js → AgentDetailResponse.js} +0 -0
- /package/dist/openapi_client/models/{BillingInvoiceResponse.js → AgentHarnessInfo.js} +0 -0
- /package/dist/openapi_client/models/{CancelSubscriptionResponse.js → AgentHarnessListResponse.js} +0 -0
- /package/dist/openapi_client/models/{CreateInvoicePaymentUrlRequest.js → AgentPermissionsReplaceRequest.js} +0 -0
- /package/dist/openapi_client/models/{CreateInvoicePaymentUrlResponse.js → AgentPermissionsResponse.js} +0 -0
- /package/dist/openapi_client/models/{DatastoreMessageResponse.js → AgentResourcePermissionRequest.js} +0 -0
- /package/dist/openapi_client/models/{DeskResponse.js → AgentResourcePermissionResponse.js} +0 -0
- /package/dist/openapi_client/models/{FileResponse.js → AgentRuntimeConfig.js} +0 -0
- /package/dist/openapi_client/models/{FlowResponse.js → AgentRuntimeProfileListResponse.js} +0 -0
- /package/dist/openapi_client/models/{FlowRunEntity.js → AgentRuntimeProfileResponse.js} +0 -0
- /package/dist/openapi_client/models/{FunctionResponse.js → ApplicationSkillResponse.js} +0 -0
- /package/dist/openapi_client/models/{FunctionTableAccessEntry.js → AuthConfigCreateSchema.js} +0 -0
- /package/dist/openapi_client/models/{GmailSurfaceConfig.js → AuthConfigListResponseSchema.js} +0 -0
- /package/dist/openapi_client/models/{GmailSurfaceConfigInput.js → AuthConfigResponseSchema.js} +0 -0
- /package/dist/openapi_client/models/{OutlookSurfaceConfig.js → ComposioProviderCapabilityResponseSchema.js} +0 -0
- /package/dist/openapi_client/models/{OutlookSurfaceConfigInput.js → ConnectedAccountSummary.js} +0 -0
- /package/dist/openapi_client/models/{PlanListResponse.js → ConvertedPageResponse.js} +0 -0
- /package/dist/openapi_client/models/{PlanResponse.js → CreateAnthropicCompatibleRuntimeProfileRequest.js} +0 -0
- /package/dist/openapi_client/models/{RecentUsageResponse.js → CreateOpenAICompatibleRuntimeProfileRequest.js} +0 -0
- /package/dist/openapi_client/models/{RecordResponse.js → CreateUserDaemonRuntimeProfileRequest.js} +0 -0
- /package/dist/openapi_client/models/{ScheduleResponse.js → DatastoreCountResponse.js} +0 -0
- /package/dist/openapi_client/models/{SeatInfoResponse.js → DeskDetailResponse.js} +0 -0
- /package/dist/openapi_client/models/{SlackCredentialsInput.js → FileDetailResponse.js} +0 -0
- /package/dist/openapi_client/models/{SlackSurfaceConfig.js → FlowDetailResponse.js} +0 -0
- /package/dist/openapi_client/models/{SlackSurfaceConfigInput.js → FunctionActionResponse.js} +0 -0
- /package/dist/openapi_client/models/{StackFrame.js → FunctionDetailResponse.js} +0 -0
- /package/dist/openapi_client/models/{StartSubscriptionRequest.js → FunctionPermissionsReplaceRequest.js} +0 -0
- /package/dist/openapi_client/models/{StartSubscriptionResponse.js → FunctionPermissionsResponse.js} +0 -0
- /package/dist/openapi_client/models/{StartTeamBillingRequest.js → FunctionResourcePermissionRequest.js} +0 -0
- /package/dist/openapi_client/models/{StepExecution.js → FunctionResourcePermissionResponse.js} +0 -0
- /package/dist/openapi_client/models/{SubscriptionResponse.js → FunctionRunSummaryResponse.js} +0 -0
- /package/dist/openapi_client/models/{SubscriptionStatusResponse.js → InstalledAppSummary.js} +0 -0
- /package/dist/openapi_client/models/{SubscriptionWithPlanResponse.js → IntegrationStatusResponse.js} +0 -0
- /package/dist/openapi_client/models/{TableAccessEntry.js → LemmaProviderCapabilityResponseSchema.js} +0 -0
- /package/dist/openapi_client/models/{TableResponse.js → OAuth2DefaultsResponseSchema.js} +0 -0
- /package/dist/openapi_client/models/{TeamsCredentialsInput.js → PodConfig.js} +0 -0
- /package/dist/openapi_client/models/{TeamsSurfaceConfig.js → PodEffectivePermissionsResponse.js} +0 -0
- /package/dist/openapi_client/models/{TeamsSurfaceConfigInput.js → PodPermissionCatalogResponse.js} +0 -0
- /package/dist/openapi_client/models/{TelegramCredentialsInput.js → PodPermissionResponse.js} +0 -0
- /package/dist/openapi_client/models/{TelegramSurfaceConfig.js → PodRolePermissionsReplaceRequest.js} +0 -0
- /package/dist/openapi_client/models/{TelegramSurfaceConfigInput.js → PodRolePermissionsResponse.js} +0 -0
- /package/dist/openapi_client/models/{WebSearchAgentRequest.js → PodRoleResourcePermissionRequest.js} +0 -0
- /package/dist/openapi_client/models/{WebSearchAgentResponse.js → PodRoleResourcePermissionResponse.js} +0 -0
- /package/dist/openapi_client/models/{WhatsAppCredentialsInput.js → ResolveUserApprovalRequest.js} +0 -0
- /package/dist/openapi_client/models/{WhatsAppSurfaceConfig.js → ResourceAccessGrantRequest.js} +0 -0
- /package/dist/openapi_client/models/{WhatsAppSurfaceConfigInput.js → ResourceAccessGrantResponse.js} +0 -0
- /package/dist/openapi_client/models/{WorkflowRunWaitEntity.js → ResourceAccessResponse.js} +0 -0
|
@@ -2,40 +2,50 @@ export { ApiError } from './core/ApiError.js';
|
|
|
2
2
|
export { CancelablePromise, CancelError } from './core/CancelablePromise.js';
|
|
3
3
|
export { OpenAPI } from './core/OpenAPI.js';
|
|
4
4
|
export type { OpenAPIConfig } from './core/OpenAPI.js';
|
|
5
|
+
export type { AccountCreateSchema } from './models/AccountCreateSchema.js';
|
|
5
6
|
export type { AccountCredentialsResponseSchema } from './models/AccountCredentialsResponseSchema.js';
|
|
6
7
|
export type { AccountListResponseSchema } from './models/AccountListResponseSchema.js';
|
|
7
8
|
export type { AccountResponseSchema } from './models/AccountResponseSchema.js';
|
|
8
9
|
export type { AddColumnRequest } from './models/AddColumnRequest.js';
|
|
9
10
|
export type { AdminConsentInfoResponse } from './models/AdminConsentInfoResponse.js';
|
|
11
|
+
export type { AgentActionResponse } from './models/AgentActionResponse.js';
|
|
12
|
+
export type { AgentDetailResponse } from './models/AgentDetailResponse.js';
|
|
13
|
+
export type { AgentHarnessInfo } from './models/AgentHarnessInfo.js';
|
|
14
|
+
export type { AgentHarnessListResponse } from './models/AgentHarnessListResponse.js';
|
|
10
15
|
export type { AgentListResponse } from './models/AgentListResponse.js';
|
|
11
16
|
export type { AgentMessageResponse } from './models/AgentMessageResponse.js';
|
|
12
|
-
export { AgentModelName } from './models/AgentModelName.js';
|
|
13
17
|
export type { AgentNode } from './models/AgentNode.js';
|
|
14
18
|
export type { AgentNodeConfig } from './models/AgentNodeConfig.js';
|
|
15
19
|
export type { AgentNodeResponse } from './models/AgentNodeResponse.js';
|
|
16
|
-
export type {
|
|
20
|
+
export type { AgentPermissionsReplaceRequest } from './models/AgentPermissionsReplaceRequest.js';
|
|
21
|
+
export type { AgentPermissionsResponse } from './models/AgentPermissionsResponse.js';
|
|
22
|
+
export type { AgentResourcePermissionRequest } from './models/AgentResourcePermissionRequest.js';
|
|
23
|
+
export type { AgentResourcePermissionResponse } from './models/AgentResourcePermissionResponse.js';
|
|
24
|
+
export { AgentRunApprovalDecision } from './models/AgentRunApprovalDecision.js';
|
|
25
|
+
export type { AgentRuntimeConfig } from './models/AgentRuntimeConfig.js';
|
|
26
|
+
export type { AgentRuntimeProfileListResponse } from './models/AgentRuntimeProfileListResponse.js';
|
|
27
|
+
export type { AgentRuntimeProfileResponse } from './models/AgentRuntimeProfileResponse.js';
|
|
17
28
|
export type { AgentSurfaceListResponse } from './models/AgentSurfaceListResponse.js';
|
|
18
29
|
export type { AgentSurfaceResponse } from './models/AgentSurfaceResponse.js';
|
|
19
30
|
export { AgentSurfaceStatus } from './models/AgentSurfaceStatus.js';
|
|
20
31
|
export { AgentToolset } from './models/AgentToolset.js';
|
|
21
32
|
export type { ApiKeyCredentialsResponseSchema } from './models/ApiKeyCredentialsResponseSchema.js';
|
|
22
|
-
export type { ApplicationAccessConfig } from './models/ApplicationAccessConfig.js';
|
|
23
33
|
export type { ApplicationDetailResponseSchema } from './models/ApplicationDetailResponseSchema.js';
|
|
24
34
|
export type { ApplicationListResponseSchema } from './models/ApplicationListResponseSchema.js';
|
|
25
|
-
export { ApplicationMode } from './models/ApplicationMode.js';
|
|
26
35
|
export type { ApplicationResponseSchema } from './models/ApplicationResponseSchema.js';
|
|
36
|
+
export type { ApplicationSkillResponse } from './models/ApplicationSkillResponse.js';
|
|
27
37
|
export type { AppTriggerListResponseSchema } from './models/AppTriggerListResponseSchema.js';
|
|
28
38
|
export type { AppTriggerResponseSchema } from './models/AppTriggerResponseSchema.js';
|
|
29
|
-
export type {
|
|
30
|
-
export {
|
|
31
|
-
export type {
|
|
32
|
-
export {
|
|
33
|
-
export { BillingScope } from './models/BillingScope.js';
|
|
39
|
+
export type { AuthConfigCreateSchema } from './models/AuthConfigCreateSchema.js';
|
|
40
|
+
export type { AuthConfigListResponseSchema } from './models/AuthConfigListResponseSchema.js';
|
|
41
|
+
export type { AuthConfigResponseSchema } from './models/AuthConfigResponseSchema.js';
|
|
42
|
+
export { AuthScheme } from './models/AuthScheme.js';
|
|
34
43
|
export type { BulkCreateRecordsRequest } from './models/BulkCreateRecordsRequest.js';
|
|
35
44
|
export type { BulkDeleteRecordsRequest } from './models/BulkDeleteRecordsRequest.js';
|
|
36
45
|
export type { BulkUpdateRecordsRequest } from './models/BulkUpdateRecordsRequest.js';
|
|
37
|
-
export type { CancelSubscriptionResponse } from './models/CancelSubscriptionResponse.js';
|
|
38
46
|
export type { ColumnSchema } from './models/ColumnSchema.js';
|
|
47
|
+
export type { ComposioProviderCapabilityResponseSchema } from './models/ComposioProviderCapabilityResponseSchema.js';
|
|
48
|
+
export type { ConnectedAccountSummary } from './models/ConnectedAccountSummary.js';
|
|
39
49
|
export type { ConnectRequestInitiateSchema } from './models/ConnectRequestInitiateSchema.js';
|
|
40
50
|
export type { ConnectRequestResponseSchema } from './models/ConnectRequestResponseSchema.js';
|
|
41
51
|
export type { ConversationListResponse } from './models/ConversationListResponse.js';
|
|
@@ -44,23 +54,25 @@ export { ConversationStatus } from './models/ConversationStatus.js';
|
|
|
44
54
|
export { ConversationType } from './models/ConversationType.js';
|
|
45
55
|
export type { ConvertedArtifactResponse } from './models/ConvertedArtifactResponse.js';
|
|
46
56
|
export type { ConvertedFileResponse } from './models/ConvertedFileResponse.js';
|
|
57
|
+
export type { ConvertedPageResponse } from './models/ConvertedPageResponse.js';
|
|
47
58
|
export type { CreateAgentRequest } from './models/CreateAgentRequest.js';
|
|
59
|
+
export type { CreateAnthropicCompatibleRuntimeProfileRequest } from './models/CreateAnthropicCompatibleRuntimeProfileRequest.js';
|
|
48
60
|
export type { CreateConversationRequest } from './models/CreateConversationRequest.js';
|
|
49
61
|
export type { CreateDeskRequest } from './models/CreateDeskRequest.js';
|
|
50
62
|
export type { CreateFolderRequest } from './models/CreateFolderRequest.js';
|
|
51
63
|
export type { CreateFunctionRequest } from './models/CreateFunctionRequest.js';
|
|
52
|
-
export type {
|
|
53
|
-
export type { CreateInvoicePaymentUrlResponse } from './models/CreateInvoicePaymentUrlResponse.js';
|
|
64
|
+
export type { CreateOpenAICompatibleRuntimeProfileRequest } from './models/CreateOpenAICompatibleRuntimeProfileRequest.js';
|
|
54
65
|
export type { CreateRecordRequest } from './models/CreateRecordRequest.js';
|
|
55
66
|
export type { CreateScheduleRequest } from './models/CreateScheduleRequest.js';
|
|
56
67
|
export type { CreateSurfaceRequest } from './models/CreateSurfaceRequest.js';
|
|
57
68
|
export type { CreateTableRequest } from './models/CreateTableRequest.js';
|
|
69
|
+
export type { CreateUserDaemonRuntimeProfileRequest } from './models/CreateUserDaemonRuntimeProfileRequest.js';
|
|
58
70
|
export { CredentialTypes } from './models/CredentialTypes.js';
|
|
71
|
+
export type { DatastoreCountResponse } from './models/DatastoreCountResponse.js';
|
|
59
72
|
export { DatastoreDataType } from './models/DatastoreDataType.js';
|
|
60
73
|
export type { DatastoreFileUploadRequest } from './models/DatastoreFileUploadRequest.js';
|
|
61
74
|
export type { DataStoreFlowStartInput } from './models/DataStoreFlowStartInput.js';
|
|
62
75
|
export type { DataStoreFlowStartOutput } from './models/DataStoreFlowStartOutput.js';
|
|
63
|
-
export type { DatastoreMessageResponse } from './models/DatastoreMessageResponse.js';
|
|
64
76
|
export { DatastoreOperation } from './models/DatastoreOperation.js';
|
|
65
77
|
export type { DatastoreQueryRequest } from './models/DatastoreQueryRequest.js';
|
|
66
78
|
export type { DatastoreQueryResponse } from './models/DatastoreQueryResponse.js';
|
|
@@ -72,9 +84,9 @@ export type { DecisionNodeResponse } from './models/DecisionNodeResponse.js';
|
|
|
72
84
|
export type { DecisionRule } from './models/DecisionRule.js';
|
|
73
85
|
export type { DeskBundleUploadRequest } from './models/DeskBundleUploadRequest.js';
|
|
74
86
|
export type { DeskBundleUploadResponse } from './models/DeskBundleUploadResponse.js';
|
|
87
|
+
export type { DeskDetailResponse } from './models/DeskDetailResponse.js';
|
|
75
88
|
export type { DeskListResponse } from './models/DeskListResponse.js';
|
|
76
89
|
export type { DeskMessageResponse } from './models/DeskMessageResponse.js';
|
|
77
|
-
export type { DeskResponse } from './models/DeskResponse.js';
|
|
78
90
|
export { DeskStatus } from './models/DeskStatus.js';
|
|
79
91
|
export type { DirectoryTreeNode } from './models/DirectoryTreeNode.js';
|
|
80
92
|
export type { DirectoryTreeResponse } from './models/DirectoryTreeResponse.js';
|
|
@@ -88,39 +100,44 @@ export type { EventWorkflowStartOutput } from './models/EventWorkflowStartOutput
|
|
|
88
100
|
export type { ExecuteFunctionRequest } from './models/ExecuteFunctionRequest.js';
|
|
89
101
|
export type { ExpressionInputBinding } from './models/ExpressionInputBinding.js';
|
|
90
102
|
export { FeedbackCategory } from './models/FeedbackCategory.js';
|
|
103
|
+
export type { FileDetailResponse } from './models/FileDetailResponse.js';
|
|
91
104
|
export type { FileListResponse } from './models/FileListResponse.js';
|
|
92
|
-
export type { FileResponse } from './models/FileResponse.js';
|
|
93
105
|
export type { FileSearchRequest } from './models/FileSearchRequest.js';
|
|
94
106
|
export type { FileSearchResponse } from './models/FileSearchResponse.js';
|
|
95
107
|
export type { FileSearchResultSchema } from './models/FileSearchResultSchema.js';
|
|
96
108
|
export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
|
|
97
|
-
export type {
|
|
98
|
-
export type { FlowRunEntity } from './models/FlowRunEntity.js';
|
|
109
|
+
export type { FlowDetailResponse } from './models/FlowDetailResponse.js';
|
|
99
110
|
export { FlowRunStatus } from './models/FlowRunStatus.js';
|
|
100
111
|
export type { ForeignKeySpec } from './models/ForeignKeySpec.js';
|
|
101
112
|
export type { FormNode } from './models/FormNode.js';
|
|
102
113
|
export type { FormNodeConfig } from './models/FormNodeConfig.js';
|
|
103
114
|
export type { FormNodeResponse } from './models/FormNodeResponse.js';
|
|
115
|
+
export type { FunctionActionResponse } from './models/FunctionActionResponse.js';
|
|
116
|
+
export type { FunctionDetailResponse } from './models/FunctionDetailResponse.js';
|
|
104
117
|
export type { FunctionListResponse } from './models/FunctionListResponse.js';
|
|
105
118
|
export type { FunctionMessageResponse } from './models/FunctionMessageResponse.js';
|
|
106
119
|
export type { FunctionNode } from './models/FunctionNode.js';
|
|
107
120
|
export type { FunctionNodeConfig } from './models/FunctionNodeConfig.js';
|
|
108
121
|
export type { FunctionNodeResponse } from './models/FunctionNodeResponse.js';
|
|
109
|
-
export type {
|
|
122
|
+
export type { FunctionPermissionsReplaceRequest } from './models/FunctionPermissionsReplaceRequest.js';
|
|
123
|
+
export type { FunctionPermissionsResponse } from './models/FunctionPermissionsResponse.js';
|
|
124
|
+
export type { FunctionResourcePermissionRequest } from './models/FunctionResourcePermissionRequest.js';
|
|
125
|
+
export type { FunctionResourcePermissionResponse } from './models/FunctionResourcePermissionResponse.js';
|
|
110
126
|
export type { FunctionRunListResponse } from './models/FunctionRunListResponse.js';
|
|
111
127
|
export type { FunctionRunResponse } from './models/FunctionRunResponse.js';
|
|
112
128
|
export { FunctionRunStatus } from './models/FunctionRunStatus.js';
|
|
129
|
+
export type { FunctionRunSummaryResponse } from './models/FunctionRunSummaryResponse.js';
|
|
113
130
|
export { FunctionStatus } from './models/FunctionStatus.js';
|
|
114
|
-
export type { FunctionTableAccessEntry } from './models/FunctionTableAccessEntry.js';
|
|
115
131
|
export { FunctionType } from './models/FunctionType.js';
|
|
116
|
-
export type { GmailSurfaceConfig } from './models/GmailSurfaceConfig.js';
|
|
117
|
-
export type { GmailSurfaceConfigInput } from './models/GmailSurfaceConfigInput.js';
|
|
118
132
|
export { HarnessKind } from './models/HarnessKind.js';
|
|
119
133
|
export type { HTTPValidationError } from './models/HTTPValidationError.js';
|
|
120
134
|
export type { IconUploadRequest } from './models/IconUploadRequest.js';
|
|
121
135
|
export type { IconUploadResponse } from './models/IconUploadResponse.js';
|
|
136
|
+
export type { InstalledAppSummary } from './models/InstalledAppSummary.js';
|
|
122
137
|
export type { IntegrationHelperAgentRequest } from './models/IntegrationHelperAgentRequest.js';
|
|
123
138
|
export type { IntegrationHelperAgentResponse } from './models/IntegrationHelperAgentResponse.js';
|
|
139
|
+
export type { IntegrationStatusResponse } from './models/IntegrationStatusResponse.js';
|
|
140
|
+
export type { LemmaProviderCapabilityResponseSchema } from './models/LemmaProviderCapabilityResponseSchema.js';
|
|
124
141
|
export type { LiteralInputBinding } from './models/LiteralInputBinding.js';
|
|
125
142
|
export type { LoopNode } from './models/LoopNode.js';
|
|
126
143
|
export type { LoopNodeConfig } from './models/LoopNodeConfig.js';
|
|
@@ -131,6 +148,7 @@ export type { MessageListResponse } from './models/MessageListResponse.js';
|
|
|
131
148
|
export type { MessageResponse } from './models/MessageResponse.js';
|
|
132
149
|
export type { MessageResponseSchema } from './models/MessageResponseSchema.js';
|
|
133
150
|
export type { NotificationContent } from './models/NotificationContent.js';
|
|
151
|
+
export type { OAuth2DefaultsResponseSchema } from './models/OAuth2DefaultsResponseSchema.js';
|
|
134
152
|
export type { OauthCredentialsResponseSchema } from './models/OauthCredentialsResponseSchema.js';
|
|
135
153
|
export type { OperationDetail } from './models/OperationDetail.js';
|
|
136
154
|
export type { OperationDetailsBatchRequest } from './models/OperationDetailsBatchRequest.js';
|
|
@@ -151,14 +169,12 @@ export type { OrganizationMessageResponse } from './models/OrganizationMessageRe
|
|
|
151
169
|
export type { OrganizationResponse } from './models/OrganizationResponse.js';
|
|
152
170
|
export { OrganizationRole } from './models/OrganizationRole.js';
|
|
153
171
|
export type { OrganizationSlugAvailabilityResponse } from './models/OrganizationSlugAvailabilityResponse.js';
|
|
154
|
-
export type { OutlookSurfaceConfig } from './models/OutlookSurfaceConfig.js';
|
|
155
|
-
export type { OutlookSurfaceConfigInput } from './models/OutlookSurfaceConfigInput.js';
|
|
156
|
-
export type { PlanListResponse } from './models/PlanListResponse.js';
|
|
157
|
-
export type { PlanResponse } from './models/PlanResponse.js';
|
|
158
172
|
export type { PodAppConfigItem } from './models/PodAppConfigItem.js';
|
|
159
173
|
export { PodAppMode } from './models/PodAppMode.js';
|
|
174
|
+
export type { PodConfig } from './models/PodConfig.js';
|
|
160
175
|
export type { PodConfigResponse } from './models/PodConfigResponse.js';
|
|
161
176
|
export type { PodCreateRequest } from './models/PodCreateRequest.js';
|
|
177
|
+
export type { PodEffectivePermissionsResponse } from './models/PodEffectivePermissionsResponse.js';
|
|
162
178
|
export type { PodJoinRequestApproveRequest } from './models/PodJoinRequestApproveRequest.js';
|
|
163
179
|
export type { PodJoinRequestCreateResponse } from './models/PodJoinRequestCreateResponse.js';
|
|
164
180
|
export type { PodJoinRequestListResponse } from './models/PodJoinRequestListResponse.js';
|
|
@@ -169,62 +185,65 @@ export type { PodMemberDetailResponse } from './models/PodMemberDetailResponse.j
|
|
|
169
185
|
export type { PodMemberListResponse } from './models/PodMemberListResponse.js';
|
|
170
186
|
export type { PodMemberResponse } from './models/PodMemberResponse.js';
|
|
171
187
|
export type { PodMemberUpdateRoleRequest } from './models/PodMemberUpdateRoleRequest.js';
|
|
188
|
+
export type { PodPermissionCatalogResponse } from './models/PodPermissionCatalogResponse.js';
|
|
189
|
+
export type { PodPermissionResponse } from './models/PodPermissionResponse.js';
|
|
172
190
|
export type { PodResponse } from './models/PodResponse.js';
|
|
173
191
|
export { PodRole } from './models/PodRole.js';
|
|
174
192
|
export type { PodRoleCreateRequest } from './models/PodRoleCreateRequest.js';
|
|
175
193
|
export type { PodRoleListResponse } from './models/PodRoleListResponse.js';
|
|
194
|
+
export type { PodRolePermissionsReplaceRequest } from './models/PodRolePermissionsReplaceRequest.js';
|
|
195
|
+
export type { PodRolePermissionsResponse } from './models/PodRolePermissionsResponse.js';
|
|
196
|
+
export type { PodRoleResourcePermissionRequest } from './models/PodRoleResourcePermissionRequest.js';
|
|
197
|
+
export type { PodRoleResourcePermissionResponse } from './models/PodRoleResourcePermissionResponse.js';
|
|
176
198
|
export type { PodRoleResponse } from './models/PodRoleResponse.js';
|
|
177
199
|
export type { PodUpdateRequest } from './models/PodUpdateRequest.js';
|
|
178
|
-
export type { RecentUsageResponse } from './models/RecentUsageResponse.js';
|
|
179
200
|
export type { RecordListResponse } from './models/RecordListResponse.js';
|
|
180
|
-
export type { RecordResponse } from './models/RecordResponse.js';
|
|
181
201
|
export type { ReportFeedbackRequest } from './models/ReportFeedbackRequest.js';
|
|
182
202
|
export type { ReportFeedbackResponse } from './models/ReportFeedbackResponse.js';
|
|
203
|
+
export type { ResolveUserApprovalRequest } from './models/ResolveUserApprovalRequest.js';
|
|
204
|
+
export type { ResourceAccessGrantRequest } from './models/ResourceAccessGrantRequest.js';
|
|
205
|
+
export type { ResourceAccessGrantResponse } from './models/ResourceAccessGrantResponse.js';
|
|
206
|
+
export type { ResourceAccessResponse } from './models/ResourceAccessResponse.js';
|
|
207
|
+
export { ResourceType } from './models/ResourceType.js';
|
|
208
|
+
export { ResourceVisibility } from './models/ResourceVisibility.js';
|
|
209
|
+
export { RuntimeModelCapability } from './models/RuntimeModelCapability.js';
|
|
210
|
+
export type { RuntimeModelCatalogEntry } from './models/RuntimeModelCatalogEntry.js';
|
|
211
|
+
export { RuntimeProfileKind } from './models/RuntimeProfileKind.js';
|
|
212
|
+
export { RuntimeProfileProtocol } from './models/RuntimeProfileProtocol.js';
|
|
213
|
+
export { RuntimeProfileScope } from './models/RuntimeProfileScope.js';
|
|
214
|
+
export { RuntimeProfileStatus } from './models/RuntimeProfileStatus.js';
|
|
215
|
+
export type { ScheduleDetailResponse } from './models/ScheduleDetailResponse.js';
|
|
183
216
|
export type { ScheduledFlowStartInput } from './models/ScheduledFlowStartInput.js';
|
|
184
217
|
export type { ScheduledFlowStartOutput } from './models/ScheduledFlowStartOutput.js';
|
|
185
218
|
export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
|
|
186
219
|
export type { ScheduledWorkflowStartInput } from './models/ScheduledWorkflowStartInput.js';
|
|
187
220
|
export type { ScheduledWorkflowStartOutput } from './models/ScheduledWorkflowStartOutput.js';
|
|
221
|
+
export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
|
|
188
222
|
export type { ScheduleListResponse } from './models/ScheduleListResponse.js';
|
|
189
|
-
export type { ScheduleResponse } from './models/ScheduleResponse.js';
|
|
190
223
|
export { ScheduleType } from './models/ScheduleType.js';
|
|
191
224
|
export { SearchMethod } from './models/SearchMethod.js';
|
|
192
225
|
export type { SearchResult } from './models/SearchResult.js';
|
|
193
|
-
export type { SeatInfoResponse } from './models/SeatInfoResponse.js';
|
|
194
226
|
export type { SendMessageRequest } from './models/SendMessageRequest.js';
|
|
195
|
-
export type {
|
|
196
|
-
export
|
|
197
|
-
export type {
|
|
198
|
-
export type {
|
|
199
|
-
export type {
|
|
200
|
-
export type {
|
|
201
|
-
export type { StartTeamBillingRequest } from './models/StartTeamBillingRequest.js';
|
|
202
|
-
export type { StepExecution } from './models/StepExecution.js';
|
|
203
|
-
export type { SubscriptionResponse } from './models/SubscriptionResponse.js';
|
|
204
|
-
export { SubscriptionStatus } from './models/SubscriptionStatus.js';
|
|
205
|
-
export type { SubscriptionStatusResponse } from './models/SubscriptionStatusResponse.js';
|
|
206
|
-
export type { SubscriptionWithPlanResponse } from './models/SubscriptionWithPlanResponse.js';
|
|
227
|
+
export type { StepRecordResponse } from './models/StepRecordResponse.js';
|
|
228
|
+
export { StepStatus } from './models/StepStatus.js';
|
|
229
|
+
export type { SurfaceBehaviorConfigInput } from './models/SurfaceBehaviorConfigInput.js';
|
|
230
|
+
export type { SurfaceChannelRouteInput } from './models/SurfaceChannelRouteInput.js';
|
|
231
|
+
export type { SurfaceChannelRouteResponse } from './models/SurfaceChannelRouteResponse.js';
|
|
232
|
+
export type { SurfaceConfigResponse } from './models/SurfaceConfigResponse.js';
|
|
207
233
|
export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
|
|
234
|
+
export type { SurfaceIdentityConfigInput } from './models/SurfaceIdentityConfigInput.js';
|
|
235
|
+
export type { SurfaceIdentityConfigResponse } from './models/SurfaceIdentityConfigResponse.js';
|
|
208
236
|
export type { SurfaceIntegrationSetupGuide } from './models/SurfaceIntegrationSetupGuide.js';
|
|
209
237
|
export { SurfacePlatform } from './models/SurfacePlatform.js';
|
|
210
238
|
export type { SurfacePlatformSetupGuideResponse } from './models/SurfacePlatformSetupGuideResponse.js';
|
|
211
|
-
export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
|
|
212
239
|
export type { SurfaceSetupField } from './models/SurfaceSetupField.js';
|
|
213
240
|
export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
|
|
214
241
|
export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
|
|
215
242
|
export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
|
|
243
|
+
export type { SurfaceSetupStatusResponse } from './models/SurfaceSetupStatusResponse.js';
|
|
216
244
|
export type { SurfaceSetupStep } from './models/SurfaceSetupStep.js';
|
|
217
|
-
export {
|
|
218
|
-
export type { TableAccessEntry } from './models/TableAccessEntry.js';
|
|
219
|
-
export { TableAccessMode } from './models/TableAccessMode.js';
|
|
245
|
+
export type { TableDetailResponse } from './models/TableDetailResponse.js';
|
|
220
246
|
export type { TableListResponse } from './models/TableListResponse.js';
|
|
221
|
-
export type { TableResponse } from './models/TableResponse.js';
|
|
222
|
-
export type { TeamsCredentialsInput } from './models/TeamsCredentialsInput.js';
|
|
223
|
-
export type { TeamsSurfaceConfig } from './models/TeamsSurfaceConfig.js';
|
|
224
|
-
export type { TeamsSurfaceConfigInput } from './models/TeamsSurfaceConfigInput.js';
|
|
225
|
-
export type { TelegramCredentialsInput } from './models/TelegramCredentialsInput.js';
|
|
226
|
-
export type { TelegramSurfaceConfig } from './models/TelegramSurfaceConfig.js';
|
|
227
|
-
export type { TelegramSurfaceConfigInput } from './models/TelegramSurfaceConfigInput.js';
|
|
228
247
|
export type { TextContent } from './models/TextContent.js';
|
|
229
248
|
export type { ThinkingContent } from './models/ThinkingContent.js';
|
|
230
249
|
export type { ToggleSurfaceRequest } from './models/ToggleSurfaceRequest.js';
|
|
@@ -238,8 +257,10 @@ export type { UpdateFunctionRequest } from './models/UpdateFunctionRequest.js';
|
|
|
238
257
|
export type { UpdateMemberRoleRequest } from './models/UpdateMemberRoleRequest.js';
|
|
239
258
|
export type { UpdateRecordRequest } from './models/UpdateRecordRequest.js';
|
|
240
259
|
export type { UpdateScheduleRequest } from './models/UpdateScheduleRequest.js';
|
|
260
|
+
export type { UpdateSurfaceChannelsRequest } from './models/UpdateSurfaceChannelsRequest.js';
|
|
241
261
|
export type { UpdateSurfaceRequest } from './models/UpdateSurfaceRequest.js';
|
|
242
262
|
export type { UpdateTableRequest } from './models/UpdateTableRequest.js';
|
|
263
|
+
export type { UpsertSurfaceRequest } from './models/UpsertSurfaceRequest.js';
|
|
243
264
|
export type { UsageLimitScopeResponse } from './models/UsageLimitScopeResponse.js';
|
|
244
265
|
export type { UsageLimitsResponse } from './models/UsageLimitsResponse.js';
|
|
245
266
|
export type { UsageListResponse } from './models/UsageListResponse.js';
|
|
@@ -247,6 +268,7 @@ export type { UsageRecordResponse } from './models/UsageRecordResponse.js';
|
|
|
247
268
|
export type { UsageStatsBucketResponse } from './models/UsageStatsBucketResponse.js';
|
|
248
269
|
export type { UsageStatsResponse } from './models/UsageStatsResponse.js';
|
|
249
270
|
export type { UsageSummaryResponse } from './models/UsageSummaryResponse.js';
|
|
271
|
+
export type { UserApprovalListResponse } from './models/UserApprovalListResponse.js';
|
|
250
272
|
export type { UserProfileRequest } from './models/UserProfileRequest.js';
|
|
251
273
|
export type { UserResponse } from './models/UserResponse.js';
|
|
252
274
|
export type { ValidationError } from './models/ValidationError.js';
|
|
@@ -254,35 +276,37 @@ export type { VerifyTokenResponse } from './models/VerifyTokenResponse.js';
|
|
|
254
276
|
export type { WaitUntilNode } from './models/WaitUntilNode.js';
|
|
255
277
|
export type { WaitUntilNodeConfig } from './models/WaitUntilNodeConfig.js';
|
|
256
278
|
export type { WaitUntilNodeResponse } from './models/WaitUntilNodeResponse.js';
|
|
257
|
-
export type { WebSearchAgentRequest } from './models/WebSearchAgentRequest.js';
|
|
258
|
-
export type { WebSearchAgentResponse } from './models/WebSearchAgentResponse.js';
|
|
259
279
|
export type { WebSearchRequest } from './models/WebSearchRequest.js';
|
|
260
280
|
export type { WebSearchResponse } from './models/WebSearchResponse.js';
|
|
261
|
-
export type { WhatsAppCredentialsInput } from './models/WhatsAppCredentialsInput.js';
|
|
262
|
-
export type { WhatsAppSurfaceConfig } from './models/WhatsAppSurfaceConfig.js';
|
|
263
|
-
export type { WhatsAppSurfaceConfigInput } from './models/WhatsAppSurfaceConfigInput.js';
|
|
264
281
|
export type { WorkflowCreateRequest } from './models/WorkflowCreateRequest.js';
|
|
265
282
|
export type { WorkflowEdge } from './models/WorkflowEdge.js';
|
|
266
283
|
export type { WorkflowGraphUpdateRequest } from './models/WorkflowGraphUpdateRequest.js';
|
|
267
284
|
export type { WorkflowListResponse } from './models/WorkflowListResponse.js';
|
|
268
285
|
export { WorkflowMode } from './models/WorkflowMode.js';
|
|
286
|
+
export type { WorkflowRunFormSubmitRequest } from './models/WorkflowRunFormSubmitRequest.js';
|
|
269
287
|
export type { WorkflowRunListResponse } from './models/WorkflowRunListResponse.js';
|
|
288
|
+
export type { WorkflowRunResponse } from './models/WorkflowRunResponse.js';
|
|
289
|
+
export type { WorkflowRunSummaryResponse } from './models/WorkflowRunSummaryResponse.js';
|
|
270
290
|
export type { WorkflowRunWaitAssignment } from './models/WorkflowRunWaitAssignment.js';
|
|
271
291
|
export type { WorkflowRunWaitAssignmentListResponse } from './models/WorkflowRunWaitAssignmentListResponse.js';
|
|
272
|
-
export type {
|
|
292
|
+
export type { WorkflowRunWaitResponse } from './models/WorkflowRunWaitResponse.js';
|
|
273
293
|
export { WorkflowRunWaitStatus } from './models/WorkflowRunWaitStatus.js';
|
|
274
294
|
export { WorkflowRunWaitType } from './models/WorkflowRunWaitType.js';
|
|
275
295
|
export type { WorkflowUpdateRequest } from './models/WorkflowUpdateRequest.js';
|
|
296
|
+
export type { WorkspaceAppAccessRequest } from './models/WorkspaceAppAccessRequest.js';
|
|
297
|
+
export type { WorkspaceAppAccessResponse } from './models/WorkspaceAppAccessResponse.js';
|
|
298
|
+
export type { WorkspaceMeApp } from './models/WorkspaceMeApp.js';
|
|
299
|
+
export type { WorkspaceMeResponse } from './models/WorkspaceMeResponse.js';
|
|
300
|
+
export type { WorkspaceMeSandbox } from './models/WorkspaceMeSandbox.js';
|
|
301
|
+
export type { WorkspaceMeSession } from './models/WorkspaceMeSession.js';
|
|
276
302
|
export { AgentConversationsService } from './services/AgentConversationsService.js';
|
|
303
|
+
export { AgentRuntimeService } from './services/AgentRuntimeService.js';
|
|
277
304
|
export { AgentsService } from './services/AgentsService.js';
|
|
278
305
|
export { AgentSurfacesService } from './services/AgentSurfacesService.js';
|
|
279
306
|
export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressService.js';
|
|
280
307
|
export { AgentToolsService } from './services/AgentToolsService.js';
|
|
281
308
|
export { ApplicationsService } from './services/ApplicationsService.js';
|
|
282
309
|
export { AuthService } from './services/AuthService.js';
|
|
283
|
-
export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
|
|
284
|
-
export { BillingUsageService } from './services/BillingUsageService.js';
|
|
285
|
-
export { BillingWebhooksService } from './services/BillingWebhooksService.js';
|
|
286
310
|
export { DefaultService } from './services/DefaultService.js';
|
|
287
311
|
export { DesksService } from './services/DesksService.js';
|
|
288
312
|
export { FilesService } from './services/FilesService.js';
|
|
@@ -292,12 +316,17 @@ export { IntegrationsService } from './services/IntegrationsService.js';
|
|
|
292
316
|
export { OrganizationsService } from './services/OrganizationsService.js';
|
|
293
317
|
export { PodJoinRequestsService } from './services/PodJoinRequestsService.js';
|
|
294
318
|
export { PodMembersService } from './services/PodMembersService.js';
|
|
319
|
+
export { PodPermissionsService } from './services/PodPermissionsService.js';
|
|
320
|
+
export { PodResourceAccessService } from './services/PodResourceAccessService.js';
|
|
295
321
|
export { PodRolesService } from './services/PodRolesService.js';
|
|
296
322
|
export { PodsService } from './services/PodsService.js';
|
|
297
323
|
export { QueryService } from './services/QueryService.js';
|
|
298
324
|
export { RecordsService } from './services/RecordsService.js';
|
|
299
325
|
export { SchedulesService } from './services/SchedulesService.js';
|
|
300
326
|
export { TablesService } from './services/TablesService.js';
|
|
327
|
+
export { UsageService } from './services/UsageService.js';
|
|
301
328
|
export { UsersService } from './services/UsersService.js';
|
|
302
329
|
export { WebhooksService } from './services/WebhooksService.js';
|
|
303
330
|
export { WorkflowsService } from './services/WorkflowsService.js';
|
|
331
|
+
export { WorkspaceService } from './services/WorkspaceService.js';
|
|
332
|
+
export { WorkspaceAppsService } from './services/WorkspaceAppsService.js';
|
|
@@ -5,13 +5,10 @@
|
|
|
5
5
|
export { ApiError } from './core/ApiError.js';
|
|
6
6
|
export { CancelablePromise, CancelError } from './core/CancelablePromise.js';
|
|
7
7
|
export { OpenAPI } from './core/OpenAPI.js';
|
|
8
|
-
export {
|
|
8
|
+
export { AgentRunApprovalDecision } from './models/AgentRunApprovalDecision.js';
|
|
9
9
|
export { AgentSurfaceStatus } from './models/AgentSurfaceStatus.js';
|
|
10
10
|
export { AgentToolset } from './models/AgentToolset.js';
|
|
11
|
-
export {
|
|
12
|
-
export { BillingInterval } from './models/BillingInterval.js';
|
|
13
|
-
export { BillingInvoiceStatus } from './models/BillingInvoiceStatus.js';
|
|
14
|
-
export { BillingScope } from './models/BillingScope.js';
|
|
11
|
+
export { AuthScheme } from './models/AuthScheme.js';
|
|
15
12
|
export { ConversationStatus } from './models/ConversationStatus.js';
|
|
16
13
|
export { ConversationType } from './models/ConversationType.js';
|
|
17
14
|
export { CredentialTypes } from './models/CredentialTypes.js';
|
|
@@ -30,31 +27,34 @@ export { OrganizationRole } from './models/OrganizationRole.js';
|
|
|
30
27
|
export { PodAppMode } from './models/PodAppMode.js';
|
|
31
28
|
export { PodJoinRequestStatus } from './models/PodJoinRequestStatus.js';
|
|
32
29
|
export { PodRole } from './models/PodRole.js';
|
|
30
|
+
export { ResourceType } from './models/ResourceType.js';
|
|
31
|
+
export { ResourceVisibility } from './models/ResourceVisibility.js';
|
|
32
|
+
export { RuntimeModelCapability } from './models/RuntimeModelCapability.js';
|
|
33
|
+
export { RuntimeProfileKind } from './models/RuntimeProfileKind.js';
|
|
34
|
+
export { RuntimeProfileProtocol } from './models/RuntimeProfileProtocol.js';
|
|
35
|
+
export { RuntimeProfileScope } from './models/RuntimeProfileScope.js';
|
|
36
|
+
export { RuntimeProfileStatus } from './models/RuntimeProfileStatus.js';
|
|
33
37
|
export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
|
|
38
|
+
export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
|
|
34
39
|
export { ScheduleType } from './models/ScheduleType.js';
|
|
35
40
|
export { SearchMethod } from './models/SearchMethod.js';
|
|
36
|
-
export {
|
|
41
|
+
export { StepStatus } from './models/StepStatus.js';
|
|
37
42
|
export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
|
|
38
43
|
export { SurfacePlatform } from './models/SurfacePlatform.js';
|
|
39
|
-
export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
|
|
40
44
|
export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
|
|
41
45
|
export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
|
|
42
46
|
export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
|
|
43
|
-
export { SurfaceWebhookMode } from './models/SurfaceWebhookMode.js';
|
|
44
|
-
export { TableAccessMode } from './models/TableAccessMode.js';
|
|
45
47
|
export { WorkflowMode } from './models/WorkflowMode.js';
|
|
46
48
|
export { WorkflowRunWaitStatus } from './models/WorkflowRunWaitStatus.js';
|
|
47
49
|
export { WorkflowRunWaitType } from './models/WorkflowRunWaitType.js';
|
|
48
50
|
export { AgentConversationsService } from './services/AgentConversationsService.js';
|
|
51
|
+
export { AgentRuntimeService } from './services/AgentRuntimeService.js';
|
|
49
52
|
export { AgentsService } from './services/AgentsService.js';
|
|
50
53
|
export { AgentSurfacesService } from './services/AgentSurfacesService.js';
|
|
51
54
|
export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressService.js';
|
|
52
55
|
export { AgentToolsService } from './services/AgentToolsService.js';
|
|
53
56
|
export { ApplicationsService } from './services/ApplicationsService.js';
|
|
54
57
|
export { AuthService } from './services/AuthService.js';
|
|
55
|
-
export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
|
|
56
|
-
export { BillingUsageService } from './services/BillingUsageService.js';
|
|
57
|
-
export { BillingWebhooksService } from './services/BillingWebhooksService.js';
|
|
58
58
|
export { DefaultService } from './services/DefaultService.js';
|
|
59
59
|
export { DesksService } from './services/DesksService.js';
|
|
60
60
|
export { FilesService } from './services/FilesService.js';
|
|
@@ -64,12 +64,17 @@ export { IntegrationsService } from './services/IntegrationsService.js';
|
|
|
64
64
|
export { OrganizationsService } from './services/OrganizationsService.js';
|
|
65
65
|
export { PodJoinRequestsService } from './services/PodJoinRequestsService.js';
|
|
66
66
|
export { PodMembersService } from './services/PodMembersService.js';
|
|
67
|
+
export { PodPermissionsService } from './services/PodPermissionsService.js';
|
|
68
|
+
export { PodResourceAccessService } from './services/PodResourceAccessService.js';
|
|
67
69
|
export { PodRolesService } from './services/PodRolesService.js';
|
|
68
70
|
export { PodsService } from './services/PodsService.js';
|
|
69
71
|
export { QueryService } from './services/QueryService.js';
|
|
70
72
|
export { RecordsService } from './services/RecordsService.js';
|
|
71
73
|
export { SchedulesService } from './services/SchedulesService.js';
|
|
72
74
|
export { TablesService } from './services/TablesService.js';
|
|
75
|
+
export { UsageService } from './services/UsageService.js';
|
|
73
76
|
export { UsersService } from './services/UsersService.js';
|
|
74
77
|
export { WebhooksService } from './services/WebhooksService.js';
|
|
75
78
|
export { WorkflowsService } from './services/WorkflowsService.js';
|
|
79
|
+
export { WorkspaceService } from './services/WorkspaceService.js';
|
|
80
|
+
export { WorkspaceAppsService } from './services/WorkspaceAppsService.js';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Schema for directly connecting a credential-managed native account.
|
|
3
|
+
*/
|
|
4
|
+
export type AccountCreateSchema = {
|
|
5
|
+
allowed_scopes?: (Array<string> | null);
|
|
6
|
+
/**
|
|
7
|
+
* Auth config ID to connect
|
|
8
|
+
*/
|
|
9
|
+
auth_config_id?: (string | null);
|
|
10
|
+
/**
|
|
11
|
+
* Auth config name to connect
|
|
12
|
+
*/
|
|
13
|
+
auth_config_name?: (string | null);
|
|
14
|
+
credentials?: Record<string, any>;
|
|
15
|
+
email?: (string | null);
|
|
16
|
+
preferences?: (Record<string, any> | null);
|
|
17
|
+
provider_account_id?: (string | null);
|
|
18
|
+
};
|
|
@@ -6,11 +6,14 @@ export type AccountResponseSchema = {
|
|
|
6
6
|
allowed_scopes: (Array<string> | null);
|
|
7
7
|
application?: (ApplicationResponseSchema | null);
|
|
8
8
|
application_id: string;
|
|
9
|
+
auth_config_id: string;
|
|
9
10
|
created_at: string;
|
|
10
11
|
email: (string | null);
|
|
11
12
|
id: string;
|
|
13
|
+
organization_id: string;
|
|
12
14
|
preferences: (Record<string, any> | null);
|
|
13
15
|
provider_account_id?: (string | null);
|
|
16
|
+
status: string;
|
|
14
17
|
updated_at: string;
|
|
15
18
|
user_id: string;
|
|
16
19
|
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { AgentRuntimeConfig } from './AgentRuntimeConfig.js';
|
|
2
|
+
import type { AgentToolset } from './AgentToolset.js';
|
|
3
|
+
export type AgentActionResponse = {
|
|
4
|
+
agent_runtime?: (AgentRuntimeConfig | null);
|
|
5
|
+
allowed_actions?: Array<string>;
|
|
6
|
+
created_at: string;
|
|
7
|
+
description?: (string | null);
|
|
8
|
+
icon_url?: (string | null);
|
|
9
|
+
id: string;
|
|
10
|
+
input_schema?: (Record<string, any> | null);
|
|
11
|
+
instruction: string;
|
|
12
|
+
metadata?: (Record<string, any> | null);
|
|
13
|
+
name: string;
|
|
14
|
+
output_schema?: (Record<string, any> | null);
|
|
15
|
+
pod_id: string;
|
|
16
|
+
toolsets?: Array<AgentToolset>;
|
|
17
|
+
updated_at: string;
|
|
18
|
+
user_id: string;
|
|
19
|
+
visibility?: string;
|
|
20
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { AgentPermissionsResponse } from './AgentPermissionsResponse.js';
|
|
2
|
+
import type { AgentRuntimeConfig } from './AgentRuntimeConfig.js';
|
|
3
|
+
import type { AgentToolset } from './AgentToolset.js';
|
|
4
|
+
export type AgentDetailResponse = {
|
|
5
|
+
agent_runtime?: (AgentRuntimeConfig | null);
|
|
6
|
+
allowed_actions?: Array<string>;
|
|
7
|
+
created_at: string;
|
|
8
|
+
description?: (string | null);
|
|
9
|
+
icon_url?: (string | null);
|
|
10
|
+
id: string;
|
|
11
|
+
input_schema?: (Record<string, any> | null);
|
|
12
|
+
instruction: string;
|
|
13
|
+
metadata?: (Record<string, any> | null);
|
|
14
|
+
name: string;
|
|
15
|
+
output_schema?: (Record<string, any> | null);
|
|
16
|
+
permissions: AgentPermissionsResponse;
|
|
17
|
+
pod_id: string;
|
|
18
|
+
toolsets?: Array<AgentToolset>;
|
|
19
|
+
updated_at: string;
|
|
20
|
+
user_id: string;
|
|
21
|
+
visibility?: string;
|
|
22
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { HarnessKind } from './HarnessKind.js';
|
|
2
|
+
export type AgentHarnessInfo = {
|
|
3
|
+
availability_status?: (string | null);
|
|
4
|
+
available?: boolean;
|
|
5
|
+
daemon_display_name?: (string | null);
|
|
6
|
+
daemon_id?: (string | null);
|
|
7
|
+
daemon_status?: (string | null);
|
|
8
|
+
display_name: string;
|
|
9
|
+
harness_kind: HarnessKind;
|
|
10
|
+
models?: Array<string>;
|
|
11
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AgentActionResponse } from './AgentActionResponse.js';
|
|
2
2
|
export type AgentListResponse = {
|
|
3
|
-
items: Array<
|
|
3
|
+
items: Array<AgentActionResponse>;
|
|
4
4
|
limit: number;
|
|
5
5
|
next_page_token?: (string | null);
|
|
6
6
|
};
|
|
@@ -9,7 +9,7 @@ export type AgentNodeConfig = {
|
|
|
9
9
|
*/
|
|
10
10
|
agent_name: string;
|
|
11
11
|
/**
|
|
12
|
-
* Explicit mapping from
|
|
12
|
+
* Explicit mapping from agent input key to either an expression or a literal JSON value. Strings are never auto-interpreted.
|
|
13
13
|
*/
|
|
14
14
|
input_mapping?: Record<string, (ExpressionInputBinding | LiteralInputBinding)>;
|
|
15
15
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* User decision scope for a run approval.
|
|
7
|
+
*/
|
|
8
|
+
export var AgentRunApprovalDecision;
|
|
9
|
+
(function (AgentRunApprovalDecision) {
|
|
10
|
+
AgentRunApprovalDecision["APPROVE_ONCE"] = "APPROVE_ONCE";
|
|
11
|
+
AgentRunApprovalDecision["APPROVE_FOR_SESSION"] = "APPROVE_FOR_SESSION";
|
|
12
|
+
AgentRunApprovalDecision["DENY"] = "DENY";
|
|
13
|
+
})(AgentRunApprovalDecision || (AgentRunApprovalDecision = {}));
|