@smartytalent/api-client 0.1.33-dev.4 → 0.1.33-dev.41
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 +287 -0
- package/dist/apis/AttemptsApi.d.ts.map +1 -0
- package/dist/apis/AttemptsApi.js +651 -0
- package/dist/apis/AttemptsApi.js.map +1 -0
- package/dist/apis/CORSApi.d.ts +111 -0
- package/dist/apis/CORSApi.d.ts.map +1 -0
- package/dist/apis/CORSApi.js +291 -0
- package/dist/apis/CORSApi.js.map +1 -0
- package/dist/apis/CalendarsApi.d.ts +130 -0
- package/dist/apis/CalendarsApi.d.ts.map +1 -0
- package/dist/apis/CalendarsApi.js +315 -0
- package/dist/apis/CalendarsApi.js.map +1 -0
- package/dist/apis/CallsApi.d.ts +51 -0
- package/dist/apis/CallsApi.d.ts.map +1 -1
- package/dist/apis/CallsApi.js +66 -1
- package/dist/apis/CallsApi.js.map +1 -1
- package/dist/apis/CandidatesApi.d.ts +4 -2
- package/dist/apis/CandidatesApi.d.ts.map +1 -1
- package/dist/apis/CandidatesApi.js +8 -2
- package/dist/apis/CandidatesApi.js.map +1 -1
- package/dist/apis/ChatsApi.d.ts +2 -0
- package/dist/apis/ChatsApi.d.ts.map +1 -1
- package/dist/apis/ChatsApi.js +6 -0
- package/dist/apis/ChatsApi.js.map +1 -1
- package/dist/apis/CommentsApi.d.ts +152 -0
- package/dist/apis/CommentsApi.d.ts.map +1 -0
- package/dist/apis/CommentsApi.js +346 -0
- package/dist/apis/CommentsApi.js.map +1 -0
- package/dist/apis/EmailsApi.d.ts +34 -2
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +42 -3
- package/dist/apis/EmailsApi.js.map +1 -1
- package/dist/apis/EventsApi.d.ts +143 -0
- package/dist/apis/EventsApi.d.ts.map +1 -0
- package/dist/apis/EventsApi.js +327 -0
- package/dist/apis/EventsApi.js.map +1 -0
- package/dist/apis/JobsApi.d.ts +2 -2
- package/dist/apis/JobsApi.js +2 -2
- package/dist/apis/MeetingsApi.d.ts +4 -4
- package/dist/apis/MeetingsApi.js +4 -4
- package/dist/apis/SignalsApi.d.ts +141 -0
- package/dist/apis/SignalsApi.d.ts.map +1 -0
- package/dist/apis/SignalsApi.js +274 -0
- package/dist/apis/SignalsApi.js.map +1 -0
- package/dist/apis/StatesApi.d.ts +7 -6
- package/dist/apis/StatesApi.d.ts.map +1 -1
- package/dist/apis/StatesApi.js +7 -10
- 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 +51 -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 +128 -0
- package/dist/models/AttemptAttributesSchema.d.ts.map +1 -0
- package/dist/models/AttemptAttributesSchema.js +92 -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/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 +55 -0
- package/dist/models/AttemptRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/AttemptRelationshipsSchema.js +59 -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 +32 -24
- package/dist/models/CandidateAttributesSchema.d.ts.map +1 -1
- package/dist/models/CandidateAttributesSchema.js +6 -4
- package/dist/models/CandidateAttributesSchema.js.map +1 -1
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts +25 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.d.ts.map +1 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.js +50 -0
- package/dist/models/CandidateAttributesSchemaOverallMatchRating.js.map +1 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts +24 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.d.ts.map +1 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js +50 -0
- package/dist/models/CandidateAttributesSchemaPrevOverallMatchRating.js.map +1 -0
- package/dist/models/ChatAttributesSchema.d.ts +108 -20
- package/dist/models/ChatAttributesSchema.d.ts.map +1 -1
- package/dist/models/ChatAttributesSchema.js +60 -15
- package/dist/models/ChatAttributesSchema.js.map +1 -1
- package/dist/models/ChatMetaSchema.d.ts +51 -0
- package/dist/models/ChatMetaSchema.d.ts.map +1 -0
- package/dist/models/ChatMetaSchema.js +53 -0
- package/dist/models/ChatMetaSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsBoeUserDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.js +50 -0
- package/dist/models/ChatRelationshipsBoeUserSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsCandidateSchema.js +50 -0
- package/dist/models/ChatRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsConversationDataSchema.d.ts +39 -0
- package/dist/models/{ChatRelationshipsTranslationsDataSchema.d.ts.map → ChatRelationshipsConversationDataSchema.d.ts.map} +1 -1
- package/dist/models/ChatRelationshipsConversationDataSchema.js +51 -0
- package/dist/models/{CallRelationshipsTranslationsDataSchema.js.map → ChatRelationshipsConversationDataSchema.js.map} +1 -1
- package/dist/models/ChatRelationshipsConversationSchema.d.ts +41 -0
- package/dist/models/ChatRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsConversationSchema.js +50 -0
- package/dist/models/ChatRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsScheduleSchema.js +50 -0
- package/dist/models/ChatRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsSchema.d.ts +45 -4
- package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/ChatRelationshipsSchema.js +18 -3
- package/dist/models/ChatRelationshipsSchema.js.map +1 -1
- package/dist/models/ChatRelationshipsTalentDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsTalentSchema.js +50 -0
- package/dist/models/ChatRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsUserDataSchema.d.ts +39 -0
- package/dist/models/ChatRelationshipsUserDataSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsUserDataSchema.js +51 -0
- package/dist/models/ChatRelationshipsUserDataSchema.js.map +1 -0
- package/dist/models/ChatRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/ChatRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/ChatRelationshipsUserSchema.js +50 -0
- package/dist/models/ChatRelationshipsUserSchema.js.map +1 -0
- package/dist/models/ChatResourceSchema.d.ts +3 -4
- package/dist/models/ChatResourceSchema.d.ts.map +1 -1
- package/dist/models/ChatResourceSchema.js +3 -2
- package/dist/models/ChatResourceSchema.js.map +1 -1
- package/dist/models/CommentAttributesSchema.d.ts +109 -0
- package/dist/models/CommentAttributesSchema.d.ts.map +1 -0
- package/dist/models/CommentAttributesSchema.js +87 -0
- package/dist/models/CommentAttributesSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts +34 -0
- package/dist/models/CommentRelationshipsAuthorSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js +50 -0
- package/dist/models/CommentRelationshipsAuthorSchema.js.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts +46 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js +58 -0
- package/dist/models/CommentRelationshipsAuthorSchemaData.js.map +1 -0
- package/dist/models/CommentRelationshipsSchema.d.ts +38 -0
- package/dist/models/CommentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/CommentRelationshipsSchema.js +50 -0
- package/dist/models/CommentRelationshipsSchema.js.map +1 -0
- package/dist/models/CommentResourceSchema.d.ts +75 -0
- package/dist/models/CommentResourceSchema.d.ts.map +1 -0
- package/dist/models/CommentResourceSchema.js +75 -0
- package/dist/models/CommentResourceSchema.js.map +1 -0
- package/dist/models/CommentResponseDocument.d.ts +40 -0
- package/dist/models/CommentResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentResponseDocument.js +52 -0
- package/dist/models/CommentResponseDocument.js.map +1 -0
- package/dist/models/CommentsResponseDocument.d.ts +52 -0
- package/dist/models/CommentsResponseDocument.d.ts.map +1 -0
- package/dist/models/CommentsResponseDocument.js +56 -0
- package/dist/models/CommentsResponseDocument.js.map +1 -0
- package/dist/models/CreateAttemptRequestBody.d.ts +34 -0
- package/dist/models/CreateAttemptRequestBody.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestBody.js +52 -0
- package/dist/models/CreateAttemptRequestBody.js.map +1 -0
- package/dist/models/CreateAttemptRequestBodyData.d.ts +54 -0
- package/dist/models/CreateAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateAttemptRequestBodyData.js +66 -0
- package/dist/models/CreateAttemptRequestBodyData.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchema.d.ts +34 -0
- package/dist/models/CreateCalendarRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchema.js +50 -0
- package/dist/models/CreateCalendarRequestSchema.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCalendarRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaData.js +63 -0
- package/dist/models/CreateCalendarRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +71 -0
- package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateCommentRequestSchema.d.ts +34 -0
- package/dist/models/CreateCommentRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchema.js +50 -0
- package/dist/models/CreateCommentRequestSchema.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateCommentRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaData.js +63 -0
- package/dist/models/CreateCommentRequestSchemaData.js.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts +77 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js +79 -0
- package/dist/models/CreateCommentRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateEventRequestSchema.d.ts +34 -0
- package/dist/models/CreateEventRequestSchema.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchema.js +50 -0
- package/dist/models/CreateEventRequestSchema.js.map +1 -0
- package/dist/models/CreateEventRequestSchemaData.d.ts +47 -0
- package/dist/models/CreateEventRequestSchemaData.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchemaData.js +63 -0
- package/dist/models/CreateEventRequestSchemaData.js.map +1 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts +160 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.js +114 -0
- package/dist/models/CreateEventRequestSchemaDataAttributes.js.map +1 -0
- package/dist/models/CreateGuestSubmissionRequest.d.ts +1 -1
- package/dist/models/EmailAttributesSchema.d.ts +25 -8
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +10 -5
- package/dist/models/EmailAttributesSchema.js.map +1 -1
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
- package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/EmailRelationshipsSchema.js +3 -0
- package/dist/models/EmailRelationshipsSchema.js.map +1 -1
- package/dist/models/EventAttributesSchema.d.ts +172 -0
- package/dist/models/EventAttributesSchema.d.ts.map +1 -0
- package/dist/models/EventAttributesSchema.js +114 -0
- package/dist/models/EventAttributesSchema.js.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
- package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
- package/dist/models/EventRelationshipsSchema.d.ts +41 -0
- package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchema.js +53 -0
- package/dist/models/EventRelationshipsSchema.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
- package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
- package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
- package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSource.js +50 -0
- package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
- package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
- package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
- package/dist/models/EventResourceSchema.d.ts +75 -0
- package/dist/models/EventResourceSchema.d.ts.map +1 -0
- package/dist/models/EventResourceSchema.js +75 -0
- package/dist/models/EventResourceSchema.js.map +1 -0
- package/dist/models/EventResponseDocument.d.ts +34 -0
- package/dist/models/EventResponseDocument.d.ts.map +1 -0
- package/dist/models/EventResponseDocument.js +50 -0
- package/dist/models/EventResponseDocument.js.map +1 -0
- package/dist/models/EventsResponseDocument.d.ts +46 -0
- package/dist/models/EventsResponseDocument.d.ts.map +1 -0
- package/dist/models/EventsResponseDocument.js +54 -0
- package/dist/models/EventsResponseDocument.js.map +1 -0
- package/dist/models/FeedbackOutcomesSchema.d.ts +1 -1
- package/dist/models/FinderAttributesSchema.d.ts +8 -6
- package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
- package/dist/models/FinderAttributesSchema.js +6 -4
- package/dist/models/FinderAttributesSchema.js.map +1 -1
- package/dist/models/FinderAttributesSchemaQuery.d.ts +26 -0
- package/dist/models/FinderAttributesSchemaQuery.d.ts.map +1 -0
- package/dist/models/FinderAttributesSchemaQuery.js +72 -0
- package/dist/models/FinderAttributesSchemaQuery.js.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts +219 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.js +111 -0
- package/dist/models/FinderQueryCandidatesSchema.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +134 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.js +97 -0
- package/dist/models/FinderQueryEmailsSchema.js.map +1 -0
- package/dist/models/FinderQueryJobsSchema.d.ts +123 -0
- package/dist/models/FinderQueryJobsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryJobsSchema.js +79 -0
- package/dist/models/FinderQueryJobsSchema.js.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts +195 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.js +103 -0
- package/dist/models/FinderQueryTalentsSchema.js.map +1 -0
- package/dist/models/FinderResultHitSchema.d.ts +64 -0
- package/dist/models/FinderResultHitSchema.d.ts.map +1 -0
- package/dist/models/FinderResultHitSchema.js +61 -0
- package/dist/models/FinderResultHitSchema.js.map +1 -0
- package/dist/models/FinderResultsSchema.d.ts +40 -0
- package/dist/models/FinderResultsSchema.d.ts.map +1 -0
- package/dist/models/FinderResultsSchema.js +52 -0
- package/dist/models/FinderResultsSchema.js.map +1 -0
- package/dist/models/FormAttributesSchema.d.ts +26 -0
- package/dist/models/FormAttributesSchema.d.ts.map +1 -1
- package/dist/models/FormAttributesSchema.js +12 -0
- package/dist/models/FormAttributesSchema.js.map +1 -1
- package/dist/models/GuestAttemptSchema.d.ts +51 -0
- package/dist/models/GuestAttemptSchema.d.ts.map +1 -0
- package/dist/models/GuestAttemptSchema.js +56 -0
- package/dist/models/GuestAttemptSchema.js.map +1 -0
- package/dist/models/GuestMetaSchema.d.ts +43 -0
- package/dist/models/GuestMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestMetaSchema.js +55 -0
- package/dist/models/GuestMetaSchema.js.map +1 -0
- package/dist/models/ListStatesFolderParameter.d.ts +22 -0
- package/dist/models/ListStatesFolderParameter.d.ts.map +1 -0
- package/dist/models/ListStatesFolderParameter.js +50 -0
- package/dist/models/ListStatesFolderParameter.js.map +1 -0
- package/dist/models/MeetingAttributesSchema.d.ts +78 -0
- package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.js +39 -1
- package/dist/models/MeetingAttributesSchema.js.map +1 -1
- package/dist/models/MeetingRecallSchema.d.ts +77 -0
- package/dist/models/MeetingRecallSchema.d.ts.map +1 -0
- package/dist/models/MeetingRecallSchema.js +71 -0
- package/dist/models/MeetingRecallSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.js +50 -0
- package/dist/models/MeetingRelationshipsCalendarSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsCalendarSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.js +50 -0
- package/dist/models/MeetingRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchema.js +50 -0
- package/dist/models/MeetingRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts +28 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/MeetingRelationshipsSchema.js +12 -0
- package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
- package/dist/models/MeetingRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchema.js +50 -0
- package/dist/models/MeetingRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsTalentSchemaData.js.map +1 -0
- package/dist/models/QuestionSchema.d.ts +190 -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 +64 -0
- package/dist/models/UpdateAttemptRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateAttemptRequestBodyData.js +67 -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/index.d.ts +149 -5
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +149 -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,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfAttemptProctoringSchema = instanceOfAttemptProctoringSchema;
|
|
17
|
+
exports.AttemptProctoringSchemaFromJSON = AttemptProctoringSchemaFromJSON;
|
|
18
|
+
exports.AttemptProctoringSchemaFromJSONTyped = AttemptProctoringSchemaFromJSONTyped;
|
|
19
|
+
exports.AttemptProctoringSchemaToJSON = AttemptProctoringSchemaToJSON;
|
|
20
|
+
exports.AttemptProctoringSchemaToJSONTyped = AttemptProctoringSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the AttemptProctoringSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfAttemptProctoringSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function AttemptProctoringSchemaFromJSON(json) {
|
|
28
|
+
return AttemptProctoringSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function AttemptProctoringSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'tabSwitches': json['tabSwitches'] == null ? undefined : json['tabSwitches'],
|
|
36
|
+
'pasteEvents': json['pasteEvents'] == null ? undefined : json['pasteEvents'],
|
|
37
|
+
'focusLost': json['focusLost'] == null ? undefined : json['focusLost'],
|
|
38
|
+
'suspiciousFlags': json['suspiciousFlags'] == null ? undefined : json['suspiciousFlags'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function AttemptProctoringSchemaToJSON(json) {
|
|
42
|
+
return AttemptProctoringSchemaToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function AttemptProctoringSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'tabSwitches': value['tabSwitches'],
|
|
50
|
+
'pasteEvents': value['pasteEvents'],
|
|
51
|
+
'focusLost': value['focusLost'],
|
|
52
|
+
'suspiciousFlags': value['suspiciousFlags'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=AttemptProctoringSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptProctoringSchema.js","sourceRoot":"","sources":["../../src/models/AttemptProctoringSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,8EAEC;AAED,0EAEC;AAED,oFAWC;AAED,sEAEC;AAED,gFAYC;AAxCD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,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,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;KAC3F,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;KAC9C,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 AttemptRelationshipsAssessmentDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface AttemptRelationshipsAssessmentDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {AttemptRelationshipsAssessmentDataSchemaTypeEnum}
|
|
21
|
+
* @memberof AttemptRelationshipsAssessmentDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: AttemptRelationshipsAssessmentDataSchemaTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AttemptRelationshipsAssessmentDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const AttemptRelationshipsAssessmentDataSchemaTypeEnum: {
|
|
35
|
+
readonly Assessments: "assessments";
|
|
36
|
+
};
|
|
37
|
+
export type AttemptRelationshipsAssessmentDataSchemaTypeEnum = typeof AttemptRelationshipsAssessmentDataSchemaTypeEnum[keyof typeof AttemptRelationshipsAssessmentDataSchemaTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the AttemptRelationshipsAssessmentDataSchema interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfAttemptRelationshipsAssessmentDataSchema(value: object): value is AttemptRelationshipsAssessmentDataSchema;
|
|
42
|
+
export declare function AttemptRelationshipsAssessmentDataSchemaFromJSON(json: any): AttemptRelationshipsAssessmentDataSchema;
|
|
43
|
+
export declare function AttemptRelationshipsAssessmentDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsAssessmentDataSchema;
|
|
44
|
+
export declare function AttemptRelationshipsAssessmentDataSchemaToJSON(json: any): AttemptRelationshipsAssessmentDataSchema;
|
|
45
|
+
export declare function AttemptRelationshipsAssessmentDataSchemaToJSONTyped(value?: AttemptRelationshipsAssessmentDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=AttemptRelationshipsAssessmentDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsAssessmentDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,gDAAgD,CAAC;IACxD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;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,58 @@
|
|
|
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.AttemptRelationshipsAssessmentDataSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfAttemptRelationshipsAssessmentDataSchema = instanceOfAttemptRelationshipsAssessmentDataSchema;
|
|
18
|
+
exports.AttemptRelationshipsAssessmentDataSchemaFromJSON = AttemptRelationshipsAssessmentDataSchemaFromJSON;
|
|
19
|
+
exports.AttemptRelationshipsAssessmentDataSchemaFromJSONTyped = AttemptRelationshipsAssessmentDataSchemaFromJSONTyped;
|
|
20
|
+
exports.AttemptRelationshipsAssessmentDataSchemaToJSON = AttemptRelationshipsAssessmentDataSchemaToJSON;
|
|
21
|
+
exports.AttemptRelationshipsAssessmentDataSchemaToJSONTyped = AttemptRelationshipsAssessmentDataSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.AttemptRelationshipsAssessmentDataSchemaTypeEnum = {
|
|
26
|
+
Assessments: 'assessments'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the AttemptRelationshipsAssessmentDataSchema interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfAttemptRelationshipsAssessmentDataSchema(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function AttemptRelationshipsAssessmentDataSchemaFromJSON(json) {
|
|
35
|
+
return AttemptRelationshipsAssessmentDataSchemaFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function AttemptRelationshipsAssessmentDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function AttemptRelationshipsAssessmentDataSchemaToJSON(json) {
|
|
47
|
+
return AttemptRelationshipsAssessmentDataSchemaToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function AttemptRelationshipsAssessmentDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': value['type'],
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=AttemptRelationshipsAssessmentDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsAssessmentDataSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AA7CD;;GAEG;AACU,QAAA,gDAAgD,GAAG;IAC5D,WAAW,EAAE,aAAa;CACpB,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,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,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,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { AttemptRelationshipsAssessmentDataSchema } from './AttemptRelationshipsAssessmentDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
* FK to the template this attempt is a run of.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttemptRelationshipsAssessmentSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface AttemptRelationshipsAssessmentSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AttemptRelationshipsAssessmentDataSchema}
|
|
22
|
+
* @memberof AttemptRelationshipsAssessmentSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: AttemptRelationshipsAssessmentDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the AttemptRelationshipsAssessmentSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfAttemptRelationshipsAssessmentSchema(value: object): value is AttemptRelationshipsAssessmentSchema;
|
|
30
|
+
export declare function AttemptRelationshipsAssessmentSchemaFromJSON(json: any): AttemptRelationshipsAssessmentSchema;
|
|
31
|
+
export declare function AttemptRelationshipsAssessmentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsAssessmentSchema;
|
|
32
|
+
export declare function AttemptRelationshipsAssessmentSchemaToJSON(json: any): AttemptRelationshipsAssessmentSchema;
|
|
33
|
+
export declare function AttemptRelationshipsAssessmentSchemaToJSONTyped(value?: AttemptRelationshipsAssessmentSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=AttemptRelationshipsAssessmentSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsAssessmentSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,GAAG,IAAI,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfAttemptRelationshipsAssessmentSchema = instanceOfAttemptRelationshipsAssessmentSchema;
|
|
17
|
+
exports.AttemptRelationshipsAssessmentSchemaFromJSON = AttemptRelationshipsAssessmentSchemaFromJSON;
|
|
18
|
+
exports.AttemptRelationshipsAssessmentSchemaFromJSONTyped = AttemptRelationshipsAssessmentSchemaFromJSONTyped;
|
|
19
|
+
exports.AttemptRelationshipsAssessmentSchemaToJSON = AttemptRelationshipsAssessmentSchemaToJSON;
|
|
20
|
+
exports.AttemptRelationshipsAssessmentSchemaToJSONTyped = AttemptRelationshipsAssessmentSchemaToJSONTyped;
|
|
21
|
+
const AttemptRelationshipsAssessmentDataSchema_1 = require("./AttemptRelationshipsAssessmentDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the AttemptRelationshipsAssessmentSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfAttemptRelationshipsAssessmentSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function AttemptRelationshipsAssessmentSchemaFromJSON(json) {
|
|
29
|
+
return AttemptRelationshipsAssessmentSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function AttemptRelationshipsAssessmentSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, AttemptRelationshipsAssessmentDataSchema_1.AttemptRelationshipsAssessmentDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function AttemptRelationshipsAssessmentSchemaToJSON(json) {
|
|
40
|
+
return AttemptRelationshipsAssessmentSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function AttemptRelationshipsAssessmentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, AttemptRelationshipsAssessmentDataSchema_1.AttemptRelationshipsAssessmentDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=AttemptRelationshipsAssessmentSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsAssessmentSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsAssessmentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,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,IAAA,2FAAgD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC5G,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yFAA8C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACxE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 AttemptRelationshipsCandidateDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface AttemptRelationshipsCandidateDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {AttemptRelationshipsCandidateDataSchemaTypeEnum}
|
|
21
|
+
* @memberof AttemptRelationshipsCandidateDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: AttemptRelationshipsCandidateDataSchemaTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AttemptRelationshipsCandidateDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const AttemptRelationshipsCandidateDataSchemaTypeEnum: {
|
|
35
|
+
readonly Candidates: "candidates";
|
|
36
|
+
};
|
|
37
|
+
export type AttemptRelationshipsCandidateDataSchemaTypeEnum = typeof AttemptRelationshipsCandidateDataSchemaTypeEnum[keyof typeof AttemptRelationshipsCandidateDataSchemaTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the AttemptRelationshipsCandidateDataSchema interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfAttemptRelationshipsCandidateDataSchema(value: object): value is AttemptRelationshipsCandidateDataSchema;
|
|
42
|
+
export declare function AttemptRelationshipsCandidateDataSchemaFromJSON(json: any): AttemptRelationshipsCandidateDataSchema;
|
|
43
|
+
export declare function AttemptRelationshipsCandidateDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsCandidateDataSchema;
|
|
44
|
+
export declare function AttemptRelationshipsCandidateDataSchemaToJSON(json: any): AttemptRelationshipsCandidateDataSchema;
|
|
45
|
+
export declare function AttemptRelationshipsCandidateDataSchemaToJSONTyped(value?: AttemptRelationshipsCandidateDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=AttemptRelationshipsCandidateDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsCandidateDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,+CAA+C,CAAC;IACvD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,+CAA+C;;CAElD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CASrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpK"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.AttemptRelationshipsCandidateDataSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfAttemptRelationshipsCandidateDataSchema = instanceOfAttemptRelationshipsCandidateDataSchema;
|
|
18
|
+
exports.AttemptRelationshipsCandidateDataSchemaFromJSON = AttemptRelationshipsCandidateDataSchemaFromJSON;
|
|
19
|
+
exports.AttemptRelationshipsCandidateDataSchemaFromJSONTyped = AttemptRelationshipsCandidateDataSchemaFromJSONTyped;
|
|
20
|
+
exports.AttemptRelationshipsCandidateDataSchemaToJSON = AttemptRelationshipsCandidateDataSchemaToJSON;
|
|
21
|
+
exports.AttemptRelationshipsCandidateDataSchemaToJSONTyped = AttemptRelationshipsCandidateDataSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.AttemptRelationshipsCandidateDataSchemaTypeEnum = {
|
|
26
|
+
Candidates: 'candidates'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the AttemptRelationshipsCandidateDataSchema interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfAttemptRelationshipsCandidateDataSchema(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function AttemptRelationshipsCandidateDataSchemaFromJSON(json) {
|
|
35
|
+
return AttemptRelationshipsCandidateDataSchemaFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function AttemptRelationshipsCandidateDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function AttemptRelationshipsCandidateDataSchemaToJSON(json) {
|
|
47
|
+
return AttemptRelationshipsCandidateDataSchemaToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function AttemptRelationshipsCandidateDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': value['type'],
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=AttemptRelationshipsCandidateDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsCandidateDataSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,8GAEC;AAED,0GAEC;AAED,oHASC;AAED,sGAEC;AAED,gHAUC;AA7CD;;GAEG;AACU,QAAA,+CAA+C,GAAG;IAC3D,UAAU,EAAE,YAAY;CAClB,CAAC;AAIX;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,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,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { AttemptRelationshipsCandidateDataSchema } from './AttemptRelationshipsCandidateDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttemptRelationshipsCandidateSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface AttemptRelationshipsCandidateSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AttemptRelationshipsCandidateDataSchema}
|
|
22
|
+
* @memberof AttemptRelationshipsCandidateSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: AttemptRelationshipsCandidateDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the AttemptRelationshipsCandidateSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfAttemptRelationshipsCandidateSchema(value: object): value is AttemptRelationshipsCandidateSchema;
|
|
30
|
+
export declare function AttemptRelationshipsCandidateSchemaFromJSON(json: any): AttemptRelationshipsCandidateSchema;
|
|
31
|
+
export declare function AttemptRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsCandidateSchema;
|
|
32
|
+
export declare function AttemptRelationshipsCandidateSchemaToJSON(json: any): AttemptRelationshipsCandidateSchema;
|
|
33
|
+
export declare function AttemptRelationshipsCandidateSchemaToJSONTyped(value?: AttemptRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=AttemptRelationshipsCandidateSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,uCAAuC,GAAG,IAAI,CAAC;CACzD;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAQ7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5J"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfAttemptRelationshipsCandidateSchema = instanceOfAttemptRelationshipsCandidateSchema;
|
|
17
|
+
exports.AttemptRelationshipsCandidateSchemaFromJSON = AttemptRelationshipsCandidateSchemaFromJSON;
|
|
18
|
+
exports.AttemptRelationshipsCandidateSchemaFromJSONTyped = AttemptRelationshipsCandidateSchemaFromJSONTyped;
|
|
19
|
+
exports.AttemptRelationshipsCandidateSchemaToJSON = AttemptRelationshipsCandidateSchemaToJSON;
|
|
20
|
+
exports.AttemptRelationshipsCandidateSchemaToJSONTyped = AttemptRelationshipsCandidateSchemaToJSONTyped;
|
|
21
|
+
const AttemptRelationshipsCandidateDataSchema_1 = require("./AttemptRelationshipsCandidateDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the AttemptRelationshipsCandidateSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfAttemptRelationshipsCandidateSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function AttemptRelationshipsCandidateSchemaFromJSON(json) {
|
|
29
|
+
return AttemptRelationshipsCandidateSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function AttemptRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, AttemptRelationshipsCandidateDataSchema_1.AttemptRelationshipsCandidateDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function AttemptRelationshipsCandidateSchemaToJSON(json) {
|
|
40
|
+
return AttemptRelationshipsCandidateSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function AttemptRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, AttemptRelationshipsCandidateDataSchema_1.AttemptRelationshipsCandidateDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=AttemptRelationshipsCandidateSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,sGAEC;AAED,kGAEC;AAED,4GAQC;AAED,8FAEC;AAED,wGASC;AAvDD,uGAKmD;AAgBnD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,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,IAAA,yFAA+C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3G,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACvE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 AttemptRelationshipsJobDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface AttemptRelationshipsJobDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {AttemptRelationshipsJobDataSchemaTypeEnum}
|
|
21
|
+
* @memberof AttemptRelationshipsJobDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: AttemptRelationshipsJobDataSchemaTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof AttemptRelationshipsJobDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const AttemptRelationshipsJobDataSchemaTypeEnum: {
|
|
35
|
+
readonly Jobs: "jobs";
|
|
36
|
+
};
|
|
37
|
+
export type AttemptRelationshipsJobDataSchemaTypeEnum = typeof AttemptRelationshipsJobDataSchemaTypeEnum[keyof typeof AttemptRelationshipsJobDataSchemaTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the AttemptRelationshipsJobDataSchema interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfAttemptRelationshipsJobDataSchema(value: object): value is AttemptRelationshipsJobDataSchema;
|
|
42
|
+
export declare function AttemptRelationshipsJobDataSchemaFromJSON(json: any): AttemptRelationshipsJobDataSchema;
|
|
43
|
+
export declare function AttemptRelationshipsJobDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsJobDataSchema;
|
|
44
|
+
export declare function AttemptRelationshipsJobDataSchemaToJSON(json: any): AttemptRelationshipsJobDataSchema;
|
|
45
|
+
export declare function AttemptRelationshipsJobDataSchemaToJSONTyped(value?: AttemptRelationshipsJobDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=AttemptRelationshipsJobDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsJobDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsJobDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,yCAAyC,CAAC;IACjD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,yCAAyC;;CAE5C,CAAC;AACX,MAAM,MAAM,yCAAyC,GAAG,OAAO,yCAAyC,CAAC,MAAM,OAAO,yCAAyC,CAAC,CAAC;AAGjK;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CASzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxJ"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.AttemptRelationshipsJobDataSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfAttemptRelationshipsJobDataSchema = instanceOfAttemptRelationshipsJobDataSchema;
|
|
18
|
+
exports.AttemptRelationshipsJobDataSchemaFromJSON = AttemptRelationshipsJobDataSchemaFromJSON;
|
|
19
|
+
exports.AttemptRelationshipsJobDataSchemaFromJSONTyped = AttemptRelationshipsJobDataSchemaFromJSONTyped;
|
|
20
|
+
exports.AttemptRelationshipsJobDataSchemaToJSON = AttemptRelationshipsJobDataSchemaToJSON;
|
|
21
|
+
exports.AttemptRelationshipsJobDataSchemaToJSONTyped = AttemptRelationshipsJobDataSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.AttemptRelationshipsJobDataSchemaTypeEnum = {
|
|
26
|
+
Jobs: 'jobs'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the AttemptRelationshipsJobDataSchema interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfAttemptRelationshipsJobDataSchema(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function AttemptRelationshipsJobDataSchemaFromJSON(json) {
|
|
35
|
+
return AttemptRelationshipsJobDataSchemaFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function AttemptRelationshipsJobDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function AttemptRelationshipsJobDataSchemaToJSON(json) {
|
|
47
|
+
return AttemptRelationshipsJobDataSchemaToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function AttemptRelationshipsJobDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': value['type'],
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=AttemptRelationshipsJobDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsJobDataSchema.js","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsJobDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,kGAEC;AAED,8FAEC;AAED,wGASC;AAED,0FAEC;AAED,oGAUC;AA7CD;;GAEG;AACU,QAAA,yCAAyC,GAAG;IACrD,IAAI,EAAE,MAAM;CACN,CAAC;AAIX;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,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,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { AttemptRelationshipsJobDataSchema } from './AttemptRelationshipsJobDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
* Denormalised from the assessment template - the role this attempt is screening for.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface AttemptRelationshipsJobSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface AttemptRelationshipsJobSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {AttemptRelationshipsJobDataSchema}
|
|
22
|
+
* @memberof AttemptRelationshipsJobSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: AttemptRelationshipsJobDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the AttemptRelationshipsJobSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfAttemptRelationshipsJobSchema(value: object): value is AttemptRelationshipsJobSchema;
|
|
30
|
+
export declare function AttemptRelationshipsJobSchemaFromJSON(json: any): AttemptRelationshipsJobSchema;
|
|
31
|
+
export declare function AttemptRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AttemptRelationshipsJobSchema;
|
|
32
|
+
export declare function AttemptRelationshipsJobSchemaToJSON(json: any): AttemptRelationshipsJobSchema;
|
|
33
|
+
export declare function AttemptRelationshipsJobSchemaToJSONTyped(value?: AttemptRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=AttemptRelationshipsJobSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttemptRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/AttemptRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQ7F;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,GAAG,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAQjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShJ"}
|