@smartytalent/api-client 0.1.33-dev.5 → 0.1.33-dev.51
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/dist/apis/AggregatesApi.d.ts +134 -0
- package/dist/apis/AggregatesApi.d.ts.map +1 -0
- package/dist/apis/AggregatesApi.js +294 -0
- package/dist/apis/AggregatesApi.js.map +1 -0
- package/dist/apis/AssessmentsApi.d.ts +28 -2
- package/dist/apis/AssessmentsApi.d.ts.map +1 -1
- package/dist/apis/AssessmentsApi.js +41 -3
- package/dist/apis/AssessmentsApi.js.map +1 -1
- package/dist/apis/AttemptsApi.d.ts +320 -0
- package/dist/apis/AttemptsApi.d.ts.map +1 -0
- package/dist/apis/AttemptsApi.js +723 -0
- package/dist/apis/AttemptsApi.js.map +1 -0
- package/dist/apis/CORSApi.d.ts +111 -0
- package/dist/apis/CORSApi.d.ts.map +1 -0
- package/dist/apis/CORSApi.js +291 -0
- package/dist/apis/CORSApi.js.map +1 -0
- package/dist/apis/CalendarsApi.d.ts +130 -0
- package/dist/apis/CalendarsApi.d.ts.map +1 -0
- package/dist/apis/CalendarsApi.js +315 -0
- package/dist/apis/CalendarsApi.js.map +1 -0
- package/dist/apis/CallsApi.d.ts +51 -0
- package/dist/apis/CallsApi.d.ts.map +1 -1
- package/dist/apis/CallsApi.js +66 -1
- package/dist/apis/CallsApi.js.map +1 -1
- package/dist/apis/CandidatesApi.d.ts +4 -2
- package/dist/apis/CandidatesApi.d.ts.map +1 -1
- package/dist/apis/CandidatesApi.js +8 -2
- package/dist/apis/CandidatesApi.js.map +1 -1
- package/dist/apis/ChatsApi.d.ts +2 -0
- package/dist/apis/ChatsApi.d.ts.map +1 -1
- package/dist/apis/ChatsApi.js +6 -0
- package/dist/apis/ChatsApi.js.map +1 -1
- package/dist/apis/CommentsApi.d.ts +152 -0
- package/dist/apis/CommentsApi.d.ts.map +1 -0
- package/dist/apis/CommentsApi.js +346 -0
- package/dist/apis/CommentsApi.js.map +1 -0
- package/dist/apis/EmailsApi.d.ts +34 -2
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +42 -3
- package/dist/apis/EmailsApi.js.map +1 -1
- package/dist/apis/EventsApi.d.ts +143 -0
- package/dist/apis/EventsApi.d.ts.map +1 -0
- package/dist/apis/EventsApi.js +327 -0
- package/dist/apis/EventsApi.js.map +1 -0
- package/dist/apis/JobsApi.d.ts +2 -2
- package/dist/apis/JobsApi.js +2 -2
- package/dist/apis/MeetingsApi.d.ts +4 -4
- package/dist/apis/MeetingsApi.js +4 -4
- package/dist/apis/SignalsApi.d.ts +141 -0
- package/dist/apis/SignalsApi.d.ts.map +1 -0
- package/dist/apis/SignalsApi.js +274 -0
- package/dist/apis/SignalsApi.js.map +1 -0
- package/dist/apis/StatesApi.d.ts +7 -4
- package/dist/apis/StatesApi.d.ts.map +1 -1
- package/dist/apis/StatesApi.js +5 -2
- package/dist/apis/StatesApi.js.map +1 -1
- package/dist/apis/SubmissionsApi.d.ts +4 -4
- package/dist/apis/SubmissionsApi.js +4 -4
- package/dist/apis/TalentsApi.d.ts +1 -0
- package/dist/apis/TalentsApi.d.ts.map +1 -1
- package/dist/apis/TalentsApi.js +3 -0
- package/dist/apis/TalentsApi.js.map +1 -1
- package/dist/apis/WebhooksApi.d.ts +38 -1
- package/dist/apis/WebhooksApi.d.ts.map +1 -1
- package/dist/apis/WebhooksApi.js +82 -0
- package/dist/apis/WebhooksApi.js.map +1 -1
- package/dist/apis/index.d.ts +7 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +7 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/AggregateAttributesSchema.d.ts +73 -0
- package/dist/models/AggregateAttributesSchema.d.ts.map +1 -0
- package/dist/models/AggregateAttributesSchema.js +69 -0
- package/dist/models/AggregateAttributesSchema.js.map +1 -0
- package/dist/models/AggregateCountsBucketSchema.d.ts +49 -0
- package/dist/models/AggregateCountsBucketSchema.d.ts.map +1 -0
- package/dist/models/AggregateCountsBucketSchema.js +53 -0
- package/dist/models/AggregateCountsBucketSchema.js.map +1 -0
- package/dist/models/AggregateResourceSchema.d.ts +74 -0
- package/dist/models/AggregateResourceSchema.d.ts.map +1 -0
- package/dist/models/AggregateResourceSchema.js +74 -0
- package/dist/models/AggregateResourceSchema.js.map +1 -0
- package/dist/models/AggregateSchema.d.ts +49 -0
- package/dist/models/AggregateSchema.d.ts.map +1 -0
- package/dist/models/AggregateSchema.js +55 -0
- package/dist/models/AggregateSchema.js.map +1 -0
- package/dist/models/AggregatesMetaSchema.d.ts +64 -0
- package/dist/models/AggregatesMetaSchema.d.ts.map +1 -0
- package/dist/models/AggregatesMetaSchema.js +56 -0
- package/dist/models/AggregatesMetaSchema.js.map +1 -0
- package/dist/models/AggregatesSchema.d.ts +48 -0
- package/dist/models/AggregatesSchema.d.ts.map +1 -0
- package/dist/models/AggregatesSchema.js +56 -0
- package/dist/models/AggregatesSchema.js.map +1 -0
- package/dist/models/AnswerFileSchema.d.ts +59 -0
- package/dist/models/AnswerFileSchema.d.ts.map +1 -0
- package/dist/models/AnswerFileSchema.js +55 -0
- package/dist/models/AnswerFileSchema.js.map +1 -0
- package/dist/models/AnswerSchema.d.ts +76 -0
- package/dist/models/AnswerSchema.d.ts.map +1 -0
- package/dist/models/AnswerSchema.js +73 -0
- package/dist/models/AnswerSchema.js.map +1 -0
- package/dist/models/AnswerSchemaValue.d.ts +31 -0
- package/dist/models/AnswerSchemaValue.d.ts.map +1 -0
- package/dist/models/AnswerSchemaValue.js +73 -0
- package/dist/models/AnswerSchemaValue.js.map +1 -0
- package/dist/models/AnswerSchemaValueOneOf.d.ts +39 -0
- package/dist/models/AnswerSchemaValueOneOf.d.ts.map +1 -0
- package/dist/models/AnswerSchemaValueOneOf.js +55 -0
- package/dist/models/AnswerSchemaValueOneOf.js.map +1 -0
- package/dist/models/AssessmentAttributesSchema.d.ts +34 -19
- package/dist/models/AssessmentAttributesSchema.d.ts.map +1 -1
- package/dist/models/AssessmentAttributesSchema.js +12 -10
- package/dist/models/AssessmentAttributesSchema.js.map +1 -1
- package/dist/models/AttemptAttributesSchema.d.ts +186 -0
- package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
- package/dist/models/AttemptAttributesSchema.js +102 -0
- package/dist/models/AttemptAttributesSchema.js.map +1 -0
- package/dist/models/AttemptEvaluationSchema.d.ts +94 -0
- package/dist/models/AttemptEvaluationSchema.d.ts.map +1 -0
- package/dist/models/AttemptEvaluationSchema.js +76 -0
- package/dist/models/AttemptEvaluationSchema.js.map +1 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts +57 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.d.ts.map +1 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js +61 -0
- package/dist/models/AttemptEvaluationSchemaPerQuestionInner.js.map +1 -0
- package/dist/models/AttemptProctoringSchema.d.ts +51 -0
- package/dist/models/AttemptProctoringSchema.d.ts.map +1 -0
- package/dist/models/AttemptProctoringSchema.js +55 -0
- package/dist/models/AttemptProctoringSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsAssessmentDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.js +50 -0
- package/dist/models/AttemptRelationshipsAssessmentSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.js +50 -0
- package/dist/models/AttemptRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsFilesDataSchema.d.ts +39 -0
- package/dist/models/AttemptRelationshipsFilesDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsFilesDataSchema.js +51 -0
- package/dist/models/AttemptRelationshipsFilesDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsFilesSchema.d.ts +43 -0
- package/dist/models/AttemptRelationshipsFilesSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsFilesSchema.js +50 -0
- package/dist/models/AttemptRelationshipsFilesSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsJobDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsJobSchema.js +50 -0
- package/dist/models/AttemptRelationshipsJobSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.d.ts +46 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.js +58 -0
- package/dist/models/AttemptRelationshipsReportDataSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsReportSchema.d.ts +34 -0
- package/dist/models/AttemptRelationshipsReportSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsReportSchema.js +50 -0
- package/dist/models/AttemptRelationshipsReportSchema.js.map +1 -0
- package/dist/models/AttemptRelationshipsSchema.d.ts +62 -0
- package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsSchema.js +62 -0
- package/dist/models/AttemptRelationshipsSchema.js.map +1 -0
- package/dist/models/AttemptResourceSchema.d.ts +75 -0
- package/dist/models/AttemptResourceSchema.d.ts.map +1 -0
- package/dist/models/AttemptResourceSchema.js +75 -0
- package/dist/models/AttemptResourceSchema.js.map +1 -0
- package/dist/models/AttemptSchema.d.ts +49 -0
- package/dist/models/AttemptSchema.d.ts.map +1 -0
- package/dist/models/AttemptSchema.js +55 -0
- package/dist/models/AttemptSchema.js.map +1 -0
- package/dist/models/AttemptsSchema.d.ts +48 -0
- package/dist/models/AttemptsSchema.d.ts.map +1 -0
- package/dist/models/AttemptsSchema.js +56 -0
- package/dist/models/AttemptsSchema.js.map +1 -0
- package/dist/models/CalendarAttributesSchema.d.ts +102 -0
- package/dist/models/CalendarAttributesSchema.d.ts.map +1 -0
- package/dist/models/CalendarAttributesSchema.js +81 -0
- package/dist/models/CalendarAttributesSchema.js.map +1 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.d.ts +34 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.d.ts.map +1 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.js +50 -0
- package/dist/models/CalendarRelationshipsOwnerSchema.js.map +1 -0
- package/dist/models/CalendarRelationshipsSchema.d.ts +34 -0
- package/dist/models/CalendarRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/CalendarRelationshipsSchema.js +50 -0
- package/dist/models/CalendarRelationshipsSchema.js.map +1 -0
- package/dist/models/CalendarResourceSchema.d.ts +75 -0
- package/dist/models/CalendarResourceSchema.d.ts.map +1 -0
- package/dist/models/CalendarResourceSchema.js +75 -0
- package/dist/models/CalendarResourceSchema.js.map +1 -0
- package/dist/models/CalendarResponseDocument.d.ts +34 -0
- package/dist/models/CalendarResponseDocument.d.ts.map +1 -0
- package/dist/models/CalendarResponseDocument.js +50 -0
- package/dist/models/CalendarResponseDocument.js.map +1 -0
- package/dist/models/CalendarWorkingHoursSchema.d.ts +64 -0
- package/dist/models/CalendarWorkingHoursSchema.d.ts.map +1 -0
- package/dist/models/CalendarWorkingHoursSchema.js +68 -0
- package/dist/models/CalendarWorkingHoursSchema.js.map +1 -0
- package/dist/models/CalendarsResponseDocument.d.ts +46 -0
- package/dist/models/CalendarsResponseDocument.d.ts.map +1 -0
- package/dist/models/CalendarsResponseDocument.js +54 -0
- package/dist/models/CalendarsResponseDocument.js.map +1 -0
- package/dist/models/CallAttributesSchema.d.ts +227 -63
- package/dist/models/CallAttributesSchema.d.ts.map +1 -1
- package/dist/models/CallAttributesSchema.js +108 -44
- package/dist/models/CallAttributesSchema.js.map +1 -1
- package/dist/models/CallAttributesSchemaRecording.d.ts +65 -0
- package/dist/models/CallAttributesSchemaRecording.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaRecording.js +65 -0
- package/dist/models/CallAttributesSchemaRecording.js.map +1 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts +53 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.js +61 -0
- package/dist/models/CallAttributesSchemaSpeakerStatsInner.js.map +1 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts +65 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js +65 -0
- package/dist/models/CallAttributesSchemaTranscriptSegmentsInner.js.map +1 -0
- package/dist/models/CallMetaSchema.d.ts +98 -0
- package/dist/models/CallMetaSchema.d.ts.map +1 -0
- package/dist/models/CallMetaSchema.js +81 -0
- package/dist/models/CallMetaSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.js +51 -0
- package/dist/models/CallRelationshipsBoeUserDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBoeUserSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsBoeUserSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBoeUserSchema.js +50 -0
- package/dist/models/CallRelationshipsBoeUserSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBriefDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsBriefDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBriefDataSchema.js +51 -0
- package/dist/models/CallRelationshipsBriefDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsBriefSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsBriefSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsBriefSchema.js +50 -0
- package/dist/models/CallRelationshipsBriefSchema.js.map +1 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.js +51 -0
- package/dist/models/CallRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsCandidateSchema.js +50 -0
- package/dist/models/CallRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/CallRelationshipsConversationDataSchema.d.ts +39 -0
- package/dist/models/{CallRelationshipsTranslationsDataSchema.d.ts.map → CallRelationshipsConversationDataSchema.d.ts.map} +1 -1
- package/dist/models/CallRelationshipsConversationDataSchema.js +51 -0
- package/dist/models/{ChatRelationshipsTranslationsDataSchema.js.map → CallRelationshipsConversationDataSchema.js.map} +1 -1
- package/dist/models/CallRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsConversationSchema.js +50 -0
- package/dist/models/CallRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/CallRelationshipsJobDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsJobDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsJobDataSchema.js +51 -0
- package/dist/models/CallRelationshipsJobDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsJobSchema.js +50 -0
- package/dist/models/CallRelationshipsJobSchema.js.map +1 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/CallRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsScheduleSchema.js +50 -0
- package/dist/models/CallRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/CallRelationshipsSchema.d.ts +61 -4
- package/dist/models/CallRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/CallRelationshipsSchema.js +24 -3
- package/dist/models/CallRelationshipsSchema.js.map +1 -1
- package/dist/models/CallRelationshipsTalentDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsTalentDataSchema.js +51 -0
- package/dist/models/CallRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsTalentSchema.js +50 -0
- package/dist/models/CallRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/CallRelationshipsUserDataSchema.d.ts +39 -0
- package/dist/models/CallRelationshipsUserDataSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsUserDataSchema.js +51 -0
- package/dist/models/CallRelationshipsUserDataSchema.js.map +1 -0
- package/dist/models/CallRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/CallRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/CallRelationshipsUserSchema.js +50 -0
- package/dist/models/CallRelationshipsUserSchema.js.map +1 -0
- package/dist/models/CallResourceSchema.d.ts +3 -4
- package/dist/models/CallResourceSchema.d.ts.map +1 -1
- package/dist/models/CallResourceSchema.js +3 -2
- package/dist/models/CallResourceSchema.js.map +1 -1
- package/dist/models/CandidateAttributesSchema.d.ts +39 -24
- package/dist/models/CandidateAttributesSchema.d.ts.map +1 -1
- package/dist/models/CandidateAttributesSchema.js +6 -4
- package/dist/models/CandidateAttributesSchema.js.map +1 -1
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts +25 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts.map +1 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.js +50 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.js.map +1 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts +24 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts.map +1 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js +50 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js.map +1 -0
- package/dist/models/ChatAttributesSchema.d.ts +108 -20
- package/dist/models/ChatAttributesSchema.d.ts.map +1 -1
- package/dist/models/ChatAttributesSchema.js +60 -15
- package/dist/models/ChatAttributesSchema.js.map +1 -1
- package/dist/models/ChatMetaSchema.d.ts +51 -0
- package/dist/models/ChatMetaSchema.d.ts.map +1 -0
- package/dist/models/ChatMetaSchema.js +53 -0
- package/dist/models/ChatMetaSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.js +50 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsCandidateSchema.js +50 -0
- package/dist/models/ChatRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsConversationDataSchema.d.ts +39 -0
- package/dist/models/{ChatRelationshipsTranslationsDataSchema.d.ts.map → ChatRelationshipsConversationDataSchema.d.ts.map} +1 -1
- package/dist/models/ChatRelationshipsConversationDataSchema.js +51 -0
- package/dist/models/{CallRelationshipsTranslationsDataSchema.js.map → ChatRelationshipsConversationDataSchema.js.map} +1 -1
- package/dist/models/ChatRelationshipsConversationSchema.d.ts +41 -0
- package/dist/models/ChatRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsConversationSchema.js +50 -0
- package/dist/models/ChatRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsScheduleSchema.js +50 -0
- package/dist/models/ChatRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsSchema.d.ts +45 -4
- package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/ChatRelationshipsSchema.js +18 -3
- package/dist/models/ChatRelationshipsSchema.js.map +1 -1
- package/dist/models/ChatRelationshipsTalentDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsTalentSchema.js +50 -0
- package/dist/models/ChatRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsUserDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsUserDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsUserDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsUserDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsUserSchema.js +50 -0
- package/dist/models/ChatRelationshipsUserSchema.js.map +1 -0
- package/dist/models/ChatResourceSchema.d.ts +3 -4
- package/dist/models/ChatResourceSchema.d.ts.map +1 -1
- package/dist/models/ChatResourceSchema.js +3 -2
- package/dist/models/ChatResourceSchema.js.map +1 -1
- package/dist/models/CommentAttributesSchema.d.ts +109 -0
- package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
- package/dist/models/CommentAttributesSchema.js +87 -0
- package/dist/models/CommentAttributesSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
- package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
- package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsSchema.js +50 -0
- package/dist/models/CommentRelationshipsSchema.js.map +1 -0
- package/dist/models/CommentResourceSchema.d.ts +75 -0
- package/dist/models/CommentResourceSchema.d.ts.map +1 -0
- package/dist/models/CommentResourceSchema.js +75 -0
- package/dist/models/CommentResourceSchema.js.map +1 -0
- package/dist/models/CommentResponseDocument.d.ts +40 -0
- package/dist/models/CommentResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentResponseDocument.js +52 -0
- package/dist/models/CommentResponseDocument.js.map +1 -0
- package/dist/models/CommentsResponseDocument.d.ts +52 -0
- package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentsResponseDocument.js +56 -0
- package/dist/models/CommentsResponseDocument.js.map +1 -0
- package/dist/models/CreateAttemptRequestBody.d.ts +34 -0
- package/dist/models/CreateAttemptRequestBody.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestBody.js +52 -0
- package/dist/models/CreateAttemptRequestBody.js.map +1 -0
- package/dist/models/CreateAttemptRequestBodyData.d.ts +54 -0
- package/dist/models/CreateAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestBodyData.js +66 -0
- package/dist/models/CreateAttemptRequestBodyData.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchema.d.ts +34 -0
- package/dist/models/CreateCalendarRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchema.js +50 -0
- package/dist/models/CreateCalendarRequestSchema.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCalendarRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaData.js +63 -0
- package/dist/models/CreateCalendarRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +71 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
- package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchema.js +50 -0
- package/dist/models/CreateCommentRequestSchema.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.js +63 -0
- package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateEventRequestSchema.d.ts +34 -0
- package/dist/models/CreateEventRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchema.js +50 -0
- package/dist/models/CreateEventRequestSchema.js.map +1 -0
- package/dist/models/CreateEventRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateEventRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchemaData.js +63 -0
- package/dist/models/CreateEventRequestSchemaData.js.map +1 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts +160 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.js +114 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
- package/dist/models/EmailAttributesSchema.d.ts +25 -8
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +10 -5
- package/dist/models/EmailAttributesSchema.js.map +1 -1
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
- package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/EmailRelationshipsSchema.js +3 -0
- package/dist/models/EmailRelationshipsSchema.js.map +1 -1
- package/dist/models/EventAttributesSchema.d.ts +172 -0
- package/dist/models/EventAttributesSchema.d.ts.map +1 -0
- package/dist/models/EventAttributesSchema.js +114 -0
- package/dist/models/EventAttributesSchema.js.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
- package/dist/models/EventRelationshipsSchema.d.ts +41 -0
- package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchema.js +53 -0
- package/dist/models/EventRelationshipsSchema.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.js +50 -0
- package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
- package/dist/models/EventResourceSchema.d.ts +75 -0
- package/dist/models/EventResourceSchema.d.ts.map +1 -0
- package/dist/models/EventResourceSchema.js +75 -0
- package/dist/models/EventResourceSchema.js.map +1 -0
- package/dist/models/EventResponseDocument.d.ts +34 -0
- package/dist/models/EventResponseDocument.d.ts.map +1 -0
- package/dist/models/EventResponseDocument.js +50 -0
- package/dist/models/EventResponseDocument.js.map +1 -0
- package/dist/models/EventsResponseDocument.d.ts +46 -0
- package/dist/models/EventsResponseDocument.d.ts.map +1 -0
- package/dist/models/EventsResponseDocument.js +54 -0
- package/dist/models/EventsResponseDocument.js.map +1 -0
- package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
- package/dist/models/FileAttributesSchema.d.ts +59 -0
- package/dist/models/FileAttributesSchema.d.ts.map +1 -1
- package/dist/models/FileAttributesSchema.js +23 -0
- package/dist/models/FileAttributesSchema.js.map +1 -1
- package/dist/models/FileAttributesSchemaPagesInner.d.ts +45 -0
- package/dist/models/FileAttributesSchemaPagesInner.d.ts.map +1 -0
- package/dist/models/FileAttributesSchemaPagesInner.js +53 -0
- package/dist/models/FileAttributesSchemaPagesInner.js.map +1 -0
- package/dist/models/FilePreviewMetaSchema.d.ts +90 -0
- package/dist/models/FilePreviewMetaSchema.d.ts.map +1 -0
- package/dist/models/FilePreviewMetaSchema.js +62 -0
- package/dist/models/FilePreviewMetaSchema.js.map +1 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts +51 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts.map +1 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.js +55 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +5 -11
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -1
- package/dist/models/FinderQueryEmailsSchema.js +3 -8
- package/dist/models/FinderQueryEmailsSchema.js.map +1 -1
- package/dist/models/FormAttributesSchema.d.ts +26 -0
- package/dist/models/FormAttributesSchema.d.ts.map +1 -1
- package/dist/models/FormAttributesSchema.js +12 -0
- package/dist/models/FormAttributesSchema.js.map +1 -1
- package/dist/models/GuestAttemptSchema.d.ts +51 -0
- package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
- package/dist/models/GuestAttemptSchema.js +56 -0
- package/dist/models/GuestAttemptSchema.js.map +1 -0
- package/dist/models/GuestMetaSchema.d.ts +43 -0
- package/dist/models/GuestMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestMetaSchema.js +55 -0
- package/dist/models/GuestMetaSchema.js.map +1 -0
- package/dist/models/ListStatesFolderParameter.d.ts +22 -0
- package/dist/models/ListStatesFolderParameter.d.ts.map +1 -0
- package/dist/models/ListStatesFolderParameter.js +50 -0
- package/dist/models/ListStatesFolderParameter.js.map +1 -0
- package/dist/models/MeetingAttributesSchema.d.ts +78 -0
- package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.js +39 -1
- package/dist/models/MeetingAttributesSchema.js.map +1 -1
- package/dist/models/MeetingRecallSchema.d.ts +77 -0
- package/dist/models/MeetingRecallSchema.d.ts.map +1 -0
- package/dist/models/MeetingRecallSchema.js +71 -0
- package/dist/models/MeetingRecallSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.js +50 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.js +50 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchema.js +50 -0
- package/dist/models/MeetingRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts +28 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/MeetingRelationshipsSchema.js +12 -0
- package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
- package/dist/models/MeetingRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchema.js +50 -0
- package/dist/models/MeetingRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.js.map +1 -0
- package/dist/models/QuestionSchema.d.ts +200 -0
- package/dist/models/QuestionSchema.d.ts.map +1 -0
- package/dist/models/QuestionSchema.js +112 -0
- package/dist/models/QuestionSchema.js.map +1 -0
- package/dist/models/QuestionSchemaOptionsInner.d.ts +47 -0
- package/dist/models/QuestionSchemaOptionsInner.d.ts.map +1 -0
- package/dist/models/QuestionSchemaOptionsInner.js +53 -0
- package/dist/models/QuestionSchemaOptionsInner.js.map +1 -0
- package/dist/models/RecallWebhookRequest.d.ts +39 -0
- package/dist/models/RecallWebhookRequest.d.ts.map +1 -0
- package/dist/models/RecallWebhookRequest.js +51 -0
- package/dist/models/RecallWebhookRequest.js.map +1 -0
- package/dist/models/ResourcesMetaPageSchema.d.ts +20 -2
- package/dist/models/ResourcesMetaPageSchema.d.ts.map +1 -1
- package/dist/models/ResourcesMetaPageSchema.js +6 -0
- package/dist/models/ResourcesMetaPageSchema.js.map +1 -1
- package/dist/models/RunAttributesSchema.d.ts +13 -0
- package/dist/models/RunAttributesSchema.d.ts.map +1 -1
- package/dist/models/RunAttributesSchema.js +5 -0
- package/dist/models/RunAttributesSchema.js.map +1 -1
- package/dist/models/RunAttributesSchemaPausedAtStep.d.ts +39 -0
- package/dist/models/RunAttributesSchemaPausedAtStep.d.ts.map +1 -0
- package/dist/models/RunAttributesSchemaPausedAtStep.js +51 -0
- package/dist/models/RunAttributesSchemaPausedAtStep.js.map +1 -0
- package/dist/models/ScheduleAttributesSchema.d.ts +4 -3
- package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -1
- package/dist/models/ScheduleAttributesSchema.js +5 -8
- package/dist/models/ScheduleAttributesSchema.js.map +1 -1
- package/dist/models/ScheduleRelationshipsEmailSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsEmailSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsEmailSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsEmailSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts +7 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/ScheduleRelationshipsSchema.js +3 -0
- package/dist/models/ScheduleRelationshipsSchema.js.map +1 -1
- package/dist/models/ScheduleTargetSchema.d.ts +1 -1
- package/dist/models/SignalAttributesSchema.d.ts +180 -0
- package/dist/models/SignalAttributesSchema.d.ts.map +1 -0
- package/dist/models/SignalAttributesSchema.js +139 -0
- package/dist/models/SignalAttributesSchema.js.map +1 -0
- package/dist/models/SignalResourceSchema.d.ts +74 -0
- package/dist/models/SignalResourceSchema.d.ts.map +1 -0
- package/dist/models/SignalResourceSchema.js +74 -0
- package/dist/models/SignalResourceSchema.js.map +1 -0
- package/dist/models/SignalSchema.d.ts +49 -0
- package/dist/models/SignalSchema.d.ts.map +1 -0
- package/dist/models/SignalSchema.js +55 -0
- package/dist/models/SignalSchema.js.map +1 -0
- package/dist/models/SignalsSchema.d.ts +48 -0
- package/dist/models/SignalsSchema.d.ts.map +1 -0
- package/dist/models/SignalsSchema.js +56 -0
- package/dist/models/SignalsSchema.js.map +1 -0
- package/dist/models/StartGuestAttemptRequestBody.d.ts +41 -0
- package/dist/models/StartGuestAttemptRequestBody.d.ts.map +1 -0
- package/dist/models/StartGuestAttemptRequestBody.js +57 -0
- package/dist/models/StartGuestAttemptRequestBody.js.map +1 -0
- package/dist/models/StartGuestAttemptRequestBodyData.d.ts +46 -0
- package/dist/models/StartGuestAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/StartGuestAttemptRequestBodyData.js +62 -0
- package/dist/models/StartGuestAttemptRequestBodyData.js.map +1 -0
- package/dist/models/StateAttributesSchema.d.ts +1 -0
- package/dist/models/StateAttributesSchema.d.ts.map +1 -1
- package/dist/models/StateAttributesSchema.js +1 -0
- package/dist/models/StateAttributesSchema.js.map +1 -1
- package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
- package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts +34 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.js +50 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchema.js.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts +39 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js +51 -0
- package/dist/models/TenantRelationshipsBoeCalendarSchemaData.js.map +1 -0
- package/dist/models/TenantRelationshipsFormsDataSchema.d.ts +39 -0
- package/dist/models/TenantRelationshipsFormsDataSchema.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsFormsDataSchema.js +51 -0
- package/dist/models/TenantRelationshipsFormsDataSchema.js.map +1 -0
- package/dist/models/TenantRelationshipsFormsSchema.d.ts +34 -0
- package/dist/models/TenantRelationshipsFormsSchema.d.ts.map +1 -0
- package/dist/models/TenantRelationshipsFormsSchema.js +50 -0
- package/dist/models/TenantRelationshipsFormsSchema.js.map +1 -0
- package/dist/models/TenantRelationshipsSchema.d.ts +14 -0
- package/dist/models/TenantRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/TenantRelationshipsSchema.js +6 -0
- package/dist/models/TenantRelationshipsSchema.js.map +1 -1
- package/dist/models/TenantsMetaPageSchema.d.ts +20 -2
- package/dist/models/TenantsMetaPageSchema.d.ts.map +1 -1
- package/dist/models/TenantsMetaPageSchema.js +6 -0
- package/dist/models/TenantsMetaPageSchema.js.map +1 -1
- package/dist/models/UpdateAggregateRequestBody.d.ts +34 -0
- package/dist/models/UpdateAggregateRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateAggregateRequestBody.js +52 -0
- package/dist/models/UpdateAggregateRequestBody.js.map +1 -0
- package/dist/models/UpdateAggregateRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateAggregateRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateAggregateRequestBodyData.js +67 -0
- package/dist/models/UpdateAggregateRequestBodyData.js.map +1 -0
- package/dist/models/UpdateAttemptRequestBody.d.ts +34 -0
- package/dist/models/UpdateAttemptRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateAttemptRequestBody.js +52 -0
- package/dist/models/UpdateAttemptRequestBody.js.map +1 -0
- package/dist/models/UpdateAttemptRequestBodyData.d.ts +71 -0
- package/dist/models/UpdateAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateAttemptRequestBodyData.js +70 -0
- package/dist/models/UpdateAttemptRequestBodyData.js.map +1 -0
- package/dist/models/UpdateCalendarRequestSchema.d.ts +34 -0
- package/dist/models/UpdateCalendarRequestSchema.d.ts.map +1 -0
- package/dist/models/UpdateCalendarRequestSchema.js +50 -0
- package/dist/models/UpdateCalendarRequestSchema.js.map +1 -0
- package/dist/models/UpdateCalendarRequestSchemaData.d.ts +53 -0
- package/dist/models/UpdateCalendarRequestSchemaData.d.ts.map +1 -0
- package/dist/models/UpdateCalendarRequestSchemaData.js +65 -0
- package/dist/models/UpdateCalendarRequestSchemaData.js.map +1 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts +72 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js +68 -0
- package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/UpdateCommentRequestSchema.d.ts +34 -0
- package/dist/models/UpdateCommentRequestSchema.d.ts.map +1 -0
- package/dist/models/UpdateCommentRequestSchema.js +50 -0
- package/dist/models/UpdateCommentRequestSchema.js.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaData.d.ts +53 -0
- package/dist/models/UpdateCommentRequestSchemaData.d.ts.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaData.js +65 -0
- package/dist/models/UpdateCommentRequestSchemaData.js.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts +45 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.js +53 -0
- package/dist/models/UpdateCommentRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/UpdateEventRequestSchema.d.ts +34 -0
- package/dist/models/UpdateEventRequestSchema.d.ts.map +1 -0
- package/dist/models/UpdateEventRequestSchema.js +50 -0
- package/dist/models/UpdateEventRequestSchema.js.map +1 -0
- package/dist/models/UpdateEventRequestSchemaData.d.ts +53 -0
- package/dist/models/UpdateEventRequestSchemaData.d.ts.map +1 -0
- package/dist/models/UpdateEventRequestSchemaData.js +65 -0
- package/dist/models/UpdateEventRequestSchemaData.js.map +1 -0
- package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts +111 -0
- package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateEventRequestSchemaDataAttributes.js +83 -0
- package/dist/models/UpdateEventRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestBody.d.ts +41 -0
- package/dist/models/UpdateGuestAttemptRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestBody.js +57 -0
- package/dist/models/UpdateGuestAttemptRequestBody.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateGuestAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestBodyData.js +65 -0
- package/dist/models/UpdateGuestAttemptRequestBodyData.js.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.d.ts +59 -0
- package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.js +62 -0
- package/dist/models/UpdateGuestAttemptRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/UploadGuestAttemptFileRequestBody.d.ts +63 -0
- package/dist/models/UploadGuestAttemptFileRequestBody.d.ts.map +1 -0
- package/dist/models/UploadGuestAttemptFileRequestBody.js +69 -0
- package/dist/models/UploadGuestAttemptFileRequestBody.js.map +1 -0
- package/dist/models/UploadGuestAttemptFileResponseSchema.d.ts +38 -0
- package/dist/models/UploadGuestAttemptFileResponseSchema.d.ts.map +1 -0
- package/dist/models/UploadGuestAttemptFileResponseSchema.js +50 -0
- package/dist/models/UploadGuestAttemptFileResponseSchema.js.map +1 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaData.d.ts +47 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaData.d.ts.map +1 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaData.js +59 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaData.js.map +1 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts +63 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.js +59 -0
- package/dist/models/UploadGuestAttemptFileResponseSchemaDataAttributes.js.map +1 -0
- package/dist/models/index.d.ts +151 -5
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +151 -5
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/CallRelationshipsTranslationsDataSchema.d.ts +0 -39
- package/dist/models/CallRelationshipsTranslationsDataSchema.js +0 -51
- package/dist/models/CallRelationshipsTranslationsSchema.d.ts +0 -34
- package/dist/models/CallRelationshipsTranslationsSchema.d.ts.map +0 -1
- package/dist/models/CallRelationshipsTranslationsSchema.js +0 -50
- package/dist/models/CallRelationshipsTranslationsSchema.js.map +0 -1
- package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts +0 -39
- package/dist/models/ChatRelationshipsTranslationsDataSchema.js +0 -51
- package/dist/models/ChatRelationshipsTranslationsSchema.d.ts +0 -34
- package/dist/models/ChatRelationshipsTranslationsSchema.d.ts.map +0 -1
- package/dist/models/ChatRelationshipsTranslationsSchema.js +0 -50
- package/dist/models/ChatRelationshipsTranslationsSchema.js.map +0 -1
- package/dist/models/EmailAttributesSchemaSubject.d.ts +0 -24
- package/dist/models/EmailAttributesSchemaSubject.d.ts.map +0 -1
- package/dist/models/EmailAttributesSchemaSubject.js +0 -44
- package/dist/models/EmailAttributesSchemaSubject.js.map +0 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
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
|
+
* File reference for upload-type answers (file-upload /
|
|
14
|
+
* video-recording question types). The candidate UI obtains
|
|
15
|
+
* `fileKey` from POST /v1/guest/attempts/uploads, PUTs the file
|
|
16
|
+
* to S3 via the presigned URL returned alongside it, then
|
|
17
|
+
* includes a reference like `{fileKey, fileName, contentType,
|
|
18
|
+
* size}` here on the guest PATCH submission. Wire field names
|
|
19
|
+
* match what file:process and the eval Lambda's
|
|
20
|
+
* _enrich_answers_with_file_content expect (fileKey, not
|
|
21
|
+
* fileUrl - the S3 path is server-side only).
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AnswerFileSchema
|
|
24
|
+
*/
|
|
25
|
+
export interface AnswerFileSchema {
|
|
26
|
+
/**
|
|
27
|
+
* S3 key in the attempt bucket. Returned by POST /v1/guest/attempts/uploads as data.attributes.fileKey; FE echoes it here.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof AnswerFileSchema
|
|
30
|
+
*/
|
|
31
|
+
fileKey?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Candidate-supplied original file name (display + audit trail).
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof AnswerFileSchema
|
|
36
|
+
*/
|
|
37
|
+
fileName?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AnswerFileSchema
|
|
42
|
+
*/
|
|
43
|
+
contentType?: string;
|
|
44
|
+
/**
|
|
45
|
+
* Bytes.
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof AnswerFileSchema
|
|
48
|
+
*/
|
|
49
|
+
size?: number;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the AnswerFileSchema interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfAnswerFileSchema(value: object): value is AnswerFileSchema;
|
|
55
|
+
export declare function AnswerFileSchemaFromJSON(json: any): AnswerFileSchema;
|
|
56
|
+
export declare function AnswerFileSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnswerFileSchema;
|
|
57
|
+
export declare function AnswerFileSchemaToJSON(json: any): AnswerFileSchema;
|
|
58
|
+
export declare function AnswerFileSchemaToJSONTyped(value?: AnswerFileSchema | null, ignoreDiscriminator?: boolean): any;
|
|
59
|
+
//# sourceMappingURL=AnswerFileSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerFileSchema.d.ts","sourceRoot":"","sources":["../../src/models/AnswerFileSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAEnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAWvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYtH"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
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.instanceOfAnswerFileSchema = instanceOfAnswerFileSchema;
|
|
17
|
+
exports.AnswerFileSchemaFromJSON = AnswerFileSchemaFromJSON;
|
|
18
|
+
exports.AnswerFileSchemaFromJSONTyped = AnswerFileSchemaFromJSONTyped;
|
|
19
|
+
exports.AnswerFileSchemaToJSON = AnswerFileSchemaToJSON;
|
|
20
|
+
exports.AnswerFileSchemaToJSONTyped = AnswerFileSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AnswerFileSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAnswerFileSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function AnswerFileSchemaFromJSON(json) {
|
|
28
|
+
return AnswerFileSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function AnswerFileSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'fileKey': json['fileKey'] == null ? undefined : json['fileKey'],
|
|
36
|
+
'fileName': json['fileName'] == null ? undefined : json['fileName'],
|
|
37
|
+
'contentType': json['contentType'] == null ? undefined : json['contentType'],
|
|
38
|
+
'size': json['size'] == null ? undefined : json['size'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function AnswerFileSchemaToJSON(json) {
|
|
42
|
+
return AnswerFileSchemaToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function AnswerFileSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'fileKey': value['fileKey'],
|
|
50
|
+
'fileName': value['fileName'],
|
|
51
|
+
'contentType': value['contentType'],
|
|
52
|
+
'size': value['size'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=AnswerFileSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerFileSchema.js","sourceRoot":"","sources":["../../src/models/AnswerFileSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA8CH,gEAEC;AAED,4DAEC;AAED,sEAWC;AAED,wDAEC;AAED,kEAYC;AAxCD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,KAAa;IACpD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,KAA+B,EAAE,sBAA+B,KAAK;IAC7G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
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 { AnswerFileSchema } from './AnswerFileSchema';
|
|
13
|
+
import type { AnswerSchemaValue } from './AnswerSchemaValue';
|
|
14
|
+
/**
|
|
15
|
+
* A candidate's answer to one question. The `value` shape depends
|
|
16
|
+
* on the question type - branch on `questionType` to know how to
|
|
17
|
+
* read it. File uploads (file-upload / video-recording question
|
|
18
|
+
* types) live in the separate `files` array, NOT in `value`. This
|
|
19
|
+
* mirrors the wire shape used by /v1/guest/attempts/{id} PATCH
|
|
20
|
+
* and avoids OpenAPI generator collisions on multiple array
|
|
21
|
+
* variants in a single oneOf.
|
|
22
|
+
* @export
|
|
23
|
+
* @interface AnswerSchema
|
|
24
|
+
*/
|
|
25
|
+
export interface AnswerSchema {
|
|
26
|
+
/**
|
|
27
|
+
* References QuestionSchema.questionId.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof AnswerSchema
|
|
30
|
+
*/
|
|
31
|
+
questionId: string;
|
|
32
|
+
/**
|
|
33
|
+
* Mirror of the question's type for client-side discrimination.
|
|
34
|
+
* @type {AnswerSchemaQuestionTypeEnum}
|
|
35
|
+
* @memberof AnswerSchema
|
|
36
|
+
*/
|
|
37
|
+
questionType?: AnswerSchemaQuestionTypeEnum;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {AnswerSchemaValue}
|
|
41
|
+
* @memberof AnswerSchema
|
|
42
|
+
*/
|
|
43
|
+
value?: AnswerSchemaValue;
|
|
44
|
+
/**
|
|
45
|
+
* File / video uploads for `file-upload` and `video-recording`
|
|
46
|
+
* question types. Empty for all other types. Files are uploaded
|
|
47
|
+
* via presigned PUT to S3 first; this carries the resulting
|
|
48
|
+
* references.
|
|
49
|
+
* @type {Array<AnswerFileSchema>}
|
|
50
|
+
* @memberof AnswerSchema
|
|
51
|
+
*/
|
|
52
|
+
files?: Array<AnswerFileSchema>;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @export
|
|
56
|
+
*/
|
|
57
|
+
export declare const AnswerSchemaQuestionTypeEnum: {
|
|
58
|
+
readonly SingleChoice: "single-choice";
|
|
59
|
+
readonly MultipleChoice: "multiple-choice";
|
|
60
|
+
readonly Scale: "scale";
|
|
61
|
+
readonly OpenText: "open-text";
|
|
62
|
+
readonly Ranking: "ranking";
|
|
63
|
+
readonly SituationalJudgment: "situational-judgment";
|
|
64
|
+
readonly FileUpload: "file-upload";
|
|
65
|
+
readonly VideoRecording: "video-recording";
|
|
66
|
+
};
|
|
67
|
+
export type AnswerSchemaQuestionTypeEnum = typeof AnswerSchemaQuestionTypeEnum[keyof typeof AnswerSchemaQuestionTypeEnum];
|
|
68
|
+
/**
|
|
69
|
+
* Check if a given object implements the AnswerSchema interface.
|
|
70
|
+
*/
|
|
71
|
+
export declare function instanceOfAnswerSchema(value: object): value is AnswerSchema;
|
|
72
|
+
export declare function AnswerSchemaFromJSON(json: any): AnswerSchema;
|
|
73
|
+
export declare function AnswerSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnswerSchema;
|
|
74
|
+
export declare function AnswerSchemaToJSON(json: any): AnswerSchema;
|
|
75
|
+
export declare function AnswerSchemaToJSONTyped(value?: AnswerSchema | null, ignoreDiscriminator?: boolean): any;
|
|
76
|
+
//# sourceMappingURL=AnswerSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerSchema.d.ts","sourceRoot":"","sources":["../../src/models/AnswerSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAO3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAQ7D;;;;;;;;;;GAUG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,4BAA4B,CAAC;IAC5C;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACnC;AAGD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;CAS/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAG1H;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAG3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAW/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAY9G"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
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.AnswerSchemaQuestionTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfAnswerSchema = instanceOfAnswerSchema;
|
|
18
|
+
exports.AnswerSchemaFromJSON = AnswerSchemaFromJSON;
|
|
19
|
+
exports.AnswerSchemaFromJSONTyped = AnswerSchemaFromJSONTyped;
|
|
20
|
+
exports.AnswerSchemaToJSON = AnswerSchemaToJSON;
|
|
21
|
+
exports.AnswerSchemaToJSONTyped = AnswerSchemaToJSONTyped;
|
|
22
|
+
const AnswerFileSchema_1 = require("./AnswerFileSchema");
|
|
23
|
+
const AnswerSchemaValue_1 = require("./AnswerSchemaValue");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.AnswerSchemaQuestionTypeEnum = {
|
|
28
|
+
SingleChoice: 'single-choice',
|
|
29
|
+
MultipleChoice: 'multiple-choice',
|
|
30
|
+
Scale: 'scale',
|
|
31
|
+
OpenText: 'open-text',
|
|
32
|
+
Ranking: 'ranking',
|
|
33
|
+
SituationalJudgment: 'situational-judgment',
|
|
34
|
+
FileUpload: 'file-upload',
|
|
35
|
+
VideoRecording: 'video-recording'
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the AnswerSchema interface.
|
|
39
|
+
*/
|
|
40
|
+
function instanceOfAnswerSchema(value) {
|
|
41
|
+
if (!('questionId' in value) || value['questionId'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
function AnswerSchemaFromJSON(json) {
|
|
46
|
+
return AnswerSchemaFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function AnswerSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'questionId': json['questionId'],
|
|
54
|
+
'questionType': json['questionType'] == null ? undefined : json['questionType'],
|
|
55
|
+
'value': json['value'] == null ? undefined : (0, AnswerSchemaValue_1.AnswerSchemaValueFromJSON)(json['value']),
|
|
56
|
+
'files': json['files'] == null ? undefined : (json['files'].map(AnswerFileSchema_1.AnswerFileSchemaFromJSON)),
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
function AnswerSchemaToJSON(json) {
|
|
60
|
+
return AnswerSchemaToJSONTyped(json, false);
|
|
61
|
+
}
|
|
62
|
+
function AnswerSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
63
|
+
if (value == null) {
|
|
64
|
+
return value;
|
|
65
|
+
}
|
|
66
|
+
return {
|
|
67
|
+
'questionId': value['questionId'],
|
|
68
|
+
'questionType': value['questionType'],
|
|
69
|
+
'value': (0, AnswerSchemaValue_1.AnswerSchemaValueToJSON)(value['value']),
|
|
70
|
+
'files': value['files'] == null ? undefined : (value['files'].map(AnswerFileSchema_1.AnswerFileSchemaToJSON)),
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=AnswerSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerSchema.js","sourceRoot":"","sources":["../../src/models/AnswerSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA+EH,wDAGC;AAED,oDAEC;AAED,8DAWC;AAED,gDAEC;AAED,0DAYC;AAjHD,yDAK4B;AAE5B,2DAK6B;AA4C7B;;GAEG;AACU,QAAA,4BAA4B,GAAG;IACxC,YAAY,EAAE,eAAe;IAC7B,cAAc,EAAE,iBAAiB;IACjC,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE,SAAS;IAClB,mBAAmB,EAAE,sBAAsB;IAC3C,UAAU,EAAE,aAAa;IACzB,cAAc,EAAE,iBAAiB;CAC3B,CAAC;AAIX;;GAEG;AACH,SAAgB,sBAAsB,CAAC,KAAa;IAChD,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6CAAyB,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACrF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,OAAO,CAAgB,CAAC,GAAG,CAAC,2CAAwB,CAAC,CAAC;KAC7G,CAAC;AACN,CAAC;AAED,SAAgB,kBAAkB,CAAC,IAAS;IACxC,OAAO,uBAAuB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC;AAED,SAAgB,uBAAuB,CAAC,KAA2B,EAAE,sBAA+B,KAAK;IACrG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,OAAO,EAAE,IAAA,2CAAuB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAChD,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,OAAO,CAAgB,CAAC,GAAG,CAAC,yCAAsB,CAAC,CAAC;KAC7G,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
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 { AnswerSchemaValueOneOf } from './AnswerSchemaValueOneOf';
|
|
13
|
+
/**
|
|
14
|
+
* @type AnswerSchemaValue
|
|
15
|
+
* Non-file answer payload. Discriminated by questionType:
|
|
16
|
+
* single-choice -> string (option id)
|
|
17
|
+
* multiple-choice -> string[] (option ids)
|
|
18
|
+
* scale -> number
|
|
19
|
+
* open-text -> string
|
|
20
|
+
* ranking -> string[] (option ids in order)
|
|
21
|
+
* situational-judgment -> { best: string; worst: string }
|
|
22
|
+
* file-upload -> usually empty / null (use `files`)
|
|
23
|
+
* video-recording -> usually empty / null (use `files`)
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
export type AnswerSchemaValue = AnswerSchemaValueOneOf | Array<string> | number | string;
|
|
27
|
+
export declare function AnswerSchemaValueFromJSON(json: any): AnswerSchemaValue;
|
|
28
|
+
export declare function AnswerSchemaValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnswerSchemaValue;
|
|
29
|
+
export declare function AnswerSchemaValueToJSON(json: any): any;
|
|
30
|
+
export declare function AnswerSchemaValueToJSONTyped(value?: AnswerSchemaValue | null, ignoreDiscriminator?: boolean): any;
|
|
31
|
+
//# sourceMappingURL=AnswerSchemaValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerSchemaValue.d.ts","sourceRoot":"","sources":["../../src/models/AnswerSchemaValue.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,iBAAiB,GAAG,sBAAsB,GAAG,KAAK,CAAC,MAAM,CAAC,GAAG,MAAM,GAAG,MAAM,CAAC;AAEzF,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAsBzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAEtD;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsBxH"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
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.AnswerSchemaValueFromJSON = AnswerSchemaValueFromJSON;
|
|
17
|
+
exports.AnswerSchemaValueFromJSONTyped = AnswerSchemaValueFromJSONTyped;
|
|
18
|
+
exports.AnswerSchemaValueToJSON = AnswerSchemaValueToJSON;
|
|
19
|
+
exports.AnswerSchemaValueToJSONTyped = AnswerSchemaValueToJSONTyped;
|
|
20
|
+
const AnswerSchemaValueOneOf_1 = require("./AnswerSchemaValueOneOf");
|
|
21
|
+
function AnswerSchemaValueFromJSON(json) {
|
|
22
|
+
return AnswerSchemaValueFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
function AnswerSchemaValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
if (typeof json !== 'object') {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
if ((0, AnswerSchemaValueOneOf_1.instanceOfAnswerSchemaValueOneOf)(json)) {
|
|
32
|
+
return (0, AnswerSchemaValueOneOf_1.AnswerSchemaValueOneOfFromJSONTyped)(json, true);
|
|
33
|
+
}
|
|
34
|
+
if (Array.isArray(json)) {
|
|
35
|
+
if (json.every(item => typeof item === 'string')) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
if (typeof json === 'string') {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
if (typeof json === 'number') {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {};
|
|
46
|
+
}
|
|
47
|
+
function AnswerSchemaValueToJSON(json) {
|
|
48
|
+
return AnswerSchemaValueToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function AnswerSchemaValueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
if (typeof value !== 'object') {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
if ((0, AnswerSchemaValueOneOf_1.instanceOfAnswerSchemaValueOneOf)(value)) {
|
|
58
|
+
return (0, AnswerSchemaValueOneOf_1.AnswerSchemaValueOneOfToJSON)(value);
|
|
59
|
+
}
|
|
60
|
+
if (Array.isArray(value)) {
|
|
61
|
+
if (value.every(item => typeof item === 'string')) {
|
|
62
|
+
return value;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
if (typeof value === 'string') {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
if (typeof value === 'number') {
|
|
69
|
+
return value;
|
|
70
|
+
}
|
|
71
|
+
return {};
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=AnswerSchemaValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerSchemaValue.js","sourceRoot":"","sources":["../../src/models/AnswerSchemaValue.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyBH,8DAEC;AAED,wEAsBC;AAED,0DAEC;AAED,oEAsBC;AA5ED,qEAKkC;AAiBlC,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAI,IAAA,yDAAgC,EAAC,IAAI,CAAC,EAAE,CAAC;QACzC,OAAO,IAAA,4DAAmC,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;QACtB,IAAI,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,IAAI,KAAK,QAAQ,CAAC,EAAE,CAAC;YAC/C,OAAO,IAAI,CAAC;QAChB,CAAC;IACL,CAAC;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO,EAAS,CAAC;AACrB,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC5B,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,IAAI,IAAA,yDAAgC,EAAC,KAAK,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAA,qDAA4B,EAAC,KAA+B,CAAC,CAAC;IACzE,CAAC;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACvB,IAAI,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,IAAI,KAAK,QAAQ,CAAC,EAAE,CAAC;YAChD,OAAO,KAAK,CAAC;QACjB,CAAC;IACL,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC5B,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC5B,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO,EAAE,CAAC;AACd,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
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
|
+
* situational-judgment
|
|
14
|
+
* @export
|
|
15
|
+
* @interface AnswerSchemaValueOneOf
|
|
16
|
+
*/
|
|
17
|
+
export interface AnswerSchemaValueOneOf {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AnswerSchemaValueOneOf
|
|
22
|
+
*/
|
|
23
|
+
best: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AnswerSchemaValueOneOf
|
|
28
|
+
*/
|
|
29
|
+
worst: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the AnswerSchemaValueOneOf interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfAnswerSchemaValueOneOf(value: object): value is AnswerSchemaValueOneOf;
|
|
35
|
+
export declare function AnswerSchemaValueOneOfFromJSON(json: any): AnswerSchemaValueOneOf;
|
|
36
|
+
export declare function AnswerSchemaValueOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): AnswerSchemaValueOneOf;
|
|
37
|
+
export declare function AnswerSchemaValueOneOfToJSON(json: any): AnswerSchemaValueOneOf;
|
|
38
|
+
export declare function AnswerSchemaValueOneOfToJSONTyped(value?: AnswerSchemaValueOneOf | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=AnswerSchemaValueOneOf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerSchemaValueOneOf.d.ts","sourceRoot":"","sources":["../../src/models/AnswerSchemaValueOneOf.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAI/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CASnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlI"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
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.instanceOfAnswerSchemaValueOneOf = instanceOfAnswerSchemaValueOneOf;
|
|
17
|
+
exports.AnswerSchemaValueOneOfFromJSON = AnswerSchemaValueOneOfFromJSON;
|
|
18
|
+
exports.AnswerSchemaValueOneOfFromJSONTyped = AnswerSchemaValueOneOfFromJSONTyped;
|
|
19
|
+
exports.AnswerSchemaValueOneOfToJSON = AnswerSchemaValueOneOfToJSON;
|
|
20
|
+
exports.AnswerSchemaValueOneOfToJSONTyped = AnswerSchemaValueOneOfToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AnswerSchemaValueOneOf interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAnswerSchemaValueOneOf(value) {
|
|
25
|
+
if (!('best' in value) || value['best'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('worst' in value) || value['worst'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function AnswerSchemaValueOneOfFromJSON(json) {
|
|
32
|
+
return AnswerSchemaValueOneOfFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function AnswerSchemaValueOneOfFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'best': json['best'],
|
|
40
|
+
'worst': json['worst'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function AnswerSchemaValueOneOfToJSON(json) {
|
|
44
|
+
return AnswerSchemaValueOneOfToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function AnswerSchemaValueOneOfToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'best': value['best'],
|
|
52
|
+
'worst': value['worst'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=AnswerSchemaValueOneOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnswerSchemaValueOneOf.js","sourceRoot":"","sources":["../../src/models/AnswerSchemaValueOneOf.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,4EAIC;AAED,wEAEC;AAED,kFASC;AAED,oEAEC;AAED,8EAUC;AAtCD;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,OAAO,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC"}
|
|
@@ -9,21 +9,27 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { QuestionSchema } from './QuestionSchema';
|
|
12
13
|
import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* Template-only attributes for an assessment. The candidate's run of an
|
|
16
|
+
* assessment (answers, scores, evaluation, proctoring) lives on the
|
|
17
|
+
* Attempt resource - see AttemptAttributesSchema.
|
|
15
18
|
* @export
|
|
16
19
|
* @interface AssessmentAttributesSchema
|
|
17
20
|
*/
|
|
18
21
|
export interface AssessmentAttributesSchema {
|
|
19
22
|
/**
|
|
20
|
-
*
|
|
23
|
+
* Template lifecycle. Candidate-side state (inProgress/submitted/
|
|
24
|
+
* evaluated/etc.) lives on attempts. `pending` is a transient state
|
|
25
|
+
* set when the AI Generate Step Function is in flight - the row
|
|
26
|
+
* flips to `active` once questions land.
|
|
21
27
|
* @type {AssessmentAttributesSchemaStatusEnum}
|
|
22
28
|
* @memberof AssessmentAttributesSchema
|
|
23
29
|
*/
|
|
24
30
|
status?: AssessmentAttributesSchemaStatusEnum;
|
|
25
31
|
/**
|
|
26
|
-
*
|
|
32
|
+
* Time limit for the candidate to complete the assessment, in minutes. Defaults to 30.
|
|
27
33
|
* @type {number}
|
|
28
34
|
* @memberof AssessmentAttributesSchema
|
|
29
35
|
*/
|
|
@@ -35,29 +41,39 @@ export interface AssessmentAttributesSchema {
|
|
|
35
41
|
*/
|
|
36
42
|
antiCheatingLevel?: AssessmentAttributesSchemaAntiCheatingLevelEnum;
|
|
37
43
|
/**
|
|
38
|
-
*
|
|
44
|
+
* Score threshold (0-100) for `evaluation.passed=true` on attempts of this template. Defaults to 60.
|
|
39
45
|
* @type {number}
|
|
40
46
|
* @memberof AssessmentAttributesSchema
|
|
41
47
|
*/
|
|
42
|
-
|
|
48
|
+
passingScore?: number;
|
|
43
49
|
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {
|
|
50
|
+
* Default language tag used when the candidate UI doesn't specify one (e.g. 'en-US', 'pl-PL').
|
|
51
|
+
* @type {string}
|
|
46
52
|
* @memberof AssessmentAttributesSchema
|
|
47
53
|
*/
|
|
48
|
-
|
|
54
|
+
languageCode?: string;
|
|
49
55
|
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {
|
|
56
|
+
* Multilingual template name. Keys are locale tags, values are the localized title.
|
|
57
|
+
* @type {{ [key: string]: string; }}
|
|
52
58
|
* @memberof AssessmentAttributesSchema
|
|
53
59
|
*/
|
|
54
|
-
|
|
60
|
+
name?: {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
55
63
|
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {string}
|
|
64
|
+
* Multilingual template description shown to the candidate before they start.
|
|
65
|
+
* @type {{ [key: string]: string; }}
|
|
58
66
|
* @memberof AssessmentAttributesSchema
|
|
59
67
|
*/
|
|
60
|
-
|
|
68
|
+
description?: {
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* Question bank. See QuestionSchema for per-type schemas.
|
|
73
|
+
* @type {Array<QuestionSchema>}
|
|
74
|
+
* @memberof AssessmentAttributesSchema
|
|
75
|
+
*/
|
|
76
|
+
questions?: Array<QuestionSchema>;
|
|
61
77
|
/**
|
|
62
78
|
*
|
|
63
79
|
* @type {ResourceTimestampsSchema}
|
|
@@ -69,12 +85,11 @@ export interface AssessmentAttributesSchema {
|
|
|
69
85
|
* @export
|
|
70
86
|
*/
|
|
71
87
|
export declare const AssessmentAttributesSchemaStatusEnum: {
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
readonly
|
|
75
|
-
readonly Evaluated: "evaluated";
|
|
76
|
-
readonly Expired: "expired";
|
|
88
|
+
readonly Draft: "draft";
|
|
89
|
+
readonly Active: "active";
|
|
90
|
+
readonly Archived: "archived";
|
|
77
91
|
readonly Failed: "failed";
|
|
92
|
+
readonly Pending: "pending";
|
|
78
93
|
};
|
|
79
94
|
export type AssessmentAttributesSchemaStatusEnum = typeof AssessmentAttributesSchemaStatusEnum[keyof typeof AssessmentAttributesSchemaStatusEnum];
|
|
80
95
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AssessmentAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/AssessmentAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E
|
|
1
|
+
{"version":3,"file":"AssessmentAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/AssessmentAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOvD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;GAMG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,+CAA+C,CAAC;IACpE;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,CAAC;IACzC;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;CAMvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,+CAA+C;;;;CAIlD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAgB3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiB1I"}
|