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
|
@@ -28,17 +28,18 @@ export class AgentSurfacesIngressService {
|
|
|
28
28
|
});
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
32
|
-
*
|
|
31
|
+
* Verify surface webhook using the platform callback URL
|
|
32
|
+
* Webhook verification endpoint for platforms that require it.
|
|
33
|
+
* @param platform
|
|
33
34
|
* @returns any Successful Response
|
|
34
35
|
* @throws ApiError
|
|
35
36
|
*/
|
|
36
|
-
static
|
|
37
|
+
static surfaceWebhookVerify(platform) {
|
|
37
38
|
return __request(OpenAPI, {
|
|
38
39
|
method: 'GET',
|
|
39
|
-
url: '/surfaces/webhooks/
|
|
40
|
+
url: '/surfaces/webhooks/{platform}',
|
|
40
41
|
path: {
|
|
41
|
-
'
|
|
42
|
+
'platform': platform,
|
|
42
43
|
},
|
|
43
44
|
errors: {
|
|
44
45
|
422: `Validation Error`,
|
|
@@ -46,21 +47,18 @@ export class AgentSurfacesIngressService {
|
|
|
46
47
|
});
|
|
47
48
|
}
|
|
48
49
|
/**
|
|
49
|
-
* Handle
|
|
50
|
-
* Handle
|
|
51
|
-
*
|
|
52
|
-
* Per-surface webhooks (e.g. /surfaces/webhooks/surface/{uuid}) are used
|
|
53
|
-
* when users provide their own bot credentials (USER_PROVIDED credential mode).
|
|
54
|
-
* @param surfaceId
|
|
50
|
+
* Handle platform-level surface webhook
|
|
51
|
+
* Handle platform-level webhook callbacks.
|
|
52
|
+
* @param platform
|
|
55
53
|
* @returns any Successful Response
|
|
56
54
|
* @throws ApiError
|
|
57
55
|
*/
|
|
58
|
-
static
|
|
56
|
+
static surfaceWebhookHandlePlatform(platform) {
|
|
59
57
|
return __request(OpenAPI, {
|
|
60
58
|
method: 'POST',
|
|
61
|
-
url: '/surfaces/webhooks/
|
|
59
|
+
url: '/surfaces/webhooks/{platform}',
|
|
62
60
|
path: {
|
|
63
|
-
'
|
|
61
|
+
'platform': platform,
|
|
64
62
|
},
|
|
65
63
|
errors: {
|
|
66
64
|
422: `Validation Error`,
|
|
@@ -68,18 +66,18 @@ export class AgentSurfacesIngressService {
|
|
|
68
66
|
});
|
|
69
67
|
}
|
|
70
68
|
/**
|
|
71
|
-
* Verify surface webhook using
|
|
69
|
+
* Verify surface webhook using a surface-level callback URL
|
|
72
70
|
* Webhook verification endpoint for platforms that require it.
|
|
73
|
-
* @param
|
|
71
|
+
* @param surfaceId
|
|
74
72
|
* @returns any Successful Response
|
|
75
73
|
* @throws ApiError
|
|
76
74
|
*/
|
|
77
|
-
static
|
|
75
|
+
static surfaceWebhookVerifySurface(surfaceId) {
|
|
78
76
|
return __request(OpenAPI, {
|
|
79
77
|
method: 'GET',
|
|
80
|
-
url: '/surfaces/
|
|
78
|
+
url: '/surfaces/{surface_id}/webhook',
|
|
81
79
|
path: {
|
|
82
|
-
'
|
|
80
|
+
'surface_id': surfaceId,
|
|
83
81
|
},
|
|
84
82
|
errors: {
|
|
85
83
|
422: `Validation Error`,
|
|
@@ -87,21 +85,18 @@ export class AgentSurfacesIngressService {
|
|
|
87
85
|
});
|
|
88
86
|
}
|
|
89
87
|
/**
|
|
90
|
-
* Handle
|
|
91
|
-
* Handle webhooks
|
|
92
|
-
*
|
|
93
|
-
* Platform webhooks (e.g. /surfaces/webhooks/slack) are used when
|
|
94
|
-
* Lemma's own app handles the integration (NATIVE credential mode).
|
|
95
|
-
* @param platform
|
|
88
|
+
* Handle surface-level webhook
|
|
89
|
+
* Handle webhooks addressed to one concrete surface.
|
|
90
|
+
* @param surfaceId
|
|
96
91
|
* @returns any Successful Response
|
|
97
92
|
* @throws ApiError
|
|
98
93
|
*/
|
|
99
|
-
static
|
|
94
|
+
static surfaceWebhookHandleSurface(surfaceId) {
|
|
100
95
|
return __request(OpenAPI, {
|
|
101
96
|
method: 'POST',
|
|
102
|
-
url: '/surfaces/
|
|
97
|
+
url: '/surfaces/{surface_id}/webhook',
|
|
103
98
|
path: {
|
|
104
|
-
'
|
|
99
|
+
'surface_id': surfaceId,
|
|
105
100
|
},
|
|
106
101
|
errors: {
|
|
107
102
|
422: `Validation Error`,
|
|
@@ -2,8 +2,11 @@ import type { AdminConsentInfoResponse } from '../models/AdminConsentInfoRespons
|
|
|
2
2
|
import type { AgentSurfaceListResponse } from '../models/AgentSurfaceListResponse.js';
|
|
3
3
|
import type { CreateSurfaceRequest } from '../models/CreateSurfaceRequest.js';
|
|
4
4
|
import type { SurfacePlatformSetupGuideResponse } from '../models/SurfacePlatformSetupGuideResponse.js';
|
|
5
|
+
import type { SurfaceSetupStatusResponse } from '../models/SurfaceSetupStatusResponse.js';
|
|
5
6
|
import type { ToggleSurfaceRequest } from '../models/ToggleSurfaceRequest.js';
|
|
7
|
+
import type { UpdateSurfaceChannelsRequest } from '../models/UpdateSurfaceChannelsRequest.js';
|
|
6
8
|
import type { UpdateSurfaceRequest } from '../models/UpdateSurfaceRequest.js';
|
|
9
|
+
import type { UpsertSurfaceRequest } from '../models/UpsertSurfaceRequest.js';
|
|
7
10
|
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
8
11
|
export declare class AgentSurfacesService {
|
|
9
12
|
/**
|
|
@@ -31,46 +34,72 @@ export declare class AgentSurfacesService {
|
|
|
31
34
|
* @throws ApiError
|
|
32
35
|
*/
|
|
33
36
|
static agentSurfacePlatformChecklist(podId: string, platform: string): CancelablePromise<SurfacePlatformSetupGuideResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Upsert Surface By Platform
|
|
39
|
+
* @param podId
|
|
40
|
+
* @param platform
|
|
41
|
+
* @param requestBody
|
|
42
|
+
* @returns any Successful Response
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
static agentSurfaceUpsertByPlatform(podId: string, platform: string, requestBody: UpsertSurfaceRequest): CancelablePromise<any>;
|
|
46
|
+
/**
|
|
47
|
+
* Delete Surface
|
|
48
|
+
* @param podId
|
|
49
|
+
* @param surfaceRef
|
|
50
|
+
* @returns void
|
|
51
|
+
* @throws ApiError
|
|
52
|
+
*/
|
|
53
|
+
static agentSurfaceDelete(podId: string, surfaceRef: string): CancelablePromise<void>;
|
|
34
54
|
/**
|
|
35
55
|
* Get Surface
|
|
36
56
|
* @param podId
|
|
37
|
-
* @param
|
|
57
|
+
* @param surfaceRef
|
|
38
58
|
* @returns any Successful Response
|
|
39
59
|
* @throws ApiError
|
|
40
60
|
*/
|
|
41
|
-
static agentSurfaceGet(podId: string,
|
|
61
|
+
static agentSurfaceGet(podId: string, surfaceRef: string): CancelablePromise<any>;
|
|
42
62
|
/**
|
|
43
63
|
* Update Surface
|
|
44
64
|
* @param podId
|
|
45
|
-
* @param
|
|
65
|
+
* @param surfaceRef
|
|
46
66
|
* @param requestBody
|
|
47
67
|
* @returns any Successful Response
|
|
48
68
|
* @throws ApiError
|
|
49
69
|
*/
|
|
50
|
-
static agentSurfaceUpdate(podId: string,
|
|
70
|
+
static agentSurfaceUpdate(podId: string, surfaceRef: string, requestBody: UpdateSurfaceRequest): CancelablePromise<any>;
|
|
51
71
|
/**
|
|
52
72
|
* Get Admin Consent Info
|
|
53
73
|
* @param podId
|
|
54
|
-
* @param
|
|
74
|
+
* @param surfaceRef
|
|
55
75
|
* @returns AdminConsentInfoResponse Successful Response
|
|
56
76
|
* @throws ApiError
|
|
57
77
|
*/
|
|
58
|
-
static agentSurfaceAdminConsentInfo(podId: string,
|
|
78
|
+
static agentSurfaceAdminConsentInfo(podId: string, surfaceRef: string): CancelablePromise<AdminConsentInfoResponse>;
|
|
59
79
|
/**
|
|
60
|
-
*
|
|
80
|
+
* Update Surface Channels
|
|
61
81
|
* @param podId
|
|
62
|
-
* @param
|
|
82
|
+
* @param surfaceRef
|
|
63
83
|
* @param requestBody
|
|
64
84
|
* @returns any Successful Response
|
|
65
85
|
* @throws ApiError
|
|
66
86
|
*/
|
|
67
|
-
static
|
|
87
|
+
static agentSurfaceUpdateChannels(podId: string, surfaceRef: string, requestBody: UpdateSurfaceChannelsRequest): CancelablePromise<any>;
|
|
68
88
|
/**
|
|
69
|
-
* Get
|
|
89
|
+
* Get Surface Setup Status
|
|
70
90
|
* @param podId
|
|
71
|
-
* @param
|
|
91
|
+
* @param surfaceRef
|
|
92
|
+
* @returns SurfaceSetupStatusResponse Successful Response
|
|
93
|
+
* @throws ApiError
|
|
94
|
+
*/
|
|
95
|
+
static agentSurfaceSetupStatus(podId: string, surfaceRef: string): CancelablePromise<SurfaceSetupStatusResponse>;
|
|
96
|
+
/**
|
|
97
|
+
* Toggle Surface
|
|
98
|
+
* @param podId
|
|
99
|
+
* @param surfaceRef
|
|
100
|
+
* @param requestBody
|
|
72
101
|
* @returns any Successful Response
|
|
73
102
|
* @throws ApiError
|
|
74
103
|
*/
|
|
75
|
-
static
|
|
104
|
+
static agentSurfaceToggle(podId: string, surfaceRef: string, requestBody: ToggleSurfaceRequest): CancelablePromise<any>;
|
|
76
105
|
}
|
|
@@ -66,20 +66,63 @@ export class AgentSurfacesService {
|
|
|
66
66
|
},
|
|
67
67
|
});
|
|
68
68
|
}
|
|
69
|
+
/**
|
|
70
|
+
* Upsert Surface By Platform
|
|
71
|
+
* @param podId
|
|
72
|
+
* @param platform
|
|
73
|
+
* @param requestBody
|
|
74
|
+
* @returns any Successful Response
|
|
75
|
+
* @throws ApiError
|
|
76
|
+
*/
|
|
77
|
+
static agentSurfaceUpsertByPlatform(podId, platform, requestBody) {
|
|
78
|
+
return __request(OpenAPI, {
|
|
79
|
+
method: 'PUT',
|
|
80
|
+
url: '/pods/{pod_id}/surfaces/{platform}',
|
|
81
|
+
path: {
|
|
82
|
+
'pod_id': podId,
|
|
83
|
+
'platform': platform,
|
|
84
|
+
},
|
|
85
|
+
body: requestBody,
|
|
86
|
+
mediaType: 'application/json',
|
|
87
|
+
errors: {
|
|
88
|
+
422: `Validation Error`,
|
|
89
|
+
},
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Delete Surface
|
|
94
|
+
* @param podId
|
|
95
|
+
* @param surfaceRef
|
|
96
|
+
* @returns void
|
|
97
|
+
* @throws ApiError
|
|
98
|
+
*/
|
|
99
|
+
static agentSurfaceDelete(podId, surfaceRef) {
|
|
100
|
+
return __request(OpenAPI, {
|
|
101
|
+
method: 'DELETE',
|
|
102
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}',
|
|
103
|
+
path: {
|
|
104
|
+
'pod_id': podId,
|
|
105
|
+
'surface_ref': surfaceRef,
|
|
106
|
+
},
|
|
107
|
+
errors: {
|
|
108
|
+
422: `Validation Error`,
|
|
109
|
+
},
|
|
110
|
+
});
|
|
111
|
+
}
|
|
69
112
|
/**
|
|
70
113
|
* Get Surface
|
|
71
114
|
* @param podId
|
|
72
|
-
* @param
|
|
115
|
+
* @param surfaceRef
|
|
73
116
|
* @returns any Successful Response
|
|
74
117
|
* @throws ApiError
|
|
75
118
|
*/
|
|
76
|
-
static agentSurfaceGet(podId,
|
|
119
|
+
static agentSurfaceGet(podId, surfaceRef) {
|
|
77
120
|
return __request(OpenAPI, {
|
|
78
121
|
method: 'GET',
|
|
79
|
-
url: '/pods/{pod_id}/surfaces/{
|
|
122
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}',
|
|
80
123
|
path: {
|
|
81
124
|
'pod_id': podId,
|
|
82
|
-
'
|
|
125
|
+
'surface_ref': surfaceRef,
|
|
83
126
|
},
|
|
84
127
|
errors: {
|
|
85
128
|
422: `Validation Error`,
|
|
@@ -89,18 +132,18 @@ export class AgentSurfacesService {
|
|
|
89
132
|
/**
|
|
90
133
|
* Update Surface
|
|
91
134
|
* @param podId
|
|
92
|
-
* @param
|
|
135
|
+
* @param surfaceRef
|
|
93
136
|
* @param requestBody
|
|
94
137
|
* @returns any Successful Response
|
|
95
138
|
* @throws ApiError
|
|
96
139
|
*/
|
|
97
|
-
static agentSurfaceUpdate(podId,
|
|
140
|
+
static agentSurfaceUpdate(podId, surfaceRef, requestBody) {
|
|
98
141
|
return __request(OpenAPI, {
|
|
99
142
|
method: 'PATCH',
|
|
100
|
-
url: '/pods/{pod_id}/surfaces/{
|
|
143
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}',
|
|
101
144
|
path: {
|
|
102
145
|
'pod_id': podId,
|
|
103
|
-
'
|
|
146
|
+
'surface_ref': surfaceRef,
|
|
104
147
|
},
|
|
105
148
|
body: requestBody,
|
|
106
149
|
mediaType: 'application/json',
|
|
@@ -112,17 +155,17 @@ export class AgentSurfacesService {
|
|
|
112
155
|
/**
|
|
113
156
|
* Get Admin Consent Info
|
|
114
157
|
* @param podId
|
|
115
|
-
* @param
|
|
158
|
+
* @param surfaceRef
|
|
116
159
|
* @returns AdminConsentInfoResponse Successful Response
|
|
117
160
|
* @throws ApiError
|
|
118
161
|
*/
|
|
119
|
-
static agentSurfaceAdminConsentInfo(podId,
|
|
162
|
+
static agentSurfaceAdminConsentInfo(podId, surfaceRef) {
|
|
120
163
|
return __request(OpenAPI, {
|
|
121
164
|
method: 'GET',
|
|
122
|
-
url: '/pods/{pod_id}/surfaces/{
|
|
165
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}/admin-consent',
|
|
123
166
|
path: {
|
|
124
167
|
'pod_id': podId,
|
|
125
|
-
'
|
|
168
|
+
'surface_ref': surfaceRef,
|
|
126
169
|
},
|
|
127
170
|
errors: {
|
|
128
171
|
422: `Validation Error`,
|
|
@@ -130,20 +173,20 @@ export class AgentSurfacesService {
|
|
|
130
173
|
});
|
|
131
174
|
}
|
|
132
175
|
/**
|
|
133
|
-
*
|
|
176
|
+
* Update Surface Channels
|
|
134
177
|
* @param podId
|
|
135
|
-
* @param
|
|
178
|
+
* @param surfaceRef
|
|
136
179
|
* @param requestBody
|
|
137
180
|
* @returns any Successful Response
|
|
138
181
|
* @throws ApiError
|
|
139
182
|
*/
|
|
140
|
-
static
|
|
183
|
+
static agentSurfaceUpdateChannels(podId, surfaceRef, requestBody) {
|
|
141
184
|
return __request(OpenAPI, {
|
|
142
|
-
method: '
|
|
143
|
-
url: '/pods/{pod_id}/surfaces/{
|
|
185
|
+
method: 'PUT',
|
|
186
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}/channels',
|
|
144
187
|
path: {
|
|
145
188
|
'pod_id': podId,
|
|
146
|
-
'
|
|
189
|
+
'surface_ref': surfaceRef,
|
|
147
190
|
},
|
|
148
191
|
body: requestBody,
|
|
149
192
|
mediaType: 'application/json',
|
|
@@ -153,20 +196,43 @@ export class AgentSurfacesService {
|
|
|
153
196
|
});
|
|
154
197
|
}
|
|
155
198
|
/**
|
|
156
|
-
* Get
|
|
199
|
+
* Get Surface Setup Status
|
|
157
200
|
* @param podId
|
|
158
|
-
* @param
|
|
159
|
-
* @returns
|
|
201
|
+
* @param surfaceRef
|
|
202
|
+
* @returns SurfaceSetupStatusResponse Successful Response
|
|
160
203
|
* @throws ApiError
|
|
161
204
|
*/
|
|
162
|
-
static
|
|
205
|
+
static agentSurfaceSetupStatus(podId, surfaceRef) {
|
|
163
206
|
return __request(OpenAPI, {
|
|
164
207
|
method: 'GET',
|
|
165
|
-
url: '/pods/{pod_id}/surfaces/{
|
|
208
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}/setup',
|
|
166
209
|
path: {
|
|
167
210
|
'pod_id': podId,
|
|
168
|
-
'
|
|
211
|
+
'surface_ref': surfaceRef,
|
|
212
|
+
},
|
|
213
|
+
errors: {
|
|
214
|
+
422: `Validation Error`,
|
|
169
215
|
},
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Toggle Surface
|
|
220
|
+
* @param podId
|
|
221
|
+
* @param surfaceRef
|
|
222
|
+
* @param requestBody
|
|
223
|
+
* @returns any Successful Response
|
|
224
|
+
* @throws ApiError
|
|
225
|
+
*/
|
|
226
|
+
static agentSurfaceToggle(podId, surfaceRef, requestBody) {
|
|
227
|
+
return __request(OpenAPI, {
|
|
228
|
+
method: 'PATCH',
|
|
229
|
+
url: '/pods/{pod_id}/surfaces/{surface_ref}/toggle',
|
|
230
|
+
path: {
|
|
231
|
+
'pod_id': podId,
|
|
232
|
+
'surface_ref': surfaceRef,
|
|
233
|
+
},
|
|
234
|
+
body: requestBody,
|
|
235
|
+
mediaType: 'application/json',
|
|
170
236
|
errors: {
|
|
171
237
|
422: `Validation Error`,
|
|
172
238
|
},
|
|
@@ -2,8 +2,6 @@ import type { IntegrationHelperAgentRequest } from '../models/IntegrationHelperA
|
|
|
2
2
|
import type { IntegrationHelperAgentResponse } from '../models/IntegrationHelperAgentResponse.js';
|
|
3
3
|
import type { ReportFeedbackRequest } from '../models/ReportFeedbackRequest.js';
|
|
4
4
|
import type { ReportFeedbackResponse } from '../models/ReportFeedbackResponse.js';
|
|
5
|
-
import type { WebSearchAgentRequest } from '../models/WebSearchAgentRequest.js';
|
|
6
|
-
import type { WebSearchAgentResponse } from '../models/WebSearchAgentResponse.js';
|
|
7
5
|
import type { WebSearchRequest } from '../models/WebSearchRequest.js';
|
|
8
6
|
import type { WebSearchResponse } from '../models/WebSearchResponse.js';
|
|
9
7
|
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
@@ -32,12 +30,4 @@ export declare class AgentToolsService {
|
|
|
32
30
|
* @throws ApiError
|
|
33
31
|
*/
|
|
34
32
|
static agentToolWebSearch(requestBody: WebSearchRequest): CancelablePromise<WebSearchResponse>;
|
|
35
|
-
/**
|
|
36
|
-
* Agent Web Search Agent
|
|
37
|
-
* Run the multi-step web search agent and return a synthesized answer.
|
|
38
|
-
* @param requestBody
|
|
39
|
-
* @returns WebSearchAgentResponse Successful Response
|
|
40
|
-
* @throws ApiError
|
|
41
|
-
*/
|
|
42
|
-
static agentToolWebSearchAgent(requestBody: WebSearchAgentRequest): CancelablePromise<WebSearchAgentResponse>;
|
|
43
33
|
}
|
|
@@ -55,22 +55,4 @@ export class AgentToolsService {
|
|
|
55
55
|
},
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
|
-
/**
|
|
59
|
-
* Agent Web Search Agent
|
|
60
|
-
* Run the multi-step web search agent and return a synthesized answer.
|
|
61
|
-
* @param requestBody
|
|
62
|
-
* @returns WebSearchAgentResponse Successful Response
|
|
63
|
-
* @throws ApiError
|
|
64
|
-
*/
|
|
65
|
-
static agentToolWebSearchAgent(requestBody) {
|
|
66
|
-
return __request(OpenAPI, {
|
|
67
|
-
method: 'POST',
|
|
68
|
-
url: '/tools/web-search-agent',
|
|
69
|
-
body: requestBody,
|
|
70
|
-
mediaType: 'application/json',
|
|
71
|
-
errors: {
|
|
72
|
-
422: `Validation Error`,
|
|
73
|
-
},
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
58
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import type { AgentActionResponse } from '../models/AgentActionResponse.js';
|
|
2
|
+
import type { AgentDetailResponse } from '../models/AgentDetailResponse.js';
|
|
1
3
|
import type { AgentListResponse } from '../models/AgentListResponse.js';
|
|
2
4
|
import type { AgentMessageResponse } from '../models/AgentMessageResponse.js';
|
|
3
|
-
import type {
|
|
5
|
+
import type { AgentPermissionsReplaceRequest } from '../models/AgentPermissionsReplaceRequest.js';
|
|
6
|
+
import type { AgentPermissionsResponse } from '../models/AgentPermissionsResponse.js';
|
|
4
7
|
import type { CreateAgentRequest } from '../models/CreateAgentRequest.js';
|
|
5
8
|
import type { UpdateAgentRequest } from '../models/UpdateAgentRequest.js';
|
|
6
9
|
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
@@ -17,13 +20,13 @@ export declare class AgentsService {
|
|
|
17
20
|
static agentList(podId: string, pageToken?: (string | null), limit?: number): CancelablePromise<AgentListResponse>;
|
|
18
21
|
/**
|
|
19
22
|
* Create Agent
|
|
20
|
-
* Create a pod-owned agent definition with
|
|
23
|
+
* Create a pod-owned agent definition with runtime, toolsets, and schemas.
|
|
21
24
|
* @param podId
|
|
22
25
|
* @param requestBody
|
|
23
|
-
* @returns
|
|
26
|
+
* @returns AgentActionResponse Successful Response
|
|
24
27
|
* @throws ApiError
|
|
25
28
|
*/
|
|
26
|
-
static agentCreate(podId: string, requestBody: CreateAgentRequest): CancelablePromise<
|
|
29
|
+
static agentCreate(podId: string, requestBody: CreateAgentRequest): CancelablePromise<AgentActionResponse>;
|
|
27
30
|
/**
|
|
28
31
|
* Delete Agent
|
|
29
32
|
* Delete a pod-owned agent definition by name.
|
|
@@ -38,18 +41,37 @@ export declare class AgentsService {
|
|
|
38
41
|
* Get one pod-owned agent definition by its stable name.
|
|
39
42
|
* @param podId
|
|
40
43
|
* @param agentName
|
|
41
|
-
* @returns
|
|
44
|
+
* @returns AgentDetailResponse Successful Response
|
|
42
45
|
* @throws ApiError
|
|
43
46
|
*/
|
|
44
|
-
static agentGet(podId: string, agentName: string): CancelablePromise<
|
|
47
|
+
static agentGet(podId: string, agentName: string): CancelablePromise<AgentDetailResponse>;
|
|
45
48
|
/**
|
|
46
49
|
* Update Agent
|
|
47
|
-
* Update an agent definition, including prompt instruction,
|
|
50
|
+
* Update an agent definition, including prompt instruction, runtime, toolsets, and schemas.
|
|
48
51
|
* @param podId
|
|
49
52
|
* @param agentName
|
|
50
53
|
* @param requestBody
|
|
51
|
-
* @returns
|
|
54
|
+
* @returns AgentActionResponse Successful Response
|
|
52
55
|
* @throws ApiError
|
|
53
56
|
*/
|
|
54
|
-
static agentUpdate(podId: string, agentName: string, requestBody: UpdateAgentRequest): CancelablePromise<
|
|
57
|
+
static agentUpdate(podId: string, agentName: string, requestBody: UpdateAgentRequest): CancelablePromise<AgentActionResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* Get Agent Resource Permissions
|
|
60
|
+
* Get explicit resource grants assigned to an agent.
|
|
61
|
+
* @param podId
|
|
62
|
+
* @param agentName
|
|
63
|
+
* @returns AgentPermissionsResponse Successful Response
|
|
64
|
+
* @throws ApiError
|
|
65
|
+
*/
|
|
66
|
+
static agentPermissionsGet(podId: string, agentName: string): CancelablePromise<AgentPermissionsResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* Replace Agent Resource Permissions
|
|
69
|
+
* Replace explicit resource grants assigned to an agent.
|
|
70
|
+
* @param podId
|
|
71
|
+
* @param agentName
|
|
72
|
+
* @param requestBody
|
|
73
|
+
* @returns AgentPermissionsResponse Successful Response
|
|
74
|
+
* @throws ApiError
|
|
75
|
+
*/
|
|
76
|
+
static agentPermissionsReplace(podId: string, agentName: string, requestBody: AgentPermissionsReplaceRequest): CancelablePromise<AgentPermissionsResponse>;
|
|
55
77
|
}
|
|
@@ -28,10 +28,10 @@ export class AgentsService {
|
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Create Agent
|
|
31
|
-
* Create a pod-owned agent definition with
|
|
31
|
+
* Create a pod-owned agent definition with runtime, toolsets, and schemas.
|
|
32
32
|
* @param podId
|
|
33
33
|
* @param requestBody
|
|
34
|
-
* @returns
|
|
34
|
+
* @returns AgentActionResponse Successful Response
|
|
35
35
|
* @throws ApiError
|
|
36
36
|
*/
|
|
37
37
|
static agentCreate(podId, requestBody) {
|
|
@@ -74,7 +74,7 @@ export class AgentsService {
|
|
|
74
74
|
* Get one pod-owned agent definition by its stable name.
|
|
75
75
|
* @param podId
|
|
76
76
|
* @param agentName
|
|
77
|
-
* @returns
|
|
77
|
+
* @returns AgentDetailResponse Successful Response
|
|
78
78
|
* @throws ApiError
|
|
79
79
|
*/
|
|
80
80
|
static agentGet(podId, agentName) {
|
|
@@ -92,11 +92,11 @@ export class AgentsService {
|
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Update Agent
|
|
95
|
-
* Update an agent definition, including prompt instruction,
|
|
95
|
+
* Update an agent definition, including prompt instruction, runtime, toolsets, and schemas.
|
|
96
96
|
* @param podId
|
|
97
97
|
* @param agentName
|
|
98
98
|
* @param requestBody
|
|
99
|
-
* @returns
|
|
99
|
+
* @returns AgentActionResponse Successful Response
|
|
100
100
|
* @throws ApiError
|
|
101
101
|
*/
|
|
102
102
|
static agentUpdate(podId, agentName, requestBody) {
|
|
@@ -114,4 +114,49 @@ export class AgentsService {
|
|
|
114
114
|
},
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* Get Agent Resource Permissions
|
|
119
|
+
* Get explicit resource grants assigned to an agent.
|
|
120
|
+
* @param podId
|
|
121
|
+
* @param agentName
|
|
122
|
+
* @returns AgentPermissionsResponse Successful Response
|
|
123
|
+
* @throws ApiError
|
|
124
|
+
*/
|
|
125
|
+
static agentPermissionsGet(podId, agentName) {
|
|
126
|
+
return __request(OpenAPI, {
|
|
127
|
+
method: 'GET',
|
|
128
|
+
url: '/pods/{pod_id}/agents/{agent_name}/permissions',
|
|
129
|
+
path: {
|
|
130
|
+
'pod_id': podId,
|
|
131
|
+
'agent_name': agentName,
|
|
132
|
+
},
|
|
133
|
+
errors: {
|
|
134
|
+
422: `Validation Error`,
|
|
135
|
+
},
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Replace Agent Resource Permissions
|
|
140
|
+
* Replace explicit resource grants assigned to an agent.
|
|
141
|
+
* @param podId
|
|
142
|
+
* @param agentName
|
|
143
|
+
* @param requestBody
|
|
144
|
+
* @returns AgentPermissionsResponse Successful Response
|
|
145
|
+
* @throws ApiError
|
|
146
|
+
*/
|
|
147
|
+
static agentPermissionsReplace(podId, agentName, requestBody) {
|
|
148
|
+
return __request(OpenAPI, {
|
|
149
|
+
method: 'PUT',
|
|
150
|
+
url: '/pods/{pod_id}/agents/{agent_name}/permissions',
|
|
151
|
+
path: {
|
|
152
|
+
'pod_id': podId,
|
|
153
|
+
'agent_name': agentName,
|
|
154
|
+
},
|
|
155
|
+
body: requestBody,
|
|
156
|
+
mediaType: 'application/json',
|
|
157
|
+
errors: {
|
|
158
|
+
422: `Validation Error`,
|
|
159
|
+
},
|
|
160
|
+
});
|
|
161
|
+
}
|
|
117
162
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { ApplicationDetailResponseSchema } from '../models/ApplicationDetailResponseSchema.js';
|
|
2
2
|
import type { ApplicationListResponseSchema } from '../models/ApplicationListResponseSchema.js';
|
|
3
|
+
import type { ApplicationSkillResponse } from '../models/ApplicationSkillResponse.js';
|
|
3
4
|
import type { AppTriggerListResponseSchema } from '../models/AppTriggerListResponseSchema.js';
|
|
4
5
|
import type { AppTriggerResponseSchema } from '../models/AppTriggerResponseSchema.js';
|
|
5
6
|
import type { OperationDetail } from '../models/OperationDetail.js';
|
|
@@ -47,37 +48,50 @@ export declare class ApplicationsService {
|
|
|
47
48
|
*/
|
|
48
49
|
static applicationGet(applicationId: string): CancelablePromise<ApplicationDetailResponseSchema>;
|
|
49
50
|
/**
|
|
50
|
-
*
|
|
51
|
+
* Get Application Skill
|
|
52
|
+
* Get the skill guide markdown for an application. Pass `provider=lemma` or `provider=composio` to get provider-specific instructions when the app supports both. Falls back to the generic doc if no provider-specific file exists. Returns 404 if no skill doc has been generated yet.
|
|
51
53
|
* @param applicationId
|
|
54
|
+
* @param provider Provider override: lemma or composio
|
|
55
|
+
* @returns ApplicationSkillResponse Successful Response
|
|
56
|
+
* @throws ApiError
|
|
57
|
+
*/
|
|
58
|
+
static applicationSkillGet(applicationId: string, provider?: (string | null)): CancelablePromise<ApplicationSkillResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* Discover Application Operations
|
|
61
|
+
* @param organizationId
|
|
62
|
+
* @param authConfigName
|
|
52
63
|
* @param query
|
|
53
64
|
* @param limit
|
|
54
65
|
* @returns OperationDiscoverResponse Successful Response
|
|
55
66
|
* @throws ApiError
|
|
56
67
|
*/
|
|
57
|
-
static applicationOperationDiscover(
|
|
68
|
+
static applicationOperationDiscover(organizationId: string, authConfigName: string, query?: (string | null), limit?: number): CancelablePromise<OperationDiscoverResponse>;
|
|
58
69
|
/**
|
|
59
70
|
* Get Application Operation Details In Batch
|
|
60
|
-
* @param
|
|
71
|
+
* @param organizationId
|
|
72
|
+
* @param authConfigName
|
|
61
73
|
* @param requestBody
|
|
62
74
|
* @returns OperationDetailsBatchResponse Successful Response
|
|
63
75
|
* @throws ApiError
|
|
64
76
|
*/
|
|
65
|
-
static applicationOperationDetailsBatch(
|
|
77
|
+
static applicationOperationDetailsBatch(organizationId: string, authConfigName: string, requestBody: OperationDetailsBatchRequest): CancelablePromise<OperationDetailsBatchResponse>;
|
|
66
78
|
/**
|
|
67
79
|
* Get Application Operation Details
|
|
68
|
-
* @param
|
|
80
|
+
* @param organizationId
|
|
81
|
+
* @param authConfigName
|
|
69
82
|
* @param operationName
|
|
70
83
|
* @returns OperationDetail Successful Response
|
|
71
84
|
* @throws ApiError
|
|
72
85
|
*/
|
|
73
|
-
static applicationOperationDetail(
|
|
86
|
+
static applicationOperationDetail(organizationId: string, authConfigName: string, operationName: string): CancelablePromise<OperationDetail>;
|
|
74
87
|
/**
|
|
75
88
|
* Execute Application Operation
|
|
76
|
-
* @param
|
|
89
|
+
* @param organizationId
|
|
90
|
+
* @param authConfigName
|
|
77
91
|
* @param operationName
|
|
78
92
|
* @param requestBody
|
|
79
93
|
* @returns OperationExecutionResponse Successful Response
|
|
80
94
|
* @throws ApiError
|
|
81
95
|
*/
|
|
82
|
-
static applicationOperationExecute(
|
|
96
|
+
static applicationOperationExecute(organizationId: string, authConfigName: string, operationName: string, requestBody: OperationExecutionRequest): CancelablePromise<OperationExecutionResponse>;
|
|
83
97
|
}
|