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
|
@@ -86,19 +86,44 @@ export class ApplicationsService {
|
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Get Application Skill
|
|
90
|
+
* 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.
|
|
90
91
|
* @param applicationId
|
|
92
|
+
* @param provider Provider override: lemma or composio
|
|
93
|
+
* @returns ApplicationSkillResponse Successful Response
|
|
94
|
+
* @throws ApiError
|
|
95
|
+
*/
|
|
96
|
+
static applicationSkillGet(applicationId, provider) {
|
|
97
|
+
return __request(OpenAPI, {
|
|
98
|
+
method: 'GET',
|
|
99
|
+
url: '/integrations/applications/{application_id}/skill',
|
|
100
|
+
path: {
|
|
101
|
+
'application_id': applicationId,
|
|
102
|
+
},
|
|
103
|
+
query: {
|
|
104
|
+
'provider': provider,
|
|
105
|
+
},
|
|
106
|
+
errors: {
|
|
107
|
+
422: `Validation Error`,
|
|
108
|
+
},
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Discover Application Operations
|
|
113
|
+
* @param organizationId
|
|
114
|
+
* @param authConfigName
|
|
91
115
|
* @param query
|
|
92
116
|
* @param limit
|
|
93
117
|
* @returns OperationDiscoverResponse Successful Response
|
|
94
118
|
* @throws ApiError
|
|
95
119
|
*/
|
|
96
|
-
static applicationOperationDiscover(
|
|
120
|
+
static applicationOperationDiscover(organizationId, authConfigName, query, limit = 100) {
|
|
97
121
|
return __request(OpenAPI, {
|
|
98
122
|
method: 'GET',
|
|
99
|
-
url: '/integrations/
|
|
123
|
+
url: '/organizations/{organization_id}/integrations/{auth_config_name}/operations',
|
|
100
124
|
path: {
|
|
101
|
-
'
|
|
125
|
+
'organization_id': organizationId,
|
|
126
|
+
'auth_config_name': authConfigName,
|
|
102
127
|
},
|
|
103
128
|
query: {
|
|
104
129
|
'query': query,
|
|
@@ -111,17 +136,19 @@ export class ApplicationsService {
|
|
|
111
136
|
}
|
|
112
137
|
/**
|
|
113
138
|
* Get Application Operation Details In Batch
|
|
114
|
-
* @param
|
|
139
|
+
* @param organizationId
|
|
140
|
+
* @param authConfigName
|
|
115
141
|
* @param requestBody
|
|
116
142
|
* @returns OperationDetailsBatchResponse Successful Response
|
|
117
143
|
* @throws ApiError
|
|
118
144
|
*/
|
|
119
|
-
static applicationOperationDetailsBatch(
|
|
145
|
+
static applicationOperationDetailsBatch(organizationId, authConfigName, requestBody) {
|
|
120
146
|
return __request(OpenAPI, {
|
|
121
147
|
method: 'POST',
|
|
122
|
-
url: '/integrations/
|
|
148
|
+
url: '/organizations/{organization_id}/integrations/{auth_config_name}/operations/details',
|
|
123
149
|
path: {
|
|
124
|
-
'
|
|
150
|
+
'organization_id': organizationId,
|
|
151
|
+
'auth_config_name': authConfigName,
|
|
125
152
|
},
|
|
126
153
|
body: requestBody,
|
|
127
154
|
mediaType: 'application/json',
|
|
@@ -132,17 +159,19 @@ export class ApplicationsService {
|
|
|
132
159
|
}
|
|
133
160
|
/**
|
|
134
161
|
* Get Application Operation Details
|
|
135
|
-
* @param
|
|
162
|
+
* @param organizationId
|
|
163
|
+
* @param authConfigName
|
|
136
164
|
* @param operationName
|
|
137
165
|
* @returns OperationDetail Successful Response
|
|
138
166
|
* @throws ApiError
|
|
139
167
|
*/
|
|
140
|
-
static applicationOperationDetail(
|
|
168
|
+
static applicationOperationDetail(organizationId, authConfigName, operationName) {
|
|
141
169
|
return __request(OpenAPI, {
|
|
142
170
|
method: 'GET',
|
|
143
|
-
url: '/integrations/
|
|
171
|
+
url: '/organizations/{organization_id}/integrations/{auth_config_name}/operations/{operation_name}',
|
|
144
172
|
path: {
|
|
145
|
-
'
|
|
173
|
+
'organization_id': organizationId,
|
|
174
|
+
'auth_config_name': authConfigName,
|
|
146
175
|
'operation_name': operationName,
|
|
147
176
|
},
|
|
148
177
|
errors: {
|
|
@@ -152,18 +181,20 @@ export class ApplicationsService {
|
|
|
152
181
|
}
|
|
153
182
|
/**
|
|
154
183
|
* Execute Application Operation
|
|
155
|
-
* @param
|
|
184
|
+
* @param organizationId
|
|
185
|
+
* @param authConfigName
|
|
156
186
|
* @param operationName
|
|
157
187
|
* @param requestBody
|
|
158
188
|
* @returns OperationExecutionResponse Successful Response
|
|
159
189
|
* @throws ApiError
|
|
160
190
|
*/
|
|
161
|
-
static applicationOperationExecute(
|
|
191
|
+
static applicationOperationExecute(organizationId, authConfigName, operationName, requestBody) {
|
|
162
192
|
return __request(OpenAPI, {
|
|
163
193
|
method: 'POST',
|
|
164
|
-
url: '/integrations/
|
|
194
|
+
url: '/organizations/{organization_id}/integrations/{auth_config_name}/operations/{operation_name}/execute',
|
|
165
195
|
path: {
|
|
166
|
-
'
|
|
196
|
+
'organization_id': organizationId,
|
|
197
|
+
'auth_config_name': authConfigName,
|
|
167
198
|
'operation_name': operationName,
|
|
168
199
|
},
|
|
169
200
|
body: requestBody,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { CreateDeskRequest } from '../models/CreateDeskRequest.js';
|
|
2
2
|
import type { DeskBundleUploadRequest } from '../models/DeskBundleUploadRequest.js';
|
|
3
3
|
import type { DeskBundleUploadResponse } from '../models/DeskBundleUploadResponse.js';
|
|
4
|
+
import type { DeskDetailResponse } from '../models/DeskDetailResponse.js';
|
|
4
5
|
import type { DeskListResponse } from '../models/DeskListResponse.js';
|
|
5
6
|
import type { DeskMessageResponse } from '../models/DeskMessageResponse.js';
|
|
6
|
-
import type { DeskResponse } from '../models/DeskResponse.js';
|
|
7
7
|
import type { UpdateDeskRequest } from '../models/UpdateDeskRequest.js';
|
|
8
8
|
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
9
9
|
export declare class DesksService {
|
|
@@ -20,10 +20,10 @@ export declare class DesksService {
|
|
|
20
20
|
* Create Desk
|
|
21
21
|
* @param podId
|
|
22
22
|
* @param requestBody
|
|
23
|
-
* @returns
|
|
23
|
+
* @returns DeskDetailResponse Successful Response
|
|
24
24
|
* @throws ApiError
|
|
25
25
|
*/
|
|
26
|
-
static deskCreate(podId: string, requestBody: CreateDeskRequest): CancelablePromise<
|
|
26
|
+
static deskCreate(podId: string, requestBody: CreateDeskRequest): CancelablePromise<DeskDetailResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* Delete Desk
|
|
29
29
|
* @param podId
|
|
@@ -36,19 +36,19 @@ export declare class DesksService {
|
|
|
36
36
|
* Get Desk
|
|
37
37
|
* @param podId
|
|
38
38
|
* @param deskName
|
|
39
|
-
* @returns
|
|
39
|
+
* @returns DeskDetailResponse Successful Response
|
|
40
40
|
* @throws ApiError
|
|
41
41
|
*/
|
|
42
|
-
static deskGet(podId: string, deskName: string): CancelablePromise<
|
|
42
|
+
static deskGet(podId: string, deskName: string): CancelablePromise<DeskDetailResponse>;
|
|
43
43
|
/**
|
|
44
44
|
* Update Desk
|
|
45
45
|
* @param podId
|
|
46
46
|
* @param deskName
|
|
47
47
|
* @param requestBody
|
|
48
|
-
* @returns
|
|
48
|
+
* @returns DeskDetailResponse Successful Response
|
|
49
49
|
* @throws ApiError
|
|
50
50
|
*/
|
|
51
|
-
static deskUpdate(podId: string, deskName: string, requestBody: UpdateDeskRequest): CancelablePromise<
|
|
51
|
+
static deskUpdate(podId: string, deskName: string, requestBody: UpdateDeskRequest): CancelablePromise<DeskDetailResponse>;
|
|
52
52
|
/**
|
|
53
53
|
* Get Desk Root Asset
|
|
54
54
|
* @param podId
|
|
@@ -29,7 +29,7 @@ export class DesksService {
|
|
|
29
29
|
* Create Desk
|
|
30
30
|
* @param podId
|
|
31
31
|
* @param requestBody
|
|
32
|
-
* @returns
|
|
32
|
+
* @returns DeskDetailResponse Successful Response
|
|
33
33
|
* @throws ApiError
|
|
34
34
|
*/
|
|
35
35
|
static deskCreate(podId, requestBody) {
|
|
@@ -70,7 +70,7 @@ export class DesksService {
|
|
|
70
70
|
* Get Desk
|
|
71
71
|
* @param podId
|
|
72
72
|
* @param deskName
|
|
73
|
-
* @returns
|
|
73
|
+
* @returns DeskDetailResponse Successful Response
|
|
74
74
|
* @throws ApiError
|
|
75
75
|
*/
|
|
76
76
|
static deskGet(podId, deskName) {
|
|
@@ -91,7 +91,7 @@ export class DesksService {
|
|
|
91
91
|
* @param podId
|
|
92
92
|
* @param deskName
|
|
93
93
|
* @param requestBody
|
|
94
|
-
* @returns
|
|
94
|
+
* @returns DeskDetailResponse Successful Response
|
|
95
95
|
* @throws ApiError
|
|
96
96
|
*/
|
|
97
97
|
static deskUpdate(podId, deskName, requestBody) {
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { ConvertedFileResponse } from '../models/ConvertedFileResponse.js';
|
|
2
2
|
import type { CreateFolderRequest } from '../models/CreateFolderRequest.js';
|
|
3
3
|
import type { DatastoreFileUploadRequest } from '../models/DatastoreFileUploadRequest.js';
|
|
4
|
-
import type { DatastoreMessageResponse } from '../models/DatastoreMessageResponse.js';
|
|
5
4
|
import type { DirectoryTreeResponse } from '../models/DirectoryTreeResponse.js';
|
|
5
|
+
import type { FileDetailResponse } from '../models/FileDetailResponse.js';
|
|
6
6
|
import type { FileListResponse } from '../models/FileListResponse.js';
|
|
7
|
-
import type { FileResponse } from '../models/FileResponse.js';
|
|
8
7
|
import type { FileSearchRequest } from '../models/FileSearchRequest.js';
|
|
9
8
|
import type { FileSearchResponse } from '../models/FileSearchResponse.js';
|
|
10
9
|
import type { update } from '../models/update.js';
|
|
@@ -24,34 +23,43 @@ export declare class FilesService {
|
|
|
24
23
|
* Upload File
|
|
25
24
|
* @param podId
|
|
26
25
|
* @param formData
|
|
27
|
-
* @returns
|
|
26
|
+
* @returns FileDetailResponse Successful Response
|
|
28
27
|
* @throws ApiError
|
|
29
28
|
*/
|
|
30
|
-
static fileUpload(podId: string, formData: DatastoreFileUploadRequest): CancelablePromise<
|
|
29
|
+
static fileUpload(podId: string, formData: DatastoreFileUploadRequest): CancelablePromise<FileDetailResponse>;
|
|
31
30
|
/**
|
|
32
31
|
* Delete File Or Folder
|
|
33
32
|
* @param podId
|
|
34
33
|
* @param path
|
|
35
|
-
* @returns
|
|
34
|
+
* @returns void
|
|
36
35
|
* @throws ApiError
|
|
37
36
|
*/
|
|
38
|
-
static fileDelete(podId: string, path: string): CancelablePromise<
|
|
37
|
+
static fileDelete(podId: string, path: string): CancelablePromise<void>;
|
|
39
38
|
/**
|
|
40
39
|
* Get File
|
|
41
40
|
* @param podId
|
|
42
41
|
* @param path
|
|
43
|
-
* @returns
|
|
42
|
+
* @returns FileDetailResponse Successful Response
|
|
44
43
|
* @throws ApiError
|
|
45
44
|
*/
|
|
46
|
-
static fileGet(podId: string, path: string): CancelablePromise<
|
|
45
|
+
static fileGet(podId: string, path: string): CancelablePromise<FileDetailResponse>;
|
|
47
46
|
/**
|
|
48
47
|
* Update File
|
|
49
48
|
* @param podId
|
|
50
49
|
* @param formData
|
|
51
|
-
* @returns
|
|
50
|
+
* @returns FileDetailResponse Successful Response
|
|
52
51
|
* @throws ApiError
|
|
53
52
|
*/
|
|
54
|
-
static fileUpdate(podId: string, formData: update): CancelablePromise<
|
|
53
|
+
static fileUpdate(podId: string, formData: update): CancelablePromise<FileDetailResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* Download Converted File Archive
|
|
56
|
+
* @param podId
|
|
57
|
+
* @param path
|
|
58
|
+
* @param withAssets
|
|
59
|
+
* @returns binary File bytes
|
|
60
|
+
* @throws ApiError
|
|
61
|
+
*/
|
|
62
|
+
static fileConvertedArchive(podId: string, path: string, withAssets?: boolean): CancelablePromise<Blob>;
|
|
55
63
|
/**
|
|
56
64
|
* Get Converted File Metadata
|
|
57
65
|
* @param podId
|
|
@@ -89,10 +97,10 @@ export declare class FilesService {
|
|
|
89
97
|
* Create Folder
|
|
90
98
|
* @param podId
|
|
91
99
|
* @param requestBody
|
|
92
|
-
* @returns
|
|
100
|
+
* @returns FileDetailResponse Successful Response
|
|
93
101
|
* @throws ApiError
|
|
94
102
|
*/
|
|
95
|
-
static fileFolderCreate(podId: string, requestBody: CreateFolderRequest): CancelablePromise<
|
|
103
|
+
static fileFolderCreate(podId: string, requestBody: CreateFolderRequest): CancelablePromise<FileDetailResponse>;
|
|
96
104
|
/**
|
|
97
105
|
* Search Files
|
|
98
106
|
* @param podId
|
|
@@ -31,7 +31,7 @@ export class FilesService {
|
|
|
31
31
|
* Upload File
|
|
32
32
|
* @param podId
|
|
33
33
|
* @param formData
|
|
34
|
-
* @returns
|
|
34
|
+
* @returns FileDetailResponse Successful Response
|
|
35
35
|
* @throws ApiError
|
|
36
36
|
*/
|
|
37
37
|
static fileUpload(podId, formData) {
|
|
@@ -52,7 +52,7 @@ export class FilesService {
|
|
|
52
52
|
* Delete File Or Folder
|
|
53
53
|
* @param podId
|
|
54
54
|
* @param path
|
|
55
|
-
* @returns
|
|
55
|
+
* @returns void
|
|
56
56
|
* @throws ApiError
|
|
57
57
|
*/
|
|
58
58
|
static fileDelete(podId, path) {
|
|
@@ -74,7 +74,7 @@ export class FilesService {
|
|
|
74
74
|
* Get File
|
|
75
75
|
* @param podId
|
|
76
76
|
* @param path
|
|
77
|
-
* @returns
|
|
77
|
+
* @returns FileDetailResponse Successful Response
|
|
78
78
|
* @throws ApiError
|
|
79
79
|
*/
|
|
80
80
|
static fileGet(podId, path) {
|
|
@@ -96,7 +96,7 @@ export class FilesService {
|
|
|
96
96
|
* Update File
|
|
97
97
|
* @param podId
|
|
98
98
|
* @param formData
|
|
99
|
-
* @returns
|
|
99
|
+
* @returns FileDetailResponse Successful Response
|
|
100
100
|
* @throws ApiError
|
|
101
101
|
*/
|
|
102
102
|
static fileUpdate(podId, formData) {
|
|
@@ -113,6 +113,30 @@ export class FilesService {
|
|
|
113
113
|
},
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
|
+
/**
|
|
117
|
+
* Download Converted File Archive
|
|
118
|
+
* @param podId
|
|
119
|
+
* @param path
|
|
120
|
+
* @param withAssets
|
|
121
|
+
* @returns binary File bytes
|
|
122
|
+
* @throws ApiError
|
|
123
|
+
*/
|
|
124
|
+
static fileConvertedArchive(podId, path, withAssets = false) {
|
|
125
|
+
return __request(OpenAPI, {
|
|
126
|
+
method: 'GET',
|
|
127
|
+
url: '/pods/{pod_id}/datastore/files/converted/archive',
|
|
128
|
+
path: {
|
|
129
|
+
'pod_id': podId,
|
|
130
|
+
},
|
|
131
|
+
query: {
|
|
132
|
+
'path': path,
|
|
133
|
+
'with_assets': withAssets,
|
|
134
|
+
},
|
|
135
|
+
errors: {
|
|
136
|
+
422: `Validation Error`,
|
|
137
|
+
},
|
|
138
|
+
});
|
|
139
|
+
}
|
|
116
140
|
/**
|
|
117
141
|
* Get Converted File Metadata
|
|
118
142
|
* @param podId
|
|
@@ -207,7 +231,7 @@ export class FilesService {
|
|
|
207
231
|
* Create Folder
|
|
208
232
|
* @param podId
|
|
209
233
|
* @param requestBody
|
|
210
|
-
* @returns
|
|
234
|
+
* @returns FileDetailResponse Successful Response
|
|
211
235
|
* @throws ApiError
|
|
212
236
|
*/
|
|
213
237
|
static fileFolderCreate(podId, requestBody) {
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import type { CreateFunctionRequest } from '../models/CreateFunctionRequest.js';
|
|
2
2
|
import type { ExecuteFunctionRequest } from '../models/ExecuteFunctionRequest.js';
|
|
3
|
+
import type { FunctionActionResponse } from '../models/FunctionActionResponse.js';
|
|
4
|
+
import type { FunctionDetailResponse } from '../models/FunctionDetailResponse.js';
|
|
3
5
|
import type { FunctionListResponse } from '../models/FunctionListResponse.js';
|
|
4
6
|
import type { FunctionMessageResponse } from '../models/FunctionMessageResponse.js';
|
|
5
|
-
import type {
|
|
7
|
+
import type { FunctionPermissionsReplaceRequest } from '../models/FunctionPermissionsReplaceRequest.js';
|
|
8
|
+
import type { FunctionPermissionsResponse } from '../models/FunctionPermissionsResponse.js';
|
|
6
9
|
import type { FunctionRunListResponse } from '../models/FunctionRunListResponse.js';
|
|
7
10
|
import type { FunctionRunResponse } from '../models/FunctionRunResponse.js';
|
|
8
11
|
import type { UpdateFunctionRequest } from '../models/UpdateFunctionRequest.js';
|
|
@@ -20,13 +23,13 @@ export declare class FunctionsService {
|
|
|
20
23
|
static functionList(podId: string, limit?: number, pageToken?: (string | null)): CancelablePromise<FunctionListResponse>;
|
|
21
24
|
/**
|
|
22
25
|
* Create Function
|
|
23
|
-
* Create a new function in a pod. Do not send input_schema or
|
|
26
|
+
* Create a new function in a pod. Do not send input_schema, output_schema, or config_schema; the platform derives those schemas from the function code and returns them in the response.
|
|
24
27
|
* @param podId
|
|
25
28
|
* @param requestBody
|
|
26
|
-
* @returns
|
|
29
|
+
* @returns FunctionActionResponse Successful Response
|
|
27
30
|
* @throws ApiError
|
|
28
31
|
*/
|
|
29
|
-
static functionCreate(podId: string, requestBody: CreateFunctionRequest): CancelablePromise<
|
|
32
|
+
static functionCreate(podId: string, requestBody: CreateFunctionRequest): CancelablePromise<FunctionActionResponse>;
|
|
30
33
|
/**
|
|
31
34
|
* Delete Function
|
|
32
35
|
* Delete a function
|
|
@@ -41,20 +44,39 @@ export declare class FunctionsService {
|
|
|
41
44
|
* Get a function by name
|
|
42
45
|
* @param podId
|
|
43
46
|
* @param functionName
|
|
44
|
-
* @returns
|
|
47
|
+
* @returns FunctionDetailResponse Successful Response
|
|
45
48
|
* @throws ApiError
|
|
46
49
|
*/
|
|
47
|
-
static functionGet(podId: string, functionName: string): CancelablePromise<
|
|
50
|
+
static functionGet(podId: string, functionName: string): CancelablePromise<FunctionDetailResponse>;
|
|
48
51
|
/**
|
|
49
52
|
* Update Function
|
|
50
53
|
* Update a function. When code is supplied, the platform re-derives the function input_schema and output_schema and returns the refreshed function.
|
|
51
54
|
* @param podId
|
|
52
55
|
* @param functionName
|
|
53
56
|
* @param requestBody
|
|
54
|
-
* @returns
|
|
57
|
+
* @returns FunctionActionResponse Successful Response
|
|
55
58
|
* @throws ApiError
|
|
56
59
|
*/
|
|
57
|
-
static functionUpdate(podId: string, functionName: string, requestBody: UpdateFunctionRequest): CancelablePromise<
|
|
60
|
+
static functionUpdate(podId: string, functionName: string, requestBody: UpdateFunctionRequest): CancelablePromise<FunctionActionResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* Get Function Resource Permissions
|
|
63
|
+
* Get explicit resource grants assigned to a function.
|
|
64
|
+
* @param podId
|
|
65
|
+
* @param functionName
|
|
66
|
+
* @returns FunctionPermissionsResponse Successful Response
|
|
67
|
+
* @throws ApiError
|
|
68
|
+
*/
|
|
69
|
+
static functionPermissionsGet(podId: string, functionName: string): CancelablePromise<FunctionPermissionsResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* Replace Function Resource Permissions
|
|
72
|
+
* Replace explicit resource grants assigned to a function.
|
|
73
|
+
* @param podId
|
|
74
|
+
* @param functionName
|
|
75
|
+
* @param requestBody
|
|
76
|
+
* @returns FunctionPermissionsResponse Successful Response
|
|
77
|
+
* @throws ApiError
|
|
78
|
+
*/
|
|
79
|
+
static functionPermissionsReplace(podId: string, functionName: string, requestBody: FunctionPermissionsReplaceRequest): CancelablePromise<FunctionPermissionsResponse>;
|
|
58
80
|
/**
|
|
59
81
|
* List Runs
|
|
60
82
|
* List runs for a function
|
|
@@ -28,10 +28,10 @@ export class FunctionsService {
|
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Create Function
|
|
31
|
-
* Create a new function in a pod. Do not send input_schema or
|
|
31
|
+
* Create a new function in a pod. Do not send input_schema, output_schema, or config_schema; the platform derives those schemas from the function code and returns them in the response.
|
|
32
32
|
* @param podId
|
|
33
33
|
* @param requestBody
|
|
34
|
-
* @returns
|
|
34
|
+
* @returns FunctionActionResponse Successful Response
|
|
35
35
|
* @throws ApiError
|
|
36
36
|
*/
|
|
37
37
|
static functionCreate(podId, requestBody) {
|
|
@@ -74,7 +74,7 @@ export class FunctionsService {
|
|
|
74
74
|
* Get a function by name
|
|
75
75
|
* @param podId
|
|
76
76
|
* @param functionName
|
|
77
|
-
* @returns
|
|
77
|
+
* @returns FunctionDetailResponse Successful Response
|
|
78
78
|
* @throws ApiError
|
|
79
79
|
*/
|
|
80
80
|
static functionGet(podId, functionName) {
|
|
@@ -96,7 +96,7 @@ export class FunctionsService {
|
|
|
96
96
|
* @param podId
|
|
97
97
|
* @param functionName
|
|
98
98
|
* @param requestBody
|
|
99
|
-
* @returns
|
|
99
|
+
* @returns FunctionActionResponse Successful Response
|
|
100
100
|
* @throws ApiError
|
|
101
101
|
*/
|
|
102
102
|
static functionUpdate(podId, functionName, requestBody) {
|
|
@@ -114,6 +114,51 @@ export class FunctionsService {
|
|
|
114
114
|
},
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
|
+
/**
|
|
118
|
+
* Get Function Resource Permissions
|
|
119
|
+
* Get explicit resource grants assigned to a function.
|
|
120
|
+
* @param podId
|
|
121
|
+
* @param functionName
|
|
122
|
+
* @returns FunctionPermissionsResponse Successful Response
|
|
123
|
+
* @throws ApiError
|
|
124
|
+
*/
|
|
125
|
+
static functionPermissionsGet(podId, functionName) {
|
|
126
|
+
return __request(OpenAPI, {
|
|
127
|
+
method: 'GET',
|
|
128
|
+
url: '/pods/{pod_id}/functions/{function_name}/permissions',
|
|
129
|
+
path: {
|
|
130
|
+
'pod_id': podId,
|
|
131
|
+
'function_name': functionName,
|
|
132
|
+
},
|
|
133
|
+
errors: {
|
|
134
|
+
422: `Validation Error`,
|
|
135
|
+
},
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Replace Function Resource Permissions
|
|
140
|
+
* Replace explicit resource grants assigned to a function.
|
|
141
|
+
* @param podId
|
|
142
|
+
* @param functionName
|
|
143
|
+
* @param requestBody
|
|
144
|
+
* @returns FunctionPermissionsResponse Successful Response
|
|
145
|
+
* @throws ApiError
|
|
146
|
+
*/
|
|
147
|
+
static functionPermissionsReplace(podId, functionName, requestBody) {
|
|
148
|
+
return __request(OpenAPI, {
|
|
149
|
+
method: 'PUT',
|
|
150
|
+
url: '/pods/{pod_id}/functions/{function_name}/permissions',
|
|
151
|
+
path: {
|
|
152
|
+
'pod_id': podId,
|
|
153
|
+
'function_name': functionName,
|
|
154
|
+
},
|
|
155
|
+
body: requestBody,
|
|
156
|
+
mediaType: 'application/json',
|
|
157
|
+
errors: {
|
|
158
|
+
422: `Validation Error`,
|
|
159
|
+
},
|
|
160
|
+
});
|
|
161
|
+
}
|
|
117
162
|
/**
|
|
118
163
|
* List Runs
|
|
119
164
|
* List runs for a function
|
|
@@ -1,60 +1,119 @@
|
|
|
1
|
+
import type { AccountCreateSchema } from '../models/AccountCreateSchema.js';
|
|
1
2
|
import type { AccountCredentialsResponseSchema } from '../models/AccountCredentialsResponseSchema.js';
|
|
2
3
|
import type { AccountListResponseSchema } from '../models/AccountListResponseSchema.js';
|
|
3
4
|
import type { AccountResponseSchema } from '../models/AccountResponseSchema.js';
|
|
5
|
+
import type { AuthConfigCreateSchema } from '../models/AuthConfigCreateSchema.js';
|
|
6
|
+
import type { AuthConfigListResponseSchema } from '../models/AuthConfigListResponseSchema.js';
|
|
7
|
+
import type { AuthConfigResponseSchema } from '../models/AuthConfigResponseSchema.js';
|
|
4
8
|
import type { ConnectRequestInitiateSchema } from '../models/ConnectRequestInitiateSchema.js';
|
|
5
9
|
import type { ConnectRequestResponseSchema } from '../models/ConnectRequestResponseSchema.js';
|
|
10
|
+
import type { IntegrationStatusResponse } from '../models/IntegrationStatusResponse.js';
|
|
6
11
|
import type { MessageResponseSchema } from '../models/MessageResponseSchema.js';
|
|
7
12
|
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
8
13
|
export declare class IntegrationsService {
|
|
14
|
+
/**
|
|
15
|
+
* OAuth Callback
|
|
16
|
+
* Handle OAuth callback and complete account connection. This endpoint is public and uses state parameter for security.
|
|
17
|
+
* @param error
|
|
18
|
+
* @param format
|
|
19
|
+
* @returns string Successful Response
|
|
20
|
+
* @throws ApiError
|
|
21
|
+
*/
|
|
22
|
+
static integrationOauthCallback(error?: (string | null), format?: (string | null)): CancelablePromise<string>;
|
|
9
23
|
/**
|
|
10
24
|
* List Accounts
|
|
11
25
|
* Get all connected accounts for the current user. Optionally filter by application_id or application_name
|
|
26
|
+
* @param organizationId
|
|
12
27
|
* @param applicationId
|
|
13
28
|
* @param limit
|
|
14
29
|
* @param pageToken
|
|
15
30
|
* @returns AccountListResponseSchema Successful Response
|
|
16
31
|
* @throws ApiError
|
|
17
32
|
*/
|
|
18
|
-
static integrationAccountList(applicationId?: (string | null), limit?: number, pageToken?: (string | null)): CancelablePromise<AccountListResponseSchema>;
|
|
33
|
+
static integrationAccountList(organizationId: string, applicationId?: (string | null), limit?: number, pageToken?: (string | null)): CancelablePromise<AccountListResponseSchema>;
|
|
34
|
+
/**
|
|
35
|
+
* Create Account
|
|
36
|
+
* Directly connect a credential-managed native account for an org auth config.
|
|
37
|
+
* @param organizationId
|
|
38
|
+
* @param requestBody
|
|
39
|
+
* @returns AccountResponseSchema Successful Response
|
|
40
|
+
* @throws ApiError
|
|
41
|
+
*/
|
|
42
|
+
static integrationAccountCreate(organizationId: string, requestBody: AccountCreateSchema): CancelablePromise<AccountResponseSchema>;
|
|
19
43
|
/**
|
|
20
44
|
* Delete Account
|
|
21
45
|
* Delete a connected account and revoke the connection
|
|
46
|
+
* @param organizationId
|
|
22
47
|
* @param accountId
|
|
23
48
|
* @returns MessageResponseSchema Successful Response
|
|
24
49
|
* @throws ApiError
|
|
25
50
|
*/
|
|
26
|
-
static integrationAccountDelete(accountId: string): CancelablePromise<MessageResponseSchema>;
|
|
51
|
+
static integrationAccountDelete(organizationId: string, accountId: string): CancelablePromise<MessageResponseSchema>;
|
|
27
52
|
/**
|
|
28
53
|
* Get Account
|
|
29
54
|
* Get a specific account by ID
|
|
55
|
+
* @param organizationId
|
|
30
56
|
* @param accountId
|
|
31
57
|
* @returns AccountResponseSchema Successful Response
|
|
32
58
|
* @throws ApiError
|
|
33
59
|
*/
|
|
34
|
-
static integrationAccountGet(accountId: string): CancelablePromise<AccountResponseSchema>;
|
|
60
|
+
static integrationAccountGet(organizationId: string, accountId: string): CancelablePromise<AccountResponseSchema>;
|
|
35
61
|
/**
|
|
36
62
|
* Get Credentials
|
|
37
63
|
* Get the credentials for a specific account
|
|
64
|
+
* @param organizationId
|
|
38
65
|
* @param accountId
|
|
39
66
|
* @returns AccountCredentialsResponseSchema Successful Response
|
|
40
67
|
* @throws ApiError
|
|
41
68
|
*/
|
|
42
|
-
static integrationAccountCredentialsGet(accountId: string): CancelablePromise<AccountCredentialsResponseSchema>;
|
|
69
|
+
static integrationAccountCredentialsGet(organizationId: string, accountId: string): CancelablePromise<AccountCredentialsResponseSchema>;
|
|
70
|
+
/**
|
|
71
|
+
* List Auth Configs
|
|
72
|
+
* @param organizationId
|
|
73
|
+
* @param limit
|
|
74
|
+
* @param pageToken
|
|
75
|
+
* @returns AuthConfigListResponseSchema Successful Response
|
|
76
|
+
* @throws ApiError
|
|
77
|
+
*/
|
|
78
|
+
static integrationAuthConfigList(organizationId: string, limit?: number, pageToken?: (string | null)): CancelablePromise<AuthConfigListResponseSchema>;
|
|
79
|
+
/**
|
|
80
|
+
* Create Auth Config
|
|
81
|
+
* @param organizationId
|
|
82
|
+
* @param requestBody
|
|
83
|
+
* @returns AuthConfigResponseSchema Successful Response
|
|
84
|
+
* @throws ApiError
|
|
85
|
+
*/
|
|
86
|
+
static integrationAuthConfigCreate(organizationId: string, requestBody: AuthConfigCreateSchema): CancelablePromise<AuthConfigResponseSchema>;
|
|
87
|
+
/**
|
|
88
|
+
* Delete Auth Config
|
|
89
|
+
* @param organizationId
|
|
90
|
+
* @param authConfigName
|
|
91
|
+
* @returns boolean Successful Response
|
|
92
|
+
* @throws ApiError
|
|
93
|
+
*/
|
|
94
|
+
static integrationAuthConfigDelete(organizationId: string, authConfigName: string): CancelablePromise<Record<string, boolean>>;
|
|
95
|
+
/**
|
|
96
|
+
* Get Auth Config
|
|
97
|
+
* @param organizationId
|
|
98
|
+
* @param authConfigName
|
|
99
|
+
* @returns AuthConfigResponseSchema Successful Response
|
|
100
|
+
* @throws ApiError
|
|
101
|
+
*/
|
|
102
|
+
static integrationAuthConfigGet(organizationId: string, authConfigName: string): CancelablePromise<AuthConfigResponseSchema>;
|
|
43
103
|
/**
|
|
44
104
|
* Initiate Connect Request
|
|
45
105
|
* Initiate an OAuth connection request for an application
|
|
106
|
+
* @param organizationId
|
|
46
107
|
* @param requestBody
|
|
47
108
|
* @returns ConnectRequestResponseSchema Successful Response
|
|
48
109
|
* @throws ApiError
|
|
49
110
|
*/
|
|
50
|
-
static integrationConnectRequestCreate(requestBody: ConnectRequestInitiateSchema): CancelablePromise<ConnectRequestResponseSchema>;
|
|
111
|
+
static integrationConnectRequestCreate(organizationId: string, requestBody: ConnectRequestInitiateSchema): CancelablePromise<ConnectRequestResponseSchema>;
|
|
51
112
|
/**
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @
|
|
55
|
-
* @param format
|
|
56
|
-
* @returns string Successful Response
|
|
113
|
+
* Get Integration Status
|
|
114
|
+
* @param organizationId
|
|
115
|
+
* @returns IntegrationStatusResponse Successful Response
|
|
57
116
|
* @throws ApiError
|
|
58
117
|
*/
|
|
59
|
-
static
|
|
118
|
+
static integrationStatusGet(organizationId: string): CancelablePromise<IntegrationStatusResponse>;
|
|
60
119
|
}
|