keplar-api 0.0.31 → 0.0.2546167781
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 +76 -0
- package/README.md +2 -2
- package/dist/apis/DefaultApi.d.ts +325 -6
- package/dist/apis/DefaultApi.js +1790 -273
- 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 +75 -0
- package/dist/models/AnalyzeNotebook200ResponseSearchResultsMessagesInner.js +76 -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 +30 -0
- package/dist/models/BlockContentNode.js +59 -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/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/InvitedUser.js +59 -0
- 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 +13 -0
- package/dist/models/Org.js +5 -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/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 +7 -0
- package/dist/models/ProjectConversationConfig.js +3 -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/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/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/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 +7 -0
- package/dist/models/VapiAssistantConfig.js +3 -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 +76 -0
- package/dist/models/index.js +76 -0
- package/package.json +1 -1
- package/src/apis/DefaultApi.ts +1784 -273
- 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 +135 -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 +83 -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/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/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 +23 -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/PresentationConfig.ts +134 -0
- package/src/models/PresentationConfig1.ts +134 -0
- package/src/models/ProjectConfig.ts +15 -0
- package/src/models/ProjectConversationConfig.ts +17 -0
- package/src/models/ProjectFileMetadata.ts +4 -4
- package/src/models/ProjectSummaryWithAnalytics.ts +16 -0
- package/src/models/SaveSearchRequest.ts +91 -0
- package/src/models/SaveSearchRequestTabsInner.ts +110 -0
- 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/UserSearchResult.ts +16 -0
- package/src/models/UserWorkspaceItem.ts +102 -0
- package/src/models/VapiAssistantConfig.ts +17 -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 +76 -0
|
@@ -0,0 +1,61 @@
|
|
|
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.HeadingAttrsLevelEnum = void 0;
|
|
17
|
+
exports.instanceOfHeadingAttrs = instanceOfHeadingAttrs;
|
|
18
|
+
exports.HeadingAttrsFromJSON = HeadingAttrsFromJSON;
|
|
19
|
+
exports.HeadingAttrsFromJSONTyped = HeadingAttrsFromJSONTyped;
|
|
20
|
+
exports.HeadingAttrsToJSON = HeadingAttrsToJSON;
|
|
21
|
+
exports.HeadingAttrsToJSONTyped = HeadingAttrsToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.HeadingAttrsLevelEnum = {
|
|
26
|
+
NUMBER_1: 1,
|
|
27
|
+
NUMBER_2: 2,
|
|
28
|
+
NUMBER_3: 3,
|
|
29
|
+
NUMBER_4: 4,
|
|
30
|
+
NUMBER_5: 5,
|
|
31
|
+
NUMBER_6: 6
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the HeadingAttrs interface.
|
|
35
|
+
*/
|
|
36
|
+
function instanceOfHeadingAttrs(value) {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function HeadingAttrsFromJSON(json) {
|
|
40
|
+
return HeadingAttrsFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function HeadingAttrsFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'level': json['level'] == null ? undefined : json['level'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function HeadingAttrsToJSON(json) {
|
|
51
|
+
return HeadingAttrsToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function HeadingAttrsToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'level': value['level'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
import type { InlineNode } from './InlineNode';
|
|
13
|
+
import type { HeadingAttrs } from './HeadingAttrs';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface HeadingNode
|
|
18
|
+
*/
|
|
19
|
+
export interface HeadingNode {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof HeadingNode
|
|
24
|
+
*/
|
|
25
|
+
type: HeadingNodeTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {HeadingAttrs}
|
|
29
|
+
* @memberof HeadingNode
|
|
30
|
+
*/
|
|
31
|
+
attrs?: HeadingAttrs;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<InlineNode>}
|
|
35
|
+
* @memberof HeadingNode
|
|
36
|
+
*/
|
|
37
|
+
content?: Array<InlineNode>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
export declare const HeadingNodeTypeEnum: {
|
|
43
|
+
readonly Heading: "heading";
|
|
44
|
+
};
|
|
45
|
+
export type HeadingNodeTypeEnum = typeof HeadingNodeTypeEnum[keyof typeof HeadingNodeTypeEnum];
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the HeadingNode interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfHeadingNode(value: object): value is HeadingNode;
|
|
50
|
+
export declare function HeadingNodeFromJSON(json: any): HeadingNode;
|
|
51
|
+
export declare function HeadingNodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): HeadingNode;
|
|
52
|
+
export declare function HeadingNodeToJSON(json: any): HeadingNode;
|
|
53
|
+
export declare function HeadingNodeToJSONTyped(value?: HeadingNode | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,64 @@
|
|
|
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.HeadingNodeTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfHeadingNode = instanceOfHeadingNode;
|
|
18
|
+
exports.HeadingNodeFromJSON = HeadingNodeFromJSON;
|
|
19
|
+
exports.HeadingNodeFromJSONTyped = HeadingNodeFromJSONTyped;
|
|
20
|
+
exports.HeadingNodeToJSON = HeadingNodeToJSON;
|
|
21
|
+
exports.HeadingNodeToJSONTyped = HeadingNodeToJSONTyped;
|
|
22
|
+
var InlineNode_1 = require("./InlineNode");
|
|
23
|
+
var HeadingAttrs_1 = require("./HeadingAttrs");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.HeadingNodeTypeEnum = {
|
|
28
|
+
Heading: 'heading'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the HeadingNode interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfHeadingNode(value) {
|
|
34
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function HeadingNodeFromJSON(json) {
|
|
39
|
+
return HeadingNodeFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function HeadingNodeFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'attrs': json['attrs'] == null ? undefined : (0, HeadingAttrs_1.HeadingAttrsFromJSON)(json['attrs']),
|
|
48
|
+
'content': json['content'] == null ? undefined : (json['content'].map(InlineNode_1.InlineNodeFromJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
function HeadingNodeToJSON(json) {
|
|
52
|
+
return HeadingNodeToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function HeadingNodeToJSONTyped(value, ignoreDiscriminator) {
|
|
55
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'type': value['type'],
|
|
61
|
+
'attrs': (0, HeadingAttrs_1.HeadingAttrsToJSON)(value['attrs']),
|
|
62
|
+
'content': value['content'] == null ? undefined : (value['content'].map(InlineNode_1.InlineNodeToJSON)),
|
|
63
|
+
};
|
|
64
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
import type { IndexProjectTranscripts200ResponseIndexed } from './IndexProjectTranscripts200ResponseIndexed';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IndexProjectTranscripts200Response
|
|
17
|
+
*/
|
|
18
|
+
export interface IndexProjectTranscripts200Response {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof IndexProjectTranscripts200Response
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof IndexProjectTranscripts200Response
|
|
29
|
+
*/
|
|
30
|
+
message: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {IndexProjectTranscripts200ResponseIndexed}
|
|
34
|
+
* @memberof IndexProjectTranscripts200Response
|
|
35
|
+
*/
|
|
36
|
+
indexed: IndexProjectTranscripts200ResponseIndexed;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the IndexProjectTranscripts200Response interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfIndexProjectTranscripts200Response(value: object): value is IndexProjectTranscripts200Response;
|
|
42
|
+
export declare function IndexProjectTranscripts200ResponseFromJSON(json: any): IndexProjectTranscripts200Response;
|
|
43
|
+
export declare function IndexProjectTranscripts200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndexProjectTranscripts200Response;
|
|
44
|
+
export declare function IndexProjectTranscripts200ResponseToJSON(json: any): IndexProjectTranscripts200Response;
|
|
45
|
+
export declare function IndexProjectTranscripts200ResponseToJSONTyped(value?: IndexProjectTranscripts200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,60 @@
|
|
|
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.instanceOfIndexProjectTranscripts200Response = instanceOfIndexProjectTranscripts200Response;
|
|
17
|
+
exports.IndexProjectTranscripts200ResponseFromJSON = IndexProjectTranscripts200ResponseFromJSON;
|
|
18
|
+
exports.IndexProjectTranscripts200ResponseFromJSONTyped = IndexProjectTranscripts200ResponseFromJSONTyped;
|
|
19
|
+
exports.IndexProjectTranscripts200ResponseToJSON = IndexProjectTranscripts200ResponseToJSON;
|
|
20
|
+
exports.IndexProjectTranscripts200ResponseToJSONTyped = IndexProjectTranscripts200ResponseToJSONTyped;
|
|
21
|
+
var IndexProjectTranscripts200ResponseIndexed_1 = require("./IndexProjectTranscripts200ResponseIndexed");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the IndexProjectTranscripts200Response interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfIndexProjectTranscripts200Response(value) {
|
|
26
|
+
if (!('success' in value) || value['success'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('message' in value) || value['message'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('indexed' in value) || value['indexed'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function IndexProjectTranscripts200ResponseFromJSON(json) {
|
|
35
|
+
return IndexProjectTranscripts200ResponseFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function IndexProjectTranscripts200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'success': json['success'],
|
|
43
|
+
'message': json['message'],
|
|
44
|
+
'indexed': (0, IndexProjectTranscripts200ResponseIndexed_1.IndexProjectTranscripts200ResponseIndexedFromJSON)(json['indexed']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function IndexProjectTranscripts200ResponseToJSON(json) {
|
|
48
|
+
return IndexProjectTranscripts200ResponseToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function IndexProjectTranscripts200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'success': value['success'],
|
|
57
|
+
'message': value['message'],
|
|
58
|
+
'indexed': (0, IndexProjectTranscripts200ResponseIndexed_1.IndexProjectTranscripts200ResponseIndexedToJSON)(value['indexed']),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 IndexProjectTranscripts200ResponseIndexed
|
|
16
|
+
*/
|
|
17
|
+
export interface IndexProjectTranscripts200ResponseIndexed {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof IndexProjectTranscripts200ResponseIndexed
|
|
22
|
+
*/
|
|
23
|
+
messages: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the IndexProjectTranscripts200ResponseIndexed interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfIndexProjectTranscripts200ResponseIndexed(value: object): value is IndexProjectTranscripts200ResponseIndexed;
|
|
29
|
+
export declare function IndexProjectTranscripts200ResponseIndexedFromJSON(json: any): IndexProjectTranscripts200ResponseIndexed;
|
|
30
|
+
export declare function IndexProjectTranscripts200ResponseIndexedFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndexProjectTranscripts200ResponseIndexed;
|
|
31
|
+
export declare function IndexProjectTranscripts200ResponseIndexedToJSON(json: any): IndexProjectTranscripts200ResponseIndexed;
|
|
32
|
+
export declare function IndexProjectTranscripts200ResponseIndexedToJSONTyped(value?: IndexProjectTranscripts200ResponseIndexed | 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.instanceOfIndexProjectTranscripts200ResponseIndexed = instanceOfIndexProjectTranscripts200ResponseIndexed;
|
|
17
|
+
exports.IndexProjectTranscripts200ResponseIndexedFromJSON = IndexProjectTranscripts200ResponseIndexedFromJSON;
|
|
18
|
+
exports.IndexProjectTranscripts200ResponseIndexedFromJSONTyped = IndexProjectTranscripts200ResponseIndexedFromJSONTyped;
|
|
19
|
+
exports.IndexProjectTranscripts200ResponseIndexedToJSON = IndexProjectTranscripts200ResponseIndexedToJSON;
|
|
20
|
+
exports.IndexProjectTranscripts200ResponseIndexedToJSONTyped = IndexProjectTranscripts200ResponseIndexedToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the IndexProjectTranscripts200ResponseIndexed interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfIndexProjectTranscripts200ResponseIndexed(value) {
|
|
25
|
+
if (!('messages' in value) || value['messages'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function IndexProjectTranscripts200ResponseIndexedFromJSON(json) {
|
|
30
|
+
return IndexProjectTranscripts200ResponseIndexedFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function IndexProjectTranscripts200ResponseIndexedFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'messages': json['messages'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function IndexProjectTranscripts200ResponseIndexedToJSON(json) {
|
|
41
|
+
return IndexProjectTranscripts200ResponseIndexedToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function IndexProjectTranscripts200ResponseIndexedToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'messages': value['messages'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
import type { HardBreakNode } from './HardBreakNode';
|
|
13
|
+
import type { MentionNode } from './MentionNode';
|
|
14
|
+
import type { TextNode } from './TextNode';
|
|
15
|
+
/**
|
|
16
|
+
* @type InlineNode
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export type InlineNode = {
|
|
21
|
+
type: 'hardBreak';
|
|
22
|
+
} & HardBreakNode | {
|
|
23
|
+
type: 'mention';
|
|
24
|
+
} & MentionNode | {
|
|
25
|
+
type: 'text';
|
|
26
|
+
} & TextNode;
|
|
27
|
+
export declare function InlineNodeFromJSON(json: any): InlineNode;
|
|
28
|
+
export declare function InlineNodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineNode;
|
|
29
|
+
export declare function InlineNodeToJSON(json: any): any;
|
|
30
|
+
export declare function InlineNodeToJSONTyped(value?: InlineNode | 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.InlineNodeFromJSON = InlineNodeFromJSON;
|
|
17
|
+
exports.InlineNodeFromJSONTyped = InlineNodeFromJSONTyped;
|
|
18
|
+
exports.InlineNodeToJSON = InlineNodeToJSON;
|
|
19
|
+
exports.InlineNodeToJSONTyped = InlineNodeToJSONTyped;
|
|
20
|
+
var HardBreakNode_1 = require("./HardBreakNode");
|
|
21
|
+
var MentionNode_1 = require("./MentionNode");
|
|
22
|
+
var TextNode_1 = require("./TextNode");
|
|
23
|
+
function InlineNodeFromJSON(json) {
|
|
24
|
+
return InlineNodeFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
function InlineNodeFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
switch (json['type']) {
|
|
31
|
+
case 'hardBreak':
|
|
32
|
+
return Object.assign({}, (0, HardBreakNode_1.HardBreakNodeFromJSONTyped)(json, true), { type: 'hardBreak' });
|
|
33
|
+
case 'mention':
|
|
34
|
+
return Object.assign({}, (0, MentionNode_1.MentionNodeFromJSONTyped)(json, true), { type: 'mention' });
|
|
35
|
+
case 'text':
|
|
36
|
+
return Object.assign({}, (0, TextNode_1.TextNodeFromJSONTyped)(json, true), { type: 'text' });
|
|
37
|
+
default:
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function InlineNodeToJSON(json) {
|
|
42
|
+
return InlineNodeToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function InlineNodeToJSONTyped(value, ignoreDiscriminator) {
|
|
45
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
switch (value['type']) {
|
|
50
|
+
case 'hardBreak':
|
|
51
|
+
return Object.assign({}, (0, HardBreakNode_1.HardBreakNodeToJSON)(value), { type: 'hardBreak' });
|
|
52
|
+
case 'mention':
|
|
53
|
+
return Object.assign({}, (0, MentionNode_1.MentionNodeToJSON)(value), { type: 'mention' });
|
|
54
|
+
case 'text':
|
|
55
|
+
return Object.assign({}, (0, TextNode_1.TextNodeToJSON)(value), { type: 'text' });
|
|
56
|
+
default:
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { ByoPanelRepdataConfig } from './ByoPanelRepdataConfig';
|
|
13
|
+
import type { VideoRecordingSettings } from './VideoRecordingSettings';
|
|
13
14
|
/**
|
|
14
15
|
*
|
|
15
16
|
* @export
|
|
@@ -52,6 +53,12 @@ export interface InviteConfigByoPanel {
|
|
|
52
53
|
* @memberof InviteConfigByoPanel
|
|
53
54
|
*/
|
|
54
55
|
maxResponsesPerParticipant?: number;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {VideoRecordingSettings}
|
|
59
|
+
* @memberof InviteConfigByoPanel
|
|
60
|
+
*/
|
|
61
|
+
videoRecording?: VideoRecordingSettings;
|
|
55
62
|
}
|
|
56
63
|
/**
|
|
57
64
|
* @export
|
|
@@ -20,6 +20,7 @@ exports.InviteConfigByoPanelFromJSONTyped = InviteConfigByoPanelFromJSONTyped;
|
|
|
20
20
|
exports.InviteConfigByoPanelToJSON = InviteConfigByoPanelToJSON;
|
|
21
21
|
exports.InviteConfigByoPanelToJSONTyped = InviteConfigByoPanelToJSONTyped;
|
|
22
22
|
var ByoPanelRepdataConfig_1 = require("./ByoPanelRepdataConfig");
|
|
23
|
+
var VideoRecordingSettings_1 = require("./VideoRecordingSettings");
|
|
23
24
|
/**
|
|
24
25
|
* @export
|
|
25
26
|
*/
|
|
@@ -52,6 +53,7 @@ function InviteConfigByoPanelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
53
|
'description': json['description'] == null ? undefined : json['description'],
|
|
53
54
|
'maxResponses': json['maxResponses'] == null ? undefined : json['maxResponses'],
|
|
54
55
|
'maxResponsesPerParticipant': json['maxResponsesPerParticipant'] == null ? undefined : json['maxResponsesPerParticipant'],
|
|
56
|
+
'videoRecording': json['videoRecording'] == null ? undefined : (0, VideoRecordingSettings_1.VideoRecordingSettingsFromJSON)(json['videoRecording']),
|
|
55
57
|
};
|
|
56
58
|
}
|
|
57
59
|
function InviteConfigByoPanelToJSON(json) {
|
|
@@ -69,5 +71,6 @@ function InviteConfigByoPanelToJSONTyped(value, ignoreDiscriminator) {
|
|
|
69
71
|
'description': value['description'],
|
|
70
72
|
'maxResponses': value['maxResponses'],
|
|
71
73
|
'maxResponsesPerParticipant': value['maxResponsesPerParticipant'],
|
|
74
|
+
'videoRecording': (0, VideoRecordingSettings_1.VideoRecordingSettingsToJSON)(value['videoRecording']),
|
|
72
75
|
};
|
|
73
76
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VideoRecordingSettings } from './VideoRecordingSettings';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -57,6 +58,12 @@ export interface InviteConfigContacts {
|
|
|
57
58
|
* @memberof InviteConfigContacts
|
|
58
59
|
*/
|
|
59
60
|
maxResponsesPerParticipant?: number;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {VideoRecordingSettings}
|
|
64
|
+
* @memberof InviteConfigContacts
|
|
65
|
+
*/
|
|
66
|
+
videoRecording?: VideoRecordingSettings;
|
|
60
67
|
}
|
|
61
68
|
/**
|
|
62
69
|
* @export
|
|
@@ -19,6 +19,7 @@ exports.InviteConfigContactsFromJSON = InviteConfigContactsFromJSON;
|
|
|
19
19
|
exports.InviteConfigContactsFromJSONTyped = InviteConfigContactsFromJSONTyped;
|
|
20
20
|
exports.InviteConfigContactsToJSON = InviteConfigContactsToJSON;
|
|
21
21
|
exports.InviteConfigContactsToJSONTyped = InviteConfigContactsToJSONTyped;
|
|
22
|
+
var VideoRecordingSettings_1 = require("./VideoRecordingSettings");
|
|
22
23
|
/**
|
|
23
24
|
* @export
|
|
24
25
|
*/
|
|
@@ -50,6 +51,7 @@ function InviteConfigContactsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
50
51
|
'description': json['description'] == null ? undefined : json['description'],
|
|
51
52
|
'maxResponses': json['maxResponses'] == null ? undefined : json['maxResponses'],
|
|
52
53
|
'maxResponsesPerParticipant': json['maxResponsesPerParticipant'] == null ? undefined : json['maxResponsesPerParticipant'],
|
|
54
|
+
'videoRecording': json['videoRecording'] == null ? undefined : (0, VideoRecordingSettings_1.VideoRecordingSettingsFromJSON)(json['videoRecording']),
|
|
53
55
|
};
|
|
54
56
|
}
|
|
55
57
|
function InviteConfigContactsToJSON(json) {
|
|
@@ -68,5 +70,6 @@ function InviteConfigContactsToJSONTyped(value, ignoreDiscriminator) {
|
|
|
68
70
|
'description': value['description'],
|
|
69
71
|
'maxResponses': value['maxResponses'],
|
|
70
72
|
'maxResponsesPerParticipant': value['maxResponsesPerParticipant'],
|
|
73
|
+
'videoRecording': (0, VideoRecordingSettings_1.VideoRecordingSettingsToJSON)(value['videoRecording']),
|
|
71
74
|
};
|
|
72
75
|
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { RepdataSurvey } from './RepdataSurvey';
|
|
13
13
|
import type { PanelSettings } from './PanelSettings';
|
|
14
|
+
import type { VideoRecordingSettings } from './VideoRecordingSettings';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
16
17
|
* @export
|
|
@@ -77,6 +78,12 @@ export interface InviteConfigKeplarPanel {
|
|
|
77
78
|
* @memberof InviteConfigKeplarPanel
|
|
78
79
|
*/
|
|
79
80
|
maxResponsesPerParticipant?: number;
|
|
81
|
+
/**
|
|
82
|
+
*
|
|
83
|
+
* @type {VideoRecordingSettings}
|
|
84
|
+
* @memberof InviteConfigKeplarPanel
|
|
85
|
+
*/
|
|
86
|
+
videoRecording?: VideoRecordingSettings;
|
|
80
87
|
}
|
|
81
88
|
/**
|
|
82
89
|
* @export
|
|
@@ -21,6 +21,7 @@ exports.InviteConfigKeplarPanelToJSON = InviteConfigKeplarPanelToJSON;
|
|
|
21
21
|
exports.InviteConfigKeplarPanelToJSONTyped = InviteConfigKeplarPanelToJSONTyped;
|
|
22
22
|
var RepdataSurvey_1 = require("./RepdataSurvey");
|
|
23
23
|
var PanelSettings_1 = require("./PanelSettings");
|
|
24
|
+
var VideoRecordingSettings_1 = require("./VideoRecordingSettings");
|
|
24
25
|
/**
|
|
25
26
|
* @export
|
|
26
27
|
*/
|
|
@@ -57,6 +58,7 @@ function InviteConfigKeplarPanelFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
57
58
|
'description': json['description'] == null ? undefined : json['description'],
|
|
58
59
|
'maxResponses': json['maxResponses'] == null ? undefined : json['maxResponses'],
|
|
59
60
|
'maxResponsesPerParticipant': json['maxResponsesPerParticipant'] == null ? undefined : json['maxResponsesPerParticipant'],
|
|
61
|
+
'videoRecording': json['videoRecording'] == null ? undefined : (0, VideoRecordingSettings_1.VideoRecordingSettingsFromJSON)(json['videoRecording']),
|
|
60
62
|
};
|
|
61
63
|
}
|
|
62
64
|
function InviteConfigKeplarPanelToJSON(json) {
|
|
@@ -78,5 +80,6 @@ function InviteConfigKeplarPanelToJSONTyped(value, ignoreDiscriminator) {
|
|
|
78
80
|
'description': value['description'],
|
|
79
81
|
'maxResponses': value['maxResponses'],
|
|
80
82
|
'maxResponsesPerParticipant': value['maxResponsesPerParticipant'],
|
|
83
|
+
'videoRecording': (0, VideoRecordingSettings_1.VideoRecordingSettingsToJSON)(value['videoRecording']),
|
|
81
84
|
};
|
|
82
85
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { VideoRecordingSettings } from './VideoRecordingSettings';
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
14
15
|
* @export
|
|
@@ -63,6 +64,12 @@ export interface InviteConfigPublic {
|
|
|
63
64
|
* @memberof InviteConfigPublic
|
|
64
65
|
*/
|
|
65
66
|
maxResponsesPerParticipant?: number;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {VideoRecordingSettings}
|
|
70
|
+
* @memberof InviteConfigPublic
|
|
71
|
+
*/
|
|
72
|
+
videoRecording?: VideoRecordingSettings;
|
|
66
73
|
}
|
|
67
74
|
/**
|
|
68
75
|
* @export
|
|
@@ -19,6 +19,7 @@ exports.InviteConfigPublicFromJSON = InviteConfigPublicFromJSON;
|
|
|
19
19
|
exports.InviteConfigPublicFromJSONTyped = InviteConfigPublicFromJSONTyped;
|
|
20
20
|
exports.InviteConfigPublicToJSON = InviteConfigPublicToJSON;
|
|
21
21
|
exports.InviteConfigPublicToJSONTyped = InviteConfigPublicToJSONTyped;
|
|
22
|
+
var VideoRecordingSettings_1 = require("./VideoRecordingSettings");
|
|
22
23
|
/**
|
|
23
24
|
* @export
|
|
24
25
|
*/
|
|
@@ -51,6 +52,7 @@ function InviteConfigPublicFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
52
|
'description': json['description'] == null ? undefined : json['description'],
|
|
52
53
|
'maxResponses': json['maxResponses'] == null ? undefined : json['maxResponses'],
|
|
53
54
|
'maxResponsesPerParticipant': json['maxResponsesPerParticipant'] == null ? undefined : json['maxResponsesPerParticipant'],
|
|
55
|
+
'videoRecording': json['videoRecording'] == null ? undefined : (0, VideoRecordingSettings_1.VideoRecordingSettingsFromJSON)(json['videoRecording']),
|
|
54
56
|
};
|
|
55
57
|
}
|
|
56
58
|
function InviteConfigPublicToJSON(json) {
|
|
@@ -70,5 +72,6 @@ function InviteConfigPublicToJSONTyped(value, ignoreDiscriminator) {
|
|
|
70
72
|
'description': value['description'],
|
|
71
73
|
'maxResponses': value['maxResponses'],
|
|
72
74
|
'maxResponsesPerParticipant': value['maxResponsesPerParticipant'],
|
|
75
|
+
'videoRecording': (0, VideoRecordingSettings_1.VideoRecordingSettingsToJSON)(value['videoRecording']),
|
|
73
76
|
};
|
|
74
77
|
}
|