keplar-api 0.0.30 → 0.0.7247643
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/.openapi-generator/FILES +98 -8
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +433 -87
- package/dist/apis/DefaultApi.js +2719 -1126
- package/dist/models/AddUserToWorkspaceRequest.d.ts +39 -0
- package/dist/models/AddUserToWorkspaceRequest.js +56 -0
- package/dist/models/AnalyzeNotebook200Response.d.ts +7 -0
- package/dist/models/AnalyzeNotebook200Response.js +3 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResults.d.ts +63 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResults.js +68 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResultsMessagesInner.d.ts +69 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResultsMessagesInner.js +74 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResultsMessagesInnerContextMessagesInner.d.ts +56 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResultsMessagesInnerContextMessagesInner.js +63 -0
- package/dist/models/AnalyzeNotebookRequest.d.ts +7 -0
- package/dist/models/AnalyzeNotebookRequest.js +4 -1
- package/dist/models/ApiInvitesIdResponsesResponseIdPutRequest.d.ts +14 -1
- package/dist/models/ApiInvitesIdResponsesResponseIdPutRequest.js +6 -3
- package/dist/models/ApiProjectsProjectIdPutRequest.d.ts +6 -0
- package/dist/models/ApiProjectsProjectIdPutRequest.js +2 -0
- package/dist/models/ApiProjectsProjectIdSearchTranscriptsPostRequest.d.ts +6 -0
- package/dist/models/ApiProjectsProjectIdSearchTranscriptsPostRequest.js +2 -0
- package/dist/models/ApiThreadsThreadIdProjectBriefDocumentVersionsGet200Response.d.ts +33 -0
- package/dist/models/ApiThreadsThreadIdProjectBriefDocumentVersionsGet200Response.js +52 -0
- package/dist/models/ApiThreadsThreadIdProjectBriefDocumentVersionsVersionPut200Response.d.ts +33 -0
- package/dist/models/ApiThreadsThreadIdProjectBriefDocumentVersionsVersionPut200Response.js +52 -0
- package/dist/models/ArtifactData.d.ts +6 -0
- package/dist/models/ArtifactData.js +10 -0
- package/dist/models/ArtifactDataCreate.d.ts +3 -0
- package/dist/models/ArtifactDataCreate.js +5 -0
- package/dist/models/ArtifactDataNotNull.d.ts +30 -0
- package/dist/models/ArtifactDataNotNull.js +59 -0
- package/dist/models/ArtifactDataPresentation.d.ts +70 -0
- package/dist/models/ArtifactDataPresentation.js +73 -0
- package/dist/models/ArtifactDataReport.d.ts +12 -0
- package/dist/models/ArtifactDataReport.js +4 -0
- package/dist/models/ArtifactDataSearchResult.d.ts +46 -0
- package/dist/models/ArtifactDataSearchResult.js +63 -0
- package/dist/models/ArtifactDataSearchResultTabsInner.d.ts +57 -0
- package/dist/models/ArtifactDataSearchResultTabsInner.js +68 -0
- package/dist/models/ArtifactDataSearchResultTabsInnerMessagesInner.d.ts +75 -0
- package/dist/models/ArtifactDataSearchResultTabsInnerMessagesInner.js +78 -0
- package/dist/models/ArtifactKind.d.ts +2 -0
- package/dist/models/ArtifactKind.js +3 -1
- package/dist/models/ArtifactMetadata.d.ts +6 -0
- package/dist/models/ArtifactMetadata.js +2 -0
- package/dist/models/AssetAttrs.d.ts +50 -0
- package/dist/models/AssetAttrs.js +55 -0
- package/dist/models/AssetNode.d.ts +46 -0
- package/dist/models/AssetNode.js +61 -0
- package/dist/models/BlockContentNode.d.ts +36 -0
- package/dist/models/BlockContentNode.js +69 -0
- package/dist/models/BlockquoteNode.d.ts +46 -0
- package/dist/models/BlockquoteNode.js +61 -0
- package/dist/models/BoldMark.d.ts +39 -0
- package/dist/models/BoldMark.js +58 -0
- package/dist/models/BriefDocument.d.ts +46 -0
- package/dist/models/BriefDocument.js +63 -0
- package/dist/models/BriefDocumentVersion.d.ts +51 -0
- package/dist/models/BriefDocumentVersion.js +64 -0
- package/dist/models/BulletListNode.d.ts +46 -0
- package/dist/models/BulletListNode.js +61 -0
- package/dist/models/Call.d.ts +6 -0
- package/dist/models/Call.js +2 -0
- package/dist/models/CallMetadata.d.ts +65 -0
- package/dist/models/CallMetadata.js +29 -1
- package/dist/models/CallSummary.d.ts +6 -0
- package/dist/models/CallSummary.js +4 -0
- package/dist/models/CheckPermission200Response.d.ts +40 -0
- package/dist/models/CheckPermission200Response.js +59 -0
- package/dist/models/CheckPermissionRequest.d.ts +72 -0
- package/dist/models/CheckPermissionRequest.js +78 -0
- package/dist/models/CheckPermissionResponse.d.ts +40 -0
- package/dist/models/CheckPermissionResponse.js +59 -0
- package/dist/models/CodeInviteConfigContacts.d.ts +7 -0
- package/dist/models/CodeInviteConfigContacts.js +3 -0
- package/dist/models/CodeInviteConfigKeplarPanel.d.ts +7 -0
- package/dist/models/CodeInviteConfigKeplarPanel.js +3 -0
- package/dist/models/CodeInviteResponse.d.ts +7 -0
- package/dist/models/CodeInviteResponse.js +3 -0
- package/dist/models/CodeMark.d.ts +39 -0
- package/dist/models/CodeMark.js +58 -0
- package/dist/models/ContentNode.d.ts +42 -0
- package/dist/models/ContentNode.js +79 -0
- package/dist/models/ConversationAttrs.d.ts +38 -0
- package/dist/models/ConversationAttrs.js +51 -0
- package/dist/models/ConversationNode.d.ts +53 -0
- package/dist/models/ConversationNode.js +64 -0
- package/dist/models/ConversationStepAttrs.d.ts +38 -0
- package/dist/models/ConversationStepAttrs.js +51 -0
- package/dist/models/ConversationStepNode.d.ts +53 -0
- package/dist/models/ConversationStepNode.js +64 -0
- package/dist/models/CreateArtifactRequest.d.ts +28 -0
- package/dist/models/CreateArtifactRequest.js +13 -1
- package/dist/models/CreateNotebookArtifactRequest.d.ts +56 -0
- package/dist/models/CreateNotebookArtifactRequest.js +65 -0
- package/dist/models/CreateOrgRequest.d.ts +38 -0
- package/dist/models/CreateOrgRequest.js +55 -0
- package/dist/models/DummyUser.d.ts +44 -0
- package/dist/models/DummyUser.js +59 -0
- package/dist/models/FeatureConfig.d.ts +6 -0
- package/dist/models/FeatureConfig.js +2 -0
- package/dist/models/GetOrgMembers200Response.d.ts +33 -0
- package/dist/models/GetOrgMembers200Response.js +52 -0
- package/dist/models/GetOrgs200Response.d.ts +51 -0
- package/dist/models/GetOrgs200Response.js +64 -0
- package/dist/models/GetOrgs200ResponseItemsInner.d.ts +82 -0
- package/dist/models/GetOrgs200ResponseItemsInner.js +85 -0
- package/dist/models/GetOrgs200ResponseItemsInnerDefaultWorkspace.d.ts +38 -0
- package/dist/models/GetOrgs200ResponseItemsInnerDefaultWorkspace.js +55 -0
- package/dist/models/GetOrgs200ResponseItemsInnerStats.d.ts +56 -0
- package/dist/models/GetOrgs200ResponseItemsInnerStats.js +67 -0
- package/dist/models/GetUserWorkspaces200Response.d.ts +46 -0
- package/dist/models/GetUserWorkspaces200Response.js +61 -0
- package/dist/models/HardBreakNode.d.ts +39 -0
- package/dist/models/HardBreakNode.js +58 -0
- package/dist/models/HeadingAttrs.d.ts +44 -0
- package/dist/models/HeadingAttrs.js +61 -0
- package/dist/models/HeadingNode.d.ts +53 -0
- package/dist/models/HeadingNode.js +64 -0
- package/dist/models/ImpersonateUser200Response.d.ts +39 -0
- package/dist/models/ImpersonateUser200Response.js +56 -0
- package/dist/models/ImpersonateUserRequest.d.ts +32 -0
- package/dist/models/ImpersonateUserRequest.js +51 -0
- package/dist/models/ImpersonatedUser.d.ts +44 -0
- package/dist/models/ImpersonatedUser.js +59 -0
- package/dist/models/IndexProjectTranscripts200Response.d.ts +45 -0
- package/dist/models/IndexProjectTranscripts200Response.js +60 -0
- package/dist/models/IndexProjectTranscripts200ResponseIndexed.d.ts +32 -0
- package/dist/models/IndexProjectTranscripts200ResponseIndexed.js +51 -0
- package/dist/models/InlineNode.d.ts +30 -0
- package/dist/models/InlineNode.js +59 -0
- package/dist/models/InviteConfigByoPanel.d.ts +7 -0
- package/dist/models/InviteConfigByoPanel.js +3 -0
- package/dist/models/InviteConfigContacts.d.ts +7 -0
- package/dist/models/InviteConfigContacts.js +3 -0
- package/dist/models/InviteConfigKeplarPanel.d.ts +7 -0
- package/dist/models/InviteConfigKeplarPanel.js +3 -0
- package/dist/models/InviteConfigPublic.d.ts +7 -0
- package/dist/models/InviteConfigPublic.js +3 -0
- package/dist/models/InviteCustomerItem.d.ts +38 -0
- package/dist/models/InviteCustomerItem.js +55 -0
- package/dist/models/InviteCustomers201Response.d.ts +54 -0
- package/dist/models/InviteCustomers201Response.js +65 -0
- package/dist/models/InviteCustomersRequest.d.ts +63 -0
- package/dist/models/InviteCustomersRequest.js +62 -0
- package/dist/models/InviteOrgResult.d.ts +50 -0
- package/dist/models/InviteOrgResult.js +63 -0
- package/dist/models/InviteResponse.d.ts +7 -0
- package/dist/models/InviteResponse.js +3 -0
- package/dist/models/InviteResponseEvaluationEnum.d.ts +27 -0
- package/dist/models/InviteResponseEvaluationEnum.js +53 -0
- package/dist/models/InviteResponseEvaluationMetadata.d.ts +72 -0
- package/dist/models/InviteResponseEvaluationMetadata.js +71 -0
- package/dist/models/InviteResponseMetadata.d.ts +7 -0
- package/dist/models/InviteResponseMetadata.js +3 -0
- package/dist/models/InviteResponseWithCallSummary.d.ts +7 -0
- package/dist/models/InviteResponseWithCallSummary.js +3 -0
- package/dist/models/InviteUserRequest.d.ts +38 -0
- package/dist/models/InviteUserRequest.js +55 -0
- package/dist/models/InviteWorkspaceResult.d.ts +44 -0
- package/dist/models/InviteWorkspaceResult.js +59 -0
- package/dist/models/InvitedUser.d.ts +44 -0
- package/dist/models/{SignupRequest.js → InvitedUser.js} +17 -17
- package/dist/models/ItalicMark.d.ts +39 -0
- package/dist/models/ItalicMark.js +58 -0
- package/dist/models/JoinCodeInvite302ResponseSettings.d.ts +14 -0
- package/dist/models/JoinCodeInvite302ResponseSettings.js +6 -0
- package/dist/models/LinkMark.d.ts +46 -0
- package/dist/models/LinkMark.js +63 -0
- package/dist/models/LinkMarkAttrs.d.ts +38 -0
- package/dist/models/LinkMarkAttrs.js +53 -0
- package/dist/models/ListItemNode.d.ts +46 -0
- package/dist/models/ListItemNode.js +61 -0
- package/dist/models/Mark.d.ts +33 -0
- package/dist/models/Mark.js +64 -0
- package/dist/models/MentionNode.d.ts +46 -0
- package/dist/models/MentionNode.js +61 -0
- package/dist/models/MentionNodeAttrs.d.ts +51 -0
- package/dist/models/MentionNodeAttrs.js +62 -0
- package/dist/models/NotebookConfig.d.ts +1 -0
- package/dist/models/NotebookConfig.js +2 -1
- package/dist/models/NotebookMode.d.ts +1 -0
- package/dist/models/NotebookMode.js +2 -1
- package/dist/models/OrderedListAttrs.d.ts +32 -0
- package/dist/models/OrderedListAttrs.js +49 -0
- package/dist/models/OrderedListNode.d.ts +53 -0
- package/dist/models/OrderedListNode.js +64 -0
- package/dist/models/Org.d.ts +19 -0
- package/dist/models/Org.js +7 -0
- package/dist/models/OrgData.d.ts +12 -0
- package/dist/models/OrgData.js +4 -0
- package/dist/models/OrgDefaultWorkspace.d.ts +38 -0
- package/dist/models/OrgDefaultWorkspace.js +55 -0
- package/dist/models/OrgListItem.d.ts +82 -0
- package/dist/models/OrgListItem.js +85 -0
- package/dist/models/OrgMember.d.ts +50 -0
- package/dist/models/OrgMember.js +63 -0
- package/dist/models/OrgStats.d.ts +56 -0
- package/dist/models/OrgStats.js +67 -0
- package/dist/models/ParagraphNode.d.ts +46 -0
- package/dist/models/ParagraphNode.js +61 -0
- package/dist/models/PermissionAction.d.ts +26 -0
- package/dist/models/PermissionAction.js +52 -0
- package/dist/models/PermissionResource.d.ts +24 -0
- package/dist/models/PermissionResource.js +50 -0
- package/dist/models/PermissionResult.d.ts +25 -0
- package/dist/models/PermissionResult.js +51 -0
- package/dist/models/PresentationConfig.d.ts +84 -0
- package/dist/models/PresentationConfig.js +91 -0
- package/dist/models/PresentationConfig1.d.ts +84 -0
- package/dist/models/PresentationConfig1.js +91 -0
- package/dist/models/ProjectConfig.d.ts +7 -0
- package/dist/models/ProjectConfig.js +3 -0
- package/dist/models/ProjectConversationConfig.d.ts +27 -0
- package/dist/models/ProjectConversationConfig.js +15 -0
- package/dist/models/ProjectFileMetadata.d.ts +2 -2
- package/dist/models/ProjectFileMetadata.js +2 -2
- package/dist/models/ProjectSummaryWithAnalytics.d.ts +7 -0
- package/dist/models/ProjectSummaryWithAnalytics.js +5 -0
- package/dist/models/Provision400Response.d.ts +45 -0
- package/dist/models/Provision400Response.js +60 -0
- package/dist/models/Provision403Response.d.ts +47 -0
- package/dist/models/Provision403Response.js +62 -0
- package/dist/models/SaveSearchRequest.d.ts +45 -0
- package/dist/models/SaveSearchRequest.js +58 -0
- package/dist/models/SaveSearchRequestTabsInner.d.ts +57 -0
- package/dist/models/SaveSearchRequestTabsInner.js +68 -0
- package/dist/models/SearchSharedResponseMessages200ResponseInner.d.ts +0 -6
- package/dist/models/SearchSharedResponseMessages200ResponseInner.js +0 -2
- package/dist/models/SearchUsers200Response.d.ts +33 -0
- package/dist/models/SearchUsers200Response.js +52 -0
- package/dist/models/SearchUsersRequest.d.ts +38 -0
- package/dist/models/SearchUsersRequest.js +51 -0
- package/dist/models/SkippedCustomer.d.ts +38 -0
- package/dist/models/SkippedCustomer.js +55 -0
- package/dist/models/SupportedLanguage.d.ts +25 -0
- package/dist/models/SupportedLanguage.js +51 -0
- package/dist/models/TextNode.d.ts +52 -0
- package/dist/models/TextNode.js +65 -0
- package/dist/models/ThreadKind.d.ts +1 -0
- package/dist/models/ThreadKind.js +2 -1
- package/dist/models/ThreadMetadata.d.ts +7 -0
- package/dist/models/ThreadMetadata.js +3 -0
- package/dist/models/UpdateNotebookRequestConfig.d.ts +1 -0
- package/dist/models/UpdateNotebookRequestConfig.js +2 -1
- package/dist/models/UpdateOrg2FARequest.d.ts +32 -0
- package/dist/models/UpdateOrg2FARequest.js +51 -0
- package/dist/models/UpdateOrgDefaultWorkspaceRequest.d.ts +32 -0
- package/dist/models/UpdateOrgDefaultWorkspaceRequest.js +51 -0
- package/dist/models/UpdateSearchRequest.d.ts +33 -0
- package/dist/models/UpdateSearchRequest.js +52 -0
- package/dist/models/UpdateUserDefaultWorkspace200Response.d.ts +44 -0
- package/dist/models/UpdateUserDefaultWorkspace200Response.js +59 -0
- package/dist/models/UpdateUserDefaultWorkspaceRequest.d.ts +32 -0
- package/dist/models/UpdateUserDefaultWorkspaceRequest.js +51 -0
- package/dist/models/UploadCallVideoResponse.d.ts +38 -0
- package/dist/models/UploadCallVideoResponse.js +55 -0
- package/dist/models/UserData.d.ts +6 -0
- package/dist/models/UserData.js +2 -0
- package/dist/models/UserDefaultWorkspace.d.ts +38 -0
- package/dist/models/UserDefaultWorkspace.js +55 -0
- package/dist/models/UserOrg.d.ts +38 -0
- package/dist/models/UserOrg.js +55 -0
- package/dist/models/UserProject.d.ts +38 -0
- package/dist/models/UserProject.js +55 -0
- package/dist/models/UserProvider.d.ts +1 -0
- package/dist/models/UserProvider.js +2 -1
- package/dist/models/UserSearchResult.d.ts +90 -0
- package/dist/models/UserSearchResult.js +91 -0
- package/dist/models/UserWorkspaceItem.d.ts +56 -0
- package/dist/models/UserWorkspaceItem.js +67 -0
- package/dist/models/VapiAssistantConfig.d.ts +21 -0
- package/dist/models/VapiAssistantConfig.js +9 -0
- package/dist/models/VapiAssistantConfigArtifactPlan.d.ts +46 -0
- package/dist/models/VapiAssistantConfigArtifactPlan.js +59 -0
- package/dist/models/VapiAssistantConfigCompliancePlan.d.ts +38 -0
- package/dist/models/VapiAssistantConfigCompliancePlan.js +51 -0
- package/dist/models/VideoRecordingSettings.d.ts +38 -0
- package/dist/models/VideoRecordingSettings.js +53 -0
- package/dist/models/VideoRecordingStatus.d.ts +28 -0
- package/dist/models/VideoRecordingStatus.js +54 -0
- package/dist/models/Workspace.d.ts +7 -0
- package/dist/models/Workspace.js +3 -0
- package/dist/models/index.d.ts +98 -8
- package/dist/models/index.js +98 -8
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +2252 -642
- package/src/models/AddUserToWorkspaceRequest.ts +85 -0
- package/src/models/AnalyzeNotebook200Response.ts +15 -0
- package/src/models/AnalyzeNotebook200ResponseSearchResults.ts +117 -0
- package/src/models/AnalyzeNotebook200ResponseSearchResultsMessagesInner.ts +127 -0
- package/src/models/AnalyzeNotebook200ResponseSearchResultsMessagesInnerContextMessagesInner.ts +100 -0
- package/src/models/AnalyzeNotebookRequest.ts +10 -1
- package/src/models/ApiInvitesIdResponsesResponseIdPutRequest.ts +25 -3
- package/src/models/ApiProjectsProjectIdPutRequest.ts +8 -0
- package/src/models/ApiProjectsProjectIdSearchTranscriptsPostRequest.ts +8 -0
- package/src/models/ApiThreadsThreadIdProjectBriefDocumentVersionsGet200Response.ts +74 -0
- package/src/models/ApiThreadsThreadIdProjectBriefDocumentVersionsVersionPut200Response.ts +74 -0
- package/src/models/ArtifactData.ts +23 -1
- package/src/models/ArtifactDataCreate.ts +12 -1
- package/src/models/ArtifactDataNotNull.ts +83 -0
- package/src/models/ArtifactDataPresentation.ts +126 -0
- package/src/models/ArtifactDataReport.ts +16 -0
- package/src/models/ArtifactDataSearchResult.ts +93 -0
- package/src/models/ArtifactDataSearchResultTabsInner.ts +110 -0
- package/src/models/ArtifactDataSearchResultTabsInnerMessagesInner.ts +136 -0
- package/src/models/ArtifactKind.ts +3 -1
- package/src/models/ArtifactMetadata.ts +8 -0
- package/src/models/AssetAttrs.ts +89 -0
- package/src/models/AssetNode.ts +92 -0
- package/src/models/BlockContentNode.ts +105 -0
- package/src/models/BlockquoteNode.ts +92 -0
- package/src/models/BoldMark.ts +76 -0
- package/src/models/BriefDocument.ts +93 -0
- package/src/models/BriefDocumentVersion.ts +101 -0
- package/src/models/BulletListNode.ts +92 -0
- package/src/models/Call.ts +8 -0
- package/src/models/CallMetadata.ts +84 -0
- package/src/models/CallSummary.ts +9 -0
- package/src/models/CheckPermission200Response.ts +77 -0
- package/src/models/CheckPermissionRequest.ts +120 -0
- package/src/models/CheckPermissionResponse.ts +77 -0
- package/src/models/CodeInviteConfigContacts.ts +16 -0
- package/src/models/CodeInviteConfigKeplarPanel.ts +15 -0
- package/src/models/CodeInviteResponse.ts +15 -0
- package/src/models/CodeMark.ts +76 -0
- package/src/models/ContentNode.ts +127 -0
- package/src/models/ConversationAttrs.ts +73 -0
- package/src/models/ConversationNode.ts +107 -0
- package/src/models/ConversationStepAttrs.ts +73 -0
- package/src/models/ConversationStepNode.ts +107 -0
- package/src/models/CreateArtifactRequest.ts +50 -1
- package/src/models/CreateNotebookArtifactRequest.ts +109 -0
- package/src/models/CreateOrgRequest.ts +75 -0
- package/src/models/{SignupRequest.ts → DummyUser.ts} +18 -18
- package/src/models/FeatureConfig.ts +8 -0
- package/src/models/GetOrgMembers200Response.ts +74 -0
- package/src/models/GetOrgs200Response.ts +101 -0
- package/src/models/GetOrgs200ResponseItemsInner.ts +153 -0
- package/src/models/GetOrgs200ResponseItemsInnerDefaultWorkspace.ts +75 -0
- package/src/models/GetOrgs200ResponseItemsInnerStats.ts +102 -0
- package/src/models/GetUserWorkspaces200Response.ts +99 -0
- package/src/models/HardBreakNode.ts +76 -0
- package/src/models/HeadingAttrs.ts +80 -0
- package/src/models/HeadingNode.ts +107 -0
- package/src/models/ImpersonateUser200Response.ts +83 -0
- package/src/models/ImpersonateUserRequest.ts +66 -0
- package/src/models/ImpersonatedUser.ts +84 -0
- package/src/models/IndexProjectTranscripts200Response.ts +92 -0
- package/src/models/IndexProjectTranscripts200ResponseIndexed.ts +66 -0
- package/src/models/InlineNode.ts +83 -0
- package/src/models/InviteConfigByoPanel.ts +15 -0
- package/src/models/InviteConfigContacts.ts +16 -0
- package/src/models/InviteConfigKeplarPanel.ts +15 -0
- package/src/models/InviteConfigPublic.ts +16 -0
- package/src/models/InviteCustomerItem.ts +75 -0
- package/src/models/InviteCustomers201Response.ts +121 -0
- package/src/models/InviteCustomersRequest.ts +114 -0
- package/src/models/InviteOrgResult.ts +93 -0
- package/src/models/InviteResponse.ts +15 -0
- package/src/models/InviteResponseEvaluationEnum.ts +55 -0
- package/src/models/InviteResponseEvaluationMetadata.ts +126 -0
- package/src/models/InviteResponseMetadata.ts +16 -0
- package/src/models/InviteResponseWithCallSummary.ts +15 -0
- package/src/models/InviteUserRequest.ts +75 -0
- package/src/models/InviteWorkspaceResult.ts +84 -0
- package/src/models/InvitedUser.ts +84 -0
- package/src/models/ItalicMark.ts +76 -0
- package/src/models/JoinCodeInvite302ResponseSettings.ts +32 -0
- package/src/models/LinkMark.ts +93 -0
- package/src/models/LinkMarkAttrs.ts +74 -0
- package/src/models/ListItemNode.ts +92 -0
- package/src/models/Mark.ts +94 -0
- package/src/models/MentionNode.ts +92 -0
- package/src/models/MentionNodeAttrs.ts +92 -0
- package/src/models/NotebookConfig.ts +2 -1
- package/src/models/NotebookMode.ts +2 -1
- package/src/models/OrderedListAttrs.ts +65 -0
- package/src/models/OrderedListNode.ts +107 -0
- package/src/models/Org.ts +31 -0
- package/src/models/OrgData.ts +16 -0
- package/src/models/OrgDefaultWorkspace.ts +75 -0
- package/src/models/OrgListItem.ts +153 -0
- package/src/models/OrgMember.ts +93 -0
- package/src/models/OrgStats.ts +102 -0
- package/src/models/ParagraphNode.ts +92 -0
- package/src/models/PermissionAction.ts +54 -0
- package/src/models/PermissionResource.ts +52 -0
- package/src/models/PermissionResult.ts +53 -0
- package/src/models/PresentationConfig.ts +134 -0
- package/src/models/PresentationConfig1.ts +134 -0
- package/src/models/ProjectConfig.ts +15 -0
- package/src/models/ProjectConversationConfig.ts +42 -0
- package/src/models/ProjectFileMetadata.ts +4 -4
- package/src/models/ProjectSummaryWithAnalytics.ts +16 -0
- package/src/models/Provision400Response.ts +84 -0
- package/src/models/Provision403Response.ts +86 -0
- package/src/models/SaveSearchRequest.ts +91 -0
- package/src/models/SaveSearchRequestTabsInner.ts +110 -0
- package/src/models/SearchSharedResponseMessages200ResponseInner.ts +0 -8
- package/src/models/SearchUsers200Response.ts +74 -0
- package/src/models/SearchUsersRequest.ts +73 -0
- package/src/models/SkippedCustomer.ts +75 -0
- package/src/models/SupportedLanguage.ts +53 -0
- package/src/models/TextNode.ts +101 -0
- package/src/models/ThreadKind.ts +2 -1
- package/src/models/ThreadMetadata.ts +15 -0
- package/src/models/UpdateNotebookRequestConfig.ts +2 -1
- package/src/models/UpdateOrg2FARequest.ts +66 -0
- package/src/models/UpdateOrgDefaultWorkspaceRequest.ts +66 -0
- package/src/models/UpdateSearchRequest.ts +74 -0
- package/src/models/UpdateUserDefaultWorkspace200Response.ts +84 -0
- package/src/models/UpdateUserDefaultWorkspaceRequest.ts +66 -0
- package/src/models/UploadCallVideoResponse.ts +75 -0
- package/src/models/UserData.ts +8 -0
- package/src/models/UserDefaultWorkspace.ts +75 -0
- package/src/models/UserOrg.ts +75 -0
- package/src/models/UserProject.ts +75 -0
- package/src/models/UserProvider.ts +2 -1
- package/src/models/UserSearchResult.ts +178 -0
- package/src/models/UserWorkspaceItem.ts +102 -0
- package/src/models/VapiAssistantConfig.ts +47 -0
- package/src/models/VapiAssistantConfigArtifactPlan.ts +84 -0
- package/src/models/VapiAssistantConfigCompliancePlan.ts +73 -0
- package/src/models/VideoRecordingSettings.ts +74 -0
- package/src/models/VideoRecordingStatus.ts +56 -0
- package/src/models/Workspace.ts +15 -0
- package/src/models/index.ts +98 -8
- package/dist/models/Login200Response.d.ts +0 -246
- package/dist/models/Login200Response.js +0 -157
- package/dist/models/Login200ResponseAnyOf.d.ts +0 -44
- package/dist/models/Login200ResponseAnyOf.js +0 -59
- package/dist/models/Login400Response.d.ts +0 -60
- package/dist/models/Login400Response.js +0 -73
- package/dist/models/Login400ResponseAnyOf.d.ts +0 -60
- package/dist/models/Login400ResponseAnyOf.js +0 -73
- package/dist/models/LoginRequest.d.ts +0 -38
- package/dist/models/LoginRequest.js +0 -55
- package/dist/models/ResetPasswordRequest.d.ts +0 -38
- package/dist/models/ResetPasswordRequest.js +0 -55
- package/dist/models/SignupRequest.d.ts +0 -44
- package/dist/models/VerifyEmailRequest.d.ts +0 -32
- package/dist/models/VerifyEmailRequest.js +0 -51
- package/src/models/Login200Response.ts +0 -471
- package/src/models/Login200ResponseAnyOf.ts +0 -84
- package/src/models/Login400Response.ts +0 -117
- package/src/models/Login400ResponseAnyOf.ts +0 -102
- package/src/models/LoginRequest.ts +0 -75
- package/src/models/ResetPasswordRequest.ts +0 -75
- package/src/models/VerifyEmailRequest.ts +0 -66
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface UserProject
|
|
20
|
+
*/
|
|
21
|
+
export interface UserProject {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof UserProject
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof UserProject
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the UserProject interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfUserProject(value: object): value is UserProject {
|
|
40
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
41
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
42
|
+
return true;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function UserProjectFromJSON(json: any): UserProject {
|
|
46
|
+
return UserProjectFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function UserProjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserProject {
|
|
50
|
+
if (json == null) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'id': json['id'],
|
|
56
|
+
'name': json['name'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function UserProjectToJSON(json: any): UserProject {
|
|
61
|
+
return UserProjectToJSONTyped(json, false);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function UserProjectToJSONTyped(value?: UserProject | null, ignoreDiscriminator: boolean = false): any {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return {
|
|
70
|
+
|
|
71
|
+
'id': value['id'],
|
|
72
|
+
'name': value['name'],
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { UserAccountStatus } from './UserAccountStatus';
|
|
17
|
+
import {
|
|
18
|
+
UserAccountStatusFromJSON,
|
|
19
|
+
UserAccountStatusFromJSONTyped,
|
|
20
|
+
UserAccountStatusToJSON,
|
|
21
|
+
UserAccountStatusToJSONTyped,
|
|
22
|
+
} from './UserAccountStatus';
|
|
23
|
+
import type { UserDefaultWorkspace } from './UserDefaultWorkspace';
|
|
24
|
+
import {
|
|
25
|
+
UserDefaultWorkspaceFromJSON,
|
|
26
|
+
UserDefaultWorkspaceFromJSONTyped,
|
|
27
|
+
UserDefaultWorkspaceToJSON,
|
|
28
|
+
UserDefaultWorkspaceToJSONTyped,
|
|
29
|
+
} from './UserDefaultWorkspace';
|
|
30
|
+
import type { UserProject } from './UserProject';
|
|
31
|
+
import {
|
|
32
|
+
UserProjectFromJSON,
|
|
33
|
+
UserProjectFromJSONTyped,
|
|
34
|
+
UserProjectToJSON,
|
|
35
|
+
UserProjectToJSONTyped,
|
|
36
|
+
} from './UserProject';
|
|
37
|
+
import type { UserOrg } from './UserOrg';
|
|
38
|
+
import {
|
|
39
|
+
UserOrgFromJSON,
|
|
40
|
+
UserOrgFromJSONTyped,
|
|
41
|
+
UserOrgToJSON,
|
|
42
|
+
UserOrgToJSONTyped,
|
|
43
|
+
} from './UserOrg';
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @export
|
|
48
|
+
* @interface UserSearchResult
|
|
49
|
+
*/
|
|
50
|
+
export interface UserSearchResult {
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof UserSearchResult
|
|
55
|
+
*/
|
|
56
|
+
id: string;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof UserSearchResult
|
|
61
|
+
*/
|
|
62
|
+
email: string;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof UserSearchResult
|
|
67
|
+
*/
|
|
68
|
+
name: string;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {UserAccountStatus}
|
|
72
|
+
* @memberof UserSearchResult
|
|
73
|
+
*/
|
|
74
|
+
accountStatus: UserAccountStatus;
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* @type {any}
|
|
78
|
+
* @memberof UserSearchResult
|
|
79
|
+
*/
|
|
80
|
+
data: any | null;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof UserSearchResult
|
|
85
|
+
*/
|
|
86
|
+
orgId: string | null;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {UserOrg}
|
|
90
|
+
* @memberof UserSearchResult
|
|
91
|
+
*/
|
|
92
|
+
org: UserOrg | null;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {Array<UserProject>}
|
|
96
|
+
* @memberof UserSearchResult
|
|
97
|
+
*/
|
|
98
|
+
projects: Array<UserProject>;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {UserDefaultWorkspace}
|
|
102
|
+
* @memberof UserSearchResult
|
|
103
|
+
*/
|
|
104
|
+
defaultWorkspace: UserDefaultWorkspace | null;
|
|
105
|
+
/**
|
|
106
|
+
*
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof UserSearchResult
|
|
109
|
+
*/
|
|
110
|
+
createdAt: string;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Check if a given object implements the UserSearchResult interface.
|
|
117
|
+
*/
|
|
118
|
+
export function instanceOfUserSearchResult(value: object): value is UserSearchResult {
|
|
119
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
120
|
+
if (!('email' in value) || value['email'] === undefined) return false;
|
|
121
|
+
if (!('name' in value) || value['name'] === undefined) return false;
|
|
122
|
+
if (!('accountStatus' in value) || value['accountStatus'] === undefined) return false;
|
|
123
|
+
if (!('data' in value) || value['data'] === undefined) return false;
|
|
124
|
+
if (!('orgId' in value) || value['orgId'] === undefined) return false;
|
|
125
|
+
if (!('org' in value) || value['org'] === undefined) return false;
|
|
126
|
+
if (!('projects' in value) || value['projects'] === undefined) return false;
|
|
127
|
+
if (!('defaultWorkspace' in value) || value['defaultWorkspace'] === undefined) return false;
|
|
128
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
|
|
129
|
+
return true;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export function UserSearchResultFromJSON(json: any): UserSearchResult {
|
|
133
|
+
return UserSearchResultFromJSONTyped(json, false);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export function UserSearchResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSearchResult {
|
|
137
|
+
if (json == null) {
|
|
138
|
+
return json;
|
|
139
|
+
}
|
|
140
|
+
return {
|
|
141
|
+
|
|
142
|
+
'id': json['id'],
|
|
143
|
+
'email': json['email'],
|
|
144
|
+
'name': json['name'],
|
|
145
|
+
'accountStatus': UserAccountStatusFromJSON(json['accountStatus']),
|
|
146
|
+
'data': json['data'],
|
|
147
|
+
'orgId': json['orgId'],
|
|
148
|
+
'org': UserOrgFromJSON(json['org']),
|
|
149
|
+
'projects': ((json['projects'] as Array<any>).map(UserProjectFromJSON)),
|
|
150
|
+
'defaultWorkspace': UserDefaultWorkspaceFromJSON(json['defaultWorkspace']),
|
|
151
|
+
'createdAt': json['createdAt'],
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export function UserSearchResultToJSON(json: any): UserSearchResult {
|
|
156
|
+
return UserSearchResultToJSONTyped(json, false);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export function UserSearchResultToJSONTyped(value?: UserSearchResult | null, ignoreDiscriminator: boolean = false): any {
|
|
160
|
+
if (value == null) {
|
|
161
|
+
return value;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
return {
|
|
165
|
+
|
|
166
|
+
'id': value['id'],
|
|
167
|
+
'email': value['email'],
|
|
168
|
+
'name': value['name'],
|
|
169
|
+
'accountStatus': UserAccountStatusToJSON(value['accountStatus']),
|
|
170
|
+
'data': value['data'],
|
|
171
|
+
'orgId': value['orgId'],
|
|
172
|
+
'org': UserOrgToJSON(value['org']),
|
|
173
|
+
'projects': ((value['projects'] as Array<any>).map(UserProjectToJSON)),
|
|
174
|
+
'defaultWorkspace': UserDefaultWorkspaceToJSON(value['defaultWorkspace']),
|
|
175
|
+
'createdAt': value['createdAt'],
|
|
176
|
+
};
|
|
177
|
+
}
|
|
178
|
+
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface UserWorkspaceItem
|
|
20
|
+
*/
|
|
21
|
+
export interface UserWorkspaceItem {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof UserWorkspaceItem
|
|
26
|
+
*/
|
|
27
|
+
id: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof UserWorkspaceItem
|
|
32
|
+
*/
|
|
33
|
+
workspaceId: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof UserWorkspaceItem
|
|
38
|
+
*/
|
|
39
|
+
workspaceName: string;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof UserWorkspaceItem
|
|
44
|
+
*/
|
|
45
|
+
role: string;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {boolean}
|
|
49
|
+
* @memberof UserWorkspaceItem
|
|
50
|
+
*/
|
|
51
|
+
isDefault: boolean;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the UserWorkspaceItem interface.
|
|
56
|
+
*/
|
|
57
|
+
export function instanceOfUserWorkspaceItem(value: object): value is UserWorkspaceItem {
|
|
58
|
+
if (!('id' in value) || value['id'] === undefined) return false;
|
|
59
|
+
if (!('workspaceId' in value) || value['workspaceId'] === undefined) return false;
|
|
60
|
+
if (!('workspaceName' in value) || value['workspaceName'] === undefined) return false;
|
|
61
|
+
if (!('role' in value) || value['role'] === undefined) return false;
|
|
62
|
+
if (!('isDefault' in value) || value['isDefault'] === undefined) return false;
|
|
63
|
+
return true;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export function UserWorkspaceItemFromJSON(json: any): UserWorkspaceItem {
|
|
67
|
+
return UserWorkspaceItemFromJSONTyped(json, false);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function UserWorkspaceItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserWorkspaceItem {
|
|
71
|
+
if (json == null) {
|
|
72
|
+
return json;
|
|
73
|
+
}
|
|
74
|
+
return {
|
|
75
|
+
|
|
76
|
+
'id': json['id'],
|
|
77
|
+
'workspaceId': json['workspaceId'],
|
|
78
|
+
'workspaceName': json['workspaceName'],
|
|
79
|
+
'role': json['role'],
|
|
80
|
+
'isDefault': json['isDefault'],
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function UserWorkspaceItemToJSON(json: any): UserWorkspaceItem {
|
|
85
|
+
return UserWorkspaceItemToJSONTyped(json, false);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function UserWorkspaceItemToJSONTyped(value?: UserWorkspaceItem | null, ignoreDiscriminator: boolean = false): any {
|
|
89
|
+
if (value == null) {
|
|
90
|
+
return value;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return {
|
|
94
|
+
|
|
95
|
+
'id': value['id'],
|
|
96
|
+
'workspaceId': value['workspaceId'],
|
|
97
|
+
'workspaceName': value['workspaceName'],
|
|
98
|
+
'role': value['role'],
|
|
99
|
+
'isDefault': value['isDefault'],
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
|
|
@@ -13,6 +13,20 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
+
import type { VapiAssistantConfigArtifactPlan } from './VapiAssistantConfigArtifactPlan';
|
|
17
|
+
import {
|
|
18
|
+
VapiAssistantConfigArtifactPlanFromJSON,
|
|
19
|
+
VapiAssistantConfigArtifactPlanFromJSONTyped,
|
|
20
|
+
VapiAssistantConfigArtifactPlanToJSON,
|
|
21
|
+
VapiAssistantConfigArtifactPlanToJSONTyped,
|
|
22
|
+
} from './VapiAssistantConfigArtifactPlan';
|
|
23
|
+
import type { VapiAssistantConfigCompliancePlan } from './VapiAssistantConfigCompliancePlan';
|
|
24
|
+
import {
|
|
25
|
+
VapiAssistantConfigCompliancePlanFromJSON,
|
|
26
|
+
VapiAssistantConfigCompliancePlanFromJSONTyped,
|
|
27
|
+
VapiAssistantConfigCompliancePlanToJSON,
|
|
28
|
+
VapiAssistantConfigCompliancePlanToJSONTyped,
|
|
29
|
+
} from './VapiAssistantConfigCompliancePlan';
|
|
16
30
|
import type { VapiVoiceVapiProvider } from './VapiVoiceVapiProvider';
|
|
17
31
|
import {
|
|
18
32
|
VapiVoiceVapiProviderFromJSON,
|
|
@@ -20,6 +34,13 @@ import {
|
|
|
20
34
|
VapiVoiceVapiProviderToJSON,
|
|
21
35
|
VapiVoiceVapiProviderToJSONTyped,
|
|
22
36
|
} from './VapiVoiceVapiProvider';
|
|
37
|
+
import type { SupportedLanguage } from './SupportedLanguage';
|
|
38
|
+
import {
|
|
39
|
+
SupportedLanguageFromJSON,
|
|
40
|
+
SupportedLanguageFromJSONTyped,
|
|
41
|
+
SupportedLanguageToJSON,
|
|
42
|
+
SupportedLanguageToJSONTyped,
|
|
43
|
+
} from './SupportedLanguage';
|
|
23
44
|
import type { ChatCompletionTool } from './ChatCompletionTool';
|
|
24
45
|
import {
|
|
25
46
|
ChatCompletionToolFromJSON,
|
|
@@ -83,8 +104,28 @@ export interface VapiAssistantConfig {
|
|
|
83
104
|
* @memberof VapiAssistantConfig
|
|
84
105
|
*/
|
|
85
106
|
tools?: Array<ChatCompletionTool>;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {SupportedLanguage}
|
|
110
|
+
* @memberof VapiAssistantConfig
|
|
111
|
+
*/
|
|
112
|
+
language?: SupportedLanguage;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @type {VapiAssistantConfigArtifactPlan}
|
|
116
|
+
* @memberof VapiAssistantConfig
|
|
117
|
+
*/
|
|
118
|
+
artifactPlan?: VapiAssistantConfigArtifactPlan;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @type {VapiAssistantConfigCompliancePlan}
|
|
122
|
+
* @memberof VapiAssistantConfig
|
|
123
|
+
*/
|
|
124
|
+
compliancePlan?: VapiAssistantConfigCompliancePlan;
|
|
86
125
|
}
|
|
87
126
|
|
|
127
|
+
|
|
128
|
+
|
|
88
129
|
/**
|
|
89
130
|
* Check if a given object implements the VapiAssistantConfig interface.
|
|
90
131
|
*/
|
|
@@ -115,6 +156,9 @@ export function VapiAssistantConfigFromJSONTyped(json: any, ignoreDiscriminator:
|
|
|
115
156
|
'maxDurationSeconds': json['maxDurationSeconds'],
|
|
116
157
|
'voice': VapiVoiceVapiProviderFromJSON(json['voice']),
|
|
117
158
|
'tools': json['tools'] == null ? undefined : ((json['tools'] as Array<any>).map(ChatCompletionToolFromJSON)),
|
|
159
|
+
'language': json['language'] == null ? undefined : SupportedLanguageFromJSON(json['language']),
|
|
160
|
+
'artifactPlan': json['artifactPlan'] == null ? undefined : VapiAssistantConfigArtifactPlanFromJSON(json['artifactPlan']),
|
|
161
|
+
'compliancePlan': json['compliancePlan'] == null ? undefined : VapiAssistantConfigCompliancePlanFromJSON(json['compliancePlan']),
|
|
118
162
|
};
|
|
119
163
|
}
|
|
120
164
|
|
|
@@ -136,6 +180,9 @@ export function VapiAssistantConfigToJSONTyped(value?: VapiAssistantConfig | nul
|
|
|
136
180
|
'maxDurationSeconds': value['maxDurationSeconds'],
|
|
137
181
|
'voice': VapiVoiceVapiProviderToJSON(value['voice']),
|
|
138
182
|
'tools': value['tools'] == null ? undefined : ((value['tools'] as Array<any>).map(ChatCompletionToolToJSON)),
|
|
183
|
+
'language': SupportedLanguageToJSON(value['language']),
|
|
184
|
+
'artifactPlan': VapiAssistantConfigArtifactPlanToJSON(value['artifactPlan']),
|
|
185
|
+
'compliancePlan': VapiAssistantConfigCompliancePlanToJSON(value['compliancePlan']),
|
|
139
186
|
};
|
|
140
187
|
}
|
|
141
188
|
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface VapiAssistantConfigArtifactPlan
|
|
20
|
+
*/
|
|
21
|
+
export interface VapiAssistantConfigArtifactPlan {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof VapiAssistantConfigArtifactPlan
|
|
26
|
+
*/
|
|
27
|
+
recordingFormat?: VapiAssistantConfigArtifactPlanRecordingFormatEnum;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof VapiAssistantConfigArtifactPlan
|
|
32
|
+
*/
|
|
33
|
+
videoRecordingEnabled?: boolean;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export const VapiAssistantConfigArtifactPlanRecordingFormatEnum = {
|
|
41
|
+
Mp3: 'mp3',
|
|
42
|
+
Wavl16: 'wav;l16'
|
|
43
|
+
} as const;
|
|
44
|
+
export type VapiAssistantConfigArtifactPlanRecordingFormatEnum = typeof VapiAssistantConfigArtifactPlanRecordingFormatEnum[keyof typeof VapiAssistantConfigArtifactPlanRecordingFormatEnum];
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Check if a given object implements the VapiAssistantConfigArtifactPlan interface.
|
|
49
|
+
*/
|
|
50
|
+
export function instanceOfVapiAssistantConfigArtifactPlan(value: object): value is VapiAssistantConfigArtifactPlan {
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export function VapiAssistantConfigArtifactPlanFromJSON(json: any): VapiAssistantConfigArtifactPlan {
|
|
55
|
+
return VapiAssistantConfigArtifactPlanFromJSONTyped(json, false);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function VapiAssistantConfigArtifactPlanFromJSONTyped(json: any, ignoreDiscriminator: boolean): VapiAssistantConfigArtifactPlan {
|
|
59
|
+
if (json == null) {
|
|
60
|
+
return json;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
|
|
64
|
+
'recordingFormat': json['recordingFormat'] == null ? undefined : json['recordingFormat'],
|
|
65
|
+
'videoRecordingEnabled': json['videoRecordingEnabled'] == null ? undefined : json['videoRecordingEnabled'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export function VapiAssistantConfigArtifactPlanToJSON(json: any): VapiAssistantConfigArtifactPlan {
|
|
70
|
+
return VapiAssistantConfigArtifactPlanToJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export function VapiAssistantConfigArtifactPlanToJSONTyped(value?: VapiAssistantConfigArtifactPlan | null, ignoreDiscriminator: boolean = false): any {
|
|
74
|
+
if (value == null) {
|
|
75
|
+
return value;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
return {
|
|
79
|
+
|
|
80
|
+
'recordingFormat': value['recordingFormat'],
|
|
81
|
+
'videoRecordingEnabled': value['videoRecordingEnabled'],
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface VapiAssistantConfigCompliancePlan
|
|
20
|
+
*/
|
|
21
|
+
export interface VapiAssistantConfigCompliancePlan {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof VapiAssistantConfigCompliancePlan
|
|
26
|
+
*/
|
|
27
|
+
hipaaEnabled?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof VapiAssistantConfigCompliancePlan
|
|
32
|
+
*/
|
|
33
|
+
pciEnabled?: boolean;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the VapiAssistantConfigCompliancePlan interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfVapiAssistantConfigCompliancePlan(value: object): value is VapiAssistantConfigCompliancePlan {
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export function VapiAssistantConfigCompliancePlanFromJSON(json: any): VapiAssistantConfigCompliancePlan {
|
|
44
|
+
return VapiAssistantConfigCompliancePlanFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function VapiAssistantConfigCompliancePlanFromJSONTyped(json: any, ignoreDiscriminator: boolean): VapiAssistantConfigCompliancePlan {
|
|
48
|
+
if (json == null) {
|
|
49
|
+
return json;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
|
|
53
|
+
'hipaaEnabled': json['hipaaEnabled'] == null ? undefined : json['hipaaEnabled'],
|
|
54
|
+
'pciEnabled': json['pciEnabled'] == null ? undefined : json['pciEnabled'],
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export function VapiAssistantConfigCompliancePlanToJSON(json: any): VapiAssistantConfigCompliancePlan {
|
|
59
|
+
return VapiAssistantConfigCompliancePlanToJSONTyped(json, false);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export function VapiAssistantConfigCompliancePlanToJSONTyped(value?: VapiAssistantConfigCompliancePlan | null, ignoreDiscriminator: boolean = false): any {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
return {
|
|
68
|
+
|
|
69
|
+
'hipaaEnabled': value['hipaaEnabled'],
|
|
70
|
+
'pciEnabled': value['pciEnabled'],
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Fastify Template API
|
|
5
|
+
* API documentation using Swagger
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface VideoRecordingSettings
|
|
20
|
+
*/
|
|
21
|
+
export interface VideoRecordingSettings {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof VideoRecordingSettings
|
|
26
|
+
*/
|
|
27
|
+
enabled: boolean;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof VideoRecordingSettings
|
|
32
|
+
*/
|
|
33
|
+
includeAudio?: boolean;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the VideoRecordingSettings interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfVideoRecordingSettings(value: object): value is VideoRecordingSettings {
|
|
40
|
+
if (!('enabled' in value) || value['enabled'] === undefined) return false;
|
|
41
|
+
return true;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function VideoRecordingSettingsFromJSON(json: any): VideoRecordingSettings {
|
|
45
|
+
return VideoRecordingSettingsFromJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function VideoRecordingSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VideoRecordingSettings {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
|
|
54
|
+
'enabled': json['enabled'],
|
|
55
|
+
'includeAudio': json['includeAudio'] == null ? undefined : json['includeAudio'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function VideoRecordingSettingsToJSON(json: any): VideoRecordingSettings {
|
|
60
|
+
return VideoRecordingSettingsToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function VideoRecordingSettingsToJSONTyped(value?: VideoRecordingSettings | null, ignoreDiscriminator: boolean = false): any {
|
|
64
|
+
if (value == null) {
|
|
65
|
+
return value;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
return {
|
|
69
|
+
|
|
70
|
+
'enabled': value['enabled'],
|
|
71
|
+
'includeAudio': value['includeAudio'],
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|