keplar-api 0.0.31 → 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 +86 -8
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +378 -88
- package/dist/apis/DefaultApi.js +2499 -1195
- 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/ApiProjectsProjectIdPutRequest.d.ts +6 -0
- package/dist/models/ApiProjectsProjectIdPutRequest.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 +8 -0
- package/dist/models/CreateArtifactRequest.js +5 -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/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/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/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/SearchUsersRequest.d.ts +1 -1
- package/dist/models/SearchUsersRequest.js +1 -3
- 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/UserDefaultWorkspace.d.ts +38 -0
- package/dist/models/UserDefaultWorkspace.js +55 -0
- package/dist/models/UserProvider.d.ts +1 -0
- package/dist/models/UserProvider.js +2 -1
- package/dist/models/UserSearchResult.d.ts +7 -0
- package/dist/models/UserSearchResult.js +5 -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 +86 -8
- package/dist/models/index.js +86 -8
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1682 -349
- 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/ApiProjectsProjectIdPutRequest.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 +11 -1
- package/src/models/CreateNotebookArtifactRequest.ts +109 -0
- package/src/models/CreateOrgRequest.ts +75 -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/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/InviteWorkspaceResult.ts +84 -0
- package/src/models/{SignupRequest.ts → InvitedUser.ts} +18 -18
- 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/SearchUsersRequest.ts +2 -3
- 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/UserDefaultWorkspace.ts +75 -0
- package/src/models/UserProvider.ts +2 -1
- package/src/models/UserSearchResult.ts +16 -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 +86 -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,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
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
export * from './AddUserToWorkspaceRequest';
|
|
1
2
|
export * from './AddWorkspaceMemberRequest';
|
|
2
3
|
export * from './AnalyzeNotebook200Response';
|
|
4
|
+
export * from './AnalyzeNotebook200ResponseSearchResults';
|
|
5
|
+
export * from './AnalyzeNotebook200ResponseSearchResultsMessagesInner';
|
|
6
|
+
export * from './AnalyzeNotebook200ResponseSearchResultsMessagesInnerContextMessagesInner';
|
|
3
7
|
export * from './AnalyzeNotebookRequest';
|
|
4
8
|
export * from './ApiDemosCreateDemoInvitePostRequest';
|
|
5
9
|
export * from './ApiFilesFileIdSignedUrlPost200Response';
|
|
@@ -24,18 +28,27 @@ export * from './ApiProjectsProjectIdSearchTranscriptsPostRequest';
|
|
|
24
28
|
export * from './ApiThreadsGet200Response';
|
|
25
29
|
export * from './ApiThreadsThreadIdFilesGet200Response';
|
|
26
30
|
export * from './ApiThreadsThreadIdPostRequest';
|
|
31
|
+
export * from './ApiThreadsThreadIdProjectBriefDocumentVersionsGet200Response';
|
|
32
|
+
export * from './ApiThreadsThreadIdProjectBriefDocumentVersionsVersionPut200Response';
|
|
27
33
|
export * from './ApiThreadsThreadIdProjectBriefVersionsGet200Response';
|
|
28
34
|
export * from './Artifact';
|
|
29
35
|
export * from './ArtifactData';
|
|
30
36
|
export * from './ArtifactDataCreate';
|
|
37
|
+
export * from './ArtifactDataNotNull';
|
|
38
|
+
export * from './ArtifactDataPresentation';
|
|
31
39
|
export * from './ArtifactDataReport';
|
|
32
40
|
export * from './ArtifactDataReportProjectsInner';
|
|
41
|
+
export * from './ArtifactDataSearchResult';
|
|
42
|
+
export * from './ArtifactDataSearchResultTabsInner';
|
|
43
|
+
export * from './ArtifactDataSearchResultTabsInnerMessagesInner';
|
|
33
44
|
export * from './ArtifactDataThematicAnalysis';
|
|
34
45
|
export * from './ArtifactDataThematicAnalysisData';
|
|
35
46
|
export * from './ArtifactDataThematicAnalysisDataThemesInner';
|
|
36
47
|
export * from './ArtifactKind';
|
|
37
48
|
export * from './ArtifactMetadata';
|
|
38
49
|
export * from './ArtifactVersionGroup';
|
|
50
|
+
export * from './AssetAttrs';
|
|
51
|
+
export * from './AssetNode';
|
|
39
52
|
export * from './Attribute';
|
|
40
53
|
export * from './AttributeFilterGroupSchemaInner';
|
|
41
54
|
export * from './AttributeKind';
|
|
@@ -48,6 +61,12 @@ export * from './AttributeStatsSchemaInnerKind';
|
|
|
48
61
|
export * from './AttributeStatsSchemaInnerValuesInner';
|
|
49
62
|
export * from './AttributeValueKind';
|
|
50
63
|
export * from './BadRequestErrorResponse';
|
|
64
|
+
export * from './BlockContentNode';
|
|
65
|
+
export * from './BlockquoteNode';
|
|
66
|
+
export * from './BoldMark';
|
|
67
|
+
export * from './BriefDocument';
|
|
68
|
+
export * from './BriefDocumentVersion';
|
|
69
|
+
export * from './BulletListNode';
|
|
51
70
|
export * from './ByoPanelRepdataConfig';
|
|
52
71
|
export * from './Call';
|
|
53
72
|
export * from './CallAnalysis';
|
|
@@ -62,18 +81,29 @@ export * from './ChatMessage';
|
|
|
62
81
|
export * from './ChatMessageKind';
|
|
63
82
|
export * from './ChatMessageRole';
|
|
64
83
|
export * from './ChatSession';
|
|
84
|
+
export * from './CheckPermission200Response';
|
|
85
|
+
export * from './CheckPermissionRequest';
|
|
86
|
+
export * from './CheckPermissionResponse';
|
|
65
87
|
export * from './Citation';
|
|
66
88
|
export * from './CodeInvite';
|
|
67
89
|
export * from './CodeInviteConfig';
|
|
68
90
|
export * from './CodeInviteConfigContacts';
|
|
69
91
|
export * from './CodeInviteConfigKeplarPanel';
|
|
70
92
|
export * from './CodeInviteResponse';
|
|
93
|
+
export * from './CodeMark';
|
|
94
|
+
export * from './ContentNode';
|
|
95
|
+
export * from './ConversationAttrs';
|
|
71
96
|
export * from './ConversationMessage';
|
|
72
97
|
export * from './ConversationMessageTopic';
|
|
98
|
+
export * from './ConversationNode';
|
|
99
|
+
export * from './ConversationStepAttrs';
|
|
100
|
+
export * from './ConversationStepNode';
|
|
73
101
|
export * from './CreateArtifactRequest';
|
|
74
102
|
export * from './CreateCodeInviteResponseRequest';
|
|
75
103
|
export * from './CreateEmailShareRequest';
|
|
104
|
+
export * from './CreateNotebookArtifactRequest';
|
|
76
105
|
export * from './CreateNotebookRequest';
|
|
106
|
+
export * from './CreateOrgRequest';
|
|
77
107
|
export * from './CreateProjectPreviewInvite201Response';
|
|
78
108
|
export * from './CreateProjectPreviewInviteRequest';
|
|
79
109
|
export * from './CreateProjectShareRequest';
|
|
@@ -89,17 +119,29 @@ export * from './FileMimeType';
|
|
|
89
119
|
export * from './ForbiddenErrorResponse';
|
|
90
120
|
export * from './GetCodeInvite200Response';
|
|
91
121
|
export * from './GetCodeInviteResponseRedirect200Response';
|
|
122
|
+
export * from './GetOrgMembers200Response';
|
|
123
|
+
export * from './GetOrgs200Response';
|
|
124
|
+
export * from './GetOrgs200ResponseItemsInner';
|
|
125
|
+
export * from './GetOrgs200ResponseItemsInnerDefaultWorkspace';
|
|
126
|
+
export * from './GetOrgs200ResponseItemsInnerStats';
|
|
92
127
|
export * from './GetProjectShares200Response';
|
|
93
128
|
export * from './GetProjects200Response';
|
|
94
129
|
export * from './GetSharedArtifactVersionGroups200Response';
|
|
95
130
|
export * from './GetSharedInviteResponses200Response';
|
|
131
|
+
export * from './GetUserWorkspaces200Response';
|
|
96
132
|
export * from './GetWorkspaceMembers200Response';
|
|
97
133
|
export * from './GetWorkspaces200Response';
|
|
98
134
|
export * from './GetWorkspaces200ResponseItemsInner';
|
|
135
|
+
export * from './HardBreakNode';
|
|
136
|
+
export * from './HeadingAttrs';
|
|
137
|
+
export * from './HeadingNode';
|
|
99
138
|
export * from './ImpersonateUser200Response';
|
|
100
139
|
export * from './ImpersonateUserRequest';
|
|
101
140
|
export * from './ImpersonatedUser';
|
|
102
141
|
export * from './InboundCallResponse';
|
|
142
|
+
export * from './IndexProjectTranscripts200Response';
|
|
143
|
+
export * from './IndexProjectTranscripts200ResponseIndexed';
|
|
144
|
+
export * from './InlineNode';
|
|
103
145
|
export * from './InternalServerErrorResponse';
|
|
104
146
|
export * from './Invite';
|
|
105
147
|
export * from './InviteConfig';
|
|
@@ -107,6 +149,10 @@ export * from './InviteConfigByoPanel';
|
|
|
107
149
|
export * from './InviteConfigContacts';
|
|
108
150
|
export * from './InviteConfigKeplarPanel';
|
|
109
151
|
export * from './InviteConfigPublic';
|
|
152
|
+
export * from './InviteCustomerItem';
|
|
153
|
+
export * from './InviteCustomers201Response';
|
|
154
|
+
export * from './InviteCustomersRequest';
|
|
155
|
+
export * from './InviteOrgResult';
|
|
110
156
|
export * from './InviteResponse';
|
|
111
157
|
export * from './InviteResponseAttribute';
|
|
112
158
|
export * from './InviteResponseAttributeData';
|
|
@@ -125,13 +171,17 @@ export * from './InviteResponseWithMetadataAttributesInnerEvidence';
|
|
|
125
171
|
export * from './InviteStatus';
|
|
126
172
|
export * from './InviteUserRequest';
|
|
127
173
|
export * from './InviteWithAnalytics';
|
|
174
|
+
export * from './InviteWorkspaceResult';
|
|
175
|
+
export * from './InvitedUser';
|
|
176
|
+
export * from './ItalicMark';
|
|
128
177
|
export * from './JoinCodeInvite302Response';
|
|
129
178
|
export * from './JoinCodeInvite302ResponseSettings';
|
|
130
|
-
export * from './
|
|
131
|
-
export * from './
|
|
132
|
-
export * from './
|
|
133
|
-
export * from './
|
|
134
|
-
export * from './
|
|
179
|
+
export * from './LinkMark';
|
|
180
|
+
export * from './LinkMarkAttrs';
|
|
181
|
+
export * from './ListItemNode';
|
|
182
|
+
export * from './Mark';
|
|
183
|
+
export * from './MentionNode';
|
|
184
|
+
export * from './MentionNodeAttrs';
|
|
135
185
|
export * from './ModelFile';
|
|
136
186
|
export * from './Moderator';
|
|
137
187
|
export * from './ModeratorVendor';
|
|
@@ -146,18 +196,30 @@ export * from './NotebookMode';
|
|
|
146
196
|
export * from './NumberFilterSchema';
|
|
147
197
|
export * from './OpenAiModelConfig';
|
|
148
198
|
export * from './OptionKind';
|
|
199
|
+
export * from './OrderedListAttrs';
|
|
200
|
+
export * from './OrderedListNode';
|
|
149
201
|
export * from './Org';
|
|
150
202
|
export * from './OrgData';
|
|
203
|
+
export * from './OrgDefaultWorkspace';
|
|
204
|
+
export * from './OrgListItem';
|
|
205
|
+
export * from './OrgMember';
|
|
206
|
+
export * from './OrgStats';
|
|
151
207
|
export * from './PanelQualification';
|
|
152
208
|
export * from './PanelRespondentAttribute';
|
|
153
209
|
export * from './PanelSettings';
|
|
210
|
+
export * from './ParagraphNode';
|
|
154
211
|
export * from './Participant';
|
|
155
212
|
export * from './ParticipantAttribute';
|
|
156
213
|
export * from './ParticipantCreate';
|
|
157
214
|
export * from './ParticipantInvite';
|
|
158
215
|
export * from './ParticipantInviteConfig';
|
|
159
216
|
export * from './ParticipantInviteData';
|
|
217
|
+
export * from './PermissionAction';
|
|
218
|
+
export * from './PermissionResource';
|
|
219
|
+
export * from './PermissionResult';
|
|
160
220
|
export * from './PhoneCallStartResponse';
|
|
221
|
+
export * from './PresentationConfig';
|
|
222
|
+
export * from './PresentationConfig1';
|
|
161
223
|
export * from './Project';
|
|
162
224
|
export * from './ProjectAnalysis';
|
|
163
225
|
export * from './ProjectAnalysisReport';
|
|
@@ -175,6 +237,8 @@ export * from './ProjectShareConfig';
|
|
|
175
237
|
export * from './ProjectStatus';
|
|
176
238
|
export * from './ProjectSummaryWithAnalytics';
|
|
177
239
|
export * from './ProjectWithAnalytics';
|
|
240
|
+
export * from './Provision400Response';
|
|
241
|
+
export * from './Provision403Response';
|
|
178
242
|
export * from './RemainingResponsesResponse';
|
|
179
243
|
export * from './RepdataQualification';
|
|
180
244
|
export * from './RepdataQualificationAllowedOptionIdsInner';
|
|
@@ -185,7 +249,6 @@ export * from './RepdataSurveyRedirects';
|
|
|
185
249
|
export * from './Report';
|
|
186
250
|
export * from './RequestShareAccess200Response';
|
|
187
251
|
export * from './RequestShareAccessRequest';
|
|
188
|
-
export * from './ResetPasswordRequest';
|
|
189
252
|
export * from './ResponseCallCompletedEvent';
|
|
190
253
|
export * from './ResponseCallFailedEvent';
|
|
191
254
|
export * from './ResponseConsentEvent';
|
|
@@ -196,6 +259,8 @@ export * from './ResponseRedirectEvent';
|
|
|
196
259
|
export * from './ResponseStartCallEvent';
|
|
197
260
|
export * from './ResponseSubmitEmailEvent';
|
|
198
261
|
export * from './ResponseSubmitScreenerEvent';
|
|
262
|
+
export * from './SaveSearchRequest';
|
|
263
|
+
export * from './SaveSearchRequestTabsInner';
|
|
199
264
|
export * from './ScreenerQuestion';
|
|
200
265
|
export * from './ScreenerQuestionChooseMultiple';
|
|
201
266
|
export * from './ScreenerQuestionChooseMultipleOptionsValue';
|
|
@@ -216,8 +281,10 @@ export * from './ShareEntity';
|
|
|
216
281
|
export * from './ShareEntityConfig';
|
|
217
282
|
export * from './ShareEntityCreatedByKind';
|
|
218
283
|
export * from './ShareEntityKind';
|
|
219
|
-
export * from './
|
|
284
|
+
export * from './SkippedCustomer';
|
|
220
285
|
export * from './StartPhoneCallForCodeInviteResponseRequest';
|
|
286
|
+
export * from './SupportedLanguage';
|
|
287
|
+
export * from './TextNode';
|
|
221
288
|
export * from './ThematicAnalysisArtifactCreateData';
|
|
222
289
|
export * from './ThematicAnalysisArtifactCreateDataThemesInner';
|
|
223
290
|
export * from './ThematicAnalysisArtifactCreateDataThemesInnerCodesInner';
|
|
@@ -244,23 +311,34 @@ export * from './UpdateCodeInviteResponse404Response';
|
|
|
244
311
|
export * from './UpdateNotebookRequest';
|
|
245
312
|
export * from './UpdateNotebookRequestConfig';
|
|
246
313
|
export * from './UpdateNotebookSourcesRequest';
|
|
314
|
+
export * from './UpdateOrg2FARequest';
|
|
315
|
+
export * from './UpdateOrgDefaultWorkspaceRequest';
|
|
316
|
+
export * from './UpdateSearchRequest';
|
|
247
317
|
export * from './UpdateShareEntityRequest';
|
|
318
|
+
export * from './UpdateUserDefaultWorkspace200Response';
|
|
319
|
+
export * from './UpdateUserDefaultWorkspaceRequest';
|
|
248
320
|
export * from './UpdateWorkspaceMemberRequest';
|
|
321
|
+
export * from './UploadCallVideoResponse';
|
|
249
322
|
export * from './User';
|
|
250
323
|
export * from './UserAccountStatus';
|
|
251
324
|
export * from './UserAdminLevel';
|
|
252
325
|
export * from './UserData';
|
|
326
|
+
export * from './UserDefaultWorkspace';
|
|
253
327
|
export * from './UserOrg';
|
|
254
328
|
export * from './UserProject';
|
|
255
329
|
export * from './UserProvider';
|
|
256
330
|
export * from './UserSearchResult';
|
|
257
331
|
export * from './UserWithConfig';
|
|
332
|
+
export * from './UserWorkspaceItem';
|
|
258
333
|
export * from './VapiAssistantConfig';
|
|
334
|
+
export * from './VapiAssistantConfigArtifactPlan';
|
|
335
|
+
export * from './VapiAssistantConfigCompliancePlan';
|
|
259
336
|
export * from './VapiVoiceId';
|
|
260
337
|
export * from './VapiVoiceVapiProvider';
|
|
261
338
|
export * from './VerifyEmailAccessForShare200Response';
|
|
262
339
|
export * from './VerifyEmailAccessForShareRequest';
|
|
263
|
-
export * from './
|
|
340
|
+
export * from './VideoRecordingSettings';
|
|
341
|
+
export * from './VideoRecordingStatus';
|
|
264
342
|
export * from './Workspace';
|
|
265
343
|
export * from './WorkspaceListItem';
|
|
266
344
|
export * from './WorkspaceMember';
|