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,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfUserWorkspaceItem = instanceOfUserWorkspaceItem;
|
|
17
|
+
exports.UserWorkspaceItemFromJSON = UserWorkspaceItemFromJSON;
|
|
18
|
+
exports.UserWorkspaceItemFromJSONTyped = UserWorkspaceItemFromJSONTyped;
|
|
19
|
+
exports.UserWorkspaceItemToJSON = UserWorkspaceItemToJSON;
|
|
20
|
+
exports.UserWorkspaceItemToJSONTyped = UserWorkspaceItemToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UserWorkspaceItem interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUserWorkspaceItem(value) {
|
|
25
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('workspaceId' in value) || value['workspaceId'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('workspaceName' in value) || value['workspaceName'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('role' in value) || value['role'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('isDefault' in value) || value['isDefault'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function UserWorkspaceItemFromJSON(json) {
|
|
38
|
+
return UserWorkspaceItemFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function UserWorkspaceItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'id': json['id'],
|
|
46
|
+
'workspaceId': json['workspaceId'],
|
|
47
|
+
'workspaceName': json['workspaceName'],
|
|
48
|
+
'role': json['role'],
|
|
49
|
+
'isDefault': json['isDefault'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function UserWorkspaceItemToJSON(json) {
|
|
53
|
+
return UserWorkspaceItemToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
function UserWorkspaceItemToJSONTyped(value, ignoreDiscriminator) {
|
|
56
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
'id': value['id'],
|
|
62
|
+
'workspaceId': value['workspaceId'],
|
|
63
|
+
'workspaceName': value['workspaceName'],
|
|
64
|
+
'role': value['role'],
|
|
65
|
+
'isDefault': value['isDefault'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VapiAssistantConfigArtifactPlan } from './VapiAssistantConfigArtifactPlan';
|
|
13
|
+
import type { VapiAssistantConfigCompliancePlan } from './VapiAssistantConfigCompliancePlan';
|
|
12
14
|
import type { VapiVoiceVapiProvider } from './VapiVoiceVapiProvider';
|
|
15
|
+
import type { SupportedLanguage } from './SupportedLanguage';
|
|
13
16
|
import type { ChatCompletionTool } from './ChatCompletionTool';
|
|
14
17
|
import type { OpenAiModelConfig } from './OpenAiModelConfig';
|
|
15
18
|
/**
|
|
@@ -60,6 +63,24 @@ export interface VapiAssistantConfig {
|
|
|
60
63
|
* @memberof VapiAssistantConfig
|
|
61
64
|
*/
|
|
62
65
|
tools?: Array<ChatCompletionTool>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {SupportedLanguage}
|
|
69
|
+
* @memberof VapiAssistantConfig
|
|
70
|
+
*/
|
|
71
|
+
language?: SupportedLanguage;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {VapiAssistantConfigArtifactPlan}
|
|
75
|
+
* @memberof VapiAssistantConfig
|
|
76
|
+
*/
|
|
77
|
+
artifactPlan?: VapiAssistantConfigArtifactPlan;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {VapiAssistantConfigCompliancePlan}
|
|
81
|
+
* @memberof VapiAssistantConfig
|
|
82
|
+
*/
|
|
83
|
+
compliancePlan?: VapiAssistantConfigCompliancePlan;
|
|
63
84
|
}
|
|
64
85
|
/**
|
|
65
86
|
* Check if a given object implements the VapiAssistantConfig interface.
|
|
@@ -18,7 +18,10 @@ exports.VapiAssistantConfigFromJSON = VapiAssistantConfigFromJSON;
|
|
|
18
18
|
exports.VapiAssistantConfigFromJSONTyped = VapiAssistantConfigFromJSONTyped;
|
|
19
19
|
exports.VapiAssistantConfigToJSON = VapiAssistantConfigToJSON;
|
|
20
20
|
exports.VapiAssistantConfigToJSONTyped = VapiAssistantConfigToJSONTyped;
|
|
21
|
+
var VapiAssistantConfigArtifactPlan_1 = require("./VapiAssistantConfigArtifactPlan");
|
|
22
|
+
var VapiAssistantConfigCompliancePlan_1 = require("./VapiAssistantConfigCompliancePlan");
|
|
21
23
|
var VapiVoiceVapiProvider_1 = require("./VapiVoiceVapiProvider");
|
|
24
|
+
var SupportedLanguage_1 = require("./SupportedLanguage");
|
|
22
25
|
var ChatCompletionTool_1 = require("./ChatCompletionTool");
|
|
23
26
|
var OpenAiModelConfig_1 = require("./OpenAiModelConfig");
|
|
24
27
|
/**
|
|
@@ -54,6 +57,9 @@ function VapiAssistantConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
54
57
|
'maxDurationSeconds': json['maxDurationSeconds'],
|
|
55
58
|
'voice': (0, VapiVoiceVapiProvider_1.VapiVoiceVapiProviderFromJSON)(json['voice']),
|
|
56
59
|
'tools': json['tools'] == null ? undefined : (json['tools'].map(ChatCompletionTool_1.ChatCompletionToolFromJSON)),
|
|
60
|
+
'language': json['language'] == null ? undefined : (0, SupportedLanguage_1.SupportedLanguageFromJSON)(json['language']),
|
|
61
|
+
'artifactPlan': json['artifactPlan'] == null ? undefined : (0, VapiAssistantConfigArtifactPlan_1.VapiAssistantConfigArtifactPlanFromJSON)(json['artifactPlan']),
|
|
62
|
+
'compliancePlan': json['compliancePlan'] == null ? undefined : (0, VapiAssistantConfigCompliancePlan_1.VapiAssistantConfigCompliancePlanFromJSON)(json['compliancePlan']),
|
|
57
63
|
};
|
|
58
64
|
}
|
|
59
65
|
function VapiAssistantConfigToJSON(json) {
|
|
@@ -72,5 +78,8 @@ function VapiAssistantConfigToJSONTyped(value, ignoreDiscriminator) {
|
|
|
72
78
|
'maxDurationSeconds': value['maxDurationSeconds'],
|
|
73
79
|
'voice': (0, VapiVoiceVapiProvider_1.VapiVoiceVapiProviderToJSON)(value['voice']),
|
|
74
80
|
'tools': value['tools'] == null ? undefined : (value['tools'].map(ChatCompletionTool_1.ChatCompletionToolToJSON)),
|
|
81
|
+
'language': (0, SupportedLanguage_1.SupportedLanguageToJSON)(value['language']),
|
|
82
|
+
'artifactPlan': (0, VapiAssistantConfigArtifactPlan_1.VapiAssistantConfigArtifactPlanToJSON)(value['artifactPlan']),
|
|
83
|
+
'compliancePlan': (0, VapiAssistantConfigCompliancePlan_1.VapiAssistantConfigCompliancePlanToJSON)(value['compliancePlan']),
|
|
75
84
|
};
|
|
76
85
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VapiAssistantConfigArtifactPlan
|
|
16
|
+
*/
|
|
17
|
+
export interface VapiAssistantConfigArtifactPlan {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VapiAssistantConfigArtifactPlan
|
|
22
|
+
*/
|
|
23
|
+
recordingFormat?: VapiAssistantConfigArtifactPlanRecordingFormatEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof VapiAssistantConfigArtifactPlan
|
|
28
|
+
*/
|
|
29
|
+
videoRecordingEnabled?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const VapiAssistantConfigArtifactPlanRecordingFormatEnum: {
|
|
35
|
+
readonly Mp3: "mp3";
|
|
36
|
+
readonly Wavl16: "wav;l16";
|
|
37
|
+
};
|
|
38
|
+
export type VapiAssistantConfigArtifactPlanRecordingFormatEnum = typeof VapiAssistantConfigArtifactPlanRecordingFormatEnum[keyof typeof VapiAssistantConfigArtifactPlanRecordingFormatEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the VapiAssistantConfigArtifactPlan interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfVapiAssistantConfigArtifactPlan(value: object): value is VapiAssistantConfigArtifactPlan;
|
|
43
|
+
export declare function VapiAssistantConfigArtifactPlanFromJSON(json: any): VapiAssistantConfigArtifactPlan;
|
|
44
|
+
export declare function VapiAssistantConfigArtifactPlanFromJSONTyped(json: any, ignoreDiscriminator: boolean): VapiAssistantConfigArtifactPlan;
|
|
45
|
+
export declare function VapiAssistantConfigArtifactPlanToJSON(json: any): VapiAssistantConfigArtifactPlan;
|
|
46
|
+
export declare function VapiAssistantConfigArtifactPlanToJSONTyped(value?: VapiAssistantConfigArtifactPlan | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.VapiAssistantConfigArtifactPlanRecordingFormatEnum = void 0;
|
|
17
|
+
exports.instanceOfVapiAssistantConfigArtifactPlan = instanceOfVapiAssistantConfigArtifactPlan;
|
|
18
|
+
exports.VapiAssistantConfigArtifactPlanFromJSON = VapiAssistantConfigArtifactPlanFromJSON;
|
|
19
|
+
exports.VapiAssistantConfigArtifactPlanFromJSONTyped = VapiAssistantConfigArtifactPlanFromJSONTyped;
|
|
20
|
+
exports.VapiAssistantConfigArtifactPlanToJSON = VapiAssistantConfigArtifactPlanToJSON;
|
|
21
|
+
exports.VapiAssistantConfigArtifactPlanToJSONTyped = VapiAssistantConfigArtifactPlanToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.VapiAssistantConfigArtifactPlanRecordingFormatEnum = {
|
|
26
|
+
Mp3: 'mp3',
|
|
27
|
+
Wavl16: 'wav;l16'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the VapiAssistantConfigArtifactPlan interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfVapiAssistantConfigArtifactPlan(value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function VapiAssistantConfigArtifactPlanFromJSON(json) {
|
|
36
|
+
return VapiAssistantConfigArtifactPlanFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function VapiAssistantConfigArtifactPlanFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'recordingFormat': json['recordingFormat'] == null ? undefined : json['recordingFormat'],
|
|
44
|
+
'videoRecordingEnabled': json['videoRecordingEnabled'] == null ? undefined : json['videoRecordingEnabled'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function VapiAssistantConfigArtifactPlanToJSON(json) {
|
|
48
|
+
return VapiAssistantConfigArtifactPlanToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function VapiAssistantConfigArtifactPlanToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'recordingFormat': value['recordingFormat'],
|
|
57
|
+
'videoRecordingEnabled': value['videoRecordingEnabled'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VapiAssistantConfigCompliancePlan
|
|
16
|
+
*/
|
|
17
|
+
export interface VapiAssistantConfigCompliancePlan {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof VapiAssistantConfigCompliancePlan
|
|
22
|
+
*/
|
|
23
|
+
hipaaEnabled?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof VapiAssistantConfigCompliancePlan
|
|
28
|
+
*/
|
|
29
|
+
pciEnabled?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the VapiAssistantConfigCompliancePlan interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfVapiAssistantConfigCompliancePlan(value: object): value is VapiAssistantConfigCompliancePlan;
|
|
35
|
+
export declare function VapiAssistantConfigCompliancePlanFromJSON(json: any): VapiAssistantConfigCompliancePlan;
|
|
36
|
+
export declare function VapiAssistantConfigCompliancePlanFromJSONTyped(json: any, ignoreDiscriminator: boolean): VapiAssistantConfigCompliancePlan;
|
|
37
|
+
export declare function VapiAssistantConfigCompliancePlanToJSON(json: any): VapiAssistantConfigCompliancePlan;
|
|
38
|
+
export declare function VapiAssistantConfigCompliancePlanToJSONTyped(value?: VapiAssistantConfigCompliancePlan | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVapiAssistantConfigCompliancePlan = instanceOfVapiAssistantConfigCompliancePlan;
|
|
17
|
+
exports.VapiAssistantConfigCompliancePlanFromJSON = VapiAssistantConfigCompliancePlanFromJSON;
|
|
18
|
+
exports.VapiAssistantConfigCompliancePlanFromJSONTyped = VapiAssistantConfigCompliancePlanFromJSONTyped;
|
|
19
|
+
exports.VapiAssistantConfigCompliancePlanToJSON = VapiAssistantConfigCompliancePlanToJSON;
|
|
20
|
+
exports.VapiAssistantConfigCompliancePlanToJSONTyped = VapiAssistantConfigCompliancePlanToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the VapiAssistantConfigCompliancePlan interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfVapiAssistantConfigCompliancePlan(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function VapiAssistantConfigCompliancePlanFromJSON(json) {
|
|
28
|
+
return VapiAssistantConfigCompliancePlanFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function VapiAssistantConfigCompliancePlanFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'hipaaEnabled': json['hipaaEnabled'] == null ? undefined : json['hipaaEnabled'],
|
|
36
|
+
'pciEnabled': json['pciEnabled'] == null ? undefined : json['pciEnabled'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function VapiAssistantConfigCompliancePlanToJSON(json) {
|
|
40
|
+
return VapiAssistantConfigCompliancePlanToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function VapiAssistantConfigCompliancePlanToJSONTyped(value, ignoreDiscriminator) {
|
|
43
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'hipaaEnabled': value['hipaaEnabled'],
|
|
49
|
+
'pciEnabled': value['pciEnabled'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VideoRecordingSettings
|
|
16
|
+
*/
|
|
17
|
+
export interface VideoRecordingSettings {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof VideoRecordingSettings
|
|
22
|
+
*/
|
|
23
|
+
enabled: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {boolean}
|
|
27
|
+
* @memberof VideoRecordingSettings
|
|
28
|
+
*/
|
|
29
|
+
includeAudio?: boolean;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the VideoRecordingSettings interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfVideoRecordingSettings(value: object): value is VideoRecordingSettings;
|
|
35
|
+
export declare function VideoRecordingSettingsFromJSON(json: any): VideoRecordingSettings;
|
|
36
|
+
export declare function VideoRecordingSettingsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VideoRecordingSettings;
|
|
37
|
+
export declare function VideoRecordingSettingsToJSON(json: any): VideoRecordingSettings;
|
|
38
|
+
export declare function VideoRecordingSettingsToJSONTyped(value?: VideoRecordingSettings | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfVideoRecordingSettings = instanceOfVideoRecordingSettings;
|
|
17
|
+
exports.VideoRecordingSettingsFromJSON = VideoRecordingSettingsFromJSON;
|
|
18
|
+
exports.VideoRecordingSettingsFromJSONTyped = VideoRecordingSettingsFromJSONTyped;
|
|
19
|
+
exports.VideoRecordingSettingsToJSON = VideoRecordingSettingsToJSON;
|
|
20
|
+
exports.VideoRecordingSettingsToJSONTyped = VideoRecordingSettingsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the VideoRecordingSettings interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfVideoRecordingSettings(value) {
|
|
25
|
+
if (!('enabled' in value) || value['enabled'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function VideoRecordingSettingsFromJSON(json) {
|
|
30
|
+
return VideoRecordingSettingsFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function VideoRecordingSettingsFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'enabled': json['enabled'],
|
|
38
|
+
'includeAudio': json['includeAudio'] == null ? undefined : json['includeAudio'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function VideoRecordingSettingsToJSON(json) {
|
|
42
|
+
return VideoRecordingSettingsToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function VideoRecordingSettingsToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'enabled': value['enabled'],
|
|
51
|
+
'includeAudio': value['includeAudio'],
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Fastify Template API
|
|
3
|
+
* API documentation using Swagger
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const VideoRecordingStatus: {
|
|
17
|
+
readonly Recording: "recording";
|
|
18
|
+
readonly Uploading: "uploading";
|
|
19
|
+
readonly Completed: "completed";
|
|
20
|
+
readonly Failed: "failed";
|
|
21
|
+
readonly Skipped: "skipped";
|
|
22
|
+
};
|
|
23
|
+
export type VideoRecordingStatus = typeof VideoRecordingStatus[keyof typeof VideoRecordingStatus];
|
|
24
|
+
export declare function instanceOfVideoRecordingStatus(value: any): boolean;
|
|
25
|
+
export declare function VideoRecordingStatusFromJSON(json: any): VideoRecordingStatus;
|
|
26
|
+
export declare function VideoRecordingStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): VideoRecordingStatus;
|
|
27
|
+
export declare function VideoRecordingStatusToJSON(value?: VideoRecordingStatus | null): any;
|
|
28
|
+
export declare function VideoRecordingStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): VideoRecordingStatus;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Fastify Template API
|
|
6
|
+
* API documentation using Swagger
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.VideoRecordingStatus = void 0;
|
|
17
|
+
exports.instanceOfVideoRecordingStatus = instanceOfVideoRecordingStatus;
|
|
18
|
+
exports.VideoRecordingStatusFromJSON = VideoRecordingStatusFromJSON;
|
|
19
|
+
exports.VideoRecordingStatusFromJSONTyped = VideoRecordingStatusFromJSONTyped;
|
|
20
|
+
exports.VideoRecordingStatusToJSON = VideoRecordingStatusToJSON;
|
|
21
|
+
exports.VideoRecordingStatusToJSONTyped = VideoRecordingStatusToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.VideoRecordingStatus = {
|
|
27
|
+
Recording: 'recording',
|
|
28
|
+
Uploading: 'uploading',
|
|
29
|
+
Completed: 'completed',
|
|
30
|
+
Failed: 'failed',
|
|
31
|
+
Skipped: 'skipped'
|
|
32
|
+
};
|
|
33
|
+
function instanceOfVideoRecordingStatus(value) {
|
|
34
|
+
for (var key in exports.VideoRecordingStatus) {
|
|
35
|
+
if (Object.prototype.hasOwnProperty.call(exports.VideoRecordingStatus, key)) {
|
|
36
|
+
if (exports.VideoRecordingStatus[key] === value) {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
function VideoRecordingStatusFromJSON(json) {
|
|
44
|
+
return VideoRecordingStatusFromJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function VideoRecordingStatusFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
function VideoRecordingStatusToJSON(value) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
function VideoRecordingStatusToJSONTyped(value, ignoreDiscriminator) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
@@ -14,6 +14,7 @@ import type { Project } from './Project';
|
|
|
14
14
|
import type { User } from './User';
|
|
15
15
|
import type { Notebook } from './Notebook';
|
|
16
16
|
import type { Participant } from './Participant';
|
|
17
|
+
import type { Org } from './Org';
|
|
17
18
|
import type { ModelFile } from './ModelFile';
|
|
18
19
|
import type { AttributeKindGroup } from './AttributeKindGroup';
|
|
19
20
|
import type { WorkspaceMember } from './WorkspaceMember';
|
|
@@ -102,6 +103,12 @@ export interface Workspace {
|
|
|
102
103
|
* @memberof Workspace
|
|
103
104
|
*/
|
|
104
105
|
defaultForUsers?: Array<User>;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
* @type {Array<Org>}
|
|
109
|
+
* @memberof Workspace
|
|
110
|
+
*/
|
|
111
|
+
defaultForOrgs?: Array<Org>;
|
|
105
112
|
}
|
|
106
113
|
/**
|
|
107
114
|
* Check if a given object implements the Workspace interface.
|
package/dist/models/Workspace.js
CHANGED
|
@@ -23,6 +23,7 @@ var Project_1 = require("./Project");
|
|
|
23
23
|
var User_1 = require("./User");
|
|
24
24
|
var Notebook_1 = require("./Notebook");
|
|
25
25
|
var Participant_1 = require("./Participant");
|
|
26
|
+
var Org_1 = require("./Org");
|
|
26
27
|
var ModelFile_1 = require("./ModelFile");
|
|
27
28
|
var AttributeKindGroup_1 = require("./AttributeKindGroup");
|
|
28
29
|
var WorkspaceMember_1 = require("./WorkspaceMember");
|
|
@@ -62,6 +63,7 @@ function WorkspaceFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
62
63
|
'workspaceMembers': json['workspaceMembers'] == null ? undefined : (json['workspaceMembers'].map(WorkspaceMember_1.WorkspaceMemberFromJSON)),
|
|
63
64
|
'notebooks': json['notebooks'] == null ? undefined : (json['notebooks'].map(Notebook_1.NotebookFromJSON)),
|
|
64
65
|
'defaultForUsers': json['defaultForUsers'] == null ? undefined : (json['defaultForUsers'].map(User_1.UserFromJSON)),
|
|
66
|
+
'defaultForOrgs': json['defaultForOrgs'] == null ? undefined : (json['defaultForOrgs'].map(Org_1.OrgFromJSON)),
|
|
65
67
|
};
|
|
66
68
|
}
|
|
67
69
|
function WorkspaceToJSON(json) {
|
|
@@ -86,5 +88,6 @@ function WorkspaceToJSONTyped(value, ignoreDiscriminator) {
|
|
|
86
88
|
'workspaceMembers': value['workspaceMembers'] == null ? undefined : (value['workspaceMembers'].map(WorkspaceMember_1.WorkspaceMemberToJSON)),
|
|
87
89
|
'notebooks': value['notebooks'] == null ? undefined : (value['notebooks'].map(Notebook_1.NotebookToJSON)),
|
|
88
90
|
'defaultForUsers': value['defaultForUsers'] == null ? undefined : (value['defaultForUsers'].map(User_1.UserToJSON)),
|
|
91
|
+
'defaultForOrgs': value['defaultForOrgs'] == null ? undefined : (value['defaultForOrgs'].map(Org_1.OrgToJSON)),
|
|
89
92
|
};
|
|
90
93
|
}
|