lemma-sdk 0.2.44 → 0.2.46
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 +1 -1
- package/dist/assistant-events.d.ts +1 -0
- package/dist/assistant-events.js +37 -2
- package/dist/browser/lemma-client.js +312 -228
- package/dist/client.js +1 -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 +12992 -0
- package/dist/hey_client/types.gen.js +2 -0
- package/dist/namespaces/conversations.d.ts +2 -2
- package/dist/namespaces/files.d.ts +6 -24
- package/dist/namespaces/files.js +6 -16
- package/dist/namespaces/integrations.d.ts +2 -4
- package/dist/namespaces/integrations.js +6 -6
- 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 +10 -16
- package/dist/namespaces/records.js +4 -33
- package/dist/namespaces/resource-access.d.ts +3 -3
- package/dist/namespaces/resource-access.js +6 -6
- package/dist/namespaces/schedules.d.ts +1 -0
- package/dist/namespaces/schedules.js +1 -1
- package/dist/namespaces/tables.d.ts +2 -2
- package/dist/namespaces/workflows.d.ts +12 -8
- package/dist/namespaces/workflows.js +9 -18
- package/dist/openapi_client/index.d.ts +23 -42
- package/dist/openapi_client/index.js +5 -11
- package/dist/openapi_client/models/AgentHarnessInfo.d.ts +2 -0
- 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/AgentResourcePermissionRequest.d.ts +1 -1
- package/dist/openapi_client/models/AgentResourcePermissionResponse.d.ts +1 -1
- package/dist/openapi_client/models/AgentRuntimeProfileResponse.d.ts +6 -0
- package/dist/openapi_client/models/AgentSurfaceResponse.d.ts +6 -17
- package/dist/openapi_client/models/AgentSurfaceStatus.d.ts +3 -1
- package/dist/openapi_client/models/AgentSurfaceStatus.js +2 -0
- package/dist/openapi_client/models/AgentToolset.d.ts +2 -1
- package/dist/openapi_client/models/AgentToolset.js +1 -0
- package/dist/openapi_client/models/AppTriggerResponseSchema.d.ts +2 -0
- package/dist/openapi_client/models/ApplicationSkillResponse.d.ts +6 -0
- package/dist/openapi_client/models/ApprovalDecisionResponse.d.ts +6 -0
- package/dist/openapi_client/models/AuthProvider.d.ts +4 -0
- package/dist/openapi_client/models/AuthProvider.js +9 -0
- package/dist/openapi_client/models/ConnectedAccountSummary.d.ts +7 -0
- package/dist/openapi_client/models/CreateFunctionRequest.d.ts +0 -1
- package/dist/openapi_client/models/CreateScheduleRequest.d.ts +4 -0
- package/dist/openapi_client/models/CreateSurfaceRequest.d.ts +3 -10
- package/dist/openapi_client/models/CreateUserDaemonRuntimeProfileRequest.d.ts +2 -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/DecisionNode.d.ts +2 -1
- package/dist/openapi_client/models/DecisionRule.d.ts +3 -0
- package/dist/openapi_client/models/EndNode.d.ts +1 -1
- package/dist/openapi_client/models/ExpressionInputBinding.d.ts +6 -2
- package/dist/openapi_client/models/FileListResponse.d.ts +1 -0
- package/dist/openapi_client/models/FileSearchResponse.d.ts +2 -2
- package/dist/openapi_client/models/FlowRunStatus.d.ts +5 -1
- package/dist/openapi_client/models/FlowRunStatus.js +5 -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/FunctionNode.d.ts +2 -1
- package/dist/openapi_client/models/FunctionResourcePermissionRequest.d.ts +1 -1
- package/dist/openapi_client/models/FunctionResourcePermissionResponse.d.ts +1 -1
- 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/LoopNode.d.ts +2 -1
- package/dist/openapi_client/models/LoopNodeConfig.d.ts +3 -3
- package/dist/openapi_client/models/MessageKind.d.ts +14 -0
- package/dist/openapi_client/models/MessageKind.js +19 -0
- package/dist/openapi_client/models/MessageResponse.d.ts +5 -6
- 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/PodRoleResourcePermissionRequest.d.ts +1 -1
- package/dist/openapi_client/models/PodRoleResourcePermissionResponse.d.ts +1 -1
- package/dist/openapi_client/models/ResourceAccessGrantResponse.d.ts +1 -1
- package/dist/openapi_client/models/ResourceAccessResponse.d.ts +1 -1
- package/dist/openapi_client/models/RuntimeProfileScope.d.ts +2 -1
- package/dist/openapi_client/models/RuntimeProfileScope.js +1 -0
- package/dist/openapi_client/models/ScheduleDetailResponse.d.ts +6 -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/StepRecordResponse.d.ts +10 -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 +4 -0
- package/dist/openapi_client/models/SurfaceChannelRouteInput.d.ts +6 -0
- package/dist/openapi_client/models/SurfaceChannelRouteResponse.d.ts +6 -0
- package/dist/openapi_client/models/SurfaceConfigResponse.d.ts +10 -0
- package/dist/openapi_client/models/SurfaceCredentialMode.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceCredentialMode.js +9 -0
- package/dist/openapi_client/models/SurfaceIdentityConfigInput.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceIdentityConfigResponse.d.ts +4 -0
- package/dist/openapi_client/models/SurfaceSetupStatusResponse.d.ts +10 -0
- package/dist/openapi_client/models/TableListResponse.d.ts +2 -0
- package/dist/openapi_client/models/ToggleSurfaceRequest.d.ts +1 -1
- package/dist/openapi_client/models/UpdateScheduleRequest.d.ts +1 -0
- package/dist/openapi_client/models/UpdateSurfaceChannelsRequest.d.ts +4 -0
- package/dist/openapi_client/models/UpdateSurfaceRequest.d.ts +4 -11
- package/dist/openapi_client/models/UpsertSurfaceRequest.d.ts +9 -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/WaitUntilNode.d.ts +1 -1
- package/dist/openapi_client/models/WorkflowCreateRequest.d.ts +16 -0
- package/dist/openapi_client/models/WorkflowRunFormSubmitRequest.d.ts +13 -0
- package/dist/openapi_client/models/WorkflowRunResponse.d.ts +28 -0
- package/dist/openapi_client/models/WorkflowRunSummaryResponse.d.ts +2 -3
- 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/WorkflowRunWaitType.d.ts +1 -2
- package/dist/openapi_client/models/WorkflowRunWaitType.js +0 -1
- package/dist/openapi_client/models/WorkspaceAppAccessRequest.d.ts +0 -3
- package/dist/openapi_client/models/WorkspaceMeSandbox.d.ts +1 -4
- package/dist/openapi_client/services/AgentConversationsService.d.ts +5 -5
- package/dist/openapi_client/services/AgentConversationsService.js +3 -3
- package/dist/openapi_client/services/AgentSurfacesService.d.ts +39 -10
- package/dist/openapi_client/services/AgentSurfacesService.js +86 -20
- package/dist/openapi_client/services/ApplicationsService.d.ts +29 -19
- package/dist/openapi_client/services/ApplicationsService.js +63 -36
- package/dist/openapi_client/services/FilesService.d.ts +2 -3
- package/dist/openapi_client/services/FilesService.js +1 -1
- package/dist/openapi_client/services/FunctionsService.d.ts +1 -1
- package/dist/openapi_client/services/FunctionsService.js +1 -1
- package/dist/openapi_client/services/IntegrationsService.d.ts +12 -4
- package/dist/openapi_client/services/IntegrationsService.js +22 -4
- package/dist/openapi_client/services/PodResourceAccessService.d.ts +6 -6
- package/dist/openapi_client/services/PodResourceAccessService.js +12 -12
- package/dist/openapi_client/services/RecordsService.d.ts +22 -25
- package/dist/openapi_client/services/RecordsService.js +14 -18
- package/dist/openapi_client/services/SchedulesService.d.ts +2 -1
- package/dist/openapi_client/services/SchedulesService.js +3 -1
- package/dist/openapi_client/services/TablesService.d.ts +4 -5
- package/dist/openapi_client/services/TablesService.js +2 -2
- package/dist/openapi_client/services/WorkflowsService.d.ts +35 -26
- package/dist/openapi_client/services/WorkflowsService.js +57 -39
- package/dist/react/assistant-output.d.ts +6 -0
- package/dist/react/assistant-output.js +16 -0
- package/dist/react/useAddPodMember.js +1 -1
- package/dist/react/useAssistantController.d.ts +9 -1
- package/dist/react/useAssistantController.js +92 -251
- package/dist/react/useAssistantRuntime.js +6 -17
- package/dist/react/useAssistantSession.d.ts +5 -2
- package/dist/react/useAssistantSession.js +47 -7
- package/dist/react/useBulkRecords.d.ts +5 -5
- package/dist/react/useBulkRecords.js +5 -5
- package/dist/react/useConversationMessages.d.ts +2 -2
- package/dist/react/useConversationMessages.js +3 -5
- 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/useFlowSession.d.ts +3 -1
- package/dist/react/useFlowSession.js +24 -17
- 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/useRecords.d.ts +1 -1
- package/dist/react/useRecords.js +2 -13
- package/dist/react/useReferencingRecords.d.ts +4 -6
- package/dist/react/useReferencingRecords.js +5 -5
- package/dist/react/useReverseRelatedRecords.d.ts +3 -4
- package/dist/react/useReverseRelatedRecords.js +6 -6
- 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.js +1 -3
- package/dist/react/useWorkflowStart.js +11 -26
- package/dist/react/utils.js +2 -0
- package/dist/types.d.ts +15 -9
- package/package.json +7 -2
- 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 -27
- package/dist/openapi_client/models/BillingInvoiceStatus.d.ts +0 -10
- package/dist/openapi_client/models/BillingInvoiceStatus.js +0 -15
- 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/DeskServingConfigResponse.d.ts +0 -11
- package/dist/openapi_client/models/DeskServingConfigResponse.js +0 -8
- package/dist/openapi_client/models/FlowRunEntity.d.ts +0 -36
- package/dist/openapi_client/models/GmailSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/NotificationContent.d.ts +0 -4
- package/dist/openapi_client/models/OutlookSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/PlanListResponse.d.ts +0 -8
- package/dist/openapi_client/models/PlanResponse.d.ts +0 -18
- package/dist/openapi_client/models/PlanType.d.ts +0 -7
- package/dist/openapi_client/models/PlanType.js +0 -12
- 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/SlackSurfaceConfig.d.ts +0 -7
- 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/StartTeamBillingRequest.js +0 -1
- package/dist/openapi_client/models/StepExecution.d.ts +0 -13
- package/dist/openapi_client/models/StepExecution.js +0 -1
- package/dist/openapi_client/models/SubscriptionResponse.d.ts +0 -22
- package/dist/openapi_client/models/SubscriptionResponse.js +0 -1
- 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/SubscriptionStatusResponse.js +0 -1
- package/dist/openapi_client/models/SubscriptionWithPlanResponse.d.ts +0 -22
- package/dist/openapi_client/models/SubscriptionWithPlanResponse.js +0 -1
- package/dist/openapi_client/models/SurfaceEventMode.d.ts +0 -6
- package/dist/openapi_client/models/SurfaceEventMode.js +0 -11
- package/dist/openapi_client/models/SurfaceMode.d.ts +0 -5
- package/dist/openapi_client/models/SurfaceMode.js +0 -10
- package/dist/openapi_client/models/SurfaceRoutingScope.d.ts +0 -4
- package/dist/openapi_client/models/SurfaceRoutingScope.js +0 -9
- package/dist/openapi_client/models/TeamsSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/TeamsSurfaceConfig.js +0 -1
- package/dist/openapi_client/models/TelegramSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/TelegramSurfaceConfig.js +0 -1
- package/dist/openapi_client/models/TextContent.d.ts +0 -4
- package/dist/openapi_client/models/TextContent.js +0 -1
- package/dist/openapi_client/models/ThinkingContent.d.ts +0 -4
- package/dist/openapi_client/models/ThinkingContent.js +0 -1
- package/dist/openapi_client/models/ToolCallContent.d.ts +0 -6
- package/dist/openapi_client/models/ToolCallContent.js +0 -1
- package/dist/openapi_client/models/ToolReturnContent.d.ts +0 -6
- package/dist/openapi_client/models/ToolReturnContent.js +0 -1
- package/dist/openapi_client/models/WhatsAppSurfaceConfig.d.ts +0 -7
- package/dist/openapi_client/models/WhatsAppSurfaceConfig.js +0 -1
- package/dist/openapi_client/models/WorkflowRunWaitEntity.js +0 -1
- package/dist/openapi_client/services/BillingSubscriptionsService.d.ts +0 -117
- package/dist/openapi_client/services/BillingSubscriptionsService.js +0 -230
- package/dist/openapi_client/services/BillingWebhooksService.d.ts +0 -12
- package/dist/openapi_client/services/BillingWebhooksService.js +0 -25
- package/dist/openapi_client/services/PublicDesksService.d.ts +0 -10
- package/dist/openapi_client/services/PublicDesksService.js +0 -15
- /package/dist/openapi_client/models/{BillingHistoryResponse.js → ApplicationSkillResponse.js} +0 -0
- /package/dist/openapi_client/models/{BillingInvoiceResponse.js → ApprovalDecisionResponse.js} +0 -0
- /package/dist/openapi_client/models/{CancelSubscriptionResponse.js → ConnectedAccountSummary.js} +0 -0
- /package/dist/openapi_client/models/{CreateInvoicePaymentUrlRequest.js → DatastoreCountResponse.js} +0 -0
- /package/dist/openapi_client/models/{CreateInvoicePaymentUrlResponse.js → InstalledAppSummary.js} +0 -0
- /package/dist/openapi_client/models/{DatastoreMessageResponse.js → IntegrationStatusResponse.js} +0 -0
- /package/dist/openapi_client/models/{FlowRunEntity.js → StepRecordResponse.js} +0 -0
- /package/dist/openapi_client/models/{GmailSurfaceConfig.js → SurfaceChannelRouteInput.js} +0 -0
- /package/dist/openapi_client/models/{NotificationContent.js → SurfaceChannelRouteResponse.js} +0 -0
- /package/dist/openapi_client/models/{OutlookSurfaceConfig.js → SurfaceConfigResponse.js} +0 -0
- /package/dist/openapi_client/models/{PlanListResponse.js → SurfaceIdentityConfigInput.js} +0 -0
- /package/dist/openapi_client/models/{PlanResponse.js → SurfaceIdentityConfigResponse.js} +0 -0
- /package/dist/openapi_client/models/{RecordResponse.js → SurfaceSetupStatusResponse.js} +0 -0
- /package/dist/openapi_client/models/{SeatInfoResponse.js → UpdateSurfaceChannelsRequest.js} +0 -0
- /package/dist/openapi_client/models/{SlackSurfaceConfig.js → UpsertSurfaceRequest.js} +0 -0
- /package/dist/openapi_client/models/{StackFrame.js → WorkflowRunFormSubmitRequest.js} +0 -0
- /package/dist/openapi_client/models/{StartSubscriptionRequest.js → WorkflowRunResponse.js} +0 -0
- /package/dist/openapi_client/models/{StartSubscriptionResponse.js → WorkflowRunWaitResponse.js} +0 -0
|
@@ -33,22 +33,21 @@ export type { ApiKeyCredentialsResponseSchema } from './models/ApiKeyCredentials
|
|
|
33
33
|
export type { ApplicationDetailResponseSchema } from './models/ApplicationDetailResponseSchema.js';
|
|
34
34
|
export type { ApplicationListResponseSchema } from './models/ApplicationListResponseSchema.js';
|
|
35
35
|
export type { ApplicationResponseSchema } from './models/ApplicationResponseSchema.js';
|
|
36
|
+
export type { ApplicationSkillResponse } from './models/ApplicationSkillResponse.js';
|
|
37
|
+
export type { ApprovalDecisionResponse } from './models/ApprovalDecisionResponse.js';
|
|
36
38
|
export type { AppTriggerListResponseSchema } from './models/AppTriggerListResponseSchema.js';
|
|
37
39
|
export type { AppTriggerResponseSchema } from './models/AppTriggerResponseSchema.js';
|
|
38
40
|
export type { AuthConfigCreateSchema } from './models/AuthConfigCreateSchema.js';
|
|
39
41
|
export type { AuthConfigListResponseSchema } from './models/AuthConfigListResponseSchema.js';
|
|
40
42
|
export type { AuthConfigResponseSchema } from './models/AuthConfigResponseSchema.js';
|
|
43
|
+
export { AuthProvider } from './models/AuthProvider.js';
|
|
41
44
|
export { AuthScheme } from './models/AuthScheme.js';
|
|
42
|
-
export type { BillingHistoryResponse } from './models/BillingHistoryResponse.js';
|
|
43
|
-
export { BillingInterval } from './models/BillingInterval.js';
|
|
44
|
-
export type { BillingInvoiceResponse } from './models/BillingInvoiceResponse.js';
|
|
45
|
-
export { BillingInvoiceStatus } from './models/BillingInvoiceStatus.js';
|
|
46
45
|
export type { BulkCreateRecordsRequest } from './models/BulkCreateRecordsRequest.js';
|
|
47
46
|
export type { BulkDeleteRecordsRequest } from './models/BulkDeleteRecordsRequest.js';
|
|
48
47
|
export type { BulkUpdateRecordsRequest } from './models/BulkUpdateRecordsRequest.js';
|
|
49
|
-
export type { CancelSubscriptionResponse } from './models/CancelSubscriptionResponse.js';
|
|
50
48
|
export type { ColumnSchema } from './models/ColumnSchema.js';
|
|
51
49
|
export type { ComposioProviderCapabilityResponseSchema } from './models/ComposioProviderCapabilityResponseSchema.js';
|
|
50
|
+
export type { ConnectedAccountSummary } from './models/ConnectedAccountSummary.js';
|
|
52
51
|
export type { ConnectRequestInitiateSchema } from './models/ConnectRequestInitiateSchema.js';
|
|
53
52
|
export type { ConnectRequestResponseSchema } from './models/ConnectRequestResponseSchema.js';
|
|
54
53
|
export type { ConversationListResponse } from './models/ConversationListResponse.js';
|
|
@@ -64,8 +63,6 @@ export type { CreateConversationRequest } from './models/CreateConversationReque
|
|
|
64
63
|
export type { CreateDeskRequest } from './models/CreateDeskRequest.js';
|
|
65
64
|
export type { CreateFolderRequest } from './models/CreateFolderRequest.js';
|
|
66
65
|
export type { CreateFunctionRequest } from './models/CreateFunctionRequest.js';
|
|
67
|
-
export type { CreateInvoicePaymentUrlRequest } from './models/CreateInvoicePaymentUrlRequest.js';
|
|
68
|
-
export type { CreateInvoicePaymentUrlResponse } from './models/CreateInvoicePaymentUrlResponse.js';
|
|
69
66
|
export type { CreateOpenAICompatibleRuntimeProfileRequest } from './models/CreateOpenAICompatibleRuntimeProfileRequest.js';
|
|
70
67
|
export type { CreateRecordRequest } from './models/CreateRecordRequest.js';
|
|
71
68
|
export type { CreateScheduleRequest } from './models/CreateScheduleRequest.js';
|
|
@@ -73,11 +70,11 @@ export type { CreateSurfaceRequest } from './models/CreateSurfaceRequest.js';
|
|
|
73
70
|
export type { CreateTableRequest } from './models/CreateTableRequest.js';
|
|
74
71
|
export type { CreateUserDaemonRuntimeProfileRequest } from './models/CreateUserDaemonRuntimeProfileRequest.js';
|
|
75
72
|
export { CredentialTypes } from './models/CredentialTypes.js';
|
|
73
|
+
export type { DatastoreCountResponse } from './models/DatastoreCountResponse.js';
|
|
76
74
|
export { DatastoreDataType } from './models/DatastoreDataType.js';
|
|
77
75
|
export type { DatastoreFileUploadRequest } from './models/DatastoreFileUploadRequest.js';
|
|
78
76
|
export type { DataStoreFlowStartInput } from './models/DataStoreFlowStartInput.js';
|
|
79
77
|
export type { DataStoreFlowStartOutput } from './models/DataStoreFlowStartOutput.js';
|
|
80
|
-
export type { DatastoreMessageResponse } from './models/DatastoreMessageResponse.js';
|
|
81
78
|
export { DatastoreOperation } from './models/DatastoreOperation.js';
|
|
82
79
|
export type { DatastoreQueryRequest } from './models/DatastoreQueryRequest.js';
|
|
83
80
|
export type { DatastoreQueryResponse } from './models/DatastoreQueryResponse.js';
|
|
@@ -92,7 +89,6 @@ export type { DeskBundleUploadResponse } from './models/DeskBundleUploadResponse
|
|
|
92
89
|
export type { DeskDetailResponse } from './models/DeskDetailResponse.js';
|
|
93
90
|
export type { DeskListResponse } from './models/DeskListResponse.js';
|
|
94
91
|
export type { DeskMessageResponse } from './models/DeskMessageResponse.js';
|
|
95
|
-
export { DeskServingConfigResponse } from './models/DeskServingConfigResponse.js';
|
|
96
92
|
export { DeskStatus } from './models/DeskStatus.js';
|
|
97
93
|
export type { DirectoryTreeNode } from './models/DirectoryTreeNode.js';
|
|
98
94
|
export type { DirectoryTreeResponse } from './models/DirectoryTreeResponse.js';
|
|
@@ -113,7 +109,6 @@ export type { FileSearchResponse } from './models/FileSearchResponse.js';
|
|
|
113
109
|
export type { FileSearchResultSchema } from './models/FileSearchResultSchema.js';
|
|
114
110
|
export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
|
|
115
111
|
export type { FlowDetailResponse } from './models/FlowDetailResponse.js';
|
|
116
|
-
export type { FlowRunEntity } from './models/FlowRunEntity.js';
|
|
117
112
|
export { FlowRunStatus } from './models/FlowRunStatus.js';
|
|
118
113
|
export type { ForeignKeySpec } from './models/ForeignKeySpec.js';
|
|
119
114
|
export type { FormNode } from './models/FormNode.js';
|
|
@@ -136,13 +131,14 @@ export { FunctionRunStatus } from './models/FunctionRunStatus.js';
|
|
|
136
131
|
export type { FunctionRunSummaryResponse } from './models/FunctionRunSummaryResponse.js';
|
|
137
132
|
export { FunctionStatus } from './models/FunctionStatus.js';
|
|
138
133
|
export { FunctionType } from './models/FunctionType.js';
|
|
139
|
-
export type { GmailSurfaceConfig } from './models/GmailSurfaceConfig.js';
|
|
140
134
|
export { HarnessKind } from './models/HarnessKind.js';
|
|
141
135
|
export type { HTTPValidationError } from './models/HTTPValidationError.js';
|
|
142
136
|
export type { IconUploadRequest } from './models/IconUploadRequest.js';
|
|
143
137
|
export type { IconUploadResponse } from './models/IconUploadResponse.js';
|
|
138
|
+
export type { InstalledAppSummary } from './models/InstalledAppSummary.js';
|
|
144
139
|
export type { IntegrationHelperAgentRequest } from './models/IntegrationHelperAgentRequest.js';
|
|
145
140
|
export type { IntegrationHelperAgentResponse } from './models/IntegrationHelperAgentResponse.js';
|
|
141
|
+
export type { IntegrationStatusResponse } from './models/IntegrationStatusResponse.js';
|
|
146
142
|
export type { LemmaProviderCapabilityResponseSchema } from './models/LemmaProviderCapabilityResponseSchema.js';
|
|
147
143
|
export type { LiteralInputBinding } from './models/LiteralInputBinding.js';
|
|
148
144
|
export type { LoopNode } from './models/LoopNode.js';
|
|
@@ -150,10 +146,10 @@ export type { LoopNodeConfig } from './models/LoopNodeConfig.js';
|
|
|
150
146
|
export type { LoopNodeResponse } from './models/LoopNodeResponse.js';
|
|
151
147
|
export type { ManualWorkflowStartInput } from './models/ManualWorkflowStartInput.js';
|
|
152
148
|
export type { ManualWorkflowStartOutput } from './models/ManualWorkflowStartOutput.js';
|
|
149
|
+
export { MessageKind } from './models/MessageKind.js';
|
|
153
150
|
export type { MessageListResponse } from './models/MessageListResponse.js';
|
|
154
151
|
export type { MessageResponse } from './models/MessageResponse.js';
|
|
155
152
|
export type { MessageResponseSchema } from './models/MessageResponseSchema.js';
|
|
156
|
-
export type { NotificationContent } from './models/NotificationContent.js';
|
|
157
153
|
export type { OAuth2DefaultsResponseSchema } from './models/OAuth2DefaultsResponseSchema.js';
|
|
158
154
|
export type { OauthCredentialsResponseSchema } from './models/OauthCredentialsResponseSchema.js';
|
|
159
155
|
export type { OperationDetail } from './models/OperationDetail.js';
|
|
@@ -175,10 +171,6 @@ export type { OrganizationMessageResponse } from './models/OrganizationMessageRe
|
|
|
175
171
|
export type { OrganizationResponse } from './models/OrganizationResponse.js';
|
|
176
172
|
export { OrganizationRole } from './models/OrganizationRole.js';
|
|
177
173
|
export type { OrganizationSlugAvailabilityResponse } from './models/OrganizationSlugAvailabilityResponse.js';
|
|
178
|
-
export type { OutlookSurfaceConfig } from './models/OutlookSurfaceConfig.js';
|
|
179
|
-
export type { PlanListResponse } from './models/PlanListResponse.js';
|
|
180
|
-
export type { PlanResponse } from './models/PlanResponse.js';
|
|
181
|
-
export { PlanType } from './models/PlanType.js';
|
|
182
174
|
export type { PodAppConfigItem } from './models/PodAppConfigItem.js';
|
|
183
175
|
export { PodAppMode } from './models/PodAppMode.js';
|
|
184
176
|
export type { PodConfig } from './models/PodConfig.js';
|
|
@@ -208,7 +200,6 @@ export type { PodRoleResourcePermissionResponse } from './models/PodRoleResource
|
|
|
208
200
|
export type { PodRoleResponse } from './models/PodRoleResponse.js';
|
|
209
201
|
export type { PodUpdateRequest } from './models/PodUpdateRequest.js';
|
|
210
202
|
export type { RecordListResponse } from './models/RecordListResponse.js';
|
|
211
|
-
export type { RecordResponse } from './models/RecordResponse.js';
|
|
212
203
|
export type { ReportFeedbackRequest } from './models/ReportFeedbackRequest.js';
|
|
213
204
|
export type { ReportFeedbackResponse } from './models/ReportFeedbackResponse.js';
|
|
214
205
|
export type { ResolveUserApprovalRequest } from './models/ResolveUserApprovalRequest.js';
|
|
@@ -229,43 +220,33 @@ export type { ScheduledFlowStartOutput } from './models/ScheduledFlowStartOutput
|
|
|
229
220
|
export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
|
|
230
221
|
export type { ScheduledWorkflowStartInput } from './models/ScheduledWorkflowStartInput.js';
|
|
231
222
|
export type { ScheduledWorkflowStartOutput } from './models/ScheduledWorkflowStartOutput.js';
|
|
223
|
+
export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
|
|
232
224
|
export type { ScheduleListResponse } from './models/ScheduleListResponse.js';
|
|
233
225
|
export { ScheduleType } from './models/ScheduleType.js';
|
|
234
226
|
export { SearchMethod } from './models/SearchMethod.js';
|
|
235
227
|
export type { SearchResult } from './models/SearchResult.js';
|
|
236
|
-
export type { SeatInfoResponse } from './models/SeatInfoResponse.js';
|
|
237
228
|
export type { SendMessageRequest } from './models/SendMessageRequest.js';
|
|
238
|
-
export type {
|
|
239
|
-
export
|
|
240
|
-
export type { StartSubscriptionRequest } from './models/StartSubscriptionRequest.js';
|
|
241
|
-
export type { StartSubscriptionResponse } from './models/StartSubscriptionResponse.js';
|
|
242
|
-
export type { StartTeamBillingRequest } from './models/StartTeamBillingRequest.js';
|
|
243
|
-
export type { StepExecution } from './models/StepExecution.js';
|
|
244
|
-
export type { SubscriptionResponse } from './models/SubscriptionResponse.js';
|
|
245
|
-
export { SubscriptionStatus } from './models/SubscriptionStatus.js';
|
|
246
|
-
export type { SubscriptionStatusResponse } from './models/SubscriptionStatusResponse.js';
|
|
247
|
-
export type { SubscriptionWithPlanResponse } from './models/SubscriptionWithPlanResponse.js';
|
|
229
|
+
export type { StepRecordResponse } from './models/StepRecordResponse.js';
|
|
230
|
+
export { StepStatus } from './models/StepStatus.js';
|
|
248
231
|
export type { SurfaceBehaviorConfigInput } from './models/SurfaceBehaviorConfigInput.js';
|
|
249
|
-
export {
|
|
232
|
+
export type { SurfaceChannelRouteInput } from './models/SurfaceChannelRouteInput.js';
|
|
233
|
+
export type { SurfaceChannelRouteResponse } from './models/SurfaceChannelRouteResponse.js';
|
|
234
|
+
export type { SurfaceConfigResponse } from './models/SurfaceConfigResponse.js';
|
|
235
|
+
export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
|
|
236
|
+
export type { SurfaceIdentityConfigInput } from './models/SurfaceIdentityConfigInput.js';
|
|
237
|
+
export type { SurfaceIdentityConfigResponse } from './models/SurfaceIdentityConfigResponse.js';
|
|
250
238
|
export type { SurfaceIntegrationSetupGuide } from './models/SurfaceIntegrationSetupGuide.js';
|
|
251
|
-
export { SurfaceMode } from './models/SurfaceMode.js';
|
|
252
239
|
export { SurfacePlatform } from './models/SurfacePlatform.js';
|
|
253
240
|
export type { SurfacePlatformSetupGuideResponse } from './models/SurfacePlatformSetupGuideResponse.js';
|
|
254
|
-
export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
|
|
255
241
|
export type { SurfaceSetupField } from './models/SurfaceSetupField.js';
|
|
256
242
|
export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
|
|
257
243
|
export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
|
|
258
244
|
export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
|
|
245
|
+
export type { SurfaceSetupStatusResponse } from './models/SurfaceSetupStatusResponse.js';
|
|
259
246
|
export type { SurfaceSetupStep } from './models/SurfaceSetupStep.js';
|
|
260
247
|
export type { TableDetailResponse } from './models/TableDetailResponse.js';
|
|
261
248
|
export type { TableListResponse } from './models/TableListResponse.js';
|
|
262
|
-
export type { TeamsSurfaceConfig } from './models/TeamsSurfaceConfig.js';
|
|
263
|
-
export type { TelegramSurfaceConfig } from './models/TelegramSurfaceConfig.js';
|
|
264
|
-
export type { TextContent } from './models/TextContent.js';
|
|
265
|
-
export type { ThinkingContent } from './models/ThinkingContent.js';
|
|
266
249
|
export type { ToggleSurfaceRequest } from './models/ToggleSurfaceRequest.js';
|
|
267
|
-
export type { ToolCallContent } from './models/ToolCallContent.js';
|
|
268
|
-
export type { ToolReturnContent } from './models/ToolReturnContent.js';
|
|
269
250
|
export type { update } from './models/update.js';
|
|
270
251
|
export type { UpdateAgentRequest } from './models/UpdateAgentRequest.js';
|
|
271
252
|
export type { UpdateConversationRequest } from './models/UpdateConversationRequest.js';
|
|
@@ -274,8 +255,10 @@ export type { UpdateFunctionRequest } from './models/UpdateFunctionRequest.js';
|
|
|
274
255
|
export type { UpdateMemberRoleRequest } from './models/UpdateMemberRoleRequest.js';
|
|
275
256
|
export type { UpdateRecordRequest } from './models/UpdateRecordRequest.js';
|
|
276
257
|
export type { UpdateScheduleRequest } from './models/UpdateScheduleRequest.js';
|
|
258
|
+
export type { UpdateSurfaceChannelsRequest } from './models/UpdateSurfaceChannelsRequest.js';
|
|
277
259
|
export type { UpdateSurfaceRequest } from './models/UpdateSurfaceRequest.js';
|
|
278
260
|
export type { UpdateTableRequest } from './models/UpdateTableRequest.js';
|
|
261
|
+
export type { UpsertSurfaceRequest } from './models/UpsertSurfaceRequest.js';
|
|
279
262
|
export type { UsageLimitScopeResponse } from './models/UsageLimitScopeResponse.js';
|
|
280
263
|
export type { UsageLimitsResponse } from './models/UsageLimitsResponse.js';
|
|
281
264
|
export type { UsageListResponse } from './models/UsageListResponse.js';
|
|
@@ -293,17 +276,18 @@ export type { WaitUntilNodeConfig } from './models/WaitUntilNodeConfig.js';
|
|
|
293
276
|
export type { WaitUntilNodeResponse } from './models/WaitUntilNodeResponse.js';
|
|
294
277
|
export type { WebSearchRequest } from './models/WebSearchRequest.js';
|
|
295
278
|
export type { WebSearchResponse } from './models/WebSearchResponse.js';
|
|
296
|
-
export type { WhatsAppSurfaceConfig } from './models/WhatsAppSurfaceConfig.js';
|
|
297
279
|
export type { WorkflowCreateRequest } from './models/WorkflowCreateRequest.js';
|
|
298
280
|
export type { WorkflowEdge } from './models/WorkflowEdge.js';
|
|
299
281
|
export type { WorkflowGraphUpdateRequest } from './models/WorkflowGraphUpdateRequest.js';
|
|
300
282
|
export type { WorkflowListResponse } from './models/WorkflowListResponse.js';
|
|
301
283
|
export { WorkflowMode } from './models/WorkflowMode.js';
|
|
284
|
+
export type { WorkflowRunFormSubmitRequest } from './models/WorkflowRunFormSubmitRequest.js';
|
|
302
285
|
export type { WorkflowRunListResponse } from './models/WorkflowRunListResponse.js';
|
|
286
|
+
export type { WorkflowRunResponse } from './models/WorkflowRunResponse.js';
|
|
303
287
|
export type { WorkflowRunSummaryResponse } from './models/WorkflowRunSummaryResponse.js';
|
|
304
288
|
export type { WorkflowRunWaitAssignment } from './models/WorkflowRunWaitAssignment.js';
|
|
305
289
|
export type { WorkflowRunWaitAssignmentListResponse } from './models/WorkflowRunWaitAssignmentListResponse.js';
|
|
306
|
-
export type {
|
|
290
|
+
export type { WorkflowRunWaitResponse } from './models/WorkflowRunWaitResponse.js';
|
|
307
291
|
export { WorkflowRunWaitStatus } from './models/WorkflowRunWaitStatus.js';
|
|
308
292
|
export { WorkflowRunWaitType } from './models/WorkflowRunWaitType.js';
|
|
309
293
|
export type { WorkflowUpdateRequest } from './models/WorkflowUpdateRequest.js';
|
|
@@ -321,8 +305,6 @@ export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressServ
|
|
|
321
305
|
export { AgentToolsService } from './services/AgentToolsService.js';
|
|
322
306
|
export { ApplicationsService } from './services/ApplicationsService.js';
|
|
323
307
|
export { AuthService } from './services/AuthService.js';
|
|
324
|
-
export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
|
|
325
|
-
export { BillingWebhooksService } from './services/BillingWebhooksService.js';
|
|
326
308
|
export { DefaultService } from './services/DefaultService.js';
|
|
327
309
|
export { DesksService } from './services/DesksService.js';
|
|
328
310
|
export { FilesService } from './services/FilesService.js';
|
|
@@ -336,7 +318,6 @@ export { PodPermissionsService } from './services/PodPermissionsService.js';
|
|
|
336
318
|
export { PodResourceAccessService } from './services/PodResourceAccessService.js';
|
|
337
319
|
export { PodRolesService } from './services/PodRolesService.js';
|
|
338
320
|
export { PodsService } from './services/PodsService.js';
|
|
339
|
-
export { PublicDesksService } from './services/PublicDesksService.js';
|
|
340
321
|
export { QueryService } from './services/QueryService.js';
|
|
341
322
|
export { RecordsService } from './services/RecordsService.js';
|
|
342
323
|
export { SchedulesService } from './services/SchedulesService.js';
|
|
@@ -8,15 +8,13 @@ export { OpenAPI } from './core/OpenAPI.js';
|
|
|
8
8
|
export { AgentRunApprovalDecision } from './models/AgentRunApprovalDecision.js';
|
|
9
9
|
export { AgentSurfaceStatus } from './models/AgentSurfaceStatus.js';
|
|
10
10
|
export { AgentToolset } from './models/AgentToolset.js';
|
|
11
|
+
export { AuthProvider } from './models/AuthProvider.js';
|
|
11
12
|
export { AuthScheme } from './models/AuthScheme.js';
|
|
12
|
-
export { BillingInterval } from './models/BillingInterval.js';
|
|
13
|
-
export { BillingInvoiceStatus } from './models/BillingInvoiceStatus.js';
|
|
14
13
|
export { ConversationStatus } from './models/ConversationStatus.js';
|
|
15
14
|
export { ConversationType } from './models/ConversationType.js';
|
|
16
15
|
export { CredentialTypes } from './models/CredentialTypes.js';
|
|
17
16
|
export { DatastoreDataType } from './models/DatastoreDataType.js';
|
|
18
17
|
export { DatastoreOperation } from './models/DatastoreOperation.js';
|
|
19
|
-
export { DeskServingConfigResponse } from './models/DeskServingConfigResponse.js';
|
|
20
18
|
export { DeskStatus } from './models/DeskStatus.js';
|
|
21
19
|
export { FeedbackCategory } from './models/FeedbackCategory.js';
|
|
22
20
|
export { FileSearchScopeMode } from './models/FileSearchScopeMode.js';
|
|
@@ -25,9 +23,9 @@ export { FunctionRunStatus } from './models/FunctionRunStatus.js';
|
|
|
25
23
|
export { FunctionStatus } from './models/FunctionStatus.js';
|
|
26
24
|
export { FunctionType } from './models/FunctionType.js';
|
|
27
25
|
export { HarnessKind } from './models/HarnessKind.js';
|
|
26
|
+
export { MessageKind } from './models/MessageKind.js';
|
|
28
27
|
export { OrganizationInvitationStatus } from './models/OrganizationInvitationStatus.js';
|
|
29
28
|
export { OrganizationRole } from './models/OrganizationRole.js';
|
|
30
|
-
export { PlanType } from './models/PlanType.js';
|
|
31
29
|
export { PodAppMode } from './models/PodAppMode.js';
|
|
32
30
|
export { PodJoinRequestStatus } from './models/PodJoinRequestStatus.js';
|
|
33
31
|
export { PodRole } from './models/PodRole.js';
|
|
@@ -39,13 +37,12 @@ export { RuntimeProfileProtocol } from './models/RuntimeProfileProtocol.js';
|
|
|
39
37
|
export { RuntimeProfileScope } from './models/RuntimeProfileScope.js';
|
|
40
38
|
export { RuntimeProfileStatus } from './models/RuntimeProfileStatus.js';
|
|
41
39
|
export { ScheduledFlowStartType } from './models/ScheduledFlowStartType.js';
|
|
40
|
+
export { ScheduleFireStatus } from './models/ScheduleFireStatus.js';
|
|
42
41
|
export { ScheduleType } from './models/ScheduleType.js';
|
|
43
42
|
export { SearchMethod } from './models/SearchMethod.js';
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export { SurfaceMode } from './models/SurfaceMode.js';
|
|
43
|
+
export { StepStatus } from './models/StepStatus.js';
|
|
44
|
+
export { SurfaceCredentialMode } from './models/SurfaceCredentialMode.js';
|
|
47
45
|
export { SurfacePlatform } from './models/SurfacePlatform.js';
|
|
48
|
-
export { SurfaceRoutingScope } from './models/SurfaceRoutingScope.js';
|
|
49
46
|
export { SurfaceSetupFieldSource } from './models/SurfaceSetupFieldSource.js';
|
|
50
47
|
export { SurfaceSetupMode } from './models/SurfaceSetupMode.js';
|
|
51
48
|
export { SurfaceSetupPhase } from './models/SurfaceSetupPhase.js';
|
|
@@ -60,8 +57,6 @@ export { AgentSurfacesIngressService } from './services/AgentSurfacesIngressServ
|
|
|
60
57
|
export { AgentToolsService } from './services/AgentToolsService.js';
|
|
61
58
|
export { ApplicationsService } from './services/ApplicationsService.js';
|
|
62
59
|
export { AuthService } from './services/AuthService.js';
|
|
63
|
-
export { BillingSubscriptionsService } from './services/BillingSubscriptionsService.js';
|
|
64
|
-
export { BillingWebhooksService } from './services/BillingWebhooksService.js';
|
|
65
60
|
export { DefaultService } from './services/DefaultService.js';
|
|
66
61
|
export { DesksService } from './services/DesksService.js';
|
|
67
62
|
export { FilesService } from './services/FilesService.js';
|
|
@@ -75,7 +70,6 @@ export { PodPermissionsService } from './services/PodPermissionsService.js';
|
|
|
75
70
|
export { PodResourceAccessService } from './services/PodResourceAccessService.js';
|
|
76
71
|
export { PodRolesService } from './services/PodRolesService.js';
|
|
77
72
|
export { PodsService } from './services/PodsService.js';
|
|
78
|
-
export { PublicDesksService } from './services/PublicDesksService.js';
|
|
79
73
|
export { QueryService } from './services/QueryService.js';
|
|
80
74
|
export { RecordsService } from './services/RecordsService.js';
|
|
81
75
|
export { SchedulesService } from './services/SchedulesService.js';
|
|
@@ -9,7 +9,7 @@ export type AgentNodeConfig = {
|
|
|
9
9
|
*/
|
|
10
10
|
agent_name: string;
|
|
11
11
|
/**
|
|
12
|
-
* Explicit mapping from
|
|
12
|
+
* Explicit mapping from agent input key to either an expression or a literal JSON value. Strings are never auto-interpreted.
|
|
13
13
|
*/
|
|
14
14
|
input_mapping?: Record<string, (ExpressionInputBinding | LiteralInputBinding)>;
|
|
15
15
|
};
|
|
@@ -5,7 +5,12 @@ import type { RuntimeProfileProtocol } from './RuntimeProfileProtocol.js';
|
|
|
5
5
|
import type { RuntimeProfileScope } from './RuntimeProfileScope.js';
|
|
6
6
|
import type { RuntimeProfileStatus } from './RuntimeProfileStatus.js';
|
|
7
7
|
export type AgentRuntimeProfileResponse = {
|
|
8
|
+
availability_status?: (string | null);
|
|
8
9
|
config?: Record<string, any>;
|
|
10
|
+
daemon_display_name?: (string | null);
|
|
11
|
+
daemon_harness_available?: (boolean | null);
|
|
12
|
+
daemon_id?: (string | null);
|
|
13
|
+
daemon_status?: (string | null);
|
|
9
14
|
default_model_name?: (string | null);
|
|
10
15
|
derived_harness_kind: HarnessKind;
|
|
11
16
|
description?: (string | null);
|
|
@@ -19,4 +24,5 @@ export type AgentRuntimeProfileResponse = {
|
|
|
19
24
|
protocol: RuntimeProfileProtocol;
|
|
20
25
|
scope: RuntimeProfileScope;
|
|
21
26
|
status: RuntimeProfileStatus;
|
|
27
|
+
user_id?: (string | null);
|
|
22
28
|
};
|
|
@@ -1,31 +1,20 @@
|
|
|
1
1
|
import type { AgentSurfaceStatus } from './AgentSurfaceStatus.js';
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type { SlackSurfaceConfig } from './SlackSurfaceConfig.js';
|
|
5
|
-
import type { SurfaceEventMode } from './SurfaceEventMode.js';
|
|
6
|
-
import type { SurfaceMode } from './SurfaceMode.js';
|
|
2
|
+
import type { SurfaceConfigResponse } from './SurfaceConfigResponse.js';
|
|
3
|
+
import type { SurfaceCredentialMode } from './SurfaceCredentialMode.js';
|
|
7
4
|
import type { SurfacePlatform } from './SurfacePlatform.js';
|
|
8
|
-
import type { SurfaceRoutingScope } from './SurfaceRoutingScope.js';
|
|
9
|
-
import type { TeamsSurfaceConfig } from './TeamsSurfaceConfig.js';
|
|
10
|
-
import type { TelegramSurfaceConfig } from './TelegramSurfaceConfig.js';
|
|
11
|
-
import type { WhatsAppSurfaceConfig } from './WhatsAppSurfaceConfig.js';
|
|
12
5
|
export type AgentSurfaceResponse = {
|
|
13
6
|
account_id?: (string | null);
|
|
14
7
|
agent_id?: (string | null);
|
|
15
8
|
agent_name?: (string | null);
|
|
16
|
-
config:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
external_tenant_id?: (string | null);
|
|
20
|
-
external_workspace_id?: (string | null);
|
|
9
|
+
config: SurfaceConfigResponse;
|
|
10
|
+
credential_mode?: SurfaceCredentialMode;
|
|
11
|
+
default_agent_id?: (string | null);
|
|
21
12
|
id: string;
|
|
22
|
-
is_active: boolean;
|
|
23
|
-
mode: SurfaceMode;
|
|
24
13
|
platform: SurfacePlatform;
|
|
25
14
|
pod_id: string;
|
|
26
|
-
routing_scope?: SurfaceRoutingScope;
|
|
27
15
|
status?: AgentSurfaceStatus;
|
|
28
16
|
surface_identity_id?: (string | null);
|
|
17
|
+
surface_identity_username?: (string | null);
|
|
29
18
|
surface_type: string;
|
|
30
19
|
uses_default_agent?: boolean;
|
|
31
20
|
webhook_url?: (string | null);
|
|
@@ -7,4 +7,6 @@ export var AgentSurfaceStatus;
|
|
|
7
7
|
AgentSurfaceStatus["ACTIVE"] = "ACTIVE";
|
|
8
8
|
AgentSurfaceStatus["PENDING_ADMIN_CONSENT"] = "PENDING_ADMIN_CONSENT";
|
|
9
9
|
AgentSurfaceStatus["INACTIVE"] = "INACTIVE";
|
|
10
|
+
AgentSurfaceStatus["NEEDS_SETUP"] = "NEEDS_SETUP";
|
|
11
|
+
AgentSurfaceStatus["ERROR"] = "ERROR";
|
|
10
12
|
})(AgentSurfaceStatus || (AgentSurfaceStatus = {}));
|
|
@@ -14,4 +14,5 @@ export var AgentToolset;
|
|
|
14
14
|
AgentToolset["USER_INTERACTION"] = "USER_INTERACTION";
|
|
15
15
|
AgentToolset["IMAGE_GENERATION"] = "IMAGE_GENERATION";
|
|
16
16
|
AgentToolset["AUDIO_GENERATION"] = "AUDIO_GENERATION";
|
|
17
|
+
AgentToolset["POD"] = "POD";
|
|
17
18
|
})(AgentToolset || (AgentToolset = {}));
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { AuthProvider } from './AuthProvider.js';
|
|
1
2
|
/**
|
|
2
3
|
* Schema for trigger response.
|
|
3
4
|
*/
|
|
@@ -9,5 +10,6 @@ export type AppTriggerResponseSchema = {
|
|
|
9
10
|
id: string;
|
|
10
11
|
payload_example: (Record<string, any> | null);
|
|
11
12
|
payload_schema: (Record<string, any> | null);
|
|
13
|
+
provider: AuthProvider;
|
|
12
14
|
updated_at: string;
|
|
13
15
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export var AuthProvider;
|
|
6
|
+
(function (AuthProvider) {
|
|
7
|
+
AuthProvider["LEMMA"] = "LEMMA";
|
|
8
|
+
AuthProvider["COMPOSIO"] = "COMPOSIO";
|
|
9
|
+
})(AuthProvider || (AuthProvider = {}));
|
|
@@ -21,6 +21,10 @@ export type CreateScheduleRequest = {
|
|
|
21
21
|
* Optional schema for the schedule-level filter output. Filters belong to the schedule, not the workflow start.
|
|
22
22
|
*/
|
|
23
23
|
filter_output_schema?: (Record<string, any> | null);
|
|
24
|
+
/**
|
|
25
|
+
* Stable pod-scoped schedule name used for import/export upserts.
|
|
26
|
+
*/
|
|
27
|
+
name?: (string | null);
|
|
24
28
|
schedule_type: ScheduleType;
|
|
25
29
|
visibility?: (string | null);
|
|
26
30
|
workflow_name?: (string | null);
|
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
import type { SurfaceBehaviorConfigInput } from './SurfaceBehaviorConfigInput.js';
|
|
2
|
-
import type {
|
|
3
|
-
import type { SurfaceMode } from './SurfaceMode.js';
|
|
2
|
+
import type { SurfaceCredentialMode } from './SurfaceCredentialMode.js';
|
|
4
3
|
import type { SurfacePlatform } from './SurfacePlatform.js';
|
|
5
|
-
import type { SurfaceRoutingScope } from './SurfaceRoutingScope.js';
|
|
6
4
|
export type CreateSurfaceRequest = {
|
|
7
5
|
account_id?: (string | null);
|
|
8
|
-
agent_name?: (string | null);
|
|
9
6
|
config?: SurfaceBehaviorConfigInput;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
external_tenant_id?: (string | null);
|
|
13
|
-
external_workspace_id?: (string | null);
|
|
14
|
-
mode: SurfaceMode;
|
|
7
|
+
credential_mode?: SurfaceCredentialMode;
|
|
8
|
+
default_agent_name?: (string | null);
|
|
15
9
|
platform: SurfacePlatform;
|
|
16
|
-
routing_scope?: SurfaceRoutingScope;
|
|
17
10
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { HarnessKind } from './HarnessKind.js';
|
|
2
|
+
import type { RuntimeProfileScope } from './RuntimeProfileScope.js';
|
|
2
3
|
export type CreateUserDaemonRuntimeProfileRequest = {
|
|
3
4
|
daemon_id: string;
|
|
4
5
|
default_model_name?: (string | null);
|
|
5
6
|
description?: (string | null);
|
|
6
7
|
harness_kind: HarnessKind;
|
|
7
8
|
name: string;
|
|
9
|
+
scope?: RuntimeProfileScope;
|
|
8
10
|
source?: string;
|
|
9
11
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DatastoreOperation } from './DatastoreOperation.js';
|
|
2
2
|
export type DataStoreFlowStartInput = {
|
|
3
3
|
/**
|
|
4
|
-
* Datastore operations that should trigger this flow.
|
|
4
|
+
* Datastore operations that should trigger this flow. One or more of INSERT, UPDATE, DELETE.
|
|
5
5
|
*/
|
|
6
6
|
operations?: Array<DatastoreOperation>;
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DatastoreOperation } from './DatastoreOperation.js';
|
|
2
2
|
export type DataStoreFlowStartOutput = {
|
|
3
3
|
/**
|
|
4
|
-
* Datastore operations that should trigger this flow.
|
|
4
|
+
* Datastore operations that should trigger this flow. One or more of INSERT, UPDATE, DELETE.
|
|
5
5
|
*/
|
|
6
6
|
operations?: Array<DatastoreOperation>;
|
|
7
7
|
/**
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { DecisionNodeConfig } from './DecisionNodeConfig.js';
|
|
2
2
|
/**
|
|
3
|
-
* Decision node.
|
|
3
|
+
* Decision node. Routes to the first rule whose condition is truthy;
|
|
4
|
+
* falls through to the default outgoing edge when no rule matches.
|
|
4
5
|
*/
|
|
5
6
|
export type DecisionNode = {
|
|
6
7
|
config: DecisionNodeConfig;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Resolve a
|
|
2
|
+
* Resolve a value from the run context using a JMESPath expression.
|
|
3
3
|
*/
|
|
4
4
|
export type ExpressionInputBinding = {
|
|
5
|
+
/**
|
|
6
|
+
* When true, an expression that resolves to nothing yields null instead of failing the run.
|
|
7
|
+
*/
|
|
8
|
+
optional?: boolean;
|
|
5
9
|
type?: string;
|
|
6
10
|
/**
|
|
7
|
-
*
|
|
11
|
+
* JMESPath expression evaluated against the run context. Example: `start.payload.issue.key` or `collect_input.amount`. Expressions that resolve to nothing fail the run unless `optional` is set.
|
|
8
12
|
*/
|
|
9
13
|
value: string;
|
|
10
14
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { FileSearchResultSchema } from './FileSearchResultSchema.js';
|
|
2
2
|
import type { SearchMethod } from './SearchMethod.js';
|
|
3
3
|
export type FileSearchResponse = {
|
|
4
|
+
items: Array<FileSearchResultSchema>;
|
|
4
5
|
query: string;
|
|
5
|
-
results: Array<FileSearchResultSchema>;
|
|
6
6
|
search_method: SearchMethod;
|
|
7
|
-
|
|
7
|
+
total: number;
|
|
8
8
|
};
|