@smartytalent/api-client 0.1.33-dev.6 → 0.1.33-dev.61
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 +23 -2
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +26 -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 +111 -5
- package/dist/apis/MeetingsApi.d.ts.map +1 -1
- package/dist/apis/MeetingsApi.js +228 -4
- package/dist/apis/MeetingsApi.js.map +1 -1
- 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 +3 -0
- package/dist/apis/StatesApi.d.ts.map +1 -1
- package/dist/apis/StatesApi.js +3 -0
- 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/CreateMeetingAiAttendeeRequestBody.d.ts +34 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBody.d.ts.map +1 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBody.js +52 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBody.js.map +1 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBodyData.d.ts +47 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBodyData.js +63 -0
- package/dist/models/CreateMeetingAiAttendeeRequestBodyData.js.map +1 -0
- 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 +73 -0
- package/dist/models/FileAttributesSchema.d.ts.map +1 -1
- package/dist/models/FileAttributesSchema.js +25 -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 +119 -0
- package/dist/models/FilePreviewMetaSchema.d.ts.map +1 -0
- package/dist/models/FilePreviewMetaSchema.js +72 -0
- package/dist/models/FilePreviewMetaSchema.js.map +1 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts +63 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.d.ts.map +1 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.js +57 -0
- package/dist/models/FilePreviewMetaSchemaPreviewUrls.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +2 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -1
- package/dist/models/FinderQueryEmailsSchema.js +2 -0
- 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/MeetingAiAttendeeAttributesSchema.d.ts +169 -0
- package/dist/models/MeetingAiAttendeeAttributesSchema.d.ts.map +1 -0
- package/dist/models/MeetingAiAttendeeAttributesSchema.js +108 -0
- package/dist/models/MeetingAiAttendeeAttributesSchema.js.map +1 -0
- package/dist/models/MeetingAiAttendeeAttributesSchemaTimestamps.d.ts +45 -0
- package/dist/models/MeetingAiAttendeeAttributesSchemaTimestamps.d.ts.map +1 -0
- package/dist/models/MeetingAiAttendeeAttributesSchemaTimestamps.js +53 -0
- package/dist/models/MeetingAiAttendeeAttributesSchemaTimestamps.js.map +1 -0
- package/dist/models/MeetingAiAttendeeResourceSchema.d.ts +75 -0
- package/dist/models/MeetingAiAttendeeResourceSchema.d.ts.map +1 -0
- package/dist/models/MeetingAiAttendeeResourceSchema.js +75 -0
- package/dist/models/MeetingAiAttendeeResourceSchema.js.map +1 -0
- package/dist/models/MeetingAiAttendeeSchema.d.ts +49 -0
- package/dist/models/MeetingAiAttendeeSchema.d.ts.map +1 -0
- package/dist/models/MeetingAiAttendeeSchema.js +55 -0
- package/dist/models/MeetingAiAttendeeSchema.js.map +1 -0
- package/dist/models/MeetingAiAttendeeSettingsSchema.d.ts +111 -0
- package/dist/models/MeetingAiAttendeeSettingsSchema.d.ts.map +1 -0
- package/dist/models/MeetingAiAttendeeSettingsSchema.js +70 -0
- package/dist/models/MeetingAiAttendeeSettingsSchema.js.map +1 -0
- package/dist/models/MeetingAiAttendeesSchema.d.ts +49 -0
- package/dist/models/MeetingAiAttendeesSchema.d.ts.map +1 -0
- package/dist/models/MeetingAiAttendeesSchema.js +55 -0
- package/dist/models/MeetingAiAttendeesSchema.js.map +1 -0
- package/dist/models/MeetingAiSessionAttributesSchema.d.ts +17 -11
- package/dist/models/MeetingAiSessionAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAiSessionAttributesSchema.js +6 -4
- package/dist/models/MeetingAiSessionAttributesSchema.js.map +1 -1
- package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.d.ts +22 -1
- package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.d.ts.map +1 -1
- package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.js +13 -0
- package/dist/models/MeetingAiSessionAttributesSchemaRealtimeSession.js.map +1 -1
- package/dist/models/MeetingAiSessionSettingsSchema.d.ts +21 -11
- package/dist/models/MeetingAiSessionSettingsSchema.d.ts.map +1 -1
- package/dist/models/MeetingAiSessionSettingsSchema.js +6 -6
- package/dist/models/MeetingAiSessionSettingsSchema.js.map +1 -1
- package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts +5 -3
- package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.d.ts +274 -3
- package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.js +124 -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/MeetingSpeakerStatSchema.d.ts +59 -0
- package/dist/models/MeetingSpeakerStatSchema.d.ts.map +1 -0
- package/dist/models/MeetingSpeakerStatSchema.js +63 -0
- package/dist/models/MeetingSpeakerStatSchema.js.map +1 -0
- package/dist/models/MeetingTranscriptSegmentSchema.d.ts +71 -0
- package/dist/models/MeetingTranscriptSegmentSchema.d.ts.map +1 -0
- package/dist/models/MeetingTranscriptSegmentSchema.js +67 -0
- package/dist/models/MeetingTranscriptSegmentSchema.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 +78 -0
- package/dist/models/UploadGuestAttemptFileRequestBody.d.ts.map +1 -0
- package/dist/models/UploadGuestAttemptFileRequestBody.js +71 -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 +160 -5
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +160 -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,47 @@
|
|
|
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 { UploadGuestAttemptFileResponseSchemaDataAttributes } from './UploadGuestAttemptFileResponseSchemaDataAttributes';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UploadGuestAttemptFileResponseSchemaData
|
|
17
|
+
*/
|
|
18
|
+
export interface UploadGuestAttemptFileResponseSchemaData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {UploadGuestAttemptFileResponseSchemaDataTypeEnum}
|
|
22
|
+
* @memberof UploadGuestAttemptFileResponseSchemaData
|
|
23
|
+
*/
|
|
24
|
+
type?: UploadGuestAttemptFileResponseSchemaDataTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {UploadGuestAttemptFileResponseSchemaDataAttributes}
|
|
28
|
+
* @memberof UploadGuestAttemptFileResponseSchemaData
|
|
29
|
+
*/
|
|
30
|
+
attributes?: UploadGuestAttemptFileResponseSchemaDataAttributes;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @export
|
|
34
|
+
*/
|
|
35
|
+
export declare const UploadGuestAttemptFileResponseSchemaDataTypeEnum: {
|
|
36
|
+
readonly Uploads: "uploads";
|
|
37
|
+
};
|
|
38
|
+
export type UploadGuestAttemptFileResponseSchemaDataTypeEnum = typeof UploadGuestAttemptFileResponseSchemaDataTypeEnum[keyof typeof UploadGuestAttemptFileResponseSchemaDataTypeEnum];
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the UploadGuestAttemptFileResponseSchemaData interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfUploadGuestAttemptFileResponseSchemaData(value: object): value is UploadGuestAttemptFileResponseSchemaData;
|
|
43
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataFromJSON(json: any): UploadGuestAttemptFileResponseSchemaData;
|
|
44
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UploadGuestAttemptFileResponseSchemaData;
|
|
45
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataToJSON(json: any): UploadGuestAttemptFileResponseSchemaData;
|
|
46
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataToJSONTyped(value?: UploadGuestAttemptFileResponseSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
47
|
+
//# sourceMappingURL=UploadGuestAttemptFileResponseSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadGuestAttemptFileResponseSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/UploadGuestAttemptFileResponseSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kDAAkD,EAAE,MAAM,sDAAsD,CAAC;AAQ/H;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,gDAAgD,CAAC;IACxD;;;;OAIG;IACH,UAAU,CAAC,EAAE,kDAAkD,CAAC;CACnE;AAGD;;GAEG;AACH,eAAO,MAAM,gDAAgD;;CAEnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,OAAO,gDAAgD,CAAC,MAAM,OAAO,gDAAgD,CAAC,CAAC;AAGtL;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.UploadGuestAttemptFileResponseSchemaDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfUploadGuestAttemptFileResponseSchemaData = instanceOfUploadGuestAttemptFileResponseSchemaData;
|
|
18
|
+
exports.UploadGuestAttemptFileResponseSchemaDataFromJSON = UploadGuestAttemptFileResponseSchemaDataFromJSON;
|
|
19
|
+
exports.UploadGuestAttemptFileResponseSchemaDataFromJSONTyped = UploadGuestAttemptFileResponseSchemaDataFromJSONTyped;
|
|
20
|
+
exports.UploadGuestAttemptFileResponseSchemaDataToJSON = UploadGuestAttemptFileResponseSchemaDataToJSON;
|
|
21
|
+
exports.UploadGuestAttemptFileResponseSchemaDataToJSONTyped = UploadGuestAttemptFileResponseSchemaDataToJSONTyped;
|
|
22
|
+
const UploadGuestAttemptFileResponseSchemaDataAttributes_1 = require("./UploadGuestAttemptFileResponseSchemaDataAttributes");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.UploadGuestAttemptFileResponseSchemaDataTypeEnum = {
|
|
27
|
+
Uploads: 'uploads'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the UploadGuestAttemptFileResponseSchemaData interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfUploadGuestAttemptFileResponseSchemaData(value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function UploadGuestAttemptFileResponseSchemaDataFromJSON(json) {
|
|
36
|
+
return UploadGuestAttemptFileResponseSchemaDataFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function UploadGuestAttemptFileResponseSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
44
|
+
'attributes': json['attributes'] == null ? undefined : (0, UploadGuestAttemptFileResponseSchemaDataAttributes_1.UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON)(json['attributes']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function UploadGuestAttemptFileResponseSchemaDataToJSON(json) {
|
|
48
|
+
return UploadGuestAttemptFileResponseSchemaDataToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function UploadGuestAttemptFileResponseSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'type': value['type'],
|
|
56
|
+
'attributes': (0, UploadGuestAttemptFileResponseSchemaDataAttributes_1.UploadGuestAttemptFileResponseSchemaDataAttributesToJSON)(value['attributes']),
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=UploadGuestAttemptFileResponseSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadGuestAttemptFileResponseSchemaData.js","sourceRoot":"","sources":["../../src/models/UploadGuestAttemptFileResponseSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA4CH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AAzED,6HAK8D;AAuB9D;;GAEG;AACU,QAAA,gDAAgD,GAAG;IAC5D,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+GAA0D,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACxI,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,6GAAwD,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KAC9F,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
16
|
+
*/
|
|
17
|
+
export interface UploadGuestAttemptFileResponseSchemaDataAttributes {
|
|
18
|
+
/**
|
|
19
|
+
* Presigned S3 PUT URL. Send the file body as the request body, with Content-Type set to the contentType you posted.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
22
|
+
*/
|
|
23
|
+
uploadUrl?: string;
|
|
24
|
+
/**
|
|
25
|
+
* S3 key in the attempt bucket. Reference this in answers[i].files[i].fileKey on the guest PATCH submission.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
28
|
+
*/
|
|
29
|
+
fileKey?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
34
|
+
*/
|
|
35
|
+
fileName?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
40
|
+
*/
|
|
41
|
+
contentType?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
46
|
+
*/
|
|
47
|
+
extension?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof UploadGuestAttemptFileResponseSchemaDataAttributes
|
|
52
|
+
*/
|
|
53
|
+
questionId?: string | null;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the UploadGuestAttemptFileResponseSchemaDataAttributes interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes(value: object): value is UploadGuestAttemptFileResponseSchemaDataAttributes;
|
|
59
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON(json: any): UploadGuestAttemptFileResponseSchemaDataAttributes;
|
|
60
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): UploadGuestAttemptFileResponseSchemaDataAttributes;
|
|
61
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataAttributesToJSON(json: any): UploadGuestAttemptFileResponseSchemaDataAttributes;
|
|
62
|
+
export declare function UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped(value?: UploadGuestAttemptFileResponseSchemaDataAttributes | null, ignoreDiscriminator?: boolean): any;
|
|
63
|
+
//# sourceMappingURL=UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadGuestAttemptFileResponseSchemaDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/UploadGuestAttemptFileResponseSchemaDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,4DAA4D,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kDAAkD,CAEvJ;AAED,wBAAgB,0DAA0D,CAAC,IAAI,EAAE,GAAG,GAAG,kDAAkD,CAExI;AAED,wBAAgB,+DAA+D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kDAAkD,CAa3K;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,GAAG,kDAAkD,CAEtI;AAED,wBAAgB,6DAA6D,CAAC,KAAK,CAAC,EAAE,kDAAkD,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAc1L"}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes = instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes;
|
|
17
|
+
exports.UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON = UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON;
|
|
18
|
+
exports.UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped = UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped;
|
|
19
|
+
exports.UploadGuestAttemptFileResponseSchemaDataAttributesToJSON = UploadGuestAttemptFileResponseSchemaDataAttributesToJSON;
|
|
20
|
+
exports.UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped = UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the UploadGuestAttemptFileResponseSchemaDataAttributes interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfUploadGuestAttemptFileResponseSchemaDataAttributes(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function UploadGuestAttemptFileResponseSchemaDataAttributesFromJSON(json) {
|
|
28
|
+
return UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function UploadGuestAttemptFileResponseSchemaDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'uploadUrl': json['uploadUrl'] == null ? undefined : json['uploadUrl'],
|
|
36
|
+
'fileKey': json['fileKey'] == null ? undefined : json['fileKey'],
|
|
37
|
+
'fileName': json['fileName'] == null ? undefined : json['fileName'],
|
|
38
|
+
'contentType': json['contentType'] == null ? undefined : json['contentType'],
|
|
39
|
+
'extension': json['extension'] == null ? undefined : json['extension'],
|
|
40
|
+
'questionId': json['questionId'] == null ? undefined : json['questionId'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function UploadGuestAttemptFileResponseSchemaDataAttributesToJSON(json) {
|
|
44
|
+
return UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function UploadGuestAttemptFileResponseSchemaDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'uploadUrl': value['uploadUrl'],
|
|
52
|
+
'fileKey': value['fileKey'],
|
|
53
|
+
'fileName': value['fileName'],
|
|
54
|
+
'contentType': value['contentType'],
|
|
55
|
+
'extension': value['extension'],
|
|
56
|
+
'questionId': value['questionId'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=UploadGuestAttemptFileResponseSchemaDataAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadGuestAttemptFileResponseSchemaDataAttributes.js","sourceRoot":"","sources":["../../src/models/UploadGuestAttemptFileResponseSchemaDataAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkDH,oIAEC;AAED,gIAEC;AAED,0IAaC;AAED,4HAEC;AAED,sIAcC;AA5CD;;GAEG;AACH,SAAgB,4DAA4D,CAAC,KAAa;IACtF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0DAA0D,CAAC,IAAS;IAChF,OAAO,+DAA+D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxF,CAAC;AAED,SAAgB,+DAA+D,CAAC,IAAS,EAAE,mBAA4B;IACnH,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,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,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;KAC5E,CAAC;AACN,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS;IAC9E,OAAO,6DAA6D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtF,CAAC;AAED,SAAgB,6DAA6D,CAAC,KAAiE,EAAE,sBAA+B,KAAK;IACjL,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;KACpC,CAAC;AACN,CAAC"}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -6,6 +6,16 @@ export * from './AdRelationshipsSchema';
|
|
|
6
6
|
export * from './AdResourceSchema';
|
|
7
7
|
export * from './AdSchema';
|
|
8
8
|
export * from './AdsSchema';
|
|
9
|
+
export * from './AggregateAttributesSchema';
|
|
10
|
+
export * from './AggregateCountsBucketSchema';
|
|
11
|
+
export * from './AggregateResourceSchema';
|
|
12
|
+
export * from './AggregateSchema';
|
|
13
|
+
export * from './AggregatesMetaSchema';
|
|
14
|
+
export * from './AggregatesSchema';
|
|
15
|
+
export * from './AnswerFileSchema';
|
|
16
|
+
export * from './AnswerSchema';
|
|
17
|
+
export * from './AnswerSchemaValue';
|
|
18
|
+
export * from './AnswerSchemaValueOneOf';
|
|
9
19
|
export * from './ApikeyAttributesSchema';
|
|
10
20
|
export * from './ApikeyRelationshipsSchema';
|
|
11
21
|
export * from './ApikeyRelationshipsUserDataSchema';
|
|
@@ -22,6 +32,24 @@ export * from './AssessmentRelationshipsSchema';
|
|
|
22
32
|
export * from './AssessmentResourceSchema';
|
|
23
33
|
export * from './AssessmentSchema';
|
|
24
34
|
export * from './AssessmentsSchema';
|
|
35
|
+
export * from './AttemptAttributesSchema';
|
|
36
|
+
export * from './AttemptEvaluationSchema';
|
|
37
|
+
export * from './AttemptEvaluationSchemaPerQuestionInner';
|
|
38
|
+
export * from './AttemptProctoringSchema';
|
|
39
|
+
export * from './AttemptRelationshipsAssessmentDataSchema';
|
|
40
|
+
export * from './AttemptRelationshipsAssessmentSchema';
|
|
41
|
+
export * from './AttemptRelationshipsCandidateDataSchema';
|
|
42
|
+
export * from './AttemptRelationshipsCandidateSchema';
|
|
43
|
+
export * from './AttemptRelationshipsFilesDataSchema';
|
|
44
|
+
export * from './AttemptRelationshipsFilesSchema';
|
|
45
|
+
export * from './AttemptRelationshipsJobDataSchema';
|
|
46
|
+
export * from './AttemptRelationshipsJobSchema';
|
|
47
|
+
export * from './AttemptRelationshipsReportDataSchema';
|
|
48
|
+
export * from './AttemptRelationshipsReportSchema';
|
|
49
|
+
export * from './AttemptRelationshipsSchema';
|
|
50
|
+
export * from './AttemptResourceSchema';
|
|
51
|
+
export * from './AttemptSchema';
|
|
52
|
+
export * from './AttemptsSchema';
|
|
25
53
|
export * from './BriefAttributesSchema';
|
|
26
54
|
export * from './BriefRelationshipsFormsSchema';
|
|
27
55
|
export * from './BriefRelationshipsJobsSchema';
|
|
@@ -38,14 +66,41 @@ export * from './BrowserRelationshipsTranslationsSchema';
|
|
|
38
66
|
export * from './BrowserResourceSchema';
|
|
39
67
|
export * from './BrowserSchema';
|
|
40
68
|
export * from './BrowsersSchema';
|
|
69
|
+
export * from './CalendarAttributesSchema';
|
|
70
|
+
export * from './CalendarRelationshipsOwnerSchema';
|
|
71
|
+
export * from './CalendarRelationshipsSchema';
|
|
72
|
+
export * from './CalendarResourceSchema';
|
|
73
|
+
export * from './CalendarResponseDocument';
|
|
74
|
+
export * from './CalendarWorkingHoursSchema';
|
|
75
|
+
export * from './CalendarsResponseDocument';
|
|
41
76
|
export * from './CallAttributesSchema';
|
|
77
|
+
export * from './CallAttributesSchemaRecording';
|
|
78
|
+
export * from './CallAttributesSchemaSpeakerStatsInner';
|
|
79
|
+
export * from './CallAttributesSchemaTranscriptSegmentsInner';
|
|
80
|
+
export * from './CallMetaSchema';
|
|
81
|
+
export * from './CallRelationshipsBoeUserDataSchema';
|
|
82
|
+
export * from './CallRelationshipsBoeUserSchema';
|
|
83
|
+
export * from './CallRelationshipsBriefDataSchema';
|
|
84
|
+
export * from './CallRelationshipsBriefSchema';
|
|
85
|
+
export * from './CallRelationshipsCandidateDataSchema';
|
|
86
|
+
export * from './CallRelationshipsCandidateSchema';
|
|
87
|
+
export * from './CallRelationshipsConversationDataSchema';
|
|
88
|
+
export * from './CallRelationshipsConversationSchema';
|
|
89
|
+
export * from './CallRelationshipsJobDataSchema';
|
|
90
|
+
export * from './CallRelationshipsJobSchema';
|
|
91
|
+
export * from './CallRelationshipsScheduleDataSchema';
|
|
92
|
+
export * from './CallRelationshipsScheduleSchema';
|
|
42
93
|
export * from './CallRelationshipsSchema';
|
|
43
|
-
export * from './
|
|
44
|
-
export * from './
|
|
94
|
+
export * from './CallRelationshipsTalentDataSchema';
|
|
95
|
+
export * from './CallRelationshipsTalentSchema';
|
|
96
|
+
export * from './CallRelationshipsUserDataSchema';
|
|
97
|
+
export * from './CallRelationshipsUserSchema';
|
|
45
98
|
export * from './CallResourceSchema';
|
|
46
99
|
export * from './CallSchema';
|
|
47
100
|
export * from './CallsSchema';
|
|
48
101
|
export * from './CandidateAttributesSchema';
|
|
102
|
+
export * from './CandidateAttributesSchemaOverallMatchRating';
|
|
103
|
+
export * from './CandidateAttributesSchemaPrevOverallMatchRating';
|
|
49
104
|
export * from './CandidateAttributesSchemaRecommendationStatusCode';
|
|
50
105
|
export * from './CandidateCriteriaSchema';
|
|
51
106
|
export * from './CandidateRelationshipsFilesDataSchema';
|
|
@@ -65,12 +120,30 @@ export * from './CandidateResourceSchema';
|
|
|
65
120
|
export * from './CandidateSchema';
|
|
66
121
|
export * from './CandidatesSchema';
|
|
67
122
|
export * from './ChatAttributesSchema';
|
|
123
|
+
export * from './ChatMetaSchema';
|
|
124
|
+
export * from './ChatRelationshipsBoeUserDataSchema';
|
|
125
|
+
export * from './ChatRelationshipsBoeUserSchema';
|
|
126
|
+
export * from './ChatRelationshipsCandidateDataSchema';
|
|
127
|
+
export * from './ChatRelationshipsCandidateSchema';
|
|
128
|
+
export * from './ChatRelationshipsConversationDataSchema';
|
|
129
|
+
export * from './ChatRelationshipsConversationSchema';
|
|
130
|
+
export * from './ChatRelationshipsScheduleDataSchema';
|
|
131
|
+
export * from './ChatRelationshipsScheduleSchema';
|
|
68
132
|
export * from './ChatRelationshipsSchema';
|
|
69
|
-
export * from './
|
|
70
|
-
export * from './
|
|
133
|
+
export * from './ChatRelationshipsTalentDataSchema';
|
|
134
|
+
export * from './ChatRelationshipsTalentSchema';
|
|
135
|
+
export * from './ChatRelationshipsUserDataSchema';
|
|
136
|
+
export * from './ChatRelationshipsUserSchema';
|
|
71
137
|
export * from './ChatResourceSchema';
|
|
72
138
|
export * from './ChatSchema';
|
|
73
139
|
export * from './ChatsSchema';
|
|
140
|
+
export * from './CommentAttributesSchema';
|
|
141
|
+
export * from './CommentRelationshipsAuthorSchema';
|
|
142
|
+
export * from './CommentRelationshipsAuthorSchemaData';
|
|
143
|
+
export * from './CommentRelationshipsSchema';
|
|
144
|
+
export * from './CommentResourceSchema';
|
|
145
|
+
export * from './CommentResponseDocument';
|
|
146
|
+
export * from './CommentsResponseDocument';
|
|
74
147
|
export * from './ConversationAttributesSchema';
|
|
75
148
|
export * from './ConversationAttributesSchemaName';
|
|
76
149
|
export * from './ConversationRelationshipsCandidateDataSchema';
|
|
@@ -85,20 +158,31 @@ export * from './CreateApikeyRequestBody';
|
|
|
85
158
|
export * from './CreateApikeyRequestBodyData';
|
|
86
159
|
export * from './CreateAssessmentRequestBody';
|
|
87
160
|
export * from './CreateAssessmentRequestBodyData';
|
|
161
|
+
export * from './CreateAttemptRequestBody';
|
|
162
|
+
export * from './CreateAttemptRequestBodyData';
|
|
88
163
|
export * from './CreateBriefRequestBody';
|
|
89
164
|
export * from './CreateBriefRequestBodyData';
|
|
90
165
|
export * from './CreateBrowserRequestBody';
|
|
91
166
|
export * from './CreateBrowserRequestBodyData';
|
|
167
|
+
export * from './CreateCalendarRequestSchema';
|
|
168
|
+
export * from './CreateCalendarRequestSchemaData';
|
|
169
|
+
export * from './CreateCalendarRequestSchemaDataAttributes';
|
|
92
170
|
export * from './CreateCallRequestBody';
|
|
93
171
|
export * from './CreateCallRequestBodyData';
|
|
94
172
|
export * from './CreateCandidateRequestBody';
|
|
95
173
|
export * from './CreateCandidateRequestBodyData';
|
|
96
174
|
export * from './CreateChatRequestBody';
|
|
97
175
|
export * from './CreateChatRequestBodyData';
|
|
176
|
+
export * from './CreateCommentRequestSchema';
|
|
177
|
+
export * from './CreateCommentRequestSchemaData';
|
|
178
|
+
export * from './CreateCommentRequestSchemaDataAttributes';
|
|
98
179
|
export * from './CreateConversationRequestBody';
|
|
99
180
|
export * from './CreateConversationRequestBodyData';
|
|
100
181
|
export * from './CreateEmailRequestBody';
|
|
101
182
|
export * from './CreateEmailRequestBodyData';
|
|
183
|
+
export * from './CreateEventRequestSchema';
|
|
184
|
+
export * from './CreateEventRequestSchemaData';
|
|
185
|
+
export * from './CreateEventRequestSchemaDataAttributes';
|
|
102
186
|
export * from './CreateFeedbackRequestBody';
|
|
103
187
|
export * from './CreateFeedbackRequestBodyData';
|
|
104
188
|
export * from './CreateFileRequestBody';
|
|
@@ -116,6 +200,8 @@ export * from './CreateLabelRequestBody';
|
|
|
116
200
|
export * from './CreateLabelRequestBodyData';
|
|
117
201
|
export * from './CreateLinkRequestBody';
|
|
118
202
|
export * from './CreateLinkRequestBodyData';
|
|
203
|
+
export * from './CreateMeetingAiAttendeeRequestBody';
|
|
204
|
+
export * from './CreateMeetingAiAttendeeRequestBodyData';
|
|
119
205
|
export * from './CreateMeetingAiSessionRequestBody';
|
|
120
206
|
export * from './CreateMeetingAiSessionRequestBodyData';
|
|
121
207
|
export * from './CreateMeetingAttendeeRequestBody';
|
|
@@ -160,7 +246,6 @@ export * from './CreateWebhookRequestBody';
|
|
|
160
246
|
export * from './CreateWebhookRequestBodyData';
|
|
161
247
|
export * from './EmailAttributesSchema';
|
|
162
248
|
export * from './EmailAttributesSchemaAttachmentsInner';
|
|
163
|
-
export * from './EmailAttributesSchemaSubject';
|
|
164
249
|
export * from './EmailRelationshipsCandidateDataSchema';
|
|
165
250
|
export * from './EmailRelationshipsCandidateSchema';
|
|
166
251
|
export * from './EmailRelationshipsConversationsDataSchema';
|
|
@@ -169,6 +254,8 @@ export * from './EmailRelationshipsOperationDataSchema';
|
|
|
169
254
|
export * from './EmailRelationshipsOperationSchema';
|
|
170
255
|
export * from './EmailRelationshipsReportDataSchema';
|
|
171
256
|
export * from './EmailRelationshipsReportSchema';
|
|
257
|
+
export * from './EmailRelationshipsScheduleDataSchema';
|
|
258
|
+
export * from './EmailRelationshipsScheduleSchema';
|
|
172
259
|
export * from './EmailRelationshipsSchema';
|
|
173
260
|
export * from './EmailRelationshipsTranslationsDataSchema';
|
|
174
261
|
export * from './EmailRelationshipsTranslationsSchema';
|
|
@@ -177,6 +264,16 @@ export * from './EmailSchema';
|
|
|
177
264
|
export * from './EmailsSchema';
|
|
178
265
|
export * from './ErrorObjectSchema';
|
|
179
266
|
export * from './ErrorSchema';
|
|
267
|
+
export * from './EventAttributesSchema';
|
|
268
|
+
export * from './EventAttributesSchemaAttendeesInner';
|
|
269
|
+
export * from './EventRelationshipsSchema';
|
|
270
|
+
export * from './EventRelationshipsSchemaCalendar';
|
|
271
|
+
export * from './EventRelationshipsSchemaCalendarData';
|
|
272
|
+
export * from './EventRelationshipsSchemaSource';
|
|
273
|
+
export * from './EventRelationshipsSchemaSourceData';
|
|
274
|
+
export * from './EventResourceSchema';
|
|
275
|
+
export * from './EventResponseDocument';
|
|
276
|
+
export * from './EventsResponseDocument';
|
|
180
277
|
export * from './FeedbackAttributesSchema';
|
|
181
278
|
export * from './FeedbackOutcomeRuleSchema';
|
|
182
279
|
export * from './FeedbackOutcomeRuleSchemaLinksInner';
|
|
@@ -189,6 +286,9 @@ export * from './FeedbackResourceSchema';
|
|
|
189
286
|
export * from './FeedbackSchema';
|
|
190
287
|
export * from './FeedbacksSchema';
|
|
191
288
|
export * from './FileAttributesSchema';
|
|
289
|
+
export * from './FileAttributesSchemaPagesInner';
|
|
290
|
+
export * from './FilePreviewMetaSchema';
|
|
291
|
+
export * from './FilePreviewMetaSchemaPreviewUrls';
|
|
192
292
|
export * from './FileRelationshipsLinkDataSchema';
|
|
193
293
|
export * from './FileRelationshipsLinkSchema';
|
|
194
294
|
export * from './FileRelationshipsSchema';
|
|
@@ -222,6 +322,8 @@ export * from './FormRelationshipsTranslationsSchema';
|
|
|
222
322
|
export * from './FormResourceSchema';
|
|
223
323
|
export * from './FormSchema';
|
|
224
324
|
export * from './FormsSchema';
|
|
325
|
+
export * from './GuestAttemptSchema';
|
|
326
|
+
export * from './GuestMetaSchema';
|
|
225
327
|
export * from './JobAttributesLocationItemSchema';
|
|
226
328
|
export * from './JobAttributesOrganizationAddressSchema';
|
|
227
329
|
export * from './JobAttributesOrganizationSchema';
|
|
@@ -272,6 +374,12 @@ export * from './ListTalentCandidatesRelationship';
|
|
|
272
374
|
export * from './ListUserApikeysRelationship';
|
|
273
375
|
export * from './ListUserJobsRelationship';
|
|
274
376
|
export * from './ListUserRolesRelationship';
|
|
377
|
+
export * from './MeetingAiAttendeeAttributesSchema';
|
|
378
|
+
export * from './MeetingAiAttendeeAttributesSchemaTimestamps';
|
|
379
|
+
export * from './MeetingAiAttendeeResourceSchema';
|
|
380
|
+
export * from './MeetingAiAttendeeSchema';
|
|
381
|
+
export * from './MeetingAiAttendeeSettingsSchema';
|
|
382
|
+
export * from './MeetingAiAttendeesSchema';
|
|
275
383
|
export * from './MeetingAiSessionAttributesSchema';
|
|
276
384
|
export * from './MeetingAiSessionAttributesSchemaRealtimeSession';
|
|
277
385
|
export * from './MeetingAiSessionResourceSchema';
|
|
@@ -288,11 +396,22 @@ export * from './MeetingAttributesSchema';
|
|
|
288
396
|
export * from './MeetingLobbyAttributesSchema';
|
|
289
397
|
export * from './MeetingLobbyResourceSchema';
|
|
290
398
|
export * from './MeetingLobbySchema';
|
|
399
|
+
export * from './MeetingRecallSchema';
|
|
400
|
+
export * from './MeetingRelationshipsCalendarSchema';
|
|
401
|
+
export * from './MeetingRelationshipsCalendarSchemaData';
|
|
402
|
+
export * from './MeetingRelationshipsCandidateSchema';
|
|
403
|
+
export * from './MeetingRelationshipsCandidateSchemaData';
|
|
404
|
+
export * from './MeetingRelationshipsConversationSchema';
|
|
405
|
+
export * from './MeetingRelationshipsConversationSchemaData';
|
|
291
406
|
export * from './MeetingRelationshipsParticipantsDataSchema';
|
|
292
407
|
export * from './MeetingRelationshipsParticipantsSchema';
|
|
293
408
|
export * from './MeetingRelationshipsSchema';
|
|
409
|
+
export * from './MeetingRelationshipsTalentSchema';
|
|
410
|
+
export * from './MeetingRelationshipsTalentSchemaData';
|
|
294
411
|
export * from './MeetingResourceSchema';
|
|
295
412
|
export * from './MeetingSchema';
|
|
413
|
+
export * from './MeetingSpeakerStatSchema';
|
|
414
|
+
export * from './MeetingTranscriptSegmentSchema';
|
|
296
415
|
export * from './MeetingTranscriptionAttributesSchema';
|
|
297
416
|
export * from './MeetingTranscriptionRequestBody';
|
|
298
417
|
export * from './MeetingTranscriptionRequestBodyData';
|
|
@@ -345,6 +464,9 @@ export * from './PersonasSchema';
|
|
|
345
464
|
export * from './PurchaseTenantPhoneNumberRequest';
|
|
346
465
|
export * from './PurchaseTenantPhoneNumberRequestData';
|
|
347
466
|
export * from './PurchaseTenantPhoneNumberRequestDataAttributes';
|
|
467
|
+
export * from './QuestionSchema';
|
|
468
|
+
export * from './QuestionSchemaOptionsInner';
|
|
469
|
+
export * from './RecallWebhookRequest';
|
|
348
470
|
export * from './ReportAttributesSchema';
|
|
349
471
|
export * from './ReportRelationshipsSchema';
|
|
350
472
|
export * from './ReportRelationshipsTenantsDataSchema';
|
|
@@ -372,6 +494,7 @@ export * from './RoleSchema';
|
|
|
372
494
|
export * from './RolesSchema';
|
|
373
495
|
export * from './RunAttributesSchema';
|
|
374
496
|
export * from './RunAttributesSchema1';
|
|
497
|
+
export * from './RunAttributesSchemaPausedAtStep';
|
|
375
498
|
export * from './RunAttributesSchemaTimestamps';
|
|
376
499
|
export * from './RunRelationshipsSchema';
|
|
377
500
|
export * from './RunRelationshipsSchema1';
|
|
@@ -389,6 +512,8 @@ export * from './ScheduleRelationshipsCandidateSchema';
|
|
|
389
512
|
export * from './ScheduleRelationshipsCandidateSchemaData';
|
|
390
513
|
export * from './ScheduleRelationshipsConversationSchema';
|
|
391
514
|
export * from './ScheduleRelationshipsConversationSchemaData';
|
|
515
|
+
export * from './ScheduleRelationshipsEmailSchema';
|
|
516
|
+
export * from './ScheduleRelationshipsEmailSchemaData';
|
|
392
517
|
export * from './ScheduleRelationshipsJobSchema';
|
|
393
518
|
export * from './ScheduleRelationshipsJobSchemaData';
|
|
394
519
|
export * from './ScheduleRelationshipsSchema';
|
|
@@ -400,6 +525,12 @@ export * from './ScheduleResourceSchema';
|
|
|
400
525
|
export * from './ScheduleSchema';
|
|
401
526
|
export * from './ScheduleTargetSchema';
|
|
402
527
|
export * from './SchedulesSchema';
|
|
528
|
+
export * from './SignalAttributesSchema';
|
|
529
|
+
export * from './SignalResourceSchema';
|
|
530
|
+
export * from './SignalSchema';
|
|
531
|
+
export * from './SignalsSchema';
|
|
532
|
+
export * from './StartGuestAttemptRequestBody';
|
|
533
|
+
export * from './StartGuestAttemptRequestBodyData';
|
|
403
534
|
export * from './StateAttributesSchema';
|
|
404
535
|
export * from './StateResourceSchema';
|
|
405
536
|
export * from './StateSchema';
|
|
@@ -448,10 +579,14 @@ export * from './TenantAttributesAddressSchema';
|
|
|
448
579
|
export * from './TenantAttributesSchema';
|
|
449
580
|
export * from './TenantAttributesSettingsSchema';
|
|
450
581
|
export * from './TenantAttributesSettingsSchemaCalling';
|
|
582
|
+
export * from './TenantRelationshipsBoeCalendarSchema';
|
|
583
|
+
export * from './TenantRelationshipsBoeCalendarSchemaData';
|
|
451
584
|
export * from './TenantRelationshipsBoeUserSchema';
|
|
452
585
|
export * from './TenantRelationshipsBoeUserSchemaData';
|
|
453
586
|
export * from './TenantRelationshipsFeedbacksDataSchema';
|
|
454
587
|
export * from './TenantRelationshipsFeedbacksSchema';
|
|
588
|
+
export * from './TenantRelationshipsFormsDataSchema';
|
|
589
|
+
export * from './TenantRelationshipsFormsSchema';
|
|
455
590
|
export * from './TenantRelationshipsSchema';
|
|
456
591
|
export * from './TenantResourceSchema';
|
|
457
592
|
export * from './TenantSchema';
|
|
@@ -484,24 +619,37 @@ export * from './TranslationSchema';
|
|
|
484
619
|
export * from './TranslationsSchema';
|
|
485
620
|
export * from './UpdateAdRequestBody';
|
|
486
621
|
export * from './UpdateAdRequestBodyData';
|
|
622
|
+
export * from './UpdateAggregateRequestBody';
|
|
623
|
+
export * from './UpdateAggregateRequestBodyData';
|
|
487
624
|
export * from './UpdateApikeyRequestBody';
|
|
488
625
|
export * from './UpdateApikeyRequestBodyData';
|
|
489
626
|
export * from './UpdateAssessmentRequestBody';
|
|
490
627
|
export * from './UpdateAssessmentRequestBodyData';
|
|
628
|
+
export * from './UpdateAttemptRequestBody';
|
|
629
|
+
export * from './UpdateAttemptRequestBodyData';
|
|
491
630
|
export * from './UpdateBriefRequestBody';
|
|
492
631
|
export * from './UpdateBriefRequestBodyData';
|
|
493
632
|
export * from './UpdateBrowserRequestBody';
|
|
494
633
|
export * from './UpdateBrowserRequestBodyData';
|
|
634
|
+
export * from './UpdateCalendarRequestSchema';
|
|
635
|
+
export * from './UpdateCalendarRequestSchemaData';
|
|
636
|
+
export * from './UpdateCalendarRequestSchemaDataAttributes';
|
|
495
637
|
export * from './UpdateCallRequestBody';
|
|
496
638
|
export * from './UpdateCallRequestBodyData';
|
|
497
639
|
export * from './UpdateCandidateRequestBody';
|
|
498
640
|
export * from './UpdateCandidateRequestBodyData';
|
|
499
641
|
export * from './UpdateChatRequestBody';
|
|
500
642
|
export * from './UpdateChatRequestBodyData';
|
|
643
|
+
export * from './UpdateCommentRequestSchema';
|
|
644
|
+
export * from './UpdateCommentRequestSchemaData';
|
|
645
|
+
export * from './UpdateCommentRequestSchemaDataAttributes';
|
|
501
646
|
export * from './UpdateConversationRequestBody';
|
|
502
647
|
export * from './UpdateConversationRequestBodyData';
|
|
503
648
|
export * from './UpdateEmailRequestBody';
|
|
504
649
|
export * from './UpdateEmailRequestBodyData';
|
|
650
|
+
export * from './UpdateEventRequestSchema';
|
|
651
|
+
export * from './UpdateEventRequestSchemaData';
|
|
652
|
+
export * from './UpdateEventRequestSchemaDataAttributes';
|
|
505
653
|
export * from './UpdateFeedbackRequestBody';
|
|
506
654
|
export * from './UpdateFeedbackRequestBodyData';
|
|
507
655
|
export * from './UpdateFileRequestBody';
|
|
@@ -510,6 +658,9 @@ export * from './UpdateFinderRequestBody';
|
|
|
510
658
|
export * from './UpdateFinderRequestBodyData';
|
|
511
659
|
export * from './UpdateFormRequestBody';
|
|
512
660
|
export * from './UpdateFormRequestBodyData';
|
|
661
|
+
export * from './UpdateGuestAttemptRequestBody';
|
|
662
|
+
export * from './UpdateGuestAttemptRequestBodyData';
|
|
663
|
+
export * from './UpdateGuestAttemptRequestBodyDataAttributes';
|
|
513
664
|
export * from './UpdateJobRequestBody';
|
|
514
665
|
export * from './UpdateJobRequestBodyData';
|
|
515
666
|
export * from './UpdateLabelRequestBody';
|
|
@@ -550,6 +701,10 @@ export * from './UpdateUserRequestBody';
|
|
|
550
701
|
export * from './UpdateUserRequestBodyData';
|
|
551
702
|
export * from './UpdateWebhookRequestBody';
|
|
552
703
|
export * from './UpdateWebhookRequestBodyData';
|
|
704
|
+
export * from './UploadGuestAttemptFileRequestBody';
|
|
705
|
+
export * from './UploadGuestAttemptFileResponseSchema';
|
|
706
|
+
export * from './UploadGuestAttemptFileResponseSchemaData';
|
|
707
|
+
export * from './UploadGuestAttemptFileResponseSchemaDataAttributes';
|
|
553
708
|
export * from './UploadGuestSubmissionFileRequest';
|
|
554
709
|
export * from './UserAttributesSchema';
|
|
555
710
|
export * from './UserHistoryEventSchema';
|