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
|
@@ -1,230 +0,0 @@
|
|
|
1
|
-
import { OpenAPI } from '../core/OpenAPI.js';
|
|
2
|
-
import { request as __request } from '../core/request.js';
|
|
3
|
-
export class BillingSubscriptionsService {
|
|
4
|
-
/**
|
|
5
|
-
* List Organization Billing History
|
|
6
|
-
* List invoices for an organization.
|
|
7
|
-
* @param organizationId
|
|
8
|
-
* @param limit
|
|
9
|
-
* @param pageToken
|
|
10
|
-
* @returns BillingHistoryResponse Successful Response
|
|
11
|
-
* @throws ApiError
|
|
12
|
-
*/
|
|
13
|
-
static billingOrganizationHistory(organizationId, limit = 100, pageToken) {
|
|
14
|
-
return __request(OpenAPI, {
|
|
15
|
-
method: 'GET',
|
|
16
|
-
url: '/billing/organizations/{organization_id}/billing-history',
|
|
17
|
-
path: {
|
|
18
|
-
'organization_id': organizationId,
|
|
19
|
-
},
|
|
20
|
-
query: {
|
|
21
|
-
'limit': limit,
|
|
22
|
-
'page_token': pageToken,
|
|
23
|
-
},
|
|
24
|
-
errors: {
|
|
25
|
-
422: `Validation Error`,
|
|
26
|
-
},
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Get Current Organization Invoice
|
|
31
|
-
* Get or create the current unpaid monthly invoice.
|
|
32
|
-
* @param organizationId
|
|
33
|
-
* @returns BillingInvoiceResponse Successful Response
|
|
34
|
-
* @throws ApiError
|
|
35
|
-
*/
|
|
36
|
-
static billingOrganizationInvoicesCurrent(organizationId) {
|
|
37
|
-
return __request(OpenAPI, {
|
|
38
|
-
method: 'GET',
|
|
39
|
-
url: '/billing/organizations/{organization_id}/invoices/current',
|
|
40
|
-
path: {
|
|
41
|
-
'organization_id': organizationId,
|
|
42
|
-
},
|
|
43
|
-
errors: {
|
|
44
|
-
422: `Validation Error`,
|
|
45
|
-
},
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* Create Invoice Payment URL
|
|
50
|
-
* Create a hosted checkout URL for an unpaid invoice.
|
|
51
|
-
* @param organizationId
|
|
52
|
-
* @param invoiceId
|
|
53
|
-
* @param requestBody
|
|
54
|
-
* @returns CreateInvoicePaymentUrlResponse Successful Response
|
|
55
|
-
* @throws ApiError
|
|
56
|
-
*/
|
|
57
|
-
static billingOrganizationInvoicesPaymentUrl(organizationId, invoiceId, requestBody) {
|
|
58
|
-
return __request(OpenAPI, {
|
|
59
|
-
method: 'POST',
|
|
60
|
-
url: '/billing/organizations/{organization_id}/invoices/{invoice_id}/payment-url',
|
|
61
|
-
path: {
|
|
62
|
-
'organization_id': organizationId,
|
|
63
|
-
'invoice_id': invoiceId,
|
|
64
|
-
},
|
|
65
|
-
body: requestBody,
|
|
66
|
-
mediaType: 'application/json',
|
|
67
|
-
errors: {
|
|
68
|
-
422: `Validation Error`,
|
|
69
|
-
},
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Get Seat Info
|
|
74
|
-
* Get seat availability information.
|
|
75
|
-
* @param organizationId
|
|
76
|
-
* @returns SeatInfoResponse Successful Response
|
|
77
|
-
* @throws ApiError
|
|
78
|
-
*/
|
|
79
|
-
static billingOrganizationSeatsInfo(organizationId) {
|
|
80
|
-
return __request(OpenAPI, {
|
|
81
|
-
method: 'GET',
|
|
82
|
-
url: '/billing/organizations/{organization_id}/seats',
|
|
83
|
-
path: {
|
|
84
|
-
'organization_id': organizationId,
|
|
85
|
-
},
|
|
86
|
-
errors: {
|
|
87
|
-
422: `Validation Error`,
|
|
88
|
-
},
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* Get Organization Subscription
|
|
93
|
-
* Get subscription for an organization.
|
|
94
|
-
* @param organizationId
|
|
95
|
-
* @returns SubscriptionWithPlanResponse Successful Response
|
|
96
|
-
* @throws ApiError
|
|
97
|
-
*/
|
|
98
|
-
static billingOrganizationSubscriptionGet(organizationId) {
|
|
99
|
-
return __request(OpenAPI, {
|
|
100
|
-
method: 'GET',
|
|
101
|
-
url: '/billing/organizations/{organization_id}/subscription',
|
|
102
|
-
path: {
|
|
103
|
-
'organization_id': organizationId,
|
|
104
|
-
},
|
|
105
|
-
errors: {
|
|
106
|
-
422: `Validation Error`,
|
|
107
|
-
},
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* Cancel Organization Subscription
|
|
112
|
-
* Cancel an organization's team billing subscription.
|
|
113
|
-
* @param organizationId
|
|
114
|
-
* @returns CancelSubscriptionResponse Successful Response
|
|
115
|
-
* @throws ApiError
|
|
116
|
-
*/
|
|
117
|
-
static billingOrganizationSubscriptionCancel(organizationId) {
|
|
118
|
-
return __request(OpenAPI, {
|
|
119
|
-
method: 'POST',
|
|
120
|
-
url: '/billing/organizations/{organization_id}/subscription/cancel',
|
|
121
|
-
path: {
|
|
122
|
-
'organization_id': organizationId,
|
|
123
|
-
},
|
|
124
|
-
errors: {
|
|
125
|
-
422: `Validation Error`,
|
|
126
|
-
},
|
|
127
|
-
});
|
|
128
|
-
}
|
|
129
|
-
/**
|
|
130
|
-
* Start Organization Team Billing
|
|
131
|
-
* Start monthly-invoiced team billing for an organization.
|
|
132
|
-
* @param organizationId
|
|
133
|
-
* @param requestBody
|
|
134
|
-
* @returns SubscriptionWithPlanResponse Successful Response
|
|
135
|
-
* @throws ApiError
|
|
136
|
-
*/
|
|
137
|
-
static billingOrganizationTeamBillingStart(organizationId, requestBody) {
|
|
138
|
-
return __request(OpenAPI, {
|
|
139
|
-
method: 'POST',
|
|
140
|
-
url: '/billing/organizations/{organization_id}/team-billing',
|
|
141
|
-
path: {
|
|
142
|
-
'organization_id': organizationId,
|
|
143
|
-
},
|
|
144
|
-
body: requestBody,
|
|
145
|
-
mediaType: 'application/json',
|
|
146
|
-
errors: {
|
|
147
|
-
422: `Validation Error`,
|
|
148
|
-
},
|
|
149
|
-
});
|
|
150
|
-
}
|
|
151
|
-
/**
|
|
152
|
-
* Get Personal Subscription
|
|
153
|
-
* Get the current user's personal subscription.
|
|
154
|
-
* @returns SubscriptionWithPlanResponse Successful Response
|
|
155
|
-
* @throws ApiError
|
|
156
|
-
*/
|
|
157
|
-
static billingPersonalSubscriptionGet() {
|
|
158
|
-
return __request(OpenAPI, {
|
|
159
|
-
method: 'GET',
|
|
160
|
-
url: '/billing/personal/subscription',
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* Start Personal Subscription
|
|
165
|
-
* Start a new subscription.
|
|
166
|
-
* @param requestBody
|
|
167
|
-
* @returns StartSubscriptionResponse Successful Response
|
|
168
|
-
* @throws ApiError
|
|
169
|
-
*/
|
|
170
|
-
static billingPersonalSubscriptionStart(requestBody) {
|
|
171
|
-
return __request(OpenAPI, {
|
|
172
|
-
method: 'POST',
|
|
173
|
-
url: '/billing/personal/subscription',
|
|
174
|
-
body: requestBody,
|
|
175
|
-
mediaType: 'application/json',
|
|
176
|
-
errors: {
|
|
177
|
-
422: `Validation Error`,
|
|
178
|
-
},
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
/**
|
|
182
|
-
* Cancel Personal Subscription
|
|
183
|
-
* Cancel subscription.
|
|
184
|
-
* @returns CancelSubscriptionResponse Successful Response
|
|
185
|
-
* @throws ApiError
|
|
186
|
-
*/
|
|
187
|
-
static billingPersonalSubscriptionCancel() {
|
|
188
|
-
return __request(OpenAPI, {
|
|
189
|
-
method: 'POST',
|
|
190
|
-
url: '/billing/personal/subscription/cancel',
|
|
191
|
-
});
|
|
192
|
-
}
|
|
193
|
-
/**
|
|
194
|
-
* Get Personal Subscription Status
|
|
195
|
-
* Get subscription status.
|
|
196
|
-
* @returns SubscriptionStatusResponse Successful Response
|
|
197
|
-
* @throws ApiError
|
|
198
|
-
*/
|
|
199
|
-
static billingPersonalSubscriptionStatus() {
|
|
200
|
-
return __request(OpenAPI, {
|
|
201
|
-
method: 'GET',
|
|
202
|
-
url: '/billing/personal/subscription/status',
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* List Plans
|
|
207
|
-
* List available subscription plans.
|
|
208
|
-
* @param onlyActive
|
|
209
|
-
* @param audience
|
|
210
|
-
* @param limit
|
|
211
|
-
* @param pageToken
|
|
212
|
-
* @returns PlanListResponse Successful Response
|
|
213
|
-
* @throws ApiError
|
|
214
|
-
*/
|
|
215
|
-
static billingPlansList(onlyActive = true, audience, limit = 100, pageToken) {
|
|
216
|
-
return __request(OpenAPI, {
|
|
217
|
-
method: 'GET',
|
|
218
|
-
url: '/billing/plans',
|
|
219
|
-
query: {
|
|
220
|
-
'only_active': onlyActive,
|
|
221
|
-
'audience': audience,
|
|
222
|
-
'limit': limit,
|
|
223
|
-
'page_token': pageToken,
|
|
224
|
-
},
|
|
225
|
-
errors: {
|
|
226
|
-
422: `Validation Error`,
|
|
227
|
-
},
|
|
228
|
-
});
|
|
229
|
-
}
|
|
230
|
-
}
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import type { RecentUsageResponse } from '../models/RecentUsageResponse.js';
|
|
2
|
-
import type { UsageLimitsResponse } from '../models/UsageLimitsResponse.js';
|
|
3
|
-
import type { UsageListResponse } from '../models/UsageListResponse.js';
|
|
4
|
-
import type { UsageStatsResponse } from '../models/UsageStatsResponse.js';
|
|
5
|
-
import type { UsageSummaryResponse } from '../models/UsageSummaryResponse.js';
|
|
6
|
-
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
7
|
-
export declare class BillingUsageService {
|
|
8
|
-
/**
|
|
9
|
-
* Get Organization Usage Summary
|
|
10
|
-
* Get usage summary for a specific organization.
|
|
11
|
-
* @param organizationId
|
|
12
|
-
* @param start
|
|
13
|
-
* @param end
|
|
14
|
-
* @param modelName
|
|
15
|
-
* @param podId
|
|
16
|
-
* @param userId
|
|
17
|
-
* @param agentId
|
|
18
|
-
* @param usageKind
|
|
19
|
-
* @param status
|
|
20
|
-
* @param days
|
|
21
|
-
* @param limit
|
|
22
|
-
* @returns UsageSummaryResponse Successful Response
|
|
23
|
-
* @throws ApiError
|
|
24
|
-
*/
|
|
25
|
-
static billingUsageOrganizationSummaryGet(organizationId: string, start?: (string | null), end?: (string | null), modelName?: (string | null), podId?: (string | null), userId?: (string | null), agentId?: (string | null), usageKind?: (string | null), status?: (string | null), days?: number, limit?: number): CancelablePromise<UsageSummaryResponse>;
|
|
26
|
-
/**
|
|
27
|
-
* List Organization Usage Events
|
|
28
|
-
* List usage events with optional filters.
|
|
29
|
-
* @param organizationId
|
|
30
|
-
* @param start
|
|
31
|
-
* @param end
|
|
32
|
-
* @param modelName
|
|
33
|
-
* @param podId
|
|
34
|
-
* @param userId
|
|
35
|
-
* @param agentId
|
|
36
|
-
* @param usageKind
|
|
37
|
-
* @param status
|
|
38
|
-
* @param days
|
|
39
|
-
* @param limit
|
|
40
|
-
* @returns UsageListResponse Successful Response
|
|
41
|
-
* @throws ApiError
|
|
42
|
-
*/
|
|
43
|
-
static billingUsageOrganizationEventsList(organizationId: string, start?: (string | null), end?: (string | null), modelName?: (string | null), podId?: (string | null), userId?: (string | null), agentId?: (string | null), usageKind?: (string | null), status?: (string | null), days?: number, limit?: number): CancelablePromise<UsageListResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Get Current Usage Limits
|
|
46
|
-
* Get current usage limits for the requesting user in an organization.
|
|
47
|
-
* @param organizationId
|
|
48
|
-
* @returns UsageLimitsResponse Successful Response
|
|
49
|
-
* @throws ApiError
|
|
50
|
-
*/
|
|
51
|
-
static billingUsageOrganizationLimitsGet(organizationId: string): CancelablePromise<UsageLimitsResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* Get My Organization Usage Summary
|
|
54
|
-
* Get usage summary for the current user within an organization.
|
|
55
|
-
* @param organizationId
|
|
56
|
-
* @param start
|
|
57
|
-
* @param end
|
|
58
|
-
* @param modelName
|
|
59
|
-
* @param podId
|
|
60
|
-
* @param userId
|
|
61
|
-
* @param agentId
|
|
62
|
-
* @param usageKind
|
|
63
|
-
* @param status
|
|
64
|
-
* @param days
|
|
65
|
-
* @param limit
|
|
66
|
-
* @returns UsageSummaryResponse Successful Response
|
|
67
|
-
* @throws ApiError
|
|
68
|
-
*/
|
|
69
|
-
static billingUsageOrganizationMeSummaryGet(organizationId: string, start?: (string | null), end?: (string | null), modelName?: (string | null), podId?: (string | null), userId?: (string | null), agentId?: (string | null), usageKind?: (string | null), status?: (string | null), days?: number, limit?: number): CancelablePromise<UsageSummaryResponse>;
|
|
70
|
-
/**
|
|
71
|
-
* Get Pod Usage Summary
|
|
72
|
-
* Get usage summary for a specific pod within an organization.
|
|
73
|
-
* @param organizationId
|
|
74
|
-
* @param podId
|
|
75
|
-
* @param start
|
|
76
|
-
* @param end
|
|
77
|
-
* @param days
|
|
78
|
-
* @returns UsageSummaryResponse Successful Response
|
|
79
|
-
* @throws ApiError
|
|
80
|
-
*/
|
|
81
|
-
static billingUsageOrganizationPodSummaryGet(organizationId: string, podId: string, start?: (string | null), end?: (string | null), days?: number): CancelablePromise<UsageSummaryResponse>;
|
|
82
|
-
/**
|
|
83
|
-
* Get Organization Recent Usage
|
|
84
|
-
* Get recent usage records for a specific organization.
|
|
85
|
-
* @param organizationId
|
|
86
|
-
* @param start
|
|
87
|
-
* @param end
|
|
88
|
-
* @param modelName
|
|
89
|
-
* @param podId
|
|
90
|
-
* @param userId
|
|
91
|
-
* @param agentId
|
|
92
|
-
* @param usageKind
|
|
93
|
-
* @param status
|
|
94
|
-
* @param days
|
|
95
|
-
* @param limit
|
|
96
|
-
* @returns RecentUsageResponse Successful Response
|
|
97
|
-
* @throws ApiError
|
|
98
|
-
*/
|
|
99
|
-
static billingUsageOrganizationRecentGet(organizationId: string, start?: (string | null), end?: (string | null), modelName?: (string | null), podId?: (string | null), userId?: (string | null), agentId?: (string | null), usageKind?: (string | null), status?: (string | null), days?: number, limit?: number): CancelablePromise<RecentUsageResponse>;
|
|
100
|
-
/**
|
|
101
|
-
* Get Organization Usage Stats
|
|
102
|
-
* Get bucketed usage stats with optional filters.
|
|
103
|
-
* @param organizationId
|
|
104
|
-
* @param start
|
|
105
|
-
* @param end
|
|
106
|
-
* @param modelName
|
|
107
|
-
* @param podId
|
|
108
|
-
* @param userId
|
|
109
|
-
* @param agentId
|
|
110
|
-
* @param usageKind
|
|
111
|
-
* @param status
|
|
112
|
-
* @param days
|
|
113
|
-
* @param limit
|
|
114
|
-
* @param granularity
|
|
115
|
-
* @param groupBy
|
|
116
|
-
* @returns UsageStatsResponse Successful Response
|
|
117
|
-
* @throws ApiError
|
|
118
|
-
*/
|
|
119
|
-
static billingUsageOrganizationStatsGet(organizationId: string, start?: (string | null), end?: (string | null), modelName?: (string | null), podId?: (string | null), userId?: (string | null), agentId?: (string | null), usageKind?: (string | null), status?: (string | null), days?: number, limit?: number, granularity?: string, groupBy?: (string | null)): CancelablePromise<UsageStatsResponse>;
|
|
120
|
-
/**
|
|
121
|
-
* Get Organization Usage Summary
|
|
122
|
-
* Get usage summary with optional filters.
|
|
123
|
-
* @param organizationId
|
|
124
|
-
* @param start
|
|
125
|
-
* @param end
|
|
126
|
-
* @param modelName
|
|
127
|
-
* @param podId
|
|
128
|
-
* @param userId
|
|
129
|
-
* @param agentId
|
|
130
|
-
* @param usageKind
|
|
131
|
-
* @param status
|
|
132
|
-
* @param days
|
|
133
|
-
* @param limit
|
|
134
|
-
* @returns UsageSummaryResponse Successful Response
|
|
135
|
-
* @throws ApiError
|
|
136
|
-
*/
|
|
137
|
-
static billingUsageOrganizationSummaryQuery(organizationId: string, start?: (string | null), end?: (string | null), modelName?: (string | null), podId?: (string | null), userId?: (string | null), agentId?: (string | null), usageKind?: (string | null), status?: (string | null), days?: number, limit?: number): CancelablePromise<UsageSummaryResponse>;
|
|
138
|
-
}
|
|
@@ -1,302 +0,0 @@
|
|
|
1
|
-
import { OpenAPI } from '../core/OpenAPI.js';
|
|
2
|
-
import { request as __request } from '../core/request.js';
|
|
3
|
-
export class BillingUsageService {
|
|
4
|
-
/**
|
|
5
|
-
* Get Organization Usage Summary
|
|
6
|
-
* Get usage summary for a specific organization.
|
|
7
|
-
* @param organizationId
|
|
8
|
-
* @param start
|
|
9
|
-
* @param end
|
|
10
|
-
* @param modelName
|
|
11
|
-
* @param podId
|
|
12
|
-
* @param userId
|
|
13
|
-
* @param agentId
|
|
14
|
-
* @param usageKind
|
|
15
|
-
* @param status
|
|
16
|
-
* @param days
|
|
17
|
-
* @param limit
|
|
18
|
-
* @returns UsageSummaryResponse Successful Response
|
|
19
|
-
* @throws ApiError
|
|
20
|
-
*/
|
|
21
|
-
static billingUsageOrganizationSummaryGet(organizationId, start, end, modelName, podId, userId, agentId, usageKind, status, days = 30, limit = 100) {
|
|
22
|
-
return __request(OpenAPI, {
|
|
23
|
-
method: 'GET',
|
|
24
|
-
url: '/billing/usage/organizations/{organization_id}',
|
|
25
|
-
path: {
|
|
26
|
-
'organization_id': organizationId,
|
|
27
|
-
},
|
|
28
|
-
query: {
|
|
29
|
-
'start': start,
|
|
30
|
-
'end': end,
|
|
31
|
-
'model_name': modelName,
|
|
32
|
-
'pod_id': podId,
|
|
33
|
-
'user_id': userId,
|
|
34
|
-
'agent_id': agentId,
|
|
35
|
-
'usage_kind': usageKind,
|
|
36
|
-
'status': status,
|
|
37
|
-
'days': days,
|
|
38
|
-
'limit': limit,
|
|
39
|
-
},
|
|
40
|
-
errors: {
|
|
41
|
-
422: `Validation Error`,
|
|
42
|
-
},
|
|
43
|
-
});
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* List Organization Usage Events
|
|
47
|
-
* List usage events with optional filters.
|
|
48
|
-
* @param organizationId
|
|
49
|
-
* @param start
|
|
50
|
-
* @param end
|
|
51
|
-
* @param modelName
|
|
52
|
-
* @param podId
|
|
53
|
-
* @param userId
|
|
54
|
-
* @param agentId
|
|
55
|
-
* @param usageKind
|
|
56
|
-
* @param status
|
|
57
|
-
* @param days
|
|
58
|
-
* @param limit
|
|
59
|
-
* @returns UsageListResponse Successful Response
|
|
60
|
-
* @throws ApiError
|
|
61
|
-
*/
|
|
62
|
-
static billingUsageOrganizationEventsList(organizationId, start, end, modelName, podId, userId, agentId, usageKind, status, days = 30, limit = 100) {
|
|
63
|
-
return __request(OpenAPI, {
|
|
64
|
-
method: 'GET',
|
|
65
|
-
url: '/billing/usage/organizations/{organization_id}/events',
|
|
66
|
-
path: {
|
|
67
|
-
'organization_id': organizationId,
|
|
68
|
-
},
|
|
69
|
-
query: {
|
|
70
|
-
'start': start,
|
|
71
|
-
'end': end,
|
|
72
|
-
'model_name': modelName,
|
|
73
|
-
'pod_id': podId,
|
|
74
|
-
'user_id': userId,
|
|
75
|
-
'agent_id': agentId,
|
|
76
|
-
'usage_kind': usageKind,
|
|
77
|
-
'status': status,
|
|
78
|
-
'days': days,
|
|
79
|
-
'limit': limit,
|
|
80
|
-
},
|
|
81
|
-
errors: {
|
|
82
|
-
422: `Validation Error`,
|
|
83
|
-
},
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Get Current Usage Limits
|
|
88
|
-
* Get current usage limits for the requesting user in an organization.
|
|
89
|
-
* @param organizationId
|
|
90
|
-
* @returns UsageLimitsResponse Successful Response
|
|
91
|
-
* @throws ApiError
|
|
92
|
-
*/
|
|
93
|
-
static billingUsageOrganizationLimitsGet(organizationId) {
|
|
94
|
-
return __request(OpenAPI, {
|
|
95
|
-
method: 'GET',
|
|
96
|
-
url: '/billing/usage/organizations/{organization_id}/limits',
|
|
97
|
-
path: {
|
|
98
|
-
'organization_id': organizationId,
|
|
99
|
-
},
|
|
100
|
-
errors: {
|
|
101
|
-
422: `Validation Error`,
|
|
102
|
-
},
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* Get My Organization Usage Summary
|
|
107
|
-
* Get usage summary for the current user within an organization.
|
|
108
|
-
* @param organizationId
|
|
109
|
-
* @param start
|
|
110
|
-
* @param end
|
|
111
|
-
* @param modelName
|
|
112
|
-
* @param podId
|
|
113
|
-
* @param userId
|
|
114
|
-
* @param agentId
|
|
115
|
-
* @param usageKind
|
|
116
|
-
* @param status
|
|
117
|
-
* @param days
|
|
118
|
-
* @param limit
|
|
119
|
-
* @returns UsageSummaryResponse Successful Response
|
|
120
|
-
* @throws ApiError
|
|
121
|
-
*/
|
|
122
|
-
static billingUsageOrganizationMeSummaryGet(organizationId, start, end, modelName, podId, userId, agentId, usageKind, status, days = 30, limit = 100) {
|
|
123
|
-
return __request(OpenAPI, {
|
|
124
|
-
method: 'GET',
|
|
125
|
-
url: '/billing/usage/organizations/{organization_id}/me',
|
|
126
|
-
path: {
|
|
127
|
-
'organization_id': organizationId,
|
|
128
|
-
},
|
|
129
|
-
query: {
|
|
130
|
-
'start': start,
|
|
131
|
-
'end': end,
|
|
132
|
-
'model_name': modelName,
|
|
133
|
-
'pod_id': podId,
|
|
134
|
-
'user_id': userId,
|
|
135
|
-
'agent_id': agentId,
|
|
136
|
-
'usage_kind': usageKind,
|
|
137
|
-
'status': status,
|
|
138
|
-
'days': days,
|
|
139
|
-
'limit': limit,
|
|
140
|
-
},
|
|
141
|
-
errors: {
|
|
142
|
-
422: `Validation Error`,
|
|
143
|
-
},
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* Get Pod Usage Summary
|
|
148
|
-
* Get usage summary for a specific pod within an organization.
|
|
149
|
-
* @param organizationId
|
|
150
|
-
* @param podId
|
|
151
|
-
* @param start
|
|
152
|
-
* @param end
|
|
153
|
-
* @param days
|
|
154
|
-
* @returns UsageSummaryResponse Successful Response
|
|
155
|
-
* @throws ApiError
|
|
156
|
-
*/
|
|
157
|
-
static billingUsageOrganizationPodSummaryGet(organizationId, podId, start, end, days = 30) {
|
|
158
|
-
return __request(OpenAPI, {
|
|
159
|
-
method: 'GET',
|
|
160
|
-
url: '/billing/usage/organizations/{organization_id}/pods/{pod_id}',
|
|
161
|
-
path: {
|
|
162
|
-
'organization_id': organizationId,
|
|
163
|
-
'pod_id': podId,
|
|
164
|
-
},
|
|
165
|
-
query: {
|
|
166
|
-
'start': start,
|
|
167
|
-
'end': end,
|
|
168
|
-
'days': days,
|
|
169
|
-
},
|
|
170
|
-
errors: {
|
|
171
|
-
422: `Validation Error`,
|
|
172
|
-
},
|
|
173
|
-
});
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* Get Organization Recent Usage
|
|
177
|
-
* Get recent usage records for a specific organization.
|
|
178
|
-
* @param organizationId
|
|
179
|
-
* @param start
|
|
180
|
-
* @param end
|
|
181
|
-
* @param modelName
|
|
182
|
-
* @param podId
|
|
183
|
-
* @param userId
|
|
184
|
-
* @param agentId
|
|
185
|
-
* @param usageKind
|
|
186
|
-
* @param status
|
|
187
|
-
* @param days
|
|
188
|
-
* @param limit
|
|
189
|
-
* @returns RecentUsageResponse Successful Response
|
|
190
|
-
* @throws ApiError
|
|
191
|
-
*/
|
|
192
|
-
static billingUsageOrganizationRecentGet(organizationId, start, end, modelName, podId, userId, agentId, usageKind, status, days = 30, limit = 100) {
|
|
193
|
-
return __request(OpenAPI, {
|
|
194
|
-
method: 'GET',
|
|
195
|
-
url: '/billing/usage/organizations/{organization_id}/recent',
|
|
196
|
-
path: {
|
|
197
|
-
'organization_id': organizationId,
|
|
198
|
-
},
|
|
199
|
-
query: {
|
|
200
|
-
'start': start,
|
|
201
|
-
'end': end,
|
|
202
|
-
'model_name': modelName,
|
|
203
|
-
'pod_id': podId,
|
|
204
|
-
'user_id': userId,
|
|
205
|
-
'agent_id': agentId,
|
|
206
|
-
'usage_kind': usageKind,
|
|
207
|
-
'status': status,
|
|
208
|
-
'days': days,
|
|
209
|
-
'limit': limit,
|
|
210
|
-
},
|
|
211
|
-
errors: {
|
|
212
|
-
422: `Validation Error`,
|
|
213
|
-
},
|
|
214
|
-
});
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* Get Organization Usage Stats
|
|
218
|
-
* Get bucketed usage stats with optional filters.
|
|
219
|
-
* @param organizationId
|
|
220
|
-
* @param start
|
|
221
|
-
* @param end
|
|
222
|
-
* @param modelName
|
|
223
|
-
* @param podId
|
|
224
|
-
* @param userId
|
|
225
|
-
* @param agentId
|
|
226
|
-
* @param usageKind
|
|
227
|
-
* @param status
|
|
228
|
-
* @param days
|
|
229
|
-
* @param limit
|
|
230
|
-
* @param granularity
|
|
231
|
-
* @param groupBy
|
|
232
|
-
* @returns UsageStatsResponse Successful Response
|
|
233
|
-
* @throws ApiError
|
|
234
|
-
*/
|
|
235
|
-
static billingUsageOrganizationStatsGet(organizationId, start, end, modelName, podId, userId, agentId, usageKind, status, days = 30, limit = 100, granularity = 'day', groupBy) {
|
|
236
|
-
return __request(OpenAPI, {
|
|
237
|
-
method: 'GET',
|
|
238
|
-
url: '/billing/usage/organizations/{organization_id}/stats',
|
|
239
|
-
path: {
|
|
240
|
-
'organization_id': organizationId,
|
|
241
|
-
},
|
|
242
|
-
query: {
|
|
243
|
-
'start': start,
|
|
244
|
-
'end': end,
|
|
245
|
-
'model_name': modelName,
|
|
246
|
-
'pod_id': podId,
|
|
247
|
-
'user_id': userId,
|
|
248
|
-
'agent_id': agentId,
|
|
249
|
-
'usage_kind': usageKind,
|
|
250
|
-
'status': status,
|
|
251
|
-
'days': days,
|
|
252
|
-
'limit': limit,
|
|
253
|
-
'granularity': granularity,
|
|
254
|
-
'group_by': groupBy,
|
|
255
|
-
},
|
|
256
|
-
errors: {
|
|
257
|
-
422: `Validation Error`,
|
|
258
|
-
},
|
|
259
|
-
});
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* Get Organization Usage Summary
|
|
263
|
-
* Get usage summary with optional filters.
|
|
264
|
-
* @param organizationId
|
|
265
|
-
* @param start
|
|
266
|
-
* @param end
|
|
267
|
-
* @param modelName
|
|
268
|
-
* @param podId
|
|
269
|
-
* @param userId
|
|
270
|
-
* @param agentId
|
|
271
|
-
* @param usageKind
|
|
272
|
-
* @param status
|
|
273
|
-
* @param days
|
|
274
|
-
* @param limit
|
|
275
|
-
* @returns UsageSummaryResponse Successful Response
|
|
276
|
-
* @throws ApiError
|
|
277
|
-
*/
|
|
278
|
-
static billingUsageOrganizationSummaryQuery(organizationId, start, end, modelName, podId, userId, agentId, usageKind, status, days = 30, limit = 100) {
|
|
279
|
-
return __request(OpenAPI, {
|
|
280
|
-
method: 'GET',
|
|
281
|
-
url: '/billing/usage/organizations/{organization_id}/summary',
|
|
282
|
-
path: {
|
|
283
|
-
'organization_id': organizationId,
|
|
284
|
-
},
|
|
285
|
-
query: {
|
|
286
|
-
'start': start,
|
|
287
|
-
'end': end,
|
|
288
|
-
'model_name': modelName,
|
|
289
|
-
'pod_id': podId,
|
|
290
|
-
'user_id': userId,
|
|
291
|
-
'agent_id': agentId,
|
|
292
|
-
'usage_kind': usageKind,
|
|
293
|
-
'status': status,
|
|
294
|
-
'days': days,
|
|
295
|
-
'limit': limit,
|
|
296
|
-
},
|
|
297
|
-
errors: {
|
|
298
|
-
422: `Validation Error`,
|
|
299
|
-
},
|
|
300
|
-
});
|
|
301
|
-
}
|
|
302
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { CancelablePromise } from '../core/CancelablePromise.js';
|
|
2
|
-
export declare class BillingWebhooksService {
|
|
3
|
-
/**
|
|
4
|
-
* DodoPayments Webhook
|
|
5
|
-
* Handle webhooks from DodoPayments.
|
|
6
|
-
* @param xDodoSignature
|
|
7
|
-
* @param xDodoEventType
|
|
8
|
-
* @returns any Successful Response
|
|
9
|
-
* @throws ApiError
|
|
10
|
-
*/
|
|
11
|
-
static billingWebhooksDodo(xDodoSignature?: (string | null), xDodoEventType?: (string | null)): CancelablePromise<any>;
|
|
12
|
-
}
|