@smartytalent/api-client 0.1.33-dev.8 → 0.1.33-dev.81
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 +86 -1
- package/dist/apis/CallsApi.d.ts.map +1 -1
- package/dist/apis/CallsApi.js +142 -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 +12 -2
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +14 -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/FindersApi.d.ts +1 -0
- package/dist/apis/FindersApi.d.ts.map +1 -1
- package/dist/apis/FindersApi.js +2 -1
- package/dist/apis/FindersApi.js.map +1 -1
- package/dist/apis/JobsApi.d.ts +2 -2
- package/dist/apis/JobsApi.js +2 -2
- package/dist/apis/LinksApi.d.ts +17 -18
- package/dist/apis/LinksApi.d.ts.map +1 -1
- package/dist/apis/LinksApi.js +24 -29
- package/dist/apis/LinksApi.js.map +1 -1
- package/dist/apis/MeetingsApi.d.ts +201 -7
- package/dist/apis/MeetingsApi.d.ts.map +1 -1
- package/dist/apis/MeetingsApi.js +451 -7
- 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/BriefAttributesSchema.d.ts +49 -7
- package/dist/models/BriefAttributesSchema.d.ts.map +1 -1
- package/dist/models/BriefAttributesSchema.js +12 -0
- package/dist/models/BriefAttributesSchema.js.map +1 -1
- package/dist/models/BriefRelationshipsSchema.d.ts +0 -7
- package/dist/models/BriefRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/BriefRelationshipsSchema.js +0 -3
- package/dist/models/BriefRelationshipsSchema.js.map +1 -1
- 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 +262 -62
- package/dist/models/CallAttributesSchema.d.ts.map +1 -1
- package/dist/models/CallAttributesSchema.js +122 -44
- package/dist/models/CallAttributesSchema.js.map +1 -1
- package/dist/models/CallAttributesSchemaDelivery.d.ts +89 -0
- package/dist/models/CallAttributesSchemaDelivery.d.ts.map +1 -0
- package/dist/models/CallAttributesSchemaDelivery.js +88 -0
- package/dist/models/CallAttributesSchemaDelivery.js.map +1 -0
- 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/{CallRelationshipsTranslationsDataSchema.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/{ChatRelationshipsTranslationsDataSchema.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/CreateLinkRequestBodyData.d.ts +3 -10
- package/dist/models/CreateLinkRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateLinkRequestBodyData.js +3 -6
- package/dist/models/CreateLinkRequestBodyData.js.map +1 -1
- package/dist/models/CreateLinkRequestBodyDataAttributes.d.ts +33 -0
- package/dist/models/CreateLinkRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateLinkRequestBodyDataAttributes.js +51 -0
- package/dist/models/CreateLinkRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/DialCall202Response.d.ts +34 -0
- package/dist/models/DialCall202Response.d.ts.map +1 -0
- package/dist/models/DialCall202Response.js +50 -0
- package/dist/models/DialCall202Response.js.map +1 -0
- package/dist/models/DialCall202ResponseData.d.ts +46 -0
- package/dist/models/DialCall202ResponseData.d.ts.map +1 -0
- package/dist/models/DialCall202ResponseData.js +54 -0
- package/dist/models/DialCall202ResponseData.js.map +1 -0
- package/dist/models/DialCall202ResponseDataAttributes.d.ts +45 -0
- package/dist/models/DialCall202ResponseDataAttributes.d.ts.map +1 -0
- package/dist/models/DialCall202ResponseDataAttributes.js +53 -0
- package/dist/models/DialCall202ResponseDataAttributes.js.map +1 -0
- package/dist/models/EmailAttributesSchema.d.ts +15 -1
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +6 -0
- 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/FinderAttributesSchema.d.ts +6 -4
- package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
- package/dist/models/FinderAttributesSchema.js +4 -4
- package/dist/models/FinderAttributesSchema.js.map +1 -1
- 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/GuestMeetingAttendeeAttributesSchema.d.ts +95 -0
- package/dist/models/GuestMeetingAttendeeAttributesSchema.d.ts.map +1 -0
- package/dist/models/GuestMeetingAttendeeAttributesSchema.js +92 -0
- package/dist/models/GuestMeetingAttendeeAttributesSchema.js.map +1 -0
- package/dist/models/GuestMeetingAttendeeResourceSchema.d.ts +74 -0
- package/dist/models/GuestMeetingAttendeeResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestMeetingAttendeeResourceSchema.js +74 -0
- package/dist/models/GuestMeetingAttendeeResourceSchema.js.map +1 -0
- package/dist/models/GuestMeetingAttendeesSchema.d.ts +38 -0
- package/dist/models/GuestMeetingAttendeesSchema.d.ts.map +1 -0
- package/dist/models/GuestMeetingAttendeesSchema.js +50 -0
- package/dist/models/GuestMeetingAttendeesSchema.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/LinkAttributesSchema.d.ts +62 -2
- package/dist/models/LinkAttributesSchema.d.ts.map +1 -1
- package/dist/models/LinkAttributesSchema.js +30 -4
- package/dist/models/LinkAttributesSchema.js.map +1 -1
- package/dist/models/LinkResourceSchema.d.ts +2 -3
- package/dist/models/LinkResourceSchema.d.ts.map +1 -1
- package/dist/models/LinkResourceSchema.js +2 -3
- package/dist/models/LinkResourceSchema.js.map +1 -1
- 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/MeetingAiSessionResourceSchema.d.ts +3 -3
- package/dist/models/MeetingAiSessionResourceSchema.d.ts.map +1 -1
- package/dist/models/MeetingAiSessionResourceSchema.js +3 -3
- package/dist/models/MeetingAiSessionResourceSchema.js.map +1 -1
- package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.d.ts +34 -0
- package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.d.ts.map +1 -0
- package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.js +50 -0
- package/dist/models/MeetingAiSessionResourceSchemaAllOfRelationships.js.map +1 -0
- 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/MeetingAttendeeAttributesSchema.d.ts +150 -7
- package/dist/models/MeetingAttendeeAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttendeeAttributesSchema.js +70 -4
- package/dist/models/MeetingAttendeeAttributesSchema.js.map +1 -1
- package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.d.ts +44 -0
- package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.js +51 -0
- package/dist/models/MeetingAttendeeAttributesSchemaExperienceRating.js.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchema.d.ts +55 -0
- package/dist/models/MeetingAttendeeRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchema.js +59 -0
- package/dist/models/MeetingAttendeeRelationshipsSchema.js.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.d.ts +34 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.js +50 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaCandidate.js.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.d.ts +34 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.js +50 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeeting.js.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.d.ts +39 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.js +51 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaMeetingData.js.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.d.ts +34 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.js +50 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaTalent.js.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaUser.d.ts +34 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaUser.d.ts.map +1 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaUser.js +50 -0
- package/dist/models/MeetingAttendeeRelationshipsSchemaUser.js.map +1 -0
- package/dist/models/MeetingAttendeeResourceSchema.d.ts +6 -6
- package/dist/models/MeetingAttendeeResourceSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttendeeResourceSchema.js +6 -6
- package/dist/models/MeetingAttendeeResourceSchema.js.map +1 -1
- package/dist/models/MeetingAttendeesSchema.d.ts +34 -0
- package/dist/models/MeetingAttendeesSchema.d.ts.map +1 -0
- package/dist/models/MeetingAttendeesSchema.js +50 -0
- package/dist/models/MeetingAttendeesSchema.js.map +1 -0
- package/dist/models/MeetingAttributesSchema.d.ts +371 -4
- package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingAttributesSchema.js +151 -3
- package/dist/models/MeetingAttributesSchema.js.map +1 -1
- package/dist/models/MeetingAttributesSchemaDelivery.d.ts +90 -0
- package/dist/models/MeetingAttributesSchemaDelivery.d.ts.map +1 -0
- package/dist/models/MeetingAttributesSchemaDelivery.js +88 -0
- package/dist/models/MeetingAttributesSchemaDelivery.js.map +1 -0
- package/dist/models/MeetingLobbyAttributesSchema.d.ts +9 -0
- package/dist/models/MeetingLobbyAttributesSchema.d.ts.map +1 -1
- package/dist/models/MeetingLobbyAttributesSchema.js +2 -0
- package/dist/models/MeetingLobbyAttributesSchema.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/MeetingRelationshipsAttendeesDataSchema.d.ts +39 -0
- package/dist/models/MeetingRelationshipsAttendeesDataSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsAttendeesDataSchema.js +51 -0
- package/dist/models/MeetingRelationshipsAttendeesDataSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsAttendeesSchema.d.ts +34 -0
- package/dist/models/{CallRelationshipsTranslationsSchema.d.ts.map → MeetingRelationshipsAttendeesSchema.d.ts.map} +1 -1
- package/dist/models/MeetingRelationshipsAttendeesSchema.js +50 -0
- package/dist/models/{CallRelationshipsTranslationsSchema.js.map → MeetingRelationshipsAttendeesSchema.js.map} +1 -1
- 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/{MeetingRelationshipsParticipantsDataSchema.d.ts.map → MeetingRelationshipsConversationSchemaData.d.ts.map} +1 -1
- package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/{MeetingRelationshipsParticipantsDataSchema.js.map → MeetingRelationshipsConversationSchemaData.js.map} +1 -1
- package/dist/models/MeetingRelationshipsHostSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsHostSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsHostSchema.js +50 -0
- package/dist/models/MeetingRelationshipsHostSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsJobSchema.js +50 -0
- package/dist/models/MeetingRelationshipsJobSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsJobSchemaData.d.ts +39 -0
- package/dist/models/MeetingRelationshipsJobSchemaData.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsJobSchemaData.js +51 -0
- package/dist/models/MeetingRelationshipsJobSchemaData.js.map +1 -0
- package/dist/models/MeetingRelationshipsSchema.d.ts +52 -3
- package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/MeetingRelationshipsSchema.js +24 -3
- 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/MeetingRelationshipsTeamDataSchema.d.ts +39 -0
- package/dist/models/MeetingRelationshipsTeamDataSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTeamDataSchema.js +51 -0
- package/dist/models/MeetingRelationshipsTeamDataSchema.js.map +1 -0
- package/dist/models/MeetingRelationshipsTeamSchema.d.ts +34 -0
- package/dist/models/MeetingRelationshipsTeamSchema.d.ts.map +1 -0
- package/dist/models/MeetingRelationshipsTeamSchema.js +50 -0
- package/dist/models/MeetingRelationshipsTeamSchema.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/UserAttributesSchema.d.ts +24 -1
- package/dist/models/UserAttributesSchema.d.ts.map +1 -1
- package/dist/models/UserAttributesSchema.js +10 -0
- package/dist/models/UserAttributesSchema.js.map +1 -1
- package/dist/models/index.d.ts +177 -14
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +177 -14
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/BriefRelationshipsFormsSchema.d.ts +0 -34
- package/dist/models/BriefRelationshipsFormsSchema.d.ts.map +0 -1
- package/dist/models/BriefRelationshipsFormsSchema.js +0 -50
- package/dist/models/BriefRelationshipsFormsSchema.js.map +0 -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.js +0 -50
- 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/FinderAttributesSchemaQuery.d.ts +0 -26
- package/dist/models/FinderAttributesSchemaQuery.d.ts.map +0 -1
- package/dist/models/FinderAttributesSchemaQuery.js +0 -72
- package/dist/models/FinderAttributesSchemaQuery.js.map +0 -1
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.d.ts +0 -34
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.d.ts.map +0 -1
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.js +0 -50
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationships.js.map +0 -1
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.d.ts +0 -34
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.d.ts.map +0 -1
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.js +0 -50
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeeting.js.map +0 -1
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.d.ts +0 -39
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.d.ts.map +0 -1
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.js +0 -51
- package/dist/models/MeetingAttendeeResourceSchemaAllOfRelationshipsMeetingData.js.map +0 -1
- package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts +0 -69
- package/dist/models/MeetingAttendeeResponseAttributesSchema.d.ts.map +0 -1
- package/dist/models/MeetingAttendeeResponseAttributesSchema.js +0 -61
- package/dist/models/MeetingAttendeeResponseAttributesSchema.js.map +0 -1
- package/dist/models/MeetingRelationshipsParticipantsDataSchema.d.ts +0 -39
- package/dist/models/MeetingRelationshipsParticipantsDataSchema.js +0 -51
- package/dist/models/MeetingRelationshipsParticipantsSchema.d.ts +0 -34
- package/dist/models/MeetingRelationshipsParticipantsSchema.d.ts.map +0 -1
- package/dist/models/MeetingRelationshipsParticipantsSchema.js +0 -50
- package/dist/models/MeetingRelationshipsParticipantsSchema.js.map +0 -1
- package/dist/models/UpdateLinkRequestBody.d.ts +0 -34
- package/dist/models/UpdateLinkRequestBody.d.ts.map +0 -1
- package/dist/models/UpdateLinkRequestBody.js +0 -52
- package/dist/models/UpdateLinkRequestBody.js.map +0 -1
- package/dist/models/UpdateLinkRequestBodyData.d.ts +0 -53
- package/dist/models/UpdateLinkRequestBodyData.d.ts.map +0 -1
- package/dist/models/UpdateLinkRequestBodyData.js +0 -67
- package/dist/models/UpdateLinkRequestBodyData.js.map +0 -1
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
* Resource-level meta for call rows. Provider-specific identifiers
|
|
14
|
+
* live here (Twilio CallSid is also surfaced top-level for the
|
|
15
|
+
* ProviderCallSidIndex GSI; this is the canonical record). Forward-
|
|
16
|
+
* compatible (additionalProperties: true) so transport adapters can
|
|
17
|
+
* stash protocol-specific fields without schema churn.
|
|
18
|
+
* @export
|
|
19
|
+
* @interface CallMetaSchema
|
|
20
|
+
*/
|
|
21
|
+
export interface CallMetaSchema {
|
|
22
|
+
[key: string]: any | any;
|
|
23
|
+
/**
|
|
24
|
+
* Provider-side call id (Twilio CallSid for phone).
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CallMetaSchema
|
|
27
|
+
*/
|
|
28
|
+
providerCallSid?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Provider-side media stream id (Twilio Media Stream SID).
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CallMetaSchema
|
|
33
|
+
*/
|
|
34
|
+
providerStreamSid?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Granular provider status, preserved separately from the
|
|
37
|
+
* row's bucket `status`. Drives retry / analytics decisions
|
|
38
|
+
* (e.g. `busy` retries faster than `no-answer`; `failed`
|
|
39
|
+
* doesn't retry). Twilio CallStatus values: queued, initiated,
|
|
40
|
+
* ringing, in-progress, completed, busy, no-answer, failed,
|
|
41
|
+
* canceled.
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof CallMetaSchema
|
|
44
|
+
*/
|
|
45
|
+
providerStatus?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Set on 409 responses for non-actionable transitions. call_already_active=DELETE on active rows; lockout_window=DELETE within 30s of scheduledFireAt; not_in_review_window=PATCH systemPrompt/plannedTopics/scheduledFireAt outside draft|scheduled.
|
|
48
|
+
* @type {CallMetaSchemaReasonCodeEnum}
|
|
49
|
+
* @memberof CallMetaSchema
|
|
50
|
+
*/
|
|
51
|
+
reasonCode?: CallMetaSchemaReasonCodeEnum;
|
|
52
|
+
/**
|
|
53
|
+
* AI classifier output, inbound calls only. Drives workflow trigger routing (intent=brief_request fires the brief workflow). Not present on outbound rows.
|
|
54
|
+
* @type {CallMetaSchemaIntentEnum}
|
|
55
|
+
* @memberof CallMetaSchema
|
|
56
|
+
*/
|
|
57
|
+
intent?: CallMetaSchemaIntentEnum;
|
|
58
|
+
/**
|
|
59
|
+
* One-sentence explanation of the intent classifier's choice. Inbound calls only.
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof CallMetaSchema
|
|
62
|
+
*/
|
|
63
|
+
intentReasoning?: string;
|
|
64
|
+
/**
|
|
65
|
+
* True when this call is a workflow-driven follow-up (e.g. boe calling back to clarify a brief).
|
|
66
|
+
* @type {boolean}
|
|
67
|
+
* @memberof CallMetaSchema
|
|
68
|
+
*/
|
|
69
|
+
isReply?: boolean;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @export
|
|
73
|
+
*/
|
|
74
|
+
export declare const CallMetaSchemaReasonCodeEnum: {
|
|
75
|
+
readonly CallAlreadyActive: "call_already_active";
|
|
76
|
+
readonly LockoutWindow: "lockout_window";
|
|
77
|
+
readonly NotInReviewWindow: "not_in_review_window";
|
|
78
|
+
};
|
|
79
|
+
export type CallMetaSchemaReasonCodeEnum = typeof CallMetaSchemaReasonCodeEnum[keyof typeof CallMetaSchemaReasonCodeEnum];
|
|
80
|
+
/**
|
|
81
|
+
* @export
|
|
82
|
+
*/
|
|
83
|
+
export declare const CallMetaSchemaIntentEnum: {
|
|
84
|
+
readonly BriefRequest: "brief_request";
|
|
85
|
+
readonly SalesChat: "sales_chat";
|
|
86
|
+
readonly Faq: "faq";
|
|
87
|
+
readonly Other: "other";
|
|
88
|
+
};
|
|
89
|
+
export type CallMetaSchemaIntentEnum = typeof CallMetaSchemaIntentEnum[keyof typeof CallMetaSchemaIntentEnum];
|
|
90
|
+
/**
|
|
91
|
+
* Check if a given object implements the CallMetaSchema interface.
|
|
92
|
+
*/
|
|
93
|
+
export declare function instanceOfCallMetaSchema(value: object): value is CallMetaSchema;
|
|
94
|
+
export declare function CallMetaSchemaFromJSON(json: any): CallMetaSchema;
|
|
95
|
+
export declare function CallMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallMetaSchema;
|
|
96
|
+
export declare function CallMetaSchemaToJSON(json: any): CallMetaSchema;
|
|
97
|
+
export declare function CallMetaSchemaToJSONTyped(value?: CallMetaSchema | null, ignoreDiscriminator?: boolean): any;
|
|
98
|
+
//# sourceMappingURL=CallMetaSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;GAQG;AACH,MAAM,WAAW,cAAc;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,GAAG,GAAG,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,4BAA4B,CAAC;IAC1C;;;;OAIG;IACH,MAAM,CAAC,EAAE,wBAAwB,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAGD;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;CAI/B,CAAC;AACX,MAAM,MAAM,4BAA4B,GAAG,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAE1H;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;CAK3B,CAAC;AACX,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAG9G;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAE/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAenG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgBlH"}
|
|
@@ -0,0 +1,81 @@
|
|
|
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.CallMetaSchemaIntentEnum = exports.CallMetaSchemaReasonCodeEnum = void 0;
|
|
17
|
+
exports.instanceOfCallMetaSchema = instanceOfCallMetaSchema;
|
|
18
|
+
exports.CallMetaSchemaFromJSON = CallMetaSchemaFromJSON;
|
|
19
|
+
exports.CallMetaSchemaFromJSONTyped = CallMetaSchemaFromJSONTyped;
|
|
20
|
+
exports.CallMetaSchemaToJSON = CallMetaSchemaToJSON;
|
|
21
|
+
exports.CallMetaSchemaToJSONTyped = CallMetaSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.CallMetaSchemaReasonCodeEnum = {
|
|
26
|
+
CallAlreadyActive: 'call_already_active',
|
|
27
|
+
LockoutWindow: 'lockout_window',
|
|
28
|
+
NotInReviewWindow: 'not_in_review_window'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* @export
|
|
32
|
+
*/
|
|
33
|
+
exports.CallMetaSchemaIntentEnum = {
|
|
34
|
+
BriefRequest: 'brief_request',
|
|
35
|
+
SalesChat: 'sales_chat',
|
|
36
|
+
Faq: 'faq',
|
|
37
|
+
Other: 'other'
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the CallMetaSchema interface.
|
|
41
|
+
*/
|
|
42
|
+
function instanceOfCallMetaSchema(value) {
|
|
43
|
+
return true;
|
|
44
|
+
}
|
|
45
|
+
function CallMetaSchemaFromJSON(json) {
|
|
46
|
+
return CallMetaSchemaFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function CallMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
49
|
+
if (json == null) {
|
|
50
|
+
return json;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
...json,
|
|
54
|
+
'providerCallSid': json['providerCallSid'] == null ? undefined : json['providerCallSid'],
|
|
55
|
+
'providerStreamSid': json['providerStreamSid'] == null ? undefined : json['providerStreamSid'],
|
|
56
|
+
'providerStatus': json['providerStatus'] == null ? undefined : json['providerStatus'],
|
|
57
|
+
'reasonCode': json['reasonCode'] == null ? undefined : json['reasonCode'],
|
|
58
|
+
'intent': json['intent'] == null ? undefined : json['intent'],
|
|
59
|
+
'intentReasoning': json['intentReasoning'] == null ? undefined : json['intentReasoning'],
|
|
60
|
+
'isReply': json['isReply'] == null ? undefined : json['isReply'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
function CallMetaSchemaToJSON(json) {
|
|
64
|
+
return CallMetaSchemaToJSONTyped(json, false);
|
|
65
|
+
}
|
|
66
|
+
function CallMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
67
|
+
if (value == null) {
|
|
68
|
+
return value;
|
|
69
|
+
}
|
|
70
|
+
return {
|
|
71
|
+
...value,
|
|
72
|
+
'providerCallSid': value['providerCallSid'],
|
|
73
|
+
'providerStreamSid': value['providerStreamSid'],
|
|
74
|
+
'providerStatus': value['providerStatus'],
|
|
75
|
+
'reasonCode': value['reasonCode'],
|
|
76
|
+
'intent': value['intent'],
|
|
77
|
+
'intentReasoning': value['intentReasoning'],
|
|
78
|
+
'isReply': value['isReply'],
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=CallMetaSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallMetaSchema.js","sourceRoot":"","sources":["../../src/models/CallMetaSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAyFH,4DAEC;AAED,wDAEC;AAED,kEAeC;AAED,oDAEC;AAED,8DAgBC;AAtED;;GAEG;AACU,QAAA,4BAA4B,GAAG;IACxC,iBAAiB,EAAE,qBAAqB;IACxC,aAAa,EAAE,gBAAgB;IAC/B,iBAAiB,EAAE,sBAAsB;CACnC,CAAC;AAGX;;GAEG;AACU,QAAA,wBAAwB,GAAG;IACpC,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,YAAY;IACvB,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;CACR,CAAC;AAIX;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS,EAAE,mBAA4B;IAC/E,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEC,GAAG,IAAI;QACX,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACxF,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;QAC9F,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACrF,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACxF,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CAAC,KAA6B,EAAE,sBAA+B,KAAK;IACzG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEC,GAAG,KAAK;QACZ,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC3C,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC;QAC/C,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACzC,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC3C,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CallRelationshipsBoeUserDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface CallRelationshipsBoeUserDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CallRelationshipsBoeUserDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CallRelationshipsBoeUserDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CallRelationshipsBoeUserDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCallRelationshipsBoeUserDataSchema(value: object): value is CallRelationshipsBoeUserDataSchema;
|
|
35
|
+
export declare function CallRelationshipsBoeUserDataSchemaFromJSON(json: any): CallRelationshipsBoeUserDataSchema;
|
|
36
|
+
export declare function CallRelationshipsBoeUserDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsBoeUserDataSchema;
|
|
37
|
+
export declare function CallRelationshipsBoeUserDataSchemaToJSON(json: any): CallRelationshipsBoeUserDataSchema;
|
|
38
|
+
export declare function CallRelationshipsBoeUserDataSchemaToJSONTyped(value?: CallRelationshipsBoeUserDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=CallRelationshipsBoeUserDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBoeUserDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsBoeUserDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAS3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1J"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfCallRelationshipsBoeUserDataSchema = instanceOfCallRelationshipsBoeUserDataSchema;
|
|
17
|
+
exports.CallRelationshipsBoeUserDataSchemaFromJSON = CallRelationshipsBoeUserDataSchemaFromJSON;
|
|
18
|
+
exports.CallRelationshipsBoeUserDataSchemaFromJSONTyped = CallRelationshipsBoeUserDataSchemaFromJSONTyped;
|
|
19
|
+
exports.CallRelationshipsBoeUserDataSchemaToJSON = CallRelationshipsBoeUserDataSchemaToJSON;
|
|
20
|
+
exports.CallRelationshipsBoeUserDataSchemaToJSONTyped = CallRelationshipsBoeUserDataSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CallRelationshipsBoeUserDataSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCallRelationshipsBoeUserDataSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function CallRelationshipsBoeUserDataSchemaFromJSON(json) {
|
|
28
|
+
return CallRelationshipsBoeUserDataSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function CallRelationshipsBoeUserDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CallRelationshipsBoeUserDataSchemaToJSON(json) {
|
|
40
|
+
return CallRelationshipsBoeUserDataSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CallRelationshipsBoeUserDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=CallRelationshipsBoeUserDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBoeUserDataSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsBoeUserDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oGAEC;AAED,gGAEC;AAED,0GASC;AAED,4FAEC;AAED,sGAUC;AApCD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,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,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,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 { CallRelationshipsBoeUserDataSchema } from './CallRelationshipsBoeUserDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
* Boe AI agent involved in the call. Mirror of tenant.relationships.boeUser - always populated when boe is on the call. Splitting this from the generic `user` slot keeps the semantics clean: `user` is for human counterparties, `boeUser` is the AI agent.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CallRelationshipsBoeUserSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface CallRelationshipsBoeUserSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CallRelationshipsBoeUserDataSchema}
|
|
22
|
+
* @memberof CallRelationshipsBoeUserSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: CallRelationshipsBoeUserDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CallRelationshipsBoeUserSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCallRelationshipsBoeUserSchema(value: object): value is CallRelationshipsBoeUserSchema;
|
|
30
|
+
export declare function CallRelationshipsBoeUserSchemaFromJSON(json: any): CallRelationshipsBoeUserSchema;
|
|
31
|
+
export declare function CallRelationshipsBoeUserSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsBoeUserSchema;
|
|
32
|
+
export declare function CallRelationshipsBoeUserSchemaToJSON(json: any): CallRelationshipsBoeUserSchema;
|
|
33
|
+
export declare function CallRelationshipsBoeUserSchemaToJSONTyped(value?: CallRelationshipsBoeUserSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=CallRelationshipsBoeUserSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBoeUserSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsBoeUserSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,kCAAkC,GAAG,IAAI,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
|
|
@@ -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.instanceOfCallRelationshipsBoeUserSchema = instanceOfCallRelationshipsBoeUserSchema;
|
|
17
|
+
exports.CallRelationshipsBoeUserSchemaFromJSON = CallRelationshipsBoeUserSchemaFromJSON;
|
|
18
|
+
exports.CallRelationshipsBoeUserSchemaFromJSONTyped = CallRelationshipsBoeUserSchemaFromJSONTyped;
|
|
19
|
+
exports.CallRelationshipsBoeUserSchemaToJSON = CallRelationshipsBoeUserSchemaToJSON;
|
|
20
|
+
exports.CallRelationshipsBoeUserSchemaToJSONTyped = CallRelationshipsBoeUserSchemaToJSONTyped;
|
|
21
|
+
const CallRelationshipsBoeUserDataSchema_1 = require("./CallRelationshipsBoeUserDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CallRelationshipsBoeUserSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCallRelationshipsBoeUserSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CallRelationshipsBoeUserSchemaFromJSON(json) {
|
|
29
|
+
return CallRelationshipsBoeUserSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CallRelationshipsBoeUserSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, CallRelationshipsBoeUserDataSchema_1.CallRelationshipsBoeUserDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CallRelationshipsBoeUserSchemaToJSON(json) {
|
|
40
|
+
return CallRelationshipsBoeUserSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CallRelationshipsBoeUserSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, CallRelationshipsBoeUserDataSchema_1.CallRelationshipsBoeUserDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=CallRelationshipsBoeUserSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBoeUserSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsBoeUserSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,6FAK8C;AAgB9C;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,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,+EAA0C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACtG,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAClE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CallRelationshipsBriefDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface CallRelationshipsBriefDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CallRelationshipsBriefDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CallRelationshipsBriefDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CallRelationshipsBriefDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCallRelationshipsBriefDataSchema(value: object): value is CallRelationshipsBriefDataSchema;
|
|
35
|
+
export declare function CallRelationshipsBriefDataSchemaFromJSON(json: any): CallRelationshipsBriefDataSchema;
|
|
36
|
+
export declare function CallRelationshipsBriefDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsBriefDataSchema;
|
|
37
|
+
export declare function CallRelationshipsBriefDataSchemaToJSON(json: any): CallRelationshipsBriefDataSchema;
|
|
38
|
+
export declare function CallRelationshipsBriefDataSchemaToJSONTyped(value?: CallRelationshipsBriefDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=CallRelationshipsBriefDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBriefDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsBriefDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CASvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtJ"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfCallRelationshipsBriefDataSchema = instanceOfCallRelationshipsBriefDataSchema;
|
|
17
|
+
exports.CallRelationshipsBriefDataSchemaFromJSON = CallRelationshipsBriefDataSchemaFromJSON;
|
|
18
|
+
exports.CallRelationshipsBriefDataSchemaFromJSONTyped = CallRelationshipsBriefDataSchemaFromJSONTyped;
|
|
19
|
+
exports.CallRelationshipsBriefDataSchemaToJSON = CallRelationshipsBriefDataSchemaToJSON;
|
|
20
|
+
exports.CallRelationshipsBriefDataSchemaToJSONTyped = CallRelationshipsBriefDataSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CallRelationshipsBriefDataSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCallRelationshipsBriefDataSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function CallRelationshipsBriefDataSchemaFromJSON(json) {
|
|
28
|
+
return CallRelationshipsBriefDataSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function CallRelationshipsBriefDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CallRelationshipsBriefDataSchemaToJSON(json) {
|
|
40
|
+
return CallRelationshipsBriefDataSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CallRelationshipsBriefDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=CallRelationshipsBriefDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBriefDataSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsBriefDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gGAEC;AAED,4FAEC;AAED,sGASC;AAED,wFAEC;AAED,kGAUC;AApCD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,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,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,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 { CallRelationshipsBriefDataSchema } from './CallRelationshipsBriefDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
* Brief this call is collecting / clarifying. Set on phone-brief discovery + clarification calls. Drives the `Calls for brief X` view in the operator UI.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CallRelationshipsBriefSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface CallRelationshipsBriefSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CallRelationshipsBriefDataSchema}
|
|
22
|
+
* @memberof CallRelationshipsBriefSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: CallRelationshipsBriefDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CallRelationshipsBriefSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCallRelationshipsBriefSchema(value: object): value is CallRelationshipsBriefSchema;
|
|
30
|
+
export declare function CallRelationshipsBriefSchemaFromJSON(json: any): CallRelationshipsBriefSchema;
|
|
31
|
+
export declare function CallRelationshipsBriefSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsBriefSchema;
|
|
32
|
+
export declare function CallRelationshipsBriefSchemaToJSON(json: any): CallRelationshipsBriefSchema;
|
|
33
|
+
export declare function CallRelationshipsBriefSchemaToJSONTyped(value?: CallRelationshipsBriefSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=CallRelationshipsBriefSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBriefSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsBriefSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,gCAAgC,GAAG,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9I"}
|
|
@@ -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.instanceOfCallRelationshipsBriefSchema = instanceOfCallRelationshipsBriefSchema;
|
|
17
|
+
exports.CallRelationshipsBriefSchemaFromJSON = CallRelationshipsBriefSchemaFromJSON;
|
|
18
|
+
exports.CallRelationshipsBriefSchemaFromJSONTyped = CallRelationshipsBriefSchemaFromJSONTyped;
|
|
19
|
+
exports.CallRelationshipsBriefSchemaToJSON = CallRelationshipsBriefSchemaToJSON;
|
|
20
|
+
exports.CallRelationshipsBriefSchemaToJSONTyped = CallRelationshipsBriefSchemaToJSONTyped;
|
|
21
|
+
const CallRelationshipsBriefDataSchema_1 = require("./CallRelationshipsBriefDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CallRelationshipsBriefSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCallRelationshipsBriefSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function CallRelationshipsBriefSchemaFromJSON(json) {
|
|
29
|
+
return CallRelationshipsBriefSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function CallRelationshipsBriefSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, CallRelationshipsBriefDataSchema_1.CallRelationshipsBriefDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function CallRelationshipsBriefSchemaToJSON(json) {
|
|
40
|
+
return CallRelationshipsBriefSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function CallRelationshipsBriefSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, CallRelationshipsBriefDataSchema_1.CallRelationshipsBriefDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=CallRelationshipsBriefSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsBriefSchema.js","sourceRoot":"","sources":["../../src/models/CallRelationshipsBriefSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,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,2EAAwC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACpG,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAChE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CallRelationshipsCandidateDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface CallRelationshipsCandidateDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CallRelationshipsCandidateDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CallRelationshipsCandidateDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CallRelationshipsCandidateDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCallRelationshipsCandidateDataSchema(value: object): value is CallRelationshipsCandidateDataSchema;
|
|
35
|
+
export declare function CallRelationshipsCandidateDataSchemaFromJSON(json: any): CallRelationshipsCandidateDataSchema;
|
|
36
|
+
export declare function CallRelationshipsCandidateDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsCandidateDataSchema;
|
|
37
|
+
export declare function CallRelationshipsCandidateDataSchemaToJSON(json: any): CallRelationshipsCandidateDataSchema;
|
|
38
|
+
export declare function CallRelationshipsCandidateDataSchemaToJSONTyped(value?: CallRelationshipsCandidateDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=CallRelationshipsCandidateDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CallRelationshipsCandidateDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/CallRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;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,CAS/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,CAU9J"}
|