keplar-api 0.0.1
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 +151 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +46 -0
- package/dist/apis/DefaultApi.d.ts +736 -0
- package/dist/apis/DefaultApi.js +3538 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +19 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.d.ts +74 -0
- package/dist/models/ApiCallMessagesSearchPost200ResponseInner.js +77 -0
- package/dist/models/ApiDemosCreateDemoInvitePostRequest.d.ts +50 -0
- package/dist/models/ApiDemosCreateDemoInvitePostRequest.js +63 -0
- package/dist/models/ApiFilesFileIdSignedUrlPost200Response.d.ts +38 -0
- package/dist/models/ApiFilesFileIdSignedUrlPost200Response.js +55 -0
- package/dist/models/ApiFilesFileIdSignedUrlPostRequest.d.ts +39 -0
- package/dist/models/ApiFilesFileIdSignedUrlPostRequest.js +52 -0
- package/dist/models/ApiFilesFileIdSignedUrlPostRequestAction.d.ts +26 -0
- package/dist/models/ApiFilesFileIdSignedUrlPostRequestAction.js +39 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.d.ts +32 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.js +51 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.d.ts +32 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.js +51 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.d.ts +39 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.js +56 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.d.ts +39 -0
- package/dist/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.js +56 -0
- package/dist/models/ApiInviteCodeCodeStartGet302Response.d.ts +108 -0
- package/dist/models/ApiInviteCodeCodeStartGet302Response.js +97 -0
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseProjectConfig.d.ts +45 -0
- package/dist/models/ApiInviteCodeCodeStartGet302ResponseProjectConfig.js +56 -0
- package/dist/models/ApiInvitesIdParticipantInvitesParticipantIdPutRequest.d.ts +32 -0
- package/dist/models/ApiInvitesIdParticipantInvitesParticipantIdPutRequest.js +49 -0
- package/dist/models/ApiInvitesIdParticipantInvitesPostRequest.d.ts +33 -0
- package/dist/models/ApiInvitesIdParticipantInvitesPostRequest.js +52 -0
- package/dist/models/ApiInvitesIdParticipantInvitesPostRequestParticipant.d.ts +57 -0
- package/dist/models/ApiInvitesIdParticipantInvitesPostRequestParticipant.js +58 -0
- package/dist/models/ApiInvitesIdPutRequest.d.ts +64 -0
- package/dist/models/ApiInvitesIdPutRequest.js +65 -0
- package/dist/models/ApiInvitesIdResponsesGet200Response.d.ts +51 -0
- package/dist/models/ApiInvitesIdResponsesGet200Response.js +64 -0
- package/dist/models/ApiInvitesIdResponsesPostRequest.d.ts +46 -0
- package/dist/models/ApiInvitesIdResponsesPostRequest.js +55 -0
- package/dist/models/ApiInvitesIdResponsesResponseIdPutRequest.d.ts +39 -0
- package/dist/models/ApiInvitesIdResponsesResponseIdPutRequest.js +54 -0
- package/dist/models/ApiInvitesPostRequest.d.ts +57 -0
- package/dist/models/ApiInvitesPostRequest.js +64 -0
- package/dist/models/ApiProjectsGet200Response.d.ts +51 -0
- package/dist/models/ApiProjectsGet200Response.js +64 -0
- package/dist/models/ApiProjectsPostRequest.d.ts +72 -0
- package/dist/models/ApiProjectsPostRequest.js +71 -0
- package/dist/models/ApiProjectsPostRequestThreadAssetsInner.d.ts +38 -0
- package/dist/models/ApiProjectsPostRequestThreadAssetsInner.js +55 -0
- package/dist/models/ApiProjectsProjectIdFilesFileIdPutRequest.d.ts +39 -0
- package/dist/models/ApiProjectsProjectIdFilesFileIdPutRequest.js +52 -0
- package/dist/models/ApiProjectsProjectIdFilesGet200Response.d.ts +51 -0
- package/dist/models/ApiProjectsProjectIdFilesGet200Response.js +64 -0
- package/dist/models/ApiProjectsProjectIdFilesPostRequest.d.ts +51 -0
- package/dist/models/ApiProjectsProjectIdFilesPostRequest.js +58 -0
- package/dist/models/ApiProjectsProjectIdPutRequest.d.ts +59 -0
- package/dist/models/ApiProjectsProjectIdPutRequest.js +60 -0
- package/dist/models/ApiProjectsProjectIdSearchTranscriptsPostRequest.d.ts +38 -0
- package/dist/models/ApiProjectsProjectIdSearchTranscriptsPostRequest.js +51 -0
- package/dist/models/ApiThreadsGet200Response.d.ts +51 -0
- package/dist/models/ApiThreadsGet200Response.js +64 -0
- package/dist/models/ApiThreadsThreadIdFilesGet200Response.d.ts +57 -0
- package/dist/models/ApiThreadsThreadIdFilesGet200Response.js +68 -0
- package/dist/models/ApiThreadsThreadIdPostRequest.d.ts +59 -0
- package/dist/models/ApiThreadsThreadIdPostRequest.js +58 -0
- package/dist/models/BadRequestErrorResponse.d.ts +32 -0
- package/dist/models/BadRequestErrorResponse.js +51 -0
- package/dist/models/Call.d.ts +161 -0
- package/dist/models/Call.js +106 -0
- package/dist/models/CallEvent.d.ts +57 -0
- package/dist/models/CallEvent.js +66 -0
- package/dist/models/CallKind.d.ts +25 -0
- package/dist/models/CallKind.js +51 -0
- package/dist/models/CallMetadata.d.ts +65 -0
- package/dist/models/CallMetadata.js +66 -0
- package/dist/models/CallStatus.d.ts +26 -0
- package/dist/models/CallStatus.js +52 -0
- package/dist/models/ChatCompletionTool.d.ts +46 -0
- package/dist/models/ChatCompletionTool.js +63 -0
- package/dist/models/ChatCompletionToolFunction.d.ts +46 -0
- package/dist/models/ChatCompletionToolFunction.js +55 -0
- package/dist/models/ChatMessage.d.ts +83 -0
- package/dist/models/ChatMessage.js +80 -0
- package/dist/models/ChatMessageKind.d.ts +29 -0
- package/dist/models/ChatMessageKind.js +55 -0
- package/dist/models/ChatMessageRole.d.ts +26 -0
- package/dist/models/ChatMessageRole.js +52 -0
- package/dist/models/ChatSession.d.ts +101 -0
- package/dist/models/ChatSession.js +83 -0
- package/dist/models/Citation.d.ts +75 -0
- package/dist/models/Citation.js +72 -0
- package/dist/models/CodeInvite.d.ts +108 -0
- package/dist/models/CodeInvite.js +97 -0
- package/dist/models/CodeInviteResponse.d.ts +91 -0
- package/dist/models/CodeInviteResponse.js +83 -0
- package/dist/models/ConversationMessage.d.ts +100 -0
- package/dist/models/ConversationMessage.js +88 -0
- package/dist/models/ConversationMessageTopic.d.ts +58 -0
- package/dist/models/ConversationMessageTopic.js +65 -0
- package/dist/models/FileMimeType.d.ts +26 -0
- package/dist/models/FileMimeType.js +52 -0
- package/dist/models/ForbiddenErrorResponse.d.ts +32 -0
- package/dist/models/ForbiddenErrorResponse.js +51 -0
- package/dist/models/GetParticipantInvitesResponse.d.ts +39 -0
- package/dist/models/GetParticipantInvitesResponse.js +56 -0
- package/dist/models/GetProjectResponsesResponse.d.ts +51 -0
- package/dist/models/GetProjectResponsesResponse.js +64 -0
- package/dist/models/InboundCallResponse.d.ts +52 -0
- package/dist/models/InboundCallResponse.js +63 -0
- package/dist/models/InternalServerErrorResponse.d.ts +32 -0
- package/dist/models/InternalServerErrorResponse.js +51 -0
- package/dist/models/Invite.d.ts +135 -0
- package/dist/models/Invite.js +106 -0
- package/dist/models/InviteConfig.d.ts +88 -0
- package/dist/models/InviteConfig.js +73 -0
- package/dist/models/InviteResponse.d.ts +104 -0
- package/dist/models/InviteResponse.js +88 -0
- package/dist/models/InviteResponseData.d.ts +59 -0
- package/dist/models/InviteResponseData.js +58 -0
- package/dist/models/InviteResponseKind.d.ts +26 -0
- package/dist/models/InviteResponseKind.js +52 -0
- package/dist/models/InviteResponseStatus.d.ts +32 -0
- package/dist/models/InviteResponseStatus.js +58 -0
- package/dist/models/InviteResponseUpdateEvent.d.ts +31 -0
- package/dist/models/InviteResponseUpdateEvent.js +114 -0
- package/dist/models/InviteStatus.d.ts +28 -0
- package/dist/models/InviteStatus.js +54 -0
- package/dist/models/InviteWithAnalytics.d.ts +147 -0
- package/dist/models/InviteWithAnalytics.js +114 -0
- package/dist/models/ModelFile.d.ts +165 -0
- package/dist/models/ModelFile.js +118 -0
- package/dist/models/Moderator.d.ts +140 -0
- package/dist/models/Moderator.js +107 -0
- package/dist/models/ModeratorVendor.d.ts +25 -0
- package/dist/models/ModeratorVendor.js +51 -0
- package/dist/models/ModeratorVisibility.d.ts +26 -0
- package/dist/models/ModeratorVisibility.js +52 -0
- package/dist/models/NotFoundErrorResponse.d.ts +32 -0
- package/dist/models/NotFoundErrorResponse.js +51 -0
- package/dist/models/OpenAiModelConfig.d.ts +52 -0
- package/dist/models/OpenAiModelConfig.js +68 -0
- package/dist/models/Org.d.ts +104 -0
- package/dist/models/Org.js +87 -0
- package/dist/models/Participant.d.ts +102 -0
- package/dist/models/Participant.js +83 -0
- package/dist/models/ParticipantCreate.d.ts +56 -0
- package/dist/models/ParticipantCreate.js +57 -0
- package/dist/models/ParticipantInvite.d.ts +84 -0
- package/dist/models/ParticipantInvite.js +79 -0
- package/dist/models/ParticipantInviteConfig.d.ts +44 -0
- package/dist/models/ParticipantInviteConfig.js +53 -0
- package/dist/models/ParticipantInviteData.d.ts +38 -0
- package/dist/models/ParticipantInviteData.js +51 -0
- package/dist/models/PhoneCallStartResponse.d.ts +44 -0
- package/dist/models/PhoneCallStartResponse.js +57 -0
- package/dist/models/Project.d.ts +151 -0
- package/dist/models/Project.js +116 -0
- package/dist/models/ProjectAnalysis.d.ts +52 -0
- package/dist/models/ProjectAnalysis.js +61 -0
- package/dist/models/ProjectAudience.d.ts +46 -0
- package/dist/models/ProjectAudience.js +56 -0
- package/dist/models/ProjectConfig.d.ts +61 -0
- package/dist/models/ProjectConfig.js +64 -0
- package/dist/models/ProjectConversationConfig.d.ts +51 -0
- package/dist/models/ProjectConversationConfig.js +64 -0
- package/dist/models/ProjectFile.d.ts +90 -0
- package/dist/models/ProjectFile.js +81 -0
- package/dist/models/ProjectFileCategory.d.ts +28 -0
- package/dist/models/ProjectFileCategory.js +54 -0
- package/dist/models/ProjectFileMetadata.d.ts +44 -0
- package/dist/models/ProjectFileMetadata.js +53 -0
- package/dist/models/ProjectFilePublic.d.ts +46 -0
- package/dist/models/ProjectFilePublic.js +57 -0
- package/dist/models/ProjectFilePublicFile.d.ts +51 -0
- package/dist/models/ProjectFilePublicFile.js +58 -0
- package/dist/models/ProjectPanelQualification.d.ts +38 -0
- package/dist/models/ProjectPanelQualification.js +55 -0
- package/dist/models/ProjectPanelRespondentAttribute.d.ts +45 -0
- package/dist/models/ProjectPanelRespondentAttribute.js +60 -0
- package/dist/models/ProjectPanelSettings.d.ts +63 -0
- package/dist/models/ProjectPanelSettings.js +62 -0
- package/dist/models/ProjectScreenerQuestionChooseOne.d.ts +57 -0
- package/dist/models/ProjectScreenerQuestionChooseOne.js +70 -0
- package/dist/models/ProjectScreenerQuestionChooseOnePublic.d.ts +51 -0
- package/dist/models/ProjectScreenerQuestionChooseOnePublic.js +66 -0
- package/dist/models/ProjectScreenerQuestionResponse.d.ts +44 -0
- package/dist/models/ProjectScreenerQuestionResponse.js +59 -0
- package/dist/models/ProjectStatus.d.ts +27 -0
- package/dist/models/ProjectStatus.js +53 -0
- package/dist/models/ProjectSummaryWithAnalytics.d.ts +70 -0
- package/dist/models/ProjectSummaryWithAnalytics.js +75 -0
- package/dist/models/ProjectTemplateSettings.d.ts +24 -0
- package/dist/models/ProjectTemplateSettings.js +65 -0
- package/dist/models/ProjectWithAnalytics.d.ts +151 -0
- package/dist/models/ProjectWithAnalytics.js +118 -0
- package/dist/models/RemainingResponsesResponse.d.ts +32 -0
- package/dist/models/RemainingResponsesResponse.js +51 -0
- package/dist/models/RepDataConfigLegacy.d.ts +59 -0
- package/dist/models/RepDataConfigLegacy.js +61 -0
- package/dist/models/RepDataProjectLegacy.d.ts +32 -0
- package/dist/models/RepDataProjectLegacy.js +51 -0
- package/dist/models/RepDataStudyLegacy.d.ts +93 -0
- package/dist/models/RepDataStudyLegacy.js +92 -0
- package/dist/models/RepDataStudyLegacyQualificationsInner.d.ts +38 -0
- package/dist/models/RepDataStudyLegacyQualificationsInner.js +55 -0
- package/dist/models/RepDataSurveyLegacy.d.ts +46 -0
- package/dist/models/RepDataSurveyLegacy.js +59 -0
- package/dist/models/RepDataSurveyLegacyProject.d.ts +32 -0
- package/dist/models/RepDataSurveyLegacyProject.js +51 -0
- package/dist/models/RepDataSurveyStatusLegacy.d.ts +26 -0
- package/dist/models/RepDataSurveyStatusLegacy.js +52 -0
- package/dist/models/RepdataQualification.d.ts +39 -0
- package/dist/models/RepdataQualification.js +56 -0
- package/dist/models/RepdataQualificationAllowedOptionIdsInner.d.ts +21 -0
- package/dist/models/RepdataQualificationAllowedOptionIdsInner.js +38 -0
- package/dist/models/RepdataRespondentAttribute.d.ts +63 -0
- package/dist/models/RepdataRespondentAttribute.js +72 -0
- package/dist/models/RepdataSurvey.d.ts +64 -0
- package/dist/models/RepdataSurvey.js +73 -0
- package/dist/models/RepdataSurveyAttributes.d.ts +123 -0
- package/dist/models/RepdataSurveyAttributes.js +112 -0
- package/dist/models/RepdataSurveyRedirects.d.ts +56 -0
- package/dist/models/RepdataSurveyRedirects.js +67 -0
- package/dist/models/ResponseCallCompletedEvent.d.ts +39 -0
- package/dist/models/ResponseCallCompletedEvent.js +58 -0
- package/dist/models/ResponseCallFailedEvent.d.ts +45 -0
- package/dist/models/ResponseCallFailedEvent.js +62 -0
- package/dist/models/ResponseConsentEvent.d.ts +39 -0
- package/dist/models/ResponseConsentEvent.js +58 -0
- package/dist/models/ResponseOptOutEvent.d.ts +39 -0
- package/dist/models/ResponseOptOutEvent.js +58 -0
- package/dist/models/ResponseProcessingCompletedEvent.d.ts +39 -0
- package/dist/models/ResponseProcessingCompletedEvent.js +58 -0
- package/dist/models/ResponseProcessingFailedEvent.d.ts +45 -0
- package/dist/models/ResponseProcessingFailedEvent.js +62 -0
- package/dist/models/ResponseRedirectEvent.d.ts +39 -0
- package/dist/models/ResponseRedirectEvent.js +58 -0
- package/dist/models/ResponseStartCallEvent.d.ts +39 -0
- package/dist/models/ResponseStartCallEvent.js +58 -0
- package/dist/models/ResponseSubmitEmailEvent.d.ts +45 -0
- package/dist/models/ResponseSubmitEmailEvent.js +62 -0
- package/dist/models/ResponseSubmitScreenerEvent.d.ts +46 -0
- package/dist/models/ResponseSubmitScreenerEvent.js +63 -0
- package/dist/models/SearchProjectTranscriptsResponse.d.ts +51 -0
- package/dist/models/SearchProjectTranscriptsResponse.js +64 -0
- package/dist/models/TemplateConceptTest.d.ts +45 -0
- package/dist/models/TemplateConceptTest.js +62 -0
- package/dist/models/TemplateCustom.d.ts +45 -0
- package/dist/models/TemplateCustom.js +62 -0
- package/dist/models/TemplateInterview.d.ts +51 -0
- package/dist/models/TemplateInterview.js +66 -0
- package/dist/models/Thread.d.ts +116 -0
- package/dist/models/Thread.js +92 -0
- package/dist/models/ThreadCreateProjectStatus.d.ts +25 -0
- package/dist/models/ThreadCreateProjectStatus.js +51 -0
- package/dist/models/ThreadFile.d.ts +64 -0
- package/dist/models/ThreadFile.js +69 -0
- package/dist/models/ThreadKind.d.ts +25 -0
- package/dist/models/ThreadKind.js +51 -0
- package/dist/models/ThreadMetadata.d.ts +40 -0
- package/dist/models/ThreadMetadata.js +57 -0
- package/dist/models/Transcript.d.ts +39 -0
- package/dist/models/Transcript.js +56 -0
- package/dist/models/TranscriptMessage.d.ts +56 -0
- package/dist/models/TranscriptMessage.js +67 -0
- package/dist/models/TranscriptMessagesInner.d.ts +56 -0
- package/dist/models/TranscriptMessagesInner.js +67 -0
- package/dist/models/TranscriptQuality.d.ts +26 -0
- package/dist/models/TranscriptQuality.js +52 -0
- package/dist/models/UnauthorizedErrorResponse.d.ts +32 -0
- package/dist/models/UnauthorizedErrorResponse.js +51 -0
- package/dist/models/User.d.ts +156 -0
- package/dist/models/User.js +117 -0
- package/dist/models/UserAccountStatus.d.ts +27 -0
- package/dist/models/UserAccountStatus.js +53 -0
- package/dist/models/UserData.d.ts +32 -0
- package/dist/models/UserData.js +49 -0
- package/dist/models/UserProvider.d.ts +25 -0
- package/dist/models/UserProvider.js +51 -0
- package/dist/models/VapiAssistantConfig.d.ts +71 -0
- package/dist/models/VapiAssistantConfig.js +76 -0
- package/dist/models/VapiVoiceId.d.ts +25 -0
- package/dist/models/VapiVoiceId.js +51 -0
- package/dist/models/VapiVoiceVapiProvider.d.ts +46 -0
- package/dist/models/VapiVoiceVapiProvider.js +63 -0
- package/dist/models/index.d.ts +140 -0
- package/dist/models/index.js +158 -0
- package/dist/runtime.d.ts +184 -0
- package/dist/runtime.js +564 -0
- package/package.json +19 -0
- package/src/apis/DefaultApi.ts +3381 -0
- package/src/apis/index.ts +3 -0
- package/src/index.ts +5 -0
- package/src/models/ApiCallMessagesSearchPost200ResponseInner.ts +128 -0
- package/src/models/ApiDemosCreateDemoInvitePostRequest.ts +93 -0
- package/src/models/ApiFilesFileIdSignedUrlPost200Response.ts +75 -0
- package/src/models/ApiFilesFileIdSignedUrlPostRequest.ts +81 -0
- package/src/models/ApiFilesFileIdSignedUrlPostRequestAction.ts +46 -0
- package/src/models/ApiInviteCodeCodeResponsesResponseIdPut404Response.ts +66 -0
- package/src/models/ApiInviteCodeCodeResponsesResponseIdStartPhoneCallPostRequest.ts +66 -0
- package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequest.ts +83 -0
- package/src/models/ApiInviteCodeCodeResponsesResponseIdUpdateCallPutRequestCall.ts +85 -0
- package/src/models/ApiInviteCodeCodeStartGet302Response.ts +202 -0
- package/src/models/ApiInviteCodeCodeStartGet302ResponseProjectConfig.ts +90 -0
- package/src/models/ApiInvitesIdParticipantInvitesParticipantIdPutRequest.ts +65 -0
- package/src/models/ApiInvitesIdParticipantInvitesPostRequest.ts +74 -0
- package/src/models/ApiInvitesIdParticipantInvitesPostRequestParticipant.ts +105 -0
- package/src/models/ApiInvitesIdPutRequest.ts +124 -0
- package/src/models/ApiInvitesIdResponsesGet200Response.ts +101 -0
- package/src/models/ApiInvitesIdResponsesPostRequest.ts +98 -0
- package/src/models/ApiInvitesIdResponsesResponseIdPutRequest.ts +84 -0
- package/src/models/ApiInvitesPostRequest.ts +108 -0
- package/src/models/ApiProjectsGet200Response.ts +101 -0
- package/src/models/ApiProjectsPostRequest.ts +147 -0
- package/src/models/ApiProjectsPostRequestThreadAssetsInner.ts +75 -0
- package/src/models/ApiProjectsProjectIdFilesFileIdPutRequest.ts +81 -0
- package/src/models/ApiProjectsProjectIdFilesGet200Response.ts +101 -0
- package/src/models/ApiProjectsProjectIdFilesPostRequest.ts +98 -0
- package/src/models/ApiProjectsProjectIdPutRequest.ts +121 -0
- package/src/models/ApiProjectsProjectIdSearchTranscriptsPostRequest.ts +73 -0
- package/src/models/ApiThreadsGet200Response.ts +101 -0
- package/src/models/ApiThreadsThreadIdFilesGet200Response.ts +110 -0
- package/src/models/ApiThreadsThreadIdPostRequest.ts +107 -0
- package/src/models/BadRequestErrorResponse.ts +66 -0
- package/src/models/Call.ts +296 -0
- package/src/models/CallEvent.ts +109 -0
- package/src/models/CallKind.ts +53 -0
- package/src/models/CallMetadata.ts +109 -0
- package/src/models/CallStatus.ts +54 -0
- package/src/models/ChatCompletionTool.ts +93 -0
- package/src/models/ChatCompletionToolFunction.ts +82 -0
- package/src/models/ChatMessage.ts +159 -0
- package/src/models/ChatMessageKind.ts +57 -0
- package/src/models/ChatMessageRole.ts +54 -0
- package/src/models/ChatSession.ts +180 -0
- package/src/models/Citation.ts +135 -0
- package/src/models/CodeInvite.ts +202 -0
- package/src/models/CodeInviteResponse.ts +181 -0
- package/src/models/ConversationMessage.ts +176 -0
- package/src/models/ConversationMessageTopic.ts +115 -0
- package/src/models/FileMimeType.ts +54 -0
- package/src/models/ForbiddenErrorResponse.ts +66 -0
- package/src/models/GetParticipantInvitesResponse.ts +83 -0
- package/src/models/GetProjectResponsesResponse.ts +101 -0
- package/src/models/InboundCallResponse.ts +93 -0
- package/src/models/InternalServerErrorResponse.ts +66 -0
- package/src/models/Invite.ts +254 -0
- package/src/models/InviteConfig.ts +154 -0
- package/src/models/InviteResponse.ts +204 -0
- package/src/models/InviteResponseData.ts +105 -0
- package/src/models/InviteResponseKind.ts +54 -0
- package/src/models/InviteResponseStatus.ts +60 -0
- package/src/models/InviteResponseUpdateEvent.ts +182 -0
- package/src/models/InviteStatus.ts +56 -0
- package/src/models/InviteWithAnalytics.ts +272 -0
- package/src/models/ModelFile.ts +282 -0
- package/src/models/Moderator.ts +255 -0
- package/src/models/ModeratorVendor.ts +53 -0
- package/src/models/ModeratorVisibility.ts +54 -0
- package/src/models/NotFoundErrorResponse.ts +66 -0
- package/src/models/OpenAiModelConfig.ts +93 -0
- package/src/models/Org.ts +201 -0
- package/src/models/Participant.ts +186 -0
- package/src/models/ParticipantCreate.ts +97 -0
- package/src/models/ParticipantInvite.ts +163 -0
- package/src/models/ParticipantInviteConfig.ts +81 -0
- package/src/models/ParticipantInviteData.ts +73 -0
- package/src/models/PhoneCallStartResponse.ts +83 -0
- package/src/models/Project.ts +299 -0
- package/src/models/ProjectAnalysis.ts +92 -0
- package/src/models/ProjectAudience.ts +97 -0
- package/src/models/ProjectConfig.ts +121 -0
- package/src/models/ProjectConversationConfig.ts +101 -0
- package/src/models/ProjectFile.ts +173 -0
- package/src/models/ProjectFileCategory.ts +56 -0
- package/src/models/ProjectFileMetadata.ts +81 -0
- package/src/models/ProjectFilePublic.ts +97 -0
- package/src/models/ProjectFilePublicFile.ts +100 -0
- package/src/models/ProjectPanelQualification.ts +75 -0
- package/src/models/ProjectPanelRespondentAttribute.ts +92 -0
- package/src/models/ProjectPanelSettings.ts +114 -0
- package/src/models/ProjectScreenerQuestionChooseOne.ts +103 -0
- package/src/models/ProjectScreenerQuestionChooseOnePublic.ts +94 -0
- package/src/models/ProjectScreenerQuestionResponse.ts +84 -0
- package/src/models/ProjectStatus.ts +55 -0
- package/src/models/ProjectSummaryWithAnalytics.ts +136 -0
- package/src/models/ProjectTemplateSettings.ts +91 -0
- package/src/models/ProjectWithAnalytics.ts +300 -0
- package/src/models/RemainingResponsesResponse.ts +66 -0
- package/src/models/RepDataConfigLegacy.ts +120 -0
- package/src/models/RepDataProjectLegacy.ts +66 -0
- package/src/models/RepDataStudyLegacy.ts +164 -0
- package/src/models/RepDataStudyLegacyQualificationsInner.ts +75 -0
- package/src/models/RepDataSurveyLegacy.ts +100 -0
- package/src/models/RepDataSurveyLegacyProject.ts +66 -0
- package/src/models/RepDataSurveyStatusLegacy.ts +54 -0
- package/src/models/RepdataQualification.ts +83 -0
- package/src/models/RepdataQualificationAllowedOptionIdsInner.ts +45 -0
- package/src/models/RepdataRespondentAttribute.ts +119 -0
- package/src/models/RepdataSurvey.ts +126 -0
- package/src/models/RepdataSurveyAttributes.ts +209 -0
- package/src/models/RepdataSurveyRedirects.ts +102 -0
- package/src/models/ResponseCallCompletedEvent.ts +76 -0
- package/src/models/ResponseCallFailedEvent.ts +85 -0
- package/src/models/ResponseConsentEvent.ts +76 -0
- package/src/models/ResponseOptOutEvent.ts +76 -0
- package/src/models/ResponseProcessingCompletedEvent.ts +76 -0
- package/src/models/ResponseProcessingFailedEvent.ts +85 -0
- package/src/models/ResponseRedirectEvent.ts +76 -0
- package/src/models/ResponseStartCallEvent.ts +76 -0
- package/src/models/ResponseSubmitEmailEvent.ts +85 -0
- package/src/models/ResponseSubmitScreenerEvent.ts +93 -0
- package/src/models/SearchProjectTranscriptsResponse.ts +101 -0
- package/src/models/TemplateConceptTest.ts +85 -0
- package/src/models/TemplateCustom.ts +85 -0
- package/src/models/TemplateInterview.ts +94 -0
- package/src/models/Thread.ts +220 -0
- package/src/models/ThreadCreateProjectStatus.ts +53 -0
- package/src/models/ThreadFile.ts +124 -0
- package/src/models/ThreadKind.ts +53 -0
- package/src/models/ThreadMetadata.ts +76 -0
- package/src/models/Transcript.ts +83 -0
- package/src/models/TranscriptMessage.ts +102 -0
- package/src/models/TranscriptMessagesInner.ts +102 -0
- package/src/models/TranscriptQuality.ts +54 -0
- package/src/models/UnauthorizedErrorResponse.ts +66 -0
- package/src/models/User.ts +300 -0
- package/src/models/UserAccountStatus.ts +55 -0
- package/src/models/UserData.ts +65 -0
- package/src/models/UserProvider.ts +53 -0
- package/src/models/VapiAssistantConfig.ts +141 -0
- package/src/models/VapiVoiceId.ts +53 -0
- package/src/models/VapiVoiceVapiProvider.ts +93 -0
- package/src/models/index.ts +142 -0
- package/src/runtime.ts +432 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,58 @@
|
|
|
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.ResponseStartCallEventTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfResponseStartCallEvent = instanceOfResponseStartCallEvent;
|
|
18
|
+
exports.ResponseStartCallEventFromJSON = ResponseStartCallEventFromJSON;
|
|
19
|
+
exports.ResponseStartCallEventFromJSONTyped = ResponseStartCallEventFromJSONTyped;
|
|
20
|
+
exports.ResponseStartCallEventToJSON = ResponseStartCallEventToJSON;
|
|
21
|
+
exports.ResponseStartCallEventToJSONTyped = ResponseStartCallEventToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ResponseStartCallEventTypeEnum = {
|
|
26
|
+
StartCall: 'START_CALL'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the ResponseStartCallEvent interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfResponseStartCallEvent(value) {
|
|
32
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
function ResponseStartCallEventFromJSON(json) {
|
|
37
|
+
return ResponseStartCallEventFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
function ResponseStartCallEventFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'type': json['type'],
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function ResponseStartCallEventToJSON(json) {
|
|
48
|
+
return ResponseStartCallEventToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function ResponseStartCallEventToJSONTyped(value, ignoreDiscriminator) {
|
|
51
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'type': value['type'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface ResponseSubmitEmailEvent
|
|
16
|
+
*/
|
|
17
|
+
export interface ResponseSubmitEmailEvent {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResponseSubmitEmailEvent
|
|
22
|
+
*/
|
|
23
|
+
type: ResponseSubmitEmailEventTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResponseSubmitEmailEvent
|
|
28
|
+
*/
|
|
29
|
+
email: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const ResponseSubmitEmailEventTypeEnum: {
|
|
35
|
+
readonly SubmitEmail: "SUBMIT_EMAIL";
|
|
36
|
+
};
|
|
37
|
+
export type ResponseSubmitEmailEventTypeEnum = typeof ResponseSubmitEmailEventTypeEnum[keyof typeof ResponseSubmitEmailEventTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ResponseSubmitEmailEvent interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfResponseSubmitEmailEvent(value: object): value is ResponseSubmitEmailEvent;
|
|
42
|
+
export declare function ResponseSubmitEmailEventFromJSON(json: any): ResponseSubmitEmailEvent;
|
|
43
|
+
export declare function ResponseSubmitEmailEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResponseSubmitEmailEvent;
|
|
44
|
+
export declare function ResponseSubmitEmailEventToJSON(json: any): ResponseSubmitEmailEvent;
|
|
45
|
+
export declare function ResponseSubmitEmailEventToJSONTyped(value?: ResponseSubmitEmailEvent | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
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.ResponseSubmitEmailEventTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfResponseSubmitEmailEvent = instanceOfResponseSubmitEmailEvent;
|
|
18
|
+
exports.ResponseSubmitEmailEventFromJSON = ResponseSubmitEmailEventFromJSON;
|
|
19
|
+
exports.ResponseSubmitEmailEventFromJSONTyped = ResponseSubmitEmailEventFromJSONTyped;
|
|
20
|
+
exports.ResponseSubmitEmailEventToJSON = ResponseSubmitEmailEventToJSON;
|
|
21
|
+
exports.ResponseSubmitEmailEventToJSONTyped = ResponseSubmitEmailEventToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.ResponseSubmitEmailEventTypeEnum = {
|
|
26
|
+
SubmitEmail: 'SUBMIT_EMAIL'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the ResponseSubmitEmailEvent interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfResponseSubmitEmailEvent(value) {
|
|
32
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function ResponseSubmitEmailEventFromJSON(json) {
|
|
39
|
+
return ResponseSubmitEmailEventFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function ResponseSubmitEmailEventFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'email': json['email'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function ResponseSubmitEmailEventToJSON(json) {
|
|
51
|
+
return ResponseSubmitEmailEventToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function ResponseSubmitEmailEventToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'type': value['type'],
|
|
60
|
+
'email': value['email'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -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
|
+
import type { ProjectScreenerQuestionResponse } from './ProjectScreenerQuestionResponse';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ResponseSubmitScreenerEvent
|
|
17
|
+
*/
|
|
18
|
+
export interface ResponseSubmitScreenerEvent {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ResponseSubmitScreenerEvent
|
|
23
|
+
*/
|
|
24
|
+
type: ResponseSubmitScreenerEventTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<ProjectScreenerQuestionResponse>}
|
|
28
|
+
* @memberof ResponseSubmitScreenerEvent
|
|
29
|
+
*/
|
|
30
|
+
screenerQuestionsResponses: Array<ProjectScreenerQuestionResponse>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
export declare const ResponseSubmitScreenerEventTypeEnum: {
|
|
36
|
+
readonly SubmitScreener: "SUBMIT_SCREENER";
|
|
37
|
+
};
|
|
38
|
+
export type ResponseSubmitScreenerEventTypeEnum = typeof ResponseSubmitScreenerEventTypeEnum[keyof typeof ResponseSubmitScreenerEventTypeEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the ResponseSubmitScreenerEvent interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfResponseSubmitScreenerEvent(value: object): value is ResponseSubmitScreenerEvent;
|
|
43
|
+
export declare function ResponseSubmitScreenerEventFromJSON(json: any): ResponseSubmitScreenerEvent;
|
|
44
|
+
export declare function ResponseSubmitScreenerEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResponseSubmitScreenerEvent;
|
|
45
|
+
export declare function ResponseSubmitScreenerEventToJSON(json: any): ResponseSubmitScreenerEvent;
|
|
46
|
+
export declare function ResponseSubmitScreenerEventToJSONTyped(value?: ResponseSubmitScreenerEvent | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,63 @@
|
|
|
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.ResponseSubmitScreenerEventTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfResponseSubmitScreenerEvent = instanceOfResponseSubmitScreenerEvent;
|
|
18
|
+
exports.ResponseSubmitScreenerEventFromJSON = ResponseSubmitScreenerEventFromJSON;
|
|
19
|
+
exports.ResponseSubmitScreenerEventFromJSONTyped = ResponseSubmitScreenerEventFromJSONTyped;
|
|
20
|
+
exports.ResponseSubmitScreenerEventToJSON = ResponseSubmitScreenerEventToJSON;
|
|
21
|
+
exports.ResponseSubmitScreenerEventToJSONTyped = ResponseSubmitScreenerEventToJSONTyped;
|
|
22
|
+
var ProjectScreenerQuestionResponse_1 = require("./ProjectScreenerQuestionResponse");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.ResponseSubmitScreenerEventTypeEnum = {
|
|
27
|
+
SubmitScreener: 'SUBMIT_SCREENER'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the ResponseSubmitScreenerEvent interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfResponseSubmitScreenerEvent(value) {
|
|
33
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('screenerQuestionsResponses' in value) || value['screenerQuestionsResponses'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
function ResponseSubmitScreenerEventFromJSON(json) {
|
|
40
|
+
return ResponseSubmitScreenerEventFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ResponseSubmitScreenerEventFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': json['type'],
|
|
48
|
+
'screenerQuestionsResponses': (json['screenerQuestionsResponses'].map(ProjectScreenerQuestionResponse_1.ProjectScreenerQuestionResponseFromJSON)),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
function ResponseSubmitScreenerEventToJSON(json) {
|
|
52
|
+
return ResponseSubmitScreenerEventToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function ResponseSubmitScreenerEventToJSONTyped(value, ignoreDiscriminator) {
|
|
55
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
56
|
+
if (value == null) {
|
|
57
|
+
return value;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'type': value['type'],
|
|
61
|
+
'screenerQuestionsResponses': (value['screenerQuestionsResponses'].map(ProjectScreenerQuestionResponse_1.ProjectScreenerQuestionResponseToJSON)),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { Transcript } from './Transcript';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SearchProjectTranscriptsResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SearchProjectTranscriptsResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<Transcript>}
|
|
22
|
+
* @memberof SearchProjectTranscriptsResponse
|
|
23
|
+
*/
|
|
24
|
+
transcripts: Array<Transcript>;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof SearchProjectTranscriptsResponse
|
|
29
|
+
*/
|
|
30
|
+
total: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof SearchProjectTranscriptsResponse
|
|
35
|
+
*/
|
|
36
|
+
page: number;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof SearchProjectTranscriptsResponse
|
|
41
|
+
*/
|
|
42
|
+
limit: number;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the SearchProjectTranscriptsResponse interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfSearchProjectTranscriptsResponse(value: object): value is SearchProjectTranscriptsResponse;
|
|
48
|
+
export declare function SearchProjectTranscriptsResponseFromJSON(json: any): SearchProjectTranscriptsResponse;
|
|
49
|
+
export declare function SearchProjectTranscriptsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchProjectTranscriptsResponse;
|
|
50
|
+
export declare function SearchProjectTranscriptsResponseToJSON(json: any): SearchProjectTranscriptsResponse;
|
|
51
|
+
export declare function SearchProjectTranscriptsResponseToJSONTyped(value?: SearchProjectTranscriptsResponse | 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.instanceOfSearchProjectTranscriptsResponse = instanceOfSearchProjectTranscriptsResponse;
|
|
17
|
+
exports.SearchProjectTranscriptsResponseFromJSON = SearchProjectTranscriptsResponseFromJSON;
|
|
18
|
+
exports.SearchProjectTranscriptsResponseFromJSONTyped = SearchProjectTranscriptsResponseFromJSONTyped;
|
|
19
|
+
exports.SearchProjectTranscriptsResponseToJSON = SearchProjectTranscriptsResponseToJSON;
|
|
20
|
+
exports.SearchProjectTranscriptsResponseToJSONTyped = SearchProjectTranscriptsResponseToJSONTyped;
|
|
21
|
+
var Transcript_1 = require("./Transcript");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the SearchProjectTranscriptsResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfSearchProjectTranscriptsResponse(value) {
|
|
26
|
+
if (!('transcripts' in value) || value['transcripts'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('total' in value) || value['total'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('page' in value) || value['page'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('limit' in value) || value['limit'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
function SearchProjectTranscriptsResponseFromJSON(json) {
|
|
37
|
+
return SearchProjectTranscriptsResponseFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
function SearchProjectTranscriptsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'transcripts': (json['transcripts'].map(Transcript_1.TranscriptFromJSON)),
|
|
45
|
+
'total': json['total'],
|
|
46
|
+
'page': json['page'],
|
|
47
|
+
'limit': json['limit'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function SearchProjectTranscriptsResponseToJSON(json) {
|
|
51
|
+
return SearchProjectTranscriptsResponseToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function SearchProjectTranscriptsResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'transcripts': (value['transcripts'].map(Transcript_1.TranscriptToJSON)),
|
|
60
|
+
'total': value['total'],
|
|
61
|
+
'page': value['page'],
|
|
62
|
+
'limit': value['limit'],
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateConceptTest
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateConceptTest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateConceptTest
|
|
22
|
+
*/
|
|
23
|
+
description: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TemplateConceptTest
|
|
28
|
+
*/
|
|
29
|
+
kind: TemplateConceptTestKindEnum;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const TemplateConceptTestKindEnum: {
|
|
35
|
+
readonly ConceptTest: "concept_test";
|
|
36
|
+
};
|
|
37
|
+
export type TemplateConceptTestKindEnum = typeof TemplateConceptTestKindEnum[keyof typeof TemplateConceptTestKindEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the TemplateConceptTest interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfTemplateConceptTest(value: object): value is TemplateConceptTest;
|
|
42
|
+
export declare function TemplateConceptTestFromJSON(json: any): TemplateConceptTest;
|
|
43
|
+
export declare function TemplateConceptTestFromJSONTyped(json: any, ignoreDiscriminator: boolean): TemplateConceptTest;
|
|
44
|
+
export declare function TemplateConceptTestToJSON(json: any): TemplateConceptTest;
|
|
45
|
+
export declare function TemplateConceptTestToJSONTyped(value?: TemplateConceptTest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
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.TemplateConceptTestKindEnum = void 0;
|
|
17
|
+
exports.instanceOfTemplateConceptTest = instanceOfTemplateConceptTest;
|
|
18
|
+
exports.TemplateConceptTestFromJSON = TemplateConceptTestFromJSON;
|
|
19
|
+
exports.TemplateConceptTestFromJSONTyped = TemplateConceptTestFromJSONTyped;
|
|
20
|
+
exports.TemplateConceptTestToJSON = TemplateConceptTestToJSON;
|
|
21
|
+
exports.TemplateConceptTestToJSONTyped = TemplateConceptTestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.TemplateConceptTestKindEnum = {
|
|
26
|
+
ConceptTest: 'concept_test'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the TemplateConceptTest interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfTemplateConceptTest(value) {
|
|
32
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('kind' in value) || value['kind'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function TemplateConceptTestFromJSON(json) {
|
|
39
|
+
return TemplateConceptTestFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function TemplateConceptTestFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'description': json['description'],
|
|
47
|
+
'kind': json['kind'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function TemplateConceptTestToJSON(json) {
|
|
51
|
+
return TemplateConceptTestToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function TemplateConceptTestToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'description': value['description'],
|
|
60
|
+
'kind': value['kind'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TemplateCustom
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateCustom {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateCustom
|
|
22
|
+
*/
|
|
23
|
+
description: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TemplateCustom
|
|
28
|
+
*/
|
|
29
|
+
kind: TemplateCustomKindEnum;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const TemplateCustomKindEnum: {
|
|
35
|
+
readonly Custom: "custom";
|
|
36
|
+
};
|
|
37
|
+
export type TemplateCustomKindEnum = typeof TemplateCustomKindEnum[keyof typeof TemplateCustomKindEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the TemplateCustom interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfTemplateCustom(value: object): value is TemplateCustom;
|
|
42
|
+
export declare function TemplateCustomFromJSON(json: any): TemplateCustom;
|
|
43
|
+
export declare function TemplateCustomFromJSONTyped(json: any, ignoreDiscriminator: boolean): TemplateCustom;
|
|
44
|
+
export declare function TemplateCustomToJSON(json: any): TemplateCustom;
|
|
45
|
+
export declare function TemplateCustomToJSONTyped(value?: TemplateCustom | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
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.TemplateCustomKindEnum = void 0;
|
|
17
|
+
exports.instanceOfTemplateCustom = instanceOfTemplateCustom;
|
|
18
|
+
exports.TemplateCustomFromJSON = TemplateCustomFromJSON;
|
|
19
|
+
exports.TemplateCustomFromJSONTyped = TemplateCustomFromJSONTyped;
|
|
20
|
+
exports.TemplateCustomToJSON = TemplateCustomToJSON;
|
|
21
|
+
exports.TemplateCustomToJSONTyped = TemplateCustomToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.TemplateCustomKindEnum = {
|
|
26
|
+
Custom: 'custom'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the TemplateCustom interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfTemplateCustom(value) {
|
|
32
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('kind' in value) || value['kind'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function TemplateCustomFromJSON(json) {
|
|
39
|
+
return TemplateCustomFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function TemplateCustomFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'description': json['description'],
|
|
47
|
+
'kind': json['kind'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function TemplateCustomToJSON(json) {
|
|
51
|
+
return TemplateCustomToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function TemplateCustomToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'description': value['description'],
|
|
60
|
+
'kind': value['kind'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 TemplateInterview
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateInterview {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TemplateInterview
|
|
22
|
+
*/
|
|
23
|
+
description: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TemplateInterview
|
|
28
|
+
*/
|
|
29
|
+
kind: TemplateInterviewKindEnum;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof TemplateInterview
|
|
34
|
+
*/
|
|
35
|
+
topic: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const TemplateInterviewKindEnum: {
|
|
41
|
+
readonly Interview: "interview";
|
|
42
|
+
};
|
|
43
|
+
export type TemplateInterviewKindEnum = typeof TemplateInterviewKindEnum[keyof typeof TemplateInterviewKindEnum];
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the TemplateInterview interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfTemplateInterview(value: object): value is TemplateInterview;
|
|
48
|
+
export declare function TemplateInterviewFromJSON(json: any): TemplateInterview;
|
|
49
|
+
export declare function TemplateInterviewFromJSONTyped(json: any, ignoreDiscriminator: boolean): TemplateInterview;
|
|
50
|
+
export declare function TemplateInterviewToJSON(json: any): TemplateInterview;
|
|
51
|
+
export declare function TemplateInterviewToJSONTyped(value?: TemplateInterview | null, ignoreDiscriminator?: boolean): any;
|